:root{--bg:#f6f5f2;--surface:#fff;--surface-inset:#eeece7;--border:#ddd9d0;--text:#1c1a16;--text-muted:#6b665c;--accent:#2c5f4f;--accent-text:#fff;--danger:#a3341f;--radius:10px;--shadow-sm:0 1px 2px #14120c14;--shadow-md:0 2px 8px #14120c1a;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);margin:0;padding:0;overflow-x:hidden}body{min-height:100vh;font-size:16px;line-height:1.45}img{max-width:100%;display:block}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button,input,textarea,select{font:inherit;color:inherit}.container{max-width:960px;margin:0 auto;padding:0 16px}.surface{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.btn{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);cursor:pointer;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-weight:600;display:inline-flex}.btn-primary{background:var(--accent);color:var(--accent-text);border-color:var(--accent)}.btn:disabled{opacity:.5;cursor:not-allowed}.field{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.field label{color:var(--text-muted);font-size:.85rem;font-weight:600}.field input,.field textarea,.field select{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-inset);padding:10px 12px}.error-text{color:var(--danger);font-size:.85rem}.app-shell.svelte-12qhfyh{flex-direction:column;min-height:100vh;display:flex}.site-header.svelte-12qhfyh{background:var(--surface);border-bottom:1px solid var(--border)}.header-row.svelte-12qhfyh{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:14px 16px;display:flex}.main-nav.svelte-12qhfyh{flex-wrap:wrap;gap:12px;font-size:.9rem;display:flex}.brand.svelte-12qhfyh{color:var(--text);font-size:1.1rem;font-weight:700}.cart-link.svelte-12qhfyh{align-items:center;gap:6px;display:inline-flex}.cart-badge.svelte-12qhfyh{background:var(--surface-inset);min-width:20px;height:20px;color:var(--text);border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:.75rem;font-weight:700;display:inline-flex}main.svelte-12qhfyh{flex:1;padding:20px 16px 40px}.site-footer.svelte-12qhfyh{border-top:1px solid var(--border);color:var(--text-muted);padding:16px 0;font-size:.85rem}
