@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap');

:root{
  --navy-950:#0a1230;
  --navy-900:#0e1938;
  --navy-850:#122043;
  --navy-800:#152750;
  --navy-border:rgba(226,187,120,.24);
  --gold:#c9974f;
  --gold-light:#e8c983;
  --teal:#279c85;
  --teal-light:#6fc9b6;
  --text-1:#f3f5fb;
  --text-2:#b3bcd6;
  --text-3:#8390b3;
  --danger:#d8695a;
  --success:#4fa980;
  --radius:10px;
  --maxw:1180px;

  /* Light section tokens (used for body content between dark hero/footer) */
  --paper:#faf8f3;
  --paper-alt:#f0eee7;
  --paper-card:#ffffff;
  --paper-border:rgba(20,30,60,.10);
  --ink-1:#151c33;
  --ink-2:#4b5573;
  --ink-3:#7c869f;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
html,body{overflow-x:hidden;max-width:100%;}
body{
  margin:0;
  background:
    radial-gradient(1200px 700px at 85% -10%, #12234f 0%, transparent 55%),
    radial-gradient(900px 500px at -10% 10%, #0f1d42 0%, transparent 50%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='104' viewBox='0 0 120 104'%3E%3Cg fill='none' stroke='%23cda355' stroke-opacity='0.05' stroke-width='1'%3E%3Cpath d='M60 0 90 17.3 90 51.9 60 69.2 30 51.9 30 17.3Z'/%3E%3C/g%3E%3C/svg%3E") 0 0/120px 104px,
    var(--navy-950);
  color:var(--text-1);
  font-family:'Inter',sans-serif;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
body.no-scroll{overflow:hidden;}
h1,h2,h3,.display{
  font-family:'Fraunces',serif;
  font-weight:500;
  letter-spacing:.2px;
  margin:0 0 .4em;
  color:var(--text-1);
}
h1{font-size:clamp(2rem,4vw,3.4rem);font-weight:600;line-height:1.12;}
h2{font-size:clamp(1.5rem,2.6vw,2.1rem);}
h3{font-size:1.2rem;}
p{color:var(--text-2);margin:0 0 1em;}
a{color:var(--gold-light);text-decoration:none;}
a:hover{text-decoration:underline;}
.mono{font-family:'IBM Plex Mono',monospace;}

.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px;}
.section{padding:72px 0;}
.section-tight{padding:40px 0;}
@media (max-width:600px){
  .wrap{padding:0 18px;}
  .section{padding:48px 0;}
  .section-tight{padding:30px 0;}
}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-family:'IBM Plex Mono',monospace;
  font-size:12px;letter-spacing:1.5px;text-transform:uppercase;
  color:var(--gold-light);
  border:1px solid var(--navy-border);
  background:rgba(205,163,85,.08);
  padding:6px 14px;border-radius:999px;
  margin-bottom:18px;
}

/* Utility clock bar (very top) */
.utcbar{background:#070c22;border-bottom:1px solid var(--navy-border);}
.utcbar-inner{
  max-width:var(--maxw);margin:0 auto;padding:6px 24px;
  display:flex;align-items:center;justify-content:center;gap:8px;
  font-family:'IBM Plex Mono',monospace;font-size:11.5px;color:var(--text-3);
  letter-spacing:.4px;text-align:center;flex-wrap:wrap;
}
.utcbar i{color:var(--gold-light);font-size:11px;}
.utcbar b{color:var(--text-2);font-weight:500;}
@media (min-width:701px){.utcbar-inner{justify-content:flex-end;}}

/* Topbar: logo slots + affiliation line */
.topbar{background:var(--navy-950);border-bottom:1px solid var(--navy-border);}
.topbar-inner{
  max-width:var(--maxw);margin:0 auto;padding:12px 24px;
  display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;
}
@media (min-width:701px){.topbar-inner{justify-content:space-between;}}
.logo-slots{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;}
.logo-slot{
  height:44px;min-width:44px;width:auto;border-radius:8px;
  border:1px solid var(--paper-border);
  display:flex;align-items:center;justify-content:center;
  color:var(--ink-3);font-size:14px;
  background:#ffffff;
  padding:5px 8px;
  flex-shrink:0;
  transition:transform .2s ease, box-shadow .2s ease;
}
.logo-slot:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(0,0,0,.18);}
.logo-slot img{
  width:auto;height:100%;max-width:80px;
  object-fit:contain;border-radius:0;display:block;
}
.logo-slot.empty{border-style:dashed;background:rgba(255,255,255,.03);color:var(--text-3);}
.topbar-text{font-size:12px;color:var(--text-3);font-family:'IBM Plex Mono',monospace;letter-spacing:.3px;text-align:center;}
@media (max-width:700px){.topbar-text{display:none;}}

/* =====================================================
   NAVIGATION
===================================================== */

.nav{
    position:sticky;
    top:0;
    z-index:100;
    background:rgba(6,11,28,.96);
    backdrop-filter:blur(14px);
    border-bottom:1px solid var(--navy-border);
    width:100%;
}

.nav-inner{
    max-width:var(--maxw);
    margin:0 auto;
    padding:14px 24px;
    box-sizing:border-box;

    display:flex;
    flex-wrap:nowrap;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    width:100%;
}

/* =====================================
   BRAND  ([logo] [name] grouped, never wraps)
===================================== */

.nav-brand{
    display:flex;
    align-items:center;
    gap:12px;
    flex-shrink:1;
    min-width:0;
    overflow:hidden;
}
.brand-logo{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}
.brand-logo img{
    width:50px;
    height:50px;
    object-fit:contain;
    display:block;
}
.brand-details{
    display:flex;
    flex-direction:column;
    justify-content:center;
    line-height:1.28;
    min-width:0;
}
.brand-cimser{
    font-family:'Fraunces',serif;
    font-size:16.5px;
    font-weight:600;
    color:#ffffff;
    text-decoration:none;
    transition:.25s;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:100%;
}
.brand-cimser:hover{
    color:var(--gold-light);
    text-decoration:none;
}
.brand-dept{
    margin-top:2px;
    font-size:11.5px;
    color:var(--gold-light);
    font-weight:600;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:100%;
}
.brand-college{
    margin-top:1px;
    font-size:11px;
    color:var(--text-3);
    text-decoration:none;
    transition:.25s;
    white-space:nowrap;
}
.brand-college:hover{
    color:var(--gold-light);
    text-decoration:none;
}
/* =====================================
   MENU
===================================== */
.nav-links{
    display:flex;
    align-items:center;
    gap:2px;
    list-style:none;
    padding:0;
    margin:0;
    flex-shrink:0;
}
.nav-links>li{
    position:relative;
}
.nav-links a{
    display:flex;
    align-items:center;
    gap:6px;
    padding:10px 11px;
    border-radius:6px;
    color:var(--text-2);
    font-size:13px;
    font-weight:500;
    white-space:nowrap;
    transition:.25s;
}
.nav-links a:hover,
.nav-links a.active{
    color:var(--gold-light);
    background:rgba(232,201,131,.08);
    text-decoration:none;
}
/* =====================================
   DROPDOWN
===================================== */
.dropdown-toggle{
    cursor:pointer;
}
.has-dropdown>a .caret{
    font-size:10px;
    transition:.25s;
}
.has-dropdown.open>a .caret{
    transform:rotate(180deg);
}
.dropdown{
    position:absolute;
    left:0;
    top:calc(100% + 8px);
    min-width:250px;
    padding:8px;
    list-style:none;
    background:var(--navy-850);
    border:1px solid var(--navy-border);
    border-radius:10px;
    box-shadow:0 18px 40px rgba(0,0,0,.45);
    opacity:0;
    visibility:hidden;
    transform:translateY(8px);
    transition:.25s;
    z-index:999;
}
.dropdown a{
    display:block;
    padding:10px 12px;
    border-radius:6px;
    color:var(--text-2);
    white-space:normal;
}
.dropdown a:hover{
    background:rgba(232,201,131,.08);
    color:var(--gold-light);
}
.has-dropdown:hover .dropdown,
.has-dropdown.open .dropdown{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}
/* =====================================
   MOBILE BUTTON
===================================== */
.nav-toggle{
    display:none;
    margin-left:auto;
    background:none;
    border:1px solid var(--navy-border);
    color:#fff;
    padding:8px 12px;
    border-radius:8px;
    cursor:pointer;
    font-size:18px;
    flex-shrink:0;
    appearance:none;
    -webkit-appearance:none;
    line-height:1;
}
/* =====================================
   TABLET
===================================== */
@media(max-width:1200px){
.nav-links a{
    font-size:12.5px;
    padding:9px 9px;
}
}
@media(max-width:1080px){
.brand-logo img{
    width:44px;
    height:44px;
}
.brand-cimser{
    font-size:14.5px;
    max-width:260px;
}
.brand-dept{
    font-size:10.5px;
    max-width:260px;
}
}
/* =====================================
   SMALL LAPTOP
===================================== */
@media(max-width:992px){
.brand-logo img{
    width:40px;
    height:40px;
}
.brand-cimser{
    font-size:13.5px;
    max-width:200px;
}
.brand-dept{
    font-size:10px;
    max-width:200px;
}
.brand-college{
    display:none;
}
}
/* =====================================
   MOBILE
===================================== */
@media(max-width:800px){
.nav-toggle{
    display:block;
    position:relative;
    z-index:101;
}
.nav-links{
    position:fixed;
    right:0;
    top:0;
    width:min(320px,85vw);
    height:100vh;
    background:var(--navy-950);
    border-left:1px solid var(--navy-border);
    flex-direction:column;
    align-items:stretch;
    padding:90px 22px 24px;
    gap:4px;
    overflow-y:auto;
    transform:translateX(100%);
    transition:.35s;
    visibility:hidden;
    margin-left:0;
}
.nav-links.open{
    transform:translateX(0);
    visibility:visible;
}
.nav-links>li{
    width:100%;
}
.nav-links>li>a{
    width:100%;
    justify-content:space-between;
    font-size:14.5px;
    padding:12px 12px;
}
.dropdown{
    position:static;
    opacity:1;
    visibility:visible;
    transform:none;
    display:none;
    background:rgba(255,255,255,.04);
    border:none;
    box-shadow:none;
    margin-top:4px;
}
.has-dropdown.open .dropdown{
    display:block;
}
.nav-brand{
    gap:10px;
}

.brand-logo img{
    width:36px;
    height:36px;
}
.brand-cimser{
    font-size:13px;
    line-height:1.25;
    max-width:180px;
}
.brand-dept{
    display:none;
}
.brand-college{
    display:none;
}
}
/* =====================================
   VERY SMALL MOBILE
===================================== */
@media(max-width:480px){
.nav-inner{
    padding:10px 16px;
}
.brand-logo img{
    width:32px;
    height:32px;
}
.brand-cimser{
    font-size:12px;
    max-width:140px;
}
}

/* Buttons */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  font-family:'Inter',sans-serif;font-weight:600;font-size:14.5px;
  padding:13px 24px;border-radius:8px;cursor:pointer;border:1px solid transparent;
  transition:transform .15s ease, opacity .15s ease, box-shadow .15s ease;
}
.btn:hover{text-decoration:none;transform:translateY(-2px);box-shadow:0 10px 22px rgba(0,0,0,.2);}
.btn-gold{background:linear-gradient(180deg,var(--gold-light),var(--gold));color:#241a06;}
.btn-outline{background:transparent;border-color:var(--navy-border);color:var(--text-1);}
.btn-outline:hover{border-color:var(--gold);}
.btn-block{width:100%;}
.btn:disabled{opacity:.5;cursor:not-allowed;transform:none;}

/* Cards */
.card{
  background:linear-gradient(180deg,var(--navy-850),var(--navy-900));
  border:1px solid var(--navy-border);
  border-radius:var(--radius);
  padding:26px;
  transition:transform .25s ease, box-shadow .25s ease;
}
.grid{display:grid;gap:20px;}
.grid-3{grid-template-columns:repeat(3,1fr);}
.grid-2{grid-template-columns:repeat(2,1fr);}
.grid-4{grid-template-columns:repeat(4,1fr);}
@media (max-width:900px){.grid-4{grid-template-columns:repeat(2,1fr);}}
@media (max-width:800px){.grid-3,.grid-2{grid-template-columns:1fr;}}
@media (max-width:520px){.grid-4{grid-template-columns:1fr;}}

/* Hero with image */
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:center;}
@media (max-width:900px){.hero-grid{grid-template-columns:1fr;}}
.hero-graphic-wrap{
  position:relative;border-radius:16px;overflow:hidden;
  border:1px solid var(--navy-border);
  background:var(--navy-900);
  max-width:100%;
}
.hero-graphic-wrap img{display:block;width:100%;height:100%;object-fit:cover;opacity:.92;}
.hero-graphic-wrap::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 40%, var(--navy-950) 100%);
}
.pill i{color:var(--gold-light);font-size:13px;}

/* Helix divider */
.helix-rule{height:2px;width:56px;background:linear-gradient(90deg,var(--gold),var(--teal));border-radius:2px;margin:0 0 20px;}

/* Accordion (committee page) */
.acc-item{border:1px solid var(--navy-border);border-radius:var(--radius);margin-bottom:12px;overflow:hidden;background:var(--navy-900);}
.acc-head{
  width:100%;text-align:left;background:none;border:none;color:var(--text-1);
  padding:18px 22px;font-family:'Fraunces',serif;font-size:17px;cursor:pointer;
  display:flex;justify-content:space-between;align-items:center;gap:12px;
}
.acc-head .count{font-family:'IBM Plex Mono',monospace;font-size:12px;color:var(--text-3);font-weight:400;}
.acc-body{max-height:0;overflow:hidden;transition:max-height .3s ease;}
.acc-body-inner{padding:0 22px 20px;}
.acc-item.open .acc-body{max-height:1200px;}
.acc-item.open .acc-chevron{transform:rotate(180deg);}
.acc-chevron{transition:transform .25s ease;color:var(--gold-light);}
.mlist{list-style:none;margin:0;padding:0;}
.mlist li{padding:9px 0;border-bottom:1px dashed var(--navy-border);color:var(--text-2);font-size:14.5px;}
.mlist li:last-child{border-bottom:none;}
.mlist b{color:var(--text-1);font-weight:500;}

/* Forms */
label{display:block;font-size:13px;font-weight:600;color:var(--text-2);margin:0 0 6px;}
input,select,textarea{
  width:100%;background:var(--navy-950);border:1px solid var(--navy-border);
  color:var(--text-1);border-radius:8px;padding:12px 14px;font-family:'Inter',sans-serif;font-size:14.5px;
}
input:focus,select:focus,textarea:focus{outline:2px solid var(--gold);outline-offset:1px;}
.field{margin-bottom:18px;}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
@media (max-width:700px){.field-row{grid-template-columns:1fr;}}
.hint{font-size:12.5px;color:var(--text-3);margin-top:6px;}
.badge{display:inline-block;padding:4px 10px;border-radius:999px;font-size:12px;font-family:'IBM Plex Mono',monospace;}
.badge-success{background:rgba(79,169,128,.15);color:var(--teal-light);border:1px solid rgba(79,169,128,.35);}
.badge-pending{background:rgba(205,163,85,.15);color:var(--gold-light);border:1px solid var(--navy-border);}
.badge-danger{background:rgba(216,105,90,.15);color:#e8988c;border:1px solid rgba(216,105,90,.35);}
.alert{border-radius:8px;padding:14px 16px;font-size:14px;margin-bottom:18px;border:1px solid transparent;}
.alert-success{background:rgba(79,169,128,.1);border-color:rgba(79,169,128,.35);color:var(--teal-light);}
.alert-error{background:rgba(216,105,90,.1);border-color:rgba(216,105,90,.35);color:#e8988c;}
.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#241a06;border-radius:50%;animation:spin .7s linear infinite;display:inline-block;}
@keyframes spin{to{transform:rotate(360deg);}}

/* Footer */
footer{border-top:1px solid var(--navy-border);padding:56px 0 28px;margin-top:0;background:var(--navy-950);}
footer p{font-size:13px;color:var(--text-3);}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px;margin-bottom:32px;}
@media (max-width:800px){.footer-grid{grid-template-columns:1fr 1fr;}}
@media (max-width:520px){.footer-grid{grid-template-columns:1fr;}}
.footer-grid h4{color:var(--text-1);font-family:'Fraunces',serif;font-weight:500;font-size:14.5px;margin:0 0 14px;}
.footer-grid ul{list-style:none;margin:0;padding:0;}
.footer-grid li{margin-bottom:9px;}
.footer-grid a{color:var(--text-3);font-size:13.5px;}
.footer-grid a:hover{color:var(--gold-light);}
.footer-bottom{border-top:1px solid var(--navy-border);padding-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:12.5px;color:var(--text-3);text-align:center;}
.social-row{display:flex;gap:10px;}
.social-row a{width:34px;height:34px;border:1px solid var(--navy-border);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--text-2);transition:transform .2s ease;}
.social-row a:hover{color:var(--gold-light);border-color:var(--gold);transform:translateY(-2px);}

/* Fee table */
table{width:100%;border-collapse:collapse;}
th,td{text-align:left;padding:12px 14px;border-bottom:1px solid var(--navy-border);font-size:14px;color:var(--text-2);}
th{color:var(--gold-light);font-family:'IBM Plex Mono',monospace;font-size:12px;letter-spacing:.5px;text-transform:uppercase;font-weight:500;}

.pill-row{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0;}
.pill{border:1px solid var(--navy-border);border-radius:999px;padding:9px 16px;font-size:13px;color:var(--text-2);display:inline-flex;align-items:center;gap:8px;line-height:1;}
.pill b{color:var(--text-1);font-weight:600;}

/* ============ LIGHT SECTIONS (international, less-dark body) ============ */
.section-light{background:var(--paper);color:var(--ink-2);}
.section-alt{background:var(--paper-alt);color:var(--ink-2);}
.section-light h2,.section-light h3,.section-alt h2,.section-alt h3{color:var(--ink-1);}
.section-light p,.section-alt p{color:var(--ink-2);}
.section-light .eyebrow,.section-alt .eyebrow{background:rgba(201,151,79,.1);border-color:rgba(201,151,79,.35);color:#9a6b28;}
.section-light .card,.section-alt .card{
  background:var(--paper-card);border:1px solid var(--paper-border);
  box-shadow:0 2px 10px rgba(20,30,60,.05);color:var(--ink-2);
}
.section-light .card:hover,.section-alt .card:hover{transform:translateY(-5px);box-shadow:0 16px 32px rgba(20,30,60,.1);}
.section-light .card h3,.section-alt .card h3{color:var(--ink-1);}
.section-light .card p,.section-alt .card p{color:var(--ink-2);}
.section-light .hint,.section-alt .hint{color:var(--ink-3);}
.section-light table th,.section-alt table th{color:#9a6b28;}
.section-light table th,.section-light table td,.section-alt table th,.section-alt table td{border-bottom:1px solid var(--paper-border);color:var(--ink-2);}
.section-light .mlist li,.section-alt .mlist li{border-bottom:1px dashed var(--paper-border);color:var(--ink-2);}
.section-light .mlist b,.section-alt .mlist b{color:var(--ink-1);}
.section-light .btn-outline,.section-alt .btn-outline{border-color:var(--paper-border);color:var(--ink-1);}
.section-light .btn-outline:hover,.section-alt .btn-outline:hover{border-color:var(--gold);}

/* Consistent icon-first-in-card sizing so cards line up regardless of glyph */
.card > i:first-child,.info-card > i:first-child{
  display:inline-flex;align-items:center;justify-content:center;
  width:40px;height:40px;border-radius:10px;
  background:rgba(201,151,79,.1);font-size:17px;
}

.date-card{display:flex;flex-direction:column;align-items:flex-start;gap:12px;}

.info-card{
  background:var(--paper-card);border:1px solid var(--paper-border);border-radius:var(--radius);
  padding:24px;box-shadow:0 2px 10px rgba(20,30,60,.05);
  transition:transform .25s ease, box-shadow .25s ease;
}
.info-card:hover{transform:translateY(-5px);box-shadow:0 16px 32px rgba(20,30,60,.1);}
.info-card i{color:var(--gold);}
.info-card h3{color:var(--ink-1);margin-top:14px;font-size:16px;}
.info-card p,.info-card a{color:var(--ink-2);font-size:14px;}
.info-card a{color:#9a6b28;}

.avatar-slot{
  width:80px;height:80px;border-radius:50%;margin:0 auto 14px;
  border:2px dashed var(--paper-border);display:flex;align-items:center;justify-content:center;
  color:var(--ink-3);font-size:24px;background:#fff;
}
.speaker-card{text-align:center;}
.speaker-card h4{color:var(--ink-1);margin:0 0 4px;font-size:14.5px;font-family:'Fraunces',serif;font-weight:500;}
.speaker-card span{color:var(--ink-3);font-size:12px;}

.map-wrap{border-radius:var(--radius);overflow:hidden;border:1px solid var(--paper-border);filter:grayscale(.15) contrast(1.05);}
.map-wrap iframe{display:block;width:100%;height:360px;border:0;}

.committee-cta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;text-align:left;}
@media (max-width:600px){.committee-cta{flex-direction:column;align-items:flex-start;text-align:left;}.committee-cta .btn{width:100%;justify-content:center;}}

.assoc-row{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;margin-top:22px;}
.assoc-logo{height:60px;}

/* ============ ANIMATIONS ============ */
@keyframes fadeInUp{from{opacity:0;transform:translateY(22px);}to{opacity:1;transform:translateY(0);}}
@keyframes floatY{0%,100%{transform:translateY(0);}50%{transform:translateY(-10px);}}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease, transform .7s ease;}
.reveal.in{opacity:1;transform:translateY(0);}
.reveal-delay-1{transition-delay:.08s;}
.reveal-delay-2{transition-delay:.16s;}
.reveal-delay-3{transition-delay:.24s;}
.float{animation:floatY 5s ease-in-out infinite;}
@media (max-width:800px){.float{animation:none;}}

/* ============ WELCOME MODAL ============ */
.welcome-overlay{
  position:fixed;inset:0;background:rgba(6,10,26,.72);backdrop-filter:blur(6px);
  display:flex;align-items:center;justify-content:center;z-index:200;padding:20px;
  opacity:0;pointer-events:none;transition:opacity .3s ease;
}
.welcome-overlay.show{opacity:1;pointer-events:auto;}
.welcome-card{
  max-width:440px;width:100%;background:linear-gradient(180deg,var(--navy-850),var(--navy-950));
  border:1px solid var(--navy-border);border-radius:16px;padding:34px 28px 28px;text-align:center;
  position:relative;transform:scale(.94);transition:transform .3s ease;
  box-shadow:0 30px 70px rgba(0,0,0,.5);
}
.welcome-overlay.show .welcome-card{transform:scale(1);}
.welcome-close{
  position:absolute;top:14px;right:14px;width:30px;height:30px;border-radius:50%;
  border:1px solid var(--navy-border);background:transparent;color:var(--text-2);cursor:pointer;
}
.welcome-close:hover{color:var(--gold-light);border-color:var(--gold);}
.welcome-card i.welcome-icon{font-size:30px;color:var(--gold-light);margin-bottom:14px;}
.welcome-card h3{font-size:20px;margin-bottom:8px;}
.welcome-card p{font-size:13.5px;margin-bottom:20px;}
.welcome-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;}

/* ============ HERO: COUNTDOWN + BROCHURE ============ */
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center;margin-bottom:22px;}
.brochure-link{
  display:inline-flex;align-items:center;gap:9px;font-size:13.5px;color:var(--text-2);
  font-family:'IBM Plex Mono',monospace;padding:13px 6px;border-bottom:1px dashed var(--navy-border);
}
.brochure-link:hover{color:var(--gold-light);text-decoration:none;border-color:var(--gold);}
.brochure-link i{color:var(--gold-light);font-size:15px;}

.countdown-label{
  font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:1.5px;text-transform:uppercase;
  color:var(--text-3);margin:0 0 10px;display:block;
}
.countdown{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 26px;}
.countdown-box{
  background:rgba(10,18,48,.55);border:1px solid var(--navy-border);border-radius:10px;
  padding:12px 16px;min-width:72px;text-align:center;backdrop-filter:blur(4px);
}
.countdown-box .num{font-family:'IBM Plex Mono',monospace;font-size:25px;font-weight:500;color:var(--gold-light);line-height:1;}
.countdown-box .lbl{font-size:10px;letter-spacing:1px;text-transform:uppercase;color:var(--text-3);margin-top:6px;display:block;}
@media (max-width:500px){.countdown-box{min-width:56px;padding:10px 10px;}.countdown-box .num{font-size:19px;}}

/* ============ TICKER (Latest Announcements) ============ */
.ticker-bar{
  background:var(--navy-950);border-top:1px solid var(--navy-border);border-bottom:1px solid var(--navy-border);
  overflow:hidden;position:relative;display:flex;align-items:stretch;
}
.ticker-tag{
  flex-shrink:0;z-index:2;display:flex;align-items:center;gap:8px;
  padding:0 18px;background:var(--navy-950);border-right:1px solid var(--navy-border);
  font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:1.2px;text-transform:uppercase;color:var(--gold-light);
  white-space:nowrap;
}
.ticker-viewport{overflow:hidden;flex:1;}
.ticker-track{display:flex;width:max-content;white-space:nowrap;animation:tickerMove 30s linear infinite;padding:13px 0;}
.ticker-bar:hover .ticker-track{animation-play-state:paused;}
.ticker-track span{color:var(--text-2);font-size:13.5px;margin-right:52px;display:inline-flex;align-items:center;gap:10px;}
.ticker-track span i{color:var(--teal-light);font-size:6px;}
@keyframes tickerMove{from{transform:translateX(0);}to{transform:translateX(-50%);}}
@media (max-width:600px){.ticker-tag{padding:0 12px;font-size:10px;}}

/* ============ TRACKS ============ */
.track-card{position:relative;}
.track-num{
  font-family:'IBM Plex Mono',monospace;font-size:11.5px;color:var(--gold-light);
  letter-spacing:1px;display:block;margin-bottom:12px;
}

/* ============ REGISTRATION CATEGORIES ============ */
.cat-row{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;}
@media (max-width:900px){.cat-row{grid-template-columns:repeat(3,1fr);}}
@media (max-width:560px){.cat-row{grid-template-columns:repeat(2,1fr);}}
.cat-chip{
  background:var(--paper-card);border:1px solid var(--paper-border);border-radius:var(--radius);
  padding:24px 14px;text-align:center;box-shadow:0 2px 10px rgba(20,30,60,.05);
  transition:transform .25s ease, box-shadow .25s ease;
}
.cat-chip:hover{transform:translateY(-5px);box-shadow:0 16px 32px rgba(20,30,60,.1);}
.cat-chip i{font-size:21px;color:var(--gold);margin-bottom:12px;display:block;}
.cat-chip span{font-size:13px;color:var(--ink-1);font-weight:600;line-height:1.3;display:block;}

/* ============ PUBLICATION HIGHLIGHTS ============ */
.pub-row{display:flex;flex-wrap:wrap;gap:14px;}
.pub-chip{
  flex:1 1 170px;display:flex;align-items:center;gap:13px;
  background:linear-gradient(180deg,var(--navy-850),var(--navy-900));
  border:1px solid var(--navy-border);border-radius:var(--radius);
  padding:16px 18px;
}
.pub-chip i{font-size:18px;color:var(--teal-light);flex-shrink:0;}
.pub-chip b{display:block;color:var(--text-1);font-size:13.5px;font-weight:600;}
.pub-chip small{color:var(--text-3);font-size:11.5px;}

/* ============ GALLERY PREVIEW ============ */
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
@media (max-width:800px){.gallery-grid{grid-template-columns:repeat(2,1fr);}}
.gallery-item{
  aspect-ratio:4/3;border-radius:10px;overflow:hidden;border:1px solid var(--paper-border);
  background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--ink-3);
  position:relative;
}
.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease;}
.gallery-item:hover img{transform:scale(1.06);}
.gallery-item.empty{border-style:dashed;background:rgba(20,30,60,.03);font-size:13px;gap:8px;}
.gallery-item.empty i{font-size:20px;}
.gallery-cap{
  position:absolute;left:0;right:0;bottom:0;padding:8px 10px;
  background:linear-gradient(0deg,rgba(10,18,48,.78),transparent);
  color:#fff;font-size:11px;font-family:'IBM Plex Mono',monospace;letter-spacing:.4px;
  opacity:0;transition:opacity .25s ease;
}
.gallery-item:hover .gallery-cap{opacity:1;}

/* ============ FLOATING ACTIONS: back-to-top + WHATSAPP ============ */
.float-actions{
  position:fixed;right:22px;bottom:22px;z-index:150;
  display:flex;flex-direction:column;align-items:center;gap:12px;
}
.fab{
  box-sizing:border-box;
  width:52px;height:52px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:22px;line-height:1;box-shadow:0 10px 26px rgba(0,0,0,.35);
  border:none;margin:0;padding:0;cursor:pointer;
  font-family:inherit;
  appearance:none;-webkit-appearance:none;
  flex-shrink:0;
  transition:transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.fab:hover{transform:scale(1.08);text-decoration:none;box-shadow:0 14px 30px rgba(0,0,0,.42);}
.fab-whatsapp{background:#25D366;color:#fff;}
.fab-whatsapp:hover{color:#fff;}
.fab-top{
  background:linear-gradient(180deg,var(--gold-light),var(--gold));color:#241a06;
  opacity:0;pointer-events:none;transform:translateY(8px) scale(.9);
}
.fab-top.show{opacity:1;pointer-events:auto;transform:translateY(0) scale(1);}
@media (max-width:600px){
  .float-actions{right:16px;bottom:16px;gap:10px;}
  .fab{width:46px;height:46px;font-size:19px;}
}

.contact-whatsapp{
  display:flex;align-items:center;gap:13px;
  background:rgba(37,211,102,.08);border:1px solid rgba(37,211,102,.3);
  border-radius:var(--radius);padding:16px 18px;
}
.contact-whatsapp i{font-size:22px;color:#25D366;flex-shrink:0;}
.contact-whatsapp b{display:block;color:var(--ink-1);font-size:14px;}
.contact-whatsapp span{font-size:12.5px;color:var(--ink-3);}

/* ============ SUB-PAGE HEADER BAND ============ */
.page-header{padding:44px 0 40px;position:relative;overflow:hidden;}
.page-header .wrap{position:relative;z-index:1;}
.breadcrumb{font-family:'IBM Plex Mono',monospace;font-size:12px;color:var(--text-3);letter-spacing:.4px;margin-bottom:14px;}
.breadcrumb a{color:var(--text-3);}
.breadcrumb a:hover{color:var(--gold-light);}
.breadcrumb .sep{margin:0 6px;color:var(--navy-border);}
.breadcrumb .current{color:var(--gold-light);}

/* ============ DOWNLOAD CARDS ============ */
.download-row{display:flex;flex-wrap:wrap;gap:16px;margin:24px 0 6px;}
.download-card{
  flex:1 1 240px;display:flex;align-items:center;gap:16px;
  background:var(--paper-card);border:1px solid var(--paper-border);border-radius:var(--radius);
  padding:18px 20px;box-shadow:0 2px 10px rgba(20,30,60,.05);
  transition:transform .25s ease, box-shadow .25s ease;
}
.download-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px rgba(20,30,60,.1);text-decoration:none;}
.download-card .dl-icon{
  width:46px;height:46px;border-radius:10px;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;
}
.download-card.pdf .dl-icon{background:linear-gradient(150deg,#d8695a,#b8493c);}
.download-card.docx .dl-icon{background:linear-gradient(150deg,#3568b5,#254a86);}
.download-card b{display:block;color:var(--ink-1);font-size:14.5px;}
.download-card small{display:block;color:var(--ink-3);font-size:12px;margin-top:2px;}
.download-card .dl-arrow{margin-left:auto;color:var(--ink-3);font-size:14px;}

/* ============ AWARD LIST ============ */
.award-list{list-style:none;margin:0;padding:0;counter-reset:award;}
.award-list li{
  counter-increment:award;
  display:flex;gap:16px;align-items:flex-start;
  padding:18px 0;border-bottom:1px solid var(--paper-border);
}
.award-list li:last-child{border-bottom:none;}
.award-list li::before{
  content:counter(award);
  flex-shrink:0;width:34px;height:34px;border-radius:50%;
  background:rgba(201,151,79,.12);color:#9a6b28;
  font-family:'IBM Plex Mono',monospace;font-size:13px;font-weight:600;
  display:flex;align-items:center;justify-content:center;
}
.award-list .award-name{color:var(--ink-1);font-weight:600;font-size:14.5px;display:block;}
.award-list .award-crit{color:var(--ink-3);font-size:13px;margin-top:2px;display:block;}

/* ============ APPLY-TO CARDS ============ */
.apply-card{
  background:linear-gradient(180deg,var(--navy-850),var(--navy-900));
  border:1px solid var(--navy-border);border-radius:var(--radius);padding:24px;
}
.apply-card .role{font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:1px;text-transform:uppercase;color:var(--gold-light);}
.apply-card h3{margin:8px 0 4px;color:#ffffff}
.apply-card a{display:inline-flex;align-items:center;gap:8px;margin-top:8px;font-size:13.5px;}

/* ============ AUTH PAGES (login) ============ */
.auth-wrap{
  min-height:calc(100vh - 260px);
  display:flex;align-items:center;justify-content:center;
  padding:60px 20px;
}
.auth-card{
  width:100%;max-width:420px;
  background:linear-gradient(180deg,var(--navy-850),var(--navy-900));
  border:1px solid var(--navy-border);border-radius:16px;
  padding:38px 32px;
  box-shadow:0 30px 70px rgba(0,0,0,.35);
}
.auth-icon{
  width:54px;height:54px;border-radius:14px;
  background:rgba(201,151,79,.12);border:1px solid var(--navy-border);
  display:flex;align-items:center;justify-content:center;
  font-size:22px;color:var(--gold-light);margin-bottom:18px;
}
.auth-card h2{font-size:1.5rem;margin-bottom:6px;}
.auth-card .auth-sub{font-size:13.5px;color:var(--text-3);margin-bottom:26px;}
.auth-footer-link{font-size:13px;color:var(--text-3);text-align:center;margin-top:18px;}
.auth-check{display:flex;align-items:center;gap:8px;margin-bottom:20px;}
.auth-check input{width:auto;}
.auth-check label{margin:0;font-weight:400;color:var(--text-2);font-size:13px;}
.auth-divider{display:flex;align-items:center;gap:12px;margin:22px 0;color:var(--text-3);font-size:11px;text-transform:uppercase;letter-spacing:1px;}
.auth-divider::before,.auth-divider::after{content:"";flex:1;height:1px;background:var(--navy-border);}
