*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0f0f0f;--bg-card: #1a1a1a;--surface: #161616;--text: #ededed;--text-muted: #888;--accent: #22c55e;--accent-hover: #4ade80;--radius: 10px;--radius-sm: 6px}html{scroll-behavior:smooth}body{font-family:DM Sans,system-ui,sans-serif;font-weight:400;background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh}.layout{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:2rem 1.25rem 1.5rem}.page{width:100%;max-width:520px;display:flex;flex-direction:column;align-items:center;gap:2rem}.page-brand{text-align:center}.page-title{font-size:1.75rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}.page-title a{color:inherit;text-decoration:none}.page-title a:hover{color:var(--accent)}.page-description{margin-top:.5rem;font-size:.9375rem;font-weight:400;color:var(--text-muted);line-height:1.5;max-width:36ch;margin-left:auto;margin-right:auto}.page-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;width:100%}.link-card{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:var(--surface);border:1px solid rgba(255,255,255,.06);border-radius:999px;color:var(--text);text-decoration:none;font-size:.875rem;font-weight:500;transition:background .2s,border-color .2s,color .2s}.link-card:hover{background:var(--bg-card);border-color:#22c55e4d;color:var(--accent-hover)}.link-card-icon{color:var(--text-muted);display:flex;align-items:center;justify-content:center}.link-card:hover .link-card-icon{color:var(--accent)}.link-card-label{line-height:1}.page-embed{width:100%;border-radius:var(--radius);overflow:hidden;background:var(--surface);border:1px solid rgba(255,255,255,.06)}.page-embed-inner{aspect-ratio:16 / 9;width:100%;overflow:hidden;background:#000}.page-embed-iframe{width:100%;height:100%;display:block;border:none}.page-footer{margin-top:.5rem;font-size:.75rem;color:var(--text-muted)}.page-footer a{color:var(--text-muted);text-decoration:none}.page-footer a:hover{color:var(--accent)}@media(max-width:480px){.layout{padding:1.5rem 1rem 1.25rem}.page{gap:1.5rem}.page-title{font-size:1.5rem}.link-card{padding:.5rem .85rem;font-size:.8125rem}}
