html{scroll-behavior:smooth}*,:before,:after{box-sizing:border-box}body{color:#18324a;background:#fff;margin:0;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;line-height:1.6}h1,h2,h3,h4,p{margin-top:0}a{color:inherit}#root{min-height:100vh}:root{--navy:#08233f;--blue:#0f5f9f;--teal:#0f9aa7;--gold:#d4a017;--soft-gold:#fff7df;--light-blue:#eef8fb;--light-gray:#f7fafc;--text:#18324a;--muted:#64748b;--white:#fff;--border:#d8e5ef}.app-shell{background:var(--white);color:var(--text)}.container{width:min(1200px,100%);margin:0 auto;padding-inline:28px}.section{padding:5rem 0}.section-muted{background:linear-gradient(180deg, #fafdff 0%, var(--light-blue) 100%)}.section-subtitle{color:var(--muted);margin:0 0 1.2rem}.site-header{z-index:60;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;position:sticky;top:0}.navbar{justify-content:space-between;align-items:center;gap:1rem;min-height:84px;display:flex}.brand{align-items:center;gap:.75rem;min-width:0;text-decoration:none;display:flex}.brand-logo{object-fit:cover;border:2px solid #0f5f9f33;border-radius:50%;width:48px;height:48px}.brand-main{color:var(--navy);font-size:1rem;font-weight:800}.brand-tagline{color:var(--muted);font-size:.76rem}.nav-links{align-items:center;gap:1rem;display:flex}.nav-links a,.more-toggle{color:#204462;cursor:pointer;background:0 0;border:0;font-size:.9rem;font-weight:600;text-decoration:none}.more-menu{position:relative}.more-dropdown{border:1px solid var(--border);background:#fff;border-radius:10px;min-width:180px;padding:.45rem;display:none;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 10px 26px #08233f1f}.more-dropdown a{border-radius:8px;padding:.45rem .5rem;display:block}.more-dropdown a:hover{background:var(--light-gray)}.more-menu:hover .more-dropdown{display:block}.mobile-only-link{display:none}.menu-toggle{cursor:pointer;background:0 0;border:0;display:none}.menu-toggle span{background:var(--navy);width:24px;height:2px;margin:5px 0;display:block}.btn{cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;padding:.68rem 1rem;font-weight:600;text-decoration:none;transition:transform .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(130deg, var(--navy), var(--blue));color:#fff}.btn-secondary{background:var(--soft-gold);color:var(--navy);border-color:#f0d99a}.mobile-cta{display:none}.pill,.badge,.type-badge,.date-badge{border-radius:999px;font-size:.74rem;font-weight:700;display:inline-block}.pill{color:var(--blue);background:#f2f9fc;border:1px solid #b9d9ea;padding:.22rem .62rem}.badge{color:#7d5a00;background:var(--soft-gold);border:1px solid #eed7a2;padding:.2rem .55rem}.date-badge{color:var(--teal);background:#e9f9fb;border:1px solid #bce6ea;margin-bottom:.35rem;padding:.2rem .55rem}.type-badge{color:var(--blue);background:#ebf4fc;border:1px solid #c9def2;margin-left:.4rem;padding:.2rem .55rem}.hero-shell{background:radial-gradient(circle at 18% 15%,#0f9aa729,#0000 30%),radial-gradient(circle at 88% 10%,#d4a01721,#0000 32%),linear-gradient(#f8fbff 0%,#f1f8fc 100%)}.hero-layout,.two-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:1.3rem;display:grid}.three-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.four-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.hero-content h1{color:var(--navy);margin:.8rem 0 .9rem;font-size:clamp(2rem,4.2vw,3.6rem);line-height:1.06}.hero-content p{color:#3d5873;margin:0 0 .9rem}.hero-actions{flex-wrap:wrap;gap:.65rem;display:flex}.quick-chip-grid{flex-wrap:wrap;gap:.55rem;margin-top:1rem;display:flex}.quick-chip-grid a{color:#355d7d;background:#fff;border:1px solid #d0e2f1;border-radius:999px;padding:.35rem .66rem;font-size:.82rem;text-decoration:none}.hero-banner{border:1px solid #c7dced;border-radius:20px;min-height:460px;position:relative;overflow:hidden;box-shadow:0 16px 36px #08233f1f}.hero-banner img{object-fit:cover;width:100%;height:100%}.hero-overlay-card{z-index:2;border:1px solid var(--border);background:#ffffffeb;border-radius:12px;max-width:220px;padding:.55rem .7rem;position:absolute}.hero-overlay-card strong{color:var(--navy);display:block}.hero-overlay-card span{color:var(--muted);font-size:.78rem}.card-one{top:14px;left:14px}.card-two{top:14px;right:14px}.card-three{bottom:14px;right:14px}.split-card{grid-template-columns:1.2fr .8fr;gap:1rem;display:grid}.mini-stat-grid{gap:.8rem;display:grid}.mini-stat-card{border:1px solid var(--border);background:#fff;border-radius:14px;padding:1rem;box-shadow:0 8px 18px #08233f0f}.mini-stat-card span{color:var(--gold)}.card{border:1px solid var(--border);background:#fff;border-radius:18px;padding:1.15rem;transition:transform .2s;box-shadow:0 10px 24px #08233f12}.card:hover{transform:translateY(-3px)}.premium-card{background:linear-gradient(#fff 0%,#f9fcff 100%)}.card-icon{background:var(--soft-gold);color:#785500;border:1px solid #efd8a4;border-radius:11px;place-items:center;width:42px;height:42px;font-size:.78rem;font-weight:700;display:grid}.check-list{gap:.55rem;margin:.8rem 0 0;padding:0;list-style:none;display:grid}.check-list li:before{content:"✓";color:var(--teal);margin-right:.5rem;font-weight:700}.action-card .text-link{margin-top:.5rem;display:inline-block}.event-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.meta-list{gap:.4rem;margin:.8rem 0;padding:0;list-style:none;display:grid}.image-card{padding:0;overflow:hidden}.image-card img{object-fit:cover;width:100%;height:100%;min-height:320px}.section-heading{justify-content:space-between;align-items:end;gap:1.5rem;margin-bottom:1.2rem;display:flex}.committee-section{background:linear-gradient(#f5fbfd 0%,#fff 48%,#f7fbfd 100%),radial-gradient(circle at 9% 6%,#0f9aa71f,#0000 28%),radial-gradient(circle at 96% 4%,#d4a0171f,#0000 30%);position:relative;overflow:hidden}.committee-section:before{content:"";pointer-events:none;background-image:linear-gradient(#0f5f9f0b 1px,#0000 1px),linear-gradient(90deg,#0f5f9f0b 1px,#0000 1px);background-size:44px 44px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#00000080,#0000 42%);mask-image:linear-gradient(#00000080,#0000 42%)}.committee-section .container{z-index:1;position:relative}.committee-heading h2{color:var(--navy);margin:.45rem 0 .5rem;font-size:clamp(2rem,4vw,3rem);line-height:1.08}.committee-heading .section-subtitle{max-width:720px}.committee-count-card{background:linear-gradient(150deg,#fffffff2,#eef8fbe6),#fff;border:1px solid #0f5f9f2e;border-radius:22px;min-width:210px;padding:1.15rem;box-shadow:0 18px 38px #08233f1c}.committee-count-card strong{color:var(--navy);font-size:3rem;line-height:1;display:block}.committee-count-card span{color:var(--muted);font-weight:700;line-height:1.25}.committee-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin:0 0 1.3rem;display:grid}.committee-summary-grid div{background:#ffffffc7;border:1px solid #d8e5eff2;border-radius:18px;padding:.85rem 1rem;box-shadow:0 10px 26px #08233f0e}.committee-summary-grid strong{color:var(--blue);font-size:1.55rem;line-height:1;display:block}.committee-summary-grid span{color:#365a76;font-size:.88rem;font-weight:800}.committee-leadership-board{grid-template-columns:1.15fr 1fr;grid-template-areas:"president vice""president secretary";gap:1rem;margin-bottom:1rem;display:grid}.committee-spotlight-card{isolation:isolate;background:#fff;border:1px solid #b8d6e8e6;border-radius:24px;min-width:0;padding:1rem;animation:.65s both committeeFadeUp;position:relative;overflow:hidden;box-shadow:0 18px 40px #08233f17}.committee-spotlight-card:before{content:"";aspect-ratio:1;z-index:-1;background:#0f9aa721;border-radius:50%;width:260px;position:absolute;inset:-35% auto auto -20%}.committee-spotlight-card:after{content:"";aspect-ratio:1;z-index:-1;background:#d4a01724;border-radius:50%;width:240px;position:absolute;inset:auto -18% -38% auto}.spotlight-president{background:linear-gradient(145deg, #08233ffa, #0f5f9ff0), var(--navy);color:#fff;grid-area:president;min-height:250px}.spotlight-vice{grid-area:vice}.spotlight-secretary{grid-area:secretary}.spotlight-role-row{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.spotlight-role-row span{text-transform:uppercase;color:var(--blue);font-size:.86rem;font-weight:800}.spotlight-role-row strong{min-width:34px;height:34px;color:var(--blue);background:#eef8fb;border-radius:999px;place-items:center;font-size:.88rem;display:grid}.spotlight-president .spotlight-role-row span,.spotlight-president .committee-name-chip strong{color:#fff}.spotlight-president .spotlight-role-row strong{color:#fff;background:#ffffff29}.spotlight-president .committee-name-list{align-items:end;min-height:170px;display:flex}.spotlight-president .committee-name-chip{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border-color:#ffffff38;grid-template-columns:58px minmax(0,1fr);width:100%;min-height:78px}.spotlight-president .committee-name-chip span{width:58px;color:var(--navy);background:#fff;border-radius:18px;font-size:.95rem}.committee-role-stream{grid-template-columns:repeat(2,minmax(0,1fr));gap:.72rem;display:grid}.committee-directory-header{justify-content:space-between;align-items:end;gap:1rem;margin:0 0 1rem;display:flex}.committee-directory-header h3{color:var(--navy);margin:0;font-size:1.4rem;line-height:1.15}.committee-directory-header span{color:var(--blue);background:#edf8fb;border:1px solid #c5e7ed;border-radius:999px;padding:.22rem .62rem;font-size:.8rem;font-weight:700}.committee-panel-grid{gap:1.4rem;display:grid}.committee-panel{background:#ffffffd6;border:1px solid #c5deeee0;border-radius:26px;padding:1.15rem;position:relative;overflow:hidden;box-shadow:0 18px 44px #08233f14}.committee-panel:before{content:"";background:var(--teal);width:5px;position:absolute;inset:0 auto 0 0}.committee-panel-advisory:before{background:var(--gold)}.committee-panel-leadership:before{background:var(--blue)}.committee-panel-members:before{background:var(--teal)}.committee-advisor-grid{grid-template-columns:minmax(220px,.55fr) 1fr;gap:.85rem;display:grid}.committee-role-card{background:linear-gradient(#fff 0%,#fbfdff 100%);border:1px solid #dae8f2f5;border-radius:18px;min-width:0;padding:.9rem;transition:border-color .2s,box-shadow .2s,transform .2s;animation:.55s both committeeFadeUp;position:relative;box-shadow:0 8px 18px #08233f0b}.committee-role-card:hover{border-color:#b8d6e8;transform:translateY(-2px);box-shadow:0 16px 28px #08233f17}.committee-role-heading{border-bottom:1px solid #e6f0f6;justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:.75rem;padding-bottom:.65rem;display:flex}.committee-role-heading .meta{color:var(--blue);margin:0;line-height:1.25}.committee-role-heading span{min-width:28px;height:28px;color:var(--blue);background:#eef8fb;border-radius:999px;place-items:center;font-size:.78rem;font-weight:800;display:grid}.featured-role-card{background:linear-gradient(145deg,#fffffff7 0%,#f5fbfdf7 58%,#fff7dff5 100%);border-color:#b9d9eafa;box-shadow:0 16px 28px #08233f14}.committee-name-list,.committee-members-grid{gap:.62rem;display:grid}.committee-name-list{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-role-card .committee-name-list{grid-template-columns:1fr}.committee-members-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.committee-name-chip{background:#fff;border:1px solid #e1ecf3;border-radius:16px;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:.62rem;min-width:0;min-height:58px;padding:.52rem;transition:border-color .2s,box-shadow .2s,transform .2s;animation:.45s both committeeFadeUp;display:grid}.committee-name-chip:hover{border-color:#bdd9ea;transform:translateY(-1px);box-shadow:0 10px 20px #08233f14}.committee-name-chip span{aspect-ratio:1;background:linear-gradient(135deg, var(--navy), var(--blue));color:#fff;letter-spacing:0;border-radius:13px;place-items:center;width:40px;font-size:.78rem;font-weight:800;display:grid}.committee-name-chip strong{min-width:0;color:var(--navy);overflow-wrap:anywhere;font-size:.94rem;line-height:1.25}.committee-role-card:nth-child(2n),.committee-members-grid .committee-name-chip:nth-child(2n){animation-delay:40ms}.committee-role-card:nth-child(3n),.committee-members-grid .committee-name-chip:nth-child(3n){animation-delay:80ms}.committee-role-card:nth-child(4n),.committee-members-grid .committee-name-chip:nth-child(4n){animation-delay:.12s}@keyframes committeeFadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.committee-name-chip,.committee-role-card,.committee-spotlight-card{animation:none}.committee-name-chip,.committee-role-card{transition:none}}.strong{font-weight:700}.gallery-highlight-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin-bottom:1rem;display:grid}.gallery-highlight{border-radius:14px;min-height:150px;position:relative;overflow:hidden}.gallery-highlight img{object-fit:cover;width:100%;height:100%}.gallery-highlight h3{color:#fff;margin:0;font-size:.92rem;position:absolute;bottom:8px;left:10px}.conference-banner img{object-fit:cover;border-radius:16px;width:100%;min-height:240px;margin-bottom:1rem}.payment-grid{margin:.7rem 0 1rem}.badge-card{color:var(--blue);background:#f8fbff;border:1px solid #cadff0;border-radius:10px;place-items:center;padding:.8rem;font-weight:700;display:grid}.tier-row+.tier-row{border-top:1px solid #e3edf6;margin-top:.6rem;padding-top:.6rem}.featured-announcement{margin-bottom:1rem}.meta{color:var(--muted)}.contact-list{gap:.55rem;margin:1rem 0;padding:0;list-style:none;display:grid}.contact-form{gap:.55rem;display:grid}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;display:grid}.contact-form input,.contact-form textarea,.contact-form select{font:inherit;color:inherit;background:#fff;border:1px solid #ccdeec;border-radius:10px;padding:.72rem}.text-link{color:var(--blue);cursor:pointer;background:0 0;border:0;padding:0;font-weight:700;text-decoration:none}.footer{color:#d7e8fb;background:linear-gradient(#071b31 0%,#051425 100%);padding-top:2.4rem}.footer-grid{grid-template-columns:1.4fr repeat(4,minmax(0,1fr));gap:1rem;display:grid}.footer h3,.footer h4{color:#fff}.footer a{color:#d7e8fb;margin-bottom:.42rem;text-decoration:none;display:block}.social-links{flex-wrap:wrap;gap:.7rem;display:flex}.footer-bottom{border-top:1px solid #ffffff29;justify-content:space-between;gap:1rem;margin-top:1.4rem;padding:1rem 0 1.3rem;font-size:.86rem;display:flex}@media (width<=1120px){.committee-leadership-board{grid-template-columns:1fr;grid-template-areas:"president""vice""secretary"}.committee-role-stream{grid-template-columns:repeat(2,minmax(0,1fr))}.committee-members-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.four-grid,.event-grid,.gallery-highlight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=980px){.desktop-cta{display:none}.menu-toggle{display:block}.nav-links{border:1px solid var(--border);opacity:0;pointer-events:none;background:#fff;border-radius:14px;flex-direction:column;align-items:flex-start;padding:1rem;transition:all .2s;position:fixed;inset:80px 16px auto;transform:translateY(-8px)}.nav-links.open{opacity:1;pointer-events:auto;transform:translateY(0)}.more-menu{display:none}.mobile-only-link{display:block}.mobile-cta{display:inline-flex}.hero-layout,.two-grid,.split-card,.three-grid,.footer-grid{grid-template-columns:1fr}.section-heading{flex-direction:column;align-items:stretch}.committee-count-card{min-width:0}.hero-banner{min-height:320px}.form-grid,.committee-advisor-grid,.committee-name-list,.committee-role-stream,.committee-members-grid{grid-template-columns:1fr}.committee-panel{border-radius:22px}}@media (width<=760px){.container{padding-inline:16px}.section{padding:3.2rem 0}.brand-main{font-size:.86rem}.brand-tagline{display:none}.footer-bottom{flex-direction:column;align-items:flex-start}.committee-section{padding-top:3.6rem}.committee-heading h2{font-size:2rem}.committee-count-card{border-radius:18px;padding:1rem}.committee-count-card strong{font-size:2.35rem}.committee-summary-grid{grid-template-columns:1fr}.committee-panel{border-radius:18px;margin-inline:-4px;padding:.82rem}.committee-directory-header{flex-direction:column;align-items:flex-start;gap:.45rem}.committee-directory-header h3{font-size:1.18rem}.committee-role-card{border-radius:16px;padding:.72rem}.committee-leadership-board{gap:.72rem}.committee-spotlight-card{border-radius:18px;padding:.78rem}.spotlight-president,.spotlight-president .committee-name-list{min-height:auto}.spotlight-president .committee-name-chip{grid-template-columns:44px minmax(0,1fr);min-height:62px}.spotlight-president .committee-name-chip span{border-radius:14px;width:44px;font-size:.8rem}.committee-role-heading{align-items:flex-start}.committee-name-chip{border-radius:14px;grid-template-columns:36px minmax(0,1fr);min-height:52px;padding:.46rem}.committee-name-chip span{border-radius:12px;width:36px;font-size:.72rem}.committee-name-chip strong{font-size:.9rem}.four-grid,.event-grid,.gallery-highlight-grid{grid-template-columns:1fr}}
