@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../../../fonts/Inter-Regular.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../../../fonts/Inter-SemiBold.woff2) format("woff2")}:root{--bg: #f7f8fc;--surface: #ffffff;--surface-2: #eef4fa;--surface-3: #fafaff;--surface-4: #e8f0fb;--surface-5: #f5f5f5;--fg: #252244;--muted: #6b7085;--border: #d9e2ee;--on-accent: #ffffff;--accent: #383280;--accent-deep: #2a2566;--accent-mid: #5b6bc7;--accent-2: #5ea8dc;--accent-3: #0c5b53;--accent-soft: color-mix(in oklch, var(--accent) 14%, transparent);--accent-2-soft: color-mix(in oklch, var(--accent-2) 30%, transparent);--fg-soft: color-mix(in oklch, var(--fg) 6%, transparent);--row-hover: color-mix(in oklch, var(--accent-2) 14%, transparent);--success: #3d7a4f;--warn: #fc944a;--warn-bg: #fef3c7;--warn-fg: #92400e;--warn-bd: #fde68a;--error: #b4453a;--error-bg: #fee2e2;--error-fg: #991b1b;--error-bd: #fecaca;--info: #5ea8dc;--font: "Inter", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--fs-h1: clamp(32px, 4.4vw, 52px);--fs-h2: clamp(24px, 3vw, 34px);--fs-h3: 18px;--fs-lead: 17px;--fs-body: 16px;--fs-meta: 12px;--radius: 8px;--container: 1200px;--gutter: 32px;--gap-xs: 8px;--gap-sm: 12px;--gap-md: 16px;--gap-lg: 24px;--gap-xl: 40px;--gap-2xl: 72px;--bp-wide: 920px;--bp-mid: 768px;--bp-narrow: 720px;--bp-compact: 560px}.container{max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:clamp(56px,7vw,var(--gap-2xl))}.section+.section{border-top:1px solid var(--border)}.row{display:flex;align-items:center;gap:var(--gap-md)}.row-between{display:flex;align-items:center;justify-content:space-between;gap:var(--gap-md);flex-wrap:wrap}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:var(--gap-xl);align-items:start}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap-lg)}@media (max-width: 920px){.grid-2,.grid-3{grid-template-columns:1fr}}.h1{font-size:var(--fs-h1);font-weight:700;line-height:1.05;letter-spacing:-.02em}.h2{font-size:var(--fs-h2);font-weight:700;line-height:1.15;letter-spacing:-.015em}.h3{font-size:var(--fs-h3);font-weight:600}.lead{font-size:var(--fs-lead);color:var(--muted);max-width:60ch;line-height:1.55}.eyebrow{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);font-weight:600;margin:0 0 12px}.section-head{margin-bottom:40px;max-width:60ch}.meta{font-size:var(--fs-meta);color:var(--muted);line-height:1.4}.muted{color:var(--muted)}.num{font-variant-numeric:tabular-nums}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 20px;min-height:44px;border-radius:15px;border:1px solid transparent;font-size:14px;font-weight:600;letter-spacing:-.005em;transition:background .15s ease,border-color .15s ease,color .15s ease;white-space:nowrap;text-decoration:none;cursor:pointer}.btn-primary{background:var(--accent);color:var(--on-accent);border-color:var(--accent)}.btn-primary:hover{background:var(--accent-mid);border-color:var(--accent-mid)}.btn-primary:active{background:var(--accent-deep)}.btn-primary:disabled{background:var(--muted);border-color:var(--muted);cursor:not-allowed;opacity:.7}.btn-secondary{background:#fff;color:var(--fg);border-color:var(--border)}.btn-secondary:hover{border-color:var(--accent);color:var(--accent)}.btn-ghost{background:transparent;color:var(--accent);padding:8px 12px;border:0;font-weight:600}.btn-ghost:hover{color:var(--accent-mid)}.badge{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.01em}.badge-blue{background:var(--accent-2-soft);color:var(--accent);border:1px solid color-mix(in oklch,var(--accent-2) 40%,transparent)}.badge-soft{background:var(--surface-2);color:var(--fg);border:1px solid var(--border)}.badge-outline{background:transparent;border:1px solid var(--border);color:var(--muted)}.badge-warn{background:var(--warn-bg);color:var(--warn-fg);border:1px solid var(--warn-bd)}.badge-success{background:color-mix(in oklch,var(--success) 14%,transparent);color:var(--success);border:1px solid color-mix(in oklch,var(--success) 40%,transparent)}.badge-error{background:var(--error-bg);color:var(--error-fg);border:1px solid var(--error-bd)}.hero{padding-block:clamp(64px,9vw,110px)}.hero h1{margin-bottom:16px}.hero .lead{margin-bottom:0}.hero-cta{display:inline-flex;gap:12px;flex-wrap:wrap;margin-top:28px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px;display:flex;flex-direction:column;gap:12px}.card-primary{border-top:3px solid var(--accent)}.scope-list{list-style:none;padding:0;margin:0}.scope-list li{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid var(--border);font-size:14px;line-height:1.5}.scope-list li:last-child{border-bottom:0}.scope-list .mark{width:22px;height:22px;border-radius:50%;flex:0 0 22px;display:grid;place-items:center;font-size:11px;font-weight:700;line-height:1}.scope-list .mark.yes{background:var(--accent-2);color:var(--accent)}.scope-list .mark.no{background:var(--border);color:var(--muted)}.scope-list .text{color:var(--fg)}.scope-list .text strong{font-weight:600}.feature-row{display:grid;grid-template-columns:180px 1fr;gap:var(--gap-xl);padding:28px 0;border-top:1px solid var(--border)}.feature-row:last-child{border-bottom:1px solid var(--border)}@media (max-width: 720px){.feature-row{grid-template-columns:1fr;gap:12px}}.feature-row h3{margin-bottom:6px;font-size:15px;font-weight:600}.feature-row p{color:var(--muted);font-size:14px;line-height:1.55;margin:0}.faq-item{padding:20px 0;border-top:1px solid var(--border)}.faq-item:last-child{border-bottom:1px solid var(--border)}.faq-item h3{font-size:15px;font-weight:600;margin:0 0 6px}.faq-item p{color:var(--muted);font-size:14px;line-height:1.6;max-width:70ch;margin:0}.stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap-lg);padding:24px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}@media (max-width: 720px){.stat-row{grid-template-columns:1fr;gap:16px}}.stat-row .stat{display:flex;flex-direction:column;gap:4px}.stat-row .stat-num{font-size:28px;font-weight:700;color:var(--accent);letter-spacing:-.02em;line-height:1.1}.stat-row .stat-label{font-size:13px;color:var(--muted);max-width:32ch}.cta-strip{background:var(--surface);border:1px solid var(--border);border-top:3px solid var(--accent);border-radius:var(--radius);padding:56px 40px;text-align:center}.cta-strip h2{margin-bottom:12px}.cta-strip .lead{margin:0 auto 28px}@media (max-width: 720px){.cta-strip{padding:40px 24px}}.banner.svelte-13ply8v{background:var(--warn-bg);color:var(--warn-fg);border-bottom:1px solid var(--warn-bd);padding:.5rem 1.5rem;font-size:.875rem}.mini-cart.svelte-1hhuk7v{display:inline-flex;align-items:center;gap:.375rem;margin-left:auto;padding:.25rem .625rem;border:1px solid var(--border);border-radius:4px;text-decoration:none;color:var(--fg);font-size:.875rem;position:relative}.mini-cart.active.svelte-1hhuk7v{border-color:var(--accent-2);color:var(--accent-2)}.icon.svelte-1hhuk7v{font-size:1rem;line-height:1}.badge.svelte-1hhuk7v{background:var(--accent);color:#fff;border-radius:999px;padding:0 .4375rem;font-size:.75rem;font-weight:600;line-height:1.25rem;min-width:1.25rem;text-align:center}.lang-pill.svelte-1oyvx3k{display:inline-flex;align-items:center;gap:.375rem;font-size:13px;font-weight:500;padding:6px 10px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--muted);text-decoration:none}.lang-opt.svelte-1oyvx3k{color:var(--muted);text-decoration:none;padding:2px 4px;border-radius:4px;transition:color .12s ease}.lang-opt.svelte-1oyvx3k:hover{color:var(--fg)}.lang-opt.lang-current.svelte-1oyvx3k{color:var(--accent);font-weight:600;background:var(--row-hover);padding:3px 8px}.sep.svelte-1oyvx3k{color:var(--border);-webkit-user-select:none;user-select:none}body{font-family:var(--font);margin:0;color:var(--fg);background:var(--surface)}.skip.svelte-12qhfyh{position:absolute;top:-40px;left:16px;background:var(--accent);color:var(--on-accent);padding:8px 12px;border-radius:var(--radius);font-size:13px;font-weight:600;z-index:100;transition:top .15s ease}.skip.svelte-12qhfyh:focus{top:8px}.topnav.svelte-12qhfyh{position:sticky;top:0;z-index:10;background:var(--surface);border-bottom:1px solid var(--border)}.topnav-inner.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;gap:var(--gap-lg);padding-block:12px}.logo.svelte-12qhfyh{display:inline-flex;align-items:center;flex-shrink:0}.logo.svelte-12qhfyh img:where(.svelte-12qhfyh){height:90px;width:auto;display:block}.topnav.svelte-12qhfyh nav:where(.svelte-12qhfyh){display:flex;gap:28px;flex:1;justify-content:center}.topnav.svelte-12qhfyh nav:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh){font-size:14px;color:var(--muted);font-weight:500;padding:6px 0;border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease;text-decoration:none}.topnav.svelte-12qhfyh nav:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh):hover{color:var(--fg)}.topnav.svelte-12qhfyh nav:where(.svelte-12qhfyh) a.active:where(.svelte-12qhfyh){color:var(--fg);border-bottom-color:var(--accent)}.submenu.svelte-12qhfyh{position:relative;display:inline-flex;align-items:center}.submenu.svelte-12qhfyh:after{content:"";position:absolute;top:100%;left:0;right:0;height:8px}.submenu-pop.svelte-12qhfyh{position:absolute;top:100%;left:50%;transform:translate(-50%);min-width:160px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 8px 24px #00000014;padding:6px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .12s ease,visibility 0s linear .18s;z-index:20}.submenu-pop.svelte-12qhfyh:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%) rotate(45deg);width:10px;height:10px;background:var(--surface);border-left:1px solid var(--border);border-top:1px solid var(--border)}.submenu.svelte-12qhfyh:hover .submenu-pop:where(.svelte-12qhfyh),.submenu.svelte-12qhfyh:focus-within .submenu-pop:where(.svelte-12qhfyh){opacity:1;visibility:visible;pointer-events:auto;transition:opacity .12s ease,visibility 0s linear 0s}.submenu-pop.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;padding:8px 12px;border-radius:6px;font-size:14px;color:var(--fg);text-decoration:none;border-bottom:0;white-space:nowrap}.submenu-pop.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--row-hover);color:var(--fg)}.submenu-pop.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--accent);font-weight:600}.topnav-actions.svelte-12qhfyh{display:flex;align-items:center;gap:var(--gap-sm);flex-shrink:0}.topnav-actions.svelte-12qhfyh form.inline:where(.svelte-12qhfyh){display:inline}.logout.svelte-12qhfyh{background:transparent;border:1px solid var(--border);color:var(--fg);padding:8px 14px;border-radius:var(--radius);font-size:13px;font-weight:500;cursor:pointer;font-family:inherit;text-decoration:none}.logout.svelte-12qhfyh:hover{border-color:var(--accent);color:var(--accent)}main.svelte-12qhfyh{min-height:60vh;padding-block:2rem;padding-inline:0}.pagefoot.svelte-12qhfyh{padding-block:48px;color:var(--muted);font-size:13px;border-top:1px solid var(--border);margin-top:var(--gap-2xl);background:var(--surface)}.pagefoot.svelte-12qhfyh h4:where(.svelte-12qhfyh){font-size:13px;color:var(--fg);margin-bottom:12px;font-weight:600;letter-spacing:.01em}.pagefoot-grid.svelte-12qhfyh{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:var(--gap-xl);margin-bottom:32px}.pagefoot.svelte-12qhfyh ul:where(.svelte-12qhfyh){list-style:none;margin:0;padding:0}.pagefoot.svelte-12qhfyh li:where(.svelte-12qhfyh){margin-bottom:8px}.pagefoot.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--muted);text-decoration:none}.pagefoot.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--accent)}.pagefoot.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--fg);font-weight:600;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;text-decoration-color:var(--accent)}.pagefoot.svelte-12qhfyh .stack:where(.svelte-12qhfyh){display:flex;flex-direction:column;gap:6px}.pagefoot.svelte-12qhfyh .row-between:where(.svelte-12qhfyh){display:flex;justify-content:space-between;align-items:center;gap:var(--gap-md);flex-wrap:wrap}.pagefoot.svelte-12qhfyh .meta:where(.svelte-12qhfyh){font-size:12px;color:var(--muted)}.pagefoot.svelte-12qhfyh .muted:where(.svelte-12qhfyh){color:var(--muted);margin:0;font-size:13px;line-height:1.5}.pagefoot.svelte-12qhfyh hr:where(.svelte-12qhfyh){border:0;border-top:1px solid var(--border);margin:0 0 20px}@media (max-width: 920px){.pagefoot-grid.svelte-12qhfyh{grid-template-columns:1fr 1fr}}@media (max-width: 720px){.topnav.svelte-12qhfyh nav:where(.svelte-12qhfyh){display:none}}@media (max-width: 560px){.pagefoot-grid.svelte-12qhfyh{grid-template-columns:1fr}}
