:root{--bg:#030918;--panel:#081326;--line:#20365e;--text:#f7f9ff;--muted:#91a0bb;--blue:#1976ff;--green:#12b94c;--gold:#d99118}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#020817,#061128);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;min-height:100vh}.cart-top{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px clamp(18px,4vw,48px);background:rgba(2,7,20,.96);backdrop-filter:blur(14px);border-bottom:1px solid #172744}.brand{display:flex;align-items:center;gap:12px;color:white;text-decoration:none}.brand img{width:54px;height:54px;object-fit:contain;border-radius:12px;background:#161b26}.brand span{display:grid;gap:2px}.brand b{font-size:18px;letter-spacing:.04em}.brand small{font-size:12px;letter-spacing:.25em;color:#9a79ff}.continue-link{color:#8fc2ff;text-decoration:none;font-weight:800}.cart-page{width:min(1180px,94vw);margin:0 auto;padding:34px 0 70px}.cart-title span,.checkout-head span{font-size:13px;font-weight:900;letter-spacing:.18em;color:#45bdff}.cart-title h1{font-size:clamp(34px,5vw,56px);margin:8px 0}.cart-title p{color:var(--muted);margin:0 0 28px}.cart-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.75fr);gap:24px;align-items:start}.cart-products,.cart-summary{background:rgba(6,15,34,.88);border:1px solid #17305a;border-radius:24px;overflow:hidden}.cart-item{display:grid;grid-template-columns:110px minmax(0,1fr) auto;gap:18px;align-items:center;padding:18px;border-bottom:1px solid #162a4b}.cart-item:last-child{border-bottom:0}.cart-item img{width:110px;height:110px;object-fit:contain;border-radius:15px;background:#020712}.item-info{min-width:0}.item-info h3{margin:0 0 8px;font-size:18px;overflow-wrap:anywhere}.item-info .unit{color:#82b6ff;font-weight:800}.qty{display:flex;align-items:center;gap:9px;margin-top:14px;flex-wrap:wrap}.qty button{width:38px;height:38px;border:1px solid #2c4775;background:#0b1830;color:white;border-radius:10px;font-size:20px}.qty .remove{width:auto;padding:0 12px;color:#ff8b8b;font-size:13px}.item-total{font-weight:900;font-size:18px;color:#ffc45c;white-space:nowrap}.empty{padding:60px 20px;text-align:center}.empty div{font-size:54px}.empty h2{margin:14px 0 6px}.empty p{color:var(--muted)}.empty a{display:inline-block;margin-top:14px;padding:13px 18px;border-radius:12px;background:#1769ff;color:white;text-decoration:none;font-weight:800}.cart-summary{padding:24px;position:sticky;top:100px}.sumline{display:flex;justify-content:space-between;gap:16px;padding:10px 0;color:#ccd6e8}.sumline.total{border-top:1px solid #26436f;margin-top:8px;padding-top:20px;font-size:21px;color:white}.sumline.total strong{color:#ffb62e}.cart-summary small{display:block;color:var(--muted);line-height:1.5;margin:8px 0 20px}.checkout-btn{width:100%;border:0;border-radius:14px;padding:16px 18px;background:linear-gradient(90deg,#1769ff,#0758e8);color:#fff;font-weight:900;font-size:16px}.clear-btn{width:100%;border:1px solid #3b4c69;border-radius:12px;padding:12px;background:transparent;color:#bdc9da;margin-top:10px;font-weight:800}.checkout[hidden]{display:none}.checkout{position:fixed;inset:0;z-index:100}.checkout-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.74)}.checkout-card{position:relative;width:min(1000px,94vw);max-height:92vh;overflow:auto;margin:4vh auto;background:#071327;border:1px solid #2a4470;border-radius:24px;padding:28px}.close{position:absolute;right:18px;top:14px;background:transparent;border:0;color:white;font-size:32px}.checkout-head h2{font-size:30px;margin:7px 0}.checkout-head p{color:var(--muted)}.checkout-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;margin-top:20px}#checkoutForm{display:grid;grid-template-columns:1fr 1fr;gap:15px}label{display:grid;gap:7px;font-weight:800}input,textarea,select{width:100%;border:1px solid #314d79;background:#07101f;color:white;border-radius:12px;padding:13px;font:inherit;outline:none}textarea{resize:vertical}.wide{grid-column:1/-1}.time-range{display:grid;grid-template-columns:1fr 1fr;gap:12px}.time-range small{grid-column:1/-1;color:var(--muted);font-weight:500}.zone{display:grid;gap:5px;border:1px solid #1f4e82;padding:13px;border-radius:12px;background:#081b35}.zone span{color:var(--muted);font-size:13px}.form-error{padding:12px;border-radius:10px;background:#4a1218;color:#ffd7db}.wa-order{border:0;background:#10ad43;color:white;border-radius:13px;padding:15px;font-weight:900;font-size:16px}.checkout-summary{border:1px solid #263e65;border-radius:16px;padding:18px}.checkout-summary h3{margin-top:0}.checkout-item,.checkout-sum{display:flex;justify-content:space-between;gap:15px;padding:8px 0}.checkout-sum.total{border-top:1px solid #31507e;margin-top:8px;padding-top:16px;font-size:18px}.checkout-sum.total b{color:#ffbd3b}.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,30px);background:#111d32;color:white;padding:12px 18px;border-radius:12px;opacity:0;pointer-events:none;transition:.2s;z-index:200}.toast.show{opacity:1;transform:translate(-50%,0)}@media(max-width:760px){.cart-top{padding:10px 14px}.brand img{width:43px;height:43px}.brand b{font-size:14px}.brand small{font-size:9px}.continue-link{font-size:13px}.cart-page{width:94vw;padding-top:24px}.cart-layout{display:block}.cart-products{margin-bottom:18px}.cart-summary{position:static}.cart-item{grid-template-columns:78px minmax(0,1fr);gap:12px;padding:14px}.cart-item img{width:78px;height:78px}.item-total{grid-column:2;font-size:17px}.item-info h3{font-size:16px}.qty{margin-top:10px}.qty button{width:34px;height:34px}.qty .remove{width:auto}.checkout-card{width:96vw;margin:2vh auto;max-height:96vh;padding:22px 16px}.checkout-grid{display:block}#checkoutForm{grid-template-columns:1fr}.wide{grid-column:auto}.time-range{grid-template-columns:1fr 1fr}.checkout-summary{margin-top:18px}.cart-title h1{font-size:38px}}
/* V82 — barra inferior pública */
.tg-mobile-taskbar{display:none}
@media(max-width:720px){
 body{padding-bottom:calc(72px + env(safe-area-inset-bottom))}
 .tg-mobile-taskbar{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);left:0;right:0;bottom:0;z-index:1900;min-height:72px;padding:5px 8px calc(5px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #d9dee5;box-shadow:0 -4px 18px rgba(15,23,42,.08)}
 .tg-mobile-taskbar a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#111827;text-decoration:none;font-size:10px;font-weight:800}
 .tg-mobile-taskbar svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
 .tg-task-cart-wrap{position:relative;display:grid;place-items:center}
 .tg-task-cart-wrap b{position:absolute;top:-7px;right:-10px;min-width:18px;height:18px;display:grid;place-items:center;padding:0 4px;border-radius:999px;background:#cc0c39;color:#fff;font-size:10px}
}
