:root{color-scheme:dark;--bg: #07100d;--bg-soft: #0a1511;--surface: #0d1a15;--surface-2: #11221b;--surface-3: #162a21;--line: rgba(207, 228, 188, .12);--line-strong: rgba(207, 228, 188, .22);--text: #f4f3e9;--muted: #9dad9f;--muted-2: #6f8074;--green: #9fbd62;--green-bright: #c7df76;--green-deep: #4d713c;--gold: #e1c568;--cyan: #61b9b1;--danger: #e47468;--danger-soft: rgba(228, 116, 104, .12);--success: #91ca77;--warning: #e0bd64;--radius-xs: 8px;--radius-sm: 12px;--radius-md: 18px;--radius-lg: 26px;--radius-xl: 34px;--shadow-sm: 0 12px 30px rgba(0, 0, 0, .22);--shadow-lg: 0 30px 90px rgba(0, 0, 0, .42);--max: 1280px;--header: 82px;--ease: cubic-bezier(.2, .8, .2, 1)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header) + 28px)}[id]{scroll-margin-top:calc(var(--header) + 28px)}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.55;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}button{color:inherit}::selection{background:#c7df764d;color:var(--text)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#07100d}::-webkit-scrollbar-thumb{border:3px solid #07100d;border-radius:999px;background:#2e4436}.skip-link{position:fixed;z-index:1000;top:12px;left:12px;padding:10px 14px;border-radius:10px;background:var(--text);color:#08110e;font-weight:800;transform:translateY(-150%);transition:transform .2s ease}.skip-link:focus{transform:translateY(0)}.world-background{position:fixed;z-index:-3;inset:0;overflow:hidden;pointer-events:none;background:radial-gradient(circle at 16% 0%,rgba(80,117,66,.15),transparent 32%),radial-gradient(circle at 90% 28%,rgba(44,105,95,.13),transparent 30%),linear-gradient(180deg,#08120f,#06100d 55%,#050c0a)}.world-grid{position:absolute;inset:0;opacity:.24;background-image:linear-gradient(rgba(202,225,183,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(202,225,183,.035) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent 78%)}.world-grid:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0 45%,rgba(199,223,118,.035) 48%,transparent 52% 100%);background-size:420px 420px;animation:scan-grid 14s linear infinite}.world-glow{position:absolute;width:560px;height:560px;border-radius:50%;opacity:.34;filter:blur(120px)}.world-glow-a{top:-280px;left:-160px;background:#436739}.world-glow-b{right:-260px;bottom:-260px;background:#174b49}.world-orb{position:absolute;border:1px solid rgba(199,223,118,.1);transform:rotate(45deg)}.world-orb-a{top:18%;right:7%;width:180px;height:180px}.world-orb-b{left:5%;bottom:14%;width:90px;height:90px}.world-pixels{position:absolute;width:8px;height:8px;background:#d2e4a759;box-shadow:64px 80px #d2e4a71f,156px 34px #d2e4a72e,260px 126px #d2e4a71a,360px 42px #d2e4a721;animation:pixel-float 9s ease-in-out infinite alternate}.world-pixels-a{top:16%;left:9%}.world-pixels-b{right:12%;bottom:22%;animation-delay:-4s}.site-header{position:sticky;z-index:100;top:0;min-height:var(--header);border-bottom:1px solid var(--line);background:#07100d}.header-inner{width:min(calc(100% - 40px),var(--max));min-height:var(--header);margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:36px}.brand{display:inline-flex;align-items:center;gap:12px;min-width:190px}.brand-symbol{width:38px;height:42px;object-fit:contain;transition:transform .35s var(--ease)}.brand:hover .brand-symbol{transform:translateY(-2px) rotate(-2deg)}.brand-copy{display:grid;gap:2px}.brand-copy img{width:114px;height:auto}.brand-copy small{color:var(--muted-2);font-size:10px;font-weight:800;letter-spacing:.18em;line-height:1;text-transform:uppercase}.desktop-nav{justify-self:center;display:flex;align-items:center;gap:4px;padding:5px;border:1px solid var(--line);border-radius:14px;background:#ffffff05}.desktop-nav a{position:relative;display:inline-flex;align-items:center;gap:9px;min-height:42px;padding:0 15px;border-radius:9px;color:var(--muted);font-size:13px;font-weight:750;transition:color .2s ease,background .2s ease,transform .2s ease}.desktop-nav a span,.icon-button svg,.mobile-menu nav>a>span svg,.button svg,.realm-status button svg,.hero-trust svg,.lookup-icon svg,.lookup-security svg,.flash-icon svg,.auth-card-icon svg,.auth-security svg,.privacy-note svg,.agreement-box svg,.submission-note svg,.sync-confirmation svg,.decision-icon svg,.result-orbit svg,.empty-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.desktop-nav a:hover{color:var(--text);background:#ffffff09}.desktop-nav a.is-active{color:var(--text);background:var(--surface-3);box-shadow:inset 0 0 0 1px #c7df761f}.desktop-nav a.is-active:after{content:"";position:absolute;right:14px;bottom:4px;left:14px;height:2px;border-radius:999px;background:var(--green-bright)}.header-actions{display:flex;align-items:center;gap:10px}.realm-status{display:flex;align-items:center;gap:11px;min-width:244px;padding:9px 9px 9px 13px;border:1px solid var(--line);border-radius:13px;background:#ffffff05}.live-dot,.realm-status .live-dot,.console-bar i,.hero-eyebrow i,.api-health i,.mobile-realm i,.footer-realm i,.console-data i,.status-heading-art i{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:var(--green-bright);box-shadow:0 0 0 4px #c7df7617,0 0 16px #c7df7670;animation:live-pulse 2.4s ease-in-out infinite}.realm-status>div{min-width:0;flex:1;display:grid;gap:1px}.realm-status small{color:var(--muted-2);font-size:9px;font-weight:800;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.realm-status strong{overflow:hidden;color:var(--text);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.realm-status button{width:32px;height:32px;display:grid;place-items:center;flex:0 0 auto;border:0;border-radius:9px;background:#ffffff0b;color:var(--muted);cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.realm-status button:hover{color:var(--green-bright);background:#c7df761a;transform:translateY(-1px)}.menu-button{display:none;width:44px;height:44px;padding:0;border:1px solid var(--line);border-radius:12px;background:var(--surface);cursor:pointer}.menu-button span,.mobile-menu-head>button span{width:18px;height:1.5px;margin:5px auto;display:block;border-radius:2px;background:var(--text)}.mobile-scrim,.mobile-menu{display:none}.page-frame{width:min(calc(100% - 40px),var(--max));margin:0 auto}.site-main{min-height:calc(100vh - var(--header) - 150px)}.flash{position:relative;z-index:20;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-top:22px;padding:13px 14px;border:1px solid rgba(145,202,119,.25);border-radius:13px;background:#102117;box-shadow:var(--shadow-sm)}.flash-error{border-color:#e4746847;background:#231512}.flash-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#91ca771f;color:var(--success);font-weight:900}.flash-error .flash-icon{background:#e474681f;color:var(--danger)}.flash p{margin:0;color:#dfe8de;font-size:13px;font-weight:650}.flash>button{width:28px;height:28px;border:0;border-radius:8px;background:transparent;color:var(--muted);font-size:20px;cursor:pointer}.site-footer{min-height:112px;margin-top:70px;padding:26px 0 34px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px}.footer-brand{display:flex;align-items:center;gap:11px}.footer-brand img{width:26px;height:30px}.footer-brand span,.footer-realm{display:grid;gap:1px}.footer-brand strong,.footer-realm strong{font-size:12px;font-weight:800}.footer-brand small{color:var(--muted-2);font-size:11px}.footer-links{display:flex;align-items:center;gap:24px}.footer-links a{color:var(--muted);font-size:12px;font-weight:700;transition:color .2s ease}.footer-links a:hover{color:var(--text)}.footer-realm{justify-self:end;text-align:right}.footer-realm span{display:inline-flex;justify-content:flex-end;align-items:center;gap:7px;color:var(--success);font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.footer-realm i{width:6px;height:6px}.section-label{display:inline-flex;align-items:center;color:var(--green-bright);font-size:10px;font-weight:850;letter-spacing:.18em;line-height:1.25;text-transform:uppercase}.button-row{display:flex;flex-wrap:wrap;align-items:center;gap:11px}.button{position:relative;min-height:48px;padding:0 18px;border:1px solid transparent;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;gap:10px;overflow:hidden;font-size:13px;font-weight:800;letter-spacing:-.01em;cursor:pointer;transition:transform .2s var(--ease),border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.button:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 10%,rgba(255,255,255,.14) 45%,transparent 70%);transform:translate(-120%);transition:transform .7s var(--ease)}.button:hover:before{transform:translate(120%)}.button:active{transform:translateY(0)}.button-primary{border-color:#d9eb8d47;background:linear-gradient(135deg,#b7d267,#8dad4f);color:#0a120a;box-shadow:0 10px 32px #88a94b2e}.button-primary:hover{background:linear-gradient(135deg,#c8e27a,#9abd5a);box-shadow:0 14px 38px #88a94b40}.button-ghost,.button-secondary{border-color:var(--line-strong);background:#ffffff06;color:#d8e0d7}.button-ghost:hover,.button-secondary:hover{border-color:#c7df7647;background:#c7df760f;color:var(--text)}.button-danger{border-color:#e474683b;background:#e4746814;color:#f0a39b}.button-danger:hover,.button-danger.is-confirming{border-color:#e4746873;background:#e4746826;color:#ffc0b9}.button-full{width:100%}.button svg{width:17px;height:17px}.text-link{display:inline-flex;margin-top:22px;color:var(--muted);font-size:12px;font-weight:750;transition:color .2s ease}.text-link:hover{color:var(--text)}.hero-layout{min-height:620px;padding:70px 0 54px;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(480px,.98fr);align-items:center;gap:clamp(48px,7vw,96px)}.hero-copy{max-width:660px}.hero-eyebrow{margin-bottom:22px;display:flex;align-items:center;gap:12px}.hero-eyebrow span{display:inline-flex;align-items:center;gap:8px;color:var(--green-bright);font-size:11px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.hero-eyebrow b{padding-left:12px;border-left:1px solid var(--line-strong);color:var(--muted-2);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.hero-copy h1{max-width:720px;margin:0;color:var(--text);font-size:clamp(48px,5.2vw,78px);font-weight:780;letter-spacing:-.065em;line-height:.98}.hero-copy h1 span{color:#bcd075}.hero-copy>p{max-width:590px;margin:26px 0 30px;color:var(--muted);font-size:17px;line-height:1.75}.hero-trust{margin-top:28px;display:flex;flex-wrap:wrap;gap:16px 20px}.hero-trust span{display:inline-flex;align-items:center;gap:7px;color:#aebaae;font-size:11px;font-weight:700}.hero-trust svg{width:14px;height:14px;color:var(--green-bright)}.world-console{position:relative;border:1px solid rgba(199,223,118,.16);border-radius:24px;overflow:hidden;background:#0a1511;box-shadow:0 36px 90px #00000075,inset 0 1px #ffffff06;transform:perspective(1200px) rotateY(-2deg) rotateX(1deg);transition:transform .5s var(--ease),border-color .3s ease}.world-console:hover{border-color:#c7df7647;transform:perspective(1200px) rotateY(0) rotateX(0) translateY(-5px)}.world-console:after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 0 1px #ffffff05,inset 0 -50px 100px #00000024}.console-bar{min-height:49px;padding:0 16px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:18px;background:#0b1713}.console-bar span{display:inline-flex;align-items:center;gap:8px;color:#c9d5c7;font-size:10px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.console-bar b{color:var(--muted-2);font-family:SFMono-Regular,Consolas,monospace;font-size:9px;font-weight:700;letter-spacing:.13em}.console-scene{position:relative;min-height:420px;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 42%,rgba(151,190,86,.15),transparent 26%),linear-gradient(180deg,#10221b,#08130f)}.console-scene:before{content:"";position:absolute;inset:0;opacity:.3;background-image:linear-gradient(rgba(199,223,118,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(199,223,118,.05) 1px,transparent 1px);background-size:30px 30px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 90%)}.console-scene img{position:relative;z-index:2;width:94%;max-height:430px;object-fit:contain;animation:world-hover 6s ease-in-out infinite}.scene-glow{position:absolute;z-index:1;width:260px;height:260px;border-radius:50%;background:#9cbe5821;filter:blur(55px)}.coordinate-card{position:absolute;z-index:4;right:18px;bottom:18px;padding:11px 13px;border:1px solid rgba(199,223,118,.16);border-radius:10px;background:#060e0be6;display:grid;gap:2px}.coordinate-card small{color:var(--muted-2);font-size:8px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.coordinate-card strong{color:var(--green-bright);font-family:SFMono-Regular,Consolas,monospace;font-size:12px;letter-spacing:.08em}.console-data{min-height:78px;border-top:1px solid var(--line);display:grid;grid-template-columns:1.4fr .65fr .8fr}.console-data article{min-width:0;padding:16px 18px;display:grid;align-content:center;gap:3px}.console-data article+article{border-left:1px solid var(--line)}.console-data small{color:var(--muted-2);font-size:8px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.console-data strong{min-width:0;overflow:hidden;color:#dfe7dc;font-size:12px;font-weight:780;text-overflow:ellipsis;white-space:nowrap}.console-data strong:has(i){display:flex;align-items:center;gap:8px}.console-data i{width:6px;height:6px}.world-principles{margin:4px 0 118px;border:1px solid var(--line);border-radius:18px;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;background:#ffffff03}.world-principles article{min-height:134px;padding:24px;display:grid;grid-template-columns:auto 1fr;align-items:start;gap:16px;transition:background .25s ease}.world-principles article:hover{background:#c7df7608}.world-principles article+article{border-left:1px solid var(--line)}.world-principles article>span,.after-steps article>span{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(199,223,118,.15);border-radius:9px;background:#c7df760a;color:var(--green-bright);font-family:SFMono-Regular,Consolas,monospace;font-size:10px;font-weight:800}.world-principles strong,.after-steps strong{display:block;margin-bottom:6px;font-size:14px;font-weight:780}.world-principles p,.after-steps p{margin:0;color:var(--muted);font-size:12px;line-height:1.65}.application-section{padding-top:4px;scroll-margin-top:calc(var(--header) + 34px)}.section-heading{margin-bottom:34px;display:grid;grid-template-columns:1.25fr .75fr;align-items:end;gap:70px}.section-heading h2,.after-copy h2,.status-heading h1,.success-content h1,.error-content h1,.auth-world-copy h1{margin:8px 0 0;font-size:clamp(34px,4vw,54px);font-weight:760;letter-spacing:-.05em;line-height:1.05}.section-heading>p,.after-copy>p,.status-heading>div>p,.success-content>p,.error-content>p,.auth-world-copy>p{margin:0;color:var(--muted);font-size:14px;line-height:1.75}.error-summary{margin-bottom:18px;padding:17px 18px;border:1px solid rgba(228,116,104,.26);border-radius:14px;background:var(--danger-soft);display:flex;align-items:flex-start;gap:13px}.error-summary>span,.form-error>span{width:28px;height:28px;flex:0 0 auto;display:grid;place-items:center;border-radius:8px;background:#e4746829;color:#ffaaa1;font-weight:900}.error-summary strong{color:#ffd2cd;font-size:13px}.error-summary ul{margin:7px 0 0;padding-left:18px;color:#dba8a2;font-size:12px}.application-shell{position:relative;border:1px solid var(--line);border-radius:24px;display:grid;grid-template-columns:310px minmax(0,1fr);overflow:hidden;background:#0a1511;box-shadow:var(--shadow-lg)}.application-sidebar{min-height:690px;padding:30px 24px;border-right:1px solid var(--line);background:linear-gradient(180deg,rgba(199,223,118,.035),transparent 42%),#0b1713}.sidebar-heading{padding:0 4px 24px;border-bottom:1px solid var(--line)}.sidebar-heading h3{margin:8px 0 4px;font-size:22px;letter-spacing:-.035em}.sidebar-heading p{margin:0;color:var(--muted-2);font-size:12px}.step-navigation{position:relative;margin:22px 0 0;padding:0;list-style:none}.step-navigation:before{content:"";position:absolute;top:27px;bottom:27px;left:21px;width:1px;background:var(--line)}.step-navigation li{position:relative;margin:0 0 5px}.step-navigation button{position:relative;z-index:1;width:100%;min-height:66px;padding:9px 10px;border:0;border-radius:11px;background:transparent;display:grid;grid-template-columns:34px 1fr 24px;align-items:center;gap:12px;color:inherit;text-align:left;cursor:pointer;transition:background .2s ease,transform .2s ease}.step-navigation button:hover{background:#ffffff06}.step-navigation button>span{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:9px;background:#0b1713;color:var(--muted-2);font-family:SFMono-Regular,Consolas,monospace;font-size:9px;font-weight:850;transition:border-color .2s ease,background .2s ease,color .2s ease}.step-navigation button>div{min-width:0;display:grid;gap:2px}.step-navigation strong{color:#b8c4b8;font-size:12px;font-weight:760}.step-navigation small{color:var(--muted-2);font-size:10px}.step-navigation button>i{width:22px;height:22px;display:grid;place-items:center;border-radius:7px;color:transparent}.step-navigation button>i svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.step-navigation li.is-active button{background:#c7df7612}.step-navigation li.is-active button>span{border-color:#c7df7659;background:#c7df761f;color:var(--green-bright);box-shadow:0 0 22px #c7df7614}.step-navigation li.is-active strong{color:var(--text)}.step-navigation li.is-complete button>span{border-color:#91ca7738;color:#93bd79}.step-navigation li.is-complete button>i{background:#91ca771a;color:var(--success)}.privacy-note{margin-top:32px;padding:14px;border:1px solid var(--line);border-radius:12px;display:flex;gap:11px;background:#ffffff05}.privacy-note>span{width:30px;height:30px;flex:0 0 auto;display:grid;place-items:center;border-radius:8px;background:#61b9b117;color:var(--cyan)}.privacy-note p,.submission-note p,.auth-security p,.sync-confirmation div{margin:0;display:grid;gap:2px}.privacy-note strong,.submission-note strong,.auth-security strong,.sync-confirmation strong{color:#dbe3d9;font-size:11px}.privacy-note small,.submission-note small,.auth-security small,.sync-confirmation p{color:var(--muted-2);font-size:10px;line-height:1.45}.application-panel,.stage-header>div:last-child,.section-heading>div,.section-heading>p{min-width:0}.application-panel{min-width:0;min-height:690px;padding:36px clamp(28px,4vw,58px) 34px;display:flex;flex-direction:column}.stage-header{display:flex;align-items:flex-start;gap:17px}.stage-badge{width:54px;height:54px;flex:0 0 auto;display:grid;place-items:center;border:1px solid rgba(199,223,118,.2);border-radius:14px;background:#c7df7612;color:var(--green-bright);font-family:SFMono-Regular,Consolas,monospace;font-size:14px;font-weight:850;box-shadow:inset 0 0 20px #c7df7609}.stage-header h3{margin:5px 0 4px;font-size:clamp(25px,3vw,34px);font-weight:730;letter-spacing:-.04em}.stage-header p{margin:0;color:var(--muted);font-size:12px}.stage-progress{height:3px;margin:28px 0 34px;overflow:hidden;border-radius:999px;background:#ffffff0b}.stage-progress span{width:25%;height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,var(--green-deep),var(--green-bright));box-shadow:0 0 18px #c7df7633;transition:width .45s var(--ease)}.application-shell.is-step-2 .stage-progress span{width:50%}.application-shell.is-step-3 .stage-progress span{width:75%}.application-shell.is-step-4 .stage-progress span{width:100%}.stage-fields{flex:1;display:flex;flex-direction:column}.form-stage{min-width:0;min-height:100%;margin:0;padding:0;border:0;display:flex;flex:1;flex-direction:column;animation:stage-enter .38s var(--ease) both}.form-stage legend{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.field{position:relative;display:grid;gap:8px}.field+.field{margin-top:22px}.field-grid .field+.field{margin-top:0}.field label{color:#e3e8df;font-size:13px;font-weight:750}.field>p{margin:-4px 0 2px;color:var(--muted-2);font-size:11px;line-height:1.55}.field input,.field select,.field textarea,.queue-search input{width:100%;border:1px solid var(--line-strong);border-radius:11px;outline:none;background:#0a1511;color:var(--text);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.field input,.field select{min-height:50px;padding:0 14px}.field select{appearance:none;padding-right:42px;background-image:linear-gradient(45deg,transparent 50%,#859487 50%),linear-gradient(135deg,#859487 50%,transparent 50%);background-position:calc(100% - 18px) 21px,calc(100% - 13px) 21px;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.field textarea{min-height:145px;padding:14px;resize:vertical;line-height:1.65}.field input::placeholder,.field textarea::placeholder,.queue-search input::placeholder{color:#516157}.field input:hover,.field select:hover,.field textarea:hover{border-color:#cfe4bc4d}.field input:focus,.field select:focus,.field textarea:focus,.queue-search input:focus{border-color:#c7df7685;background:#0c1914;box-shadow:0 0 0 4px #c7df7611}.field input[data-touched=true]:invalid,.field select[data-touched=true]:invalid,.field textarea[data-touched=true]:invalid{border-color:#e474688a;box-shadow:0 0 0 4px #e474680e}.input-prefix{border:1px solid var(--line-strong);border-radius:11px;display:grid;grid-template-columns:48px 1fr;overflow:hidden;background:#0a1511;transition:border-color .2s ease,box-shadow .2s ease}.input-prefix:focus-within{border-color:#c7df7685;box-shadow:0 0 0 4px #c7df7611}.input-prefix>span{display:grid;place-items:center;border-right:1px solid var(--line);color:var(--green-bright);font-family:SFMono-Regular,Consolas,monospace;font-size:10px;font-weight:850;letter-spacing:.06em}.input-prefix input{border:0;border-radius:0;box-shadow:none}.input-prefix input:focus{box-shadow:none}.field-hint,.counter{color:var(--muted-2);font-size:10px}.counter{position:absolute;right:12px;bottom:10px;padding:3px 6px;border-radius:6px;background:#0a1511;font-family:SFMono-Regular,Consolas,monospace}.stage-actions{margin-top:auto;padding-top:34px;display:flex;align-items:center;justify-content:space-between;gap:14px}.stage-actions>span{color:var(--muted-2);font-family:SFMono-Regular,Consolas,monospace;font-size:10px;text-transform:uppercase}.review-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.review-summary article{min-height:82px;padding:16px;border:1px solid var(--line);border-radius:12px;display:grid;align-content:center;gap:5px;background:#ffffff04}.review-summary span{color:var(--muted-2);font-size:9px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.review-summary strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.agreement{margin-top:18px;padding:16px;border:1px solid var(--line);border-radius:13px;display:flex;align-items:flex-start;gap:13px;background:#ffffff04;cursor:pointer;transition:border-color .2s ease,background .2s ease}.agreement:hover{border-color:#c7df7638;background:#c7df7606}.agreement input{position:absolute;width:1px;height:1px;opacity:0}.agreement-box{width:24px;height:24px;flex:0 0 auto;border:1px solid var(--line-strong);border-radius:7px;display:grid;place-items:center;color:transparent;transition:border-color .2s ease,background .2s ease,color .2s ease}.agreement input:checked+.agreement-box{border-color:var(--green-bright);background:var(--green-bright);color:#10180c}.agreement input:focus-visible+.agreement-box{box-shadow:0 0 0 4px #c7df761a}.agreement>span:last-child{display:grid;gap:3px}.agreement strong{font-size:12px}.agreement small{color:var(--muted-2);font-size:10px;line-height:1.5}.submission-note{margin-top:13px;padding:13px 15px;border:1px solid rgba(225,197,104,.16);border-radius:11px;display:flex;align-items:center;gap:12px;background:#e1c56809}.submission-note>span{width:30px;height:30px;flex:0 0 auto;display:grid;place-items:center;border-radius:8px;background:#e1c56814;color:var(--gold)}.after-apply{margin-top:110px;padding:46px;border:1px solid var(--line);border-radius:22px;display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:60px;background:radial-gradient(circle at 0 50%,rgba(199,223,118,.07),transparent 34%),#ffffff03}.after-copy h2{font-size:clamp(30px,3.6vw,46px)}.after-copy>p{margin-top:18px}.after-steps{display:grid;gap:10px}.after-steps article{padding:15px;border:1px solid var(--line);border-radius:12px;display:grid;grid-template-columns:auto 1fr;gap:14px;background:#0b1713}.status-page{padding:66px 0 20px}.status-heading{min-height:230px;margin-bottom:28px;padding:40px 44px;border:1px solid var(--line);border-radius:22px;display:grid;grid-template-columns:1fr 330px;align-items:center;gap:50px;overflow:hidden;background:radial-gradient(circle at 85% 50%,rgba(124,160,77,.14),transparent 30%),#0a1511}.status-heading>div:first-child{max-width:720px}.status-heading h1{font-size:clamp(38px,4.4vw,60px)}.status-heading>div>p{max-width:610px;margin-top:15px}.status-heading-art{position:relative;height:190px}.status-heading-art img{position:absolute;top:-120px;right:-90px;width:420px;max-width:none;opacity:.8}.status-heading-art span{position:absolute;right:0;bottom:0;padding:9px 12px;border:1px solid var(--line-strong);border-radius:9px;display:inline-flex;align-items:center;gap:8px;background:#09120f;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.status-layout{display:grid;grid-template-columns:390px minmax(0,1fr);gap:18px}.lookup-card,.status-result{border:1px solid var(--line);border-radius:20px;background:#0a1511}.lookup-card{padding:30px}.lookup-icon,.auth-card-icon{width:48px;height:48px;margin-bottom:22px;border:1px solid rgba(199,223,118,.2);border-radius:13px;display:grid;place-items:center;background:#c7df7612;color:var(--green-bright)}.lookup-card h2,.auth-card h2{margin:7px 0 8px;font-size:27px;font-weight:730;letter-spacing:-.04em}.lookup-card>p,.auth-card>p{margin:0;color:var(--muted);font-size:12px;line-height:1.65}.status-form{margin-top:24px}.status-form .button{margin-top:16px}.lookup-security{margin-top:20px;padding-top:18px;border-top:1px solid var(--line);display:flex;align-items:center;gap:9px;color:var(--muted-2)}.lookup-security span{color:var(--cyan)}.lookup-security p{margin:0;font-size:10px}.status-result{min-height:470px;padding:28px;display:flex;flex-direction:column}.result-progress{padding:0 12px 25px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:12px}.result-progress>span{display:grid;justify-items:center;gap:5px}.result-progress b{width:30px;height:30px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:9px;background:#0b1713;color:var(--muted-2);font-family:SFMono-Regular,Consolas,monospace;font-size:10px}.result-progress b svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.result-progress small{color:var(--muted-2);font-size:9px;font-weight:750;text-transform:uppercase}.result-progress>i{height:1px;margin-bottom:19px;background:var(--line)}.result-progress .is-complete b{border-color:#91ca774d;background:#91ca771a;color:var(--success)}.result-progress .is-complete small{color:#bdcaba}.result-empty{flex:1;padding:60px 20px;display:grid;place-items:center;align-content:center;text-align:center}.result-orbit{position:relative;width:74px;height:74px;margin-bottom:19px;border:1px solid rgba(199,223,118,.16);border-radius:50%;display:grid;place-items:center;color:var(--green-bright);font-size:24px}.result-orbit:before,.result-orbit:after{content:"";position:absolute;border:1px solid rgba(199,223,118,.07);border-radius:50%}.result-orbit:before{inset:-12px}.result-orbit:after{inset:-25px}.result-empty h2{margin:0 0 7px;font-size:22px;letter-spacing:-.03em}.result-empty p{max-width:360px;margin:0;color:var(--muted);font-size:12px}.result-unknown .result-orbit{border-color:#e474682e;color:var(--danger)}.decision-card{flex:1;margin-top:24px;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#ffffff03}.decision-card>header{padding:22px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px}.decision-icon{width:45px;height:45px;display:grid;place-items:center;border-radius:12px;background:#e0bd6414;color:var(--warning);font-size:21px;font-weight:900}.decision-approved .decision-icon{background:#91ca771a;color:var(--success)}.decision-rejected .decision-icon{background:#e474681a;color:var(--danger)}.decision-card header small{color:var(--muted-2);font-size:9px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.decision-card header h2{margin:3px 0 0;font-size:22px;letter-spacing:-.03em}.status-pill{padding:6px 9px;border:1px solid rgba(224,189,100,.2);border-radius:999px;background:#e0bd6412;color:#e6c976;font-size:8px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.status-approved{border-color:#91ca7733;background:#91ca7712;color:#a7d68e}.status-rejected{border-color:#e4746833;background:#e4746812;color:#ed9b92}.decision-message{padding:25px 22px}.decision-message h3{margin:0 0 7px;font-size:17px}.decision-message p{margin:0;color:var(--muted);font-size:12px;line-height:1.7}.decision-message strong{color:var(--green-bright);font-family:SFMono-Regular,Consolas,monospace}.public-note{margin:0 22px 22px;padding:15px;border:1px solid rgba(97,185,177,.16);border-radius:11px;background:#61b9b109}.public-note span,.owner-note span{color:var(--cyan);font-size:9px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.public-note p,.owner-note p{margin:6px 0 0;color:#bac9c3;font-size:12px;line-height:1.65}.decision-card>footer{min-height:52px;padding:0 22px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px;background:#00000017}.decision-card footer span{color:var(--muted-2);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.decision-card footer strong{font-family:SFMono-Regular,Consolas,monospace;font-size:11px}.success-page{min-height:650px;padding:70px 0 30px;display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:70px}.success-visual{position:relative;min-height:470px;border:1px solid var(--line);border-radius:24px;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 42%,rgba(145,202,119,.13),transparent 30%),#0a1511}.success-visual:before{content:"";position:absolute;inset:0;opacity:.24;background-image:linear-gradient(rgba(199,223,118,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(199,223,118,.05) 1px,transparent 1px);background-size:34px 34px}.success-visual img{position:absolute;width:115%;max-width:none;opacity:.5;transform:translateY(75px)}.success-ring{position:absolute;z-index:2;width:150px;height:150px;border:1px solid rgba(145,202,119,.16);border-radius:50%;box-shadow:0 0 0 25px #91ca7709,0 0 0 55px #91ca7705;animation:ring-pulse 3s ease-in-out infinite}.success-icon{position:relative;z-index:3;width:82px;height:82px;border:1px solid rgba(145,202,119,.34);border-radius:24px;display:grid;place-items:center;background:#162a1b;color:var(--success);box-shadow:0 20px 60px #00000061,inset 0 0 24px #91ca7714}.success-icon svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.success-content{max-width:650px}.success-content>p{max-width:590px;margin-top:18px}.tracking-ticket{margin:28px 0 24px;padding:16px 16px 16px 20px;border:1px solid rgba(199,223,118,.2);border-radius:14px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:#c7df760b}.tracking-ticket>div{min-width:0;display:grid;gap:3px}.tracking-ticket small{color:var(--muted-2);font-size:9px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.tracking-ticket strong{overflow:hidden;color:var(--green-bright);font-family:SFMono-Regular,Consolas,monospace;font-size:clamp(15px,2vw,20px);letter-spacing:.05em;text-overflow:ellipsis}.tracking-ticket button{min-height:40px;padding:0 13px;border:1px solid rgba(199,223,118,.2);border-radius:9px;display:inline-flex;align-items:center;gap:7px;background:#c7df7614;color:#d8e8a9;font-size:10px;font-weight:800;cursor:pointer}.tracking-ticket button svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.success-timeline{margin-bottom:26px;display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.success-timeline article{padding:14px;border:1px solid var(--line);border-radius:11px;display:grid;grid-template-columns:auto 1fr;gap:10px;background:#ffffff03}.success-timeline article>span{color:var(--muted-2);font-family:SFMono-Regular,Consolas,monospace;font-size:9px;font-weight:800}.success-timeline article.is-active>span{color:var(--green-bright)}.success-timeline div{display:grid;gap:2px}.success-timeline strong{font-size:10px}.success-timeline small{color:var(--muted-2);font-size:9px;line-height:1.45}.auth-screen{min-height:650px;padding:60px 0 20px;display:grid;grid-template-columns:1.1fr .9fr;border-bottom:1px solid var(--line)}.auth-world{position:relative;min-height:590px;padding:50px;border:1px solid var(--line);border-right:0;border-radius:24px 0 0 24px;overflow:hidden;background:radial-gradient(circle at 64% 64%,rgba(151,190,86,.13),transparent 30%),#0a1511}.auth-world:before{content:"";position:absolute;inset:0;opacity:.22;background-image:linear-gradient(rgba(199,223,118,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(199,223,118,.05) 1px,transparent 1px);background-size:36px 36px}.auth-world-copy{position:relative;z-index:2;max-width:600px}.auth-world-copy h1{font-size:clamp(38px,4.6vw,60px)}.auth-world-copy>p{max-width:500px;margin-top:16px}.auth-world-scene{position:absolute;right:-65px;bottom:-110px;width:610px}.auth-world-meta{position:absolute;z-index:3;right:28px;bottom:24px;left:28px;padding-top:18px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:18px;color:var(--muted-2);font-family:SFMono-Regular,Consolas,monospace;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.auth-world-meta span:first-child{display:inline-flex;align-items:center;gap:8px;color:var(--success)}.auth-world-meta i{width:6px;height:6px;border-radius:50%;background:var(--success);box-shadow:0 0 12px #91ca7773}.auth-card-wrap{min-height:590px;padding:32px;border:1px solid var(--line);border-radius:0 24px 24px 0;display:grid;align-items:center;background:#08120e}.auth-card{width:min(100%,430px);margin:0 auto}.stack-form{margin-top:25px}.stack-form .field+.field{margin-top:16px}.form-error{margin-top:18px;padding:12px;border:1px solid rgba(228,116,104,.25);border-radius:11px;display:flex;align-items:center;gap:10px;background:#e4746814}.form-error>span{width:24px;height:24px}.form-error p{margin:0;color:#e8aca5;font-size:11px}.stack-form .button{margin-top:18px}.auth-security{margin-top:20px;padding-top:18px;border-top:1px solid var(--line);display:flex;align-items:center;gap:10px}.auth-security>span{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#91ca7714;color:var(--success)}.page-admin .page-frame{width:min(calc(100% - 34px),1540px)}.admin-console{padding:42px 0 12px}.admin-header{margin-bottom:22px;display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.admin-heading h1{margin:7px 0 3px;font-size:clamp(34px,4vw,52px);font-weight:750;letter-spacing:-.05em;line-height:1}.admin-heading p{margin:0;color:var(--muted);font-size:13px}.admin-header-actions{display:flex;align-items:center;gap:10px}.api-health{min-height:49px;padding:9px 14px;border:1px solid var(--line);border-radius:11px;display:grid;gap:1px;background:#ffffff05}.api-health span{display:flex;align-items:center;gap:8px;color:#c8d4c6;font-size:10px;font-weight:800;text-transform:uppercase}.api-health small{color:var(--muted-2);font-size:9px}.icon-button{min-height:49px;padding:0 14px;border:1px solid var(--line);border-radius:11px;display:inline-flex;align-items:center;gap:9px;background:#ffffff05;color:var(--muted);font-size:11px;font-weight:750;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}.icon-button:hover{border-color:#e474683d;background:#e474680e;color:#efaaa2}.admin-metrics{margin-bottom:14px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.admin-metrics article{min-height:112px;padding:17px;border:1px solid var(--line);border-radius:14px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr auto;gap:8px 13px;background:#0a1511}.metric-icon{width:39px;height:39px;grid-row:1 / 3;display:grid;place-items:center;border-radius:10px;background:#e0bd6414;color:var(--warning);font-size:16px;font-weight:850}.metric-approved{background:#91ca7717;color:var(--success)}.metric-rejected{background:#e4746817;color:var(--danger)}.metric-total{background:#61b9b114;color:var(--cyan)}.admin-metrics article>div{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px}.admin-metrics small{color:var(--muted);font-size:10px;font-weight:650}.admin-metrics strong{font-size:27px;line-height:1}.admin-metrics em{color:var(--muted-2);font-size:9px;font-style:normal;letter-spacing:.08em;text-transform:uppercase}.admin-controls{margin-bottom:12px;padding:7px;border:1px solid var(--line);border-radius:13px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#0a1511}.filter-tabs{display:flex;gap:4px}.filter-tabs a{min-height:39px;padding:0 12px;border-radius:8px;display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:10px;font-weight:750;transition:background .2s ease,color .2s ease}.filter-tabs a b{min-width:20px;height:20px;padding:0 5px;border-radius:6px;display:grid;place-items:center;background:#ffffff0b;color:var(--muted-2);font-family:SFMono-Regular,Consolas,monospace;font-size:8px}.filter-tabs a:hover,.filter-tabs a.is-active{background:#c7df7612;color:var(--text)}.filter-tabs a.is-active b{background:#c7df761f;color:var(--green-bright)}.queue-search{width:min(100%,330px);position:relative;display:block}.queue-search>span{position:absolute;z-index:2;top:50%;left:12px;color:var(--muted-2);transform:translateY(-50%);pointer-events:none}.queue-search svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.queue-search input{min-height:39px;padding:0 12px 0 37px;border-radius:8px;font-size:10px}.admin-workspace{min-height:660px;border:1px solid var(--line);border-radius:18px;display:grid;grid-template-columns:390px minmax(0,1fr);overflow:hidden;background:#0a1511;box-shadow:var(--shadow-lg)}.queue-panel{min-width:0;border-right:1px solid var(--line);background:#09130f}.queue-panel>header{min-height:78px;padding:16px 18px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:18px}.queue-panel>header h2{margin:3px 0 0;font-size:17px}.queue-panel>header>small{padding:5px 8px;border-radius:999px;background:#ffffff09;color:var(--muted-2);font-size:8px;font-weight:800;text-transform:uppercase}.queue-list{max-height:720px;overflow:auto}.queue-item{min-height:78px;padding:12px 14px;border-bottom:1px solid rgba(207,228,188,.07);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;transition:background .2s ease,box-shadow .2s ease}.queue-item:hover{background:#ffffff06}.queue-item.is-selected{background:#c7df760f;box-shadow:inset 3px 0 var(--green-bright)}.player-avatar,.profile-avatar{position:relative;width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(199,223,118,.16);border-radius:10px;background:linear-gradient(135deg,#c7df761a,#61b9b10d),#102019;color:#dce8b7;font-family:SFMono-Regular,Consolas,monospace;font-size:14px;font-weight:850}.player-avatar i{position:absolute;right:-2px;bottom:-2px;width:9px;height:9px;border:2px solid #09130f;border-radius:50%;background:var(--green-bright)}.queue-copy{min-width:0;display:grid;gap:3px}.queue-copy strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.queue-copy small{overflow:hidden;color:var(--muted-2);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.queue-meta{display:grid;justify-items:end;gap:6px}.queue-meta .status-pill{padding:4px 7px;font-size:7px}.queue-meta small{color:var(--muted-2);font-family:SFMono-Regular,Consolas,monospace;font-size:8px}.empty-state{min-height:330px;padding:40px 22px;display:grid;place-items:center;align-content:center;text-align:center}.empty-state img{width:38px;margin-bottom:14px;opacity:.42}.empty-icon{width:44px;height:44px;margin-bottom:14px;border:1px solid var(--line);border-radius:12px;display:grid;place-items:center;color:var(--muted-2)}.empty-state h3{margin:0 0 5px;font-size:15px}.empty-state p{max-width:250px;margin:0;color:var(--muted-2);font-size:10px}.review-panel{min-width:0;padding:28px;background:radial-gradient(circle at 100% 0%,rgba(199,223,118,.04),transparent 25%),#0a1511}.empty-review{min-height:600px;display:grid;place-items:center;align-content:center;text-align:center}.empty-review img{width:310px;margin-bottom:-20px;opacity:.35}.empty-review h2{margin:8px 0 5px;font-size:22px}.empty-review p{max-width:380px;margin:0;color:var(--muted);font-size:11px}.review-profile{padding-bottom:22px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px}.review-player{min-width:0;display:flex;align-items:center;gap:14px}.profile-avatar{width:52px;height:52px;flex:0 0 auto;font-size:17px}.review-player h2{margin:3px 0 1px;font-size:25px;letter-spacing:-.04em}.review-player p{margin:0;color:var(--muted-2);font-size:9px}.applicant-facts{margin:16px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.applicant-facts article{min-height:64px;padding:12px;border:1px solid var(--line);border-radius:10px;display:grid;align-content:center;gap:3px;background:#ffffff03}.applicant-facts small{color:var(--muted-2);font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.applicant-facts strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.answer-stack{display:grid;gap:9px}.answer-stack article{padding:18px;border:1px solid var(--line);border-radius:12px;background:#ffffff03}.answer-stack article>span{display:flex;align-items:center;gap:9px;color:#dce4da;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.answer-stack article>span b{color:var(--green-bright);font-family:SFMono-Regular,Consolas,monospace;font-size:8px}.answer-stack p{margin:11px 0 0;color:#aebcb0;font-size:12px;line-height:1.72}.owner-note{margin-top:10px;padding:15px 17px;border:1px solid rgba(97,185,177,.16);border-radius:11px;background:#61b9b109}.decision-form{margin-top:14px;padding:18px;border:1px solid var(--line);border-radius:13px;background:#09130f}.decision-form .field textarea{min-height:105px}.decision-actions{margin-top:15px;display:flex;justify-content:flex-end;gap:9px}.decision-actions .button{min-height:42px;font-size:10px}.sync-confirmation{margin-top:14px;padding:14px 15px;border:1px solid rgba(145,202,119,.18);border-radius:11px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;background:#91ca770a}.sync-confirmation>span{width:31px;height:31px;display:grid;place-items:center;border-radius:8px;background:#91ca771a;color:var(--success)}.sync-confirmation>small{color:var(--success);font-size:8px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.revoke-panel{margin-top:10px;border:1px solid var(--line);border-radius:11px;overflow:hidden;background:#ffffff03}.revoke-panel summary{min-height:48px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#c9d2c8;font-size:10px;font-weight:750;cursor:pointer}.revoke-panel summary span{color:var(--muted-2);font-size:9px}.revoke-panel .decision-form{margin:0;border:0;border-top:1px solid var(--line);border-radius:0}.error-page{min-height:640px;padding:70px 0 30px;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:70px}.error-visual{position:relative;min-height:450px;border:1px solid var(--line);border-radius:24px;display:grid;place-items:center;overflow:hidden;background:#0a1511}.error-visual img{position:absolute;width:115%;opacity:.25;transform:translateY(100px)}.error-visual>span{position:relative;z-index:2;color:#f4f3e9db;font-family:SFMono-Regular,Consolas,monospace;font-size:clamp(80px,14vw,170px);font-weight:900;letter-spacing:-.08em;text-shadow:0 0 60px rgba(199,223,118,.12)}.error-content{max-width:620px}.error-content>p{margin:18px 0 28px}.js-ready body{opacity:0}.js-ready body.is-ready{opacity:1;transition:opacity .5s ease}.reveal-target{opacity:0;transform:translateY(18px)}.motion-ready .reveal-target.is-revealed{opacity:1;transform:translateY(0);transition:opacity .6s var(--ease),transform .6s var(--ease)}@keyframes scan-grid{0%{background-position:-420px -420px}to{background-position:420px 420px}}@keyframes pixel-float{0%{transform:translateZ(0);opacity:.45}to{transform:translate3d(10px,-18px,0);opacity:.8}}@keyframes live-pulse{0%,to{opacity:.72;transform:scale(.92)}50%{opacity:1;transform:scale(1.1)}}@keyframes world-hover{0%,to{transform:translateY(3px)}50%{transform:translateY(-6px)}}@keyframes stage-enter{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}@keyframes ring-pulse{0%,to{transform:scale(.96);opacity:.7}50%{transform:scale(1.04);opacity:1}}@media(max-width:1180px){.header-inner,.page-frame{width:min(calc(100% - 30px),var(--max))}.header-inner{gap:18px}.desktop-nav a{padding:0 11px}.realm-status{min-width:220px}.hero-layout{grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);gap:48px}.hero-copy h1{font-size:clamp(48px,6vw,68px)}.console-scene{min-height:380px}.application-shell{grid-template-columns:275px minmax(0,1fr)}.admin-workspace{grid-template-columns:350px minmax(0,1fr)}}@media(max-width:1020px){:root{--header: 74px}.desktop-nav,.realm-status{display:none}.header-inner{grid-template-columns:1fr auto}.menu-button{display:block}.mobile-scrim{position:fixed;z-index:199;inset:0;display:block;background:#020705c2;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.mobile-scrim.is-open{opacity:1;visibility:visible}.mobile-menu{position:fixed;z-index:200;top:0;right:0;bottom:0;width:min(390px,calc(100% - 34px));padding:18px;display:flex;flex-direction:column;border-left:1px solid var(--line);background:#08120e;box-shadow:-30px 0 80px #00000075;transform:translate(105%);transition:transform .35s var(--ease)}.mobile-menu.is-open{transform:translate(0)}.mobile-menu-head{min-height:56px;padding-bottom:15px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:18px}.mobile-brand{display:flex;align-items:center;gap:10px}.mobile-brand img{width:30px;height:34px}.mobile-brand span{display:grid;gap:1px;font-size:13px;font-weight:800}.mobile-brand small{color:var(--muted-2);font-size:9px;font-weight:650}.mobile-menu-head>button{width:38px;height:38px;border:1px solid var(--line);border-radius:10px;background:transparent;cursor:pointer}.mobile-menu-head>button span:first-child{transform:translateY(3px) rotate(45deg)}.mobile-menu-head>button span:last-child{transform:translateY(-3px) rotate(-45deg)}.mobile-menu nav{margin-top:18px;display:grid;gap:7px}.mobile-menu nav>a{min-height:66px;padding:10px;border:1px solid transparent;border-radius:12px;display:grid;grid-template-columns:38px 1fr;align-items:center;gap:12px;color:var(--muted)}.mobile-menu nav>a.is-active{border-color:#c7df7624;background:#c7df760d;color:var(--text)}.mobile-menu nav>a>span{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#ffffff09}.mobile-menu nav>a>div{display:grid;gap:2px}.mobile-menu nav strong{font-size:12px}.mobile-menu nav small{color:var(--muted-2);font-size:9px}.mobile-realm{margin-top:auto;padding:15px;border:1px solid var(--line);border-radius:13px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:#ffffff05}.mobile-realm>div{min-width:0;display:grid;gap:2px}.mobile-realm span{display:flex;align-items:center;gap:7px;color:var(--success);font-size:8px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.mobile-realm strong{overflow:hidden;font-family:SFMono-Regular,Consolas,monospace;font-size:11px;text-overflow:ellipsis}.mobile-realm small{color:var(--muted-2);font-size:9px}.mobile-realm button{min-height:34px;padding:0 10px;border:1px solid rgba(199,223,118,.18);border-radius:8px;background:#c7df7612;color:var(--green-bright);font-size:9px;font-weight:800}.hero-layout{min-height:auto;padding-top:56px;grid-template-columns:1fr}.hero-copy{max-width:780px}.world-console{width:min(100%,760px);justify-self:center;transform:none}.world-console:hover{transform:translateY(-4px)}.world-principles{margin-bottom:90px}.application-shell{grid-template-columns:240px minmax(0,1fr)}.application-sidebar,.application-panel{min-height:660px}.after-apply{grid-template-columns:1fr;gap:35px}.status-heading{grid-template-columns:1fr 240px}.status-layout{grid-template-columns:340px minmax(0,1fr)}.success-page,.error-page{grid-template-columns:1fr;gap:38px}.success-visual,.error-visual{width:min(100%,700px);min-height:390px;justify-self:center}.success-content,.error-content{max-width:760px}.auth-screen{grid-template-columns:1fr}.auth-world{min-height:430px;border-right:1px solid var(--line);border-bottom:0;border-radius:24px 24px 0 0}.auth-world-scene{right:-30px;bottom:-190px}.auth-card-wrap{min-height:500px;border-radius:0 0 24px 24px}.admin-metrics{grid-template-columns:repeat(2,1fr)}.admin-workspace{grid-template-columns:320px minmax(0,1fr)}}@media(max-width:780px){.header-inner,.page-frame,.page-admin .page-frame{width:min(calc(100% - 24px),var(--max))}.site-footer{grid-template-columns:1fr auto}.footer-links{display:none}.hero-layout{padding-top:44px;gap:34px}.hero-copy h1{font-size:clamp(42px,12vw,62px)}.hero-copy>p{font-size:15px}.console-scene{min-height:330px}.world-principles{grid-template-columns:1fr}.world-principles article+article{border-top:1px solid var(--line);border-left:0}.section-heading{grid-template-columns:1fr;gap:15px;margin-bottom:28px}.application-shell{display:block;overflow:visible;background:transparent;border:0;box-shadow:none}.application-sidebar{min-height:auto;margin-bottom:12px;padding:18px;border:1px solid var(--line);border-radius:16px}.sidebar-heading,.privacy-note{display:none}.step-navigation{margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.step-navigation:before{display:none}.step-navigation li{margin:0}.step-navigation button{min-height:58px;padding:8px;grid-template-columns:1fr;justify-items:center;text-align:center}.step-navigation button>span{width:31px;height:31px}.step-navigation button>div,.step-navigation button>i{display:none}.application-panel{min-height:620px;padding:26px 22px;border:1px solid var(--line);border-radius:18px;background:#0a1511;box-shadow:var(--shadow-lg)}.field-grid{grid-template-columns:1fr}.field-grid .field+.field{margin-top:20px}.after-apply{margin-top:80px;padding:30px 24px}.status-heading{min-height:auto;padding:30px;grid-template-columns:1fr}.status-heading-art{display:none}.status-layout{grid-template-columns:1fr}.lookup-card{padding:24px}.status-result{min-height:420px}.success-page,.error-page{padding-top:44px}.success-visual,.error-visual{min-height:330px}.success-timeline{grid-template-columns:1fr}.auth-screen{padding-top:34px}.auth-world{min-height:380px;padding:32px}.auth-world-scene{width:480px;bottom:-155px}.auth-card-wrap{padding:28px 22px}.admin-header{align-items:flex-start;flex-direction:column}.admin-header-actions{width:100%;justify-content:space-between}.admin-controls{align-items:stretch;flex-direction:column}.filter-tabs{overflow-x:auto}.queue-search{width:100%;max-width:none}.admin-workspace{display:block;overflow:visible;border:0;background:transparent;box-shadow:none}.queue-panel,.review-panel{border:1px solid var(--line);border-radius:16px;overflow:hidden}.queue-panel{margin-bottom:12px;border-right:1px solid var(--line)}.queue-list{max-height:420px}.review-panel{padding:22px}.empty-review{min-height:380px}}@media(max-width:540px){.brand-copy small{display:none}.brand{min-width:0}.brand-symbol{width:33px}.brand-copy img{width:96px}.hero-layout{padding-top:36px}.hero-eyebrow{align-items:flex-start;flex-direction:column;gap:8px}.hero-eyebrow b{padding:0;border:0}.hero-copy h1{font-size:41px;line-height:1.02}.button-row{align-items:stretch;flex-direction:column}.button-row .button{width:100%}.hero-trust{display:grid;grid-template-columns:1fr;gap:8px}.world-console{border-radius:17px}.console-bar b{display:none}.console-scene{min-height:280px}.console-scene img{width:110%;max-width:none}.coordinate-card{right:10px;bottom:10px}.console-data{grid-template-columns:1.35fr .65fr}.console-data article:last-child{display:none}.world-principles{margin-bottom:75px}.world-principles article{min-height:120px;padding:20px}.section-heading h2,.after-copy h2,.status-heading h1,.success-content h1,.error-content h1,.auth-world-copy h1{font-size:34px}.application-sidebar{padding:12px}.step-navigation{gap:4px}.step-navigation button{min-height:50px}.step-navigation button>span{width:28px;height:28px;font-size:8px}.application-panel{min-height:600px;padding:22px 17px}.stage-header{gap:12px}.stage-badge{width:44px;height:44px;border-radius:11px;font-size:12px}.stage-header h3{font-size:24px}.stage-actions{align-items:stretch;flex-direction:column-reverse}.stage-actions>span{text-align:center}.stage-actions .button{width:100%}.review-summary{grid-template-columns:1fr}.after-apply{padding:24px 18px}.status-page{padding-top:38px}.status-heading{padding:24px;border-radius:17px}.status-result{padding:19px}.result-progress{gap:6px;padding-right:0;padding-left:0}.decision-card>header{grid-template-columns:auto 1fr}.decision-card>header .status-pill{grid-column:1 / 3;justify-self:start}.tracking-ticket{align-items:stretch;flex-direction:column}.tracking-ticket button{justify-content:center}.auth-world{min-height:350px;padding:26px 22px}.auth-world-copy>p{font-size:12px}.auth-world-scene{right:-65px;bottom:-155px;width:420px}.auth-world-meta span:last-child{display:none}.auth-card-wrap{min-height:480px;padding:25px 18px}.admin-metrics{grid-template-columns:1fr}.api-health{display:none}.icon-button{width:100%;justify-content:center}.filter-tabs a{padding:0 9px}.review-profile{align-items:flex-start;flex-direction:column}.applicant-facts{grid-template-columns:1fr}.decision-actions{align-items:stretch;flex-direction:column-reverse}.decision-actions .button{width:100%}.site-footer{grid-template-columns:1fr;gap:18px}.footer-realm{justify-self:start;text-align:left}.footer-realm span{justify-content:flex-start}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms;animation-iteration-count:1;transition-duration:.01ms}.reveal-target{opacity:1;transform:none}}[hidden]{display:none}:root{--bg: #070c08;--bg-soft: #0b120c;--surface: #111912;--surface-2: #172118;--surface-3: #202d21;--line: rgba(194, 217, 177, .15);--line-strong: rgba(194, 217, 177, .28);--text: #f4f0dc;--muted: #a8b5a4;--muted-2: #748174;--green: #7fb348;--green-bright: #b9e263;--green-deep: #3f682e;--gold: #efd26d;--cyan: #65c7c5;--danger: #e27b70;--success: #86c66a;--warning: #e1bd5e;--radius-xs: 3px;--radius-sm: 5px;--radius-md: 8px;--radius-lg: 11px;--radius-xl: 14px;--shadow-sm: 0 5px 0 #030503, 0 16px 34px rgba(0, 0, 0, .25);--shadow-lg: 0 7px 0 #030503, 0 32px 90px rgba(0, 0, 0, .46);--header: 84px}body{background:#070c08;font-feature-settings:"ss01" 1,"cv02" 1}body:before{content:"";position:fixed;z-index:-2;inset:0;pointer-events:none;opacity:.34;background-image:linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px);background-size:16px 16px;mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.45) 54%,transparent 100%)}.world-background{background:linear-gradient(180deg,#0c1f14c7,#050a06f5),repeating-linear-gradient(90deg,transparent 0 31px,rgba(137,176,103,.028) 31px 32px),#070c08}.world-background:before{content:"";position:absolute;right:-4vw;bottom:-70px;width:58vw;height:270px;opacity:.24;background:linear-gradient(135deg,transparent 0 24%,#1b2a1b 24% 40%,transparent 40%) 0 0 / 160px 160px,linear-gradient(45deg,transparent 0 36%,#132116 36% 52%,transparent 52%) 80px 0 / 160px 160px;image-rendering:pixelated;transform:skewY(-3deg)}.world-grid{opacity:.42;background-image:linear-gradient(rgba(174,207,146,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(174,207,146,.035) 1px,transparent 1px);background-size:32px 32px}.world-grid:after{background:linear-gradient(120deg,transparent 0 46%,rgba(185,226,99,.045) 48%,transparent 50% 100%);background-size:320px 320px}.world-glow{border-radius:0;filter:blur(150px)}.world-orb{border:2px solid rgba(185,226,99,.08);box-shadow:inset 0 0 0 8px #b9e26304}.world-pixels{width:6px;height:6px;box-shadow:48px 64px #cdeb9726,128px 20px #cdeb973d,208px 112px #cdeb971a,288px 34px #cdeb9724,344px 166px #cdeb9714}.site-header{border-bottom:0;background:linear-gradient(180deg,#192319fa,#0a100bfc);box-shadow:inset 0 -1px #cee7ba1f,inset 0 -5px #060a07,0 5px #1a261be6,0 12px 32px #0000004d}.site-header:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:repeating-linear-gradient(90deg,#68983b 0 24px,#79aa45 24px 48px,#4d792f 48px 64px);opacity:.7}.header-inner{gap:28px}.brand{min-width:202px}.brand-symbol{width:43px;height:47px;padding:5px;border:1px solid rgba(234,232,201,.16);border-radius:3px;background:#182119;box-shadow:inset 0 2px #ffffff0d,inset 0 -3px #00000052,0 3px #020402;image-rendering:pixelated}.brand-copy small,.section-label,.hero-eyebrow span,.hero-eyebrow b,.console-bar span,.console-bar b,.console-data small,.coordinate-card small,.coordinate-card strong,.stage-actions>span,.field-hint,.counter,.status-pill,.queue-meta small,.footer-realm span,.realm-status small,.mobile-realm small,.admin-metrics small,.applicant-facts small,.answer-stack article>span,.decision-card header small,.tracking-ticket small{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.brand-copy small{color:#8ca184;letter-spacing:.16em}.desktop-nav{gap:0;padding:4px;border:2px solid #253328;border-radius:5px;background:#0b110c;box-shadow:inset 0 2px #151f16,inset 0 -2px #050805,0 3px #030503}.desktop-nav a{min-height:42px;border:1px solid transparent;border-radius:3px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.desktop-nav a:hover{border-color:#cbe1b81f;background:#172019}.desktop-nav a.is-active{border-color:#c0e6703d;background:linear-gradient(180deg,#263720,#18251a);box-shadow:inset 0 2px #ffffff0b,inset 0 -3px #00000047}.desktop-nav a.is-active:after{right:9px;bottom:3px;left:9px;height:3px;border-radius:0;background:repeating-linear-gradient(90deg,#b9e263 0 8px,#91bf4b 8px 12px);box-shadow:0 0 12px #b9e26347}.realm-status{min-height:50px;border:2px solid #253228;border-radius:5px;background:linear-gradient(180deg,#141d15,#0c120d);box-shadow:inset 0 2px #ffffff09,inset 0 -3px #070a07,0 3px #030503}.realm-status button,.icon-button,.menu-button,.mobile-menu-head>button{border-radius:3px}.realm-status button{border-left:2px solid #28362b;background:#182019}.realm-status button:hover{background:#253027}.live-dot,.realm-status .live-dot,.console-bar i,.hero-eyebrow i,.api-health i,.mobile-realm i,.footer-realm i,.console-data i,.status-heading-art i{width:8px;height:8px;border-radius:1px;background:#b9e263;box-shadow:0 0 0 2px #b9e2631f,0 0 12px #b9e26373}.site-main{padding-bottom:100px}.site-footer{border-top:3px solid #26342a;background:linear-gradient(180deg,#141c15f2,#080c08fa);box-shadow:inset 0 3px #050805}.footer-brand img{padding:3px;border:1px solid rgba(255,255,255,.09);background:#141c15;box-shadow:0 2px #030503}.section-label:before{content:"";width:7px;height:7px;margin-right:8px;background:var(--green-bright);box-shadow:4px 4px #b9e2632e}.button{min-height:49px;padding:0 20px;border-width:2px;border-radius:4px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px;font-weight:900;letter-spacing:.01em;text-transform:uppercase;overflow:visible}.button:before{display:none}.button:active{transform:translateY(3px);box-shadow:none}.button-primary{border-color:#cde879 #5c7f33 #405a26 #a8cf57;background:linear-gradient(180deg,#bde568 0 48%,#a5d052 48% 100%);color:#10180c;text-shadow:0 1px rgba(255,255,255,.25);box-shadow:inset 0 2px #ffffff57,inset 0 -3px #3d5c1f57,0 4px #3b5c24,0 11px 24px #3c5e2140}.button-primary:hover{background:linear-gradient(180deg,#cef07b 0 48%,#b3dc5c 48% 100%);box-shadow:inset 0 2px #ffffff61,inset 0 -3px #3d5c1f4d,0 5px #3b5c24,0 13px 28px #3c5e2147}.button-ghost,.button-secondary{border-color:#3b493c #252f27 #121813 #334136;background:linear-gradient(180deg,#202a21,#141b15);color:#dbe3d2;box-shadow:inset 0 2px #ffffff0a,inset 0 -3px #00000059,0 4px #060906}.button-ghost:hover,.button-secondary:hover{border-color:#5a704f #384633 #1b241d #4b6045;background:linear-gradient(180deg,#2a372b,#1b241c)}.button-danger{border-color:#d88c82 #8d4f49 #542c29 #bd7067;background:linear-gradient(180deg,#87463f,#61322e);color:#ffe0db;box-shadow:inset 0 2px #ffffff0d,inset 0 -3px #00000042,0 4px #351b18}.hero-layout{min-height:660px;padding:86px 0 68px;grid-template-columns:minmax(0,1.02fr) minmax(490px,.98fr);gap:clamp(50px,6vw,88px)}.hero-copy{position:relative}.hero-copy:before{content:"";position:absolute;top:78px;left:-28px;width:10px;height:112px;background:linear-gradient(180deg,#76ad42 0 28%,#5c412c 28% 62%,#3b2d22 62%);box-shadow:inset -3px 0 #0000003d,4px 4px #00000047}.hero-eyebrow{width:fit-content;margin-bottom:25px;padding:9px 12px;border:1px solid #30422f;border-radius:3px;background:#111a12;box-shadow:inset 0 2px #ffffff06,0 3px #030503}.hero-copy h1{font-size:clamp(48px,5.1vw,76px);font-weight:900;letter-spacing:-.055em;line-height:.98;text-shadow:0 4px 0 rgba(0,0,0,.36)}.hero-copy h1 span{color:#b9e263;text-shadow:0 4px 0 #31451e,0 0 30px rgba(185,226,99,.12)}.hero-copy>p{max-width:610px;color:#aebca9}.hero-trust span{padding:8px 10px;border:1px solid rgba(202,222,183,.11);border-radius:3px;background:#101911b8;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px;text-transform:uppercase}.world-console{border:3px solid #304131;border-radius:8px;background:#0b120c;box-shadow:inset 0 2px #ffffff09,inset 0 -4px #040704,0 7px #020402,0 34px 88px #0000007a;transform:perspective(1200px) rotateY(-1.5deg) rotateX(.5deg)}.world-console:before{content:"";position:absolute;z-index:8;top:0;right:0;left:0;height:8px;background:repeating-linear-gradient(90deg,#78aa48 0 26px,#67973c 26px 44px,#86b852 44px 62px),#78aa48;box-shadow:0 4px #463423}.world-console:after{box-shadow:inset 0 0 0 1px #ffffff06,inset 0 -80px 130px #00000038}.console-bar{min-height:54px;padding-top:7px;border-bottom:2px solid #29352b;background:linear-gradient(180deg,#1a251b,#101711);box-shadow:inset 0 -3px #080b08}.console-scene{min-height:430px;background:radial-gradient(circle at 50% 40%,rgba(143,194,80,.18),transparent 28%),linear-gradient(180deg,#122a25 0 56%,#101c13 56% 100%)}.console-scene:after{content:"";position:absolute;z-index:0;right:0;bottom:0;left:0;height:102px;opacity:.38;background:linear-gradient(135deg,transparent 0 25%,#29472a 25% 50%,transparent 50%) 0 0 / 96px 96px,linear-gradient(45deg,transparent 0 25%,#18351f 25% 50%,transparent 50%) 48px 0 / 96px 96px}.console-scene img{width:100%;filter:saturate(1.16) contrast(1.04) drop-shadow(0 20px 18px rgba(0,0,0,.34))}.coordinate-card{border:2px solid #465744;border-radius:3px;background:#0a100b;box-shadow:inset 0 2px #ffffff08,inset 0 -3px #0006,0 4px #030503}.console-data{min-height:82px;border-top:3px solid #28372a;background:linear-gradient(180deg,#151e16,#0c120d);box-shadow:inset 0 3px #070a07}.console-data article+article{border-left:2px solid #273429}.world-principles{position:relative;margin-bottom:126px;padding-top:7px;border:3px solid #2d3b2f;border-radius:7px;background:#101711;box-shadow:inset 0 2px #ffffff08,inset 0 -4px #050805,0 6px #030503,0 22px 52px #00000038}.world-principles:before{content:"";position:absolute;top:0;right:0;left:0;height:7px;background:repeating-linear-gradient(90deg,#6f9f41 0 32px,#82b54e 32px 54px,#5f8c38 54px 70px)}.world-principles article{min-height:148px;padding:28px 25px;background:linear-gradient(135deg,rgba(255,255,255,.018),transparent 50%),#111a12}.world-principles article:hover{background:linear-gradient(135deg,rgba(185,226,99,.07),transparent 60%),#172119}.world-principles article+article{border-left:2px solid #2a382c}.world-principles article>span,.after-steps article>span{width:42px;height:42px;border:2px solid #53604d;border-radius:3px;background:linear-gradient(135deg,rgba(185,226,99,.16),transparent 55%),#1a251a;box-shadow:inset 0 2px #ffffff0a,inset 0 -3px #00000059,0 3px #040604;font-size:10px}.section-heading{position:relative;margin-bottom:38px;padding-left:22px}.section-heading:before{content:"";position:absolute;top:1px;bottom:2px;left:0;width:7px;background:linear-gradient(180deg,#83b84c 0 20%,#5e432d 20% 58%,#3b2d21 58%);box-shadow:3px 3px #00000047}.section-heading h2,.after-copy h2,.status-heading h1,.success-content h1,.error-content h1,.auth-world-copy h1{font-weight:880;letter-spacing:-.047em;text-shadow:0 3px 0 rgba(0,0,0,.28)}.error-summary,.form-error{border-width:2px;border-radius:4px;box-shadow:0 4px #2d1412bf}.application-shell{padding-top:8px;border:3px solid #304131;border-radius:8px;background:#0d140e;box-shadow:inset 0 2px #ffffff06,inset 0 -5px #030503,0 7px #020402,0 35px 95px #00000073}.application-shell:before{content:"";position:absolute;z-index:10;top:0;right:0;left:0;height:8px;background:repeating-linear-gradient(90deg,#6f9f41 0 34px,#85b94e 34px 56px,#5b8734 56px 72px);box-shadow:0 4px #4a3826}.application-sidebar{border-right:3px solid #2b392d;background:linear-gradient(180deg,rgba(116,164,69,.07),transparent 34%),repeating-linear-gradient(135deg,rgba(255,255,255,.012) 0 2px,transparent 2px 8px),#101711;box-shadow:inset -3px 0 #070a07}.sidebar-heading{border-bottom:2px solid #2c392e}.sidebar-heading h3{font-weight:850}.step-navigation:before{left:22px;width:2px;background:#344536;box-shadow:1px 0 #ffffff05}.step-navigation button{border:1px solid transparent;border-radius:4px}.step-navigation button:hover{border-color:#314035;background:#172019}.step-navigation button>span{width:36px;height:36px;border:2px solid #3a493c;border-radius:3px;background:linear-gradient(180deg,#171f18,#0d130e);box-shadow:inset 0 2px #ffffff09,inset 0 -3px #00000059,0 3px #030503}.step-navigation li.is-active button{border-color:#45593f;background:linear-gradient(90deg,#7eae4b29,#7eae4b09);box-shadow:inset 4px 0 #91c84f}.step-navigation li.is-active button>span{border-color:#9dcc56 #648c38 #3e5b27 #86b749;background:linear-gradient(180deg,#91c451,#527f34);color:#f3f8d3;text-shadow:0 1px #243818;box-shadow:inset 0 2px #ffffff29,inset 0 -3px #00000040,0 3px #29441d,0 0 18px #91c84f26}.step-navigation li.is-complete button>i{border-radius:2px}.privacy-note,.submission-note,.auth-security,.lookup-security,.sync-confirmation{border-width:2px;border-radius:4px;background:#121a13;box-shadow:inset 0 2px #ffffff05,inset 0 -3px #0000003d,0 3px #030503}.application-panel{position:relative;background:radial-gradient(circle at 88% 10%,rgba(126,175,74,.06),transparent 26%),linear-gradient(180deg,#0f1710,#0b120c)}.application-panel:after{content:"";position:absolute;z-index:0;right:24px;bottom:20px;width:86px;height:86px;opacity:.18;background:linear-gradient(90deg,#698a52 0 12px,transparent 12px 24px,#698a52 24px 36px,transparent 36px) 0 0 / 48px 48px,linear-gradient(#698a52 0 12px,transparent 12px 24px,#698a52 24px 36px,transparent 36px) 0 0 / 48px 48px}.stage-header,.stage-progress,.stage-fields{position:relative;z-index:1}.stage-badge{width:58px;height:58px;border:2px solid #b5df69 #6f9a3c #3a5a24 #93c451;border-radius:4px;background:linear-gradient(180deg,#82b84c 0 28%,#65472f 28% 62%,#473426 62% 100%);color:#f0f5d3;text-shadow:0 2px #2e431e;box-shadow:inset 0 2px #ffffff29,inset 0 -4px #00000047,0 4px #263d1b,0 10px 24px #0003}.stage-header h3{font-weight:850;letter-spacing:-.035em}.stage-progress{height:12px;padding:2px;border:2px solid #2f3a31;border-radius:3px;background:#050805;box-shadow:inset 0 2px #020302,0 2px #ffffff06}.stage-progress span{height:100%;border-radius:1px;background:repeating-linear-gradient(90deg,#a9dc58 0 19px,#8fc54a 19px 22px);box-shadow:0 0 12px #a9dc5838}.form-stage{min-height:490px}.field label{color:#e8eadb;font-weight:800}.field>p{color:#8e9d8e}.field input,.field select,.field textarea,.queue-search input{border:2px solid #354237;border-radius:4px;background:linear-gradient(180deg,#0a100b,#0d140e);color:#f0f0dd;box-shadow:inset 0 3px #050805,inset 0 -1px #ffffff06,0 2px #ffffff05}.field input:hover,.field select:hover,.field textarea:hover{border-color:#4a5b4c}.field input:focus,.field select:focus,.field textarea:focus,.queue-search input:focus{border-color:#94c650;box-shadow:inset 0 3px #050805,0 0 0 2px #94c65021,0 0 18px #94c65014}.input-prefix{border:2px solid #354237;border-radius:4px;background:#0a100b;box-shadow:inset 0 3px #050805}.input-prefix:focus-within{border-color:#94c650;box-shadow:inset 0 3px #050805,0 0 0 2px #94c65021}.input-prefix>span{border-right:2px solid #354237;background:linear-gradient(180deg,#202a20,#121913);color:#b9e263;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-weight:900;text-shadow:0 1px #26351a}.input-prefix input,.input-prefix input:focus{border:0;box-shadow:none}.review-summary article,.applicant-facts article,.answer-stack article,.public-note,.owner-note{border:2px solid #303d32;border-radius:4px;background:#111812;box-shadow:inset 0 2px #ffffff05,inset 0 -3px #0003,0 3px #030503}.agreement{border:2px solid #354237;border-radius:4px;background:#121a13;box-shadow:inset 0 2px #ffffff05,inset 0 -3px #00000038,0 3px #030503}.agreement:hover{border-color:#52664d;background:#172019}.agreement-box{border-width:2px;border-radius:2px;background:#080d09;box-shadow:inset 0 2px #030503}.agreement input:checked+.agreement-box{border-color:#9fd25a;background:#6ca139;box-shadow:inset 0 2px #ffffff24,inset 0 -2px #0003,0 2px #29421c}.after-apply{border:3px solid #2e3c30;border-radius:7px;background:linear-gradient(135deg,rgba(127,179,72,.055),transparent 46%),#101711;box-shadow:inset 0 2px #ffffff06,inset 0 -4px #050805,0 6px #030503}.after-steps article{border-left-width:3px}.status-heading,.success-page,.error-page,.auth-screen,.admin-header,.admin-controls,.admin-workspace{border-radius:8px}.status-heading{border:3px solid #304131;background:linear-gradient(135deg,rgba(126,174,75,.08),transparent 48%),#111a12;box-shadow:inset 0 2px #ffffff06,inset 0 -4px #050805,0 6px #030503}.status-heading:before{content:"";position:absolute;top:0;right:0;left:0;height:7px;background:repeating-linear-gradient(90deg,#6f9f41 0 30px,#83b84b 30px 52px,#5b8735 52px 68px)}.status-heading-art img,.success-visual img,.auth-world-scene img,.error-visual img,.empty-state img,.empty-review img{filter:saturate(1.16) contrast(1.03) drop-shadow(0 18px 16px rgba(0,0,0,.32))}.lookup-card,.status-result,.auth-card,.queue-panel,.review-panel{border:3px solid #2e3d30;border-radius:7px;background:#101711;box-shadow:inset 0 2px #ffffff06,inset 0 -4px #050805,0 6px #030503,0 24px 58px #00000038}.lookup-icon,.auth-card-icon,.result-orbit,.decision-icon,.success-icon,.metric-icon,.empty-icon,.profile-avatar,.player-avatar{border-radius:4px;box-shadow:inset 0 2px #ffffff0d,inset 0 -3px #00000047,0 3px #030503}.result-progress b{border-width:2px;border-radius:3px;background:#111811;box-shadow:inset 0 2px #ffffff06,inset 0 -2px #00000040,0 2px #030503}.result-progress>i{height:4px;border-radius:0;background:repeating-linear-gradient(90deg,#2b392d 0 10px,#202b22 10px 12px)}.result-progress .is-complete b{border-color:#9bca57;background:linear-gradient(180deg,#7cb345,#4c782f);color:#f3f7d9}.decision-card{border:3px solid #344437;border-radius:7px;background:#101711;box-shadow:inset 0 2px #ffffff06,inset 0 -4px #050805,0 6px #030503}.decision-card>header,.decision-card>footer{border-color:#2d3a2f}.tracking-ticket{border:3px dashed #6e8b55;border-radius:5px;background:repeating-linear-gradient(135deg,rgba(255,255,255,.018) 0 4px,transparent 4px 10px),#111a12;box-shadow:0 5px #030503}.tracking-ticket button{border-radius:3px;background:#1e2b1f;box-shadow:inset 0 2px #ffffff08,inset 0 -3px #00000045}.success-timeline article{border:2px solid #2d3a2f;border-radius:4px;background:#111811;box-shadow:0 3px #030503}.success-timeline article>span{border-radius:2px}.auth-screen{border:3px solid #304131;overflow:hidden;background:#0d140e;box-shadow:inset 0 2px #ffffff06,inset 0 -5px #030503,0 7px #020402,0 34px 90px #0000006b}.auth-screen:before{content:"";position:absolute;z-index:4;top:0;right:0;left:0;height:8px;background:repeating-linear-gradient(90deg,#6f9f41 0 34px,#85b94e 34px 56px,#5b8734 56px 72px);box-shadow:0 4px #4a3826}.auth-world{border-radius:0;background:radial-gradient(circle at 42% 48%,rgba(126,174,75,.13),transparent 28%),linear-gradient(180deg,#102620,#0b1510)}.auth-card-wrap{border-left:3px solid #2d3c30;background:#0b110c;box-shadow:inset 3px 0 #050805}.admin-console{padding-top:48px}.admin-header{border-bottom:3px solid #2d3c30}.api-health,.icon-button,.admin-metrics article,.admin-controls,.queue-item,.revoke-panel,.sync-confirmation{border-radius:4px}.api-health,.icon-button,.admin-metrics article,.admin-controls{border-width:2px;box-shadow:inset 0 2px #ffffff05,inset 0 -3px #0003,0 3px #030503}.admin-metrics article{background:linear-gradient(135deg,rgba(126,174,75,.04),transparent 52%),#111811}.filter-tabs{padding:4px;border:2px solid #2f3d32;border-radius:4px;background:#0a100b;box-shadow:inset 0 2px #050805}.filter-tabs a{border-radius:3px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px;text-transform:uppercase}.filter-tabs a:hover,.filter-tabs a.is-active{background:#213021;box-shadow:inset 0 2px #ffffff06,inset 0 -2px #00000038}.admin-workspace{border:3px solid #2e3d30;overflow:hidden;box-shadow:inset 0 2px #ffffff05,inset 0 -4px #050805,0 6px #030503,0 28px 68px #00000040}.queue-panel{border:0;border-right:3px solid #2b392d;border-radius:0;box-shadow:inset -3px 0 #050805}.review-panel{border:0;border-radius:0;box-shadow:none}.queue-item{border:2px solid transparent;background:#101711}.queue-item:hover{border-color:#354537;background:#172019}.queue-item.is-selected{border-color:#63864e;background:linear-gradient(90deg,#81b24c26,#81b24c09);box-shadow:inset 4px 0 #91c84f}.revoke-panel{border-width:2px;box-shadow:0 3px #030503}.mobile-menu{border-left:3px solid #304131;background:linear-gradient(180deg,#141e15,#090e0a);box-shadow:-8px 0 #00000059,-30px 0 80px #0000008c}.mobile-menu nav>a{border:2px solid #2c3a2e;border-radius:4px;background:#101711;box-shadow:inset 0 2px #ffffff05,inset 0 -3px #0003,0 3px #030503}.mobile-menu nav>a.is-active{border-color:#63864e;background:#1b281c;box-shadow:inset 4px 0 #91c84f,inset 0 2px #ffffff05,inset 0 -3px #0003,0 3px #030503}.mobile-realm{border:3px solid #2f3e31;border-radius:5px;background:#101711;box-shadow:inset 0 2px #ffffff06,inset 0 -4px #050805,0 5px #030503}@media(max-width:1180px){.hero-layout{grid-template-columns:minmax(0,1fr) minmax(430px,.9fr)}.hero-copy:before{left:-20px}}@media(max-width:1020px){:root{--header: 76px}.hero-layout{grid-template-columns:minmax(0,1fr);padding-top:54px}.hero-copy,.world-console{width:100%}.hero-copy:before{display:none}.world-console{transform:none}.application-shell{grid-template-columns:1fr}.application-sidebar{border-right:0;border-bottom:3px solid #2b392d;box-shadow:inset 0 -3px #070a07}.auth-card-wrap{border-left:0;border-top:3px solid #2d3c30;box-shadow:inset 0 3px #050805}.queue-panel{border-right:0;border-bottom:3px solid #2b392d;box-shadow:inset 0 -3px #050805}}@media(max-width:780px){.world-background:before{width:100vw;opacity:.14}.hero-layout{padding-top:44px;padding-bottom:56px}.hero-eyebrow{padding:8px 10px}.hero-copy h1{text-shadow:0 3px 0 rgba(0,0,0,.35)}.world-console,.world-principles,.application-shell,.after-apply,.status-heading,.lookup-card,.status-result,.decision-card,.auth-screen,.admin-workspace{border-width:2px;box-shadow:inset 0 2px #ffffff05,inset 0 -3px #030503,0 4px #020402,0 22px 50px #0000004d}.world-principles article+article{border-left:0;border-top:2px solid #2a382c}.section-heading{padding-left:17px}.section-heading:before{width:5px}.application-sidebar{border-bottom-width:2px}.application-panel:after{opacity:.08}.stage-badge{width:50px;height:50px}.button{min-height:50px}}@media(max-width:540px){.site-header:before{height:2px}.brand-symbol{width:39px;height:43px}.hero-eyebrow{width:100%;justify-content:space-between}.hero-copy h1{font-size:42px}.hero-trust span{width:100%;justify-content:flex-start}.world-console:before,.application-shell:before,.auth-screen:before,.status-heading:before{height:6px}.console-scene{min-height:300px}.world-principles{padding-top:6px}.world-principles article{min-height:126px;padding:20px}.world-principles article>span,.after-steps article>span{width:38px;height:38px}.application-shell{padding-top:6px}.step-navigation button{border-width:1px}.application-panel{padding-right:17px;padding-left:17px}.stage-badge{width:45px;height:45px;font-size:11px}.stage-progress{height:10px}.button{width:100%;padding-right:15px;padding-left:15px;font-size:11px}}:root{--focus-ring: rgba(185, 226, 99, .2);--panel-highlight: rgba(241, 245, 217, .045)}:where(a,button,input,select,textarea,summary):focus-visible{outline:2px solid #b9e263;outline-offset:3px}.world-grid{opacity:.19}.world-orb{opacity:.72}.brand:hover .brand-symbol{transform:translateY(-1px)}.desktop-nav,.realm-status,.world-console,.world-principles,.application-shell,.after-apply,.lookup-card,.status-result,.auth-card,.admin-workspace{transition:border-color .25s ease,box-shadow .25s ease,transform .25s var(--ease),background .25s ease}.desktop-nav a,.realm-status button,.step-navigation button,.filter-tabs a,.queue-item,.mobile-menu nav>a{transition:color .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s var(--ease)}.desktop-nav a:hover{transform:translateY(-1px)}.realm-status{min-width:232px}.realm-status:hover{border-color:#354638;background:linear-gradient(180deg,#172119,#0d140e)}.site-main{padding-bottom:86px}.button{isolation:isolate}.button:after{content:"";position:absolute;z-index:-1;inset:2px;border-top:1px solid rgba(255,255,255,.08);pointer-events:none}.button svg{transition:transform .22s var(--ease)}.button:hover svg{transform:translate(2px)}.button-ghost:hover svg,.button-secondary:hover svg,.button-danger:hover svg{transform:translateY(-1px)}.hero-layout{min-height:625px;padding-top:78px;padding-bottom:64px;gap:clamp(46px,5.6vw,78px)}.hero-copy{max-width:675px}.hero-copy h1{max-width:670px;font-size:clamp(50px,4.9vw,74px);line-height:.965}.hero-copy>p{max-width:590px;margin-top:26px;font-size:15px;line-height:1.72}.hero-copy .button-row{margin-top:28px;gap:12px}.hero-trust{margin-top:24px;gap:9px}.hero-trust span{min-height:34px;padding:7px 11px;color:#aebca9}.world-console{transform:perspective(1200px) rotateY(-.8deg) rotateX(.25deg)}.world-console:hover{border-color:#3a503c;transform:perspective(1200px) rotateY(-.25deg) translateY(-3px);box-shadow:inset 0 2px #ffffff0a,inset 0 -4px #040704,0 8px #020402,0 38px 92px #0000007a}.console-scene img{transition:transform .55s var(--ease),filter .55s ease}.world-console:hover .console-scene img{transform:translateY(-3px) scale(1.012);filter:saturate(1.2) contrast(1.045) drop-shadow(0 23px 19px rgba(0,0,0,.36))}.coordinate-card{transition:border-color .22s ease,transform .22s var(--ease)}.world-console:hover .coordinate-card{border-color:#60705b;transform:translateY(-2px)}.world-principles{margin-bottom:108px}.world-principles article{min-height:136px;padding:25px 24px}.world-principles article:hover{transform:translateY(-2px)}.world-principles strong{letter-spacing:-.02em}.section-heading{margin-bottom:32px;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:48px}.section-heading>p{max-width:430px;justify-self:end}.application-shell{grid-template-columns:294px minmax(0,1fr)}.application-sidebar,.application-panel{min-height:640px}.application-sidebar{padding:28px 21px}.sidebar-heading{padding-bottom:21px}.step-navigation{margin-top:18px}.step-navigation button{min-height:62px;padding:8px 9px}.step-navigation button:hover{transform:translate(2px)}.step-navigation li.is-active button{border-color:#526a49;background:linear-gradient(90deg,#7eae4b2e,#7eae4b06)}.privacy-note{margin-top:26px}.application-panel{padding:34px clamp(30px,3.6vw,50px) 30px}.application-panel:after{opacity:.11}.stage-header{gap:15px}.stage-header h3{margin-top:3px;line-height:1.08}.stage-header p{margin-top:7px;max-width:620px;line-height:1.6}.stage-progress{margin:25px 0 30px}.form-stage{min-height:clamp(420px,34vw,462px)}.field{gap:7px}.field+.field{margin-top:20px}.field label{transition:color .18s ease}.field:focus-within label{color:#cce58d}.field input,.field select{min-height:52px}.field input,.field select,.field textarea,.queue-search input,.input-prefix{transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s var(--ease)}.field input:hover,.field select:hover,.field textarea:hover,.input-prefix:hover{background:#0f1810}.field input:focus,.field select:focus,.field textarea:focus,.queue-search input:focus,.input-prefix:focus-within{box-shadow:inset 0 3px #050805,0 0 0 3px var(--focus-ring),0 0 22px #94c65012}.field-hint{line-height:1.5}.stage-actions{margin-top:26px;padding-top:22px;border-top:1px solid rgba(207,228,188,.08)}.stage-actions>span{letter-spacing:.035em}.review-summary article,.agreement,.submission-note,.privacy-note,.lookup-security,.auth-security{transition:border-color .2s ease,background .2s ease,transform .2s var(--ease)}.review-summary article:hover,.agreement:hover{transform:translateY(-1px)}.after-apply{margin-top:90px;padding:42px;gap:50px}.after-steps article{transition:border-color .2s ease,background .2s ease,transform .2s var(--ease)}.after-steps article:hover{border-color:#435644;background:#151e16;transform:translate(3px)}.status-heading,.auth-screen,.admin-header{overflow:hidden}.lookup-card:hover,.status-result:hover,.auth-card:hover{border-color:#3a4b3c}.filter-tabs a:hover{transform:translateY(-1px)}.queue-item:hover{transform:translate(2px)}@media(max-width:1180px){.hero-layout{gap:42px}.hero-copy h1{font-size:clamp(48px,5vw,68px)}.application-shell{grid-template-columns:278px minmax(0,1fr)}}@media(max-width:1020px){.hero-layout{min-height:auto;padding-top:56px}.world-console:hover{transform:translateY(-2px)}.section-heading{grid-template-columns:1fr;align-items:start;gap:17px}.section-heading>p{max-width:650px;justify-self:start}.application-sidebar,.application-panel{min-height:auto}.application-sidebar{padding:24px}.form-stage{min-height:420px}}@media(max-width:780px){.site-main{padding-bottom:66px}.hero-layout{padding-top:40px;padding-bottom:48px}.hero-copy h1{font-size:clamp(41px,10.9vw,54px);line-height:.99}.hero-copy>p{margin-top:22px;font-size:14px}.hero-copy .button-row{margin-top:25px}.world-principles{margin-bottom:88px}.section-heading{margin-bottom:26px;gap:13px}.section-heading h2{font-size:clamp(34px,9vw,44px)}.application-panel{padding:27px 22px 24px}.stage-header{gap:12px}.stage-header h3{font-size:clamp(25px,7vw,31px)}.stage-header p{margin-top:6px}.stage-progress{margin:23px 0 27px}.form-stage{min-height:390px}.stage-actions{margin-top:22px;padding-top:20px}.after-apply{margin-top:72px;padding:31px 24px}}@media(max-width:540px){.hero-eyebrow{margin-bottom:21px}.hero-copy h1{font-size:clamp(40px,11.4vw,48px)}.hero-trust{gap:7px}.hero-trust span{min-height:32px}.application-panel{padding:23px 17px 21px}.stage-badge{width:43px;height:43px;font-size:10px}.stage-header h3{font-size:26px;line-height:1.08}.stage-header p{font-size:11px}.form-stage{min-height:365px}.field label{font-size:12px}.field>p{font-size:10px}.field input,.field select{min-height:50px}.stage-actions{align-items:stretch;flex-direction:column-reverse}.stage-actions>span{align-self:flex-start}.after-apply{margin-top:62px}}@media(prefers-reduced-motion:reduce){.desktop-nav,.realm-status,.world-console,.world-console .console-scene img,.coordinate-card,.world-principles article,.step-navigation button,.review-summary article,.agreement,.after-steps article,.queue-item,.button svg{transition:none}}:root{--motion-fast: .18s;--motion-medium: .36s;--motion-slow: .72s;--motion-ambient: 7s}.site-header{transition:background .28s ease,border-color .28s ease,box-shadow .28s ease}.site-header:after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:1px;opacity:0;background:linear-gradient(90deg,transparent 5%,rgba(185,226,99,.48) 50%,transparent 95%);transform:scaleX(.4);transition:opacity .28s ease,transform .45s var(--ease);pointer-events:none}.site-header.is-scrolled{border-bottom-color:#b9e26326;background:#07100df2;box-shadow:0 15px 38px #00000047}.site-header.is-scrolled:after{opacity:.55;transform:scaleX(1)}.site-header.is-scrolled .brand-symbol{transform:translateY(-1px) scale(.96)}.desktop-nav a:before,.filter-tabs a:before,.mobile-menu nav>a:before{content:"";position:absolute;pointer-events:none;opacity:0;background:linear-gradient(90deg,transparent,rgba(219,240,162,.12),transparent);transform:translate(-80%)}.desktop-nav a:before,.filter-tabs a:before{inset:1px}.desktop-nav a:hover:before,.filter-tabs a:hover:before{opacity:1;animation:ui-glint .75s var(--ease) both}.button{transition:border-color var(--motion-fast) ease,background var(--motion-fast) ease,color var(--motion-fast) ease,box-shadow var(--motion-fast) ease,transform var(--motion-fast) var(--ease)}.button:hover{transform:translateY(-2px)}.button:active{transform:translateY(1px) scale(.992);transition-duration:70ms}.button-primary:hover{box-shadow:inset 0 2px #ffffff24,inset 0 -4px #0000004d,0 5px #263d1b,0 12px 28px #8bbc4a21}.realm-status button:active,.icon-button:active,.menu-button:active,.mobile-menu-head>button:active,.flash>button:active{transform:translateY(1px) scale(.95)}.flash{animation:flash-arrive .42s var(--ease) both}.flash.is-closing{animation:flash-leave .24s ease both}.motion-enhanced.page-apply .hero-eyebrow,.motion-enhanced.page-apply .hero-copy h1,.motion-enhanced.page-apply .hero-copy>p,.motion-enhanced.page-apply .hero-copy .button-row,.motion-enhanced.page-apply .hero-trust,.motion-enhanced.page-apply .world-console,.motion-enhanced.page-status .status-heading>div:first-child,.motion-enhanced.page-status .status-heading-art,.motion-enhanced.page-login .auth-world-copy,.motion-enhanced.page-login .auth-world-scene,.motion-enhanced.page-login .auth-card,.motion-enhanced.page-setup .auth-world-copy,.motion-enhanced.page-setup .auth-world-scene,.motion-enhanced.page-setup .auth-card,.motion-enhanced.page-admin .admin-header,.motion-enhanced.page-admin .admin-controls,.motion-enhanced.page-error .error-visual,.motion-enhanced.page-error .error-content,.motion-enhanced.page-success .success-visual,.motion-enhanced.page-success .success-content{opacity:0;transform:translateY(14px)}.motion-enhanced.page-apply.is-ready .hero-eyebrow,.motion-enhanced.page-status.is-ready .status-heading>div:first-child,.motion-enhanced.page-login.is-ready .auth-world-copy,.motion-enhanced.page-setup.is-ready .auth-world-copy,.motion-enhanced.page-admin.is-ready .admin-header,.motion-enhanced.page-error.is-ready .error-visual,.motion-enhanced.page-success.is-ready .success-visual{animation:portal-arrive .58s var(--ease) .06s both}.motion-enhanced.page-apply.is-ready .hero-copy h1,.motion-enhanced.page-status.is-ready .status-heading-art,.motion-enhanced.page-login.is-ready .auth-world-scene,.motion-enhanced.page-setup.is-ready .auth-world-scene,.motion-enhanced.page-admin.is-ready .admin-controls,.motion-enhanced.page-error.is-ready .error-content,.motion-enhanced.page-success.is-ready .success-content{animation:portal-arrive .62s var(--ease) .13s both}.motion-enhanced.page-apply.is-ready .hero-copy>p,.motion-enhanced.page-login.is-ready .auth-card,.motion-enhanced.page-setup.is-ready .auth-card{animation:portal-arrive .62s var(--ease) .2s both}.motion-enhanced.page-apply.is-ready .hero-copy .button-row{animation:portal-arrive .62s var(--ease) .27s both}.motion-enhanced.page-apply.is-ready .hero-trust{animation:portal-arrive .62s var(--ease) .34s both}.motion-enhanced.page-apply.is-ready .world-console{animation:portal-console-arrive .78s var(--ease) .18s both}.motion-enhanced.intro-complete .hero-eyebrow,.motion-enhanced.intro-complete .hero-copy h1,.motion-enhanced.intro-complete .hero-copy>p,.motion-enhanced.intro-complete .hero-copy .button-row,.motion-enhanced.intro-complete .hero-trust,.motion-enhanced.intro-complete .status-heading>div:first-child,.motion-enhanced.intro-complete .status-heading-art,.motion-enhanced.intro-complete .auth-world-copy,.motion-enhanced.intro-complete .auth-world-scene,.motion-enhanced.intro-complete .auth-card,.motion-enhanced.intro-complete .admin-header,.motion-enhanced.intro-complete .admin-controls,.motion-enhanced.intro-complete .error-visual,.motion-enhanced.intro-complete .error-content,.motion-enhanced.intro-complete .success-visual,.motion-enhanced.intro-complete .success-content{animation:none;opacity:1;transform:translateY(0)}.motion-enhanced.page-apply.intro-complete .world-console{animation:none;opacity:1;transform:perspective(1200px) rotateY(-.8deg) rotateX(.25deg)}.motion-enhanced.page-apply.intro-complete .world-console:hover{transform:perspective(1200px) rotateY(-.25deg) translateY(-3px)}.motion-enhanced .scene-glow{animation:portal-breathe 5.8s ease-in-out infinite}.motion-enhanced .console-scene:after{animation:terrain-drift 12s steps(4,end) infinite alternate}.motion-enhanced .application-panel:after{animation:pixel-drift 10s steps(2,end) infinite alternate}.motion-enhanced .status-heading-art img,.motion-enhanced .auth-world-scene img{animation:artwork-drift 7.5s ease-in-out infinite}.motion-enhanced .result-orbit:before{animation:orbit-breathe 4.8s ease-in-out infinite}.motion-enhanced .result-orbit:after{animation:orbit-breathe 4.8s ease-in-out -1.4s infinite reverse}.motion-enhanced .success-ring:before,.motion-enhanced .success-ring:after{animation-duration:4.2s}.reveal-target.reveal-delay-1{transition-delay:55ms}.reveal-target.reveal-delay-2{transition-delay:.11s}.reveal-target.reveal-delay-3{transition-delay:165ms}.reveal-target.reveal-delay-4{transition-delay:.22s}.world-principles article,.after-steps article,.admin-metrics article,.queue-item,.answer-stack article,.applicant-facts article,.success-timeline article,.review-summary article{will-change:transform}.world-principles article:hover>span,.after-steps article:hover>span,.admin-metrics article:hover .metric-icon{transform:translateY(-1px) scale(1.035)}.world-principles article>span,.after-steps article>span,.metric-icon,.lookup-icon,.auth-card-icon,.success-icon,.decision-icon,.empty-icon{transition:transform .28s var(--ease),border-color .24s ease,background .24s ease,box-shadow .24s ease}.lookup-card:hover .lookup-icon,.auth-card:hover .auth-card-icon,.status-result:hover .result-orbit{transform:translateY(-2px) scale(1.025)}.lookup-card:focus-within,.auth-card:focus-within,.application-shell:focus-within{border-color:#b9e26338}.field input,.field select,.field textarea,.queue-search input{caret-color:var(--green-bright)}.field:focus-within{transform:translateY(-1px)}.field{transition:transform .2s var(--ease)}.field input[data-touched=true]:valid,.field select[data-touched=true]:valid,.field textarea[data-touched=true]:valid{border-color:#91ca773d}.stage-progress>span:after{content:"";position:absolute;inset:0;opacity:.38;background:linear-gradient(90deg,transparent 0 38%,rgba(245,255,212,.62) 48%,transparent 60% 100%);transform:translate(-100%);animation:progress-sheen 3.8s ease-in-out infinite}.stage-progress>span{position:relative;overflow:hidden}.step-navigation li.is-active button{animation:active-checkpoint 3.4s ease-in-out infinite}.form-stage.is-active{animation-duration:.46s}.review-summary strong.is-refreshed{animation:summary-refresh .34s var(--ease) both}.counter.is-near-limit{color:var(--warning)}.counter.is-at-limit{color:var(--danger);animation:limit-nudge .3s var(--ease) both}.realm-status button.is-copied,.mobile-realm button.is-copied{animation:copied-pop .42s var(--ease) both}.mobile-menu.is-open nav>a{animation:menu-item-arrive .38s var(--ease) both}.mobile-menu.is-open nav>a:nth-child(2){animation-delay:55ms}.mobile-menu.is-open nav>a:nth-child(3){animation-delay:.11s}.mobile-menu.is-open .mobile-realm{animation:menu-item-arrive .42s var(--ease) .16s both}.queue-item[hidden]{display:none}.queue-item:not([hidden]){animation:queue-item-arrive .28s var(--ease) both}.admin-metrics article:hover{border-color:#b9e2632e;transform:translateY(-2px);box-shadow:0 16px 34px #0003}.queue-item:hover .player-avatar,.queue-item.is-selected .player-avatar{transform:scale(1.035);border-color:#b9e26347}.player-avatar,.profile-avatar{transition:transform .24s var(--ease),border-color .24s ease,box-shadow .24s ease}.footer-links a,.footer-realm,.footer-brand{transition:color .2s ease,transform .2s var(--ease),opacity .2s ease}.footer-links a:hover{color:var(--green-bright);transform:translateY(-1px)}.footer-brand:hover,.footer-realm:hover{transform:translateY(-1px)}body[data-parallax-x=left] .world-glow-a{transform:translate(-6px)}body[data-parallax-x=left] .world-orb-a{transform:rotate(45deg) translate(-6px)}body[data-parallax-x=right] .world-glow-a{transform:translate(6px)}body[data-parallax-x=right] .world-orb-a{transform:rotate(45deg) translate(6px)}body[data-parallax-y=top] .world-glow-b{transform:translateY(-5px)}body[data-parallax-y=top] .world-orb-b{transform:rotate(45deg) translateY(-5px)}body[data-parallax-y=bottom] .world-glow-b{transform:translateY(5px)}body[data-parallax-y=bottom] .world-orb-b{transform:rotate(45deg) translateY(5px)}.world-glow,.world-orb{transition:transform 1.2s var(--ease)}@keyframes portal-arrive{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes portal-console-arrive{0%{opacity:0;transform:perspective(1200px) rotateY(-2.8deg) rotateX(1deg) translateY(18px) scale(.985)}to{opacity:1;transform:perspective(1200px) rotateY(-.8deg) rotateX(.25deg) translateY(0) scale(1)}}@keyframes portal-breathe{0%,to{opacity:.72;transform:scale(.94)}50%{opacity:1;transform:scale(1.055)}}@keyframes terrain-drift{0%{background-position:0 0,48px 0}to{background-position:12px 5px,60px 5px}}@keyframes pixel-drift{0%{transform:translateZ(0);opacity:.11}to{transform:translate3d(-4px,-4px,0);opacity:.17}}@keyframes artwork-drift{0%,to{transform:translate3d(0,1px,0)}50%{transform:translate3d(0,-5px,0)}}@keyframes orbit-breathe{0%,to{transform:scale(.97);opacity:.55}50%{transform:scale(1.035);opacity:.9}}@keyframes progress-sheen{0%,52%{transform:translate(-110%)}74%,to{transform:translate(115%)}}@keyframes active-checkpoint{0%,to{box-shadow:inset 3px 0 #b9e26394,inset 0 0 0 1px #b9e26305}50%{box-shadow:inset 3px 0 #b9e263e6,inset 0 0 18px #b9e26309}}@keyframes summary-refresh{0%{color:var(--text);transform:translateY(0)}45%{color:var(--green-bright);transform:translateY(-1px)}to{color:var(--text);transform:translateY(0)}}@keyframes copied-pop{0%{transform:scale(1)}45%{transform:scale(.93)}to{transform:scale(1)}}@keyframes menu-item-arrive{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@keyframes queue-item-arrive{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes flash-arrive{0%{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:translateY(0)}}@keyframes flash-leave{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-5px)}}@keyframes ui-glint{0%{transform:translate(-85%)}to{transform:translate(85%)}}@keyframes limit-nudge{0%,to{transform:translate(0)}40%{transform:translate(-2px)}70%{transform:translate(2px)}}@media(hover:none),(pointer:coarse){.button:hover,.world-principles article:hover,.admin-metrics article:hover,.after-steps article:hover,.queue-item:hover,.field:focus-within{transform:none}.desktop-nav a:hover:before,.filter-tabs a:hover:before{animation:none}}@media(max-width:780px){.motion-enhanced.page-apply.is-ready .world-console{animation-name:portal-arrive}.motion-enhanced .console-scene:after{opacity:.5}}@media(prefers-reduced-motion:reduce){.motion-enhanced.page-apply .hero-eyebrow,.motion-enhanced.page-apply .hero-copy h1,.motion-enhanced.page-apply .hero-copy>p,.motion-enhanced.page-apply .hero-copy .button-row,.motion-enhanced.page-apply .hero-trust,.motion-enhanced.page-apply .world-console,.motion-enhanced.page-status .status-heading>div:first-child,.motion-enhanced.page-status .status-heading-art,.motion-enhanced.page-login .auth-world-copy,.motion-enhanced.page-login .auth-world-scene,.motion-enhanced.page-login .auth-card,.motion-enhanced.page-setup .auth-world-copy,.motion-enhanced.page-setup .auth-world-scene,.motion-enhanced.page-setup .auth-card,.motion-enhanced.page-admin .admin-header,.motion-enhanced.page-admin .admin-controls,.motion-enhanced.page-error .error-visual,.motion-enhanced.page-error .error-content,.motion-enhanced.page-success .success-visual,.motion-enhanced.page-success .success-content,.scene-glow,.console-scene:after,.application-panel:after,.status-heading-art img,.auth-world-scene img,.error-visual img,.result-orbit:before,.result-orbit:after,.stage-progress>span:after,.step-navigation li.is-active button,.mobile-menu.is-open nav>a,.mobile-menu.is-open .mobile-realm,.queue-item:not([hidden]),.flash,.flash.is-closing,.review-summary strong.is-refreshed,.counter.is-at-limit,.realm-status button.is-copied,.mobile-realm button.is-copied{animation:none;opacity:1;transform:none}.world-glow,.world-orb,.site-header,.site-header:after,.button,.field,.player-avatar,.profile-avatar,.footer-links a,.footer-realm,.footer-brand{transition:none}}.filter-tabs a{position:relative;overflow:hidden}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{min-width:0;min-height:100dvh}button,a,input,select,textarea{touch-action:manipulation}.text-link{min-height:44px;align-items:center}@media(max-width:1020px){html.menu-open,body.menu-open{overscroll-behavior:none}.site-header{padding-top:env(safe-area-inset-top)}html{scroll-padding-top:calc(var(--header) + env(safe-area-inset-top) + 28px)}[id]{scroll-margin-top:calc(var(--header) + env(safe-area-inset-top) + 28px)}.brand{min-height:44px}.mobile-menu{bottom:auto;height:100dvh;max-height:100dvh;padding-top:max(18px,calc(18px + env(safe-area-inset-top)));padding-bottom:max(18px,calc(18px + env(safe-area-inset-bottom)));overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.mobile-menu-head>button{width:44px;height:44px;flex:0 0 44px}.mobile-realm button{min-width:68px;min-height:44px}.mobile-menu nav>a,.menu-button{touch-action:manipulation}}@media(max-width:780px){.site-main{padding-bottom:48px}.field input,.field select,.field textarea,.queue-search input{font-size:16px}.application-panel,.form-stage{min-height:0}.auth-screen{min-height:0;padding-top:24px;padding-bottom:0}.auth-card-wrap{min-height:0}.filter-tabs a,.queue-search input,.icon-button{min-height:44px}.site-footer{padding-bottom:max(28px,calc(20px + env(safe-area-inset-bottom)))}}@media(max-width:540px){.auth-world{min-height:330px}.auth-card-wrap{padding:24px 18px 28px}.stage-actions{margin-top:24px}.status-page{padding-bottom:0}}@media(max-height:520px)and (max-width:1020px){.mobile-menu{padding-top:max(10px,calc(10px + env(safe-area-inset-top)));padding-bottom:max(10px,calc(10px + env(safe-area-inset-bottom)))}.mobile-menu-head{min-height:48px;padding-bottom:9px}.mobile-menu nav{margin-top:10px;gap:5px}.mobile-menu nav>a{min-height:56px}.mobile-realm{margin-top:12px}}@media(pointer:coarse){.button,.decision-actions .button,.filter-tabs a,.queue-search input,.icon-button,.tracking-ticket button{min-height:44px}}html,body{min-height:100%}.page-frame{min-height:calc(100dvh - var(--header));display:flex;flex-direction:column}.site-main{width:100%;flex:1 0 auto;overflow:visible}.site-footer{position:relative;isolation:isolate;min-height:146px;margin-top:76px;padding:31px 0 calc(24px + env(safe-area-inset-bottom));border:0;grid-template-columns:minmax(230px,1fr) auto minmax(190px,1fr);row-gap:24px;background:transparent;box-shadow:none}.site-footer:before{content:"";position:absolute;z-index:-2;top:0;bottom:0;left:50%;width:100vw;transform:translate(-50%);border-top:4px solid #2a392d;border-bottom:5px solid #030503;background:linear-gradient(180deg,#182219fb,#080d09fe),#0a100b;box-shadow:inset 0 3px #060906,inset 0 -2px #c6e0b109,0 -24px 54px #0003}.site-footer:after{content:"";position:absolute;z-index:-1;top:4px;left:50%;width:100vw;height:5px;transform:translate(-50%);background:repeating-linear-gradient(90deg,#567e35 0 26px,#68953f 26px 48px,#3f642b 48px 64px);opacity:.72;box-shadow:0 3px #473624}.footer-brand{min-width:0}.footer-brand img{width:30px;height:34px;flex:0 0 auto}.footer-brand strong,.footer-realm strong{color:#f0f0e4;font-size:12px}.footer-brand small{max-width:280px;color:#89998b;line-height:1.45}.footer-links{gap:6px;padding:4px;border:1px solid rgba(199,223,178,.08);border-radius:4px;background:#05090673;box-shadow:inset 0 1px #ffffff06}.footer-links a{min-height:36px;padding:0 11px;display:inline-flex;align-items:center;border:1px solid transparent;border-radius:3px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px;letter-spacing:.025em;text-transform:uppercase}.footer-links a:hover,.footer-links a:focus-visible{border-color:#b9e2632b;background:#b9e2630e}.footer-realm{min-width:170px;padding-left:22px;border-left:1px solid rgba(199,223,178,.11)}.footer-bottom{grid-column:1 / -1;margin:0;padding-top:16px;border-top:1px solid rgba(199,223,178,.08);display:flex;justify-content:space-between;align-items:center;gap:18px;color:#6f7f72;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:9px;font-weight:700;letter-spacing:.055em;line-height:1.5;text-transform:uppercase}:where(a,button,input,select,textarea,summary):focus-visible{outline:2px solid rgba(185,226,99,.88);outline-offset:3px}@media(max-width:1180px)and (min-width:1021px){.header-inner{gap:15px}.brand{min-width:174px}.desktop-nav a{padding-right:10px;padding-left:10px}.realm-status{min-width:206px}}@media(max-width:780px){.page-frame{min-height:calc(100dvh - var(--header) - env(safe-area-inset-top))}.site-footer{min-height:0;margin-top:54px;padding-top:28px;padding-bottom:calc(24px + env(safe-area-inset-bottom));grid-template-columns:1fr auto;gap:18px}.footer-links{display:none}.footer-realm{min-width:0;padding-left:18px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:4px}}@media(max-width:480px){.site-footer{grid-template-columns:1fr}.footer-realm{justify-self:stretch;padding:14px 0 0;border-top:1px solid rgba(199,223,178,.08);border-left:0;text-align:left}.footer-realm span{justify-content:flex-start}.footer-bottom{padding-top:14px}}.site-footer{grid-template-columns:minmax(220px,1fr) auto minmax(180px,1fr);column-gap:clamp(24px,4vw,58px)}.footer-links{display:grid;grid-template-columns:repeat(4,auto);gap:5px;padding:0;border:0;background:transparent;box-shadow:none}.footer-links a{min-height:38px;padding:0 14px;justify-content:center;border-color:#c7dfb217;background:#0509065c}.footer-bottom{min-width:0}.footer-bottom p{margin:0;display:flex;flex-wrap:wrap;gap:5px 14px}.footer-legal{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px 18px}.footer-legal a{color:#7d8d80;transition:color .2s ease}.footer-legal a:hover,.footer-legal a:focus-visible{color:#dfe9db}@media(max-width:1120px){.site-footer{grid-template-columns:minmax(220px,1fr) auto}.footer-links{grid-column:1 / -1;grid-row:2;grid-template-columns:repeat(4,minmax(0,1fr))}.footer-bottom{grid-row:3}}@media(max-width:780px){.footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.footer-links a{min-height:42px}.footer-bottom{gap:13px}.footer-legal{justify-content:flex-start}}@media(max-width:480px){.footer-links{grid-column:1;grid-row:auto}.footer-bottom{grid-row:auto}.footer-bottom p{display:grid}}.page-login .site-main,.page-setup .site-main{display:flex;align-items:center;padding-top:clamp(34px,5vh,58px);padding-bottom:clamp(42px,6vh,74px)}.page-login .auth-screen,.page-setup .auth-screen{position:relative;width:100%;min-height:clamp(520px,66vh,590px);padding:8px 0 0;grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr);border-color:#344637;background:#0c130d}.page-login .auth-world,.page-setup .auth-world{min-height:0;padding:clamp(46px,4vw,62px);border:0;border-right:1px solid rgba(196,224,174,.1);display:flex;align-items:flex-start;background:radial-gradient(circle at 70% 72%,rgba(118,176,70,.18),transparent 32%),linear-gradient(145deg,#102820,#0b1812 64%,#09120e)}.page-login .auth-world:before,.page-setup .auth-world:before{opacity:.15;background-size:42px 42px}.page-login .auth-world-copy,.page-setup .auth-world-copy{width:min(100%,560px)}.page-login .auth-world-copy h1,.page-setup .auth-world-copy h1{max-width:540px;margin-top:13px;font-size:clamp(43px,4.2vw,60px);line-height:1.02;text-wrap:balance}.page-login .auth-world-copy>p,.page-setup .auth-world-copy>p{max-width:500px;margin-top:19px;color:#acb9ad;font-size:14px;line-height:1.72}.auth-world-features{position:relative;z-index:3;margin-top:26px;display:flex;flex-wrap:wrap;gap:10px}.auth-world-features span{min-height:36px;padding:0 12px;border:1px solid rgba(185,226,99,.16);border-radius:4px;display:inline-flex;align-items:center;gap:8px;background:#0c170fb8;color:#c7d2c7;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:9px;font-weight:800;letter-spacing:.045em;text-transform:uppercase;box-shadow:inset 0 1px #ffffff06,0 3px #01040280}.auth-world-features svg{width:14px;height:14px;fill:none;stroke:#b9e263;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.page-login .auth-world-scene,.page-setup .auth-world-scene{right:-26px;bottom:-102px;width:min(47vw,535px);opacity:.86}.page-login .auth-world-meta,.page-setup .auth-world-meta{right:34px;bottom:27px;left:34px;padding-top:15px}.page-login .auth-card-wrap,.page-setup .auth-card-wrap{min-height:0;padding:clamp(30px,3.8vw,54px);border:0;display:flex;align-items:center;background:radial-gradient(circle at 100% 0%,rgba(118,176,70,.065),transparent 31%),linear-gradient(180deg,#0b120c,#080e09);box-shadow:inset 3px 0 #050805}.page-login .auth-card,.page-setup .auth-card{width:100%;max-width:470px;margin:0 auto;padding:clamp(27px,2.6vw,36px);border-color:#384b3b;background:linear-gradient(145deg,rgba(185,226,99,.035),transparent 38%),#111912;box-shadow:inset 0 2px #ffffff08,inset 0 -4px #050805,0 6px #030503,0 28px 64px #00000047}.auth-card-header{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:15px}.auth-card-header .auth-card-icon{width:48px;height:48px;margin:0}.auth-card-header .section-label{margin-bottom:5px}.auth-card-header h2{margin:0;font-size:clamp(24px,2.2vw,29px);line-height:1.08;text-wrap:balance}.page-login .auth-card>p,.page-setup .auth-card>p{margin-top:20px;padding-bottom:20px;border-bottom:1px solid rgba(207,228,188,.085);color:#9cab9e;font-size:12px;line-height:1.68}.page-login .stack-form,.page-setup .stack-form{margin-top:22px}.page-login .stack-form .button,.page-setup .stack-form .button{margin-top:20px}.password-control{position:relative}.password-control input{width:100%;padding-right:78px}.password-control>button{position:absolute;top:50%;right:8px;min-width:56px;min-height:34px;padding:0 10px;border:1px solid #405142;border-radius:3px;background:#182219;color:#c7d2c7;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:9px;font-weight:850;letter-spacing:.055em;text-transform:uppercase;transform:translateY(-50%);cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s var(--ease)}.password-control>button:hover,.password-control>button[aria-pressed=true]{border-color:#789d52;background:#21301f;color:#dff0b7}.password-control>button:active{transform:translateY(calc(-50% + 1px))}.auth-access-note{margin-top:22px;padding:14px;border:1px solid rgba(185,226,99,.13);border-radius:4px;display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:11px;background:#b9e26309}.auth-access-note>span{width:32px;height:32px;border:1px solid rgba(185,226,99,.14);border-radius:3px;display:grid;place-items:center;background:#172218;color:#b9e263}.auth-access-note svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.auth-access-note p{margin:0;display:grid;gap:2px}.auth-access-note strong{color:#e7ebda;font-size:10px}.auth-access-note small{color:#829184;font-size:9px;line-height:1.45}.page-login .auth-card .text-link,.page-setup .auth-card .text-link{width:fit-content;margin-top:20px;display:inline-flex;align-items:center;color:#a6b4a7;font-size:10px}.page-login .auth-card .text-link:hover,.page-setup .auth-card .text-link:hover{color:#e6ebd7}@media(max-width:1020px){.page-login .site-main,.page-setup .site-main{display:block;padding-top:30px}.page-login .auth-screen,.page-setup .auth-screen{min-height:0;grid-template-columns:1fr}.page-login .auth-world,.page-setup .auth-world{min-height:390px;padding:46px 42px;border-right:0;border-bottom:1px solid rgba(196,224,174,.1)}.page-login .auth-world-copy h1,.page-setup .auth-world-copy h1{max-width:650px;font-size:clamp(42px,7vw,58px)}.page-login .auth-world-scene,.page-setup .auth-world-scene{right:-14px;bottom:-146px;width:500px}.page-login .auth-card-wrap,.page-setup .auth-card-wrap{padding:38px;border-top:0;box-shadow:inset 0 3px #050805}.page-login .auth-card,.page-setup .auth-card{max-width:620px}}@media(max-width:620px){.page-login .site-main,.page-setup .site-main{padding-top:20px;padding-bottom:32px}.page-login .auth-screen,.page-setup .auth-screen{padding-top:6px}.page-login .auth-world,.page-setup .auth-world{min-height:330px;padding:32px 23px}.page-login .auth-world-copy h1,.page-setup .auth-world-copy h1{max-width:390px;margin-top:10px;font-size:clamp(36px,10.5vw,44px)}.page-login .auth-world-copy>p,.page-setup .auth-world-copy>p{max-width:360px;margin-top:15px;font-size:12px;line-height:1.62}.auth-world-features{margin-top:18px;gap:7px}.auth-world-features span{min-height:32px;padding:0 9px;font-size:8px}.page-login .auth-world-scene,.page-setup .auth-world-scene{right:-76px;bottom:-112px;width:350px;opacity:.62}.page-login .auth-world-meta,.page-setup .auth-world-meta{right:20px;bottom:18px;left:20px;padding-top:12px}.page-login .auth-card-wrap,.page-setup .auth-card-wrap{padding:18px}.page-login .auth-card,.page-setup .auth-card{padding:24px 19px 26px}.auth-card-header{grid-template-columns:42px minmax(0,1fr);gap:12px}.auth-card-header .auth-card-icon{width:42px;height:42px}.auth-card-header h2{font-size:23px}.page-login .auth-card>p,.page-setup .auth-card>p{margin-top:17px;padding-bottom:17px}.password-control>button{min-width:54px;min-height:36px}}.information-page{width:min(100%,1120px);margin:0 auto;padding-top:48px}.information-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px;align-items:end;padding:44px;border:1px solid var(--line);border-radius:var(--radius-xl);background:radial-gradient(circle at 88% 10%,rgba(159,189,98,.13),transparent 34%),linear-gradient(145deg,#11221bf5,#091511f5);box-shadow:var(--shadow-lg)}.information-hero h1{max-width:800px;margin:10px 0 0;font-size:clamp(40px,6vw,72px);line-height:.98;letter-spacing:-.055em}.information-hero p{max-width:720px;margin:20px 0 0;color:var(--muted);font-size:17px}.information-state{display:inline-flex;gap:9px;align-items:center;min-height:38px;padding:9px 13px;border:1px solid var(--line-strong);border-radius:999px;background:#07100db3;color:var(--green-bright);font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;white-space:nowrap}.information-state i{width:7px;height:7px;border-radius:50%;background:var(--green-bright);box-shadow:0 0 14px #c7df76b3}.status-board{display:grid;gap:10px;margin-top:18px}.status-board article{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;min-height:92px;padding:20px 24px;border:1px solid var(--line);border-radius:var(--radius-md);background:#0d1a15e6}.status-board strong{display:block;font-size:16px}.status-board p{margin:3px 0 0;color:var(--muted);font-size:13px}.status-board b{color:var(--green-bright);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.status-signal{width:12px;height:12px;border:3px solid rgba(145,202,119,.16);border-radius:50%;background:var(--success);box-shadow:0 0 16px #91ca776b}.status-signal.is-limited{border-color:#e0bd6429;background:var(--warning);box-shadow:0 0 16px #e0bd644d}.information-callout{display:flex;gap:16px;align-items:center;margin-top:18px;padding:22px 24px;border:1px solid rgba(199,223,118,.2);border-radius:var(--radius-md);background:#9fbd6214}.information-callout>span{display:grid;flex:0 0 42px;width:42px;height:42px;place-items:center;border-radius:var(--radius-sm);background:#9fbd6221;color:var(--green-bright)}.information-callout svg,.support-grid>article>span svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.information-callout strong{display:block}.information-callout p{margin:3px 0 0;color:var(--muted)}.policy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}.policy-grid article{display:grid;grid-template-columns:auto minmax(0,1fr);gap:18px;min-height:190px;padding:28px;border:1px solid var(--line);border-radius:var(--radius-lg);background:#0d1a15e0}.policy-grid article>span{color:var(--green);font-family:IBM Plex Mono,ui-monospace,monospace;font-size:12px;font-weight:900}.policy-grid h2,.policy-section h2,.policy-document h2,.support-grid h2{margin:0;font-size:22px;letter-spacing:-.025em}.policy-grid p,.policy-section p,.policy-document p,.support-grid p{margin:10px 0 0;color:var(--muted)}.policy-section{margin-top:18px;padding:34px;border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(135deg,#11221bf5,#0a1511f5)}.policy-section h2{margin-top:8px;font-size:clamp(27px,4vw,38px)}.policy-section a,.policy-document a,.agreement a{color:var(--green-bright);text-decoration:underline;text-decoration-color:#c7df7659;text-underline-offset:3px}.policy-document{display:grid;gap:1px;margin-top:18px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--line)}.policy-document section{padding:30px 34px;background:#0d1a15f5}.support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}.support-grid article{display:flex;min-height:320px;padding:28px;flex-direction:column;align-items:flex-start;border:1px solid var(--line);border-radius:var(--radius-lg);background:#0d1a15e6}.support-grid>article>span{display:grid;width:46px;height:46px;margin-bottom:24px;place-items:center;border-radius:var(--radius-sm);background:#9fbd621c;color:var(--green-bright)}.support-grid .button{width:100%;margin-top:auto}@media(max-width:900px){.information-hero{grid-template-columns:1fr;align-items:start}.information-state{justify-self:start}.support-grid{grid-template-columns:1fr}.support-grid article{min-height:0}}@media(max-width:700px){.information-page{padding-top:24px}.information-hero{gap:22px;padding:28px 22px;border-radius:var(--radius-lg)}.information-hero h1{font-size:clamp(36px,11vw,52px)}.information-hero p{font-size:14px}.status-board article{grid-template-columns:auto minmax(0,1fr);padding:18px}.status-board b{grid-column:2}.policy-grid{grid-template-columns:1fr}.policy-grid article{min-height:0;padding:24px 20px}.policy-section,.policy-document section,.support-grid article{padding:24px 20px}.information-callout{align-items:flex-start;padding:20px}}@media(max-width:390px){.auth-world-features span:last-child{display:none}.page-login .auth-world-scene,.page-setup .auth-world-scene{right:-92px;opacity:.52}}.page-status .header-inner,.page-status .page-frame{width:min(calc(100% - 48px),1480px)}.page-status .site-main{padding-bottom:0}.page-status .site-footer{margin-top:44px}.status-page{padding:46px 0 0}.status-heading{position:relative;min-height:204px;margin-bottom:22px;padding:34px 38px;grid-template-columns:minmax(0,1fr) 320px;gap:34px}.status-heading>div:first-child{max-width:780px}.status-heading h1{max-width:760px;font-size:clamp(40px,3.8vw,58px);line-height:1.01;text-wrap:balance}.status-heading>div>p{max-width:650px;margin-top:13px;line-height:1.68}.status-heading-art{height:142px;align-self:stretch}.status-heading-art img{top:-91px;right:-22px;width:350px;opacity:.82}.status-heading-art span{right:3px;bottom:2px}.status-layout{grid-template-columns:360px minmax(0,1fr);align-items:stretch;gap:22px}.lookup-card{min-height:404px;padding:27px;display:flex;flex-direction:column}.lookup-icon{margin-bottom:18px}.lookup-card h2{margin-top:8px;font-size:25px}.lookup-card>p{max-width:300px}.status-form{margin-top:20px}.status-form .field>p{margin-bottom:9px}.status-form input{min-height:52px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;font-weight:750;letter-spacing:.035em}.status-form .button{margin-top:13px}.lookup-security{margin-top:auto;padding-top:17px}.status-result{min-height:404px;padding:24px}.result-progress{padding:0 7px 21px}.result-empty{min-height:0;padding:29px 22px 7px;display:flex;flex-direction:column;justify-content:center;align-items:center}.result-empty-copy{display:grid;justify-items:center;text-align:center}.result-empty .result-orbit{width:64px;height:64px;margin-bottom:17px}.result-empty .result-orbit:before{inset:-10px}.result-empty .result-orbit:after{inset:-20px}.result-empty h2{font-size:23px}.result-empty p{max-width:430px;line-height:1.65}.result-guide{width:min(100%,680px);margin-top:35px;padding-top:20px;border-top:1px solid #2c392e;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.result-guide>span{min-height:58px;padding:11px 12px;border:1px solid #28352a;border-radius:4px;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:9px;background:#0d150e;box-shadow:inset 0 1px #ffffff05,0 2px #030503}.result-guide b{width:28px;height:28px;display:grid;place-items:center;background:#1b281b;color:#b9e263;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:9px}.result-guide small{color:#9caa9d;font-size:9px;line-height:1.4}.result-reset{min-height:42px;margin-top:27px;padding:0 15px;border:1px solid #354537;border-radius:3px;display:inline-flex;align-items:center;gap:9px;background:#162018;color:#c9d3c8;font-size:10px;font-weight:800;box-shadow:inset 0 1px #ffffff06,0 3px #030503;transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s var(--ease)}.result-reset svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.result-reset:hover{border-color:#72944f;background:#1d2a1d;color:#e5eed9;transform:translateY(-1px)}.status-page.has-application .status-result{min-height:430px}.status-page.has-application .decision-card{margin-top:20px}@media(min-width:1680px){.page-status .header-inner,.page-status .page-frame{width:min(calc(100% - 64px),1540px)}.status-layout{grid-template-columns:380px minmax(0,1fr)}}@media(max-width:1080px){.page-status .header-inner,.page-status .page-frame{width:min(calc(100% - 30px),1480px)}.status-heading{grid-template-columns:minmax(0,1fr) 250px}.status-heading-art img{right:-54px;width:320px}.status-layout{grid-template-columns:330px minmax(0,1fr)}}@media(max-width:880px){.status-page{padding-top:30px}.status-heading{min-height:0;padding:30px;grid-template-columns:1fr}.status-heading-art{display:none}.status-layout{grid-template-columns:1fr}.lookup-card{min-height:0}.lookup-security{margin-top:20px}.status-result,.status-page.has-application .status-result{min-height:360px}}@media(max-width:620px){.page-status .header-inner,.page-status .page-frame{width:min(calc(100% - 22px),1480px)}.page-status .site-footer{margin-top:32px}.status-page{padding-top:21px}.status-heading{margin-bottom:13px;padding:25px 21px}.status-heading h1{font-size:clamp(34px,10.5vw,43px)}.status-heading>div>p{margin-top:12px;font-size:12px}.status-layout{gap:13px}.lookup-card,.status-result{padding:20px 18px}.lookup-card h2{font-size:23px}.status-result,.status-page.has-application .status-result{min-height:0}.result-progress{padding:0 0 18px;gap:7px}.result-progress b{width:28px;height:28px}.result-empty{padding:34px 0 5px}.result-guide{margin-top:30px;grid-template-columns:1fr}.result-guide>span{min-height:52px}.decision-card>header{grid-template-columns:auto minmax(0,1fr)}.decision-card>header .status-pill{grid-column:1 / -1;justify-self:start}}.world-shell{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:72px 0 100px}.world-hero{max-width:780px;margin-bottom:32px}.world-hero h1{margin:10px 0 12px;font-size:clamp(2.5rem,7vw,5.5rem);line-height:.94;letter-spacing:-.055em}.world-hero p{max-width:680px;color:var(--text-muted,#a9a6a0);font-size:1.05rem;line-height:1.7}.world-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:28px 0}.world-metrics article,.world-panel,.passport-search,.atlas-list article{border:1px solid rgba(202,162,79,.18);background:linear-gradient(145deg,#221d18f5,#13110ff5);border-radius:18px}.world-metrics article{padding:24px}.world-metrics strong{display:block;color:#e2b968;font-size:2rem;line-height:1}.world-metrics span{display:block;margin-top:10px;color:#aaa49b;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em}.living-world-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:18px 0}.world-panel{padding:28px}.world-panel h2{margin:8px 0 20px}.world-row{padding:16px 0;border-top:1px solid rgba(255,255,255,.07)}.world-row strong{color:#f4eee3}.world-row p{margin:5px 0 0;color:#aaa49b;line-height:1.5}.passport-search{padding:24px;margin-top:18px}.passport-search label{display:block;font-weight:700;margin-bottom:12px}.passport-search div{display:flex;gap:10px}.passport-search input{position:relative;z-index:1;flex:1;min-width:0;min-height:52px;padding:0 16px;border:2px solid #4a504a;border-radius:4px;outline:none;background:#0b110c;color:#f0f0dd;caret-color:#b9e263;box-shadow:inset 0 3px #050805;transition:border-color .18s ease,box-shadow .18s ease}.passport-search input::placeholder{color:#778078}.passport-search input:hover{border-color:#657166}.passport-search input:focus{border-color:#b9e263;box-shadow:inset 0 3px #050805,0 0 0 3px #b9e26324}.world-notice,.atlas-empty{margin:20px 0;padding:22px 24px;border:1px solid rgba(229,145,79,.34);border-left:4px solid #e5914f;border-radius:6px;background:linear-gradient(135deg,#342216f0,#181410f5)}.world-notice.is-warning{border-color:#e2b96859;border-left-color:#e2b968}.world-notice strong,.world-empty strong{color:#f4eee3}.world-notice p,.world-empty p,.atlas-empty p{margin:6px 0 0;color:#aaa49b;line-height:1.6}.world-empty{padding:18px 0;border-top:1px solid rgba(255,255,255,.07)}.atlas-empty{max-width:760px;margin-bottom:22px}.atlas-empty h2{margin:8px 0 0;color:#f4eee3}.atlas-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.atlas-list article{padding:24px}.atlas-list h2{margin:0 0 8px}.atlas-list p{color:#aaa49b}.atlas-list span{color:#d4aa5d;font-size:.82rem}.world-briefing{margin:18px 0}.world-briefing .world-row{display:grid;grid-template-columns:24px minmax(0,1fr);gap:10px;align-items:start}.world-briefing .world-row p{margin:0;color:#ddd7cc;font-size:1.02rem}.world-panel>p{color:#aaa49b;line-height:1.65}.world-panel>span{color:#d4aa5d;font-size:.82rem}.world-gazette-preview{margin-top:18px}.world-gazette-preview .button{margin:14px 8px 0 0}.world-progress{width:100%;height:8px;margin:18px 0 12px;overflow:hidden;border:0;border-radius:999px;background:#0b110c;box-shadow:inset 0 0 0 1px #ffffff14}.world-progress::-webkit-progress-bar{background:#0b110c}.world-progress::-webkit-progress-value{border-radius:999px;background:linear-gradient(90deg,#789d52,#b9e263)}.world-progress::-moz-progress-bar{border-radius:999px;background:linear-gradient(90deg,#789d52,#b9e263)}.gazette-sheet{max-width:820px}.gazette-sheet .world-row{display:grid;grid-template-columns:24px minmax(0,1fr);gap:10px}.gazette-sheet .world-row p{margin:0;color:#ddd7cc}@media(max-width:760px){.world-shell{width:min(100% - 24px,1180px);padding-top:40px}.world-metrics{grid-template-columns:1fr 1fr}.living-world-grid,.atlas-list{grid-template-columns:1fr}.passport-search div{display:grid}.passport-search input{font-size:16px}}
