@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--neutral-0:#fff;--neutral-50:#f5f1ea;--neutral-100:#ece6da;--neutral-200:#ddd4c4;--neutral-300:#c4b8a3;--neutral-400:#a69a84;--neutral-500:#8a7f6c;--neutral-600:#6b6254;--neutral-700:#4f483d;--neutral-800:#362f27;--neutral-900:#211c16;--neutral-950:#14100c;--primary-50:#eaeef3;--primary-100:#cbd5e1;--primary-200:#a7b7c9;--primary-300:#7e97af;--primary-400:#577894;--primary-500:#3a5a78;--primary-600:#2e4057;--primary-700:#243347;--primary-800:#1b2636;--primary-900:#131a25;--accent-50:#fbede8;--accent-100:#f3d3c6;--accent-200:#e8b29b;--accent-300:#d98f6f;--accent-400:#c86f4f;--accent-500:#b5533c;--accent-600:#99432f;--accent-700:#7a3526;--accent-800:#5c271c;--accent-900:#3e1b14;--success-500:#4c7a5a;--success-100:#dfeae2;--warning-500:#c98a2e;--warning-100:#f6e6cd;--error-500:#b23b32;--error-100:#f4dad7;--info-500:var(--primary-500);--surface-page:var(--neutral-50);--surface-card:var(--neutral-0);--surface-sunken:var(--neutral-100);--surface-inverse:var(--primary-800);--text-primary:var(--neutral-900);--text-secondary:var(--neutral-600);--text-tertiary:var(--neutral-500);--text-inverse:var(--neutral-50);--text-link:var(--primary-600);--text-link-hover:var(--accent-600);--border-subtle:var(--neutral-100);--border-default:var(--neutral-200);--border-strong:var(--neutral-300);--brand-primary:var(--primary-600);--brand-primary-hover:var(--primary-700);--brand-accent:var(--accent-500);--brand-accent-hover:var(--accent-600);--focus-ring:var(--accent-400);--font-sans:"Plus Jakarta Sans",system-ui,-apple-system,sans-serif;--font-mono:"JetBrains Mono",ui-monospace,"SFMono-Regular",Menlo,monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--leading-tight:1.15;--leading-snug:1.35;--leading-normal:1.55;--leading-relaxed:1.7;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--weight-extrabold:800;--tracking-tight:-.02em;--tracking-normal:0;--tracking-wide:.04em;--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;--space-24:96px;--space-32:128px;--container-max:1200px;--container-narrow:760px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-2xl:32px;--radius-full:999px;--shadow-sm:0 1px 2px #211c160f,0 1px 1px #211c160a;--shadow-md:0 4px 10px #211c1614,0 2px 4px #211c160d;--shadow-lg:0 12px 28px #211c161f,0 4px 10px #211c160f;--shadow-focus:0 0 0 3px #c86f4f59;--shadow-inset:inset 0 1px 2px #211c1614}*,:before,:after{box-sizing:border-box}body{font-family:var(--font-sans);background:var(--surface-page);color:var(--text-primary);margin:0;overflow-x:hidden}img{max-width:100%;display:block}a{color:var(--text-link);text-decoration:none}a:hover{color:var(--text-link-hover);text-decoration:underline}.site-header[data-astro-cid-nen7h5rs]{padding:var(--space-4) var(--space-5);background:var(--surface-page);border-bottom:1px solid var(--border-default);z-index:20;position:sticky;top:0}.site-header-row[data-astro-cid-nen7h5rs]{justify-content:space-between;align-items:center;display:flex;position:relative}.brand[data-astro-cid-nen7h5rs]{align-items:center;gap:10px;text-decoration:none;display:flex}.brand-logo[data-astro-cid-nen7h5rs]{width:auto;height:28px;display:block}.nav-toggle[data-astro-cid-nen7h5rs]{opacity:0;pointer-events:none;position:absolute}.nav-toggle-btn[data-astro-cid-nen7h5rs]{cursor:pointer;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;display:flex}.nav-toggle-btn[data-astro-cid-nen7h5rs] span[data-astro-cid-nen7h5rs]{background:var(--text-primary);border-radius:2px;height:2px;display:block}.site-nav[data-astro-cid-nen7h5rs]{top:calc(100% + var(--space-4));background:var(--surface-page);border:1px solid var(--border-default);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:var(--space-2);opacity:0;flex-direction:column;gap:2px;max-height:0;transition:max-height .2s,opacity .2s;display:flex;position:absolute;left:0;right:0;overflow:hidden}.nav-toggle[data-astro-cid-nen7h5rs]:checked~.site-nav[data-astro-cid-nen7h5rs]{opacity:1;max-height:320px}.nav-link[data-astro-cid-nen7h5rs]{font-size:var(--text-base);font-weight:var(--weight-medium);color:var(--text-secondary);padding:var(--space-3) var(--space-3);border-radius:var(--radius-sm);text-decoration:none}.nav-link[data-astro-cid-nen7h5rs]:hover{color:var(--text-primary);text-decoration:none}.nav-link[data-astro-cid-nen7h5rs].active{font-weight:var(--weight-bold);color:var(--text-primary)}@media (width>=640px){.site-header[data-astro-cid-nen7h5rs]{padding:var(--space-5) var(--space-12)}.brand-logo[data-astro-cid-nen7h5rs]{height:34px}.nav-toggle-btn[data-astro-cid-nen7h5rs]{display:none}.site-nav[data-astro-cid-nen7h5rs]{opacity:1;max-height:none;box-shadow:none;background:0 0;border:none;flex-direction:row;gap:28px;padding:0;position:static;overflow:visible}.nav-link[data-astro-cid-nen7h5rs]{font-size:var(--text-sm);padding:0}}.site-footer[data-astro-cid-jo6i4kqk]{background:var(--primary-800);color:var(--text-inverse);padding:var(--space-8) var(--space-5);gap:var(--space-6);flex-direction:column;align-items:flex-start;display:flex}.footer-brand-row[data-astro-cid-jo6i4kqk]{align-items:center;gap:var(--space-2);margin-bottom:10px;display:flex}.footer-logo[data-astro-cid-jo6i4kqk]{width:auto;height:26px;display:block}.footer-tagline[data-astro-cid-jo6i4kqk]{color:var(--neutral-300);max-width:280px;margin:0;font-size:13px}.footer-meta[data-astro-cid-jo6i4kqk]{color:var(--neutral-300);flex-direction:column;gap:6px;font-size:13px;display:flex}.footer-phone[data-astro-cid-jo6i4kqk]{color:inherit;text-decoration:none}.footer-phone[data-astro-cid-jo6i4kqk]:hover{text-decoration:underline}@media (width>=640px){.site-footer[data-astro-cid-jo6i4kqk]{padding:var(--space-12);flex-direction:row;justify-content:space-between;align-items:flex-start}}body{flex-direction:column;min-height:100vh;display:flex}main[data-astro-cid-z4jru4n3]{flex:1}
