body { font-family: 'Poppins', sans-serif; background: #f9fafb; color: #1a1a1a }
body:not(.dark-mode) { background-image: none !important; background-color: #f9fafb !important; color: #1a1a1a !important }
body.dark-mode { background: #0e0e0e !important; color: #e8e8e8 !important }
.tech-hero, .tech-herob { padding: 120px 5% 3rem; position: relative; overflow: hidden }
.tech-hero { background: linear-gradient(160deg, #f0f4ff 0%, #e8f5f0 50%, #f5f6f8 100%) }
.tech-herob { padding-top: 3rem; background: linear-gradient(160deg, #f5f6f8 0%, #f0f4ff 50%, #e8f5f0 100%) }
.tech-hero::before, .tech-herob::before {
    content: ''; position: absolute; width: 500px; height: 500px;
    border-radius: 50%; pointer-events: none; z-index: 0;
}
.tech-hero::before { background: radial-gradient(circle, rgba(0,102,255,.06), transparent 70%); top: -120px; right: -80px }
.tech-herob::before { background: radial-gradient(circle, rgba(0,204,136,.05), transparent 70%); bottom: -100px; left: -100px }
.tech-orb { position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; filter: blur(60px); opacity: .5 }
.tech-orb--1 { width: 360px; height: 360px; top: -80px; left: -60px; background: radial-gradient(circle, rgba(0,102,255,.1) 0%, transparent 70%); animation: techOrb1 14s ease-in-out infinite }
.tech-orb--2 { width: 280px; height: 280px; bottom: 15%; right: -60px; background: radial-gradient(circle, rgba(0,204,136,.08) 0%, transparent 70%); animation: techOrb2 17s ease-in-out infinite }
.tech-orb--3 { width: 200px; height: 200px; top: 35%; left: 60%; background: radial-gradient(circle, rgba(0,102,255,.06) 0%, transparent 70%); animation: techOrb3 20s ease-in-out infinite }
@keyframes techOrb1 { 0%,100% { transform: translate(0,0) } 50% { transform: translate(35px,45px) } }
@keyframes techOrb2 { 0%,100% { transform: translate(0,0) } 50% { transform: translate(-30px,-40px) } }
@keyframes techOrb3 { 0%,100% { transform: translate(0,0) } 50% { transform: translate(-25px,30px) } }
.tech-header { max-width: 800px; margin: 0 auto 2.5rem; text-align: center; position: relative; z-index: 1 }
.tech-badge {
    display: inline-flex; align-items: center; gap: .45rem;
    font-family: 'Orbitron', sans-serif; font-size: .65rem; font-weight: 700;
    letter-spacing: 2.5px; text-transform: uppercase; padding: .4rem 1rem; border-radius: 50px;
    background: linear-gradient(135deg, rgba(0,102,255,.08), rgba(0,204,136,.05));
    border: 1px solid rgba(0,102,255,.12); color: #0066ff; margin-bottom: 1rem;
    opacity: 0; transform: translateY(12px); animation: techIn 600ms cubic-bezier(.2,.9,.2,1) .05s forwards;
}
.tech-badge::before {
    content: ''; width: 6px; height: 6px; border-radius: 50%;
    background: #0066ff; box-shadow: 0 0 8px rgba(0,102,255,.5);
    animation: badgePulse 2s ease-in-out infinite; flex-shrink: 0;
}
@keyframes badgePulse { 0%,100% { opacity: .6; transform: scale(1) } 50% { opacity: 1; transform: scale(1.4) } }
.tech-header h1 {
    font-family: 'Orbitron', sans-serif; font-size: clamp(1.8rem, 5vw, 3rem); font-weight: 800; letter-spacing: 2px;
    margin-bottom: .5rem; background: linear-gradient(135deg, #0055dd 0%, #00aa66 100%);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 1.15;
}
.tech-accent {
    width: 60px; height: 3px; margin: 0 auto .8rem; border-radius: 4px;
    background: linear-gradient(90deg, #0066ff, #00cc88); background-size: 200% 100%;
    animation: techAccentShimmer 4s ease infinite; transition: width .4s ease;
}
.tech-header:hover .tech-accent { width: 100px }
@keyframes techAccentShimmer { 0% { background-position: 0% 0 } 50% { background-position: 100% 0 } 100% { background-position: 0% 0 } }
.tech-header p { font-size: 1.05rem; line-height: 1.7; color: #555; max-width: 600px; margin: 0 auto }
.scroll-hint {
    position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%);
    display: flex; flex-direction: column; align-items: center; gap: .4rem;
    z-index: 1; opacity: 0; animation: scrollHintIn 800ms .8s forwards;
}
.scroll-hint__text {
    font-family: 'Orbitron', sans-serif; font-size: .55rem; font-weight: 700;
    letter-spacing: 3px; text-transform: uppercase; color: rgba(0,102,255,.4);
}
.scroll-hint__arrow {
    width: 16px; height: 16px; border-right: 2px solid rgba(0,102,255,.3);
    border-bottom: 2px solid rgba(0,102,255,.3); transform: rotate(45deg);
    animation: scrollBounce 2s ease-in-out infinite;
}
@keyframes scrollHintIn { to { opacity: 1 } }
@keyframes scrollBounce { 0%,100% { transform: rotate(45deg) translateY(0) } 50% { transform: rotate(45deg) translateY(5px) } }
.tech-hero::after {
    content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .25;
    background-image: radial-gradient(circle 1px, rgba(0,102,255,.15) 1px, transparent 1px);
    background-size: 28px 28px;
}
.tech-hero + .tech-herob::after, .tech-herob + .accordion-section::before,
.accordion-section + .innovation-section::before, .innovation-section + .form-section::before {
    content: ''; display: block; height: 1px; width: 100%; position: absolute; top: 0; left: 0; right: 0;
    background: linear-gradient(90deg, transparent 10%, rgba(0,102,255,.1) 50%, transparent 90%);
}
.tech-herob, .accordion-section, .innovation-section, .form-section { position: relative }
.section-title {
    font-family: 'Orbitron', sans-serif; font-size: 1.4rem; font-weight: 700; text-align: center;
    letter-spacing: 2px; text-transform: uppercase; color: #1a1a1a; margin: 2rem 0 1.8rem;
    position: relative; padding-bottom: .75rem; z-index: 1;
}
.section-title::after {
    content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
    width: 50px; height: 3px; border-radius: 2px;
    background: linear-gradient(90deg, #0066ff, #00cc88); background-size: 200% 100%;
    animation: techAccentShimmer 4s ease infinite;
    transition: width .4s ease;
}
.section-title:hover::after { width: 90px }
.edition-tag {
    display: inline-flex; align-items: center; justify-content: center;
    width: 28px; height: 28px; border-radius: 8px; margin-right: .4rem;
    font-family: 'Orbitron', sans-serif; font-size: .7rem; font-weight: 800;
    background: linear-gradient(135deg, #0066ff, #00cc88); color: #fff;
    vertical-align: middle; box-shadow: 0 2px 8px rgba(0,102,255,.2);
    transition: transform .3s ease, box-shadow .3s ease;
}
.section-title:hover .edition-tag { transform: scale(1.12) rotate(-3deg); box-shadow: 0 4px 16px rgba(0,102,255,.3) }
.tech-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 1.5rem;
    max-width: 1100px; margin: 0 auto 2rem; position: relative; z-index: 1;
}
.tech-card {
    background: rgba(255,255,255,.75); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    border-radius: 20px; padding: 2rem;
    box-shadow: 0 4px 24px rgba(0,0,0,.04), 0 0 0 1px rgba(0,0,0,.03);
    transition: transform .3s cubic-bezier(.2,.9,.2,1), box-shadow .3s ease;
    position: relative; overflow: hidden; contain: content;
}
.tech-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, #0066ff, #00cc88); background-size: 200% 100%;
    transform: scaleX(0); transform-origin: center; transition: transform .4s cubic-bezier(.2,.9,.2,1);
}
.tech-card::after {
    content: ''; position: absolute; inset: -1px; border-radius: inherit; padding: 1px;
    background: linear-gradient(135deg, rgba(0,102,255,.12), rgba(0,204,136,.04) 30%, rgba(0,102,255,.02) 50%, rgba(0,204,136,.06) 70%, rgba(0,102,255,.12));
    background-size: 300% 300%; animation: techShimmer 8s ease infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; z-index: 0;
    opacity: .2; transition: opacity .4s ease;
}
@keyframes techShimmer { 0% { background-position: 0% 50% } 50% { background-position: 100% 50% } 100% { background-position: 0% 50% } }
.tech-card:hover { transform: translateY(-8px) scale(1.01); box-shadow: 0 20px 52px rgba(0,102,255,.1), 0 0 0 1px rgba(0,102,255,.06) }
.tech-card:hover::before { transform: scaleX(1) }
.tech-card:hover::after { opacity: .6 }
.tech-card.single { width: 60%; max-width: 500px; margin: 0 auto }
.card-label {
    position: absolute; top: .8rem; right: .8rem;
    font-family: 'Orbitron', sans-serif; font-size: .52rem; font-weight: 700;
    letter-spacing: 2px; text-transform: uppercase; padding: .22rem .65rem;
    border-radius: 6px; background: linear-gradient(135deg, rgba(0,102,255,.08), rgba(0,204,136,.05));
    border: 1px solid rgba(0,102,255,.1); color: #0066ff; z-index: 2;
    transition: background .3s ease, border-color .3s ease, transform .3s ease;
}
.tech-card:hover .card-label {
    background: linear-gradient(135deg, rgba(0,102,255,.14), rgba(0,204,136,.08));
    border-color: rgba(0,102,255,.2); transform: translateY(-2px);
}
.tech-icon {
    width: 64px; height: 64px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #0055dd, #00aa66); margin: 0 auto 1.2rem; position: relative;
    box-shadow: 0 4px 16px rgba(0,85,221,.15); transition: transform .35s cubic-bezier(.2,.9,.2,1), box-shadow .35s ease;
}
.tech-icon::after {
    content: ''; position: absolute; inset: -3px; border-radius: 17px;
    border: 1.5px dashed rgba(0,102,255,.15); opacity: 0;
    animation: iconRingSpin 20s linear infinite;
    transition: opacity .4s ease;
}
.tech-card:hover .tech-icon::after { opacity: 1 }
@keyframes iconRingSpin { to { transform: rotate(360deg) } }
.tech-card:hover .tech-icon { transform: translateY(-4px) scale(1.1); box-shadow: 0 10px 28px rgba(0,85,221,.25) }
.tech-icon img { width: 36px; height: 36px; object-fit: contain; border-radius: 8px; transition: filter .3s ease }
body.dark-mode .tech-icon img { filter: brightness(1.15) saturate(2) hue-rotate(160deg) contrast(1.1) }
body:not(.dark-mode) .tech-icon img { filter: none }
table { width: 100%; text-align: left; border-collapse: collapse; font-size: .92rem }
thead th {
    font-family: 'Orbitron', sans-serif; font-size: .72rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px; color: #888;
    padding: .6rem .8rem; border-bottom: 2px solid rgba(0,102,255,.1);
}
tbody td { padding: .65rem .8rem; color: #333; border-bottom: 1px solid rgba(0,0,0,.04); transition: background .2s ease, padding-left .25s ease }
tbody tr:hover td { background: rgba(0,102,255,.03); padding-left: 1rem }
tbody tr:last-child td { border-bottom: none }
.medal {
    display: inline-block; width: 10px; height: 10px; border-radius: 50%;
    vertical-align: middle; margin-right: .3rem; position: relative;
    transition: transform .3s ease, box-shadow .3s ease;
}
.medal--gold { background: linear-gradient(135deg, #ffd700, #daa520); box-shadow: 0 0 8px rgba(255,215,0,.35) }
.medal--gold::after { content: ''; position: absolute; top: 1.5px; left: 2.5px; width: 4px; height: 3px; border-radius: 50%; background: rgba(255,255,255,.5) }
.medal--silver { background: linear-gradient(135deg, #e0e0e0, #a0a0a0); box-shadow: 0 0 8px rgba(192,192,192,.3) }
.medal--silver::after { content: ''; position: absolute; top: 1.5px; left: 2.5px; width: 4px; height: 3px; border-radius: 50%; background: rgba(255,255,255,.4) }
.medal--bronze { background: linear-gradient(135deg, #cd7f32, #a0522d); box-shadow: 0 0 8px rgba(184,115,51,.3) }
.medal--bronze::after { content: ''; position: absolute; top: 1.5px; left: 2.5px; width: 4px; height: 3px; border-radius: 50%; background: rgba(255,255,255,.35) }
tbody tr:hover .medal { transform: scale(1.4); }
.podium td:first-child { font-weight: 700; font-family: 'Orbitron', sans-serif }
.podium--gold td:first-child { color: #d4a017; text-shadow: 0 0 10px rgba(212,160,23,.2) }
.podium--silver td:first-child { color: #8a8a8a }
.podium--bronze td:first-child { color: #b87333 }
.podium--gold td { background: rgba(212,160,23,.04) }
.podium--silver td { background: rgba(138,138,138,.025) }
.podium--bronze td { background: rgba(184,115,51,.025) }
tbody tr:nth-child(even):not(.podium) td { background: rgba(0,0,0,.008) }
.sponsor-card {
    max-width: 900px; margin: 1rem auto 0; padding: 2rem;
    background: rgba(255,255,255,.7); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    border-radius: 18px; box-shadow: 0 4px 20px rgba(0,0,0,.03), 0 0 0 1px rgba(0,0,0,.03);
    text-align: center; position: relative; z-index: 1; overflow: hidden;
    transition: transform .3s cubic-bezier(.2,.9,.2,1), box-shadow .3s ease;
}
.sponsor-card::before {
    content: ''; position: absolute; inset: -1px; border-radius: inherit; padding: 1px;
    background: linear-gradient(135deg, rgba(0,102,255,.1), rgba(0,204,136,.04) 30%, rgba(0,102,255,.02) 50%, rgba(0,204,136,.06) 70%, rgba(0,102,255,.1));
    background-size: 300% 300%; animation: techShimmer 8s ease infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; z-index: 0;
    opacity: .15; transition: opacity .4s ease;
}
.sponsor-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,102,255,.06), 0 0 0 1px rgba(0,102,255,.04) }
.sponsor-card:hover::before { opacity: .5 }
.sponsor-title {
    font-family: 'Orbitron', sans-serif; font-size: .9rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 2px; color: #555; margin: 0 0 1.2rem;
    transition: color .3s ease, letter-spacing .3s ease;
}
.sponsor-card:hover .sponsor-title { letter-spacing: 3px; color: #333 }
.edition-info { font-size: .92rem; line-height: 1.7; color: #555; margin: 0 }
body.dark-mode .edition-info { color: #bbb }
.sponsor-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 2rem 2.5rem }
.sponsor-grid a { display: flex; align-items: center; transition: transform .3s cubic-bezier(.2,.9,.2,1), opacity .25s ease }
.sponsor-grid a:hover { transform: scale(1.1) translateY(-3px) }
.sponsor-logo {
    height: auto; max-height: 60px; width: auto; max-width: 160px; object-fit: contain;
    filter: grayscale(40%); opacity: .8; transition: filter .3s ease, opacity .3s ease;
}
.sponsor-grid a:hover .sponsor-logo { filter: grayscale(0%); opacity: 1 }
.accordion-section { padding: 3rem 5%; background: #f5f6f8 }
.accordion { max-width: 700px; margin: 0 auto; display: flex; flex-direction: column; gap: .75rem }
.accordion-item {
    border-radius: 16px; background: rgba(255,255,255,.7); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 2px 12px rgba(0,0,0,.03), 0 0 0 1px rgba(0,0,0,.03);
    overflow: hidden; transition: box-shadow .3s ease, transform .3s cubic-bezier(.2,.9,.2,1); contain: content;
    position: relative;
}
.accordion-item::after {
    content: ''; position: absolute; inset: -1px; border-radius: inherit; padding: 1px;
    background: linear-gradient(135deg, rgba(0,102,255,.1), rgba(0,204,136,.04) 30%, rgba(0,102,255,.02) 50%, rgba(0,204,136,.06) 70%, rgba(0,102,255,.1));
    background-size: 300% 300%; animation: techShimmer 8s ease infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; z-index: 0;
    opacity: 0; transition: opacity .4s ease;
}
.accordion-item:hover { box-shadow: 0 8px 24px rgba(0,0,0,.06); transform: translateY(-3px) }
.accordion-item:hover::after { opacity: .4 }
.accordion-header {
    width: 100%; padding: 1.1rem 1.5rem; text-align: left; background: transparent; border: none;
    font-family: 'Poppins', sans-serif; font-size: .95rem; font-weight: 600; color: #1a1a1a;
    cursor: pointer; display: flex; justify-content: space-between; align-items: center;
    transition: color .2s ease; position: relative; z-index: 1;
}
.accordion-header:hover { color: #0055dd }
.accordion-header::after {
    content: '+'; font-family: 'Orbitron', sans-serif; font-size: 1.2rem; font-weight: 400;
    color: #0066ff; transition: transform .35s cubic-bezier(.2,.9,.2,1), color .2s ease;
    flex-shrink: 0; margin-left: 1rem;
}
.accordion-item.active .accordion-header::after { content: '\2212'; transform: rotate(180deg) }
.accordion-content { max-height: 0; overflow: hidden; transition: max-height .4s cubic-bezier(.2,.9,.2,1), padding .4s ease; padding: 0 1.5rem; position: relative; z-index: 1 }
.accordion-item.active .accordion-content { max-height: 200px; padding: .5rem 1.5rem 1.2rem }
.accordion-content a {
    display: inline-flex; align-items: center; gap: .5rem; color: #0055dd;
    font-weight: 600; font-size: .9rem; text-decoration: none; padding: .5rem 1rem;
    border-radius: 10px; background: rgba(0,85,221,.06); transition: background .2s ease, color .2s ease, transform .2s ease;
}
.accordion-content a::before { content: '\2193'; font-size: 1rem }
.accordion-content a:hover { background: rgba(0,85,221,.12); color: #003399; transform: translateY(-2px) }
.innovation-section { padding: 4rem 5%; background: linear-gradient(180deg, #f0f1f3, #e8eaed) }
.innovation-timeline {
    max-width: 1000px; margin: 0 auto; display: flex; flex-direction: column; gap: 3rem;
    position: relative;
}
.innovation-timeline::before {
    content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px;
    background: linear-gradient(180deg, transparent, rgba(0,102,255,.12), rgba(0,204,136,.12), transparent);
    transform: translateX(-50%); border-radius: 2px;
}
.timeline-node { display: flex; gap: 3rem; align-items: center; position: relative; z-index: 1 }
.timeline-node::before {
    content: ''; position: absolute; left: 50%; top: 50%; width: 10px; height: 10px;
    background: linear-gradient(135deg, #0066ff, #00cc88); border-radius: 50%;
    transform: translate(-50%,-50%); box-shadow: 0 0 12px rgba(0,102,255,.25);
    z-index: 2; transition: transform .3s ease, box-shadow .3s ease;
}
.timeline-node:hover::before { transform: translate(-50%,-50%) scale(1.5); box-shadow: 0 0 20px rgba(0,102,255,.4) }
.timeline-node:nth-child(even) { flex-direction: row-reverse }
.node-image {
    flex: 0 0 45%; border-radius: 20px; overflow: hidden;
    box-shadow: 0 12px 40px rgba(0,0,0,.06), 0 0 0 1px rgba(0,0,0,.03);
    position: relative; transition: transform .4s cubic-bezier(.2,.9,.2,1), box-shadow .4s ease;
}
.node-image::before {
    content: ''; position: absolute; inset: -1px; border-radius: inherit; padding: 1px;
    background: linear-gradient(135deg, rgba(0,102,255,.12), rgba(0,204,136,.04) 30%, rgba(0,102,255,.02) 50%, rgba(0,204,136,.06) 70%, rgba(0,102,255,.12));
    background-size: 300% 300%; animation: techShimmer 8s ease infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; z-index: 2;
    opacity: .2; transition: opacity .4s ease;
}
.node-image:hover { transform: translateY(-6px); box-shadow: 0 20px 52px rgba(0,102,255,.1), 0 0 0 1px rgba(0,102,255,.06) }
.node-image:hover::before { opacity: .6 }
.node-image::after {
    content: ''; position: absolute; inset: 0; border-radius: 20px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); pointer-events: none;
}
.node-image img { width: 100%; height: auto; display: block; border-radius: 20px; transition: transform .6s cubic-bezier(.2,.9,.2,1) }
.node-image:hover img { transform: scale(1.05) }
.node-content { flex: 1 }
.node-tag {
    display: inline-block; font-family: 'Orbitron', sans-serif; font-size: .55rem; font-weight: 700;
    letter-spacing: 2px; text-transform: uppercase; padding: .2rem .65rem; border-radius: 6px;
    background: rgba(0,102,255,.06); border: 1px solid rgba(0,102,255,.1); color: #0066ff;
    margin-bottom: .5rem; transition: background .3s ease, color .3s ease;
}
.timeline-node:hover .node-tag { background: rgba(0,102,255,.1); color: #0044bb }
.node-content h3 {
    font-family: 'Orbitron', sans-serif; font-size: 1.3rem; font-weight: 700;
    margin: 0 0 .6rem; color: #1a1a1a; letter-spacing: .5px;
    transition: letter-spacing .3s ease, color .3s ease;
}
.timeline-node:hover .node-content h3 { letter-spacing: 1px; color: #0055dd }
.node-content p {
    font-size: .95rem; line-height: 1.7; color: #555; margin: 0;
    border-left: 2px solid rgba(0,102,255,.08); padding-left: .8rem;
    transition: border-color .3s ease;
}
.timeline-node:hover .node-content p { border-color: rgba(0,102,255,.2) }
.form-section { padding: 4rem 5%; background: linear-gradient(180deg, #f5f6f8 0%, #ebedf0 100%); position: relative }
.form-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(0,102,255,.15), transparent) }
.form-container {
    max-width: 900px; margin: 0 auto; padding: 2.5rem 2rem; border-radius: 22px;
    background: rgba(255,255,255,.8); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 40px rgba(0,0,0,.06), 0 1px 3px rgba(0,0,0,.04);
    position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,.04);
}
.form-container::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, #0055dd, #00cc88, #0066ff); background-size: 200% 100%;
    animation: formAccent 4s linear infinite;
}
@keyframes formAccent { 0% { background-position: 200% 0 } 100% { background-position: -200% 0 } }
.form-header { text-align: center; margin-bottom: 1.5rem }
.form-badge {
    display: inline-flex; align-items: center; gap: .4rem;
    font-family: 'Orbitron', sans-serif; font-size: .65rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 2.5px; padding: .35rem 1rem; border-radius: 100px;
    background: rgba(0,102,255,.08); color: #0055dd; margin-bottom: .75rem;
}
.form-badge::before {
    content: ''; width: 5px; height: 5px; border-radius: 50%;
    background: #0055dd; box-shadow: 0 0 6px rgba(0,85,221,.4);
    animation: badgePulse 2s ease-in-out infinite; flex-shrink: 0;
}
.form-title {
    font-family: 'Orbitron', sans-serif; font-size: 2rem; margin: 0 0 .4rem; text-align: center;
    color: #111; letter-spacing: 1.5px; font-weight: 800;
}
.form-subtitle { font-size: .95rem; color: #777; margin: 0; letter-spacing: .3px }
.form-note { text-align: center; font-size: .92rem; color: #666; margin-bottom: 1.2rem; line-height: 1.5 }
.form-note a {
    color: #0055dd; text-decoration: none; font-weight: 600;
    border-bottom: 2px solid rgba(0,85,221,.25); transition: all 220ms ease;
}
.form-note a:hover { color: #003399; border-bottom-color: #003399 }
.iframe-wrap { padding: 12px; background: #f8f9fb; border-radius: 14px; box-shadow: inset 0 2px 8px rgba(0,0,0,.04) }
.form-iframe { width: 100%; border: 0; min-height: 640px; height: 72vh; border-radius: 10px; display: block; background: #fff }
.signup-message { display: none; text-align: center; padding: 3rem 2rem 2.5rem }
.signup-message-icon { color: #0066ff; margin-bottom: 1rem; animation: clockPulse 2s ease-in-out infinite }
@keyframes clockPulse { 0%,100% { transform: scale(1); opacity: .7 } 50% { transform: scale(1.08); opacity: 1 } }
.signup-message-title { font-family: 'Orbitron', sans-serif; font-size: 1.3rem; font-weight: 700; color: #222; margin: 0 0 .5rem; letter-spacing: 1px }
.signup-message-text { font-size: .95rem; color: #888; margin: 0; line-height: 1.5 }
.signup-message-text strong { color: #0055dd; font-weight: 700 }
@keyframes techIn { to { opacity: 1; transform: translateY(0) } }
.tech-badge { opacity: 0; transform: translateY(12px); animation: techIn 600ms cubic-bezier(.2,.9,.2,1) .05s forwards }
.tech-header h1, .tech-header p { opacity: 0; transform: translateY(18px) scale(.995); animation: techIntro 800ms cubic-bezier(.2,.9,.2,1) forwards }
.tech-header h1 { animation-delay: .15s }
.tech-header p { animation-delay: .35s }
@keyframes techIntro { to { opacity: 1; transform: translateY(0) scale(1) } }
.tech-card { opacity: 0; transform: translateY(16px) scale(.995); animation: cardPop 650ms cubic-bezier(.2,.9,.2,1) forwards; animation-delay: calc(.2s + var(--card-i, 0) * .15s) }
.tech-grid .tech-card:nth-child(1) { animation-delay: calc(.2s + var(--card-i, 0) * .15s) }
.tech-grid .tech-card:nth-child(2) { animation-delay: calc(.35s + var(--card-i, 0) * .15s) }
.tech-grid .tech-card:nth-child(3) { animation-delay: calc(.5s + var(--card-i, 0) * .15s) }
@keyframes cardPop { to { opacity: 1; transform: translateY(0) scale(1) } }
.sponsor-card { opacity: 0; transform: translateY(12px); animation: fadeUp 600ms cubic-bezier(.2,.9,.2,1) forwards }
.sponsor-card:nth-of-type(1) { animation-delay: .4s }
.sponsor-card:nth-of-type(2) { animation-delay: .55s }
.sponsor-card:nth-of-type(3) { animation-delay: .7s }
.sponsor-card:nth-of-type(4) { animation-delay: .85s }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0) } }
.node-image, .node-content { opacity: 0; transform: translateY(18px) scale(.995); animation: techIntro 800ms cubic-bezier(.2,.9,.2,1) forwards }
.node-image { animation-delay: .1s }
.node-content { animation-delay: .3s }
body.dark-mode .tech-hero { background: linear-gradient(160deg, #0e0e0e 0%, #111 50%, #0d0d0d 100%) !important }
body.dark-mode .tech-hero::before { background: radial-gradient(circle, rgba(255,80,40,.04), transparent 70%) }
body.dark-mode .tech-herob { background: linear-gradient(160deg, #0d0d0d 0%, #0e0e0e 50%, #111 100%) !important }
body.dark-mode .tech-herob::before { background: radial-gradient(circle, rgba(255,136,51,.03), transparent 70%) }
body.dark-mode .tech-orb--1 { background: radial-gradient(circle, rgba(255,90,40,.07) 0%, transparent 70%) }
body.dark-mode .tech-orb--2 { background: radial-gradient(circle, rgba(255,160,50,.05) 0%, transparent 70%) }
body.dark-mode .tech-orb--3 { background: radial-gradient(circle, rgba(255,80,30,.04) 0%, transparent 70%) }
body.dark-mode .tech-badge { background: linear-gradient(135deg, rgba(255,100,40,.1), rgba(255,160,50,.06)); border-color: rgba(255,100,40,.18); color: #ff8833 }
body.dark-mode .tech-badge::before { background: #ff8833; box-shadow: 0 0 8px rgba(255,136,51,.5) }
body.dark-mode .tech-header h1 { background: linear-gradient(135deg, #ff4422, #ff8833); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent }
body.dark-mode .tech-accent { background: linear-gradient(90deg, #ff5533, #ff8833); background-size: 200% 100% }
body.dark-mode .tech-hero::after { background-image: radial-gradient(circle 1px, rgba(255,136,51,.08) 1px, transparent 1px) }
body.dark-mode .tech-hero + .tech-herob::after, body.dark-mode .tech-herob + .accordion-section::before,
body.dark-mode .accordion-section + .innovation-section::before, body.dark-mode .innovation-section + .form-section::before {
    background: linear-gradient(90deg, transparent 10%, rgba(255,136,51,.08) 50%, transparent 90%);
}
body.dark-mode .scroll-hint__text { color: rgba(255,136,51,.35) }
body.dark-mode .scroll-hint__arrow { border-color: rgba(255,136,51,.25) }
body.dark-mode .card-label { background: linear-gradient(135deg, rgba(255,100,40,.1), rgba(255,160,50,.06)); border-color: rgba(255,100,40,.15); color: #ff8833 }
body.dark-mode .tech-card:hover .card-label { background: linear-gradient(135deg, rgba(255,100,40,.16), rgba(255,160,50,.1)); border-color: rgba(255,100,40,.25) }
body.dark-mode .tech-icon::after { border-color: rgba(255,136,51,.12) }
body.dark-mode .tech-header p { color: #bbb }
body.dark-mode .section-title { color: #eee }
body.dark-mode .section-title::after { background: linear-gradient(90deg, #ff5533, #ff8833); background-size: 200% 100% }
body.dark-mode .edition-tag { background: linear-gradient(135deg, #ff5533, #ff8833); box-shadow: 0 2px 8px rgba(255,80,40,.25) }
body.dark-mode .section-title:hover .edition-tag { box-shadow: 0 4px 16px rgba(255,80,40,.35) }
body.dark-mode .tech-card {
    background: rgba(255,255,255,.025); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 24px rgba(0,0,0,.35), 0 0 0 1px rgba(255,120,50,.05);
    transition: transform .3s cubic-bezier(.2,.9,.2,1), box-shadow .3s ease, background .3s ease;
}
body.dark-mode .tech-card::before { background: linear-gradient(90deg, #ff5533, #ff8833); background-size: 200% 100% }
body.dark-mode .tech-card::after {
    background: linear-gradient(135deg, rgba(255,85,51,.12), rgba(255,136,51,.04) 30%, rgba(255,85,51,.02) 50%, rgba(255,136,51,.06) 70%, rgba(255,85,51,.12));
    background-size: 300% 300%;
}
body.dark-mode .tech-card:hover { background: rgba(255,120,50,.03); box-shadow: 0 20px 52px rgba(255,80,40,.12), 0 0 0 1px rgba(255,136,51,.1) }
body.dark-mode .tech-icon { background: linear-gradient(135deg, #cc3300, #994400); box-shadow: 0 4px 16px rgba(204,51,0,.25) }
body.dark-mode .tech-card:hover .tech-icon { box-shadow: 0 10px 28px rgba(204,51,0,.4) }
body.dark-mode thead th { color: #999; border-bottom-color: rgba(255,136,51,.15) }
body.dark-mode tbody td { color: #ccc; border-bottom-color: rgba(255,255,255,.04) }
body.dark-mode tbody tr:hover td { background: rgba(255,136,51,.03) }
body.dark-mode .podium--gold td:first-child { color: #ffd700; text-shadow: 0 0 10px rgba(255,215,0,.25) }
body.dark-mode .podium--silver td:first-child { color: #c0c0c0 }
body.dark-mode .podium--bronze td:first-child { color: #cd7f32 }
body.dark-mode .podium--gold td { background: rgba(255,215,0,.03) }
body.dark-mode .podium--silver td { background: rgba(192,192,192,.02) }
body.dark-mode .podium--bronze td { background: rgba(205,127,50,.02) }
body.dark-mode tbody tr:nth-child(even):not(.podium) td { background: rgba(255,255,255,.008) }
body.dark-mode .medal--gold { background: linear-gradient(135deg, #ffd700, #daa520); box-shadow: 0 0 8px rgba(255,215,0,.4) }
body.dark-mode .medal--silver { background: linear-gradient(135deg, #ddd, #aaa); box-shadow: 0 0 8px rgba(220,220,220,.3) }
body.dark-mode .medal--bronze { background: linear-gradient(135deg, #cd7f32, #a0522d); box-shadow: 0 0 8px rgba(205,127,50,.35) }
body.dark-mode .sponsor-card {
    background: rgba(255,255,255,.025); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0,0,0,.35), 0 0 0 1px rgba(255,120,50,.05);
    transition: transform .3s cubic-bezier(.2,.9,.2,1), box-shadow .3s ease, background .3s ease;
}
body.dark-mode .sponsor-card::before {
    background: linear-gradient(135deg, rgba(255,85,51,.1), rgba(255,136,51,.04) 30%, rgba(255,85,51,.02) 50%, rgba(255,136,51,.06) 70%, rgba(255,85,51,.1));
    background-size: 300% 300%;
}
body.dark-mode .sponsor-card:hover { box-shadow: 0 16px 40px rgba(255,80,40,.08), 0 0 0 1px rgba(255,136,51,.1) }
body.dark-mode .sponsor-title { color: #999 }
body.dark-mode .sponsor-card:hover .sponsor-title { color: #ccc }
body.dark-mode .sponsor-logo { filter: grayscale(40%) brightness(1.2) }
body.dark-mode .sponsor-grid a:hover .sponsor-logo { filter: grayscale(0%) brightness(1.3) }
body.dark-mode .accordion-section { background: #0a0a0a !important }
body.dark-mode .accordion-item {
    background: rgba(255,255,255,.025); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 2px 12px rgba(0,0,0,.3), 0 0 0 1px rgba(255,120,50,.04);
}
body.dark-mode .accordion-item::after {
    background: linear-gradient(135deg, rgba(255,85,51,.1), rgba(255,136,51,.04) 30%, rgba(255,85,51,.02) 50%, rgba(255,136,51,.06) 70%, rgba(255,85,51,.1));
    background-size: 300% 300%;
}
body.dark-mode .accordion-item:hover { background: rgba(255,120,50,.03); box-shadow: 0 8px 24px rgba(0,0,0,.4), 0 0 0 1px rgba(255,120,50,.08) }
body.dark-mode .accordion-header { color: #e0e0e0 }
body.dark-mode .accordion-header:hover { color: #ff8833 }
body.dark-mode .accordion-header::after { color: #ff8833 }
body.dark-mode .accordion-content a { color: #ff8833; background: rgba(255,136,51,.08) }
body.dark-mode .accordion-content a:hover { background: rgba(255,136,51,.14); color: #ffaa55 }
body.dark-mode .innovation-section { background: linear-gradient(180deg, #0a0a0a, #0d0d0d) !important }
body.dark-mode .innovation-timeline::before { background: linear-gradient(180deg, transparent, rgba(255,136,51,.08), rgba(255,85,51,.08), transparent) }
body.dark-mode .timeline-node::before { background: linear-gradient(135deg, #ff5533, #ff8833); box-shadow: 0 0 12px rgba(255,85,51,.3) }
body.dark-mode .timeline-node:hover::before { box-shadow: 0 0 20px rgba(255,85,51,.5) }
body.dark-mode .node-image { box-shadow: 0 12px 40px rgba(0,0,0,.45), 0 0 0 1px rgba(255,120,50,.06) }
body.dark-mode .node-image::before {
    background: linear-gradient(135deg, rgba(255,85,51,.12), rgba(255,136,51,.04) 30%, rgba(255,85,51,.02) 50%, rgba(255,136,51,.06) 70%, rgba(255,85,51,.12));
    background-size: 300% 300%;
}
body.dark-mode .node-image:hover { box-shadow: 0 20px 52px rgba(255,80,40,.1), 0 0 0 1px rgba(255,136,51,.1) }
body.dark-mode .node-content h3 { color: #f5ede6 }
body.dark-mode .timeline-node:hover .node-content h3 { color: #ff8833 }
body.dark-mode .node-tag { background: rgba(255,136,51,.08); border-color: rgba(255,136,51,.15); color: #ff8833 }
body.dark-mode .timeline-node:hover .node-tag { background: rgba(255,136,51,.14); color: #ffaa55 }
body.dark-mode .node-content p { color: #b8b0a8; border-left-color: rgba(255,136,51,.08) }
body.dark-mode .timeline-node:hover .node-content p { border-left-color: rgba(255,136,51,.2) }
body.dark-mode .form-section { background: linear-gradient(180deg, #0a0a0a, #0d0d0d) !important }
body.dark-mode .form-container {
    background: linear-gradient(135deg, rgba(15,15,15,.9), rgba(11,11,11,.9)); backdrop-filter: blur(12px);
    box-shadow: 0 8px 40px rgba(0,0,0,.45), 0 0 0 1px rgba(255,120,50,.05); border-color: rgba(255,120,50,.06);
}
body.dark-mode .form-container::before { background: linear-gradient(90deg, #ff5533, #ff8833, #ff5533); background-size: 200% 100% }
body.dark-mode .form-badge { background: rgba(255,136,51,.1); color: #ff8833 }
body.dark-mode .form-badge::before { background: #ff8833; box-shadow: 0 0 6px rgba(255,136,51,.4) }
body.dark-mode .form-title { color: #f0f0f0 }
body.dark-mode .form-subtitle { color: #888 }
body.dark-mode .form-note { color: #bbb }
body.dark-mode .form-note a { color: #64b5ff; border-bottom-color: rgba(100,181,255,.3) }
body.dark-mode .form-note a:hover { color: #90cfff; border-bottom-color: #90cfff }
body.dark-mode .iframe-wrap { background: #080808; box-shadow: inset 0 2px 8px rgba(0,0,0,.5) }
body.dark-mode .form-iframe { background: #1a1a1a; filter: brightness(.92) contrast(1.04) }
body.dark-mode .signup-message-icon { color: #ff8833 }
body.dark-mode .signup-message-title { color: #f0f0f0 }
body.dark-mode .signup-message-text { color: #999 }
body.dark-mode .signup-message-text strong { color: #ff8833 }
@media (max-width: 768px) {
    .tech-hero { padding: 100px 5% 2rem }
    .tech-herob { padding: 2rem 5% }
    .tech-hero::before, .tech-herob::before { display: none }
    .tech-orb { display: none }
    .tech-header h1 { font-size: 2rem }
    .tech-header p { font-size: .95rem }
    .tech-header { margin-bottom: 1.5rem }
    .tech-badge { font-size: .58rem; padding: .35rem .8rem; letter-spacing: 2px }
    .tech-accent { width: 40px; height: 2px }
    .tech-grid { grid-template-columns: 1fr; gap: 1.2rem }
    .tech-card { padding: 1.5rem }
    .tech-card.single { width: 100% !important; max-width: 100% !important }
    .sponsor-card { padding: 1.5rem; margin-top: .75rem; border-radius: 14px }
    .sponsor-logo { height: 36px }
    .sponsor-grid { gap: 1rem }
    .section-title { font-size: 1.15rem; letter-spacing: 1.5px }
    .edition-tag { width: 24px; height: 24px; font-size: .6rem; border-radius: 6px }
    table { font-size: .85rem }
    thead th { font-size: .65rem; padding: .5rem .6rem }
    tbody td { padding: .55rem .6rem }
    .accordion-section { padding: 2rem 5% }
    .accordion-header { font-size: .9rem; padding: 1rem 1.25rem }
    .innovation-section { padding: 3rem 5% }
    .innovation-timeline::before { display: none }
    .timeline-node::before { display: none }
    .timeline-node, .timeline-node:nth-child(even) { flex-direction: column; gap: 1.5rem }
    .node-image { flex: none; width: 100% }
    .node-content h3 { font-size: 1.15rem }
    .scroll-hint { display: none }
    .card-label { font-size: .48rem; padding: .2rem .45rem; letter-spacing: .5px }
    .node-tag { font-size: .5rem; padding: .15rem .45rem }
    .form-section { padding: 2rem 3% }
    .form-container { padding: 1.5rem; border-radius: 16px }
    .form-iframe { height: 800px }
    .form-title { font-size: 1.5rem }
    .form-subtitle { font-size: .85rem }
    .form-note { font-size: .9rem }
    .signup-message-title { font-size: 1.1rem }
    .signup-message-text { font-size: .88rem }
}
@media (max-width: 480px) {
    .tech-hero { padding: 90px 4% 1.5rem }
    .tech-herob { padding: 1.5rem 4% }
    .tech-header h1 { font-size: 1.65rem }
    .tech-badge { font-size: .52rem; padding: .3rem .7rem }
    .tech-card { padding: 1.2rem }
    .tech-icon { width: 52px; height: 52px }
    .tech-icon img { width: 28px; height: 28px }
    .section-title { font-size: 1rem; letter-spacing: 1px }
    .edition-tag { width: 22px; height: 22px; font-size: .55rem; margin-right: .3rem }
    .accordion-header { font-size: .85rem }
    .accordion-content a { font-size: .82rem }
    .form-section { padding: 1.5rem 2% }
    .form-container { padding: 1rem; border-radius: 12px }
    .form-iframe { height: 900px }
    .form-title { font-size: 1.2rem }
    .card-label { font-size: .45rem; padding: .18rem .4rem }
    .node-tag { font-size: .48rem; padding: .12rem .4rem }
    .form-badge { font-size: .6rem; padding: .3rem .8rem }
    .iframe-wrap { padding: 8px; border-radius: 8px }
    .signup-message { padding: 2rem 1.5rem }
    .signup-message-icon svg { width: 36px; height: 36px }
}
@media (prefers-reduced-motion: reduce) {
    .tech-header h1, .tech-header p, .tech-card, .node-image, .node-content,
    .sponsor-card, .accordion-item, .form-container::before, .tech-badge,
    .tech-accent, .tech-orb, .tech-card::after, .sponsor-card::before,
    .accordion-item::after, .node-image::before, .edition-tag, .medal,
    .tech-badge::before, .timeline-node::before,
    .scroll-hint, .scroll-hint__arrow, .tech-icon::after, .form-badge::before {
        animation: none !important;
        transition: none !important;
    }
}
.organizers-row {
    display: flex; justify-content: center; align-items: flex-end; gap: 1.4rem;
    flex-wrap: wrap; margin: 2rem 0 1.2rem;
}
.event-organizers {
    display: flex; flex-direction: column; align-items: center; position: relative;
    background: linear-gradient(168deg, rgba(255,255,255,.045), rgba(255,255,255,.01));
    border-radius: 22px; border: 1px solid rgba(255,255,255,.06); width: 185px;
    overflow: visible; padding-bottom: 1.4rem;
    transition: transform .4s cubic-bezier(.175,.885,.32,1.275), box-shadow .4s ease;
}
.event-organizers:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(255,102,51,.08), 0 0 0 1px rgba(255,102,51,.06) }
.event-organizers--lead {
    width: 210px; padding-bottom: 1.6rem; border-color: rgba(255,136,68,.15);
    background: linear-gradient(168deg, rgba(255,136,68,.06), rgba(255,102,51,.02));
    box-shadow: 0 4px 30px rgba(255,102,51,.06); z-index: 1;
}
.event-organizers--lead:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 24px 60px rgba(255,102,51,.14), 0 0 0 1px rgba(255,136,68,.12), 0 0 50px -8px rgba(255,102,51,.06);
}
.organizer-banner {
    width: 100%; height: 68px; position: relative; border-radius: 22px 22px 0 0; overflow: hidden;
    background: linear-gradient(135deg, #cc4422, #ff6633, #ff9955); background-size: 300% 300%;
    animation: orgBannerShift 10s ease-in-out infinite;
}
.event-organizers--lead .organizer-banner { height: 80px; background: linear-gradient(135deg, #ff4400, #ff7744, #ffbb66) }
.organizer-banner__glow {
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 50% 70% at 25% 85%, rgba(255,255,255,.1), transparent),
                radial-gradient(ellipse 40% 50% at 75% 25%, rgba(255,255,255,.06), transparent);
}
@keyframes orgBannerShift { 0%,100% { background-position: 0% 50% } 50% { background-position: 100% 50% } }
.organizer-avatar {
    width: 66px; height: 66px; border-radius: 50%; margin-top: -33px; position: relative; z-index: 2;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(150deg, #1e1e2a, #141420); border: 2.5px solid rgba(255,136,68,.45);
    box-shadow: 0 0 0 4px rgba(255,119,68,.08), 0 6px 20px rgba(0,0,0,.3);
    transition: transform .35s cubic-bezier(.175,.885,.32,1.275), box-shadow .35s ease, border-color .35s ease;
    user-select: none;
}
.event-organizers--lead .organizer-avatar {
    width: 78px; height: 78px; margin-top: -39px; border-width: 3px; border-color: rgba(255,136,68,.65);
    box-shadow: 0 0 0 5px rgba(255,119,68,.12), 0 0 18px rgba(255,102,51,.1), 0 8px 24px rgba(0,0,0,.3);
}
.organizer-avatar__letter {
    font-family: 'Orbitron', sans-serif; font-size: 1.25rem; font-weight: 800;
    background: linear-gradient(135deg, #ffbb66, #ff8844);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,.25));
}
.event-organizers--lead .organizer-avatar__letter { font-size: 1.55rem }
.event-organizers:hover .organizer-avatar {
    transform: scale(1.08); border-color: rgba(255,170,85,.7);
    box-shadow: 0 0 0 6px rgba(255,119,68,.12), 0 0 16px rgba(255,136,68,.1), 0 6px 24px rgba(255,102,51,.2);
}
.event-organizers--lead:hover .organizer-avatar {
    transform: scale(1.12) translateY(-2px); border-color: rgba(255,187,102,.85);
    box-shadow: 0 0 0 7px rgba(255,119,68,.18), 0 0 24px rgba(255,136,68,.15), 0 8px 28px rgba(255,102,51,.25);
}
.organizer-info { text-align: center; padding: 0 .7rem; margin-top: .6rem }
.organizer-name { color: #e0e0e0; font-size: .85rem; font-weight: 700; letter-spacing: .02em; margin: 0 0 .35rem; line-height: 1.3 }
.event-organizers--lead .organizer-name { color: #f4f4f4; font-size: .92rem }
.organizer-badge {
    display: inline-flex; align-items: center; gap: 4px;
    font-family: 'Orbitron', sans-serif; font-size: .5rem; font-weight: 700;
    letter-spacing: .07em; text-transform: uppercase; padding: .22rem .6rem; border-radius: 100px;
    background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); color: rgba(255,170,100,.6);
}
.organizer-badge--lead {
    font-size: .52rem; padding: .25rem .75rem;
    background: linear-gradient(135deg, rgba(255,102,51,.12), rgba(255,170,68,.08));
    border-color: rgba(255,136,68,.2); color: #ffbb66;
    box-shadow: 0 0 14px rgba(255,102,51,.06), 0 2px 8px rgba(255,102,51,.04);
}
body.light-mode .event-organizers { background: linear-gradient(168deg, rgba(0,0,0,.018), rgba(0,0,0,.005)); border-color: rgba(0,0,0,.05) }
body.light-mode .event-organizers:hover { box-shadow: 0 16px 40px rgba(0,77,184,.06), 0 0 0 1px rgba(0,77,184,.04) }
body.light-mode .event-organizers--lead { background: linear-gradient(168deg, rgba(0,77,184,.04), rgba(0,102,221,.015)); border-color: rgba(0,77,184,.1); box-shadow: 0 4px 30px rgba(0,77,184,.04) }
body.light-mode .event-organizers--lead:hover { box-shadow: 0 24px 60px rgba(0,77,184,.1), 0 0 0 1px rgba(0,77,184,.08), 0 0 50px -8px rgba(0,102,221,.04) }
body.light-mode .organizer-banner { background: linear-gradient(135deg, #003388, #0055bb, #3399ee); background-size: 300% 300% }
body.light-mode .event-organizers--lead .organizer-banner { background: linear-gradient(135deg, #004db8, #0077ee, #55bbff) }
body.light-mode .organizer-avatar {
    background: linear-gradient(150deg, #fff, #f6f8fc); border-color: rgba(0,102,221,.35);
    box-shadow: 0 0 0 4px rgba(0,102,221,.06), 0 6px 20px rgba(0,0,0,.05);
}
body.light-mode .event-organizers--lead .organizer-avatar {
    border-color: rgba(0,102,221,.55);
    box-shadow: 0 0 0 5px rgba(0,102,221,.08), 0 0 18px rgba(0,77,184,.06), 0 8px 24px rgba(0,0,0,.06);
}
body.light-mode .organizer-avatar__letter { background: linear-gradient(135deg, #004db8, #0077ee); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; filter: none }
body.light-mode .event-organizers:hover .organizer-avatar { border-color: rgba(0,102,221,.6); box-shadow: 0 0 0 6px rgba(0,102,221,.08), 0 0 16px rgba(0,77,184,.06), 0 6px 24px rgba(0,77,184,.1) }
body.light-mode .event-organizers--lead:hover .organizer-avatar { border-color: rgba(0,102,221,.75); box-shadow: 0 0 0 7px rgba(0,102,221,.1), 0 0 24px rgba(0,77,184,.08), 0 8px 28px rgba(0,77,184,.12) }
body.light-mode .organizer-name { color: #1a1a1a }
body.light-mode .event-organizers--lead .organizer-name { color: #0a0a0a }
body.light-mode .organizer-badge { background: rgba(0,0,0,.025); border-color: rgba(0,77,184,.06); color: rgba(0,77,184,.55) }
body.light-mode .organizer-badge--lead { background: linear-gradient(135deg, rgba(0,77,184,.06), rgba(0,102,221,.035)); border-color: rgba(0,77,184,.12); color: #0055cc; box-shadow: 0 0 14px rgba(0,77,184,.03) }