:root{
  --bg:#f7f4ee;--card:#fff;--text:#231f20;--muted:#746d68;--primary:#e85028;--primary-dark:#c63d1d;--green:#168a4b;--border:#e7ded4;--shadow:0 12px 35px rgba(35,31,32,.08);--radius:22px
}
*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.topbar{position:sticky;top:0;z-index:10;background:rgba(247,244,238,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:16px 6vw}.brand{font-size:24px;font-weight:900;letter-spacing:-.03em}.topbar nav{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.container{width:min(1180px,92vw);margin:0 auto;padding:32px 0 56px}.hero{display:grid;grid-template-columns:1.08fr .92fr;gap:28px;align-items:center;padding:46px 0}.hero h1{font-size:clamp(34px,5vw,64px);line-height:1.02;margin:0 0 18px;letter-spacing:-.05em}.lead{font-size:20px;color:var(--muted);margin:0 0 26px}.hero-card,.card{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:var(--radius);padding:24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--primary);color:#fff;border:0;border-radius:999px;padding:14px 22px;font-weight:800;cursor:pointer;transition:.2s}.btn:hover{background:var(--primary-dark);transform:translateY(-1px)}.btn-secondary{background:#231f20}.btn-light{background:#fff;color:#231f20;border:1px solid var(--border)}.btn-small{padding:10px 14px;font-size:14px}.btn-danger{background:#ba2525}.btn-success{background:var(--green)}.grid{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.section-title{font-size:32px;margin:26px 0 14px;letter-spacing:-.03em}.muted{color:var(--muted)}.searchbar{display:flex;gap:10px;background:#fff;border:1px solid var(--border);padding:10px;border-radius:18px;box-shadow:var(--shadow)}.searchbar input{flex:1;border:0;outline:0;font-size:16px;padding:12px;background:transparent}.category-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:20px;display:flex;flex-direction:column;gap:8px}.category-card strong{font-size:19px}.store-card{background:#fff;border:1px solid var(--border);border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}.store-cover{height:130px;background:linear-gradient(135deg,#231f20,#e85028);object-fit:cover;width:100%}.store-body{padding:18px}.badge{display:inline-flex;border-radius:999px;background:#fff0e9;color:var(--primary-dark);font-size:13px;font-weight:800;padding:5px 10px}.price{font-size:34px;font-weight:900;letter-spacing:-.04em}.form{display:grid;gap:14px}.field label{display:block;font-weight:800;margin-bottom:6px}.field input,.field select,.field textarea{width:100%;border:1px solid var(--border);border-radius:14px;padding:13px 14px;font:inherit;background:#fff}.field textarea{min-height:100px;resize:vertical}.alert{padding:13px 16px;border-radius:16px;margin:10px 0 18px;font-weight:700}.alert-success{background:#e8fff2;color:#0b6b38}.alert-error{background:#fff0f0;color:#9b1c1c}.alert-info{background:#eef6ff;color:#164b86}.alert-warning{background:#fff8df;color:#806000}.table-wrap{overflow:auto;background:#fff;border:1px solid var(--border);border-radius:18px}table{width:100%;border-collapse:collapse}th,td{padding:14px 15px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}th{background:#fbf8f3;font-size:13px;text-transform:uppercase;color:var(--muted)}.dashboard-nav{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.store-hero{overflow:hidden;border-radius:28px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);margin-bottom:20px}.store-hero .cover{height:220px;background:linear-gradient(135deg,#231f20,#e85028);object-fit:cover;width:100%}.store-profile{display:flex;gap:18px;align-items:center;padding:22px}.logo{width:92px;height:92px;border-radius:20px;object-fit:cover;background:#f2eee6;border:1px solid var(--border)}.product-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:14px;display:flex;gap:14px}.product-card img{width:110px;height:110px;object-fit:cover;border-radius:16px;background:#f2eee6}.cart{position:sticky;bottom:16px;background:#231f20;color:#fff;border-radius:22px;padding:16px 18px;box-shadow:0 12px 35px rgba(0,0,0,.25);display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:20px}.cart button{background:#25d366}.cart-panel{background:#fff;border:1px solid var(--border);border-radius:22px;padding:22px;margin-top:20px}.pill{border:1px solid var(--border);border-radius:999px;padding:8px 11px;background:#fff;display:inline-flex}.footer{text-align:center;color:var(--muted);border-top:1px solid var(--border);padding:28px}.actions{display:flex;gap:8px;flex-wrap:wrap}.empty{background:#fff;border:1px dashed #d6cabd;border-radius:20px;padding:28px;text-align:center;color:var(--muted)}
@media(max-width:820px){.topbar{align-items:flex-start;gap:12px;flex-direction:column}.topbar nav{font-size:14px}.hero{grid-template-columns:1fr}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.store-profile{align-items:flex-start}.product-card{flex-direction:row}.product-card img{width:96px;height:96px}.cart{left:10px;right:10px;flex-direction:column;align-items:stretch}.searchbar{flex-direction:column}}
.brand{display:flex;align-items:center;gap:10px}.brand-logo{width:42px;height:42px;border-radius:12px;object-fit:cover;background:#fff;border:1px solid var(--border)}.preview-img{max-width:220px;border-radius:16px;border:1px solid var(--border);background:#fff;padding:6px}.settings-section{margin-bottom:18px}.color-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.color-grid input{height:46px;padding:4px}.hero-banner{width:100%;height:260px;border-radius:22px;object-fit:cover;border:1px solid var(--border);box-shadow:var(--shadow)}
@media(max-width:820px){.color-grid{grid-template-columns:1fr 1fr}.brand-logo{width:36px;height:36px}}
