html{color-scheme:light dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{margin:0}.language-page{min-height:100vh;display:grid;place-items:center;padding:32px;background:#f8fafc;color:#0f172a}.language-panel{width:min(680px,100%)}.language-kicker{margin:0 0 12px;font-size:14px;font-weight:700;text-transform:uppercase;color:#2563eb}.language-panel h1{margin:0;font-size:clamp(40px,8vw,72px);line-height:.95;letter-spacing:0}.language-panel p:not(.language-kicker){margin:24px 0 0;font-size:18px;line-height:1.7;color:#475569}.language-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.language-actions a{display:inline-flex;align-items:center;min-height:44px;padding:0 18px;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;text-decoration:none;font-weight:700;background:#fff}.language-actions a:first-child{background:#0f172a;border-color:#0f172a;color:#fff}@media (prefers-color-scheme:dark){.language-page{background:#0a0f1a;color:#e5e7eb}.language-panel p:not(.language-kicker){color:#94a3b8}.language-actions a{background:#111827;border-color:#334155;color:#e5e7eb}.language-actions a:first-child{background:#e5e7eb;border-color:#e5e7eb;color:#0f172a}}