:root{--sage: #A3B18A;--sage-dark: #748B63;--nude: #F4E9E2;--nude-200: #F7EFE9;--ink: #1F2937;--muted: #6B7280;--white: #ffffff;--ring: rgba(163,177,138,.35)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.muted{color:var(--muted)}.card{border:1px solid #e7e7e7;border-radius:20px;background:var(--white)}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:10px 16px;font-weight:600;transition:.2s;border:0;cursor:pointer}.btn-primary{background:var(--sage);color:var(--white)}.btn-primary:hover{background:var(--sage-dark)}.btn-outline{background:var(--white);color:var(--ink);border:1px solid #e5e7eb}.btn[disabled]{opacity:.6;cursor:not-allowed}.chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:var(--nude);color:#334155;border:1px solid #eaded7;font-size:12px}.input{width:100%;border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px;outline:none;background:#fff}.input:focus{box-shadow:0 0 0 4px var(--ring);border-color:var(--sage)}.badge{background:#eef2e6;color:#365314;font-size:11px;padding:4px 8px;border-radius:999px;border:1px solid #dfe7d3}.link{color:#2c6e49;text-decoration:none}.link:hover{text-decoration:underline}#__toast{opacity:1;transition:opacity .2s}#__toast.hide{opacity:0;pointer-events:none}.home-hero-section{display:grid;gap:24px;grid-template-columns:1fr;align-items:center;margin:24px 0}.home-hero-section img{width:100%;height:auto;max-height:360px;object-fit:cover;border-radius:28px;box-shadow:0 10px 30px #a3b18a40}.home-hero-section h1{font-size:2.5rem;line-height:1.1;font-weight:800;color:var(--ink);margin:0 0 12px}.home-hero-section p{color:var(--muted);max-width:100%}.home-hero-section .btn-group{display:flex;gap:12px;flex-wrap:wrap}@media (min-width: 768px){.home-hero-section{grid-template-columns:1.15fr .85fr}.home-hero-section h1{font-size:44px}}@media (min-width: 1024px){.home-hero-section{gap:32px}}.featured-strip{margin-top:24px}.featured-strip .strip-grid{display:grid;gap:16px;grid-template-columns:1fr}.featured-strip .strip-card{padding:18px;border-radius:20px;background:var(--white)}.featured-strip .strip-card.gradient{background:linear-gradient(180deg,var(--nude-200) 0%,var(--white) 100%)}.featured-strip .strip-header{display:flex;justify-content:space-between;align-items:center}.featured-strip .strip-header-title{font-size:20px;font-weight:800}.featured-strip .strip-header-subtitle{color:var(--muted)}.featured-strip .mini-grid{display:grid;gap:12px;margin-top:12px;grid-template-columns:1fr 1fr}.mini-card{display:grid;grid-template-columns:80px 1fr;gap:10px;padding:10px;border-radius:12px;background:var(--white);text-decoration:none;color:inherit}.mini-card img{width:80px;height:100px;object-fit:cover;border-radius:12px}.mini-card div>div{font-size:14px}.mini-card .muted{font-size:12px;color:var(--muted)}.mini-card-price{font-weight:700;margin-top:6px}@media (min-width: 768px){.featured-strip .strip-grid{grid-template-columns:2fr 1fr}.featured-strip .mini-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.featured-strip .strip-grid{gap:24px}}.cart-page{max-width:1100px;margin:0 auto;padding:16px}.cart-page h1{font-size:24px;font-weight:800}.cart-empty{margin-top:8px}.cart-grid{display:grid;gap:16px;grid-template-columns:1fr}.cart-items{display:grid;gap:12px}.cart-item{display:grid;grid-template-columns:80px 1fr auto;align-items:center;padding:10px 0;border-bottom:1px solid #eee}.cart-item img{width:80px;height:80px;object-fit:cover;border-radius:12px}.cart-item-info{display:flex;flex-direction:column;gap:4px}.cart-item-info .muted{font-size:13px}.cart-item-qty{display:flex;gap:8px;align-items:center;margin-top:8px}.cart-item-qty input.input{width:90px}.cart-summary{padding:16px;height:fit-content}.cart-summary hr{margin:8px 0}@media (min-width: 768px){.cart-grid{grid-template-columns:2fr 1fr}}@media (min-width: 1024px){.cart-grid{gap:24px}}.checkout-page{max-width:1100px;margin:0 auto;padding:16px}.checkout-grid{display:grid;gap:16px;grid-template-columns:1fr}@media (min-width: 768px){.checkout-grid{grid-template-columns:2fr 1fr}}.checkout-form{padding:24px;display:flex;flex-direction:column;gap:16px}.checkout-form h1{font-size:1.25rem;font-weight:800;margin-bottom:12px}.checkout-form-grid{display:grid;gap:12px;grid-template-columns:1fr}@media (min-width: 768px){.checkout-form-grid{grid-template-columns:1fr 1fr}}.checkout-payment{padding:16px;background:var(--nude);margin-top:16px;border-radius:16px;display:flex;flex-direction:column;gap:12px}.checkout-payment-title{font-weight:700;margin-bottom:6px}.checkout-payment-steps{margin-left:18px;color:var(--muted)}.checkout-payment-note{font-size:12px;margin-top:6px}.checkout-submit{margin-top:12px;padding:12px 16px}.checkout-summary{padding:24px;display:flex;flex-direction:column;gap:12px;height:fit-content}.checkout-summary-title{font-weight:700;margin-bottom:8px}.checkout-item,.checkout-row{display:flex;justify-content:space-between;margin-top:6px}
