:root{--bg:#f3f4f6;--dark:#1b1b1f;--brand:#b54b15;--brand2:#e07025;--green:#16a34a;--blue:#2563eb;--red:#dc2626;--orange:#f97316;--muted:#6b7280;--card:#fff;--radius:22px}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,Arial,Helvetica,sans-serif;background:var(--bg);color:#1f2937}a{text-decoration:none}.top{background:#111827;color:#fff;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:14px}.top a{color:#fff;margin-left:12px;font-weight:700}.wrap{padding:20px;max-width:1240px;margin:auto}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.card{background:#fff;border-radius:18px;padding:18px;box-shadow:0 8px 24px rgba(0,0,0,.08);margin-bottom:16px}.btn{border:0;border-radius:14px;padding:12px 16px;background:var(--blue);color:#fff;font-weight:800;cursor:pointer;text-decoration:none;display:inline-block;touch-action:manipulation}.btn.red{background:var(--red)}.btn.green{background:var(--green)}.btn.gray{background:#6b7280}.btn.orange{background:var(--orange)}.btn.block{width:100%;text-align:center}.input,select,textarea{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:12px;margin:6px 0 12px;background:#fff}table{width:100%;border-collapse:collapse;background:#fff;border-radius:16px;overflow:hidden}th,td{padding:12px;border-bottom:1px solid #eee;text-align:left}th{background:#f9fafb}.center{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.success{color:var(--green);font-weight:bold}.danger{color:var(--red);font-weight:bold}.badge{display:inline-block;border-radius:999px;padding:5px 10px;background:#e5e7eb;font-weight:bold}.big{font-size:28px}.muted{color:var(--muted)}.qrbox{text-align:center}.qrbox img{max-width:260px;width:100%;border:10px solid #fff;box-shadow:0 6px 18px rgba(0,0,0,.12)}.kitchen-board{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.pedido{border-left:8px solid var(--blue)}.pedido.novo{border-left-color:var(--red)}.pedido.preparo{border-left-color:var(--orange)}.pedido.pronto{border-left-color:var(--green)}
/* Cardápio touch */
.touch-page{background:linear-gradient(135deg,#64260b 0%,#9b3d13 38%,#f3f4f6 38%,#f3f4f6 100%);min-height:100vh}.touch-shell{min-height:100vh;display:grid;grid-template-columns:132px 1fr;gap:18px;padding:16px 16px 106px}.touch-side{position:sticky;top:16px;align-self:start;height:calc(100vh - 32px);background:linear-gradient(180deg,#9a3f15,#6e2b0d);border-radius:28px;padding:14px 10px;color:#fff;box-shadow:0 18px 40px rgba(0,0,0,.22);display:flex;flex-direction:column;gap:12px}.brand-circle{width:76px;height:76px;border-radius:50%;background:#fff;color:#85400f;margin:0 auto 4px;display:flex;align-items:center;justify-content:center;text-align:center;font-weight:900;font-size:13px;box-shadow:inset 0 0 0 6px rgba(181,75,21,.16)}.cat-pill{border:0;background:rgba(255,255,255,.14);color:#fff;border-radius:18px;padding:10px 8px;min-height:72px;font-weight:900;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;cursor:pointer;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.cat-pill.active{background:#fff;color:#8c3a13}.cat-icon{font-size:24px}.touch-main{min-width:0}.touch-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:6px 0 16px}.touch-head h1{margin:0;font-size:28px}.mesa-chip{background:#111827;color:#fff;border-radius:999px;padding:10px 16px;font-weight:900}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:14px}.product-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 9px 24px rgba(0,0,0,.1);display:flex;flex-direction:column;min-height:258px}.product-img{width:100%;height:128px;object-fit:cover;background:#e5e7eb}.product-body{padding:12px;display:flex;flex-direction:column;gap:7px;flex:1}.product-body h3{margin:0;font-size:16px;line-height:1.15}.product-desc{min-height:33px;font-size:12px;color:var(--muted);line-height:1.25}.price-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.price{font-size:18px;font-weight:950;color:#111827}.add-round{width:44px;height:44px;border:0;border-radius:14px;background:var(--brand);color:#fff;font-size:24px;font-weight:900;cursor:pointer}.cartbar{position:fixed;left:160px;right:18px;bottom:14px;background:#fff;padding:12px 14px;box-shadow:0 -8px 28px rgba(0,0,0,.14);border-radius:22px;display:flex;align-items:center;justify-content:space-between;gap:12px;z-index:20}.cartbar strong{font-size:16px}.cart-details{position:fixed;right:18px;bottom:88px;width:min(420px,calc(100vw - 36px));background:#fff;border-radius:22px;box-shadow:0 20px 50px rgba(0,0,0,.24);padding:16px;z-index:30;display:none}.cart-details.open{display:block}.cart-item{display:grid;grid-template-columns:1fr auto;gap:8px;padding:10px 0;border-bottom:1px solid #eee}.qty{display:flex;align-items:center;gap:6px}.qty button{width:34px;height:34px;border:0;border-radius:10px;font-weight:900}.modal-bg{position:fixed;inset:0;background:rgba(0,0,0,.46);z-index:40;display:none;align-items:center;justify-content:center;padding:18px}.modal-bg.open{display:flex}.touch-modal{background:#fff;border-radius:24px;width:min(460px,100%);padding:18px;box-shadow:0 25px 60px rgba(0,0,0,.3)}.touch-modal img{width:100%;height:190px;object-fit:cover;border-radius:18px;background:#eee}.touch-modal h2{margin:12px 0 6px}.toast{position:fixed;top:14px;left:50%;transform:translateX(-50%);background:#111827;color:#fff;padding:12px 18px;border-radius:999px;font-weight:800;z-index:99;display:none}.toast.show{display:block}.status-steps{display:grid;gap:12px;margin:18px 0}.status-step{padding:14px;border-radius:18px;background:#f3f4f6;font-weight:800}.status-step.active{background:#dcfce7;color:#166534}.totem-page{background:#e9edf3;overflow:hidden}.totem-shell{height:100vh;display:grid;grid-template-columns:170px 1fr 340px;gap:16px;padding:16px}.totem-shell .touch-side{position:relative;top:0;height:100%;border-radius:30px}.totem-shell .products-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));overflow:auto;max-height:calc(100vh - 95px);padding-right:6px}.totem-cart{background:#fff;border-radius:26px;padding:16px;box-shadow:0 18px 40px rgba(0,0,0,.14);display:flex;flex-direction:column;min-height:0}.totem-cart-list{overflow:auto;flex:1}.totem-cart h2{margin-top:0}.totem-actions .btn{font-size:18px;padding:16px;width:100%;margin-top:10px}.touch-keypad{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.touch-keypad button{height:58px;border:0;border-radius:16px;background:#e5e7eb;font-weight:900;font-size:22px}
@media(max-width:760px){.top{display:block}.top nav{margin-top:10px}.wrap{padding:12px}.big{font-size:22px}table,thead,tbody,tr,td,th{display:block}thead{display:none}td{border-bottom:0}tr{margin-bottom:12px;background:#fff;border-radius:14px;padding:10px;box-shadow:0 5px 18px rgba(0,0,0,.06)}.touch-page{background:#f3f4f6}.touch-shell{display:block;padding:0 0 108px}.touch-side{height:auto;position:sticky;top:0;z-index:10;border-radius:0;display:flex;flex-direction:row;overflow-x:auto;padding:10px;background:linear-gradient(90deg,#9a3f15,#6e2b0d)}.brand-circle{min-width:64px;width:64px;height:64px;font-size:11px}.cat-pill{min-width:88px;min-height:64px;font-size:11px}.touch-main{padding:12px}.touch-head h1{font-size:22px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card{min-height:235px}.product-img{height:106px}.product-body{padding:10px}.product-desc{display:none}.price{font-size:15px}.add-round{width:40px;height:40px}.cartbar{left:10px;right:10px;bottom:10px}.cartbar .btn{padding:12px}.totem-shell{display:block;overflow:auto}.totem-cart{position:fixed;left:10px;right:10px;bottom:10px;z-index:50;max-height:50vh}}
