:root{
  --bg:#fff7e8;
  --bg2:#fffdf8;
  --panel:#fffaf0;
  --card:#ffffff;
  --card2:#fff8e9;
  --border:#f2d9a9;
  --border2:#e9c171;
  --text:#1f1608;
  --muted:#7a6040;
  --gold:#d99000;
  --gold2:#f5ba37;
  --orange:#ff7400;
  --green:#16a34a;
  --blue:#2563eb;
  --red:#ef4444;
  --shadow:0 18px 48px rgba(128,83,0,.16);
  --soft-shadow:0 8px 22px rgba(128,83,0,.12);
  --radius:24px;
}
*{box-sizing:border-box}
html,body,#root{min-height:100%;height:100%}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;background:radial-gradient(circle at top left,#fff2c6 0,#fff7e8 24%,#fffdf8 68%),linear-gradient(135deg,#fff8e1,#fffdf8);color:var(--text);overflow:hidden}
button,input,select,textarea{font:inherit}
button{cursor:pointer;border:0}
.pos-shell{height:100vh;padding:18px;background:linear-gradient(135deg,rgba(255,248,225,.94),rgba(255,253,248,.98));display:grid;grid-template-rows:auto 1fr;gap:14px;min-width:960px}
.pos-topbar{display:grid;grid-template-columns:220px 1fr 270px;align-items:center;gap:20px;background:rgba(255,255,255,.72);border:1px solid rgba(231,191,102,.7);border-radius:26px;padding:14px 18px;box-shadow:var(--soft-shadow);backdrop-filter:blur(18px)}
.brand{display:flex;align-items:center;gap:12px;min-width:0}.brand-mark{width:56px;height:56px;border-radius:18px;background:linear-gradient(135deg,#fff4ce,#d99000);display:grid;place-items:center;color:#7a4a00;font-size:28px;box-shadow:inset 0 0 0 1px #f2d9a9,0 10px 24px #d9900030}.brand-title{font-family:Georgia,serif;font-size:30px;letter-spacing:6px;line-height:1;color:#7a4a00}.brand-sub{font-size:11px;letter-spacing:4px;font-weight:800;color:#7a6040;margin-top:5px;text-transform:uppercase}.top-actions{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr)) minmax(210px,340px);gap:12px;align-items:center}.mode-btn{min-height:58px;border-radius:18px;background:#fffefa;color:#6f4c17;font-weight:900;border:1px solid #ecd6aa;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 8px 18px rgba(128,83,0,.08)}.mode-btn.active{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#fff;border-color:#d99000;box-shadow:0 14px 32px #d9900042}.search-box{height:58px;border-radius:18px;border:1px solid #ecd6aa;background:#fff;padding:0 16px;display:flex;align-items:center;gap:10px;color:#8a6c3f;box-shadow:0 8px 18px rgba(128,83,0,.06)}.search-box input{width:100%;border:0;outline:0;background:transparent;font-weight:800;color:#1f1608}.search-box input::placeholder{color:#b49b74}.user-box{display:flex;align-items:center;justify-content:flex-end;gap:12px}.bell{width:48px;height:48px;border-radius:16px;background:#fff3cf;color:#8a5700;position:relative;display:grid;place-items:center;font-size:22px}.bell span{position:absolute;top:5px;right:5px;width:22px;height:22px;background:#d99000;color:#fff;border-radius:999px;display:grid;place-items:center;font-size:12px;font-weight:900}.avatar{width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,#f1bf54,#7a4a00);display:grid;place-items:center;color:white;font-size:26px;font-weight:900}.user-name{font-weight:950}.user-role{font-size:12px;color:#7a6040;font-weight:800}
.pos-main{min-height:0;display:grid;grid-template-columns:340px minmax(0,1fr);gap:16px}.order-panel,.menu-panel{min-height:0;background:rgba(255,255,255,.75);border:1px solid rgba(231,191,102,.65);border-radius:var(--radius);box-shadow:var(--shadow);backdrop-filter:blur(18px);overflow:hidden}.order-panel{display:flex;flex-direction:column}.order-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;padding:22px 22px 14px;border-bottom:1px solid #efdcb8}.table-title{display:flex;align-items:center;gap:12px}.table-title-icon{font-size:30px;color:#7a4a00}.table-name{font-size:26px;font-weight:950}.guest-count{color:#09866f;font-weight:900;margin-top:4px}.three-dot{font-size:24px;color:#7a6040;background:transparent}.table-controls{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0 22px 14px}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:11px;text-transform:uppercase;color:#8a6c3f;font-weight:950;letter-spacing:.7px}.field select,.field input{height:42px;border-radius:13px;border:1px solid #ecd6aa;background:#fffaf0;color:#2a1d0a;font-weight:900;padding:0 12px;outline:0}.cart-list{padding:10px 22px;overflow:auto;flex:1;min-height:180px}.cart-empty{height:100%;min-height:240px;border:1px dashed #e6ca93;border-radius:20px;display:grid;place-items:center;text-align:center;color:#8a6c3f;font-weight:900;line-height:1.5;background:#fffaf08c}.cart-row{display:grid;grid-template-columns:1fr auto;gap:8px;padding:13px 0;border-bottom:1px solid #f1dfbc}.cart-name{font-weight:950;font-size:15px}.cart-price{color:#80601e;font-size:13px;font-weight:850;margin-top:4px}.cart-qty{display:flex;align-items:center;gap:6px}.qty-btn{width:33px;height:33px;border-radius:10px;background:#fff6df;border:1px solid #efd5a4;color:#8c5700;font-weight:950;font-size:18px}.qty-num{min-width:26px;text-align:center;font-weight:950}.remove-btn{background:transparent;color:#dc2626;font-weight:950}.summary{padding:14px 22px 18px;border-top:1px solid #efdcb8;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,248,232,.8))}.sum-line{display:flex;justify-content:space-between;align-items:center;padding:6px 0;color:#61451f;font-weight:850}.sum-line.total{font-size:25px;color:#1f1608;font-weight:950;margin-top:8px;padding-top:14px;border-top:1px dashed #dec083}.total-amount{font-size:32px;color:#b97800}.pay-btn{width:100%;height:72px;border-radius:18px;margin-top:14px;color:#fff;font-size:20px;font-weight:950;background:linear-gradient(135deg,var(--gold2),var(--gold));box-shadow:0 16px 32px rgba(217,144,0,.32);display:flex;align-items:center;justify-content:space-between;padding:0 22px}.pay-btn:active{transform:translateY(1px)}
.menu-panel{display:grid;grid-template-rows:auto 1fr auto}.category-row{display:flex;align-items:center;gap:8px;padding:18px 18px 12px;border-bottom:1px solid #efdcb8;overflow-x:auto;scrollbar-width:thin}.cat-btn{height:48px;min-width:118px;padding:0 18px;border-radius:14px;background:#fffaf1;color:#4a3517;font-weight:950;border:1px solid #ecd6aa;box-shadow:0 8px 18px rgba(128,83,0,.05)}.cat-btn.active{background:#fff0cd;color:#9f6600;border-color:#d99000;box-shadow:inset 0 -3px 0 #d99000}.menu-grid{padding:18px;overflow:auto;display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));align-content:start;gap:16px}.food-card{min-height:250px;border-radius:20px;background:#fff;border:1px solid #ead5ac;box-shadow:0 12px 26px rgba(91,58,0,.1);overflow:hidden;display:flex;flex-direction:column;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.food-card:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(91,58,0,.16);border-color:#d99000}.food-photo{height:142px;position:relative;background:linear-gradient(135deg,#fff4d4,#ffe6ac);display:grid;place-items:center;overflow:hidden}.food-photo:before{content:"";position:absolute;inset:12px;border-radius:999px;background:radial-gradient(circle,#fff 0 20%,rgba(255,255,255,.28) 21% 40%,transparent 41%);filter:blur(.2px)}.food-photo .emoji{position:relative;font-size:76px;text-shadow:0 10px 22px rgba(88,55,0,.18)}.food-photo.soup{background:linear-gradient(135deg,#fff7d8,#f5d49e)}.food-photo.paneer{background:linear-gradient(135deg,#fff5d6,#ffbc6b)}.food-photo.pizza{background:linear-gradient(135deg,#fff4d4,#ffcc72)}.food-photo.pasta{background:linear-gradient(135deg,#fff7dc,#f3e1a3)}.food-photo.salad{background:linear-gradient(135deg,#f0ffe7,#bde6a0)}.food-photo.curry{background:linear-gradient(135deg,#fff3cc,#f4ba5c)}.food-photo.cake{background:linear-gradient(135deg,#ffe9d9,#c78a67)}.food-photo.soda{background:linear-gradient(135deg,#effff8,#b7e9d6)}.food-photo.coffee{background:linear-gradient(135deg,#fff3df,#c59262)}.tag{position:absolute;left:10px;top:10px;border-radius:9px;background:#d99000;color:#fff;font-size:12px;font-weight:950;padding:6px 9px;box-shadow:0 8px 18px rgba(217,144,0,.25)}.veg-dot{position:absolute;right:10px;top:10px;width:18px;height:18px;border-radius:6px;background:#fff;border:1px solid #20a26b;display:grid;place-items:center}.veg-dot:after{content:"";width:9px;height:9px;border-radius:99px;background:#20a26b}.food-info{padding:14px;display:grid;grid-template-columns:1fr auto;gap:10px;align-items:end;flex:1}.food-name{font-size:16px;font-weight:950;line-height:1.2}.food-price{margin-top:10px;color:#a16600;font-size:17px;font-weight:950}.add-btn{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,var(--gold2),var(--gold));color:#fff;font-size:24px;font-weight:950;box-shadow:0 10px 18px rgba(217,144,0,.25)}.bottom-actions{padding:14px 18px 18px;display:grid;grid-template-columns:repeat(7,1fr);gap:10px;border-top:1px solid #efdcb8;background:rgba(255,250,240,.72)}.action-btn{height:58px;border-radius:15px;background:#fff5df;color:#6f4c17;border:1px solid #ecd6aa;font-weight:950;display:flex;align-items:center;justify-content:center;gap:8px}.action-btn.gold{background:#fff0cc;color:#8a5700}.action-btn.green{background:#ddf8e5;color:#14532d}.action-btn.blue{background:#e4f0ff;color:#1d4ed8}.action-btn.orange{background:#fff1df;color:#c2410c}.toast-wrap{position:fixed;right:24px;bottom:24px;display:flex;flex-direction:column;gap:10px;z-index:9999}.toast{min-width:280px;max-width:420px;background:#211608;color:#fff;border-radius:18px;padding:14px 16px;box-shadow:0 18px 44px rgba(42,29,10,.35);font-weight:900}.toast.success{background:#14532d}.toast.error{background:#7f1d1d}.modal-backdrop{position:fixed;inset:0;background:rgba(38,25,4,.46);display:grid;place-items:center;z-index:9000}.modal{width:min(760px,92vw);max-height:82vh;overflow:auto;background:#fffdf8;border:1px solid #efd5a4;border-radius:24px;box-shadow:0 26px 80px rgba(38,25,4,.35)}.modal-head{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;border-bottom:1px solid #efdcb8}.modal-head h2{margin:0}.modal-body{padding:18px 22px}.close-btn{width:42px;height:42px;border-radius:14px;background:#fff1df;color:#9a3412;font-size:22px}.history-row{display:grid;grid-template-columns:1fr auto;gap:12px;padding:12px;border:1px solid #efdcb8;border-radius:16px;margin-bottom:10px;background:#fffaf0}.history-title{font-weight:950}.history-sub{color:#7a6040;font-size:13px;font-weight:800;margin-top:4px}.history-amount{font-size:18px;color:#b97800;font-weight:950;text-align:right}.kbd{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;border-radius:8px;background:#fff8e6;border:1px solid #e7c17b;color:#7a4a00;font-weight:950;margin-right:5px}.api-status{font-size:12px;font-weight:950;border-radius:999px;padding:7px 10px;background:#fff4d4;color:#8a5700;border:1px solid #ecd6aa}.api-status.online{background:#dcfce7;color:#166534}.api-status.offline{background:#fee2e2;color:#991b1b}
@media(max-width:1180px){.pos-topbar{grid-template-columns:190px 1fr 220px}.top-actions{grid-template-columns:repeat(4,minmax(100px,1fr)) minmax(190px,260px)}.menu-grid{grid-template-columns:repeat(3,minmax(160px,1fr))}.bottom-actions{grid-template-columns:repeat(4,1fr)}.brand-title{font-size:24px}}
@media(max-width:980px){body{overflow:auto}.pos-shell{height:auto;min-height:100vh;min-width:0}.pos-topbar{grid-template-columns:1fr}.top-actions{grid-template-columns:repeat(2,1fr)}.user-box{justify-content:space-between}.pos-main{grid-template-columns:1fr}.order-panel{min-height:640px}.menu-grid{grid-template-columns:repeat(2,minmax(140px,1fr))}.bottom-actions{grid-template-columns:repeat(2,1fr)}}
@media print{body{background:#fff!important;overflow:auto}.pos-shell{display:none}.print-ticket{display:block!important;color:#000;font-family:Arial,sans-serif}.print-ticket h2{text-align:center;margin:0 0 6px}.print-ticket table{width:100%;border-collapse:collapse}.print-ticket td,.print-ticket th{padding:5px;border-bottom:1px solid #ddd;text-align:left}.print-ticket .right{text-align:right}.print-ticket .center{text-align:center}.print-ticket .total{font-size:20px;font-weight:900}}
