:root{--color-primary:#1f5c4d;--color-primary-hover:#174d40;--color-primary-soft:#e7f1ed;--color-secondary:#f4b860;--color-secondary-soft:#fff4df;--color-bg:#f8f7f4;--color-surface:#fff;--color-surface-muted:#f1f0ec;--color-text:#1e1e1b;--color-text-muted:#6f6f68;--color-border:#e2e0da;--color-success:#2f7d5c;--color-success-soft:#e6f4ed;--color-warning:#b7791f;--color-warning-soft:#fef3c7;--color-error:#b42318;--color-error-soft:#fde8e8;--color-info:#2f5f98;--color-info-soft:#e8eef8;--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;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-2xl:24px;--radius-full:999px;--shadow-sm:0 1px 2px rgba(0,0,0,.06);--shadow-md:0 6px 18px rgba(0,0,0,.08);--shadow-lg:0 14px 30px rgba(0,0,0,.1);--font-family-base:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-xs:12px;--font-sm:14px;--font-base:16px;--font-lg:18px;--font-xl:22px;--font-2xl:28px;--font-3xl:34px;--leading-tight:1.15;--leading-normal:1.45;--leading-relaxed:1.6;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--mobile-max-width:430px;--bottom-nav-height:64px;--top-bar-height:56px;--transition-fast:120ms ease;--transition-normal:200ms ease}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body,html{font-size:var(--font-base)}body{font-family:var(--font-family-base);line-height:var(--leading-normal);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,h1,h2,h3,h4,h5,h6{color:var(--color-text)}h1,h2,h3,h4,h5,h6{line-height:var(--leading-tight);font-weight:var(--font-weight-semibold)}p{line-height:var(--leading-relaxed)}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font-family:inherit;font-size:inherit}button{cursor:pointer;border:none;background:none}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:var(--radius-sm)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}