@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700;800;900&family=Catamaran:wght@400;500;600;700;800&family=Work+Sans:wght@400;500;600;700&display=swap');

.navbar {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(10, 8, 6, .86);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(217, 164, 65, .18);
    display: flex;
    align-items: center;
    height: 76px
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: min(1200px, calc(100% - 2rem));
    margin: 0 auto
}

.logo {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--parchment);
    letter-spacing: .04em
}
.logo-image {
    display: block;
    width: 100px;
    height: auto;
    margin-left: 70px;
    transform: rotate(5deg);

}
.logo-highlight {
    color: var(--gold)
}
.logo-image-center {
    display: block;
    width: 600px;
    height: auto;
    margin: 0 auto;
    transform: rotate(5deg);
}
.nav-menu {
    display: flex;
    align-items: center;
    gap: 2rem
}

.nav-link {
    font-family: var(--font-tech);
    color: var(--parchment);
    font-weight: 600;
    font-size: .86rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    position: relative;
    padding: .5rem 0;
    transition: color .25s ease, letter-spacing .25s ease
}

.nav-link:hover,
.nav-link:active,
.nav-link.active {
    color: var(--gold);
    letter-spacing: .12em
}

.nav-link:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0%;
    height: 1px;
    background: var(--gold);
    transition: width .3s ease
}

.nav-link:hover:after,
.nav-link:active:after,
.nav-link.active:after {
    width: 100%
}

.menu-icon {
    display: none;
    font-size: 2rem;
    cursor: pointer;
    color: #fff
}

@media screen and (max-width:768px) {
    .menu-icon {
        display: block
    }

    .nav-menu {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        flex-direction: column;
        background: var(--color-bg-dark);
        justify-content: center;
        transition: all .5s ease
    }

    .nav-menu.active {
        left: 0
    }
}

.footer {
    background: rgba(20, 16, 11, 0.96);
    color: var(--parchment-dim);
    font-family: var(--font-tech, sans-serif);
    border-top: 1px solid rgba(217, 164, 65, .18)
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    gap: 3rem;
    padding: 3rem 6rem
}

.footer-title {
    color: var(--parchment);
    font-size: .9rem;
    letter-spacing: .1em;
    margin-bottom: 1rem;
    position: relative;
    text-transform: uppercase;
    font-weight: 700
}

.footer-title:after {
    content: "";
    width: 44px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold));
    position: absolute;
    left: 0;
    bottom: -8px
}

.footer-col p {
    font-size: .9rem;
    line-height: 1.7;
    margin: .35rem 0;
    color: #9ca3af
}

.footer-socials {
    display: flex;
    gap: 1rem;
    margin-top: 1.2rem
}

.footer-socials a {
    display: inline-block;
    width: 56px;
    height: 56px;
    color: transparent;
    -webkit-text-fill-color: transparent;
    transition: transform .3s ease, filter .3s ease
}

.footer-socials a i {
    display: none
}

.footer-socials a::before {
    content: "";
    display: block;
    width: 56px;
    height: 56px;
    background-image: url('./social-medals.jpg');
    background-size: 224px 56px;
    background-repeat: no-repeat;
    border-radius: 50%
}

.footer-socials a[href*="instagram"]::before { background-position: -56px 0 }
.footer-socials a[href*="linkedin"]::before { background-position: -112px 0 }
.footer-socials a[href*="youtube"]::before { background-position: -168px 0 }

.footer-socials a:hover,
.footer-socials a:active {
    transform: translateY(-3px) scale(1.1);
    filter: brightness(1.2) drop-shadow(0 4px 12px rgba(217,164,65,.7))
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-col ul li {
    margin: .7rem 0
}

.footer-col ul li a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 2px;
    transition: color .3s ease, text-shadow .3s ease
}

.footer-col ul li a:hover,
.footer-col ul li a:active {
    color: var(--gold);
    text-shadow: none
}

.footer-bottom {
    background: linear-gradient(90deg, #ff6a0026, #00eaff26);
    text-align: center;
    padding: 1rem;
    font-size: .75rem;
    letter-spacing: 2px;
    color: #e5e7eb
}

@media(max-width:900px) {
    .footer-top {
        grid-template-columns: 1fr;
        padding: 3rem 2rem;
        text-align: center
    }

    .footer-title:after {
        left: 50%;
        transform: translate(-50%)
    }

    .footer-socials {
        justify-content: center
    }
}

.rules-overlay {
    position: fixed;
    inset: 0;
    background: #000000bf;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center
}

.rules-modal {
    width: min(90vw, 520px);
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: linear-gradient(180deg, #0f0f14f2, #0a0a0ff2);
    border-radius: 18px;
    padding: 0;
    box-shadow: 0 0 10px 3px #00ffff26, 0 25px 80px #000c;
    animation: modalIn .5s ease-in-out
}

.rules-header {
    padding: 2rem 2.2rem 1rem;
    flex-shrink: 0
}

.rules-content {
    overflow-y: auto;
    flex: 1;
    padding: 0 2.2rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, .2) transparent
}

.rules-content h3 {
    color: #ff8c2a;
    font-family: var(--font-tech);
    letter-spacing: 1px;
    margin: 1.5rem 0 1rem;
    font-size: 1.2rem;
    text-transform: uppercase
}

.rules-footer {
    padding: 1rem 2.2rem 2rem;
    flex-shrink: 0
}

.rules-modal h2 {
    color: #ff8c2a;
    font-family: var(--font-tech);
    letter-spacing: 1px;
    margin-bottom: 1.2rem
}

.rules-modal ul {
    list-style: none;
    padding: 0
}

.rules-modal li {
    color: #ddd;
    margin-bottom: .8rem;
    line-height: 1.6;
    position: relative;
    padding-left: 1.2rem
}

.rules-modal li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #00f6ff
}

@keyframes modalIn {
    0% {
        opacity: 0;
        transform: scale(.92) translateY(20px)
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
}

.rules-modal .btn {
    margin-top: 0;
    width: 100%;
    padding: .6rem 1.2rem;
    border-radius: 999px
}

.rules-close {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 1.2rem;
    cursor: pointer;
    opacity: .6
}

.rules-close:hover {
    opacity: 1
}

@media(max-width:480px) {
    .rules-modal {
        width: 94vw;
        max-height: 80vh;
        padding: 1.4rem
    }

    .rules-btn {
        padding: .6rem 1.2rem;
        font-size: .8rem
    }
}

.btn-grp {
    display: flex;
    gap: 12px
}

.rules-btn {
    padding: .5rem 1rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #0a0a0a;
    background: linear-gradient(135deg, #6ffcff, #2ee8ff);
    border: none;
    cursor: pointer;
    transition: all .25s ease;
    box-shadow: 0 0 14px #6ffcff73
}

.rules-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 0 22px #6ffcffa6
}

.rules-btn:active {
    transform: scale(.96);
    box-shadow: 0 0 10px #6ffcff66
}

.success-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    padding: 2rem;
    background: transparent;
    color: #fff;
    animation: fadeIn .8s ease-out
}

.success-card {
    background: #ffffff08;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 3rem;
    border-radius: 20px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 8px 32px #0000004d;
    text-align: center;
    position: relative;
    overflow: hidden
}

.success-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0f8, #00d4ff)
}

.success-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px
}

.success-details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
    background: #0003;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .05)
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .8rem;
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.detail-row:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.detail-label {
    color: #aaa;
    font-size: .95rem;
    text-transform: uppercase;
    letter-spacing: 1px
}

.detail-value {
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    text-align: right;
    max-width: 60%;
    word-wrap: break-word
}

.status-box {
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.5
}

.success-home-btn {
    background: linear-gradient(135deg, #0f8, #00bcff);
    color: #000;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all .3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px #00ff884d
}

.success-home-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px #00ff8880;
    filter: brightness(1.1)
}

.success-home-btn:active {
    transform: translateY(1px)
}

@media(max-width:768px) {
    .success-card {
        padding: 2rem
    }

    .success-title {
        font-size: 1.8rem
    }

    .detail-row {
        flex-direction: column;
        align-items: flex-start;
        gap: .3rem
    }

    .detail-value {
        text-align: left;
        max-width: 100%
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.success-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    background: radial-gradient(circle at top left, rgba(255, 140, 0, .18), transparent 60%)
}

.success-card {
    width: 100%;
    max-width: 900px;
    padding: 50px 60px;
    border-radius: 22px;
    background: #000000bf;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    box-shadow: 0 0 40px #ff8c0040, inset 0 0 0 1px #ffffff0f
}

.success-title {
    font-family: var(--font-tech, monospace);
    font-size: 2.6rem;
    letter-spacing: 3px;
    color: #facc15;
    margin-bottom: 40px
}

.success-details {
    width: 100%;
    max-width: 700px
}

.detail-row {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 2rem;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.detail-label {
    color: #ffffff8c;
    font-size: 1rem;
    letter-spacing: 1px
}

.detail-value {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 500;
    text-align: right;
    word-break: break-word
}

.status-box {
    margin-top: 40px;
    padding: 22px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ffc1072e, #ff8c001f);
    color: #facc15;
    text-align: center;
    font-size: 1.05rem;
    box-shadow: 0 0 25px #ffc10740
}

.success-home-btn {
    width: 100%;
    margin-top: 40px;
    padding: 16px;
    border-radius: 14px;
    background: transparent;
    border: 1px solid #ff8c00;
    color: #ff8c00;
    font-family: var(--font-tech, monospace);
    letter-spacing: 3px;
    cursor: pointer;
    transition: all .25s ease
}

.success-home-btn:hover {
    background: #ff8c0026;
    box-shadow: 0 0 20px #ff8c0066
}

@media(max-width:640px) {
    .success-card {
        padding: 35px 25px
    }

    .detail-row {
        grid-template-columns: 1fr;
        gap: 6px
    }

    .detail-value {
        text-align: left
    }
}

.hero {
    position: relative;
    min-height: 85vh;
    overflow: hidden;
    background: var(--ink);
    border-bottom: 1px solid rgba(217, 164, 65, .18)
}

.institution-header {
    position: relative;
    left: auto;
    transform: none;
    text-align: center;
    z-index: 3;
    width: 100%;
    max-width: 100vw;
    padding: 2.2rem 1rem 0;
    overflow: hidden
}

.hero-title {
    font-size: clamp(3rem, 6vw, 5.5rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1rem;
    letter-spacing: .02em;
    text-shadow: none;
    -webkit-text-stroke: none;
    cursor: default;
    color: var(--parchment);
    font-family: var(--font-display)
}

.hero-title-outline {
    color: transparent;
    -webkit-text-stroke: 1px var(--gold);
    cursor: default
}

.hero-branding {
    text-align: center
}

.hero-phantasm {
    font-size: .9rem;
    letter-spacing: .2em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
    color: var(--gold-soft);
    font-family: var(--font-tech)
}

.hero-phantasm:after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    margin: .8rem auto 0
}

.hero-dates {
    text-align: center;
    font-size: clamp(.95rem, 1.2vw, 1.15rem);
    letter-spacing: 5px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 2rem;
    color: #f97316;
    margin-bottom: .9rem;
    position: relative;
    opacity: .9
}

.scanline {
    overflow: hidden
}

.scanline:after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: linear-gradient(120deg, transparent 0%, rgba(249, 115, 22, .45) 45%, rgba(249, 115, 22, .65) 50%, rgba(249, 115, 22, .45) 55%, transparent 100%);
    animation: scanline-move 2.8s ease-in-out infinite;
    pointer-events: none
}

@keyframes scanline-move {
    0% {
        left: -120%
    }

    45% {
        left: 120%
    }

    to {
        left: 120%
    }
}

.hero-subtitle {
    font-size: 1rem;
    max-width: 800px;
    margin: 0 auto 2.8rem;
    color: var(--parchment-dim);
    cursor: default;
    text-align: center;
    letter-spacing: .02em;
    line-height: 1.8
}

.hero-institution {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 2rem;
    padding: 0 4rem;
    cursor: default;
    z-index: 10
}

.hero-title span {
    transition: text-shadow .3s ease
}

.hero-presents {
    font-size: .7rem;
    letter-spacing: 5px;
    color: var(--color-primary);
    margin-bottom: .3rem
}

.hero-actions {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin-top: 2.5rem;
    flex-wrap: wrap
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .9s ease, transform .9s ease
}

.delay-1 {
    transition-delay: .1s
}

.delay-2 {
    transition-delay: .3s
}

.delay-3 {
    transition-delay: .55s
}

.delay-4 {
    transition-delay: .75s
}

.delay-5 {
    transition-delay: .95s
}

.delay-6 {
    transition-delay: 1.15s
}

.delay-7 {
    transition-delay: 1.35s
}

.delay-8 {
    transition-delay: 1.55s
}

.delay-9 {
    transition-delay: 1.75s
}

.delay-10 {
    transition-delay: 1.95s
}

.inst-text {
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: .25em;
    color: var(--color-text-muted);
    opacity: .5
}

@font-face {
    font-family: 'Aesthetic Romance';
    src: url('./AestheticRomance.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.inst-college {
    display: block;
    font-family: 'Aesthetic Romance', cursive, sans-serif;
    font-size: clamp(1.5rem, 2.8vw, 2.8rem);
    letter-spacing: .03em;
    text-transform: none;
    line-height: 1.3;
    background: linear-gradient(135deg, #ffe066 0%, #ffb347 40%, #ff8c00 70%, #ffd700 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 16px rgba(255, 180, 50, .5))
}

.inst-dept {
    font-size: clamp(.65rem, 1vw, .75rem);
    letter-spacing: .5em;
    margin-top: .4rem;
    color: linear-gradient(45deg, #ffffff, #000000)
}

.inst-logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100px;
    max-width: 140px;
    object-fit: contain;
    opacity: .5
}

.inst-logo.left {
    left: 40px
}

.inst-logo.right {
    right: 40px
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(18px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.hero-institution {
    animation: fadeUp .9s ease-out forwards
}

.hero-presents {
    animation: fadeUp .9s ease-out .2s forwards;
    opacity: 0
}

.hero-title {
    animation: fadeUp 1s ease-out .35s forwards;
    opacity: 0
}

.hero-subtitle {
    animation: fadeUp .9s ease-out .55s forwards;
    opacity: 0
}

.hero-actions {
    animation: fadeUp .9s ease-out .75s forwards;
    opacity: 0
}

.hero-section {
    background-size: 200% 200%;
    animation: bgShift 20s ease infinite
}

@keyframes bgShift {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0% 50%
    }
}

.hero {
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.hero-timer {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
}

.timer-label {
    font-size: .7rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    opacity: .55;
    font-weight: 400
}

.countdown {
    font-size: 2.6rem;
    font-weight: 300;
    letter-spacing: 8px;
    align-items: center;
    text-align: center;
    background: linear-gradient(90deg, #fff, #ffb37a, #fff);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 12px rgba(255, 122, 24, .35), 0 0 30px rgba(255, 122, 24, .15)
}

.live-now {
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 10px;
    color: #ff7a18;
    text-shadow: 0 0 15px rgba(255, 122, 24, .5);
    animation: breathe 2s ease-in-out infinite
}

@keyframes breathe {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

.event-tabs-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: .5rem
}

.events-page {
    animation: eventsPageEnter .5s cubic-bezier(.4, 0, .2, 1) forwards;
    padding: 2rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box
}

@keyframes eventsPageEnter {
    0% {
        opacity: 0;
        transform: scale(.96)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.events-page h1 {
    font-family: var(--font-display);
    font-size: 2.5rem;
    color: var(--parchment);
    letter-spacing: 1px;
    margin: 2rem 0 1rem
}

.events-page p {
    color: var(--color-text-muted);
    font-size: 1rem
}

.event-tabs {
    display: flex;
    gap: .8rem;
    padding: .5rem 1rem;
    min-width: max-content
}

.event-tabs-wrapper::-webkit-scrollbar {
    display: none
}

.event-tabs-wrapper {
    width: 100%;
    margin-bottom: 3rem;
    overflow-x: auto
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    align-items: stretch;
    width: 100%;
    margin-bottom: 3rem
}

.event-details {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-8px);
    transition: max-height .6s ease, opacity .6s ease, transform .3s ease
}

.event-details.open {
    max-height: 400px;
    opacity: 1;
    transform: translateY(0)
}

.card {
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease
}

.card:hover,
.card:active {
    transform: translateY(-8px)
}

.card.warm:hover,
.card.warm:active {
    box-shadow: 0 0 30px #00f0ff66;
    border-color: var(--color-primary)
}

.card.cold:hover,
.card.cold:active {
    box-shadow: 0 0 30px #ff6b0066;
    border-color: var(--color-secondary)
}

.card.workshop:hover,
.card.workshop:active {
    box-shadow: 0 0 30px #d946ef59;
    border-color: #90f
}

.event-card {
    position: relative;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(20, 16, 11, 0.95), rgba(16, 12, 8, 0.92));
    border: 1px solid rgba(217, 164, 65, .12);
    border-radius: var(--radius);
    box-shadow: inset 0 1px 0 rgba(243, 230, 200, .06), 0 12px 32px rgba(0,0,0,0.24);
    transition: all .3s ease;
    opacity: 0;
    transform: translateY(24px) scale(.98);
    animation: eventCardEnter .55s ease forwards
}

.event-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), transparent);
    border-radius: var(--radius) var(--radius) 0 0
}

.event-card:hover {
    transform: translateY(-8px);
    border-color: rgba(217, 164, 65, .28);
    box-shadow: inset 0 1px 0 rgba(243, 230, 200, .08), 0 24px 52px rgba(0, 0, 0, 0.32);
    background: linear-gradient(135deg, rgba(25, 20, 14, 0.98), rgba(20, 16, 12, 0.95))
}

.event-card h3 {
    margin: 0 0 .8rem;
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    color: var(--parchment);
    letter-spacing: .02em;
    font-family: var(--font-display)
}

.event-card p {
    color: var(--parchment-dim);
    margin: 0.6rem 0
}

.event-card button {
    transition: transform .2s ease, box-shadow .2s ease
}

.event-card button:hover {
    transform: translateY(-1px)
}

@keyframes eventCardEnter {
    to {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

@keyframes cardFadeUp {
    0% {
        opacity: 0;
        transform: translateY(16px) scale(.98)
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

.details-btn .btn .btn-secondary {
    transition: padding .25s ease, min-width .25s ease, height .25s ease
}

.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .8rem 2.2rem;
    font-family: var(--font-tech);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    cursor: pointer;
    background: transparent;
    border: 1px solid var(--gold);
    color: var(--gold);
    border-radius: 2px;
    overflow: hidden;
    z-index: 1;
    transition: all .3s ease
}

.btn:hover,
.btn:active {
    background: var(--gold);
    color: var(--ink);
    box-shadow: 0 8px 24px rgba(217, 164, 65, .24)
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .8rem 2.2rem;
    background: transparent;
    border: 1px solid var(--teal);
    color: var(--teal);
    border-radius: 2px;
    font-family: var(--font-tech);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all .3s ease
}

.btn-secondary:hover,
.btn-secondary:active {
    background: var(--teal);
    color: var(--parchment);
    box-shadow: 0 8px 24px rgba(30, 91, 82, .24)
}

.btn-tertiary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .85rem 1.9rem;
    background: rgba(153,0,255,0.04);
    border: 1px solid rgba(153, 0, 255, 0.8);
    color: var(--color-tertiary);
    border-radius: 999px;
    font-family: var(--font-tech);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all .3s ease
}

.btn-tertiary:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(153,0,255,1), rgba(184,98,255,0.9));
    transform: translateY(100%);
    transition: transform .3s ease;
    z-index: -1
}

.btn-tertiary:hover,
.btn-tertiary:active {
    color: #fff;
    box-shadow: 0 10px 24px rgba(153, 0, 255, 0.22);
    border-color: transparent
}

.btn-tertiary:hover:before,
.btn-tertiary:active:before {
    transform: translateY(0)
}

.schedule-wrapper {
    padding: 120px 20px;
    background: radial-gradient(circle at top, rgba(255, 102, 0, .15), transparent 60%)
}

.schedule-table {
    max-width: 1100px;
    margin: auto;
    border-radius: 18px;
    overflow: hidden;
    background: #000000a6;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    box-shadow: 0 0 35px #ff660059, inset 0 0 0 1px #ffffff14
}

.schedule-row {
    display: grid;
    grid-template-columns: .7fr 2.5fr 1fr 1.5fr;
    padding: 22px 30px;
    align-items: center;
    color: #fff;
    font-size: .95rem;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    transition: background .3s ease, box-shadow .3s ease
}

.schedule-row.header {
    background: #000000d9;
    color: #ff7a18;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

.schedule-row:not(.header):hover {
    background: #ff7a1814;
    box-shadow: inset 0 0 15px #ff7a1840
}

.schedule-row:last-child {
    border-bottom: none
}

@media(max-width:768px) {
    h1 {
        letter-spacing: .04em !important
    }

    :root {
        --section-spacing: 3.5rem
    }

    .container {
        padding: 0 0rem
    }

    .institution-header {
        position: relative;
        left: 0;
        transform: none;
        margin: 0 auto 1rem
    }

    .inst-dept {
        padding-top: .6rem;
        line-height: 1.2
    }

    .inst-text {
        font-size: .65rem;
        width: auto;
        flex: 1;
        text-align: center;
        margin: 0;
        line-height: 1.25
    }

    .hero-title {
        font-size: 3.2rem;
        line-height: 1.15
    }

    .hero-section {
        min-height: 42vh;
        padding-top: 0;
        margin-top: -30px
    }

    .hero-institution {
        padding-top: 10px;
        width: 100%;
        max-width: 100%;
        padding-inline: 10px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: .5rem
    }

    .hero-presents {
        font-size: .9rem
    }

    .inst-logo {
        position: static;
        display: block;
        margin: 0;
        height: 45px;
        opacity: .7;
        width: auto
    }

    .inst-logo.left {
        left: 16px
    }

    .inst-logo.right {
        right: 16px
    }

    .hero-actions {
        gap: .6rem
    }

    .hero-actions .btn {
        min-width: 120px;
        font-size: 1rem;
        padding: .7rem 1rem
    }

    .about-section {
        width: 90%
    }

    .ignite-container h2 {
        font-size: 2.5rem;
        text-align: left
    }

    .highlight-grid {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 1.5rem
    }

    .highlight-section {
        width: 320px;
        max-width: 320px;
        box-sizing: border-box;
        transform: translateY(20px)
    }

    .schedule-row,
    .schedule-row.header {
        grid-template-rows: 1fr;
        gap: 1rem;
        padding: 20px
    }

    .schedule-row div:before {
        content: attr(data-label);
        font-size: .7rem;
        opacity: .6;
        display: block
    }

    .hero-timer {
        margin-top: 20px;
        gap: 6px;
        justify-content: center;
        font-size: 1rem
    }

    .timer-label {
        text-align: center;
        font-size: .5rem;
        letter-spacing: 3px
    }

    .countdown {
        text-align: center;
        font-size: 1.5rem;
        letter-spacing: 3px
    }

    .hero {
        padding-top: 20px;
        min-height: 60vh
    }

    .events-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
        gap: 1rem
    }

    .event-card {
        padding: .6rem
    }

    .event-card h3 {
        font-size: .75rem;
        margin-bottom: .2rem;
        padding-top: .9rem
    }

    .event-card p {
        font-size: .6rem;
        line-height: 1.25
    }

    .event-card button {
        font-size: .55rem;
        padding: .25rem .4rem
    }

    .event-card>div:first-child {
        font-size: .5rem;
        padding: .1rem .4rem
    }

    .container-section {
        transform: scale(.9)
    }

    .container-section h1 {
        font-size: 2.6rem;
        letter-spacing: 2px
    }
}

@media(max-width:374px) {
    .hero {
        padding-top: 20px
    }

    .hero-institution {
        gap: 2px;
        padding-inline: 2px
    }

    .inst-logo {
        height: 32px !important;
        min-width: 32px
    }

    .inst-text {
        font-size: .55rem !important;
        line-height: 1.1;
        width: auto;
        flex: 1;
        white-space: normal
    }

    .inst-college {
        display: block;
        margin-bottom: 2px;
        letter-spacing: .02em
    }

    .inst-dept {
        letter-spacing: .5px
    }
}

@media(hover:none) {
    .hero:active .hero-particles {
        opacity: 1;
        transform: scale(1)
    }
}

.payment-page {
    max-width: 420px;
    margin: 0 auto;
    text-align: center
}

.payment-page h1 {
    font-size: 2rem;
    margin-bottom: .5rem;
    letter-spacing: 1px
}

.payment-sub {
    color: var(--color-text-muted);
    font-size: .95rem;
    margin-bottom: 2rem
}

.payment-card {
    background: #ffffff0a;
    border: 1px solid var(--color-border);
    padding: 2rem;
    border-radius: 14px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.payment-amount {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem
}

.payment-event {
    font-size: .9rem;
    color: var(--color-text-muted);
    margin-bottom: 1.5rem
}

.payment-qr {
    margin: 1.5rem 0
}

.payment-qr img {
    width: 220px;
    height: 220px;
    border-radius: 12px;
    background: #fff;
    padding: 10px
}

.payment-qr-text {
    margin-top: .8rem;
    font-size: .8rem;
    opacity: .7
}

.pay-btn {
    display: block;
    margin-top: 1.5rem;
    width: 100%;
    padding: .9rem;
    font-size: 1rem;
    font-weight: 700;
    background: var(--color-primary);
    color: #000;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease
}

.pay-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px #00f0ff40
}

.utr-box {
    margin-top: 1.5rem;
    text-align: left
}

.utr-box label {
    font-size: .8rem;
    color: var(--color-text-muted)
}

.utr-box input {
    width: 100%;
    margin-top: .4rem;
    padding: .8rem;
    background: #ffffff0d;
    border: 1px solid var(--color-border);
    border-radius: 6px;
    color: #fff;
    font-size: .9rem
}

.utr-box input::placeholder {
    color: #fff6
}

.payment-note {
    margin-top: 1rem;
    font-size: .75rem;
    color: var(--color-text-muted);
    line-height: 1.4
}

@media(max-width:480px) {
    .payment-page h1 {
        font-size: 1.6rem
    }

    .payment-card {
        padding: 1.5rem
    }

    .payment-qr img {
        width: 200px;
        height: 200px
    }
}

.Registercards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem
}

.Registertitle {
    font-size: clamp(3rem, 8vw, 4.5rem);
    letter-spacing: .15em;
    white-space: nowrap;
    overflow: visible;
    text-align: center
}

.Registercardsnon {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem
}

.Formcontainer {
    max-width: 768px;
    margin: 0 auto
}

.Formcontainer input:active {
    border: 40px solid #ff0000
}

.Formcontainer input:focus {
    border: 40px solid #ff0000
}

@media(max-width:768px) {
    .Registertitle {
        transform: scale(.7)
    }

    .Formcontainer {
        max-width: 100%;
        margin: 0 auto;
        padding: 2rem 1.25rem;
        box-sizing: border-box
    }

    .Registercards {
        grid-template-columns: repeat(2, 1fr);
        gap: .8rem;
        justify-content: center;
        transform: scale(.7)
    }

    .Registercardsnon {
        grid-template-columns: repeat(2, 1fr);
        gap: .8rem;
        justify-content: center
    }
}

@media(max-width:480px) {
    .Registercards {
        grid-template-columns: repeat(2, 1fr);
        gap: .8rem;
        justify-content: center
    }
}

.admin-wrapper {
    padding: 120px 20px;
    background: radial-gradient(circle at top, rgba(147, 23, 255, .15), transparent 60%)
}

.admin-table {
    max-width: 1200px;
    margin: auto;
    border-radius: 18px;
    overflow: hidden;
    background: #000000a6;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    box-shadow: 0 0 35px #c57c2250, inset 0 0 0 1px #ffffff14
}

.admin-grid-row {
    display: grid;
    grid-template-columns: 1fr 1fr .9fr 1.6fr .6fr 1.2fr 1.2fr 1fr 1fr;
    align-items: center;
    gap: 0
}

.admin-row {
    display: grid;
    padding: 20px;
    align-items: center;
    color: #fff;
    font-size: .9rem;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    transition: background .5s ease-in-out, box-shadow .5s ease-in-out
}

.admin-row.header {
    font-family: orbitron, sans-serif, var(--font-display);
    background: #000000d9;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

.admin-row:not(.header):hover {
    background: #22c55e14;
    box-shadow: inset 0 0 15px #22c55e40
}

.admin-row:last-child {
    border-bottom: none
}

.status {
    padding: 6px 14px;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 600;
    text-align: center;
    width: fit-content
}

.status.paid {
    background: #ffa50026;
    color: #fbbf24
}

.status.verified {
    background: #22c55e26;
    color: #22c55e
}

.payverify-btn {
    background: transparent;
    border: 1px solid rgba(34, 197, 94, .4);
    color: #22c55e;
    padding: 4px 10px;
    border-radius: 50px;
    font-size: .65rem;
    cursor: pointer;
    transition: all .25s ease
}

.payverify-btn:hover {
    background: #22c55e26;
    box-shadow: 0 0 12px #22c55e66
}

.payverify-btn:disabled {
    opacity: .4;
    cursor: not-allowed
}

.undo-btn {
    background: transparent;
    border: 1px solid rgba(251, 146, 60, .4);
    color: #fb923c;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: .7rem;
    cursor: pointer;
    transition: all .25s ease
}

.undo-btn:hover {
    background: #fb923c26;
    box-shadow: 0 0 12px #fb923c66
}

.verify-btn {
    background: transparent;
    border: 1px solid rgba(59, 130, 246, .4);
    color: #3b82f6;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: .7rem;
    cursor: pointer;
    transition: all .25s ease
}

.verify-btn:hover {
    background: #3b82f626;
    box-shadow: 0 0 12px #3b82f666
}

.delete-btn {
    background: transparent;
    border: 1px solid rgba(239, 68, 68, .5);
    color: #ef4444;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: .7rem;
    cursor: pointer;
    transition: all .25s ease
}

.delete-btn:hover {
    background: #ef444426;
    box-shadow: 0 0 12px #ef444466
}

.btnexcel {
    background-color: transparent;
    color: #fff;
    font-family: orbitron, sans-serif, var(--font-display);
    border: 1px solid rgba(255, 255, 255, .4);
    padding: 1rem;
    border-radius: 999px;
    font-size: .8rem;
    cursor: pointer;
    transition: all .25s ease
}

.btnexcel:hover {
    box-shadow: 0 0 30px #22c55e80;
    transform: translateY(-8px)
}

.admin-modal {
    position: fixed;
    inset: 0;
    background: #000000bf;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    transition: all .7s ease-in-out;
    animation: slideIn .7s ease-in-out
}

@keyframes slideIn {
    0% {
        transform: translateY(-20px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.admin-modal>div {
    background: #000000d9;
    border-radius: 18px;
    padding: 24px;
    width: min(520px, 92%);
    box-shadow: 0 0 40px #ff7a1859, inset 0 0 0 1px #ffffff14
}

.event-select-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
    margin-top: 16px
}

.event-chip {
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: #ffffff0a;
    color: #fff;
    cursor: pointer;
    font-size: .85rem;
    text-align: center;
    transition: all .25s ease
}

.event-chip:hover {
    background: #ff7a181f
}

.event-chip.selected {
    border-color: #ff7a18;
    background: #ff7a182e;
    box-shadow: 0 0 12px #ff7a1866
}

.event-count-block {
    display: flex;
    flex-direction: column
}

.event-count-card {
    background: #0009;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all .25s ease;
    color: #f0f8ff
}

.event-count-card:hover {
    background: #22c55e14;
    box-shadow: 0 0 15px #22c55e33
}

.event-expand {
    margin-top: .6rem;
    background: #00000080;
    border-radius: 10px;
    padding: .6rem;
    display: grid;
    gap: .4rem;
    animation: expandFade .25s ease
}

.event-expand-row {
    display: grid;
    grid-template-columns: 1.5fr 1.5fr .8fr;
    font-size: .8rem;
    padding: .3rem .5rem;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    color: #f0f8ff
}

.event-expand-row:last-child {
    border-bottom: none
}

@keyframes expandFade {
    0% {
        opacity: 0;
        transform: translateY(-6px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media(max-width:768px) {
    .admin-row {
        grid-template-columns: 1fr;
        padding: 15px
    }
}

.event-count-wrapper {
    margin-top: 2rem;
    padding: 1rem;
    background: #0006;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .08)
}

.event-count-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem
}

.about-department-section {
    max-width: 1100px;
    margin: 6rem auto 0;
    padding: 0 1.5rem;
    text-align: center
}

.about-department-text {
    color: #ffffffd9;
    font-size: 1rem;
    line-height: 1.9;
    margin: 2rem auto 2.5rem;
    max-width: 900px;
    text-align: justify
}

.about-department-btn {
    display: inline-block;
    padding: .9rem 2.2rem;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 999px;
    transition: all .3s ease
}

.about-department-btn:hover {
    color: #fff;
    box-shadow: 0 0 50px #ff8c0066
}

html,
body {
    overflow-x: hidden
}

.page-transition {
    animation: pageEnter .8s ease-in-out;
    display: block;
    width: 100%;
    min-height: calc(100vh - 76px);
}

@keyframes pageEnter {
    0% {
        opacity: 0;
        transform: translateY(16px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

:root {
    --ink: #0a0806;
    --ink-2: #14100b;
    --gold: #d9a441;
    --gold-soft: #f0cf8b;
    --bronze: #9c6b24;
    --maroon: #7c1f1f;
    --parchment: #f3e6c8;
    --parchment-dim: #cdbf9e;
    --teal: #1e5b52;
    --teal-soft: #3c8a7c;
    --font-display: 'Cinzel', serif;
    --font-tech: 'Catamaran', sans-serif;
    --font-body: 'Work Sans', sans-serif;
    --section-spacing: 6rem;
    --container: 1180px;
    --radius: 14px;
    --color-bg-dark: #0a0806;
    --color-primary: #d9a441;
    --color-secondary: #1e5b52;
    --color-text-main: #f3e6c8;
    --color-text-muted: #cdbf9e;
    --color-border: rgba(217, 164, 65, .18)
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    margin: 0;
    background: var(--ink);
    color: var(--parchment);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image: radial-gradient(rgba(217, 164, 65, .08) 1px, transparent 1px);
    background-size: 26px 26px;
    pointer-events: none;
    z-index: 0;
    opacity: .5
}

body:before {
    content: "";
    position: fixed;
    top: -20%;
    left: -20%;
    width: 60%;
    height: 60%;
    background: radial-gradient(circle, var(--color-primary-glow), transparent 70%);
    z-index: -1;
    pointer-events: none;
    filter: blur(90px);
    animation: glow-pulse-warm 10s infinite alternate
}

body:after {
    content: "";
    position: fixed;
    bottom: -20%;
    right: -20%;
    width: 60%;
    height: 60%;
    background: radial-gradient(circle, var(--color-secondary-glow), transparent 70%);
    z-index: -1;
    pointer-events: none;
    filter: blur(90px);
    animation: glow-pulse-cold 10s infinite alternate
}

@keyframes glow-pulse-warm {
    0% {
        transform: scale(1);
        opacity: .5
    }

    to {
        transform: scale(1.5);
        opacity: 1
    }
}

@keyframes glow-pulse-cold {
    0% {
        transform: scale(1);
        opacity: .5
    }

    to {
        transform: scale(1.5);
        opacity: 1
    }
}

a {
    text-decoration: none;
    color: inherit;
    transition: all .3s ease
}

ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-display);
    text-transform: none;
    letter-spacing: .02em;
    margin-bottom: 1rem;
    color: var(--parchment)
}

h1 {
    font-size: 3.2rem;
    color: var(--parchment);
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: .02em
}

h2 {
    font-size: 2.4rem;
    color: var(--parchment);
    font-family: var(--font-display);
    position: relative;
    padding-bottom: 1rem
}

h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), transparent)
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem
}

.section {
    padding: var(--section-spacing) 0
}

.about-section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 3rem 2.2rem;
    border: 1px solid rgba(217, 164, 65, .18);
    background: rgba(20, 16, 11, 0.6);
    border-radius: var(--radius);
    text-align: left;
    line-height: 1.85;
    letter-spacing: .01em;
    cursor: default;
    box-shadow: inset 0 1px 0 rgba(243,230,200,0.08)
}

.about-section p {
    color: var(--parchment-dim);
    margin-bottom: 1rem
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: var(--color-bg-dark)
}

::-webkit-scrollbar-thumb {
    background: var(--color-border);
    border-radius: 4px
}

::-webkit-scrollbar-thumb:hover {
    background: var(--color-secondary)
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .6s ease-in-out, transform .6s ease-in-out
}

.reveal.active {
    opacity: 1;
    transform: translateY(0)
}

.particle-vignette {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    background: radial-gradient(ellipse at center, #0000 25%, #00000085, #000000d9 75%)
}

#hero-particles {
    position: absolute;
    inset: 0;
    z-index: 1
}

.timer {
    padding: 12px 24px;
    border-radius: 12px;
    background: #ffffff14;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 20px #ff7a184d
}

.ignite-section {
    padding: 120px 0
}

.ignite-container {
    max-width: 700px;
    margin: 0 auto;
    text-align: left
}

.ignite-title {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 1.2rem;
    color: var(--color-secondary)
}

.ignite-desc {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    color: var(--color-text-muted)
}

.ignite-list {
    list-style: none;
    padding: 0;
    margin-bottom: 2.5rem
}

.ignite-list li {
    display: flex;
    align-items: center;
    margin-bottom: .7rem;
    font-size: 1rem
}

.ignite-arrow {
    color: var(--color-secondary);
    margin-right: 1rem;
    font-size: .9rem
}

.ignite-link {
    font-weight: 600;
    color: var(--color-primary);
    text-decoration: none;
    letter-spacing: 1px
}

.ignite-link:hover {
    opacity: .8
}

.highlight-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 320px));
    justify-content: center;
    gap: 2rem
}

.highlight-section {
    scale: .8;
    padding: 3rem 2rem;
    border: 1px solid var(--color-border);
    background: linear-gradient(180deg, rgba(255, 255, 255, .02), transparent);
    text-align: center;
    cursor: pointer;
    transition: transform .3s ease-in-out, border-color .3s ease
}

.highlight-technical {
    --highlight-color: var(--color-primary)
}

.highlight-non-technical {
    --highlight-color: var(--color-secondary)
}

.highlight-workshop {
    --highlight-color: #d946ef
}

@media(hover:hover) {
    .highlight-section:hover {
        transform: translateY(-10px);
        border-color: var(--highlight-color);
        box-shadow: 1px 1px 15px var(--highlight-color)
    }
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(16px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes pulse {
    0% {
        transform: scale(.9);
        opacity: .6
    }

    50% {
        transform: scale(1.05);
        opacity: 1
    }

    to {
        transform: scale(1)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
