:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#eef6f8;background:#080f17;font-synthesis:none;--tu-bg: #080f17;--tu-surface: rgba(16,27,37, .84);--tu-surface-strong: #101b25;--tu-surface-soft: rgba(255, 255, 255, .018);--tu-border: rgba(70,126,148, .15);--tu-border-soft: rgba(255, 255, 255, .07);--tu-gold: #58dcc5;--tu-gold-strong: #2b92ff;--tu-text: #eef6f8;--tu-muted: #91a7b1;--tu-success: #a7c4a4;--tu-danger: #d0a29c;--tu-shadow: 0 24px 72px rgba(0, 0, 0, .28)}*{box-sizing:border-box}html{scroll-behavior:smooth}html.route-changing:before{content:"";position:fixed;top:0;left:0;z-index:9999;height:2px;width:72%;transform-origin:left center;background:linear-gradient(90deg,transparent,#58dcc5 18%,#2b92ff 72%,transparent);animation:route-progress .65s cubic-bezier(.2,.8,.2,1) both;pointer-events:none}@keyframes route-progress{0%{transform:scaleX(.08);opacity:0}18%{opacity:1}75%{transform:scaleX(.82);opacity:1}to{transform:scaleX(1);opacity:0}}.route-enter-active,.route-leave-active{transition:opacity .18s ease,transform .22s cubic-bezier(.2,.7,.2,1),filter .22s ease}.route-enter-from{opacity:0;transform:translateY(8px);filter:blur(2px)}.route-leave-to{opacity:0;transform:translateY(-4px);filter:blur(1px)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}html.route-changing:before{animation:none;display:none}.route-enter-active,.route-leave-active{transition:none}.route-enter-from,.route-leave-to{opacity:1;transform:none;filter:none}}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 12% -8%,rgba(139,98,50,.2),transparent 34rem),radial-gradient(circle at 88% 18%,rgba(67,83,74,.08),transparent 28rem),linear-gradient(180deg,#080f17,#070d13)}body:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.22;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(to bottom,black,transparent 72%);mask-image:linear-gradient(to bottom,black,transparent 72%)}button,input,select{font:inherit}button{cursor:pointer;transition:border-color .16s ease,background-color .16s ease,color .16s ease,opacity .16s ease,transform .16s ease}button:not(:disabled):active{transform:translateY(1px)}button:disabled{cursor:not-allowed;opacity:.48}.app-shell{min-height:100vh}.topbar{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 clamp(1rem,5vw,4rem);border-bottom:1px solid rgba(70,126,148,.13);background:linear-gradient(180deg,#080f17f0,#080f17e6);-webkit-backdrop-filter:blur(20px) saturate(1.1);backdrop-filter:blur(20px) saturate(1.1);box-shadow:0 10px 35px #00000029;position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:.8rem;color:inherit;text-decoration:none}.brand-mark{display:grid;place-items:center;width:40px;height:40px;border:1px solid #365f73;color:#91cfe0;font-family:Georgia,serif;background:linear-gradient(145deg,#2b92ff1f,#ffffff04);box-shadow:inset 0 0 0 1px #ffffff06,0 10px 24px #00000038}.brand strong,.brand small{display:block}.brand small{margin-top:.15rem;color:#7f98a3;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.top-actions{display:flex;align-items:center;gap:.75rem}.api-pill,.role-badge,.state{display:inline-flex;align-items:center;padding:.4rem .65rem;border:1px solid rgba(255,255,255,.1);color:#adc0c8;font-size:.78rem}.api-pill.ok{color:#a7c4a4;border-color:#70a87947}.page{width:min(1180px,calc(100% - 2rem));margin:0 auto;padding:clamp(2rem,5vw,5rem) 0 6rem}.auth-layout{min-height:calc(100vh - 180px);display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:clamp(2rem,7vw,7rem);align-items:center}.intro h1,.welcome h1{margin:.25rem 0 1.25rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.8rem,7vw,6.2rem);font-weight:500;line-height:.98}.intro p:not(.eyebrow){max-width:55ch;color:#a6bac2;line-height:1.7}.eyebrow{margin:0 0 .65rem;color:#58dcc5;font-size:.72rem;letter-spacing:.2em}.panel{border:1px solid var(--tu-border);background:linear-gradient(145deg,#101b25e0,#0b131bd1);box-shadow:var(--tu-shadow);transition:border-color .18s ease,background-color .18s ease,box-shadow .22s ease,transform .22s ease}.auth-card{padding:clamp(1.4rem,4vw,2.4rem)}form{display:grid;gap:1rem}label{display:grid;gap:.42rem;color:#c4d5da;font-size:.88rem}label small{color:#667f8b}input,select{width:100%;min-height:44px;padding:.65rem .75rem;border:1px solid rgba(255,255,255,.12);border-radius:0;outline:none;color:#eef6f8;background:#0b151d}input:focus,select:focus{border-color:#2b92ff;box-shadow:0 0 0 2px #2b92ff24}.primary,.secondary,.ghost,.link-button{min-height:42px;border:1px solid transparent;padding:.65rem 1rem}.primary{background:#2b92ff;color:#080f17;font-weight:700}.primary:not(:disabled):hover{background:#4cb6d9;box-shadow:0 8px 24px #2b92ff29}.secondary:not(:disabled):hover,.ghost:not(:disabled):hover{border-color:#58dcc57a;color:#dce8ec;background:#2b92ff0f}.secondary{border-color:#365f73;color:#b8dfea;background:transparent}.ghost{border-color:#ffffff1f;color:#adc0c8;background:transparent}.link-button{min-height:auto;padding:.35rem 0;border:0;color:#6fcff1;background:transparent;text-align:left;text-decoration:underline;text-underline-offset:.2rem}.auth-help{margin:0 0 .35rem;color:#91a7b1;font-size:.88rem;line-height:1.55}.danger{color:#ca948b;border-color:#a6514847}.compact{min-height:34px;padding:.38rem .65rem;font-size:.78rem}.tabs{display:grid;grid-template-columns:1fr 1fr;margin:-2.4rem -2.4rem 1.7rem;border-bottom:1px solid rgba(255,255,255,.1)}.tabs button{min-height:48px;border:0;color:#91a7b1;background:transparent}.tabs button.active{color:#b8dfea;background:#2b92ff1a}.welcome{display:flex;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2.5rem}.welcome h1{margin-bottom:.4rem;font-size:clamp(2.6rem,6vw,5rem)}.muted{color:#91a7b1}.role-badge{color:#b8dfea;border-color:#58dcc547}.dashboard-hero{position:relative;min-height:280px;align-items:center;margin:0 0 1.15rem;padding:clamp(1.5rem,4vw,3rem);overflow:hidden;border:1px solid rgba(70,126,148,.13);background:linear-gradient(110deg,rgba(43,146,255,.11),transparent 46%),#08101885}.dashboard-hero:after{content:"";position:absolute;width:34rem;height:34rem;right:-16rem;top:-17rem;border:1px solid rgba(88,220,197,.12);border-radius:50%;box-shadow:0 0 0 4rem #58dcc505,0 0 0 8rem #58dcc503}.dashboard-hero>div:first-child{position:relative;z-index:1;max-width:720px}.dashboard-hero h1{margin:.2rem 0 .65rem;font-size:clamp(2.8rem,6vw,5.5rem)}.dashboard-lead{max-width:62ch;margin:0;color:#a6bac2;line-height:1.65}.dashboard-identity{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1rem;margin-top:1.15rem;font-size:.78rem}.dashboard-mark{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,54px);gap:.35rem;opacity:.52}.dashboard-mark span{display:grid;place-items:center;height:72px;border:1px solid rgba(88,220,197,.2);color:#58dcc5;font:500 2rem/1 Georgia,serif;background:#2b92ff09}.dashboard-portals{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1.25rem}.dashboard-portal{position:relative;min-height:210px;display:flex;flex-direction:column;justify-content:space-between;gap:1.25rem;padding:1.4rem;overflow:hidden;border:1px solid rgba(70,126,148,.15);color:inherit;text-decoration:none;background:linear-gradient(145deg,#101b25db,#12110fd1);box-shadow:0 18px 52px #00000030;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.dashboard-portal:after{content:"";position:absolute;inset:auto -3rem -5rem auto;width:11rem;height:11rem;border:1px solid rgba(88,220,197,.1);transform:rotate(28deg)}.dashboard-portal:hover{transform:translateY(-3px);border-color:#58dcc561;box-shadow:0 26px 68px #00000047}.dashboard-portal h2{margin:.12rem 0 .45rem;font:500 1.75rem/1.1 Georgia,serif}.dashboard-portal p:not(.eyebrow){max-width:45ch;margin:0;color:#7f98a3;line-height:1.55}.dashboard-portal>strong{color:#b8dfea;font-size:.76rem;letter-spacing:.03em}.portal-index{position:absolute;top:1rem;right:1rem;color:#58dcc540;font:500 2rem/1 Georgia,serif}.builder-portal{background:linear-gradient(145deg,#1233393d,#09141cd6)}.compendium-portal{background:linear-gradient(145deg,#35284f2e,#09141cd6)}.account-panel{background:linear-gradient(145deg,#0d1922bd,#081018b8)}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.grid>.panel{padding:1.5rem}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.section-heading h2,.panel h2{margin:0;font-family:Georgia,serif;font-size:1.8rem;font-weight:500}.panel h3{margin:0 0 .9rem;font-size:1rem;font-weight:600}hr{height:1px;margin:1.6rem 0;border:0;background:#ffffff14}.coming-soon{display:flex;flex-direction:column;justify-content:center;min-height:300px}.coming-soon p:last-child{color:#7f98a3;line-height:1.65}.feedback{margin:0 0 1.25rem;padding:.75rem 1rem;border:1px solid rgba(92,142,99,.3);color:#b8d2b6;background:#31503629}.feedback.error{border-color:#a6514859;color:#dab0aa;background:#5d2a252e}.feedback.floating{position:fixed;right:1.2rem;bottom:1.2rem;max-width:420px;margin:0}.admin-section{margin-top:4rem}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:.9rem 1rem;border-bottom:1px solid rgba(255,255,255,.075);text-align:left;vertical-align:middle}th{color:#718a95;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}td{color:#afc1c8;font-size:.88rem}td:first-child strong,td:first-child span,td:first-child small{display:block}td:first-child strong{color:#eef6f8}td:first-child span{margin-top:.18rem;color:#7f98a3}td:first-child small{width:fit-content;margin-top:.35rem;color:#58dcc5}td select{min-width:150px}.state{color:#a9c5a7;border-color:#70a87940}.state.disabled{color:#c59a94;border-color:#a6514840}.actions-cell{display:flex;justify-content:flex-end;gap:.45rem;text-align:right}.audit-heading{margin-top:2.5rem}.audit-list{padding:.4rem 1rem}.audit-list article{display:flex;justify-content:space-between;gap:1rem;padding:.85rem 0;border-bottom:1px solid rgba(255,255,255,.07);color:#a6bac2;font-size:.86rem}.audit-list article:last-child{border-bottom:0}.audit-list strong{color:#d7e3e7}.audit-list small{white-space:nowrap;color:#667f8b}@media(max-width:760px){.auth-layout,.grid{grid-template-columns:1fr}.auth-layout{min-height:auto}.topbar{padding:.75rem 1rem}.brand small,.api-pill{display:none}.tabs{margin:-1.4rem -1.4rem 1.5rem}.welcome{align-items:flex-start;flex-direction:column}.dashboard-portals{grid-template-columns:1fr}.dashboard-hero{min-height:auto;align-items:flex-start}.dashboard-mark{display:none}.audit-list article{flex-direction:column}}:root{--tu-bg:#080f17;--tu-surface:rgba(16,27,37,.88);--tu-surface-strong:#101b25;--tu-surface-soft:rgba(88,220,197,.025);--tu-border:rgba(70,126,148,.3);--tu-border-soft:rgba(86,143,163,.14);--tu-gold:#58dcc5;--tu-gold-strong:#2b92ff;--tu-text:#eef6f8;--tu-muted:#91a7b1;--tu-shadow:0 24px 72px rgba(0,0,0,.32)}html.route-changing:before{background:linear-gradient(90deg,transparent,#58dcc5 18%,#2b92ff 58%,#a67ce6 82%,transparent)}body{color:var(--tu-text);background:radial-gradient(circle at 14% -8%,rgba(32,96,111,.24),transparent 34rem),radial-gradient(circle at 88% 14%,rgba(111,67,145,.12),transparent 28rem),linear-gradient(180deg,#09121a,#081017 52%,#070d13)}body:before{opacity:.32;background-image:linear-gradient(rgba(70,135,155,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(70,135,155,.022) 1px,transparent 1px);background-size:44px 44px}.topbar{min-height:68px;border-bottom-color:#52869757;background:linear-gradient(180deg,#080f17f6,#080f17e8);box-shadow:0 12px 34px #00000040}.panel{border-color:#263f4c;border-radius:10px;background:linear-gradient(145deg,#131f2af5,#0b131bf0)}input,select,textarea{border-color:#5b8b9d47;color:#eef6f8;background:#0b151d}select{appearance:none;min-height:42px;padding:.62rem 2.65rem .62rem .82rem;border-radius:9px;background-color:#0b151d;background-image:linear-gradient(45deg,transparent 50%,#6fcff1 50%),linear-gradient(135deg,#6fcff1 50%,transparent 50%);background-position:calc(100% - 16px) 50%,calc(100% - 11px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat;box-shadow:inset 0 1px #ffffff05,0 1px #00000038;transition:border-color .14s ease,background-color .14s ease,box-shadow .14s ease}select:hover{border-color:#58dcc56b;background-color:#0d1922}select option,select optgroup{color:#eef6f8;background:#0b151d}select option{padding:.35rem .5rem}select optgroup{font-weight:700;color:#91cfe0}input:focus,select:focus,textarea:focus{border-color:#2b92ff;box-shadow:0 0 0 2px #2b92ff24}.eyebrow{color:#58dcc5}.primary{border-color:#58dcc547;color:#061218;background:linear-gradient(90deg,#58dcc5,#4ec9df)}.primary:not(:disabled):hover{background:linear-gradient(90deg,#6be5d0,#5ed6ea);box-shadow:0 8px 26px #36bfd62e}.secondary{border-color:#365f73;color:#bfd2d9}.secondary:not(:disabled):hover,.ghost:not(:disabled):hover{border-color:#58dcc570;color:#eef6f8;background:#58dcc50e}.ghost{border-color:#5b8b9d40;color:#adc0c8}.link-button{color:#6fcff1}.role-badge{color:#d5e3e7;border-color:#365663;background:#13222b}
