@layer reset,base,components,utilities;@layer reset{*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}}@layer base{:root{--bg: #070c18;--surface: #0d1424;--border: rgba(255, 255, 255, .07);--border-h: rgba(59, 130, 246, .45);--text: #e2e8f0;--muted: #cbd5e1;--dim: #94a3b8;--accent: #3b82f6;--accent-h: #2563eb;--success: #22c55e;--warning: #f59e0b;--error: #ef4444;--radius: 1.25rem;--radius-sm: .6rem;--gap: .875rem;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-prose: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--text-prose: #8898ab;--text-prose-dim: #5a6e82;--bg-prose: #0e1420;--font-mono: "SF Mono", "Fira Code", "JetBrains Mono", "Consolas", monospace;--page-bg: none}body{font-family:var(--font);background:var(--bg);background-image:radial-gradient(ellipse 100% 60% at 50% 0%,rgba(59,130,246,.07) 0%,transparent 70%);color:var(--text);min-height:100vh;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;background:var(--page-bg) center / cover no-repeat;opacity:.18;pointer-events:none;z-index:-1}}@layer components{.card{background:#0d1424bf;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.18);border-radius:var(--radius);overflow:hidden;position:relative;transition:border-color .25s,box-shadow .25s,transform .25s}a.card{text-decoration:none;color:inherit}a.card:hover{border-color:#ffffff59;box-shadow:0 20px 50px #0006,inset 0 1px #ffffff14;transform:translateY(-3px)}.badge{display:inline-flex;align-items:center;gap:.3rem;padding:.18rem .5rem;border-radius:9999px;font-size:.65rem;font-weight:600;width:fit-content}.badge-dot{width:5px;height:5px;border-radius:50%}.badge-live{background:#052e16;color:#4ade80;border:1px solid #14532d}.badge-live .badge-dot{background:var(--success);animation:pulse 2s infinite}.badge-soon{background:#2d1a00;color:#fbbf24;border:1px solid #451a03}.badge-soon .badge-dot{background:var(--warning)}.badge-done{background:#052e16;color:#4ade80;border:1px solid #14532d}.badge-done .badge-dot{background:var(--success)}.logo-mark{border-radius:50%;background:#fff;object-fit:contain;padding:3px;flex-shrink:0}.status-dot{position:absolute;top:13px;right:13px;width:8px;height:8px;border-radius:50%;background:var(--success);z-index:5;flex-shrink:0;animation:pulse-status 2.5s ease-in-out infinite}.status-dot:after{content:attr(data-label);position:absolute;right:calc(100% + 9px);top:50%;transform:translateY(-50%);background:#020617e0;backdrop-filter:blur(8px);color:var(--text);font-size:.65rem;font-weight:500;font-family:var(--font);white-space:nowrap;padding:.22rem .5rem;border-radius:5px;border:1px solid var(--border);opacity:0;pointer-events:none;transition:opacity .15s ease}.status-dot:hover:after{opacity:1}.single-content{max-width:72ch;margin:0 auto;background:var(--bg-prose);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 2.5rem}@media(max-width:640px){.single-content{padding:1.25rem 1rem;border-radius:var(--radius-sm)}}.prose{margin-bottom:1rem;font-family:var(--font-prose);font-size:1.025rem;line-height:1.85;color:var(--text-prose)}.prose h1{font-size:1.35rem;font-weight:700;letter-spacing:-.015em;color:#dde6f0;margin-bottom:1.5rem;padding-bottom:.85rem;border-bottom:1px solid rgba(255,255,255,.08);line-height:1.3}.prose h2{font-size:.95rem;font-weight:600;color:#a8bdd4;margin-top:2.25rem;margin-bottom:.65rem;letter-spacing:.015em}.prose h3{font-size:.875rem;font-weight:600;color:var(--text-prose);margin-top:1.5rem;margin-bottom:.4rem}.prose p{margin-bottom:1.1rem}.prose p:last-child{margin-bottom:0}.prose strong{color:#dde6f0;font-weight:600}.prose em{color:var(--text-prose);font-style:italic}.prose ul,.prose ol{padding-left:1.5rem;margin-bottom:1.1rem}.prose li{margin-bottom:.35rem}.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;transition:color .15s}.prose a:hover{color:var(--accent-h)}.mermaid-diagram{margin:1.5rem 0;text-align:center}.mermaid-diagram svg{max-width:100%;height:auto}.prose a[title][href^="#"]:not([data-footnote-ref]):not([data-footnote-backref]){color:var(--text-prose);text-decoration:underline;text-decoration-style:dotted;text-underline-offset:3px;cursor:help}.prose a[title][href^="#"]:not([data-footnote-ref]):not([data-footnote-backref]):hover{color:var(--text-prose)}.prose blockquote{border-left:3px solid var(--accent);margin:1.5rem 0;padding:.75rem 1.25rem;background:#3b82f60f;border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--text-prose-dim);font-style:italic}.prose blockquote p:last-child{margin-bottom:0}.prose code{font-family:var(--font-mono);font-size:.875em;background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:4px;padding:.1em .4em;color:#93c5fd}.prose pre{background:#00000059;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-sm);padding:1.25rem 1.5rem;overflow-x:auto;margin:1.5rem 0}.prose pre code{background:none;border:none;padding:0;font-size:.875rem;color:#cbd5e1}.prose img{max-width:100%;border-radius:var(--radius-sm);margin:1.5rem auto;display:block}.prose hr{border:none;border-top:1px solid rgba(255,255,255,.08);margin:2.5rem 0}.prose table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem}.prose th{text-align:left;font-weight:600;color:#dde6f0;padding:.6rem 1rem;border-bottom:1px solid rgba(255,255,255,.12)}.prose td{padding:.5rem 1rem;border-bottom:1px solid rgba(255,255,255,.05);color:var(--text-prose-dim)}.prose tr:last-child td{border-bottom:none}.prose del{color:var(--text-prose-dim);text-decoration:line-through}.prose ul:has(input[type=checkbox]){list-style:none;padding-left:.25rem}.prose input[type=checkbox]{accent-color:var(--accent);margin-right:.5rem;cursor:default}.prose .footnotes{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08);font-size:.85rem;color:var(--text-prose-dim)}.prose .footnotes ol{padding-left:1.25rem}.prose .footnotes li{margin-bottom:.5rem}.prose a[data-footnote-ref]{font-size:.75em;vertical-align:super;text-decoration:none;color:var(--accent);font-weight:600}.prose a[data-footnote-backref]{text-decoration:none}.prose .markdown-alert{border-left:3px solid;border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:.85rem 1.25rem;margin:1.5rem 0}.prose .markdown-alert-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;display:flex;align-items:center;gap:.4rem}.prose .markdown-alert p:last-child{margin-bottom:0}.prose .markdown-alert-note{border-color:#3b82f6;background:#3b82f614}.prose .markdown-alert-note .markdown-alert-title{color:#60a5fa}.prose .markdown-alert-tip{border-color:#22c55e;background:#22c55e14}.prose .markdown-alert-tip .markdown-alert-title{color:#4ade80}.prose .markdown-alert-important{border-color:#a855f7;background:#a855f714}.prose .markdown-alert-important .markdown-alert-title{color:#c084fc}.prose .markdown-alert-warning{border-color:#f59e0b;background:#f59e0b14}.prose .markdown-alert-warning .markdown-alert-title{color:#fbbf24}.prose .markdown-alert-caution{border-color:#ef4444;background:#ef444414}.prose .markdown-alert-caution .markdown-alert-title{color:#f87171}.skel{background:linear-gradient(90deg,#1a2540 25%,#253354,#1a2540 75%);background-size:400% 100%;animation:shimmer 1.6s ease-in-out infinite;border-radius:5px;flex-shrink:0}}@layer utilities{.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.85)}}@keyframes pulse-status{0%,to{box-shadow:0 0 #22c55e80}50%{box-shadow:0 0 0 4px #22c55e00}}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}
