:root{--red:#c2232f;--red-dark:#a51c27;--red-soft:#fdecee;--dark:#454545;--darker:#3a3a3a;--slate:#4a5359;--cat:#6d6d6d;--cat-line:#8e8e8e;--grid:#ebebeb;--line:#ddd;--line2:#ccc;--text:#333;--muted:#777;--gold:#f5b800;--area:#fabc00;--veg:#2e9b3f;--nonveg:#b1242d;--egg:#e0a100;--blue:#0da6d9;--ok:#2e9b3f;--t-blank:#f4f4f4;--t-running:#b9e2f7;--t-kot:#f6e96b;--t-printed:#a9dcae;--t-reserved:#f7cdb9}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{color:var(--text);-webkit-font-smoothing:antialiased;background:#fff;font-family:Segoe UI,Montserrat,Roboto,Arial,sans-serif;font-size:13px;overflow:hidden}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}input,select,textarea{border:1px solid var(--line2);background:#fff;border-radius:2px;outline:none;height:30px;padding:0 8px}textarea{resize:vertical;height:auto;padding:6px 8px}input:focus,select:focus,textarea:focus{border-color:#888}input[type=checkbox],input[type=radio]{height:auto;accent-color:var(--red);margin:0}a{color:var(--red)}.muted{color:var(--muted)}.small{font-size:11.5px}.bold{font-weight:700}.right{text-align:right}.center{text-align:center}.row{align-items:center;gap:8px;display:flex}.col{flex-direction:column;gap:6px;display:flex}.grow{flex:1}.nowrap{white-space:nowrap}.link{color:var(--red);background:0 0;border:0;padding:0;text-decoration:underline}.u{text-decoration:underline}.red{color:var(--red)}.green{color:var(--ok)}.strike{text-decoration:line-through}.btn{white-space:nowrap;background:#fff;border:1px solid #0000;border-radius:3px;justify-content:center;align-items:center;gap:6px;height:32px;padding:0 14px;font-size:13px;font-weight:600;display:inline-flex}.btn-red{background:var(--red);color:#fff}.btn-red:hover:not(:disabled){background:var(--red-dark)}.btn-dark{background:var(--slate);color:#fff}.btn-dark:hover:not(:disabled){background:#3c444a}.btn-outline{color:#333;background:#fff;border-color:#555}.btn-outline:hover:not(:disabled){background:#f3f3f3}.btn-grey{color:#333;background:#eee;border-color:#ccc}.btn-green{background:var(--ok);color:#fff}.btn-sm{height:26px;padding:0 9px;font-size:12px}.btn-xs{height:22px;padding:0 7px;font-size:11.5px;font-weight:600}.btn:disabled{opacity:.55}[data-tip]{position:relative}[data-tip]:hover:after{content:attr(data-tip);color:#fff;white-space:nowrap;z-index:50;pointer-events:none;background:#222;border-radius:3px;padding:3px 7px;font-size:11px;font-weight:500;position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%)}[data-tip-down]:hover:after{top:calc(100% + 4px);bottom:auto}.soon{background:var(--area);color:#3a2b00;vertical-align:middle;border-radius:8px;padding:0 5px;font-size:9.5px;font-weight:700;line-height:14px;display:inline-block}.shell{flex-direction:column;height:100%;display:flex}.hdr{border-bottom:1px solid var(--line);z-index:20;background:#fff;flex:0 0 54px;align-items:center;gap:12px;height:54px;padding:0 10px 0 8px;display:flex;position:relative;box-shadow:0 1px 3px #0000000f}.hamb{background:0 0;border:0;place-items:center;width:34px;height:34px;display:grid}.logo{color:var(--red);letter-spacing:-.3px;white-space:nowrap;align-items:center;gap:7px;min-width:120px;font-size:20px;font-style:italic;font-weight:800;display:flex}.logo .mark{border-radius:50%;width:38px;height:38px;display:block}.logo.big{flex-direction:column;gap:6px;font-size:26px}.logo.big .mark{width:92px;height:92px;box-shadow:0 2px 10px #00000040}.hdr-search{position:relative}.hdr-search input{border-color:var(--line2);width:118px;height:32px;padding-left:26px}.hdr-search svg{color:#999;position:absolute;top:9px;left:7px}.hdr-spacer{flex:1}.outlet-chip{border:1px solid var(--line2);border-radius:3px;max-width:220px;padding:3px 10px;font-size:12px;line-height:1.2}.outlet-chip b{text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;display:block;overflow:hidden}.hicons{align-items:center;gap:4px;display:flex}.hicon{color:#4d4d4d;background:0 0;border:0;border-radius:4px;place-items:center;width:42px;height:42px;display:grid;position:relative}.hicon:hover{background:#f2f2f2}.hicon.active{color:var(--red);background:var(--red-soft)}.hicon .badge{color:#fff;background:#ff6d00;border-radius:9px;place-items:center;min-width:17px;height:17px;padding:0 4px;font-size:10px;font-weight:700;display:grid;position:absolute;top:2px;right:1px}.live-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.drawer-bg{z-index:60;background:#00000059;position:fixed;inset:0}.drawer{z-index:61;background:#fff;flex-direction:column;width:250px;display:flex;position:fixed;top:0;bottom:0;left:0;box-shadow:2px 0 10px #0003}.drawer-head{background:var(--red);color:#fff;padding:14px}.drawer-head .n{font-size:15px;font-weight:700}.drawer a,.drawer button.di{color:#333;text-align:left;background:0 0;border:0;border-bottom:1px solid #f0f0f0;align-items:center;gap:10px;width:100%;padding:10px 16px;text-decoration:none;display:flex}.drawer a:hover,.drawer button.di:hover{background:#f6f6f6}.drawer a.active{color:var(--red);background:var(--red-soft);font-weight:600}.drawer .kbd{color:#999;margin-left:auto;font-size:10.5px}.main{flex:1;min-height:0;position:relative}.billing{height:100%;display:flex}.menu-side{background:var(--grid);flex-direction:column;flex:1;min-width:0;display:flex}.search-row{background:var(--grid);gap:10px;padding:6px 8px;display:flex}.search-row input{border-color:#d0d0d0;height:32px}.search-row .s1{flex:1.2}.search-row .s2{flex:1}.menu-body{flex:1;min-height:0;display:flex}.cats{background:var(--cat);flex:0 0 128px;width:128px;overflow-y:auto}.cat{text-align:left;border:0;border-bottom:1px solid var(--cat-line);color:#fff;background:0 0;width:100%;padding:13px 8px 13px 10px;font-size:13px;line-height:1.2;display:block}.cat:hover{background:#7a7a7a}.cat.active{background:var(--red)}.cat .cnt{opacity:.75;font-size:10.5px}.tiles-wrap{flex:1;padding:10px 12px;overflow-y:auto}.tiles{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));align-content:start;gap:10px;display:grid}.tile{border:0;border-left:3px solid var(--veg);text-align:left;color:#333;background:#fff;align-items:center;min-height:62px;padding:8px 10px 8px 12px;font-size:13px;line-height:1.25;display:flex;position:relative;box-shadow:0 1px 2px #0000001a}.tile:hover{box-shadow:0 2px 6px #0000002e}.tile.nonveg{border-left-color:var(--nonveg)}.tile.egg{border-left-color:var(--egg)}.tile.oos{color:#999;cursor:not-allowed;box-shadow:none;background:#e2e2e2}.tile.oos:after{content:"Out of stock";color:var(--red);font-size:9.5px;font-weight:600;position:absolute;bottom:2px;right:4px}.tile .code{color:#aaa;font-size:9.5px;position:absolute;top:2px;right:4px}.tile.hl{outline:2px solid var(--blue)}.empty{text-align:center;color:var(--muted);padding:30px}.fmark{border:1.5px solid var(--veg);background:#fff;flex:0 0 12px;place-items:center;width:12px;height:12px;display:inline-grid}.fmark:after{content:"";background:var(--veg);border-radius:50%;width:6px;height:6px}.fmark.nonveg{border-color:var(--nonveg)}.fmark.nonveg:after{background:var(--nonveg);border-left:3.5px solid #0000;border-right:3.5px solid #0000;border-bottom:6px solid var(--nonveg);background:0 0;border-radius:0;width:0;height:0}.fmark.egg{border-color:var(--egg)}.fmark.egg:after{background:var(--egg)}.cart{border-left:1px solid var(--line2);background:#fff;flex-direction:column;width:44%;min-width:470px;max-width:580px;display:flex}.otabs{background:var(--dark);flex:0 0 40px;height:40px;display:flex}.otab{background:var(--dark);color:#fff;border:0;border-right:1px solid #333;flex:1;font-size:13.5px;font-weight:700}.otab:last-child{border-right:0}.otab.active{background:var(--red)}.otab:disabled:not(.active){color:#999}.cicons{border-bottom:1px solid var(--line);flex:0 0 58px;height:58px;display:flex}.cicon{border:0;border-right:1px solid var(--line);color:#444;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:1px;width:66px;font-size:11px;font-weight:700;display:flex}.cicon:hover{background:#f7f7f7}.cicon .lbl{color:var(--red);text-overflow:ellipsis;white-space:nowrap;max-width:62px;font-size:11.5px;overflow:hidden}.cicon.set{color:var(--red)}.cinfo{flex-direction:column;flex:1;justify-content:center;padding:4px 10px;font-size:12px;line-height:1.35;display:flex;overflow:hidden}.areabox{background:var(--area);color:#fff;text-align:center;place-items:center;width:64px;padding:2px;font-size:12.5px;font-weight:700;display:grid}.chead{background:var(--grid);color:#444;grid-template-columns:1fr 90px 110px 78px;align-items:center;height:32px;padding:0 10px 0 14px;font-size:12px;font-weight:600;display:grid}.chead .u{text-decoration:underline}.crows{flex:1;min-height:0;overflow-y:auto}.crow{border-bottom:1px solid var(--line);grid-template-columns:22px 1fr 110px 78px;align-items:center;gap:6px;min-height:44px;padding:4px 10px 4px 12px;display:grid}.crow .nm{text-align:left;color:#333;text-underline-offset:2px;background:0 0;border:0;padding:0;font-size:13px;line-height:1.25;text-decoration:underline}.crow .meta{color:var(--muted);margin-top:1px;font-size:11px;line-height:1.2}.crow .note{color:#b0650b;font-size:11px}.crow .price{text-align:right;font-size:12.5px;line-height:1.15}.crow .price .unit{color:var(--muted);font-size:10.5px;text-decoration:underline}.crow.locked{background:#fafafa}.crow.cancelled .nm,.crow.cancelled .price{color:#aaa;text-decoration:line-through}.xbtn{background:var(--red);color:#fff;border:0;border-radius:50%;place-items:center;width:20px;height:20px;padding:0;display:grid}.xbtn:disabled{background:#ccc}.lockic{color:#999;place-items:center;width:20px;height:20px;display:grid}.kotsep{color:#555;border-bottom:1px solid var(--line);background:#f1f1f1;justify-content:space-between;padding:3px 12px;font-size:11.5px;font-weight:600;display:flex}.qty{justify-content:center;align-items:center;display:flex}.qty button{border:1px solid var(--line2);background:#fff;place-items:center;width:28px;height:28px;padding:0;font-size:16px;line-height:1;display:grid}.qty input{text-align:center;border-left:0;border-right:0;border-radius:0;width:40px;height:28px;padding:0}.qty .ro{text-align:center;width:40px;font-weight:600}.cempty{color:#aaa;flex-direction:column;justify-content:center;align-items:center;gap:8px;height:100%;display:flex}.cfoot{flex:none;position:relative}.handle{background:var(--darker);color:#fff;z-index:2;border:0;border-radius:3px 3px 0 0;place-items:center;width:56px;height:16px;padding:0;display:grid;position:absolute;top:-16px;left:50%;transform:translate(-50%)}.totx{color:#fff;background:#4b4b4b;padding:6px 14px;font-size:12.5px}.totx .tr{border-bottom:1px solid #5a5a5a;justify-content:space-between;align-items:center;min-height:26px;display:flex}.totx .tr:last-child{border-bottom:0}.totx input{text-align:right;color:#333;width:90px;height:24px}.totx .link{color:#9fd6ff;margin-left:8px;font-size:12px}.frow1{background:var(--darker);color:#fff;align-items:center;gap:12px;min-height:44px;padding:7px 12px;display:flex}.frow1 .tot{margin-left:auto;font-size:13px}.frow1 .tot b{color:var(--gold);margin-left:10px;font-size:21px;font-weight:700}.frow2{color:#fff;background:#5a5a5a;justify-content:space-around;align-items:center;height:38px;padding:0 8px;display:flex}.frow3{color:#fff;background:#444;justify-content:center;align-items:center;gap:26px;height:36px;display:flex}.radio{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:7px;font-size:13px;display:inline-flex}.radio.dis{opacity:.55;cursor:not-allowed}.radio input[type=radio]{width:15px;height:15px}.chk{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;align-items:center;gap:7px;display:inline-flex}.chk input{width:15px;height:15px}.chk.dis{opacity:.55;cursor:not-allowed}.actions{border-top:1px solid var(--line);background:#fff;flex-wrap:wrap;justify-content:flex-end;gap:6px;padding:8px;display:flex}.actions .btn{height:34px;padding:0 12px}.overlay{z-index:80;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:3px;flex-direction:column;width:520px;max-width:calc(100vw - 30px);max-height:calc(100vh - 40px);display:flex;box-shadow:0 8px 30px #0000004d}.modal.lg{width:820px}.modal.xl{width:1040px}.modal.sm{width:400px}.mhead{border-bottom:1px solid var(--line);align-items:center;padding:12px 16px;font-size:14.5px;font-weight:600;display:flex}.mhead .x{color:#666;background:0 0;border:0;margin-left:auto;padding:0 2px;font-size:22px;line-height:1}.mbody{padding:14px 16px;overflow-y:auto}.mfoot{border-top:1px solid var(--line);justify-content:flex-end;align-items:center;gap:8px;padding:10px 16px;display:flex}.mfoot .lefttxt{margin-right:auto;font-weight:700}.fld{flex-direction:column;gap:4px;margin-bottom:10px;display:flex}.fld>label,.fl{color:#555;font-size:12px;font-weight:600}.fld input,.fld select,.fld textarea{width:100%}.grid2{grid-template-columns:1fr 1fr;gap:0 14px;display:grid}.grid3{grid-template-columns:1fr 1fr 1fr;gap:0 14px;display:grid}.sect{color:#333;margin:6px 0 8px;font-size:13px;font-weight:700}.sect .muted{font-size:11.5px;font-weight:400}.opts{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.opt{color:#fff;text-align:center;background:#5b5b5b;border:0;border-radius:3px;min-width:96px;padding:8px 12px;font-size:12.5px;line-height:1.25}.opt small{opacity:.9;font-size:11.5px;display:block}.opt.on{background:var(--red)}.opt.addon{color:#333;background:#f1f1f1;border:1px solid #ddd}.opt.addon.on{background:var(--red);color:#fff;border-color:var(--red)}.opt:disabled{opacity:.45}.err{color:var(--red);font-size:12px}.dev-hint{color:#6b5300;background:#fff7d6;border:1px dashed #e0b400;border-radius:3px;padding:4px 8px;font-size:11.5px}.toasts{z-index:200;flex-direction:column;gap:8px;display:flex;position:fixed;top:62px;right:14px}.toast{color:#fff;cursor:pointer;border-radius:3px;align-items:flex-start;gap:8px;min-width:260px;max-width:380px;padding:10px 14px;font-size:13px;display:flex;box-shadow:0 3px 10px #0003}.toast.success{background:#51a351}.toast.error{background:#bd362f}.toast.info{background:#2f96b4}.alertbar{z-index:150;border:2px solid var(--red);background:#fff;border-radius:4px;width:330px;position:fixed;bottom:14px;left:140px;box-shadow:0 6px 24px #0000004d}.alertbar .ah{background:var(--red);color:#fff;align-items:center;gap:8px;padding:8px 12px;font-weight:700;display:flex}.alertbar .ab{max-height:220px;padding:10px 12px;overflow-y:auto}.alertbar .ai{border-bottom:1px dashed #ddd;padding:6px 0}.pulse{animation:1s infinite pulse}@keyframes pulse{50%{opacity:.4}}.page{background:#fff;height:100%;padding:12px 16px;overflow-y:auto}.page.grey{background:#f5f5f5}.ptitle{align-items:center;gap:10px;min-height:34px;margin-bottom:12px;display:flex}.ptitle h1{margin:0;font-size:16px;font-weight:600}.ptitle .sp{flex:1}.subtabs{border-bottom:1px solid var(--line);gap:0;margin-bottom:12px;display:flex}.subtab{color:#666;background:0 0;border:0;border-bottom:2px solid #0000;margin-bottom:-1px;padding:9px 18px;font-weight:600}.subtab.active{color:var(--red);border-bottom-color:var(--red)}.subtab .cnt{color:#333;background:#e5e5e5;border-radius:9px;min-width:18px;margin-left:5px;padding:0 5px;font-size:11px;display:inline-block}.subtab.active .cnt{background:var(--red);color:#fff}.ptable{border-collapse:collapse;background:#fff;width:100%;font-size:12.5px}.ptable th{text-align:left;white-space:nowrap;background:#efefef;border-bottom:1px solid #ddd;padding:8px;font-weight:600}.ptable td{vertical-align:top;border-bottom:1px solid #e8e8e8;padding:7px 8px}.ptable tr.clickable:hover td{cursor:pointer;background:#fafafa}.ptable .num{text-align:right;white-space:nowrap}.card{border:1px solid var(--line);background:#fff;border-radius:3px}.card-h{border-bottom:1px solid var(--line);align-items:center;gap:8px;padding:8px 12px;font-weight:600;display:flex}.card-b{padding:10px 12px}.tag{color:#444;white-space:nowrap;background:#eee;border-radius:10px;padding:1px 7px;font-size:11px;font-weight:600;display:inline-block}.tag.red{color:#b3141f;background:#fde2e4}.tag.green{color:#1d7a2c;background:#dcf3df}.tag.amber{color:#8a6100;background:#fff1c9}.tag.blue{color:#0b6f99;background:#dbeffa}.tag.grey{color:#666;background:#eee}.pager{justify-content:flex-end;align-items:center;gap:8px;padding:10px 0;display:flex}.stat-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:10px;margin-bottom:14px;display:grid}.stat{border:1px solid var(--line);border-left:3px solid var(--red);background:#fff;padding:10px 12px}.stat .l{color:var(--muted);font-size:11.5px}.stat .v{margin-top:2px;font-size:19px;font-weight:700}.tv{background:#fff;height:100%;padding:10px 18px 20px;overflow-y:auto}.tv-top{align-items:center;gap:8px;margin-bottom:10px;display:flex}.tv-top h1{margin:0;font-size:15px;font-weight:600}.legend{color:#555;flex-wrap:wrap;align-items:center;gap:16px;font-size:12px;display:flex}.legend i{vertical-align:-2px;border:1px solid #0000001f;border-radius:50%;width:12px;height:12px;margin-right:5px;display:inline-block}.area-h{color:#333;margin:16px 0 8px;font-size:14px;font-weight:700}.tgrid{flex-wrap:wrap;gap:14px;display:flex}.tcard{background:var(--t-blank);cursor:pointer;color:#333;-webkit-user-select:none;user-select:none;border:1px solid #d9d9d9;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:94px;min-height:86px;padding:6px 4px;font-size:12px;display:flex;position:relative;box-shadow:0 1px 3px #00000014}.tcard:hover{box-shadow:0 2px 8px #0000002e}.tcard .tn{font-size:14px;font-weight:600}.tcard .tm{color:#555;font-size:11px}.tcard .tt{font-size:12.5px;font-weight:700}.tcard .tacts{gap:4px;margin-top:3px;display:flex}.tcard .tacts button{color:#444;background:#fff;border:1px solid #0003;border-radius:3px;place-items:center;width:24px;height:22px;padding:0;display:grid}.tcard .tacts button:hover{color:var(--red)}.tcard.running{background:var(--t-running);border-color:#8fcbe9}.tcard.kot{background:var(--t-kot);border-color:#dccd44}.tcard.printed{background:var(--t-printed);border-color:#7dc185}.tcard.reserved{background:var(--t-reserved);border-color:#e6a88c}.tcard.sel{outline:3px solid var(--red);outline-offset:1px}.tcard.dim{opacity:.45}.tcard .seats{color:#888;font-size:10px;position:absolute;top:3px;right:6px}.kds{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));align-items:start;gap:12px;display:grid}.kcard{background:#fff;border:1px solid #d6d6d6;border-radius:4px;overflow:hidden;box-shadow:0 1px 3px #00000014}.kcard .kh{color:#fff;background:var(--slate);justify-content:space-between;align-items:center;padding:7px 10px;font-weight:700;display:flex}.kcard.preparing .kh{background:#2f6f9e}.kcard.ready .kh{background:var(--ok)}.kcard.age-amber{border-color:#e39b00;box-shadow:0 0 0 2px #f5c451}.kcard.age-amber .kh{background:#e39b00}.kcard.age-red{border-color:var(--red);box-shadow:0 0 0 2px #f08a92}.kcard.age-red .kh{background:var(--red)}.kcard .kst{background:#ffffff40;border-radius:8px;margin-left:4px;padding:1px 6px;font-size:10.5px;font-weight:600}.kcard .ksub{background:#f5f5f5;border-bottom:1px solid #e3e3e3;justify-content:space-between;padding:5px 10px;font-size:12px;display:flex}.kcard .ki{border-bottom:1px dashed #e3e3e3;gap:8px;padding:6px 10px;font-size:13.5px;display:flex}.kcard .ki .q{min-width:26px;font-weight:800}.kcard .ki .n{color:#b0650b;font-size:11.5px}.kcard .kf{justify-content:flex-end;gap:6px;padding:8px 10px;display:flex}.timer{font-variant-numeric:tabular-nums}.timer.late{color:var(--red);background:#fff;border-radius:3px;padding:0 6px}.oo-row td{border-bottom:2px solid #fff!important}.oo-row.placed td{background:#dcefff}.oo-row.accepted td,.oo-row.preparing td{background:#fff4d6}.oo-row.ready td{background:#d6f5f7}.oo-row.out_for_delivery td{background:#ffe7c7}.oo-row.delivered td,.oo-row.picked_up td{background:#cfeccf}.oo-row.rejected td,.oo-row.cancelled td{background:#ffd9cf}.prep-opts{flex-wrap:wrap;gap:4px;display:flex}.settings{height:100%;display:flex}.snav{border-right:1px solid var(--line);background:#f5f5f5;flex:0 0 200px;width:200px;padding:8px 0;overflow-y:auto}.snav button{text-align:left;color:#444;background:0 0;border:0;width:100%;padding:10px 16px;font-weight:600;display:block}.snav button.active{color:var(--red);border-left:3px solid var(--red);background:#fff;padding-left:13px}.sbody{flex:1;min-width:0;padding:14px 18px;overflow-y:auto}.switch{flex:0 0 36px;width:36px;height:20px;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.switch span{cursor:pointer;background:#ccc;border-radius:20px;transition:all .15s;position:absolute;inset:0}.switch span:before{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:all .15s;position:absolute;top:2px;left:2px}.switch input:checked+span{background:var(--ok)}.switch input:checked+span:before{transform:translate(16px)}.switch input:disabled+span{opacity:.5;cursor:not-allowed}.thumb{object-fit:cover;background:#f3f3f3;border:1px solid #ddd;border-radius:3px;width:40px;height:40px}.login-wrap{background:linear-gradient(#f6f6f6 0%,#ececec 100%);justify-content:center;align-items:center;height:100%;display:flex}.login{background:#fff;border-radius:4px;width:380px;overflow:hidden;box-shadow:0 4px 20px #0000001f}.login .lh{background:var(--red);color:#fff;text-align:center;padding:22px}.login .lh .logo{color:#fff;justify-content:center;font-size:28px}.login .lb{padding:22px 26px 26px}.otp{justify-content:space-between;gap:8px;margin:6px 0 12px;display:flex}.otp input{text-align:center;width:44px;height:46px;font-size:20px;font-weight:700}.outlet-list{flex-direction:column;gap:8px;display:flex}.outlet-btn{border:1px solid var(--line2);text-align:left;background:#fff;border-radius:3px;padding:12px 14px}.outlet-btn:hover{border-color:var(--red);background:var(--red-soft)}.splash{color:#888;place-items:center;height:100%;display:grid}.cust-strip{color:#333;background:#f3f9fd;border:1px solid #cfe6f5;border-radius:3px;flex-wrap:wrap;gap:4px 14px;margin-bottom:10px;padding:5px 10px;font-size:12px;display:flex}.cust-strip.mini{color:var(--muted);background:0 0;border:0;gap:0 8px;margin:0;padding:0;font-size:11px}.hbars{border-bottom:1px solid #ddd;align-items:flex-end;gap:6px;height:230px;margin-bottom:12px;padding:0 4px 6px;display:flex;overflow-x:auto}.hbar{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;min-width:30px;height:100%;display:flex}.hbar .hb{background:var(--red);border-radius:2px 2px 0 0;width:70%;min-height:1px}.hbar .hv{color:#555;white-space:nowrap;margin-bottom:2px;font-size:9.5px}.hbar .hl{color:#666;margin-top:3px;font-size:10.5px}
