:root{--bg: #f7f8fc;--panel-soft: #f1f5ff;--text: #172033;--muted: #5d6b85;--line: #dbe4f0;--primary: #2952ff;--primary-dark: #1838c7;--accent: #edf2ff;--shadow: 0 18px 50px rgba(20, 39, 90, .08);--max: 1100px}[data-astro-cid-kh7btl4r]{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(41,82,255,.12),transparent 28%),radial-gradient(circle at top right,rgba(0,170,255,.08),transparent 24%),var(--bg);line-height:1.7}a[data-astro-cid-kh7btl4r]{color:inherit;text-decoration:none}.container[data-astro-cid-kh7btl4r]{width:min(var(--max),calc(100% - 2rem));margin:0 auto}.topbar[data-astro-cid-kh7btl4r]{position:sticky;top:0;z-index:10;backdrop-filter:blur(14px);background:#f7f8fcd1;border-bottom:1px solid rgba(219,228,240,.8)}.topbar-inner[data-astro-cid-kh7btl4r]{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand[data-astro-cid-kh7btl4r]{display:flex;align-items:center;gap:.75rem;font-weight:800;letter-spacing:-.02em}.brand-badge[data-astro-cid-kh7btl4r]{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary),#5f7cff);color:#fff;font-size:1.1rem;box-shadow:var(--shadow)}.nav[data-astro-cid-kh7btl4r]{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.nav[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:var(--muted);font-weight:700}.nav[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover,.nav[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r][aria-current=page]{color:var(--text)}.btn[data-astro-cid-kh7btl4r]{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.9rem 1.1rem;border-radius:999px;border:1px solid transparent;font-weight:700;font-size:.95rem;cursor:pointer;transition:.2s ease}.btn-primary[data-astro-cid-kh7btl4r]{background:var(--primary);color:#fff}.btn-primary[data-astro-cid-kh7btl4r]:hover{background:var(--primary-dark);transform:translateY(-1px)}.hero[data-astro-cid-kh7btl4r]{padding:4rem 0 1.5rem}.hero-card[data-astro-cid-kh7btl4r],.content-card[data-astro-cid-kh7btl4r],.sidebar-card[data-astro-cid-kh7btl4r],.footer-card[data-astro-cid-kh7btl4r]{background:#ffffffd1;border:1px solid rgba(219,228,240,.85);border-radius:28px;box-shadow:var(--shadow)}.hero-card[data-astro-cid-kh7btl4r]{padding:2.5rem}.eyebrow[data-astro-cid-kh7btl4r]{display:inline-flex;align-items:center;gap:.55rem;padding:.45rem .8rem;border-radius:999px;background:var(--accent);color:var(--primary-dark);font-size:.92rem;font-weight:800}h1[data-astro-cid-kh7btl4r],h2[data-astro-cid-kh7btl4r],h3[data-astro-cid-kh7btl4r]{margin:0;line-height:1.12;letter-spacing:-.03em}h1[data-astro-cid-kh7btl4r]{margin-top:1rem;font-size:clamp(2.2rem,4vw,4rem);max-width:12ch}h2[data-astro-cid-kh7btl4r]{font-size:clamp(1.5rem,2vw,2rem);margin-bottom:.9rem}p[data-astro-cid-kh7btl4r]{margin:0 0 1rem;color:var(--muted)}.hero-text[data-astro-cid-kh7btl4r]{max-width:72ch;margin-top:1rem}.hero-actions[data-astro-cid-kh7btl4r]{display:flex;gap:.9rem;flex-wrap:wrap;margin-top:1.4rem}.layout[data-astro-cid-kh7btl4r]{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.9fr);gap:1.2rem;padding:1rem 0 2rem}.content-card[data-astro-cid-kh7btl4r]{padding:2rem}.content-section[data-astro-cid-kh7btl4r]+.content-section[data-astro-cid-kh7btl4r]{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--line)}.content-section[data-astro-cid-kh7btl4r] ul[data-astro-cid-kh7btl4r]{margin:0;padding-left:1.2rem;color:var(--muted)}.content-section[data-astro-cid-kh7btl4r] li[data-astro-cid-kh7btl4r]+li[data-astro-cid-kh7btl4r]{margin-top:.7rem}.sidebar[data-astro-cid-kh7btl4r]{display:grid;gap:1rem;align-self:start}.sidebar-card[data-astro-cid-kh7btl4r]{padding:1.25rem}.sidebar-card[data-astro-cid-kh7btl4r] h3[data-astro-cid-kh7btl4r]{font-size:1.1rem;margin-bottom:.75rem}.quick-links[data-astro-cid-kh7btl4r]{display:grid;gap:.75rem}.quick-links[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{display:block;padding:.95rem 1rem;border-radius:18px;border:1px solid var(--line);background:#fff;font-weight:700;transition:.2s ease}.quick-links[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{border-color:#b9c9df;transform:translateY(-1px)}.note[data-astro-cid-kh7btl4r]{padding:1rem 1.05rem;border-radius:18px;background:var(--panel-soft);color:var(--text);border:1px solid var(--line)}.note[data-astro-cid-kh7btl4r] strong[data-astro-cid-kh7btl4r]{display:block;margin-bottom:.35rem}.footer[data-astro-cid-kh7btl4r]{padding:0 0 2.4rem}.footer-card[data-astro-cid-kh7btl4r]{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;align-items:center;padding:1.25rem 1.4rem}.footer-links[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;gap:1rem;color:var(--muted);font-weight:700}.footer-links[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{color:var(--text)}.menu-toggle[data-astro-cid-kh7btl4r]{display:none;flex-direction:column;gap:5px;padding:10px;background:none;border:1px solid var(--line);border-radius:12px;cursor:pointer}.menu-toggle[data-astro-cid-kh7btl4r] span[data-astro-cid-kh7btl4r]{display:block;width:22px;height:2.5px;background:var(--text);border-radius:2px;transition:.3s ease}.menu-toggle[data-astro-cid-kh7btl4r][aria-expanded=true] span[data-astro-cid-kh7btl4r]:nth-child(1){transform:rotate(45deg) translate(5.5px,5.5px)}.menu-toggle[data-astro-cid-kh7btl4r][aria-expanded=true] span[data-astro-cid-kh7btl4r]:nth-child(2){opacity:0}.menu-toggle[data-astro-cid-kh7btl4r][aria-expanded=true] span[data-astro-cid-kh7btl4r]:nth-child(3){transform:rotate(-45deg) translate(5.5px,-5.5px)}@media(max-width:860px){.layout[data-astro-cid-kh7btl4r]{grid-template-columns:1fr}}@media(max-width:760px){.topbar-inner[data-astro-cid-kh7btl4r]{padding:.75rem 0;flex-wrap:wrap}.menu-toggle[data-astro-cid-kh7btl4r]{display:flex}.nav[data-astro-cid-kh7btl4r]{display:none;width:100%;flex-direction:column;gap:.5rem;padding:.75rem 0;border-top:1px solid var(--line)}.nav[data-astro-cid-kh7btl4r].open{display:flex}.nav[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{padding:.6rem .8rem;border-radius:12px}.nav[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{background:var(--accent)}.hero[data-astro-cid-kh7btl4r]{padding-top:2rem}.hero-card[data-astro-cid-kh7btl4r],.content-card[data-astro-cid-kh7btl4r],.sidebar-card[data-astro-cid-kh7btl4r],.footer-card[data-astro-cid-kh7btl4r]{padding:1.35rem;border-radius:22px}}
