@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");:root{--blue-50:#eaf2ff;--blue-100:#d4e4ff;--blue-200:#a9c9ff;--blue-300:#6fa4ff;--blue-400:#2e7bff;--blue-500:#0468ff;--blue-600:#0356d6;--blue-700:#0247b0;--blue-800:#06387f;--ink-900:#0f1b33;--ink-800:#152242;--ink-700:#2c3551;--ink-600:#4a5167;--ink-500:#737a8e;--ink-400:#9aa0b0;--ink-300:#c7cbd6;--ink-200:#e2e5eb;--ink-100:#eff1f5;--ink-50:#f5f6f9;--white:#fff;--green-50:#e6f6ed;--green-500:#1fa855;--green-600:#178544;--amber-50:#fff4e0;--amber-500:#ffb000;--amber-600:#e09400;--red-50:#fdecea;--red-500:#e8351e;--red-600:#c32915;--violet-500:#7a5cff;--brand:var(--blue-500);--brand-hover:var(--blue-600);--brand-active:var(--blue-700);--brand-soft:var(--blue-50);--text-strong:var(--ink-900);--text-body:var(--ink-800);--text-muted:var(--ink-500);--text-subtle:var(--ink-400);--text-on-brand:var(--white);--text-link:var(--blue-500);--surface-page:var(--ink-50);--surface-card:var(--white);--surface-sunken:var(--ink-100);--surface-hover:var(--ink-50);--border-default:var(--ink-200);--border-strong:var(--ink-300);--border-focus:var(--blue-500);--price:var(--green-600);--rating:var(--amber-500);--danger:var(--red-500);--font-sans:"Lato",-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--font-mono:ui-monospace,"SF Mono",Menlo,Consolas,monospace;--fw-regular:400;--fw-medium:500;--fw-bold:700;--fw-black:900;--fs-display:40px;--fs-h1:32px;--fs-h2:26px;--fs-h3:20px;--fs-h4:17px;--fs-body:15px;--fs-base:14px;--fs-sm:13px;--fs-xs:12px;--fs-xxs:11px;--lh-tight:1.15;--lh-snug:1.3;--lh-normal:1.45;--lh-relaxed:1.6;--ls-tight:-0.02em;--ls-normal:0;--ls-wide:0.04em;--space-0:0;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--container:1240px;--gutter:20px;--header-height:64px;--col-gap:20px;--radius-xs:4px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:20px;--radius-pill:999px;--shadow-xs:0 1px 2px rgba(15,27,51,.06);--shadow-sm:0 2px 6px rgba(15,27,51,.07);--shadow-md:0 6px 16px rgba(15,27,51,.1);--shadow-lg:0 14px 34px rgba(15,27,51,.14);--shadow-focus:0 0 0 3px rgba(4,104,255,.18);--card-shadow:var(--shadow-xs);--card-shadow-hover:var(--shadow-md)}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--surface-page)}body{font-family:var(--font-sans);font-size:var(--fs-body);line-height:var(--lh-normal);color:var(--text-body);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{text-decoration:none}button{font-family:var(--font-sans)}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-thumb{background:var(--ink-300);border-radius:4px}.no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.no-scrollbar::-webkit-scrollbar{display:none}.rich p{margin:0 0 10px}.rich p:last-child{margin-bottom:0}.rich ol,.rich ul{margin:8px 0;padding-left:20px}.rich li{margin:4px 0}.rich b,.rich strong{color:var(--text-strong);font-weight:700}.rich h3,.rich h4,.rich h5{margin:16px 0 6px;font-size:var(--fs-h4);color:var(--text-strong);font-weight:900}.rich h3:first-child,.rich h4:first-child{margin-top:0}