*{box-sizing:border-box;margin:0}:root{--brand: #2563eb;--brand-light: #eaf1ff;--bg: #f2f6fd;--accent: #f59e0b;--red: #dc2626;--yellow: #eab308;--green: #16a34a;--orange: #1d4ed8;--card: #ffffff;--text: #212121;--muted: #757575}body{font-family:Manrope,Noto Sans Devanagari,system-ui,sans-serif;background:var(--bg);color:var(--text);font-size:16.5px;-webkit-font-smoothing:antialiased;letter-spacing:-.01em}h1,h2,h3,b,.ord-amt,.order-total,.stat .num,.admin-card .v{letter-spacing:-.02em;font-variant-numeric:tabular-nums}button{font-family:inherit;cursor:pointer;border:none;border-radius:12px}input,textarea,select{font-family:inherit;font-size:18px;padding:14px;border:2px solid #ddd;border-radius:12px;width:100%}input:focus,textarea:focus{outline:none;border-color:var(--brand)}.page{max-width:520px;margin:0 auto;padding:16px 16px 90px}.card{background:var(--card);border-radius:18px;padding:16px;margin-bottom:12px;box-shadow:0 2px 14px #2563eb17;border:1px solid #e9effc}.btn{display:block;width:100%;padding:18px;font-size:20px;font-weight:700;border-radius:16px;color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);margin-top:10px;box-shadow:0 4px 14px #2563eb4d}.btn:active{transform:scale(.98)}.btn.secondary{background:#eee;color:var(--text)}.btn.red{background:var(--red)}.btn.yellow{background:var(--yellow);color:#212121}.btn.green{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 4px 14px #16a34a4d}.btn.small{padding:10px 14px;font-size:16px;width:auto;display:inline-block}.order-card{border-left:10px solid var(--red)}.order-card.preparing{border-left-color:var(--yellow)}.order-card.ready{border-left-color:var(--green)}.order-card.udhar{background:#eaf1ff;border-left-color:var(--orange)}.order-num{font-size:34px;font-weight:900}.order-total{font-size:28px;font-weight:800;color:var(--brand)}.order-items{font-size:18px;margin:8px 0;line-height:1.6}.order-meta{color:var(--muted);font-size:15px}.order-actions{display:flex;gap:8px;margin-top:12px}.order-actions .btn{margin-top:0;flex:1;padding:16px 8px;font-size:18px}.bottom-nav{position:fixed;bottom:10px;left:12px;right:12px;background:#fff;display:flex;z-index:50;border-radius:24px;box-shadow:0 8px 30px #1722542e;padding:6px 4px calc(6px + env(safe-area-inset-bottom)/2)}.bottom-nav a{flex:1;text-align:center;padding:6px 2px;text-decoration:none;color:#93a1bd;font-size:11px;border-radius:18px;margin:0 2px}.bottom-nav a.active{color:#2563eb;font-weight:800;background:#eaf1ff}.bottom-nav .icon{font-size:24px;display:block}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.topbar h1{font-size:24px;color:var(--brand)}.lang-toggle{display:inline-flex;background:#eee;border-radius:20px;overflow:hidden}.lang-toggle button{padding:8px 14px;background:transparent;font-size:15px;font-weight:600}.lang-toggle button.active{background:var(--brand);color:#fff}.stats{display:grid;grid-template-columns:1fr 1fr;gap:10px}.stat{background:var(--card);border-radius:14px;padding:14px;text-align:center}.stat .num{font-size:32px;font-weight:900;color:var(--brand)}.stat .lbl{font-size:14px;color:var(--muted)}.item-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 0;border-bottom:1px solid #f0f0f0}.item-name{font-size:19px;font-weight:600}.item-price{font-size:20px;font-weight:800;color:var(--brand);white-space:nowrap}.toggle{width:60px;height:34px;border-radius:17px;background:#ccc;position:relative;transition:.2s;flex-shrink:0}.toggle.on{background:var(--green)}.toggle:after{content:"";position:absolute;top:3px;left:3px;width:28px;height:28px;border-radius:50%;background:#fff;transition:.2s}.toggle.on:after{left:29px}.udhar-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid #f0f0f0}.udhar-bal{font-size:24px;font-weight:900;color:var(--orange)}.badge-late{background:var(--red);color:#fff;font-size:12px;padding:3px 8px;border-radius:10px}.qty-btns{display:inline-flex;align-items:center;gap:12px}.qty-btns button{width:44px;height:44px;font-size:24px;font-weight:800;border-radius:50%;background:var(--brand-light);color:var(--brand)}.qty{font-size:22px;font-weight:800;min-width:28px;text-align:center}.cart-bar{position:fixed;bottom:0;left:0;right:0;background:var(--brand);color:#fff;padding:14px 20px;display:flex;justify-content:space-between;align-items:center;font-size:20px;font-weight:800}.pay-options{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin:12px 0}.pay-options button{padding:16px 6px;font-size:16px;font-weight:700;background:#eee;border-radius:12px}.pay-options button.selected{background:var(--brand);color:#fff}.mode-btns{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}.mode-btns button{padding:22px 10px;font-size:19px;font-weight:800;border-radius:16px;background:var(--brand-light);color:var(--brand);border:3px dashed var(--brand)}.featured-strip{display:flex;gap:10px;overflow-x:auto;padding-bottom:6px;margin-bottom:12px}.featured-card{min-width:130px;background:#fff;border:2px solid var(--yellow);border-radius:14px;padding:10px;text-align:center}.tag{font-size:12px;background:var(--yellow);border-radius:8px;padding:2px 8px;font-weight:700}.error{color:var(--red);font-weight:600;margin-top:8px}.success-screen{text-align:center;padding:60px 20px}.success-screen .big{font-size:60px}.filter-tabs{display:flex;gap:8px;margin-bottom:12px;overflow-x:auto}.filter-tabs button{padding:10px 18px;border-radius:20px;background:#eee;font-size:16px;font-weight:700;white-space:nowrap}.filter-tabs button.active{background:var(--brand);color:#fff}.center{text-align:center}.muted{color:var(--muted)}.mt{margin-top:12px}.row{display:flex;gap:10px;align-items:center}.admin-shell{min-height:100vh;background:linear-gradient(180deg,#eaf1ff,#f6f9ff 320px,#f6f9ff);color:#17223b;padding:20px}.admin-wrap{max-width:1100px;margin:0 auto}.admin-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;background:linear-gradient(135deg,#4f8ef7,#2563eb 55%,#1d4ed8);border-radius:22px;padding:18px 20px;color:#fff;box-shadow:0 10px 30px #2563eb47}.admin-head h1{font-size:22px;color:#fff}.admin-head .sub{color:#cfe0ff;font-size:13px}.admin-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-bottom:20px}.admin-card{background:#fff;border:1px solid #e9effc;border-radius:20px;padding:16px;box-shadow:0 4px 18px #2563eb12}.admin-card .v{font-size:28px;font-weight:800;color:#172554}.admin-card .k{font-size:12px;color:#7c8aa5;text-transform:uppercase;letter-spacing:.05em;margin-top:2px}.admin-card.accent{background:linear-gradient(135deg,#172554,#1e3a8a);border:none}.admin-card.accent .v,.admin-card.accent .k{color:#fff}.admin-card.accent .d{color:#9db8e8}.admin-card.green .v{color:#16a34a}.admin-panel{background:#fff;border:1px solid #e9effc;border-radius:20px;padding:16px;margin-bottom:16px;box-shadow:0 4px 18px #2563eb0f}.admin-panel h3{color:#172554;font-size:15px;margin-bottom:12px}.admin-table{width:100%;border-collapse:collapse;font-size:14px}.admin-table th{text-align:left;color:#7c8aa5;font-size:11px;text-transform:uppercase;letter-spacing:.05em;padding:8px;border-bottom:1px solid #e9effc}.admin-table td{padding:10px 8px;border-bottom:1px solid #f0f4fc;vertical-align:middle}.admin-table tr:hover td{background:#f4f8ff}.admin-table .num-cell{font-weight:800;color:#172554;text-align:right}.admin-input{background:#fff;border:1.5px solid #d7e2f5;color:#17223b;border-radius:12px;padding:10px 14px;font-size:14px;width:100%}.admin-input:focus{outline:none;border-color:#2563eb}.admin-select{background:#fff;border:1.5px solid #d7e2f5;color:#17223b;border-radius:10px;padding:6px 10px;font-size:13px;width:auto}.admin-btn{padding:8px 14px;border-radius:10px;font-size:13px;font-weight:700}.admin-btn.danger{background:#fee2e2;color:#b91c1c}.admin-btn.ok{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.admin-btn.ghost{background:#2563eb17;color:#2563eb}.admin-head .admin-btn.ghost{background:#ffffff2e;color:#fff}.pill{display:inline-block;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:700;text-transform:uppercase}.pill.free{background:#eef2f7;color:#64748b}.pill.starter{background:#dbeafe;color:#1d4ed8}.pill.standard{background:#d1fae5;color:#047857}.pill.pro{background:#fef3c7;color:#b45309}.pill.chain{background:#ede9fe;color:#6d28d9}.pill.suspended{background:#fee2e2;color:#b91c1c}.trend-bars{display:flex;align-items:flex-end;gap:4px;height:120px}.trend-bar{flex:1;background:linear-gradient(180deg,#60a5fa,#2563eb);border-radius:6px 6px 0 0;min-height:2px;position:relative}.trend-bar span{position:absolute;top:-18px;left:50%;transform:translate(-50%);font-size:10px;color:#7c8aa5;white-space:nowrap}.trend-labels{display:flex;gap:4px;margin-top:4px}.trend-labels div{flex:1;text-align:center;font-size:9px;color:#a3b1c9}.admin-tabs{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.admin-tabs button{padding:9px 18px;border-radius:999px;font-size:14px;font-weight:700;background:#fff;color:#5b6b8c;border:1.5px solid #d7e2f5}.admin-tabs button.on{background:#2563eb;color:#fff;border-color:#2563eb;box-shadow:0 4px 12px #2563eb4d}@media (max-width: 700px){.admin-table th:nth-child(3),.admin-table td:nth-child(3){display:none}}.auth-shell{min-height:100vh;background:linear-gradient(160deg,#60a5fa,#2563eb 45%,#172554);background-size:160% 160%;animation:heroShift 10s ease-in-out infinite;display:flex;flex-direction:column;align-items:center;padding:24px 16px 40px}.auth-hero{text-align:center;color:#fff;margin:28px 0 24px}.auth-hero .logo-img{width:84px;height:84px;border-radius:24px;box-shadow:0 12px 34px #00000059}.auth-hero h1{font-size:30px;font-weight:900;letter-spacing:-.5px;margin-top:8px}.auth-hero .tag{font-size:15px;opacity:.92;margin-top:6px}.auth-card{background:#fff;border-radius:26px;padding:22px;width:100%;max-width:420px;box-shadow:0 24px 70px #0a143c73;animation:rise .45s cubic-bezier(.22,1,.36,1) both}.auth-card .filter-tabs{margin-bottom:16px}.auth-card .filter-tabs button{flex:1}.auth-features{display:flex;gap:18px;justify-content:center;margin-top:26px;flex-wrap:wrap}.auth-feature{color:#fff;text-align:center;font-size:13px;opacity:.95;width:88px}.auth-feature .ic{font-size:28px;display:block;margin-bottom:4px}.auth-footer{color:#ffffffd9;margin-top:26px;font-size:14px}.auth-footer a{color:#fff;font-weight:800}.chatp{display:flex;flex-direction:column;height:100dvh;max-width:560px;margin:0 auto;background:linear-gradient(160deg,#eaf1ff,#dbeafe)}.chatp-head{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#172554;color:#fff}.chatp-ava{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#f59e0b);display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;color:#fff}.chatp-name{font-weight:800;font-size:17px}.chatp-sub{font-size:12px;opacity:.85}.chatp-scroll{flex:1;overflow-y:auto;padding:14px 12px 8px}.chatp-bot{background:#fff;border-radius:4px 16px 16px;padding:10px 14px;margin:6px 44px 6px 0;font-size:15px;line-height:1.45;box-shadow:0 1px 3px #3e27231f;width:fit-content;max-width:85%}.chatp-me{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:18px 4px 18px 18px;padding:9px 14px;margin:6px 0 6px auto;font-size:15px;width:fit-content;max-width:80%;font-weight:600}.chatp-status{background:#e2e8f0;color:#1e40af;border-radius:20px;padding:6px 14px;margin:8px auto;font-size:13.5px;font-weight:700;width:fit-content}.chatp-tip{background:transparent;color:#64748b;font-size:12.5px;margin:4px auto;width:fit-content;text-align:center}.parchi{background:#fff;border-radius:6px;margin:10px 24px 10px 0;padding:12px 14px 14px;box-shadow:0 2px 8px #3e272326;position:relative;font-size:15px}.parchi-tear{height:5px;margin:-12px -14px 10px;background:linear-gradient(90deg,#3b82f6,#60a5fa,#f59e0b);border-radius:6px 6px 0 0}.parchi-title{font-weight:800;color:#172554;margin-bottom:6px}.parchi-line{display:flex;align-items:center;gap:8px;padding:6px 0;border-bottom:1px solid #e9effc}.parchi-item{flex:1;font-weight:600;color:#1e293b}.parchi-qty{display:flex;align-items:center;gap:6px}.parchi-qty button{width:28px;height:28px;border-radius:8px;border:none;background:#dbeafe;font-size:17px;font-weight:800;color:#2563eb}.parchi-amt{min-width:56px;text-align:right;font-weight:700;color:#172554;font-size:14px}.parchi-unk{background:#fef3c7;margin:2px -6px;padding:6px;border-radius:8px;border-bottom:none}.parchi-x{border:none;background:none;color:#dc2626;font-size:15px;margin-left:6px}.parchi-total{display:flex;justify-content:space-between;padding-top:8px;font-size:17px;font-weight:800;color:#172554}.chatp-paychips{display:flex;gap:8px;margin-top:10px}.chatp-paychips button{flex:1;padding:9px 4px;border-radius:10px;border:2px solid #bfdbfe;background:#fff;font-size:14px;font-weight:700}.chatp-paychips button.on{border-color:#2563eb;background:#eaf1ff;color:#2563eb}.chatp-info{display:flex;flex-direction:column;gap:8px;margin-top:10px}.chatp-info input{padding:11px 12px;border-radius:10px;border:1.5px solid #cbd5e1;font-size:15px}.chatp-consent{font-size:12px;color:#64748b}.chatp-confirm{width:100%;margin-top:10px;padding:13px;border:none;border-radius:12px;background:linear-gradient(135deg,#16a34a,#43a047);color:#fff;font-size:16.5px;font-weight:800}.chatp-confirm:disabled{opacity:.5}.chatp-ok{background:#dcfce7;color:#16a34a;font-weight:700;border-radius:10px;padding:10px;margin-top:8px;text-align:center}.chatp-paybtn{display:block;text-align:center;text-decoration:none;margin-top:10px;padding:12px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;font-weight:800}.chatp-qr{text-align:center;margin-top:10px}.chatp-qr img{width:160px;height:160px;border-radius:8px;border:1px solid #eee}.chatp-vpa{display:flex;align-items:center;gap:8px;background:#f1f5f9;border-radius:10px;padding:8px 12px;margin-top:8px}.chatp-vpa span{flex:1;font-weight:800;word-break:break-all}.chatp-vpa button,.chatp-utr button{border:none;background:#bfdbfe;border-radius:8px;padding:8px 10px;font-size:15px}.chatp-utr{display:flex;gap:8px;margin-top:8px}.chatp-utr input{flex:1;padding:10px 12px;border-radius:10px;border:1.5px solid #cbd5e1;font-size:14px}.chatp-dock{background:#fff;border-top:1px solid #e2e8f0;padding:8px 10px calc(8px + env(safe-area-inset-bottom))}.chatp-chips{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}.chatp-chips::-webkit-scrollbar{display:none}.chatp-chips button{flex-shrink:0;padding:7px 12px;border-radius:20px;border:1.5px solid #bfdbfe;background:#fff;font-size:13.5px;font-weight:700;color:#172554}.chatp-chips button span{color:#2563eb}.chatp-inputrow{display:flex;gap:8px;align-items:flex-end}.chatp-inputrow textarea{flex:1;resize:none;padding:12px 14px;border-radius:14px;border:1.5px solid #cbd5e1;font-size:15.5px;font-family:inherit;background:#fff;max-height:90px}.chatp-send{width:48px;height:48px;border:none;border-radius:14px;font-size:20px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;font-weight:800}.chatp-send:disabled{opacity:.45}@media (min-width: 700px){.chatp{box-shadow:0 0 40px #3e27232e}}.chatp-shop{background:#172554;color:#bfdbfe;border-radius:4px 16px 16px;padding:10px 14px;margin:6px 44px 6px 0;font-size:15px;width:fit-content;max-width:85%;font-weight:600}.chatp-shop:before{content:"🧑‍🌾 दुकान";display:block;font-size:11px;opacity:.7;margin-bottom:2px}.chats-split{display:grid;grid-template-columns:340px 1fr;gap:0;height:calc(100dvh - 70px);padding:0}.chats-list{overflow-y:auto;border-right:1px solid #eee;background:#fff}.chats-filters{display:flex;gap:6px;padding:10px;position:sticky;top:0;background:#fff;z-index:2}.chats-filters button{flex:1;padding:8px 4px;border-radius:18px;border:1.5px solid #bfdbfe;background:#fff;font-size:13.5px;font-weight:700}.chats-filters button.on{background:#2563eb;border-color:#2563eb;color:#fff}.chats-udharsum{background:#eaf1ff;color:#b45309;font-weight:700;padding:8px 14px;font-size:14px}.chats-item{display:flex;align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid #eaf1ff;cursor:pointer}.chats-item.sel{background:#eaf1ff}.chats-ava{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#64748b,#94a3b8);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px;flex-shrink:0}.chats-mid{flex:1;min-width:0}.chats-nm{font-weight:700;color:#172554}.chats-last{font-size:13px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chats-due{background:#fee2e2;color:#b91c1c;font-weight:800;border-radius:10px;padding:4px 8px;font-size:13px}.chats-thread{display:flex;flex-direction:column;height:calc(100dvh - 70px);background:linear-gradient(160deg,#eaf1ff,#dbeafe)}.chats-thead{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#172554;color:#fff}.chats-thead .chats-nm{color:#fff}.chats-thead .chats-last{color:#cbd5e1}.chats-back{border:none;background:none;color:#fff;font-size:22px;padding:0 4px}.chats-call{font-size:20px;text-decoration:none}.chats-udharbar{display:flex;align-items:center;justify-content:space-between;background:#eaf1ff;padding:10px 14px;color:#b45309;font-size:14.5px}.chats-udharbar button{border:none;border-radius:10px;background:#25d366;color:#fff;font-weight:800;padding:9px 14px;font-size:14px}.chats-msgs{flex:1;overflow-y:auto;padding:14px 12px}.chats-in{background:#fff;border-radius:4px 14px 14px;padding:9px 12px;margin:5px 60px 5px 0;width:fit-content;max-width:80%;font-size:14.5px;box-shadow:0 1px 2px #00000014}.chats-out{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;border-radius:14px 4px 14px 14px;padding:9px 12px;width:fit-content;max-width:80%;font-size:14.5px;margin:5px 0 5px auto}.chats-time{font-size:10.5px;opacity:.65;text-align:right;margin-top:2px}.chats-replyrow{display:flex;gap:8px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #e2e8f0}.chats-replyrow input{flex:1;padding:12px 14px;border-radius:14px;border:1.5px solid #cbd5e1;font-size:15px}.chats-replyrow button{width:46px;border:none;border-radius:14px;background:#2563eb;color:#fff;font-size:18px}.chats-replyrow button:disabled{opacity:.4}.chats-empty{display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:20px;font-weight:700}@media (max-width: 899px){.chats-thread{height:calc(100dvh - 64px)}}.admin-card .ic{font-size:20px;margin-bottom:2px}.admin-card .d{font-size:11.5px;color:#64748b;margin-top:4px;line-height:1.3}.admin-card .d.up{color:#4ade80;font-weight:700}.poster-page{display:flex;flex-direction:column;align-items:center;gap:14px;padding:16px}.poster-actions{display:flex;flex-direction:column;gap:8px;align-items:center}.poster{width:148mm;max-width:94vw;aspect-ratio:148/210;background:linear-gradient(170deg,#f2f6fd,#ffe9cc);border:3px solid #2563eb;border-radius:12px;display:flex;flex-direction:column;align-items:center;padding:8mm 6mm;box-shadow:0 4px 20px #00000026}.poster-shop{font-size:clamp(22px,5.4vw,34px);font-weight:900;color:#172554;text-align:center;line-height:1.15}.poster-tag{font-size:clamp(15px,3.4vw,21px);font-weight:800;color:#2563eb;margin-top:4px;text-align:center}.poster-qrbox{background:#fff;border:3px dashed #2563eb;border-radius:14px;padding:10px;margin:5mm 0}.poster-qrbox img{width:clamp(150px,42vw,240px);height:auto;display:block}.poster-steps{display:flex;flex-direction:column;gap:5px;font-size:clamp(13px,3vw,18px);font-weight:700;color:#172554}.poster-steps span{display:inline-flex;width:22px;height:22px;border-radius:50%;background:#2563eb;color:#fff;align-items:center;justify-content:center;font-size:13px;margin-right:8px}.poster-url{margin-top:auto;font-weight:800;color:#2563eb;font-size:clamp(12px,2.8vw,16px);word-break:break-all;text-align:center}.poster-foot{font-size:clamp(10px,2.2vw,13px);color:#64748b;margin-top:3px}@media print{.no-print,.bottom-nav{display:none!important}body{background:#fff!important}.poster-page{padding:0}.poster{width:148mm;max-width:none;box-shadow:none;border-radius:0;page-break-inside:avoid}@page{size:A5 portrait;margin:0}}.pay-card{display:flex;flex-direction:column;gap:12px}.pay-amt{font-size:30px;font-weight:900;color:#172554;text-align:center;background:linear-gradient(135deg,#eaf1ff,#dbeafe);border-radius:14px;padding:10px}.pay-sec{background:#f8fafc;border:1px solid #e9effc;border-radius:14px;padding:12px;font-size:14.5px}.pay-steps{margin:8px 0 10px 18px;display:flex;flex-direction:column;gap:6px;font-weight:600;color:#1e293b}.pay-steps li::marker{color:#2563eb;font-weight:800}.pay-vpa{display:flex;align-items:center;gap:8px;background:#eaf1ff;border:2px dashed #3b82f6;border-radius:12px;padding:10px 12px}.pay-vpa span{flex:1;font-weight:800;font-size:16px;word-break:break-all;color:#1e40af}.pay-vpa button{background:#2563eb;color:#fff;border-radius:10px;padding:9px 12px;font-weight:700;font-size:14px}.pay-qr{text-align:center;margin:8px 0}.pay-qr img{width:170px;height:170px;border-radius:12px;border:1px solid #e2e8f0}.pay-hint{font-size:13px;color:#475569;padding:3px 0}.pay-dl{width:100%;margin-top:8px;padding:10px;border-radius:10px;background:#dbeafe;color:#1e40af;font-weight:800;font-size:14px}.pay-utrrow{display:flex;gap:8px}.pay-utrrow input{flex:1;padding:12px;border-radius:12px;border:1.5px solid #cbd5e1;font-size:14.5px}.pay-utrrow button{width:48px;border-radius:12px;background:#e2e8f0;font-size:16px}.pay-confirm{width:100%;padding:14px;border-radius:14px;font-size:16.5px;font-weight:800;color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 4px 14px #16a34a4d}.pay-done{background:#dcfce7;color:#15803d;font-weight:800;border-radius:14px;padding:14px;text-align:center}.chatp-udhar{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;font-weight:700;border-radius:14px;padding:12px 14px;margin-bottom:8px;cursor:pointer;font-size:15px}.dash-hero{background:linear-gradient(135deg,#4f8ef7,#2563eb 55%,#1d4ed8);padding:16px 16px 52px;color:#fff;border-radius:0 0 28px 28px}.dash-hero-row{display:flex;align-items:center;gap:12px;max-width:520px;margin:0 auto}.dash-ava{width:46px;height:46px;border-radius:14px;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;flex-shrink:0}.dash-hi{font-size:12.5px;opacity:.85}.dash-shop{font-size:19px;font-weight:800;line-height:1.15}.dash-bell{margin-left:auto;width:42px;height:42px;border-radius:14px;background:#ffffff2e;border:none;font-size:19px}.dash-plan{font-size:11px;background:#ffffff38;border-radius:999px;padding:2px 10px;display:inline-block;margin-top:2px;font-weight:700}.dash-body{margin-top:-36px}.dash-body .page{padding-top:0}.dash-body .topbar h1{color:#fff}.ord-head{display:flex;align-items:center;justify-content:space-between;padding:4px 2px 12px}.ord-title{font-size:21px;font-weight:800;color:#fff}.ord-sub{font-size:12.5px;color:#fffc}.ord-sound{width:44px;height:44px;border-radius:14px;background:#ffffff2e;font-size:18px}.filter-tabs button{background:#fff;color:#5b6b8c;border:1.5px solid #e3e9f6}.filter-tabs button.active{background:#2563eb;color:#fff;border-color:#2563eb;box-shadow:0 4px 12px #2563eb4d}.ord-card{border-radius:22px;padding:14px}.ord-top{display:flex;align-items:center;gap:12px}.ord-tile{width:54px;height:54px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:16px;flex-shrink:0;color:#fff}.ord-tile.new{background:linear-gradient(135deg,#f87171,#dc2626)}.ord-tile.preparing{background:linear-gradient(135deg,#fbbf24,#d97706)}.ord-tile.ready{background:linear-gradient(135deg,#4ade80,#16a34a)}.ord-mid{flex:1;min-width:0}.ord-cust{font-weight:700;font-size:16px;color:#172554}.ord-chips{display:flex;gap:6px;margin-top:4px;flex-wrap:wrap}.chip{font-size:11px;font-weight:700;border-radius:999px;padding:3px 9px}.chip.new{background:#fee2e2;color:#b91c1c}.chip.preparing{background:#fef3c7;color:#b45309}.chip.ready{background:#dcfce7;color:#15803d}.chip.udhar{background:#fef3c7;color:#b45309}.chip.paid{background:#dcfce7;color:#15803d}.chip.unpaid{background:#fee2e2;color:#b91c1c}.chip.cash{background:#eef2f7;color:#475569}.ord-amt{font-size:22px;font-weight:900;color:#172554;white-space:nowrap}.ord-addr{background:#f4f8ff;border-radius:12px;padding:8px 12px;margin-top:10px;font-size:14px;color:#334155}.ord-claim{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:8px 12px;margin-top:10px;font-size:14px;font-weight:700;color:#15803d;display:flex;justify-content:space-between;gap:8px;flex-wrap:wrap}.ord-utr{font-weight:800;background:#dcfce7;border-radius:8px;padding:1px 8px;font-size:12.5px}.ord-note{background:#fffbeb;border:1px solid #fde68a;border-radius:12px;padding:8px 12px;margin-top:8px;font-size:14.5px;color:#713f12}.order-items{font-size:16px;margin:10px 0 0;line-height:1.6;background:#f8fafc;border-radius:12px;padding:8px 12px;color:#1e293b}.ord-actions{display:flex;gap:8px;margin-top:12px}.ord-btn{flex:1;padding:14px 8px;border-radius:14px;font-size:16px;font-weight:800}.ord-btn.primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 12px #2563eb40}.ord-btn.go{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;box-shadow:0 4px 12px #16a34a40}.ord-btn.cancel{flex:0 0 56px;background:#fff;color:#dc2626;border:1.5px solid #fecaca;font-size:18px}.ord-btn.confirm-pay{width:100%;margin-top:8px;background:#fff;color:#15803d;border:2px solid #22c55e}.ord-card.order-card,.ord-card{border-left:none}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes pop{0%{opacity:0;transform:scale(.65)}to{opacity:1;transform:scale(1)}}@keyframes heroShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes pulseNew{0%,to{box-shadow:0 0 #dc262673}60%{box-shadow:0 0 0 12px #dc262600}}@keyframes barGrow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.card,.ord-card,.admin-card,.admin-panel,.parchi,.chats-item{animation:rise .4s cubic-bezier(.22,1,.36,1) both}.card:nth-child(2),.admin-card:nth-child(2){animation-delay:.04s}.card:nth-child(3),.admin-card:nth-child(3){animation-delay:.08s}.card:nth-child(4),.admin-card:nth-child(4){animation-delay:.12s}.card:nth-child(5),.admin-card:nth-child(5){animation-delay:.16s}.card:nth-child(6),.admin-card:nth-child(6){animation-delay:.2s}.chatp-bot,.chatp-me,.chatp-shop,.chats-in,.chats-out,.chatp-status{animation:rise .3s cubic-bezier(.22,1,.36,1) both}.chip{animation:pop .25s cubic-bezier(.22,1,.36,1) both}button,.btn,.ord-btn,.admin-btn,.bottom-nav a,.chats-item,.chatp-chips button{transition:transform .16s cubic-bezier(.22,1,.36,1),box-shadow .16s,filter .16s,background .2s,color .2s}button:active,.btn:active,.ord-btn:active{transform:scale(.96)}.btn:hover,.ord-btn.primary:hover,.ord-btn.go:hover,.admin-btn.ok:hover{filter:brightness(1.07)}.card:hover,.admin-card:hover{box-shadow:0 8px 28px #2563eb21}.card,.admin-card{transition:box-shadow .25s}.dash-hero,.admin-head,.auth-hero,.chatp-head{background-size:170% 170%;animation:heroShift 9s ease-in-out infinite}.ord-tile.new{animation:pulseNew 1.8s infinite}.trend-bar{animation:barGrow .55s cubic-bezier(.22,1,.36,1) both;transform-origin:bottom}.trend-bar:nth-child(2){animation-delay:.03s}.trend-bar:nth-child(4){animation-delay:.06s}.trend-bar:nth-child(6){animation-delay:.09s}.trend-bar:nth-child(8){animation-delay:.12s}.trend-bar:nth-child(10){animation-delay:.15s}.trend-bar:nth-child(12){animation-delay:.18s}input:focus,textarea:focus,.admin-input:focus{box-shadow:0 0 0 4px #2563eb24}.bottom-nav a .icon{transition:transform .2s cubic-bezier(.22,1,.36,1)}.bottom-nav a.active .icon{transform:translateY(-3px) scale(1.12)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation:none!important;transition:none!important}}.rev-hero{background:linear-gradient(135deg,#172554,#1e3a8a 60%,#2563eb);color:#fff;border:none}.rev-lbl{font-size:12.5px;opacity:.8;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.rev-num{font-size:38px;font-weight:900;letter-spacing:-.03em;margin:2px 0}.rev-sub{font-size:13.5px;opacity:.85;font-weight:600}.donut-wrap{display:flex;align-items:center;gap:16px}.donut{width:150px;flex-shrink:0}.donut-seg{transition:stroke-dasharray .8s cubic-bezier(.22,1,.36,1)}.donut-c{font-size:17px;font-weight:900;fill:#172554}.donut-s{font-size:10px;fill:#93a1bd;font-weight:700}.donut-legend{flex:1;display:flex;flex-direction:column;gap:8px}.dl-row{display:flex;align-items:center;gap:8px;font-size:14px;color:#334155}.dl-row b{margin-left:auto;color:#172554}.dl-dot{width:10px;height:10px;border-radius:4px;flex-shrink:0}.dl-lbl{font-weight:600}.stile-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}.stile{background:#fff;border:1px solid #e9effc;border-radius:18px;padding:12px;display:flex;align-items:center;gap:10px;box-shadow:0 2px 10px #2563eb0f;animation:rise .4s cubic-bezier(.22,1,.36,1) both}.stile:nth-child(2){animation-delay:.05s}.stile:nth-child(3){animation-delay:.1s}.stile:nth-child(4){animation-delay:.15s}.stile-ic{width:42px;height:42px;border-radius:13px;display:flex;align-items:center;justify-content:center;font-size:19px;flex-shrink:0}.stile-v{font-size:18px;font-weight:900;color:#172554;letter-spacing:-.02em}.stile-l{font-size:12px;color:#7c8aa5;font-weight:600}.areachart{width:100%;margin-top:6px}.area-line{stroke-dasharray:1200;stroke-dashoffset:1200;animation:drawline 1.1s cubic-bezier(.22,1,.36,1) forwards}@keyframes drawline{to{stroke-dashoffset:0}}.chatp-hist{background:#fff;border:1px solid #e3e9f6;border-radius:16px;padding:12px 14px;margin:6px 30px 6px 0;box-shadow:0 2px 10px #2563eb12;animation:rise .35s cubic-bezier(.22,1,.36,1) both}.ch-top{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ch-num{font-weight:900;color:#172554;font-size:16px}.ch-date{font-size:11.5px;color:#93a1bd;flex:1}.ch-st{font-size:11.5px;font-weight:800;border-radius:999px;padding:3px 9px;background:#eef2f7;color:#475569}.ch-st.done{background:#dcfce7;color:#15803d}.ch-st.cancelled{background:#fee2e2;color:#b91c1c}.ch-st.ready{background:#dcfce7;color:#15803d}.ch-st.preparing{background:#fef3c7;color:#b45309}.ch-st.new{background:#fee2e2;color:#b91c1c}.ch-items{font-size:14px;color:#334155;margin-top:6px}.ch-foot{display:flex;justify-content:space-between;align-items:center;margin-top:8px;border-top:1px solid #f0f4fc;padding-top:8px;font-size:13.5px}.ch-foot b{color:#172554;font-size:16px}.ch-pay{color:#64748b;font-weight:600}.menu-pill{padding:9px 14px;border-radius:999px;background:#ffffff2e;color:#fff;font-size:14px;font-weight:800;cursor:pointer}.menu-pill.solid{background:#fff;color:#2563eb;border:none}.menu-cat{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:800;color:#5b6b8c;text-transform:uppercase;letter-spacing:.05em;margin:14px 4px 8px}.menu-cat span{background:#e3e9f6;color:#5b6b8c;border-radius:999px;padding:1px 8px;font-size:11px}.menu-item{display:flex;gap:12px;align-items:center;padding:12px;border-radius:20px}.menu-item.off{opacity:.55}.menu-ph{flex-shrink:0;cursor:pointer}.menu-ph img{width:64px;height:64px;object-fit:cover;border-radius:16px;display:block}.menu-ph-empty{width:64px;height:64px;border-radius:16px;background:#f1f5fb;border:1.5px dashed #c6d2ea;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:18px;color:#93a1bd}.menu-ph-empty small{font-size:9px;font-weight:700}.menu-mid{flex:1;min-width:0}.menu-nm{font-weight:800;font-size:16.5px;color:#172554}.menu-pr{font-weight:900;color:#2563eb;font-size:15.5px;margin-top:1px}.menu-unit{font-size:11.5px;color:#93a1bd;font-weight:600}.menu-star{margin-top:6px;font-size:11.5px;font-weight:800;border-radius:999px;padding:4px 10px;background:#f1f5fb;color:#7c8aa5;border:1px solid #e3e9f6}.menu-star.on{background:#fef3c7;color:#b45309;border-color:#fcd34d}.menu-right{display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:0}.menu-avl{font-size:10.5px;font-weight:800;color:#93a1bd}.menu-avl.on{color:#16a34a}.ucard{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:20px}.ucard-ava{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#fbbf24,#d97706);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:19px;flex-shrink:0;cursor:pointer}.ucard-mid{flex:1;min-width:0;cursor:pointer}.ucard-nm{font-weight:800;font-size:16px;color:#172554}.ucard-ph{font-size:12.5px;color:#93a1bd}.ucard-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.ucard-bal{font-weight:900;font-size:18px;color:#b45309}.ucard-btns{display:flex;gap:6px}.ucard-wa{width:36px;height:32px;border-radius:10px;background:#dcfce7;font-size:15px}.ucard-pay{padding:6px 12px;border-radius:10px;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-weight:800;font-size:13px}.set-h{font-size:13px;font-weight:800;color:#5b6b8c;text-transform:uppercase;letter-spacing:.05em;margin:16px 4px 8px}.srow{display:flex;align-items:center;gap:12px;padding:12px 8px;text-decoration:none;color:inherit;border-bottom:1px solid #f0f4fc}.srow:last-child{border-bottom:none}.srow-ic{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.srow-lbl{flex:1;font-weight:700;color:#172554;font-size:15.5px}.srow-lbl small{display:block;font-weight:500;color:#93a1bd;font-size:12px}.srow-go{color:#c2cde4;font-size:22px;font-weight:700}.chats-search{padding:0 10px 8px}.chats-search input{padding:10px 14px;border-radius:999px;border:1.5px solid #e3e9f6;font-size:14px;background:#f6f9ff}.chats-quick{display:flex;gap:8px;overflow-x:auto;padding:8px 12px 0;background:#fff;scrollbar-width:none}.chats-quick::-webkit-scrollbar{display:none}.chats-quick button{flex-shrink:0;padding:7px 12px;border-radius:999px;border:1.5px solid #dbeafe;background:#eaf1ff;color:#1d4ed8;font-size:13px;font-weight:700}.chats-day{text-align:center;margin:10px auto 6px;font-size:11.5px;font-weight:700;color:#93a1bd;background:#fff;border-radius:999px;padding:3px 12px;width:fit-content;box-shadow:0 1px 4px #17225414}.al-shell{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.al-brand{background:linear-gradient(150deg,#0b1437,#172554,#1e3a8a);color:#fff;padding:48px;display:flex;flex-direction:column}.al-brand img{width:72px;height:72px;border-radius:20px;box-shadow:0 10px 30px #0006}.al-brand h1{font-size:30px;margin-top:18px;letter-spacing:-.02em}.al-brand p{color:#9db8e8;font-weight:600;margin-top:2px}.al-stats{margin-top:40px;display:flex;flex-direction:column;gap:14px;color:#cfe0ff;font-size:15px;font-weight:600}.al-foot{margin-top:auto;color:#5b6b8c;font-size:12px}.al-panel{display:flex;align-items:center;justify-content:center;background:#f6f9ff;padding:24px}.al-card{width:100%;max-width:380px;background:#fff;border-radius:22px;padding:30px;box-shadow:0 12px 44px #1722541f;display:flex;flex-direction:column;gap:14px;animation:rise .45s cubic-bezier(.22,1,.36,1) both}.al-card h2{color:#172554;font-size:24px}.al-sub{color:#7c8aa5;font-size:13.5px;margin-top:-10px}.al-card label{font-size:13px;font-weight:700;color:#5b6b8c;display:flex;flex-direction:column;gap:6px}.al-card input{padding:12px 14px;border:1.5px solid #d7e2f5;border-radius:12px;font-size:15px}.al-card button[type=submit]{padding:13px;border-radius:12px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-weight:800;font-size:15.5px;box-shadow:0 6px 18px #2563eb4d}.al-err{background:#fee2e2;color:#b91c1c;font-size:13.5px;font-weight:700;border-radius:10px;padding:9px 12px}.al-alt{text-align:center;font-size:13px;color:#7c8aa5;cursor:pointer;font-weight:600}@media (max-width: 820px){.al-shell{grid-template-columns:1fr}.al-brand{padding:28px}.al-stats{margin-top:20px}}.chatp-mic{width:48px;height:48px;border-radius:14px;font-size:20px;flex-shrink:0;background:#dbeafe;border:1.5px solid #bfdbfe}.chatp-mic.live{background:linear-gradient(135deg,#f87171,#dc2626);border:none;color:#fff;animation:pulseNew 1.2s infinite}.top-shop{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid #f0f4fc}.top-shop:last-child{border-bottom:none}.ts-rank{width:26px;height:26px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:13px;background:#eef2f7;color:#5b6b8c;flex-shrink:0}.ts-rank.r0{background:#fef3c7;color:#b45309}.ts-rank.r1{background:#e2e8f0;color:#475569}.ts-rank.r2{background:#fee2e2;color:#b91c1c}.ts-name{font-weight:700;color:#172554;flex:1}.ts-meta{font-size:12.5px;color:#7c8aa5}.admin-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a143c80;z-index:100;display:flex;align-items:center;justify-content:center;padding:16px}.admin-modal-card{background:#fff;border-radius:20px;padding:20px;width:100%;max-width:720px;max-height:85vh;overflow-y:auto;animation:rise .3s cubic-bezier(.22,1,.36,1) both}.admin-modal-card h3{color:#172554}.admin-trial{display:flex;align-items:center;gap:10px;margin-top:12px;background:#f6f9ff;border-radius:12px;padding:10px 14px;font-size:14px;font-weight:600;color:#5b6b8c;flex-wrap:wrap}.admin-pickers{display:flex;gap:14px;align-items:flex-end;margin-bottom:14px;flex-wrap:wrap}.admin-pickers label{font-size:12px;font-weight:700;color:#5b6b8c;display:flex;flex-direction:column;gap:4px}.admin-pickers input{width:170px}.rep-date{border:none;border-radius:12px;padding:9px 12px;font-size:13.5px;font-weight:700;background:#ffffff2e;color:#fff;color-scheme:dark}.chatp-photo{object-fit:cover}.attn-strip{display:flex;gap:10px;margin-bottom:14px;flex-wrap:wrap}.attn{padding:10px 16px;border-radius:14px;font-size:14px;font-weight:700;border:none;animation:rise .35s cubic-bezier(.22,1,.36,1) both}.attn b{font-size:16px}.attn.amber{background:#fef3c7;color:#92400e}.attn.red{background:#fee2e2;color:#b91c1c}.attn.blue{background:#dbeafe;color:#1d4ed8}.hdot{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:7px;vertical-align:middle}.hdot.g{background:#22c55e;box-shadow:0 0 0 3px #dcfce7}.hdot.a{background:#f59e0b;box-shadow:0 0 0 3px #fef3c7}.hdot.r{background:#ef4444;box-shadow:0 0 0 3px #fee2e2}.hdot.off{background:#cbd5e1;box-shadow:0 0 0 3px #f1f5f9}.skel{border-radius:18px;background:linear-gradient(90deg,#eef2fb 25%,#f8fafd,#eef2fb 75%);background-size:400px 100%;animation:shimmer 1.2s infinite linear}
