:root{--teal: #2c7269;--teal-soft: #dcedea;--teal-tint: #eff8f7;--rose: #e7707e;--mint: #64e1ba;--bg: #fdf8f6;--surface: #ffffff;--surface-2: #f5f6f9;--nude-1: #f5e6e0;--nude-2: #f0d5cc;--nude-3: #e8c4b8;--ink: #212121;--muted: #9ea2ac;--line: rgba(33, 33, 33, .08);--line-strong: rgba(33, 33, 33, .14);--r-sm: 8px;--r-md: 14px;--r-lg: 20px;--r-pill: 999px;--nav-h: 60px;--pad-x: 16px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{margin:0;height:100%}body{font-family:var(--font);background:var(--bg);color:var(--ink);font-size:15px;line-height:1.4}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:var(--r-pill);padding:12px 18px;font-weight:600;font-size:15px;background:var(--teal);color:#fff;transition:opacity .15s}.btn:active{opacity:.8}.btn--ghost{background:var(--teal-soft);color:var(--teal)}.btn:disabled{opacity:.5}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md)}.muted{color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.skeleton{background:linear-gradient(90deg,var(--surface-2),#eceef2,var(--surface-2));background-size:200% 100%;animation:shimmer 1.2s infinite;border-radius:var(--r-md)}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
