:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#f5f4ef;font-synthesis:none;text-rendering:optimizelegibility;--surface:#17181d;--surface-raised:#1d1f25;--border:#30323a;--muted:#a4a6ad;--accent:#e8ab2e;--accent-soft:#f1c76f;--content-width:1120px;background:#101114;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at 75% 15%,#e8ab2e1a,#0000 28rem),#101114;min-width:320px;min-height:100vh;margin:0}button,a{font:inherit}a{color:inherit}a:focus-visible,button:focus-visible{outline:3px solid var(--accent-soft);outline-offset:3px}.app-shell{grid-template-rows:auto 1fr auto;min-height:100vh;display:grid}.site-header,.site-footer,main{width:min(100% - 40px, var(--content-width));margin-inline:auto}.site-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;min-height:76px;display:flex}.brand{color:#fff;align-items:center;gap:10px;font-size:1.05rem;font-weight:700;text-decoration:none;display:inline-flex}.brand-mark{color:#17110a;background:linear-gradient(145deg,#f4c360,#b87708);border:1px solid #d79513;border-radius:10px;place-items:center;width:32px;height:32px;display:grid;box-shadow:0 8px 28px #e8ab2e29}nav{gap:8px;display:flex}nav a{color:var(--muted);border-radius:8px;padding:9px 12px;text-decoration:none}nav a:hover,nav a.active{color:#fff;background:#24262d}.hero{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);align-items:center;gap:48px;min-height:530px;padding-block:72px;display:grid}.eyebrow{color:var(--accent-soft);letter-spacing:.14em;text-transform:uppercase;margin:0 0 14px;font-size:.75rem;font-weight:750}h1,h2,p{margin-top:0}h1{letter-spacing:-.065em;max-width:780px;margin-bottom:24px;font-size:clamp(3.4rem,9vw,7.4rem);font-weight:650;line-height:.92}.hero-description{color:#c6c7cd;max-width:620px;margin-bottom:32px;font-size:clamp(1.08rem,2vw,1.3rem);line-height:1.65}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.button{cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;min-height:46px;padding:0 18px;font-weight:700;text-decoration:none;transition:border-color .15s,background .15s,transform .15s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button--primary{background:var(--accent);color:#191208}.button--primary:hover{background:#f1bb4c}.button--secondary{border-color:var(--border);background:var(--surface-raised);color:#f5f4ef}.button--secondary:hover{background:#25272e;border-color:#555862}.orbital{aspect-ratio:1;justify-self:end;place-items:center;width:min(100%,390px);display:grid;position:relative}.orbital:before{background:var(--accent);content:"";filter:blur(95px);opacity:.18;border-radius:50%;width:58%;height:58%;position:absolute}.orbital-ring{border:1px solid #e8ab2e47;border-radius:50%;position:absolute}.orbital-ring--outer{inset:2%}.orbital-ring--inner{border-color:#ffffff21;inset:21%}.orbital-core{z-index:1;color:#181108;background:linear-gradient(145deg,#f5ca71,#bd7909);border:1px solid #dc9e20;border-radius:34px;place-items:center;width:116px;height:116px;font-size:3.6rem;font-weight:800;display:grid;box-shadow:0 22px 80px #e8ab2e38}.status-card{border:1px solid var(--border);background:#17181dd6;border-radius:16px;justify-content:space-between;align-items:center;gap:32px;padding:26px 28px;display:flex}.status-card .eyebrow{margin-bottom:8px}.status-card p:last-child{color:var(--muted);margin:6px 0 0}.status-line{align-items:center;gap:10px;font-size:1.15rem;display:flex}.status-dot{background:#777981;border-radius:50%;width:10px;height:10px}.status-dot--checking{animation:1.2s ease-in-out infinite pulse}.status-dot--online{background:#70d18c;box-shadow:0 0 14px #70d18c7a}.status-dot--offline{background:#ef7777}.resources{padding-block:100px 120px}.section-heading{margin-bottom:28px}h2{letter-spacing:-.045em;margin-bottom:0;font-size:clamp(2rem,5vw,3.5rem)}.resource-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.resource-card{border:1px solid var(--border);background:var(--surface);border-radius:14px;flex-direction:column;justify-content:space-between;min-height:220px;padding:24px;text-decoration:none;transition:border-color .15s,background .15s,transform .15s;display:flex}.resource-card:hover{background:var(--surface-raised);border-color:#555862;transform:translateY(-2px)}.resource-card strong,.resource-card small{display:block}.resource-card strong{margin-bottom:12px;font-size:1.15rem}.resource-card small{color:var(--muted);font-size:.95rem;line-height:1.55}.resource-link{color:var(--accent-soft);font-size:.88rem;font-weight:700}.centered-page{place-items:center;min-height:65vh;padding-block:60px;display:grid}.placeholder-card{border:1px solid var(--border);background:var(--surface);border-radius:18px;width:min(100%,680px);padding:clamp(28px,7vw,64px)}.placeholder-card h1{margin-bottom:20px;font-size:clamp(2.5rem,7vw,4.8rem)}.placeholder-card>p:not(.eyebrow){color:var(--muted);margin-bottom:28px;font-size:1.08rem;line-height:1.65}.nav-user{color:var(--muted);padding:9px 12px;font-size:.9rem}.nav-link-button{color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:9px 12px}.nav-link-button:hover{color:#fff;background:#24262d}.auth-card{border:1px solid var(--border);background:var(--surface);border-radius:18px;flex-direction:column;gap:10px;width:min(100%,420px);padding:clamp(28px,6vw,48px);display:flex}.auth-card h1{margin-bottom:8px;font-size:2rem}.auth-card label{color:var(--muted);margin-top:8px;font-size:.85rem;font-weight:600}.auth-card input{border:1px solid var(--border);color:#fff;font:inherit;background:#22242b;border-radius:8px;padding:11px 12px}.auth-card input:focus{outline:2px solid var(--accent-soft);outline-offset:1px}.auth-card .button{margin-top:12px}.auth-hint{color:var(--muted);font-size:.9rem;line-height:1.5}.auth-error{color:#ff7b72;font-size:.9rem}.site-footer{color:var(--muted);border-top:1px solid #ffffff14;justify-content:space-between;padding-block:26px;font-size:.86rem;display:flex}@keyframes pulse{50%{opacity:.35}}@media (width<=760px){.site-header,.site-footer,main{width:min(100% - 28px, var(--content-width))}.hero{grid-template-columns:1fr;min-height:auto;padding-block:70px}.orbital{display:none}.resource-grid{grid-template-columns:1fr}.resource-card{min-height:170px}}@media (width<=480px){nav a{padding-inline:8px;font-size:.9rem}.status-card,.site-footer{flex-direction:column;align-items:flex-start}.site-footer{gap:8px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
