:root{--navy-900: #06336B;--navy-800: #0B3266;--navy-700: #034E91;--blue-500: #087BD3;--blue-400: #1A8FCE;--blue-300: #4DB3E6;--teal-500: #0BA8A5;--teal-400: #2DC4B8;--teal-300: #6EDDD4;--purple-500: #813CB4;--purple-400: #9B59B6;--green-500: #35A853;--white: #FFFFFF;--gray-50: #F2F8FC;--gray-100: #EEF1F6;--gray-200: #DDE2EC;--gray-300: #C4CBD9;--gray-400: #8F99AB;--gray-500: #6B7585;--gray-600: #4A5468;--gray-700: #2D3748;--text-dark: #0B3266;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--space-1: 8px;--space-2: 16px;--space-3: 24px;--space-4: 32px;--space-5: 40px;--space-6: 48px;--space-8: 64px;--space-10: 80px;--space-12: 96px;--max-width: 1120px;--radius: 8px;--radius-lg: 16px;--radius-xl: 22px;--transition: .25s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{font-family:var(--font-family);font-size:1rem;line-height:1.6;color:var(--gray-600);background:var(--white);-webkit-font-smoothing:antialiased;overflow-x:hidden}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none;transition:color .15s ease}ul,ol{list-style:none}:focus-visible{outline:3px solid var(--teal-500);outline-offset:2px;border-radius:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;font-family:var(--font-family);font-size:.95rem;font-weight:600;line-height:1;border:none;border-radius:50px;cursor:pointer;transition:all var(--transition);white-space:nowrap}.btn--primary{background:linear-gradient(135deg,var(--blue-500),var(--teal-500));color:var(--white)}.btn--primary:hover{background:linear-gradient(135deg,var(--blue-400),var(--teal-400));transform:translateY(-2px);box-shadow:0 8px 24px #087bd340}.section-heading{font-size:2.2rem;font-weight:800;color:var(--navy-800);text-align:center;margin-bottom:var(--space-3);line-height:1.2}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.06);transition:box-shadow var(--transition)}.navbar--scrolled{box-shadow:0 2px 20px #00000014}.navbar__inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-width);margin:0 auto;padding:12px var(--space-3)}.navbar__logo{display:flex;align-items:center;width:230px;height:50px;flex:0 0 auto}.navbar__logo-image{display:block;width:100%;height:100%;object-fit:contain;object-position:left center}.navbar__links{display:flex;align-items:center;gap:var(--space-4)}.navbar__links a{color:var(--gray-600);font-size:.88rem;font-weight:500}.navbar__links a:hover{color:var(--navy-800)}.navbar__cta{padding:10px 24px!important;background:linear-gradient(135deg,var(--blue-500),var(--teal-500));color:var(--white)!important;border-radius:50px;font-weight:600;transition:all var(--transition)!important}.navbar__cta:hover{transform:translateY(-1px);box-shadow:0 4px 16px #087bd34d}.navbar__toggle{display:none;flex-direction:column;gap:5px;padding:8px;background:none;border:none;cursor:pointer;z-index:1001}.navbar__toggle-bar{display:block;width:24px;height:2px;background:var(--navy-800);border-radius:2px;transition:all var(--transition)}.navbar__toggle--open .navbar__toggle-bar:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar__toggle--open .navbar__toggle-bar:nth-child(2){opacity:0}.navbar__toggle--open .navbar__toggle-bar:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width: 768px){.navbar__logo{width:185px;height:44px}.navbar__toggle{display:flex}.navbar__links{position:fixed;top:0;right:0;bottom:0;width:280px;flex-direction:column;align-items:flex-start;padding:100px var(--space-4) var(--space-4);background:var(--white);box-shadow:-4px 0 24px #0000001a;transform:translate(100%);transition:transform .4s ease;gap:var(--space-3)}.navbar__links--open{transform:translate(0)}.navbar__links a{font-size:1.05rem;color:var(--navy-800)}}.hero{position:relative;min-height:680px;display:flex;align-items:flex-start;justify-content:center;overflow:visible;text-align:center;padding:100px var(--space-3) 120px}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__photo{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/STeP_Hero_Image_2.png);background-size:cover;background-position:center center}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#06336b73,#06336b26 35%,#06336b0d 60%,#06336b73)}.hero__content{position:relative;z-index:1;width:min(100%,820px);max-width:820px;margin-inline:auto;margin-bottom:40px;align-self:center;animation:fadeUp .8s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero__brand{position:relative;display:flex;align-items:center;justify-content:center;width:100%;margin:-10px auto 4px;isolation:isolate}.hero__brand:before{content:"";position:absolute;z-index:-1;width:92%;height:92%;left:50%;top:50%;transform:translate(-50%,-50%);background:radial-gradient(ellipse at center,#ffffffd1,#ffffff7a 40%,#fff0 74%);filter:blur(8px);pointer-events:none}.hero__logo{display:block;width:min(100%,760px);height:auto;margin:0 auto;object-fit:contain;overflow:visible;filter:drop-shadow(0 2px 8px rgba(255,255,255,.28))}.hero__motto{display:flex;align-items:center;justify-content:center;gap:var(--space-2);font-size:1.05rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--white);margin-bottom:var(--space-3)}.hero__motto-dot{width:8px;height:8px;border-radius:50%;background:var(--teal-400);flex-shrink:0}.hero__motto-dot--purple{background:var(--purple-500)}.hero__desc{font-size:1.05rem;color:#ffffffd9;line-height:1.65;margin-bottom:var(--space-5)}.hero__date-card{display:inline-flex;align-items:center;gap:var(--space-3);background:var(--white);border-radius:var(--radius-xl);padding:var(--space-4) var(--space-5);box-shadow:0 16px 56px #0000002e;text-align:left;position:relative;z-index:10;margin-top:var(--space-2);color:inherit;text-decoration:none;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.hero__date-card:hover{transform:translateY(-2px);box-shadow:0 20px 60px #00000038}.hero__date-card:focus-visible{outline:3px solid var(--teal-400);outline-offset:4px}.hero__date-icon svg{flex-shrink:0}.hero__date-content{display:flex;flex-direction:column;gap:2px}.hero__date-label{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--purple-500)}.hero__date-main{font-size:1.65rem;font-weight:800;color:var(--navy-800);line-height:1.2}.hero__date-location{display:flex;align-items:center;gap:4px;font-size:.9rem;color:var(--gray-500);font-weight:500}.hero__date-location svg{flex-shrink:0}@media (max-width: 768px){.hero{min-height:580px;padding:90px var(--space-2) 80px}.hero__photo{background-position:center 30%}.hero__logo{width:min(94vw,650px)}.hero__motto{font-size:.85rem;gap:var(--space-1);letter-spacing:.12em}.hero__date-card{flex-direction:column;text-align:center;padding:var(--space-3)}.hero__date-content{align-items:center}}@media (max-width: 480px){.hero__logo{width:min(96vw,460px)}.hero__desc{font-size:.9rem}.hero__date-main{font-size:1.3rem}}.countdown{padding:80px var(--space-3) var(--space-8);background:linear-gradient(180deg,var(--white) 0%,var(--white) 72%,var(--gray-50) 100%);text-align:center;position:relative}.countdown__heading{font-size:1.4rem;font-weight:600;color:var(--navy-800);margin-bottom:var(--space-4);font-style:italic}.countdown__grid{display:flex;justify-content:center;gap:var(--space-3);flex-wrap:wrap}.countdown__unit{display:flex;flex-direction:column;align-items:center;min-width:110px;padding:var(--space-3) var(--space-3);border-radius:var(--radius-lg);border:1px solid var(--gray-200);background:var(--white);transition:transform var(--transition),box-shadow var(--transition)}.countdown__unit:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000000f}.countdown__value{font-size:2.8rem;font-weight:800;line-height:1}.countdown__label{font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-top:6px}.countdown__unit--blue{background:#087bd30a;border-color:#087bd326}.countdown__unit--blue .countdown__value,.countdown__unit--blue .countdown__label{color:var(--blue-500)}.countdown__unit--purple{background:#813cb40a;border-color:#813cb426}.countdown__unit--purple .countdown__value,.countdown__unit--purple .countdown__label{color:var(--purple-500)}.countdown__unit--teal{background:#0ba8a50a;border-color:#0ba8a526}.countdown__unit--teal .countdown__value,.countdown__unit--teal .countdown__label{color:var(--teal-500)}.countdown__unit--green{background:#35a8530a;border-color:#35a85326}.countdown__unit--green .countdown__value,.countdown__unit--green .countdown__label{color:var(--green-500)}@media (max-width: 480px){.countdown__grid{gap:var(--space-2)}.countdown__unit{min-width:72px;padding:var(--space-2)}.countdown__value{font-size:2rem}}.about{padding:var(--space-10) var(--space-3) var(--space-8);background:var(--gray-50)}.about__inner{max-width:var(--max-width);margin:0 auto}.about__text{max-width:680px;margin:0 auto var(--space-4);text-align:center;font-size:1.1rem;color:var(--gray-500);line-height:1.7}.about__text strong{color:var(--navy-800);font-weight:700}.about__cta-wrap{text-align:center;margin-bottom:var(--space-6)}.about__cta{font-size:1rem;padding:14px 36px}.about__cards{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-3)}.feature-card{text-align:center;padding:var(--space-5) var(--space-3);border-radius:var(--radius-lg);background:var(--white);border:1px solid var(--gray-200);box-shadow:0 2px 12px #0000000a;transition:all var(--transition)}.feature-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #00000014;border-color:var(--card-accent, var(--blue-500))}.feature-card__icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;margin:0 auto var(--space-2);border-radius:50%;background:#087bd30f}.feature-card__title{font-size:1.05rem;font-weight:700;color:var(--navy-800);margin-bottom:4px}.feature-card__text{font-size:.9rem;color:var(--gray-500);line-height:1.5}@media (max-width: 900px){.about__cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.about__cards{grid-template-columns:1fr;max-width:360px;margin:0 auto}}.updates{padding:var(--space-10) var(--space-3);background:linear-gradient(170deg,var(--navy-900) 0%,#034E91 100%);color:var(--white)}.updates__inner{max-width:640px;margin:0 auto;text-align:center}.updates .section-heading{color:var(--white)}.updates__text{font-size:1.05rem;color:#ffffffbf;margin-bottom:var(--space-5);line-height:1.6}.updates__form{display:flex;flex-direction:column;align-items:center;gap:var(--space-2)}.updates__field{display:flex;width:100%;max-width:480px;gap:var(--space-1);background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:50px;padding:6px}.updates__input{flex:1;padding:12px 20px;background:transparent;border:none;color:var(--white);font-family:var(--font-family);font-size:.95rem;outline:none;min-width:0}.updates__input::placeholder{color:#fff6}.updates__input--error{color:#ff8a8a}.updates__btn{flex-shrink:0;padding:12px 24px;font-size:.85rem;border-radius:50px}.updates__error{color:#ff8a8a;font-size:.85rem;font-weight:500}.updates__privacy{font-size:.82rem;color:#ffffff73;margin-top:var(--space-1)}.updates__success{display:flex;flex-direction:column;align-items:center;gap:var(--space-2);animation:fadeUp .5s ease both}.updates__success-heading{font-size:1.2rem;font-weight:700;color:var(--teal-300)}.updates__success-text{color:#ffffffb3}@media (max-width: 480px){.updates__field{flex-direction:column;border-radius:var(--radius);padding:var(--space-1)}.updates__input{text-align:center}.updates__btn{width:100%;border-radius:var(--radius)}}.venue{position:relative;min-height:430px;display:grid;place-items:center;overflow:hidden;padding:clamp(58px,7vw,84px) var(--space-3);background:var(--navy-900);color:var(--white);isolation:isolate}.venue__media,.venue__media picture,.venue__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.venue__media{z-index:-2}.venue__media picture{display:block}.venue__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center 48%;transform:scale(1.015)}.venue__overlay{z-index:1;background:linear-gradient(90deg,#031c43ed,#032651cc 34%,#032d587a 62%,#03284e4d),linear-gradient(180deg,#041a3c1a,#041a3c2e 55%,#0216367a)}.venue__inner{position:relative;z-index:2;width:min(100%,var(--max-width));margin:0 auto}.venue__content{max-width:650px;text-align:left}.venue__eyebrow{margin:0 0 10px;color:var(--teal-300);font-size:.86rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.venue__title{margin:0;color:var(--white);font-size:clamp(2.7rem,6vw,5.2rem);font-weight:800;line-height:.98;letter-spacing:-.035em;text-wrap:balance;text-shadow:0 3px 22px rgba(0,22,55,.28)}.venue__location{display:inline-flex;align-items:center;gap:8px;margin:18px 0 0;color:var(--white);font-size:clamp(1.05rem,2vw,1.3rem);font-weight:700}.venue__location-icon{display:inline-flex;color:var(--teal-300)}.venue__text{max-width:590px;margin:22px 0 0;color:#ffffffd6;font-size:clamp(1rem,1.5vw,1.12rem);line-height:1.7}.venue__details{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.venue__detail{display:inline-flex;align-items:center;gap:9px;min-height:44px;padding:10px 15px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:#0427538a;color:var(--white);font-size:.9rem;font-weight:650;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.venue__detail svg{flex:0 0 auto;color:var(--teal-300)}.venue__credit{position:absolute;z-index:3;right:14px;bottom:10px;margin:0;padding:5px 8px;border-radius:6px;background:#00143094;color:#ffffffb8;font-size:.68rem;line-height:1.35;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.venue__credit a{color:#ffffffe0;text-decoration:underline;text-decoration-color:#ffffff6b;text-underline-offset:2px}.venue__credit a:hover{color:var(--white)}@media (max-width: 768px){.venue{min-height:400px;padding:54px var(--space-3) 64px}.venue__image{object-position:58% center}.venue__overlay{background:linear-gradient(90deg,#031c43eb,#03234cc2 70%,#03234c94),linear-gradient(180deg,#041a3c2e,#0216368f)}.venue__content{max-width:560px}.venue__details{gap:9px}.venue__detail{font-size:.84rem}.venue__credit{right:8px;bottom:7px;left:8px;text-align:center}}@media (max-width: 480px){.venue{min-height:380px}.venue__title{font-size:clamp(2.45rem,13vw,3.45rem)}.venue__details{align-items:flex-start;flex-direction:column}}.footer__brand-band{background:linear-gradient(135deg,var(--blue-500) 0%,var(--teal-500) 100%);padding:var(--space-5) var(--space-3)}.footer__band-inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-width);margin:0 auto;flex-wrap:wrap;gap:var(--space-4)}.footer__quote{font-size:1.2rem;font-style:italic;color:var(--white);line-height:1.5;max-width:280px;border-left:3px solid rgba(255,255,255,.5);padding-left:var(--space-2)}.footer__band-emblem{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:112px;min-height:84px}.footer__thistle{display:block;width:82px;height:auto;object-fit:contain;filter:drop-shadow(0 2px 3px rgba(0,35,80,.24)) drop-shadow(0 0 10px rgba(255,255,255,.18))}.footer__band-right{display:flex;align-items:center;gap:var(--space-4)}.footer__hashtag{font-size:1.4rem;font-weight:800;color:var(--white);letter-spacing:.02em}.footer__social{display:flex;gap:12px}.footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff26;color:var(--white);transition:all var(--transition)}.footer__social-link:hover{background:#ffffff4d;transform:translateY(-2px)}.footer__social-link svg{width:18px;height:18px}.footer__bottom{background:var(--navy-900);padding:var(--space-2) var(--space-3)}.footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-width);margin:0 auto;flex-wrap:wrap;gap:var(--space-2)}.footer__copyright{font-size:.8rem;color:#ffffff80}.footer__sep{margin:0 8px;color:#ffffff40}.footer__links{display:flex;align-items:center}.footer__links a{font-size:.8rem;color:#ffffff8c;transition:color .15s ease}.footer__links a:hover{color:var(--white)}@media (max-width: 768px){.footer__band-inner{flex-direction:column;text-align:center}.footer__quote{border-left:none;padding-left:0;margin:0 auto}.footer__band-emblem{width:auto;min-height:0}.footer__thistle{width:72px}.footer__band-right{flex-direction:column}.footer__social{justify-content:center}.footer__bottom-inner{flex-direction:column;text-align:center}.footer__copyright{order:2}.footer__links{order:1;justify-content:center;margin-bottom:var(--space-1)}}.hero__council-strip{position:relative;z-index:2;width:100%;margin-top:auto;background:#fffffff5;border-top:1px solid rgba(6,51,107,.1);box-shadow:0 -8px 30px #06336b14;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);overflow:hidden}.hero__council-viewport{position:relative;width:100%;overflow:hidden;padding:14px 0 16px;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 4%,#000 96%,transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 4%,#000 96%,transparent 100%)}.hero__council-track{display:flex;width:max-content;will-change:transform;animation:council-marquee 34s linear infinite}.hero__council-group{display:flex;flex:0 0 auto;align-items:center;gap:clamp(42px,5vw,86px);padding-right:clamp(42px,5vw,86px)}.hero__council-item{flex:0 0 auto;width:clamp(150px,13vw,205px);height:82px;display:flex;align-items:center;justify-content:center;padding:5px 8px}.hero__council-logo{display:block;width:auto;max-width:100%;max-height:58px;object-fit:contain;object-position:center}.hero__council-logo--glasgow{max-height:76px;width:auto}.hero__council-logo--edinburgh{max-height:48px}.hero__council-logo--fife{max-height:56px}.hero__council-logo--falkirk{max-height:60px}.hero__council-logo--midlothian{max-height:52px}.hero__council-logo--scottish-borders{max-height:62px}.hero__council-strip:hover .hero__council-track,.hero__council-strip:focus-within .hero__council-track{animation-play-state:paused}@keyframes council-marquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media (min-width: 769px){.hero{min-height:760px;padding-bottom:0;flex-direction:column;align-items:center}}@media (max-width: 768px){.hero{padding-bottom:0;flex-direction:column;align-items:center}.hero__content{margin-bottom:24px}.hero__council-viewport{padding:12px 0 14px;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 7%,#000 93%,transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 7%,#000 93%,transparent 100%)}.hero__council-track{animation-duration:28s}.hero__council-group{gap:34px;padding-right:34px}.hero__council-item{width:150px;height:70px}.hero__council-logo{max-width:138px}.hero__council-logo--glasgow{max-height:66px}}@media (prefers-reduced-motion: reduce){.hero__council-viewport{overflow-x:auto;scrollbar-width:thin;-webkit-mask-image:none;mask-image:none}.hero__council-track{animation:none}.hero__council-group[aria-hidden=true]{display:none}}html{scroll-padding-top:82px}body{min-width:320px}button,input,a{-webkit-tap-highlight-color:transparent}.btn,.navbar__toggle,.footer__social-link{min-height:44px}.navbar__inner{position:relative}.navbar__backdrop{display:none}.updates__input{font-size:1rem}@media (max-width: 1024px){.navbar__inner{min-height:72px;padding-top:10px;padding-right:max(var(--space-3),env(safe-area-inset-right));padding-bottom:10px;padding-left:max(var(--space-3),env(safe-area-inset-left))}.navbar__logo{position:relative;z-index:1003;width:clamp(176px,25vw,210px);height:46px}.navbar__toggle{position:relative;z-index:1004;display:flex;width:44px;height:44px;align-items:center;justify-content:center;padding:10px;border-radius:12px;touch-action:manipulation}.navbar__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1001;display:block;width:100%;height:100dvh;padding:0;border:0;background:#041c3e57;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.navbar__backdrop--open{opacity:1;visibility:visible;pointer-events:auto}.navbar__links{position:fixed;top:0;right:0;bottom:0;z-index:1002;width:min(86vw,360px);min-height:100dvh;flex-direction:column;align-items:stretch;gap:6px;padding:max(96px,calc(84px + env(safe-area-inset-top))) max(var(--space-3),env(safe-area-inset-right)) max(var(--space-4),env(safe-area-inset-bottom)) var(--space-3);overflow-y:auto;overscroll-behavior:contain;background:#fffffffc;box-shadow:-10px 0 40px #041c3e29;transform:translate(102%);visibility:hidden;pointer-events:none;transition:transform .32s ease,visibility .32s ease}.navbar__links--open{transform:translate(0);visibility:visible;pointer-events:auto}.navbar__links li{width:100%}.navbar__links a{display:flex;width:100%;min-height:48px;align-items:center;padding:11px 14px;border-radius:12px;color:var(--navy-800);font-size:1rem;font-weight:600;touch-action:manipulation}.navbar__links a:active{background:var(--gray-50)}.navbar__cta{justify-content:center;margin-top:8px;padding:12px 18px!important}.hero{min-height:740px;flex-direction:column;align-items:center;padding:98px max(var(--space-3),env(safe-area-inset-right)) 0 max(var(--space-3),env(safe-area-inset-left))}.hero__content{width:min(100%,760px);margin-bottom:28px}.hero__logo{width:min(92vw,700px)}.hero__motto{font-size:clamp(.88rem,2vw,1rem);letter-spacing:.14em}.hero__desc{max-width:650px;margin-right:auto;margin-left:auto}.hero__date-card{min-height:96px;padding:24px 30px;touch-action:manipulation}.countdown{padding:64px var(--space-3) 56px}.about,.updates{padding-right:max(var(--space-3),env(safe-area-inset-right));padding-left:max(var(--space-3),env(safe-area-inset-left))}.about{padding-top:72px;padding-bottom:64px}.about__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.feature-card{padding:32px 24px}.updates{padding-top:72px;padding-bottom:72px}.venue{min-height:430px;padding:60px max(var(--space-3),env(safe-area-inset-right)) 76px max(var(--space-3),env(safe-area-inset-left))}.venue__content{max-width:600px}.footer__brand-band,.footer__bottom{padding-right:max(var(--space-3),env(safe-area-inset-right));padding-left:max(var(--space-3),env(safe-area-inset-left))}}@media (max-width: 600px){html{scroll-padding-top:74px}.section-heading{font-size:clamp(1.8rem,8vw,2.15rem);margin-bottom:18px}.navbar__inner{min-height:68px;padding-right:max(16px,env(safe-area-inset-right));padding-left:max(16px,env(safe-area-inset-left))}.navbar__logo{width:clamp(164px,50vw,188px);height:42px}.hero{min-height:640px;padding-top:82px;padding-right:max(16px,env(safe-area-inset-right));padding-left:max(16px,env(safe-area-inset-left))}.hero__photo{background-position:center 30%}.hero__content{margin-bottom:20px}.hero__brand{margin:0 auto 6px}.hero__brand:before{width:104%;height:96%}.hero__logo{width:min(96vw,500px)}.hero__motto{gap:8px;margin-bottom:18px;font-size:clamp(.76rem,3.6vw,.88rem);letter-spacing:.08em}.hero__motto-dot{width:6px;height:6px}.hero__desc{max-width:390px;margin-bottom:26px;font-size:.95rem;line-height:1.55}.hero__desc-break{display:none}.hero__date-card{width:min(100%,390px);min-height:88px;flex-direction:row;gap:14px;justify-content:center;padding:18px 20px;border-radius:18px;text-align:left}.hero__date-icon svg{width:46px;height:46px}.hero__date-content{min-width:0;align-items:flex-start}.hero__date-label{font-size:.72rem;letter-spacing:.1em}.hero__date-main{font-size:clamp(1.2rem,5.6vw,1.45rem)}.hero__date-location{font-size:.84rem}.hero__council-viewport{padding:10px 0 12px}.hero__council-track{animation-duration:26s}.hero__council-group{gap:26px;padding-right:26px}.hero__council-item{width:132px;height:62px}.hero__council-logo{max-width:122px;max-height:50px}.hero__council-logo--glasgow{max-height:58px}.countdown{padding:54px 16px 48px}.countdown__heading{margin-bottom:24px;font-size:1.2rem}.countdown__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:min(100%,340px);margin:0 auto}.countdown__unit{min-width:0;padding:18px 10px}.countdown__value{font-size:clamp(2rem,12vw,2.5rem)}.countdown__label{font-size:.76rem;letter-spacing:.08em}.about{padding:62px 16px 54px}.about__text{margin-bottom:28px;font-size:1rem;line-height:1.65}.about__cta-wrap{margin-bottom:38px}.about__cta{width:min(100%,320px);min-height:48px;padding:14px 24px}.about__cards{grid-template-columns:1fr;width:min(100%,420px);margin:0 auto;gap:16px}.feature-card{padding:28px 22px}.feature-card__icon{width:72px;height:72px}.updates{padding:62px 16px}.updates__text{margin-bottom:30px;font-size:1rem}.updates__field{flex-direction:column;gap:8px;padding:8px;border-radius:18px}.updates__input{width:100%;min-height:48px;padding:12px 14px;border-radius:12px;text-align:left;font-size:1rem}.updates__btn{width:100%;min-height:48px;border-radius:12px}.updates__privacy{line-height:1.5}.venue{min-height:500px;padding:54px max(18px,env(safe-area-inset-right)) 90px max(18px,env(safe-area-inset-left))}.venue__image{object-position:60% center}.venue__title{font-size:clamp(2.35rem,12vw,3.35rem);line-height:1}.venue__location{margin-top:16px;font-size:1.05rem}.venue__text{margin-top:18px;font-size:.98rem;line-height:1.62}.venue__details{align-items:stretch;flex-direction:column;margin-top:22px}.venue__detail{width:fit-content;min-height:44px}.venue__credit{right:8px;bottom:7px;left:8px;font-size:.64rem;text-align:center}.footer__brand-band{padding:34px 16px}.footer__band-inner{gap:22px}.footer__quote{font-size:1.05rem}.footer__band-right{gap:18px}.footer__hashtag{font-size:1.25rem}.footer__social-link{width:44px;height:44px}.footer__bottom{padding:20px 16px max(20px,env(safe-area-inset-bottom))}.footer__copyright,.footer__links a{font-size:.78rem;line-height:1.6}.footer__links{flex-wrap:wrap}}@media (max-width: 360px){.hero__date-card{width:min(100%,300px);flex-direction:column;padding:16px;text-align:center}.hero__date-content{align-items:center}.countdown__grid{gap:10px}}@media (orientation: landscape) and (max-height: 600px) and (max-width: 1024px){.hero{min-height:auto;padding-top:80px}.hero__content{width:min(100%,720px);margin-bottom:18px}.hero__brand{margin-top:-8px}.hero__logo{width:min(62vw,440px)}.hero__motto{margin-bottom:12px}.hero__desc{margin-bottom:18px;font-size:.9rem}.hero__date-card{min-height:74px;padding:12px 18px}.hero__date-icon svg{width:42px;height:42px}.hero__council-item{height:58px}}@media (hover: none) and (pointer: coarse){.btn--primary:hover,.navbar__cta:hover,.hero__date-card:hover,.countdown__unit:hover,.feature-card:hover,.footer__social-link:hover{transform:none}}.auth-shell{--auth-bg: #eef6fb;--auth-surface: rgba(255, 255, 255, .97);--auth-surface-muted: #f5f9fc;--auth-border: rgba(6, 51, 107, .14);--auth-text: #183655;--auth-heading: #06336b;--auth-muted: #607287;--auth-input: #ffffff;--auth-input-border: #b9c9d9;--auth-link: #087bd3;--auth-shadow: 0 24px 70px rgba(6, 51, 107, .14);--auth-info-bg: #e9f4ff;--auth-success-bg: #e9f8ef;--auth-error-bg: #fff0f1;--auth-error: #a51d2d;--auth-theme-option-text: #4f657c;--auth-theme-active-bg: #06336b;--auth-theme-active-text: #ffffff;min-height:100vh;display:grid;grid-template-rows:auto 1fr auto;background:radial-gradient(circle at 8% 4%,rgba(45,196,184,.16),transparent 30%),linear-gradient(145deg,var(--auth-bg),#ffffff 52%,#f2eef8 100%);color:var(--auth-text)}.auth-shell[data-auth-theme=dark]{--auth-bg: #041829;--auth-surface: rgba(7, 31, 51, .97);--auth-surface-muted: #0b2b45;--auth-border: rgba(139, 190, 232, .24);--auth-text: #e7f1f9;--auth-heading: #ffffff;--auth-muted: #aec3d5;--auth-input: #082640;--auth-input-border: #3d6687;--auth-link: #68baff;--auth-shadow: 0 26px 80px rgba(0, 0, 0, .38);--auth-info-bg: #0b3151;--auth-success-bg: #123d31;--auth-error-bg: #4a2029;--auth-error: #ffb7c0;--auth-theme-option-text: #e7f1f9;--auth-theme-active-bg: #68baff;--auth-theme-active-text: #041829;background:radial-gradient(circle at 8% 4%,rgba(45,196,184,.12),transparent 30%),linear-gradient(145deg,#031421,var(--auth-bg) 52%,#0c1832 100%)}.auth-shell__toolbar{width:min(100%,1180px);margin:0 auto;padding:18px 22px 0;display:flex;align-items:center;justify-content:space-between;gap:18px}.auth-shell__home-link,.auth-text-link,.auth-field__label-row a{color:var(--auth-link);font-weight:700;text-decoration:underline;text-underline-offset:3px}.auth-shell__home-link{font-size:.9rem}.auth-theme{display:inline-flex;padding:4px;border:1px solid var(--auth-border);border-radius:999px;background:var(--auth-surface);box-shadow:0 8px 24px #06336b14}.auth-theme__option{min-height:38px;padding:8px 13px;border:0;border-radius:999px;background:transparent;color:var(--auth-theme-option-text);font:inherit;font-size:.8rem;font-weight:800;cursor:pointer}.auth-theme__option[aria-pressed=true]{background:var(--auth-theme-active-bg);color:var(--auth-theme-active-text)}.auth-theme__option:not([aria-pressed=true]):hover{background:var(--auth-surface-muted);color:var(--auth-text)}.auth-shell__stage{width:min(100% - 32px,680px);margin:30px auto;display:grid;place-items:center;position:relative;isolation:isolate}.auth-shell__stage--photographic{width:min(100% - 32px,1040px);min-height:650px;padding:38px;overflow:hidden;border-radius:28px;box-shadow:var(--auth-shadow)}.auth-shell__photo{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background-image:url(/STeP_Hero_Image_2.png);background-size:cover;background-position:center}.auth-shell__stage--photographic:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(105deg,#021c3ac7,#021c3a38 56%,#021c3a80)}.auth-shell__card{width:min(100%,510px);padding:38px;border:1px solid var(--auth-border);border-radius:24px;background:var(--auth-surface);box-shadow:var(--auth-shadow);text-align:center}.auth-shell__stage--photographic .auth-shell__card{justify-self:start}.auth-shell__brand{display:inline-flex;width:min(250px,72%);margin:0 auto 22px}.auth-shell__logo{width:100%;height:auto}.auth-shell[data-auth-theme=dark] .auth-shell__brand{width:min(280px,80%);box-sizing:border-box;padding:10px 14px;border:1px solid rgba(255,255,255,.86);border-radius:14px;background:#fffffff5;box-shadow:0 10px 28px #0003}.auth-shell[data-auth-theme=dark] .auth-shell__logo{filter:none}.auth-shell__eyebrow{margin-bottom:7px;color:#0ba8a5;font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.auth-shell__title{margin:0 0 12px;color:var(--auth-heading);font-size:clamp(1.9rem,7vw,2.6rem);line-height:1.08}.auth-shell__intro,.auth-shell__secondary-copy{color:var(--auth-muted)}.auth-shell__intro{max-width:42ch;margin:0 auto 24px}.auth-shell__secondary-copy{margin:16px 0 10px;font-size:.92rem}.auth-icon{width:54px;height:54px;margin:0 auto 18px;display:grid;place-items:center;border-radius:50%;background:var(--auth-info-bg);color:#087bd3;font-size:1.5rem;font-weight:900}.auth-icon--danger{background:var(--auth-error-bg);color:var(--auth-error)}.auth-icon svg{width:28px;height:28px;stroke-width:2}.auth-actions{display:grid;gap:14px}.auth-form{display:grid;gap:18px;text-align:left}.auth-field{display:grid;gap:7px}.auth-field label,.auth-field__label-row{color:var(--auth-heading);font-size:.88rem;font-weight:800}.auth-field__label-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.auth-field__label-row a{font-size:.78rem;font-weight:700}.auth-field input,.auth-field textarea{width:100%;min-height:48px;padding:11px 13px;border:1px solid var(--auth-input-border);border-radius:9px;background:var(--auth-input);color:var(--auth-text);font:inherit}.auth-field input:focus-visible,.auth-field textarea:focus-visible,.auth-confirmation input:focus-visible,.auth-password button:focus-visible,.auth-theme__option:focus-visible,.auth-button:focus-visible,.auth-text-link:focus-visible,.auth-shell__home-link:focus-visible{outline:3px solid #2dc4b8;outline-offset:3px}.auth-field textarea{min-height:112px;resize:vertical}.auth-field__help{color:var(--auth-muted);font-size:.78rem;line-height:1.45}.auth-confirmation{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:10px;color:var(--auth-text);font-size:.88rem;line-height:1.45}.auth-confirmation input{width:18px;height:18px;margin:2px 0 0}.auth-password{display:grid;grid-template-columns:1fr auto;align-items:stretch}.auth-password input{border-radius:9px 0 0 9px}.auth-password button{min-width:68px;border:1px solid var(--auth-input-border);border-left:0;border-radius:0 9px 9px 0;background:var(--auth-surface-muted);color:var(--auth-link);font:inherit;font-size:.8rem;font-weight:800;cursor:pointer}.auth-button{width:100%;min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border:1px solid transparent;border-radius:9px;font:inherit;font-weight:800;text-align:center;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.auth-button:hover:not(:disabled){transform:translateY(-1px)}.auth-button:disabled{opacity:.66;cursor:wait}.auth-button--primary{background:linear-gradient(135deg,#087bd3,#096ee6);color:#fff;box-shadow:0 8px 20px #087bd333}.auth-button--secondary{border-color:#087bd3;background:transparent;color:var(--auth-link)}.auth-divider{height:1px;margin:24px 0 0;display:grid;place-items:center;background:var(--auth-border)}.auth-divider span{padding:0 12px;background:var(--auth-surface);color:var(--auth-muted);font-size:.78rem}.auth-alert,.auth-reasons{margin:0 0 20px;padding:14px 16px;border-radius:10px;text-align:left;font-size:.88rem;line-height:1.5}.auth-alert--info{background:var(--auth-info-bg)}.auth-alert--success{background:var(--auth-success-bg)}.auth-alert--error{background:var(--auth-error-bg);color:var(--auth-error)}.auth-reasons{background:var(--auth-surface-muted);color:var(--auth-text)}.auth-reasons p{margin-bottom:8px;font-weight:800}.auth-reasons ul{padding-left:20px;list-style:disc}.auth-text-link{display:inline-flex;margin-top:22px;font-size:.88rem}.auth-shell__footer{width:min(100%,1180px);margin:0 auto;padding:0 22px 24px;display:flex;justify-content:space-between;gap:24px;color:var(--auth-muted);font-size:.8rem;font-weight:700}@media (max-width: 760px){.auth-shell__toolbar{align-items:flex-start;flex-direction:column-reverse}.auth-theme{width:100%}.auth-theme__option{flex:1}.auth-shell__stage,.auth-shell__stage--photographic{width:min(100% - 24px,620px);min-height:auto;padding:0;overflow:visible;border-radius:0;box-shadow:none}.auth-shell__photo,.auth-shell__stage--photographic:after{display:none}.auth-shell__stage--photographic .auth-shell__card{justify-self:center}.auth-shell__card{padding:30px 22px;border-radius:18px}.auth-field__label-row{align-items:flex-start;flex-direction:column;gap:3px}.auth-shell__footer{flex-direction:column;gap:4px;text-align:center}}@media (forced-colors: active){.auth-button,.auth-theme,.auth-shell__card,.auth-field input,.auth-password button{border:1px solid ButtonText}}@media (prefers-reduced-motion: reduce){.auth-button{transition:none}}.auth-mfa__setup{display:grid;gap:16px;margin:0 0 22px;justify-items:center}.auth-mfa__qr{width:min(100%,220px);height:auto;padding:12px;border:1px solid var(--auth-border);border-radius:12px;background:#fff}.auth-mfa__secret{width:100%;display:grid;gap:8px;padding:14px 16px;border-radius:10px;background:var(--auth-surface-muted);color:var(--auth-text);font-size:.82rem;line-height:1.45;text-align:left}.auth-mfa__secret code{overflow-wrap:anywhere;color:var(--auth-heading);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.86rem;font-weight:800;letter-spacing:.05em}.auth-mfa-code{min-width:0;margin:0;padding:0;border:0;text-align:center}.auth-mfa-code legend{width:100%;margin:0 0 10px;color:var(--auth-heading);font-size:.88rem;font-weight:800;text-align:left}.auth-mfa-code__digits{width:min(100%,390px);margin:0 auto;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.auth-mfa-code__digit{width:100%;min-width:0;height:58px;padding:0;border:1px solid var(--auth-input-border);border-radius:11px;background:var(--auth-input);color:var(--auth-heading);font:inherit;font-size:1.55rem;font-weight:850;line-height:1;text-align:center;font-variant-numeric:tabular-nums;caret-color:var(--auth-link);transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.auth-mfa-code__digit:hover:not(:disabled){border-color:var(--auth-link)}.auth-mfa-code__digit:focus-visible{outline:3px solid #2dc4b8;outline-offset:2px;border-color:var(--auth-link);box-shadow:0 0 0 4px #2dc4b81f}.auth-mfa-code__digit[aria-invalid=true]{border-color:var(--auth-error)}.auth-mfa-code__digit:disabled{opacity:.7;cursor:wait}.auth-mfa-code__hint{margin:9px 0 0;color:var(--auth-muted);font-size:.78rem;line-height:1.4;text-align:center}@media (max-width: 460px){.auth-mfa-code__digits{gap:6px}.auth-mfa-code__digit{height:50px;border-radius:9px;font-size:1.3rem}}@media (forced-colors: active){.auth-mfa-code__digit{border:1px solid ButtonText}}.admin-shell{--admin-bg: #f3f7fc;--admin-surface: rgba(255, 255, 255, .96);--admin-surface-strong: #ffffff;--admin-surface-muted: #f7faff;--admin-text: #0a2040;--admin-text-muted: #5d6f86;--admin-line: #dce6f1;--admin-line-strong: #c8d7e7;--admin-primary: #075fd8;--admin-primary-strong: #004ebc;--admin-primary-soft: #eaf4ff;--admin-teal: #0caeb3;--admin-success: #13835f;--admin-success-bg: #e7f8f1;--admin-danger: #c82434;--admin-danger-bg: #fff0f2;--admin-warning: #9c6200;--admin-shadow: 0 16px 48px rgba(17, 49, 87, .08);--admin-shadow-soft: 0 8px 24px rgba(17, 49, 87, .06);min-height:100vh;display:grid;grid-template-columns:252px minmax(0,1fr);background:radial-gradient(circle at 88% 3%,rgba(24,136,236,.08),transparent 30rem),var(--admin-bg);color:var(--admin-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.admin-shell[data-admin-theme=dark]{--admin-bg: #07111f;--admin-surface: rgba(13, 26, 43, .96);--admin-surface-strong: #0e1b2d;--admin-surface-muted: #111f33;--admin-text: #eef6ff;--admin-text-muted: #a6b8cb;--admin-line: #233a52;--admin-line-strong: #304c68;--admin-primary: #56a4ff;--admin-primary-strong: #7bb8ff;--admin-primary-soft: rgba(54, 139, 229, .16);--admin-success: #65d7ae;--admin-success-bg: rgba(27, 139, 101, .14);--admin-danger: #ff8290;--admin-danger-bg: rgba(191, 45, 61, .14);--admin-warning: #f2c46f;--admin-shadow: 0 20px 55px rgba(0, 0, 0, .28);--admin-shadow-soft: 0 10px 30px rgba(0, 0, 0, .2);background:radial-gradient(circle at 88% 3%,rgba(41,132,231,.11),transparent 30rem),var(--admin-bg)}.admin-shell *,.admin-shell *:before,.admin-shell *:after{box-sizing:border-box}.admin-shell button,.admin-shell input,.admin-shell select,.admin-shell textarea{font:inherit}.admin-shell button,.admin-shell a{-webkit-tap-highlight-color:transparent}.admin-shell__sidebar{position:sticky;top:0;z-index:40;height:100vh;display:flex;flex-direction:column;overflow:hidden;color:#eef7ff;background:linear-gradient(165deg,#08395bfa,#051d35fc 55%,#03172b),#061c31;box-shadow:8px 0 28px #01142514}.admin-shell__sidebar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 12% 14%,rgba(37,180,204,.16),transparent 18rem),linear-gradient(145deg,transparent 0 55%,rgba(16,89,136,.13) 55% 56%,transparent 56% 100%)}.admin-shell__brand-row,.admin-nav,.admin-conference-card{position:relative;z-index:1}.admin-shell__brand-row{min-height:92px;display:flex;align-items:center;padding:17px 18px 14px;border-bottom:1px solid rgba(255,255,255,.07)}.admin-shell__brand{display:inline-flex;align-items:center;width:174px;padding:8px 10px;border:1px solid rgba(255,255,255,.58);border-radius:14px;background:#fffffff5;box-shadow:0 10px 28px #0312262e}.admin-shell__logo{display:block;width:auto;height:auto;max-width:100%;max-height:58px;object-fit:contain;object-position:left center;image-rendering:auto;opacity:1}.admin-shell__nav-close{display:none;margin-left:auto;width:38px;height:38px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.14);border-radius:10px;color:#fff;background:#ffffff0d}.admin-shell__nav-close svg{width:20px;height:20px}.admin-nav{flex:1 1 auto;min-height:0;overflow-y:auto;padding:14px 10px 20px;scrollbar-width:thin}.admin-nav__label{margin:18px 11px 7px;color:#dcedfa8f;font-size:.67rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.admin-nav__label--support{margin-top:26px}.admin-nav__link{position:relative;width:100%;min-height:43px;display:flex;align-items:center;gap:11px;padding:9px 11px;margin:2px 0;border:0;border-radius:10px;color:#eef7ffe6;background:transparent;text-decoration:none;text-align:left;font-size:.85rem;font-weight:560;transition:background .16s ease,color .16s ease,transform .16s ease}.admin-nav__link svg{flex:0 0 auto;width:18px;height:18px;color:#e4f4ffe6}.admin-nav__link:hover:not(.admin-nav__link--disabled),.admin-nav__button:hover{color:#fff;background:#ffffff14}.admin-nav__link--active{color:#fff;background:linear-gradient(135deg,#0c84cff5,#0366a5eb);box-shadow:0 8px 20px #0052893d,inset 0 1px #ffffff26}.admin-nav__link--active:before{content:"";position:absolute;left:0;top:10px;bottom:10px;width:3px;border-radius:0 4px 4px 0;background:#70f0df}.admin-nav__link--disabled{cursor:not-allowed;color:#e0f0fb73}.admin-nav__link--disabled svg{color:#e0f0fb5c}.admin-nav__button{cursor:pointer}.admin-conference-card{min-height:218px;margin-top:auto;overflow:hidden;isolation:isolate;border-top:1px solid rgba(255,255,255,.08);background:#0a2941}.admin-conference-card__image,.admin-conference-card__fallback,.admin-conference-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.admin-conference-card__image{z-index:-3;object-fit:cover;object-position:center}.admin-conference-card__fallback{z-index:-3;background:radial-gradient(circle at 70% 20%,rgba(60,194,211,.55),transparent 35%),linear-gradient(145deg,#0a4b72,#071a2d)}.admin-conference-card__overlay{z-index:-2;background:linear-gradient(180deg,#05192a21,#031626f0 68%,#031525fc)}.admin-conference-card__content{position:absolute;inset:auto 0 0;display:flex;flex-direction:column;gap:2px;padding:70px 18px 16px;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.28)}.admin-conference-card__content strong{margin-bottom:2px;font-size:1rem;font-weight:760;letter-spacing:-.01em}.admin-conference-card__content span{font-size:.76rem;line-height:1.35}.admin-conference-card__date{display:flex;align-items:center;gap:6px;margin-top:6px}.admin-conference-card__date svg{width:14px;height:14px}.admin-conference-card__status{width:fit-content;margin-top:8px;padding:5px 8px;border:1px solid rgba(255,255,255,.13);border-radius:7px;background:#01122194;color:#e7f8ff;font-size:.67rem!important;font-weight:680;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.admin-shell__workspace{min-width:0;min-height:100vh}.admin-topbar{position:sticky;top:0;z-index:30;min-height:72px;display:flex;align-items:center;gap:12px;padding:0 28px;border-bottom:1px solid var(--admin-line);background:color-mix(in srgb,var(--admin-surface-strong) 88%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.admin-topbar__spacer{flex:1 1 auto}.admin-topbar__menu,.admin-topbar__icon-button{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--admin-line);border-radius:11px;color:var(--admin-text-muted);background:var(--admin-surface-strong);cursor:pointer;transition:border-color .16s ease,color .16s ease,box-shadow .16s ease}.admin-topbar__menu{display:none}.admin-topbar__icon-button:hover,.admin-topbar__menu:hover{color:var(--admin-primary);border-color:color-mix(in srgb,var(--admin-primary) 38%,var(--admin-line));box-shadow:var(--admin-shadow-soft)}.admin-topbar__icon-button svg,.admin-topbar__menu svg{width:19px;height:19px}.admin-topbar__identity{min-width:0;display:flex;align-items:center;gap:10px;padding-left:5px}.admin-avatar{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid color-mix(in srgb,var(--admin-primary) 18%,var(--admin-line));border-radius:50%;color:#075ac8;background:linear-gradient(145deg,#dff1ff,#c6e4ff);font-size:.76rem;font-weight:800;letter-spacing:.02em}.admin-shell[data-admin-theme=dark] .admin-avatar{color:#dff1ff;background:linear-gradient(145deg,#134e7c,#123c63)}.admin-topbar__identity-copy{min-width:0;display:flex;flex-direction:column;line-height:1.22}.admin-topbar__identity-copy strong{font-size:.82rem;font-weight:720;white-space:nowrap}.admin-topbar__identity-copy small{max-width:180px;margin-top:2px;overflow:hidden;color:var(--admin-text-muted);font-size:.69rem;text-overflow:ellipsis;white-space:nowrap}.admin-shell__main{width:min(1440px,100%);margin:0 auto;padding:32px 36px 56px}.admin-page{min-width:0}.admin-breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-bottom:12px;color:var(--admin-text-muted);font-size:.76rem}.admin-breadcrumbs a{color:inherit;text-decoration:none}.admin-breadcrumbs a:hover{color:var(--admin-primary)}.admin-breadcrumbs svg{width:13px;height:13px}.admin-page__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.admin-page__heading{min-width:0}.admin-page__eyebrow{margin:0 0 7px;color:var(--admin-primary);font-size:.71rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.admin-page__title{margin:0;color:var(--admin-text);font-size:clamp(1.75rem,2.5vw,2.3rem);font-weight:790;letter-spacing:-.035em;line-height:1.08}.admin-page__intro{max-width:720px;margin:8px 0 0;color:var(--admin-text-muted);font-size:.92rem;line-height:1.55}.admin-button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 15px;border:1px solid transparent;border-radius:10px;font-size:.82rem;font-weight:720;line-height:1;text-decoration:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease}.admin-button:hover:not(:disabled){transform:translateY(-1px)}.admin-button:disabled{cursor:not-allowed;opacity:.55}.admin-button svg{width:17px;height:17px}.admin-button--primary{color:#fff;background:linear-gradient(135deg,#0877eb,#055acb);box-shadow:0 8px 18px #0059cf30}.admin-button--primary:hover:not(:disabled){box-shadow:0 11px 24px #0059cf45}.admin-button--secondary{color:var(--admin-text);border-color:var(--admin-line-strong);background:var(--admin-surface-strong)}.admin-button--secondary:hover:not(:disabled){border-color:color-mix(in srgb,var(--admin-primary) 35%,var(--admin-line));box-shadow:var(--admin-shadow-soft)}.admin-button--danger{color:#fff;background:linear-gradient(135deg,#df3242,#bc1e2d);box-shadow:0 8px 20px #be1e2d2e}.admin-button--ghost{min-height:36px;padding:7px 10px;color:var(--admin-primary);border-color:color-mix(in srgb,var(--admin-primary) 26%,var(--admin-line));background:transparent}.admin-card{border:1px solid var(--admin-line);border-radius:15px;background:var(--admin-surface);box-shadow:var(--admin-shadow-soft)}.admin-dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.admin-dashboard-card{min-height:155px;display:flex;flex-direction:column;padding:19px;border:1px solid var(--admin-line);border-radius:14px;color:inherit;background:linear-gradient(150deg,color-mix(in srgb,var(--admin-surface-strong) 97%,#e8f5ff),var(--admin-surface-strong));box-shadow:var(--admin-shadow-soft);text-decoration:none;transition:transform .17s ease,border-color .17s ease,box-shadow .17s ease}.admin-dashboard-card:not(.admin-dashboard-card--disabled):hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--admin-primary) 36%,var(--admin-line));box-shadow:var(--admin-shadow)}.admin-dashboard-card--featured{border-color:color-mix(in srgb,var(--admin-primary) 31%,var(--admin-line));background:linear-gradient(145deg,var(--admin-primary-soft),var(--admin-surface-strong) 72%)}.admin-dashboard-card--disabled{opacity:.72}.admin-dashboard-card__icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px;border-radius:11px;color:#075fd8;background:#eaf4ff}.admin-shell[data-admin-theme=dark] .admin-dashboard-card__icon{color:#8bc4ff;background:#3384d929}.admin-dashboard-card__icon svg{width:22px;height:22px}.admin-dashboard-card h2{margin:0;font-size:.98rem;font-weight:760;letter-spacing:-.015em}.admin-dashboard-card p{margin:5px 0 13px;color:var(--admin-text-muted);font-size:.79rem;line-height:1.48}.admin-dashboard-card__open{display:inline-flex;align-items:center;gap:4px;margin-top:auto;color:var(--admin-primary);font-size:.76rem;font-weight:750}.admin-dashboard-card__open svg{width:14px;height:14px}.admin-info-banner,.admin-alert{display:flex;align-items:flex-start;gap:12px;border:1px solid color-mix(in srgb,var(--admin-primary) 20%,var(--admin-line));border-radius:12px;background:var(--admin-primary-soft);color:var(--admin-text)}.admin-info-banner{margin-top:18px;padding:15px 16px}.admin-info-banner__icon,.admin-alert__icon{width:27px;height:27px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:50%;color:#fff;background:var(--admin-primary)}.admin-info-banner__icon svg,.admin-alert__icon svg{width:15px;height:15px}.admin-info-banner strong,.admin-alert strong{display:block;margin-bottom:2px;font-size:.8rem}.admin-info-banner p,.admin-alert p{margin:0;color:var(--admin-text-muted);font-size:.76rem;line-height:1.48}.admin-alert{padding:13px 14px}.admin-alert--success{border-color:color-mix(in srgb,var(--admin-success) 35%,var(--admin-line));background:var(--admin-success-bg)}.admin-alert--success .admin-alert__icon{background:var(--admin-success)}.admin-alert--danger{border-color:color-mix(in srgb,var(--admin-danger) 35%,var(--admin-line));background:var(--admin-danger-bg)}.admin-alert--danger .admin-alert__icon{background:var(--admin-danger)}.admin-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) 170px 190px;gap:11px;margin-bottom:14px}.admin-input-wrap{position:relative}.admin-input-wrap svg{position:absolute;left:12px;top:50%;width:17px;height:17px;color:var(--admin-text-muted);transform:translateY(-50%);pointer-events:none}.admin-input,.admin-select,.admin-textarea{width:100%;border:1px solid var(--admin-line-strong);border-radius:10px;color:var(--admin-text);background:var(--admin-surface-strong);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.admin-input,.admin-select{min-height:42px;padding:9px 11px;font-size:.79rem}.admin-input-wrap .admin-input{padding-left:37px}.admin-textarea{min-height:100px;resize:vertical;padding:11px 12px;font-size:.8rem;line-height:1.5}.admin-input:focus-visible,.admin-select:focus-visible,.admin-textarea:focus-visible{border-color:var(--admin-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--admin-primary) 14%,transparent)}.admin-table-wrap{overflow-x:auto;border:1px solid var(--admin-line);border-radius:13px;background:var(--admin-surface-strong);box-shadow:var(--admin-shadow-soft)}.admin-table{width:100%;border-collapse:collapse;min-width:760px}.admin-table th,.admin-table td{padding:12px 14px;border-bottom:1px solid var(--admin-line);text-align:left;vertical-align:middle}.admin-table th{color:var(--admin-text-muted);background:var(--admin-surface-muted);font-size:.68rem;font-weight:760;letter-spacing:.02em}.admin-table td{font-size:.78rem}.admin-table tbody tr:last-child td{border-bottom:0}.admin-table tbody tr:hover{background:color-mix(in srgb,var(--admin-primary-soft) 35%,transparent)}.admin-person{display:flex;align-items:center;gap:10px;min-width:180px}.admin-person__copy{min-width:0}.admin-person__copy strong,.admin-person__copy span{display:block}.admin-person__copy strong{color:var(--admin-text);font-size:.78rem;font-weight:740}.admin-person__copy span{max-width:230px;margin-top:2px;overflow:hidden;color:var(--admin-text-muted);font-size:.69rem;text-overflow:ellipsis;white-space:nowrap}.admin-status{display:inline-flex;align-items:center;gap:5px;padding:4px 8px;border-radius:999px;font-size:.66rem;font-weight:760;line-height:1}.admin-status:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.admin-status--active{color:var(--admin-success);background:var(--admin-success-bg)}.admin-status--inactive{color:var(--admin-text-muted);background:color-mix(in srgb,var(--admin-text-muted) 10%,transparent)}.admin-meta-note{margin:11px 2px 0;color:var(--admin-text-muted);font-size:.71rem}.admin-profile-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.admin-profile-header__person{display:flex;align-items:center;gap:13px}.admin-avatar--large{width:52px;height:52px;font-size:.94rem}.admin-profile-header h1{margin:0;font-size:1.45rem;letter-spacing:-.025em}.admin-profile-header p{margin:4px 0 0;color:var(--admin-text-muted);font-size:.78rem}.admin-profile-type{min-width:160px;display:flex;align-items:center;gap:10px;padding:11px 13px;border:1px solid var(--admin-line);border-radius:11px;background:var(--admin-surface-strong)}.admin-profile-type__icon{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;color:var(--admin-primary);background:var(--admin-primary-soft)}.admin-profile-type__icon svg{width:18px;height:18px}.admin-profile-type strong,.admin-profile-type small{display:block}.admin-profile-type strong{font-size:.74rem}.admin-profile-type small{margin-top:2px;color:var(--admin-text-muted);font-size:.66rem}.admin-tabs{display:flex;gap:4px;margin-bottom:14px;border-bottom:1px solid var(--admin-line)}.admin-tab{position:relative;min-height:42px;padding:9px 14px;border:0;color:var(--admin-text-muted);background:transparent;font-size:.76rem;font-weight:700;cursor:pointer}.admin-tab--active{color:var(--admin-primary)}.admin-tab--active:after{content:"";position:absolute;left:10px;right:10px;bottom:-1px;height:2px;border-radius:2px 2px 0 0;background:var(--admin-primary)}.admin-permission-columns{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:16px}.admin-panel{min-width:0;padding:16px;border:1px solid var(--admin-line);border-radius:13px;background:var(--admin-surface-strong);box-shadow:var(--admin-shadow-soft)}.admin-panel__header{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:13px}.admin-panel__header h2,.admin-panel__header h3{margin:0;font-size:.89rem;font-weight:760;letter-spacing:-.01em}.admin-permission-list{display:flex;flex-direction:column;gap:8px}.admin-permission-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:11px;padding:11px;border:1px solid var(--admin-line);border-radius:10px;background:color-mix(in srgb,var(--admin-surface-muted) 78%,transparent)}.admin-permission-row__icon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;color:#08707d;background:#0eafb71c}.admin-permission-row__icon svg{width:18px;height:18px}.admin-permission-row__copy{min-width:0}.admin-permission-row__copy strong,.admin-permission-row__copy span{display:block}.admin-permission-row__copy strong{font-size:.76rem;font-weight:740}.admin-permission-row__copy span{margin-top:2px;color:var(--admin-text-muted);font-size:.68rem;line-height:1.42}.admin-permission-row__meta{min-width:100px;text-align:right}.admin-permission-row__meta span,.admin-permission-row__meta small{display:block}.admin-permission-row__meta span{color:var(--admin-primary);font-size:.65rem;font-weight:700}.admin-permission-row__meta small{margin-top:3px;color:var(--admin-text-muted);font-size:.61rem}.admin-icon-action{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--admin-line);border-radius:9px;color:var(--admin-primary);background:var(--admin-surface-strong);cursor:pointer}.admin-icon-action:hover{border-color:var(--admin-primary);background:var(--admin-primary-soft)}.admin-icon-action svg{width:16px;height:16px}.admin-empty-inline{padding:28px 16px;color:var(--admin-text-muted);text-align:center;font-size:.76rem}.admin-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-detail-item{padding:13px 14px;border:1px solid var(--admin-line);border-radius:10px;background:var(--admin-surface-muted)}.admin-detail-item span,.admin-detail-item strong{display:block}.admin-detail-item span{color:var(--admin-text-muted);font-size:.67rem;font-weight:680}.admin-detail-item strong{margin-top:5px;font-size:.8rem;font-weight:720}.admin-history{display:flex;flex-direction:column;gap:9px}.admin-history__item{display:grid;grid-template-columns:145px minmax(0,1fr) auto;gap:14px;padding:12px 13px;border:1px solid var(--admin-line);border-radius:10px;background:var(--admin-surface-muted)}.admin-history__date{color:var(--admin-text-muted);font-size:.69rem;line-height:1.4}.admin-history__copy strong{display:block;font-size:.76rem}.admin-history__copy p{margin:3px 0 0;color:var(--admin-text-muted);font-size:.68rem;line-height:1.45}.admin-history__state{align-self:start}.admin-state{min-height:440px;display:flex;align-items:center;justify-content:center;padding:36px;border:1px solid var(--admin-line);border-radius:15px;background:var(--admin-surface-strong);box-shadow:var(--admin-shadow-soft);text-align:center}.admin-state__content{max-width:470px}.admin-state__icon{width:70px;height:70px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:15px;border-radius:50%;color:var(--admin-primary);background:var(--admin-primary-soft)}.admin-state__icon--danger{color:var(--admin-danger);background:var(--admin-danger-bg)}.admin-state__icon--success{color:var(--admin-success);background:var(--admin-success-bg)}.admin-state__icon svg{width:34px;height:34px}.admin-state__icon--loading svg{animation:admin-spin 1s linear infinite}.admin-state h1,.admin-state h2{margin:0;font-size:1.25rem;font-weight:790;letter-spacing:-.02em}.admin-state p{margin:8px auto 18px;color:var(--admin-text-muted);font-size:.82rem;line-height:1.55}.admin-state__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:9px}.admin-modal-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:24px;background:#030f1d9e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.admin-modal{width:min(760px,100%);max-height:min(790px,calc(100vh - 48px));overflow:auto;border:1px solid var(--admin-line);border-radius:16px;background:var(--admin-surface-strong);box-shadow:0 28px 80px #01142847}.admin-modal--small{width:min(560px,100%)}.admin-modal__header{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 19px;border-bottom:1px solid var(--admin-line);background:color-mix(in srgb,var(--admin-surface-strong) 94%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.admin-modal__header h2{margin:0;font-size:1rem;font-weight:780}.admin-modal__close{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:9px;color:var(--admin-text-muted);background:transparent;cursor:pointer}.admin-modal__close:hover{color:var(--admin-text);border-color:var(--admin-line);background:var(--admin-surface-muted)}.admin-modal__close svg{width:18px;height:18px}.admin-modal__body{padding:20px}.admin-modal__footer{display:flex;justify-content:flex-end;gap:9px;padding:15px 20px 20px}.admin-stepper{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:21px}.admin-step{display:flex;align-items:center;gap:8px;color:var(--admin-text-muted);font-size:.7rem;font-weight:680}.admin-step__number{width:27px;height:27px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid var(--admin-line-strong);border-radius:50%;background:var(--admin-surface-strong);font-size:.7rem}.admin-step--active,.admin-step--complete{color:var(--admin-primary)}.admin-step--active .admin-step__number{color:#fff;border-color:var(--admin-primary);background:var(--admin-primary)}.admin-step--complete .admin-step__number{border-color:color-mix(in srgb,var(--admin-primary) 45%,var(--admin-line));background:var(--admin-primary-soft)}.admin-field{margin-bottom:15px}.admin-field label,.admin-field__label{display:block;margin-bottom:6px;color:var(--admin-text);font-size:.72rem;font-weight:720}.admin-field__help{display:block;margin-top:5px;color:var(--admin-text-muted);font-size:.66rem;line-height:1.45}.admin-choice-list{display:flex;flex-direction:column;gap:8px}.admin-choice{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:11px;padding:11px;border:1px solid var(--admin-line);border-radius:10px;color:var(--admin-text);background:var(--admin-surface-strong);text-align:left;cursor:pointer}.admin-choice:hover,.admin-choice--selected{border-color:color-mix(in srgb,var(--admin-primary) 48%,var(--admin-line));background:var(--admin-primary-soft)}.admin-choice__arrow svg{width:16px;height:16px;color:var(--admin-primary)}.admin-confirm-grid{display:grid;grid-template-columns:125px minmax(0,1fr);gap:0;border:1px solid var(--admin-line);border-radius:11px;overflow:hidden}.admin-confirm-grid dt,.admin-confirm-grid dd{margin:0;padding:11px 13px;border-bottom:1px solid var(--admin-line);font-size:.75rem}.admin-confirm-grid dt{color:var(--admin-text-muted);background:var(--admin-surface-muted);font-weight:700}.admin-confirm-grid dd{color:var(--admin-text);background:var(--admin-surface-strong)}.admin-confirm-grid dt:last-of-type,.admin-confirm-grid dd:last-of-type{border-bottom:0}.admin-revoke-summary{display:grid;grid-template-columns:105px minmax(0,1fr);gap:9px 14px;margin:16px 0;font-size:.76rem}.admin-revoke-summary dt{color:var(--admin-text-muted);font-weight:680}.admin-revoke-summary dd{margin:0;font-weight:680}.admin-shell__scrim{display:none}.admin-shell :is(a,button,input,select,textarea):focus-visible{outline:3px solid color-mix(in srgb,var(--admin-primary) 30%,transparent);outline-offset:2px}@keyframes admin-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.admin-shell *,.admin-shell *:before,.admin-shell *:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}@media (max-width: 1080px){.admin-shell{grid-template-columns:220px minmax(0,1fr)}.admin-shell__brand{width:162px}.admin-shell__logo{width:100%}.admin-shell__main{padding:28px 25px 48px}.admin-toolbar{grid-template-columns:minmax(220px,1fr) 150px}.admin-toolbar>:last-child{grid-column:1 / -1}.admin-permission-columns{grid-template-columns:1fr}}@media (max-width: 820px){.admin-shell{display:block}.admin-shell__sidebar{position:fixed;left:0;top:0;width:min(310px,88vw);transform:translate(-105%);transition:transform .2s ease;box-shadow:18px 0 55px #00000042}.admin-shell--nav-open .admin-shell__sidebar{transform:translate(0)}.admin-shell__nav-close,.admin-topbar__menu{display:inline-flex}.admin-shell__scrim{position:fixed;z-index:35;top:0;right:0;bottom:0;left:0;background:#020c188a}.admin-shell--nav-open .admin-shell__scrim{display:block}.admin-topbar{padding:0 18px}.admin-shell__main{padding:24px 18px 42px}.admin-page__header,.admin-profile-header{flex-direction:column;align-items:stretch}.admin-profile-type{width:fit-content}.admin-dashboard-grid,.admin-detail-grid{grid-template-columns:1fr}}@media (max-width: 580px){.admin-topbar__identity-copy{display:none}.admin-shell__main{padding:20px 13px 36px}.admin-toolbar{grid-template-columns:1fr}.admin-toolbar>:last-child{grid-column:auto}.admin-page__title{font-size:1.65rem}.admin-tabs{overflow-x:auto}.admin-modal-backdrop{align-items:flex-end;padding:0}.admin-modal,.admin-modal--small{width:100%;max-height:92vh;border-radius:18px 18px 0 0;border-bottom:0}.admin-modal__body{padding:17px}.admin-modal__footer{padding:13px 17px 18px;flex-wrap:wrap}.admin-modal__footer .admin-button{flex:1 1 auto}.admin-stepper{grid-template-columns:1fr;gap:7px}.admin-step:not(.admin-step--active):not(.admin-step--complete){display:none}.admin-confirm-grid{grid-template-columns:1fr}.admin-confirm-grid dt{padding-bottom:3px;border-bottom:0}.admin-confirm-grid dd{padding-top:3px}.admin-history__item{grid-template-columns:1fr;gap:7px}.admin-history__state{justify-self:start}}.admin-users-page{max-width:1480px;margin:0 auto}.admin-users-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:20px 0 16px}.admin-users-stats article{min-height:104px;border:1px solid var(--admin-border);border-radius:16px;background:var(--admin-surface);box-shadow:0 10px 28px #0f2a490f;padding:18px;display:grid;grid-template-columns:38px 1fr;grid-template-rows:auto auto;column-gap:12px;align-items:center}.admin-users-stats svg{grid-row:1 / 3;width:23px;height:23px;color:var(--admin-primary);padding:8px;border-radius:12px;background:color-mix(in srgb,var(--admin-primary) 10%,transparent);box-sizing:content-box}.admin-users-stats strong{font-size:1.45rem;line-height:1;color:var(--admin-text)}.admin-users-stats span{color:var(--admin-text-muted);font-size:.78rem;font-weight:680}.admin-users-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) 190px;gap:12px;padding:12px;border:1px solid var(--admin-border);background:var(--admin-surface);border-radius:15px;margin-bottom:14px}.admin-users-layout{display:grid;grid-template-columns:minmax(440px,.92fr) minmax(470px,1.08fr);gap:14px;align-items:start}.admin-users-list,.admin-user-detail{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:18px;box-shadow:0 16px 44px #0e274312;overflow:hidden}.admin-users-list{padding:8px}.admin-user-row{width:100%;border:0;background:transparent;color:var(--admin-text);display:grid;grid-template-columns:44px minmax(0,1fr) auto auto 20px;gap:11px;align-items:center;padding:12px 10px;border-radius:12px;text-align:left;cursor:pointer}.admin-user-row+.admin-user-row{border-top:1px solid color-mix(in srgb,var(--admin-border) 70%,transparent)}.admin-user-row:hover{background:color-mix(in srgb,var(--admin-primary) 5%,transparent)}.admin-user-row--selected{background:color-mix(in srgb,var(--admin-primary) 8%,transparent);box-shadow:inset 3px 0 0 var(--admin-primary)}.admin-user-row__identity{min-width:0;display:flex;flex-direction:column;gap:3px}.admin-user-row__identity strong,.admin-user-row__identity small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-user-row__identity small{color:var(--admin-text-muted);font-size:.72rem}.admin-user-row__role{font-size:.72rem;font-weight:700;color:var(--admin-primary);background:color-mix(in srgb,var(--admin-primary) 9%,transparent);border-radius:999px;padding:5px 8px}.admin-user-detail{padding:22px;min-height:472px}.admin-user-detail__header{display:flex;align-items:center;gap:14px;padding-bottom:18px;border-bottom:1px solid var(--admin-border)}.admin-user-detail__header p{margin:4px 0;color:var(--admin-text-muted);font-size:.78rem}.admin-user-detail__header>div>span:last-child{color:var(--admin-text-muted);font-size:.72rem}.admin-user-detail__name{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.admin-user-detail__name h2{margin:0;font-size:1.22rem}.admin-avatar--large{width:54px;height:54px;font-size:.95rem}.admin-user-detail__grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:16px 0}.admin-user-detail__grid article{min-height:82px;padding:13px;border:1px solid var(--admin-border);border-radius:13px;display:flex;gap:11px;align-items:center;background:color-mix(in srgb,var(--admin-surface) 96%,var(--admin-primary))}.admin-user-detail__grid strong{display:block;font-size:.76rem}.admin-user-detail__grid p{margin:4px 0 0;font-size:.72rem;color:var(--admin-text-muted);line-height:1.45}.admin-user-detail__grid .admin-dashboard-card__icon{width:34px;height:34px;min-width:34px;margin:0}.admin-user-detail__actions{display:flex;flex-wrap:wrap;gap:10px;padding:4px 0 16px}.admin-user-detail__meta{border-top:1px solid var(--admin-border);padding-top:14px;display:flex;flex-wrap:wrap;gap:8px 18px;color:var(--admin-text-muted);font-size:.7rem}.admin-button--danger{color:#9f1f2f;background:color-mix(in srgb,#d94455 8%,var(--admin-surface));border:1px solid color-mix(in srgb,#d94455 28%,var(--admin-border))}.admin-button--danger:hover{background:color-mix(in srgb,#d94455 13%,var(--admin-surface))}@media (max-width:1180px){.admin-users-layout{grid-template-columns:1fr}.admin-users-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.admin-users-stats{grid-template-columns:1fr 1fr}.admin-users-toolbar{grid-template-columns:1fr}.admin-user-row{grid-template-columns:40px minmax(0,1fr) auto 18px}.admin-user-row__role{display:none}.admin-user-detail__grid{grid-template-columns:1fr}}@media (max-width:460px){.admin-users-stats{grid-template-columns:1fr}.admin-user-row .admin-status{display:none}.admin-user-row{grid-template-columns:40px minmax(0,1fr) 18px}}.admin-shell--user-management .admin-shell__brand-row--user-management{min-height:92px;padding:17px 15px 14px}.admin-shell--user-management .admin-shell__brand-row--user-management .admin-shell__brand{width:100%;max-width:174px}.admin-shell--user-management .admin-conference-card--user-management{flex:0 0 auto;min-height:218px;margin-top:auto}.admin-shell--user-management{--admin-border: var(--admin-line);grid-template-columns:204px minmax(0,1fr);background:#f6f9fd}.admin-shell--user-management .admin-shell__sidebar{background:linear-gradient(180deg,#0c2945,#09243d 58%,#071d32);box-shadow:none}.admin-shell--user-management .admin-shell__sidebar:before{background:linear-gradient(145deg,transparent 0 64%,rgba(42,102,151,.12) 64% 65%,transparent 65% 100%)}.admin-um-brand{position:relative;z-index:2;height:145px;display:grid;grid-template-columns:auto 1px 1fr auto;align-items:center;gap:16px;padding:18px 20px 17px 26px;color:#fff;background:#08203773;border-bottom:1px solid rgba(255,255,255,.08)}.admin-um-brand__mark{display:flex;flex-direction:column;text-decoration:none;color:#fff;line-height:1}.admin-um-brand__mark strong{font-size:2.55rem;letter-spacing:.01em;font-weight:820}.admin-um-brand__mark span{margin-top:4px;font-size:.63rem;font-weight:760;letter-spacing:.14em}.admin-um-brand__rule{height:54px;background:#ffffffb8}.admin-um-brand p{margin:0;font-size:.9rem;line-height:1.35;color:#fffffff5;white-space:nowrap}.admin-um-nav{position:relative;z-index:2;flex:1 1 auto;padding:20px 0 22px;overflow-y:auto}.admin-um-nav__link{min-height:46px;width:100%;display:grid;grid-template-columns:22px minmax(0,1fr) 18px;align-items:center;gap:10px;padding:11px 19px 11px 22px;color:#f5faffeb;text-decoration:none;font-size:.82rem;font-weight:620;border-left:3px solid transparent}.admin-um-nav__link>svg:first-child{width:18px;height:18px}.admin-um-nav__link>svg:last-child{width:14px;height:14px;justify-self:end;transform:rotate(90deg)}.admin-um-nav__link:hover:not(.admin-um-nav__link--disabled){background:#ffffff0f}.admin-um-nav__link--disabled{color:#e1eefa8c;cursor:default}.admin-um-nav__group--active{background:#ffffff09}.admin-um-nav__link--parent{background:linear-gradient(90deg,#4686c952,#22527e38);border-left-color:#80b9ff}.admin-um-nav__subnav{padding:2px 0 9px 29px}.admin-um-nav__sublink{position:relative;display:block;margin:1px 0;padding:8px 12px 8px 20px;color:#ecf6ffdb;text-decoration:none;font-size:.76rem;border-left:1px solid rgba(153,193,229,.28)}.admin-um-nav__sublink--active{color:#fff;background:linear-gradient(90deg,#4181c373,#4181c31f);border-left:3px solid #9bc8ff;border-radius:6px 0 0 6px}.admin-um-nav__sublink--disabled{color:#ecf6ff73}.admin-um-sidebar-footer{position:relative;z-index:2;padding:17px 14px 20px;color:#ffffffd1;text-align:center}.admin-um-skyline{height:42px;display:flex;align-items:flex-end;justify-content:center;font-size:1.4rem;letter-spacing:-.12em;color:#ffffffc7;overflow:hidden}.admin-um-sidebar-footer span{display:block;margin-top:2px;font-size:.5rem;letter-spacing:.08em;white-space:nowrap}.admin-shell--user-management .admin-shell__workspace{min-height:100vh;display:flex;flex-direction:column}.admin-um-hero{position:sticky;top:0;z-index:30;height:145px;min-height:145px;overflow:hidden;isolation:isolate;color:#fff;background:#0b2947}.admin-um-hero__image,.admin-um-hero__fallback,.admin-um-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.admin-um-hero__image{z-index:-3;object-fit:cover;object-position:center 56%;filter:saturate(.92) contrast(1.03)}.admin-um-hero__fallback{z-index:-3;background:linear-gradient(120deg,#173b59,#0b2947)}.admin-um-hero__overlay{z-index:-2;background:linear-gradient(90deg,#03172aa1,#07223a33 42%,#0414239e),linear-gradient(180deg,#05182a0a,#05182a38)}.admin-um-hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:#ffffff24}.admin-um-hero__meta{position:absolute;top:20px;right:278px;display:flex;align-items:center;gap:30px;font-size:.72rem;text-shadow:0 1px 8px rgba(0,0,0,.35)}.admin-um-hero__meta span{display:flex;align-items:center;gap:7px;white-space:nowrap}.admin-um-hero__meta svg{width:15px;height:15px}.admin-um-hero__tagline{position:absolute;right:42px;bottom:12px;padding-left:20px;border-left:2px solid rgba(255,255,255,.85);font-size:1rem;font-weight:720;line-height:1.18;text-shadow:0 1px 8px rgba(0,0,0,.42)}.admin-um-hero__identity{position:absolute;top:0;right:0;height:70px;min-width:265px;display:flex;align-items:center;gap:10px;padding:0 24px 0 18px;background:linear-gradient(90deg,#081f35b8,#081f35e6);clip-path:polygon(8% 0,100% 0,100% 100%,0 100%)}.admin-um-hero__identity>span:not(.admin-avatar){display:flex;flex-direction:column;min-width:0}.admin-um-hero__identity strong{font-size:.77rem}.admin-um-hero__identity small{margin-top:2px;font-size:.66rem;color:#ffffffc7}.admin-um-hero__identity>svg{width:15px;height:15px;margin-left:auto;transform:rotate(90deg)}.admin-um-hero__theme{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;color:#fff;background:#ffffff14;cursor:pointer}.admin-um-hero__theme svg{width:15px;height:15px}.admin-um-hero__menu{display:none;position:absolute;left:16px;top:16px;color:#fff;background:#061b2ecc;border-color:#ffffff40}.admin-shell--user-management .admin-shell__main{flex:1 1 auto;width:min(1490px,100%);padding:22px 28px 30px}.admin-users-page--approved{max-width:none}.admin-um-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px}.admin-um-page-header h1{margin:2px 0 3px;font-size:2rem;line-height:1.05;letter-spacing:-.035em;color:var(--admin-text)}.admin-um-page-header>div:first-child>p:last-child{margin:0;color:var(--admin-text-muted);font-size:.86rem}.admin-um-page-header__actions{display:flex;align-items:center;gap:14px}.admin-um-search{width:min(360px,32vw)}.admin-um-invite{min-width:184px;justify-content:center;height:46px;box-shadow:0 10px 24px #075fd82e}.admin-users-stats--approved{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:0 0 16px}.admin-users-stats--approved article{min-height:102px;grid-template-columns:44px 1fr;grid-template-rows:1fr;gap:12px;padding:14px 15px;border-radius:10px;box-shadow:0 8px 20px #1635580b}.admin-users-stats--approved article>div{display:flex;flex-direction:column;justify-content:center;min-width:0}.admin-users-stats--approved .admin-users-stat__icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#0b63d8;background:#eaf4ff}.admin-users-stats--approved .admin-users-stat__icon svg{width:22px;height:22px;padding:0;border-radius:0;background:none;color:inherit}.admin-users-stats--approved strong{font-size:1.35rem}.admin-users-stats--approved b{margin-top:3px;font-size:.78rem;color:var(--admin-text)}.admin-users-stats--approved small{margin-top:3px;font-size:.67rem;color:var(--admin-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-users-stats--approved .admin-users-stat--warning .admin-users-stat__icon{color:#d38900;background:#fff5df}.admin-users-stats--approved .admin-users-stat--danger .admin-users-stat__icon{color:#d02a38;background:#fff0f2}.admin-users-layout--approved{grid-template-columns:minmax(510px,.95fr) minmax(575px,1.05fr);gap:14px}.admin-users-list--approved,.admin-user-detail--approved{border-radius:10px;box-shadow:0 8px 28px #1433540e}.admin-users-list--approved{min-height:574px;padding:0;display:flex;flex-direction:column}.admin-users-tabs{min-height:55px;display:flex;align-items:flex-end;gap:10px;padding:0 16px;border-bottom:1px solid var(--admin-border);overflow-x:auto}.admin-users-tabs button{position:relative;flex:0 0 auto;min-height:54px;padding:0 11px;border:0;color:var(--admin-text-muted);background:transparent;font-size:.72rem;font-weight:650;cursor:pointer}.admin-users-tabs button:after{content:"";position:absolute;left:8px;right:8px;bottom:0;height:2px;border-radius:4px;background:transparent}.admin-users-tabs button.is-active{color:var(--admin-primary)}.admin-users-tabs button.is-active:after{background:var(--admin-primary)}.admin-users-list__rows{flex:1 1 auto;padding:8px 10px}.admin-user-row--approved{min-height:58px;grid-template-columns:42px minmax(150px,1.25fr) minmax(100px,.95fr) auto auto 18px;gap:10px;padding:7px 8px;border-radius:7px}.admin-user-row--approved .admin-avatar{width:38px;height:38px}.admin-user-row--approved .admin-user-row__identity strong{font-size:.75rem}.admin-user-row--approved .admin-user-row__identity small{font-size:.65rem}.admin-user-row__organisation{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--admin-text-muted);font-size:.66rem}.admin-user-row--approved .admin-user-row__role{font-size:.63rem;padding:4px 7px}.admin-user-row--approved .admin-status{font-size:.62rem;padding:4px 7px}.admin-user-row--approved>svg{width:15px;height:15px;color:var(--admin-primary)}.admin-user-row--approved.admin-user-row--selected{background:#edf5ff;box-shadow:inset 3px 0 #176fe6}.admin-users-pagination{min-height:54px;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:8px 14px;border-top:1px solid var(--admin-border);color:var(--admin-text-muted);font-size:.66rem}.admin-users-pagination>div{display:flex;gap:5px}.admin-users-pagination button{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--admin-border);border-radius:6px;color:var(--admin-text);background:var(--admin-surface-strong);font-size:.68rem;cursor:pointer}.admin-users-pagination button svg{width:15px;height:15px}.admin-users-pagination button.is-active{color:#fff;background:var(--admin-primary);border-color:var(--admin-primary)}.admin-users-pagination button:disabled{opacity:.35;cursor:not-allowed}.admin-users-empty{min-height:210px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:var(--admin-text-muted);text-align:center}.admin-users-empty svg{width:26px;height:26px;color:var(--admin-primary)}.admin-users-empty strong{font-size:.82rem;color:var(--admin-text)}.admin-users-empty span{font-size:.7rem}.admin-user-detail--approved{min-height:574px;padding:0}.admin-user-detail__header--approved{min-height:119px;padding:18px 18px 13px;align-items:flex-start}.admin-user-detail__header--approved .admin-avatar--large{width:58px;height:58px;font-size:1rem}.admin-user-detail__primary{min-width:0;flex:1 1 auto}.admin-user-detail__primary p{margin:5px 0 4px}.admin-user-detail__primary>span{color:var(--admin-text-muted);font-size:.69rem}.admin-user-detail__top-actions{margin-left:auto;display:flex;align-items:center;gap:6px}.admin-user-detail__top-actions .admin-button{min-height:38px;padding:8px 10px;font-size:.68rem;border-radius:7px}.admin-user-detail__top-actions .admin-button:disabled{opacity:.62;cursor:not-allowed}.admin-user-detail__tabs{height:47px;display:flex;align-items:flex-end;gap:10px;padding:0 17px;border-bottom:1px solid var(--admin-border)}.admin-user-detail__tabs button{position:relative;height:47px;padding:0 8px;border:0;color:var(--admin-text-muted);background:transparent;font-size:.7rem;font-weight:650;cursor:pointer}.admin-user-detail__tabs button:after{content:"";position:absolute;left:5px;right:5px;bottom:0;height:2px;background:transparent}.admin-user-detail__tabs button.is-active{color:var(--admin-primary)}.admin-user-detail__tabs button.is-active:after{background:var(--admin-primary)}.admin-user-overview{display:grid;grid-template-columns:minmax(0,1fr) 235px;gap:12px;padding:14px}.admin-user-overview__cards{display:grid;gap:9px}.admin-user-overview__cards article{min-height:74px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--admin-border);border-radius:8px;background:var(--admin-surface-muted)}.admin-user-overview__cards .admin-dashboard-card__icon{width:36px;height:36px;min-width:36px;margin:0;border-radius:50%}.admin-user-overview__cards strong{font-size:.69rem;color:var(--admin-text)}.admin-user-overview__cards strong .admin-status{margin-left:5px;font-size:.58rem;vertical-align:middle}.admin-user-overview__cards p{margin:3px 0 0;font-size:.7rem;color:var(--admin-text)}.admin-user-overview__cards small{display:block;margin-top:3px;color:var(--admin-text-muted);font-size:.62rem}.admin-user-overview__cards article>button{display:inline-flex;align-items:center;gap:5px;padding:6px 8px;border:0;border-radius:6px;color:var(--admin-primary);background:#edf5ff;font-size:.62rem;cursor:pointer}.admin-user-overview__cards article>button svg{width:13px;height:13px}.admin-user-overview__cards article>button:disabled{opacity:.55;cursor:not-allowed}.admin-user-overview__side{display:flex;flex-direction:column;gap:12px}.admin-account-status{padding:13px;border:1px solid var(--admin-border);border-radius:8px;background:linear-gradient(135deg,var(--admin-surface-strong),var(--admin-surface-muted))}.admin-account-status>strong,.admin-quick-actions>strong{font-size:.7rem}.admin-account-status>div{margin:11px 0 8px;display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:750}.admin-account-status>div svg{width:28px;height:28px;padding:6px;border-radius:50%;color:#fff;background:var(--admin-success)}.admin-account-status>div.is-inactive{color:var(--admin-danger)}.admin-account-status>div.is-inactive svg{background:var(--admin-danger)}.admin-account-status>div.is-active{color:var(--admin-success)}.admin-account-status p{margin:0;color:var(--admin-text-muted);font-size:.65rem;line-height:1.45}.admin-quick-actions{display:grid;gap:7px}.admin-quick-actions>strong{margin:0 0 1px}.admin-quick-actions button,.admin-quick-actions a{min-height:37px;display:flex;align-items:center;gap:9px;padding:8px 10px;border:1px solid var(--admin-border);border-radius:6px;color:var(--admin-text);background:var(--admin-surface-strong);text-decoration:none;font-size:.65rem;cursor:pointer}.admin-quick-actions svg{width:16px;height:16px;color:var(--admin-primary)}.admin-quick-actions .is-danger{color:var(--admin-danger);background:var(--admin-danger-bg);border-color:color-mix(in srgb,var(--admin-danger) 20%,var(--admin-border))}.admin-quick-actions .is-danger svg{color:var(--admin-danger)}.admin-quick-actions button:disabled{opacity:.55;cursor:not-allowed}.admin-detail-tab-panel{min-height:360px;padding:44px 34px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.admin-detail-tab-panel__icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--admin-primary);background:var(--admin-primary-soft)}.admin-detail-tab-panel__icon svg{width:25px;height:25px}.admin-detail-tab-panel h3{margin:16px 0 6px;font-size:1.05rem}.admin-detail-tab-panel>strong{font-size:1.35rem}.admin-detail-tab-panel>p{max-width:560px;color:var(--admin-text-muted);font-size:.74rem;line-height:1.55}.admin-detail-tab-panel--grid{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;justify-content:stretch;gap:12px;padding:18px}.admin-detail-tab-panel--grid article{padding:18px;border:1px solid var(--admin-border);border-radius:10px;background:var(--admin-surface-muted)}.admin-detail-tab-panel--grid article strong{display:block;margin-bottom:12px}.admin-detail-tab-panel--grid article p{margin:7px 0;color:var(--admin-text-muted);font-size:.73rem}.admin-audit-history{padding:18px}.admin-audit-history h3{margin:0 0 14px;font-size:.92rem}.admin-audit-history article{display:grid;grid-template-columns:16px 1fr;gap:10px;padding:11px 4px;border-top:1px solid var(--admin-border)}.admin-audit-history__dot{width:8px;height:8px;margin-top:5px;border-radius:50%;background:var(--admin-primary);box-shadow:0 0 0 4px var(--admin-primary-soft)}.admin-audit-history strong{font-size:.7rem}.admin-audit-history p{margin:3px 0;color:var(--admin-text-muted);font-size:.67rem}.admin-audit-history small{color:var(--admin-text-muted);font-size:.61rem}.admin-um-footer{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 24px;border-top:1px solid var(--admin-border);color:var(--admin-text-muted);background:var(--admin-surface-strong);font-size:.66rem}.admin-um-footer>span{display:flex;align-items:center;gap:10px}.admin-um-footer strong{color:var(--admin-text)}.admin-um-footer i{width:1px;height:17px;background:var(--admin-border)}.admin-shell--user-management[data-admin-theme=dark]{background:var(--admin-bg)}.admin-shell--user-management[data-admin-theme=dark] .admin-user-row--approved.admin-user-row--selected{background:#2c77cc29}.admin-shell--user-management[data-admin-theme=dark] .admin-user-overview__cards article>button{background:#2c77cc24}@media (max-width: 1280px){.admin-shell--user-management{grid-template-columns:190px minmax(0,1fr)}.admin-um-brand{padding-left:18px;gap:10px}.admin-um-brand__mark strong{font-size:2.1rem}.admin-um-brand p{font-size:.75rem}.admin-users-layout--approved{grid-template-columns:minmax(430px,.92fr) minmax(520px,1.08fr)}.admin-user-row__organisation{display:none}.admin-user-row--approved{grid-template-columns:42px minmax(150px,1fr) auto auto 18px}.admin-user-detail__top-actions .admin-button:first-child{display:none}}@media (max-width: 1120px){.admin-users-stats--approved{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-users-layout--approved{grid-template-columns:1fr}.admin-users-list--approved,.admin-user-detail--approved{min-height:auto}.admin-um-hero__meta{right:250px;gap:14px}}@media (max-width: 900px){.admin-shell--user-management{display:block}.admin-shell--user-management .admin-shell__sidebar{position:fixed;width:270px;transform:translate(-105%);transition:transform .18s ease}.admin-shell--user-management.admin-shell--nav-open .admin-shell__sidebar{transform:translate(0)}.admin-shell--user-management .admin-shell__scrim{display:block;opacity:0;pointer-events:none}.admin-shell--user-management.admin-shell--nav-open .admin-shell__scrim{opacity:1;pointer-events:auto}.admin-shell--user-management .admin-shell__brand-row--user-management .admin-shell__nav-close,.admin-um-hero__menu{display:inline-flex}.admin-um-hero__meta{left:70px;right:auto}.admin-um-hero__identity{min-width:220px}.admin-um-page-header{align-items:flex-start;flex-direction:column}.admin-um-page-header__actions{width:100%}.admin-um-search{width:100%;flex:1 1 auto}}@media (max-width: 720px){.admin-um-hero{height:112px;min-height:112px}.admin-um-hero__meta{top:18px;left:62px;flex-direction:column;align-items:flex-start;gap:4px}.admin-um-hero__tagline{display:none}.admin-um-hero__identity{top:auto;bottom:0;height:48px;min-width:190px;padding-right:12px}.admin-um-hero__identity .admin-avatar{width:30px;height:30px}.admin-um-hero__theme{display:none}.admin-shell--user-management .admin-shell__main{padding:18px 14px 24px}.admin-um-page-header__actions{flex-direction:column;align-items:stretch}.admin-um-invite{width:100%}.admin-users-stats--approved{grid-template-columns:1fr 1fr}.admin-user-row--approved{grid-template-columns:38px minmax(0,1fr) auto 16px}.admin-user-row--approved .admin-user-row__role{display:none}.admin-user-row--approved .admin-status{display:inline-flex}.admin-user-detail__header--approved{flex-wrap:wrap}.admin-user-detail__top-actions{width:100%;margin:4px 0 0}.admin-user-overview{grid-template-columns:1fr}.admin-user-detail__tabs{overflow-x:auto}.admin-detail-tab-panel--grid{grid-template-columns:1fr}.admin-um-footer{flex-direction:column;align-items:flex-start;justify-content:center;padding:12px 16px}}@media (max-width: 460px){.admin-users-stats--approved{grid-template-columns:1fr}.admin-users-tabs{padding:0 8px}.admin-user-row--approved .admin-status{display:none}.admin-user-row--approved{grid-template-columns:38px minmax(0,1fr) 16px}.admin-users-pagination{align-items:flex-start;flex-direction:column}}.admin-mfa-security{min-height:360px;padding:16px}.admin-mfa-warning{display:flex;align-items:flex-start;gap:11px;margin-bottom:12px;padding:11px 13px;border:1px solid color-mix(in srgb,var(--admin-warning) 45%,var(--admin-line));border-radius:7px;color:var(--admin-text);background:color-mix(in srgb,#f6b223 15%,var(--admin-surface-strong))}.admin-mfa-warning>span{width:25px;height:25px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:50%;color:#fff;background:#e69a09}.admin-mfa-warning svg{width:15px;height:15px}.admin-mfa-warning strong{display:block;margin:0 0 2px;font-size:.72rem}.admin-mfa-warning p{margin:0;color:var(--admin-text-muted);font-size:.64rem;line-height:1.45}.admin-mfa-security__layout{display:grid;grid-template-columns:minmax(0,1fr);gap:12px}.admin-mfa-security--held .admin-mfa-security__layout{grid-template-columns:minmax(0,1.65fr) minmax(250px,.85fr)}.admin-mfa-card,.admin-mfa-events{border:1px solid var(--admin-border);border-radius:8px;background:var(--admin-surface-strong);overflow:hidden}.admin-mfa-card__header{min-height:42px;display:flex;align-items:center;gap:8px;padding:9px 12px;border-bottom:1px solid var(--admin-border);background:var(--admin-surface-muted)}.admin-mfa-card__header>span{width:23px;height:23px;display:flex;align-items:center;justify-content:center;color:var(--admin-primary)}.admin-mfa-card__header svg{width:17px;height:17px}.admin-mfa-card__header strong{font-size:.73rem}.admin-mfa-status-row{min-height:43px;display:grid;grid-template-columns:minmax(125px,.7fr) minmax(145px,.78fr) minmax(170px,1.2fr);align-items:center;gap:10px;padding:8px 12px;border-bottom:1px solid var(--admin-border)}.admin-mfa-status-row>span{color:var(--admin-text);font-size:.66rem}.admin-mfa-status-row>b{display:flex;align-items:center;gap:7px;color:var(--admin-text);font-size:.66rem;font-weight:700}.admin-mfa-status-row>b svg{width:17px;height:17px;flex:0 0 auto}.admin-mfa-status-row>b.is-good{color:var(--admin-success)}.admin-mfa-status-row>b.is-warning{color:var(--admin-warning)}.admin-mfa-status-row>b.is-review{color:var(--admin-danger)}.admin-mfa-status-row>small{color:var(--admin-text-muted);font-size:.61rem;line-height:1.35}.admin-mfa-card__actions{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:13px;padding:11px 12px;background:var(--admin-surface-muted)}.admin-mfa-card__actions p{margin:0;color:var(--admin-text-muted);font-size:.61rem;line-height:1.45}.admin-button--danger-outline{border-color:color-mix(in srgb,var(--admin-danger) 55%,var(--admin-border));color:var(--admin-danger);background:var(--admin-danger-bg)}.admin-button--danger-outline svg{width:15px;height:15px}.admin-button--danger-outline:hover:not(:disabled){border-color:var(--admin-danger);background:color-mix(in srgb,var(--admin-danger-bg) 82%,var(--admin-danger) 18%)}.admin-mfa-preserved{display:flex;align-items:flex-start;gap:9px;margin:10px;padding:10px 11px;border:1px solid color-mix(in srgb,var(--admin-primary) 18%,var(--admin-border));border-radius:6px;color:var(--admin-text);background:var(--admin-primary-soft)}.admin-mfa-preserved>span{width:23px;height:23px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:50%;color:#fff;background:var(--admin-primary)}.admin-mfa-preserved svg{width:14px;height:14px}.admin-mfa-preserved p{margin:1px 0 0;color:var(--admin-text-muted);font-size:.61rem;line-height:1.45}.admin-mfa-events{padding:0 12px 8px}.admin-mfa-events>header{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid var(--admin-border)}.admin-mfa-events>header strong{font-size:.7rem}.admin-mfa-events>header button{border:0;color:var(--admin-primary);background:transparent;font-size:.61rem;font-weight:700;cursor:pointer}.admin-mfa-events article{display:grid;grid-template-columns:29px minmax(0,1fr) auto;gap:8px;padding:10px 0;border-bottom:1px solid var(--admin-border)}.admin-mfa-events article:last-child{border-bottom:0}.admin-mfa-events article>span{width:25px;height:25px;display:flex;align-items:center;justify-content:center;margin-top:1px;border-radius:50%;color:var(--admin-primary);background:var(--admin-primary-soft)}.admin-mfa-events article>span.is-danger{color:var(--admin-danger);background:var(--admin-danger-bg)}.admin-mfa-events article svg{width:14px;height:14px}.admin-mfa-events article strong{display:block;font-size:.64rem}.admin-mfa-events article p{margin:3px 0 0;color:var(--admin-text-muted);font-size:.58rem;line-height:1.4}.admin-mfa-events article>small{color:var(--admin-text-muted);font-size:.56rem;white-space:nowrap}.admin-modal--mfa-reset{width:min(570px,100%)}.admin-mfa-modal__header>div{display:flex;align-items:center;gap:8px}.admin-mfa-modal__danger-icon{width:25px;height:25px;display:flex;align-items:center;justify-content:center;color:var(--admin-danger)}.admin-mfa-modal__danger-icon svg{width:20px;height:20px}.admin-mfa-modal__body>p{margin:0 0 12px;color:var(--admin-text);font-size:.68rem;line-height:1.5}.admin-mfa-modal__target{display:flex;align-items:center;gap:10px;padding:10px 11px;border:1px solid var(--admin-border);border-radius:7px;background:var(--admin-surface-muted)}.admin-mfa-modal__target strong{display:block;font-size:.72rem}.admin-mfa-modal__target p,.admin-mfa-modal__target small{display:block;margin:2px 0 0;color:var(--admin-text-muted);font-size:.6rem}.admin-mfa-modal__consequences{margin:12px 0;padding:10px 12px;border:1px solid color-mix(in srgb,var(--admin-danger) 22%,var(--admin-border));border-radius:6px;color:var(--admin-text);background:var(--admin-danger-bg)}.admin-mfa-modal__consequences strong{color:var(--admin-danger);font-size:.66rem}.admin-mfa-modal__consequences ul{margin:7px 0 0;padding-left:18px}.admin-mfa-modal__consequences li{margin:3px 0;font-size:.61rem;line-height:1.4}.admin-mfa-modal__body .admin-field{position:relative}.admin-mfa-modal__count{position:absolute;right:0;bottom:-17px;color:var(--admin-text-muted);font-size:.57rem}@media (max-width: 900px){.admin-mfa-security--held .admin-mfa-security__layout{grid-template-columns:1fr}}@media (max-width: 620px){.admin-mfa-security{padding:10px}.admin-mfa-status-row{grid-template-columns:1fr auto;gap:5px 10px}.admin-mfa-status-row>small{grid-column:1 / -1}.admin-mfa-card__actions{grid-template-columns:1fr}.admin-mfa-card__actions .admin-button{width:100%}.admin-mfa-events article{grid-template-columns:29px minmax(0,1fr)}.admin-mfa-events article>small{grid-column:2}}.admin-invite-page{--invite-accent: #0b63e6}.admin-invite-page__back{width:fit-content;display:inline-flex;align-items:center;gap:7px;margin:2px 0 19px;color:var(--admin-text-muted);font-size:.78rem;font-weight:680;text-decoration:none}.admin-invite-page__back:hover{color:var(--admin-primary)}.admin-invite-page__back svg{width:15px;height:15px}.admin-invite-page__hero{display:flex;align-items:flex-start;gap:14px;margin-bottom:24px}.admin-invite-page__hero-icon{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:13px;color:#fff;background:linear-gradient(145deg,#157ef1,#0759cf);box-shadow:0 10px 24px #085bcf38}.admin-invite-page__hero-icon svg{width:25px;height:25px}.admin-invite-page__hero h1{margin:0;color:var(--admin-text);font-size:clamp(1.9rem,3vw,2.65rem);font-weight:810;letter-spacing:-.045em;line-height:1.04}.admin-invite-page__hero p{max-width:980px;margin:8px 0 0;color:var(--admin-text-muted);font-size:.93rem;line-height:1.55}.admin-invite-page>.admin-alert{margin-bottom:16px}.admin-invite-form{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.96fr) minmax(280px,.9fr);gap:16px;align-items:stretch}.admin-invite-panel{min-width:0;padding:22px}.admin-invite-panel__heading{display:flex;align-items:flex-start;gap:11px;margin-bottom:22px}.admin-invite-panel__heading-icon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:10px;color:var(--admin-primary);background:var(--admin-primary-soft)}.admin-invite-panel__heading-icon svg{width:18px;height:18px}.admin-invite-panel__heading h2{margin:1px 0 0;color:var(--admin-text);font-size:1.02rem;font-weight:790;letter-spacing:-.015em}.admin-invite-panel__heading p{margin:4px 0 0;color:var(--admin-text-muted);font-size:.73rem;line-height:1.46}.admin-invite-field{display:grid;gap:7px;margin-top:16px;color:var(--admin-text);font-size:.78rem;font-weight:700}.admin-invite-field:first-of-type{margin-top:0}.admin-invite-field>span strong{color:var(--admin-danger)}.admin-invite-field>small{color:var(--admin-text-muted);font-size:.69rem;font-weight:500;line-height:1.45}.admin-invite-readonly{min-height:70px;display:flex;align-items:flex-start;gap:11px;padding:13px;border:1px solid var(--admin-line-strong);border-radius:11px;background:linear-gradient(145deg,var(--admin-primary-soft),var(--admin-surface-strong) 78%)}.admin-invite-readonly__icon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:9px;color:var(--admin-primary);background:var(--admin-surface-strong)}.admin-invite-readonly__icon svg{width:18px;height:18px}.admin-invite-readonly strong,.admin-invite-readonly small{display:block}.admin-invite-readonly strong{margin-top:1px;font-size:.78rem}.admin-invite-readonly small{margin-top:4px;color:var(--admin-text-muted);font-size:.68rem;font-weight:500;line-height:1.45}.admin-invite-assurance{display:flex;align-items:flex-start;gap:9px;margin-top:18px;padding:12px 13px;border-top:1px solid var(--admin-line);color:var(--admin-text-muted)}.admin-invite-assurance svg{width:17px;height:17px;flex:0 0 auto;margin-top:1px;color:var(--admin-primary)}.admin-invite-assurance p{margin:0;font-size:.69rem;line-height:1.48}.admin-invite-expiry-control{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:9px}.admin-invite-expiry-control span{color:var(--admin-text-muted);font-size:.72rem;font-weight:650}.admin-invite-option-card{display:flex;align-items:flex-start;gap:11px;margin-top:13px;padding:13px;border:1px solid var(--admin-line);border-radius:11px;background:var(--admin-surface-muted)}.admin-invite-option-card__icon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:9px;color:var(--admin-primary);background:var(--admin-primary-soft)}.admin-invite-option-card__icon svg{width:18px;height:18px}.admin-invite-option-card strong{display:block;font-size:.75rem}.admin-invite-option-card p{margin:3px 0 0;color:var(--admin-text-muted);font-size:.68rem;line-height:1.45}.admin-invite-panel__info{margin-top:14px}.admin-invite-how{background:linear-gradient(160deg,color-mix(in srgb,var(--admin-primary-soft) 55%,var(--admin-surface-strong)),var(--admin-surface-strong) 66%)}.admin-invite-steps{display:grid;gap:16px;margin:0;padding:0;list-style:none}.admin-invite-steps li{display:flex;align-items:flex-start;gap:11px}.admin-invite-steps li>span{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:50%;color:var(--admin-primary);background:color-mix(in srgb,var(--admin-primary-soft) 86%,var(--admin-surface-strong))}.admin-invite-steps li>span svg{width:19px;height:19px}.admin-invite-steps strong{display:block;margin-top:1px;color:var(--admin-text);font-size:.76rem}.admin-invite-steps p{margin:4px 0 0;color:var(--admin-text-muted);font-size:.68rem;line-height:1.46}.admin-invite-important{display:flex;align-items:flex-start;gap:10px;margin-top:20px;padding:13px;border:1px solid color-mix(in srgb,var(--admin-danger) 25%,var(--admin-line));border-radius:11px;background:color-mix(in srgb,var(--admin-danger-bg) 72%,var(--admin-surface-strong))}.admin-invite-important>span{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:50%;color:#fff;background:var(--admin-danger)}.admin-invite-important>span svg{width:15px;height:15px}.admin-invite-important strong{color:var(--admin-danger);font-size:.74rem}.admin-invite-important ul{margin:7px 0 0;padding-left:17px;color:var(--admin-text-muted);font-size:.67rem;line-height:1.5}.admin-invite-form__actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:10px;padding-top:2px}.admin-invite-send{min-width:180px}.admin-invite-activity{margin-top:22px;padding:21px}.admin-invite-activity__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:15px}.admin-invite-activity__header h2{margin:0;font-size:1.02rem;font-weight:790;letter-spacing:-.015em}.admin-invite-activity__header p:not(.admin-page__eyebrow){margin:4px 0 0;color:var(--admin-text-muted);font-size:.72rem}.admin-invite-activity__count{min-width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;color:var(--admin-primary);background:var(--admin-primary-soft);font-size:.78rem;font-weight:800}.admin-invite-empty{display:flex;align-items:center;justify-content:center;gap:12px;min-height:130px;color:var(--admin-text-muted);text-align:left}.admin-invite-empty>span{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;color:var(--admin-primary);background:var(--admin-primary-soft)}.admin-invite-empty>span svg{width:21px;height:21px}.admin-invite-empty strong{color:var(--admin-text);font-size:.78rem}.admin-invite-empty p{margin:3px 0 0;font-size:.69rem}.admin-invite-email{font-weight:720}.admin-invite-status{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:.66rem;font-weight:760}.admin-invite-status--active{color:var(--admin-primary);background:var(--admin-primary-soft)}.admin-invite-status--success{color:var(--admin-success);background:var(--admin-success-bg)}.admin-invite-status--danger{color:var(--admin-danger);background:var(--admin-danger-bg)}.admin-invite-status--muted{color:var(--admin-text-muted);background:color-mix(in srgb,var(--admin-text-muted) 10%,transparent)}.admin-invite-revoke{display:grid;grid-template-columns:minmax(240px,.9fr) minmax(280px,1.2fr) auto;gap:16px;align-items:end;margin-top:16px;padding:16px;border:1px solid color-mix(in srgb,var(--admin-danger) 27%,var(--admin-line));border-radius:12px;background:var(--admin-danger-bg)}.admin-invite-revoke__copy{display:flex;align-items:flex-start;gap:10px;align-self:start;padding-top:4px}.admin-invite-revoke__icon{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:50%;color:#fff;background:var(--admin-danger)}.admin-invite-revoke__icon svg{width:16px;height:16px}.admin-invite-revoke__copy strong{font-size:.77rem}.admin-invite-revoke__copy p{margin:4px 0 0;color:var(--admin-text-muted);font-size:.68rem;line-height:1.45}.admin-invite-revoke .admin-invite-field{margin-top:0}.admin-invite-revoke .admin-textarea{min-height:78px}.admin-invite-revoke__actions{display:flex;gap:8px;align-items:center}.admin-invite-footer{display:flex;align-items:center;gap:13px;margin-top:22px;padding-top:16px;border-top:1px solid var(--admin-line);color:var(--admin-text-muted)}.admin-invite-footer strong{color:var(--admin-text);font-size:.78rem}.admin-invite-footer span{font-size:.69rem}.admin-invite-footer i{margin:0 4px;color:var(--admin-primary);font-style:normal}.admin-invite-footer small{margin-left:auto;font-size:.67rem}@media (max-width: 1180px){.admin-invite-form{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-invite-how{grid-column:1 / -1}.admin-invite-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-invite-revoke{grid-template-columns:1fr 1fr}.admin-invite-revoke__actions{grid-column:1 / -1;justify-content:flex-end}}@media (max-width: 760px){.admin-invite-page__hero{align-items:flex-start}.admin-invite-form{grid-template-columns:1fr}.admin-invite-how,.admin-invite-form__actions{grid-column:auto}.admin-invite-steps{grid-template-columns:1fr}.admin-invite-panel,.admin-invite-activity{padding:17px}.admin-invite-form__actions{flex-direction:column-reverse}.admin-invite-form__actions .admin-button,.admin-invite-send{width:100%}.admin-invite-revoke{grid-template-columns:1fr}.admin-invite-revoke__actions{grid-column:auto;flex-direction:column-reverse}.admin-invite-revoke__actions .admin-button{width:100%}.admin-invite-footer{align-items:flex-start;flex-wrap:wrap}.admin-invite-footer small{width:100%;margin-left:0}}
