:root{--bg: #0b1736;--bg-soft: #11224a;--bg-card: #ffffff;--fg: #0b1736;--fg-soft: #5a6680;--fg-muted: #8a95ad;--border: #e6e9f0;--brand: #2563eb;--brand-soft: #dbeafe;--accent: #fbbf24;--success: #10b981;--warn: #f59e0b;--error: #ef4444}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:15px;line-height:1.55;color:var(--fg);background:#f6f7fb}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1200px;margin:0 auto;padding:0 20px}.page{padding:28px 0 80px;min-height:60vh}h1,h2,h3,h4{color:var(--fg);font-weight:700;line-height:1.2}h1{font-size:32px;margin:0 0 12px}h2{font-size:22px;margin:28px 0 12px}h3{font-size:18px;margin:22px 0 10px}p{margin:0 0 14px}.btn{display:inline-block;padding:10px 18px;border-radius:8px;background:var(--brand);color:#fff;font-weight:600;border:0;cursor:pointer;font-family:inherit;font-size:14px;transition:filter .12s}.btn:hover{filter:brightness(.95);text-decoration:none}.btn-outline{background:transparent;border:1.5px solid var(--brand);color:var(--brand)}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:18px 20px;transition:border-color .12s}.muted{color:var(--fg-muted);font-size:13px}.pill{display:inline-block;padding:6px 14px;border-radius:999px;background:var(--brand-soft);color:var(--brand);font-size:13px;font-weight:600;text-decoration:none;transition:filter .12s}.pill:hover{filter:brightness(.95);text-decoration:none}.grid{display:grid;gap:14px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-6{grid-template-columns:repeat(6,1fr)}@media (max-width: 900px){.grid-3,.grid-4,.grid-6{grid-template-columns:repeat(2,1fr)}.grid-2{grid-template-columns:1fr}}@media (max-width: 600px){.grid-3,.grid-4,.grid-6{grid-template-columns:1fr}h1{font-size:26px}.container{padding:0 16px}.card{padding:14px 16px}.btn{padding:12px 20px;font-size:15px}}.breadcrumbs{color:var(--fg-muted);font-size:13px;margin-bottom:12px}.breadcrumbs a{color:var(--fg-soft)}.breadcrumbs span{color:var(--fg);font-weight:500}.section{margin:36px 0}.section-title{font-size:22px;font-weight:700;margin-bottom:6px}.section-subtitle{color:var(--fg-muted);font-size:14px;margin-bottom:18px}.site-header[data-astro-cid-5hce7sga]{background:var(--bg);color:#fff;padding:14px 0;position:sticky;top:0;z-index:50;box-shadow:0 1px 8px #00000026}.header-row[data-astro-cid-5hce7sga]{display:flex;align-items:center;justify-content:space-between;gap:24px}.logo[data-astro-cid-5hce7sga]{display:flex;align-items:center;gap:8px;color:#fff;font-weight:800;font-size:18px}.logo[data-astro-cid-5hce7sga]:hover{text-decoration:none}.primary-nav[data-astro-cid-5hce7sga]{display:flex;flex-wrap:wrap;gap:18px}.primary-nav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{color:#d9e1f5;font-size:14px;font-weight:500}.primary-nav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{color:#fff;text-decoration:none}.lang-toggle[data-astro-cid-5hce7sga]{display:inline-flex;gap:4px;padding:4px;background:#ffffff14;border-radius:999px}.lang-link[data-astro-cid-5hce7sga]{color:#d9e1f5;padding:6px 12px;border-radius:999px;font-size:13px;font-weight:600;text-decoration:none}.lang-link[data-astro-cid-5hce7sga]:hover{color:#fff;text-decoration:none}.lang-link[data-astro-cid-5hce7sga].active{background:var(--brand);color:#fff}.nav-toggle-input[data-astro-cid-5hce7sga]{display:none}.nav-toggle-label[data-astro-cid-5hce7sga]{display:none;cursor:pointer;width:36px;height:36px;padding:8px;flex-direction:column;justify-content:space-between}.nav-toggle-label[data-astro-cid-5hce7sga] span[data-astro-cid-5hce7sga]{display:block;height:2.5px;background:#fff;border-radius:2px;transition:transform .2s,opacity .2s}@media (max-width: 768px){.header-row[data-astro-cid-5hce7sga]{flex-wrap:wrap;gap:12px}.nav-toggle-label[data-astro-cid-5hce7sga]{display:flex}.primary-nav[data-astro-cid-5hce7sga]{display:none;order:3;flex-basis:100%;flex-direction:column;gap:4px;padding-top:12px;margin-top:4px;border-top:1px solid rgba(255,255,255,.1)}.primary-nav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{padding:10px 4px;font-size:15px}.lang-toggle[data-astro-cid-5hce7sga]{margin-left:auto}.nav-toggle-input[data-astro-cid-5hce7sga]:checked~.primary-nav[data-astro-cid-5hce7sga]{display:flex}.nav-toggle-input[data-astro-cid-5hce7sga]:checked~.nav-toggle-label[data-astro-cid-5hce7sga] span[data-astro-cid-5hce7sga]:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle-input[data-astro-cid-5hce7sga]:checked~.nav-toggle-label[data-astro-cid-5hce7sga] span[data-astro-cid-5hce7sga]:nth-child(2){opacity:0}.nav-toggle-input[data-astro-cid-5hce7sga]:checked~.nav-toggle-label[data-astro-cid-5hce7sga] span[data-astro-cid-5hce7sga]:nth-child(3){transform:translateY(-8px) rotate(-45deg)}}@media (max-width: 380px){.lang-toggle[data-astro-cid-5hce7sga]{padding:2px}.lang-link[data-astro-cid-5hce7sga]{padding:4px 8px;font-size:12px}}.site-footer[data-astro-cid-5hce7sga]{background:var(--bg);color:#c5cee5;padding:40px 0 24px;margin-top:60px}.footer-grid[data-astro-cid-5hce7sga]{display:grid;gap:32px;grid-template-columns:repeat(4,1fr)}@media (max-width: 900px){.footer-grid[data-astro-cid-5hce7sga]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.footer-grid[data-astro-cid-5hce7sga]{grid-template-columns:1fr;gap:20px}}.site-footer[data-astro-cid-5hce7sga] h4[data-astro-cid-5hce7sga]{color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.site-footer[data-astro-cid-5hce7sga] ul[data-astro-cid-5hce7sga]{list-style:none;padding:0;margin:0}.site-footer[data-astro-cid-5hce7sga] li[data-astro-cid-5hce7sga]{margin-bottom:6px}.site-footer[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{color:#c5cee5;font-size:13px}.site-footer[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{color:#fff}.footer-bottom[data-astro-cid-5hce7sga]{display:flex;justify-content:space-between;padding-top:24px;margin-top:24px;border-top:1px solid #1a2d5a;font-size:12px;color:#8a95ad;gap:12px}@media (max-width: 600px){.footer-bottom[data-astro-cid-5hce7sga]{flex-direction:column;gap:4px}}
