:root{--brand:#ff5a36;--brand2:#172033;--accent:#ff7a00;--bg:#fffaf7;--text:#172033;--muted:#6f7785;--surface:#fff;--border:#e9e7e4;--shadow:0 18px 50px rgba(24,32,51,.10);--radius:24px;--logo-size:82px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--bg);line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 36px));margin:auto}.topbar{background:var(--brand2);color:#fff;font-size:13px}.topbar .container{display:flex;justify-content:space-between;gap:20px;padding:8px 0}.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.06)}.nav{height:94px;display:flex;align-items:center;gap:34px}.tenant-logo{height:var(--logo-size);max-width:270px;object-fit:contain;object-position:left center}.brand-fallback{font-weight:850;font-size:25px;letter-spacing:-.04em;max-width:260px;line-height:1.05;color:var(--brand2)}.nav-links{display:flex;gap:26px;align-items:center;margin-left:auto}.nav-links a{font-size:14px;font-weight:650;color:#4c5360}.nav-links a:hover{color:var(--brand)}.nav-actions{display:flex;align-items:center;gap:10px}.pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 18px;font-weight:750;border:0;cursor:pointer;transition:.2s}.pill:hover{transform:translateY(-1px)}.pill-primary{background:var(--brand);color:#fff;box-shadow:0 10px 24px color-mix(in srgb,var(--brand) 28%,transparent)}.pill-soft{background:#f5f5f5;color:var(--brand2)}.cart-badge{background:var(--brand2);color:#fff;min-width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:11px;margin-left:5px}.menu-toggle{display:none;background:none;border:0;font-size:25px}.hero{padding:66px 0 34px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:52px}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.13em;color:var(--brand);margin-bottom:18px}.eyebrow:before{content:"";width:26px;height:3px;background:var(--brand);border-radius:2px}.hero h1{font-size:clamp(42px,5.3vw,72px);line-height:.99;margin:0 0 21px;letter-spacing:-.055em;color:var(--brand2)}.hero h1 strong{color:var(--brand)}.hero p{font-size:18px;color:var(--muted);max-width:610px;margin:0 0 28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-visual{min-height:470px;position:relative;border-radius:34px;background:linear-gradient(135deg,color-mix(in srgb,var(--brand) 13%,white),#fff 52%,color-mix(in srgb,var(--accent) 10%,white));overflow:hidden;box-shadow:var(--shadow)}.hero-visual:before{content:"";position:absolute;width:340px;height:340px;background:var(--brand);border-radius:46% 54% 60% 40%/55% 44% 56% 45%;right:-35px;top:-55px;opacity:.12}.hero-image{width:100%;height:100%;min-height:470px;object-fit:cover}.hero-placeholder{height:100%;min-height:470px;display:grid;place-items:center;padding:40px}.floating-products{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:18px;transform:rotate(-2deg)}.float-card{background:white;border-radius:24px;padding:22px;box-shadow:0 18px 40px rgba(0,0,0,.10);min-height:150px;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid rgba(0,0,0,.04)}.float-card:nth-child(2){transform:translateY(30px)}.float-card:nth-child(3){transform:translateX(38px)}.float-icon{width:52px;height:52px;border-radius:17px;background:color-mix(in srgb,var(--brand) 14%,white);display:grid;place-items:center;font-size:25px;margin-bottom:auto}.float-card b{font-size:18px}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:28px 0 62px}.trust-item{background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px;display:flex;gap:12px;align-items:center}.trust-icon{width:40px;height:40px;border-radius:12px;background:color-mix(in srgb,var(--brand) 12%,white);display:grid;place-items:center}.trust-item b{display:block;font-size:14px}.trust-item small{color:var(--muted)}.section{padding:56px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:28px}.section-head h2{font-size:38px;letter-spacing:-.04em;margin:0}.section-head p{color:var(--muted);margin:8px 0 0}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card{position:relative;min-height:185px;background:#fff;border-radius:22px;overflow:hidden;border:1px solid var(--border);transition:.2s}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.category-card img{width:100%;height:185px;object-fit:cover}.category-card .cat-body{padding:18px}.category-card h3{margin:0 0 5px}.category-card p{font-size:13px;color:var(--muted);margin:0}.category-placeholder{height:130px;background:linear-gradient(135deg,color-mix(in srgb,var(--brand) 18%,white),color-mix(in srgb,var(--accent) 10%,white));display:grid;place-items:center;font-size:44px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#fff;border:1px solid var(--border);border-radius:22px;overflow:hidden;display:flex;flex-direction:column;transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-media{height:215px;background:#f4f4f4;position:relative}.product-media img{width:100%;height:100%;object-fit:cover}.product-media .media-placeholder{height:100%;display:grid;place-items:center;font-size:58px;background:linear-gradient(135deg,#fff,color-mix(in srgb,var(--brand) 8%,white))}.product-tag{position:absolute;left:12px;top:12px;background:#fff;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:850;box-shadow:0 4px 14px rgba(0,0,0,.08)}.product-body{padding:18px;display:flex;flex-direction:column;gap:10px;flex:1}.product-body h3{margin:0;font-size:18px}.product-body p{margin:0;color:var(--muted);font-size:13px;min-height:40px}.product-foot{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:10px}.price{font-weight:900;font-size:19px;color:var(--brand2)}.price small{font-weight:600;font-size:11px;color:var(--muted)}.mini-btn{border:0;background:var(--brand);color:#fff;border-radius:12px;padding:9px 12px;font-weight:800;cursor:pointer}.about-band{background:var(--brand2);color:#fff;border-radius:34px;padding:45px;display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}.about-band h2{font-size:40px;margin:0 0 13px;letter-spacing:-.04em}.about-band p{color:#d5d9e1}.about-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.stat{padding:20px;border-radius:18px;background:rgba(255,255,255,.08)}.stat b{display:block;font-size:24px}.site-footer{margin-top:70px;background:#fff;border-top:1px solid var(--border);padding:42px 0 20px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:35px}.footer-title{font-weight:900;font-size:20px;margin-bottom:9px}.footer-muted{color:var(--muted);font-size:14px}.footer-bottom{border-top:1px solid var(--border);margin-top:28px;padding-top:18px;display:flex;justify-content:space-between;color:var(--muted);font-size:12px}.page-title{padding:45px 0 24px}.page-title h1{font-size:44px;letter-spacing:-.045em;margin:0}.card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:24px;box-shadow:0 8px 26px rgba(20,25,35,.04)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:17px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:13px;font-weight:800}.input,.select,.textarea{width:100%;border:1px solid #dfe2e7;border-radius:13px;padding:12px 13px;background:#fff;color:#172033;outline:none}.input:focus,.select:focus,.textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 12%,transparent)}.textarea{min-height:110px;resize:vertical}.cart-list{display:flex;flex-direction:column;gap:13px}.cart-item{display:grid;grid-template-columns:1fr auto auto;gap:18px;align-items:center;border-bottom:1px solid var(--border);padding:14px 0}.checkout-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:25px}.order-summary{position:sticky;top:120px}.empty{padding:50px 20px;text-align:center;color:var(--muted)}.alert{padding:13px 16px;border-radius:13px;margin:12px 0;font-size:14px}.alert-success{background:#e9f8ef;color:#166534}.alert-error{background:#fff0f0;color:#991b1b}.alert-info{background:#eef6ff;color:#1d4ed8}
/* admin */
.admin-body{background:#f4f6f9}.admin-shell{min-height:100vh;display:grid;grid-template-columns:260px 1fr}.sidebar{background:#111827;color:#fff;padding:22px 16px;position:sticky;top:0;height:100vh}.wakko-brand{display:flex;align-items:center;gap:11px;padding:5px 8px 24px}.wakko-brand img{width:45px;height:45px;object-fit:contain}.wakko-brand b{display:block}.wakko-brand small{color:#9ca3af}.side-label{text-transform:uppercase;color:#6b7280;font-size:10px;letter-spacing:.14em;font-weight:800;padding:18px 11px 7px}.side-nav{display:flex;flex-direction:column;gap:4px}.side-nav a{padding:11px 12px;border-radius:10px;color:#d1d5db;font-size:14px;font-weight:650}.side-nav a:hover,.side-nav a.active{background:#1f2937;color:#fff}.admin-main{min-width:0}.admin-top{height:72px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:20}.admin-content{padding:28px;max-width:1500px}.admin-title{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px}.admin-title h1{margin:0;font-size:28px;letter-spacing:-.03em}.admin-title p{margin:4px 0 0;color:#6b7280}.btn{border:0;border-radius:11px;padding:10px 15px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px}.btn-primary{background:#2563eb;color:#fff}.btn-danger{background:#fee2e2;color:#991b1b}.btn-neutral{background:#e5e7eb;color:#111827}.btn-dark{background:#111827;color:#fff}.grid-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px}.metric{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:19px}.metric small{color:#6b7280}.metric strong{display:block;font-size:29px;margin-top:5px}.table-wrap{overflow:auto;background:#fff;border:1px solid #e5e7eb;border-radius:16px}.table{width:100%;border-collapse:collapse;font-size:14px}.table th,.table td{padding:13px 15px;border-bottom:1px solid #eef0f2;text-align:left;white-space:nowrap}.table th{background:#fafafa;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#6b7280}.badge{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:800;background:#eef2ff;color:#3730a3}.badge.active,.badge.confirmed,.badge.delivered{background:#dcfce7;color:#166534}.badge.inactive,.badge.cancelled,.badge.suspended{background:#fee2e2;color:#991b1b}.badge.production,.badge.awaiting_payment{background:#fef3c7;color:#92400e}.admin-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:21px;margin-bottom:18px}.admin-card h2{font-size:18px;margin:0 0 15px}.color-row{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.color-control input[type=color]{width:100%;height:48px;border:0;background:transparent}.preview-frame{border:1px solid #dfe2e7;border-radius:18px;padding:18px;background:#fff}.preview-header{height:65px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee}.preview-logo{height:46px;max-width:180px;object-fit:contain}.platform-landing{min-height:100vh;background:radial-gradient(circle at 75% 20%,#e3f4ff,transparent 35%),linear-gradient(135deg,#f8fbff,#fff);display:grid;place-items:center;padding:30px}.platform-box{width:min(980px,100%);background:#fff;border:1px solid #e6ebf0;border-radius:30px;padding:48px;box-shadow:0 24px 80px rgba(15,23,42,.10);display:grid;grid-template-columns:1.1fr .9fr;gap:45px;align-items:center}.platform-logo{display:flex;gap:14px;align-items:center;margin-bottom:30px}.platform-logo img{width:70px}.platform-logo b{font-size:28px}.login-card{background:#f8fafc;border-radius:22px;padding:28px}.auth-page{min-height:100vh;display:grid;place-items:center;background:#f3f6fb;padding:25px}.auth-box{width:min(440px,100%);background:#fff;border-radius:24px;padding:30px;box-shadow:0 20px 60px rgba(15,23,42,.10)}.auth-brand{text-align:center;margin-bottom:22px}.auth-brand img{width:74px;margin:0 auto 10px}.auth-brand h1{margin:0;font-size:24px}.help{font-size:12px;color:#6b7280}.inline{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
@media(max-width:980px){.nav-links{display:none}.menu-toggle{display:block;margin-left:auto}.nav-links.open{position:absolute;top:94px;left:0;right:0;background:#fff;display:flex;flex-direction:column;align-items:stretch;padding:20px 24px;border-bottom:1px solid #eee}.hero-grid,.checkout-grid,.about-band,.platform-box{grid-template-columns:1fr}.hero-visual{min-height:390px}.trust-strip,.category-grid,.product-grid,.grid-stats{grid-template-columns:repeat(2,1fr)}.admin-shell{grid-template-columns:82px 1fr}.sidebar{padding:18px 9px}.wakko-brand span,.side-nav span,.side-label{display:none}.wakko-brand{justify-content:center}.side-nav a{text-align:center;padding:12px 4px}.color-row{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.container{width:min(100% - 24px,1180px)}.topbar{display:none}.nav{height:78px}.tenant-logo{max-width:200px;height:min(var(--logo-size),58px)}.nav-actions .pill-soft{display:none}.nav-links.open{top:78px}.hero{padding-top:38px}.hero h1{font-size:43px}.hero p{font-size:16px}.hero-visual,.hero-image,.hero-placeholder{min-height:320px}.trust-strip,.category-grid,.product-grid,.grid-stats,.form-grid{grid-template-columns:1fr}.section{padding:38px 0}.section-head{align-items:flex-start;flex-direction:column}.section-head h2{font-size:31px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}.admin-shell{display:block}.sidebar{height:auto;position:relative}.wakko-brand{justify-content:flex-start}.wakko-brand span{display:block}.side-nav{display:grid;grid-template-columns:repeat(3,1fr)}.side-nav a{font-size:12px}.admin-top{padding:0 16px}.admin-content{padding:18px 13px}.color-row{grid-template-columns:1fr}.cart-item{grid-template-columns:1fr}.platform-box{padding:28px}.about-band{padding:28px}.hero-actions .pill{width:100%}}
