*{box-sizing:border-box;margin:0}:root{--brand: #6F4E37;--brand-dark: #5D4037;--brand-deep: #3E2723;--brand-soft: #8D6E63;--brand-light: #F3EAE2;--accent: #C8A27A;--bg: #FAF6F2;--card: #FFFDFB;--line: #E7DED6;--text: #2E2019;--muted: #7A6A5F;--red: #dc2626;--yellow: #eab308;--green: #16a34a;--orange: #B45309;--ease: cubic-bezier(.22,.61,.36,1);--fast: .14s;--med: .24s}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 #6f4e3717;border:1px solid #F5EFE9}.btn{display:block;width:100%;padding:18px;font-size:20px;font-weight:700;border-radius:16px;color:#fff;background:linear-gradient(135deg,#8d6e63,#6f4e37);margin-top:10px;box-shadow:0 4px 14px #6f4e374d}.btn:active{transform:scale(.98)}.btn.secondary{background:#eee;color:var(--text)}.btn.red{background:var(--red)}.btn.yellow{background:var(--yellow);color:#2e2019}.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:#f3eae2;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 #3e27232e;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:#a9998e;font-size:11px;border-radius:18px;margin:0 2px}.bottom-nav a.active{color:#6f4e37;font-weight:800;background:#f3eae2}.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 #F2EAE3}.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 #F2EAE3}.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,#f3eae2,#fcf8f4 320px,#fcf8f4);color:#2e2019;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,#8d6e63,#6f4e37 55%,#5d4037);border-radius:22px;padding:18px 20px;color:#fff;box-shadow:0 10px 30px #6f4e3747}.admin-head h1{font-size:22px;color:#fff}.admin-head .sub{color:#efe3d8;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 #F5EFE9;border-radius:20px;padding:16px;box-shadow:0 4px 18px #6f4e3712}.admin-card .v{font-size:28px;font-weight:800;color:#3e2723}.admin-card .k{font-size:12px;color:#8b7a6e;text-transform:uppercase;letter-spacing:.05em;margin-top:2px}.admin-card.accent{background:linear-gradient(135deg,#3e2723,#4e342e);border:none}.admin-card.accent .v,.admin-card.accent .k{color:#fff}.admin-card.accent .d{color:#c4b0a2}.admin-card.green .v{color:#16a34a}.admin-panel{background:#fff;border:1px solid #F5EFE9;border-radius:20px;padding:16px;margin-bottom:16px;box-shadow:0 4px 18px #6f4e370f}.admin-panel h3{color:#3e2723;font-size:15px;margin-bottom:12px}.admin-table{width:100%;border-collapse:collapse;font-size:14px}.admin-table th{text-align:left;color:#8b7a6e;font-size:11px;text-transform:uppercase;letter-spacing:.05em;padding:8px;border-bottom:1px solid #F5EFE9}.admin-table td{padding:10px 8px;border-bottom:1px solid #FAF5F0;vertical-align:middle}.admin-table tr:hover td{background:#fbf7f3}.admin-table .num-cell{font-weight:800;color:#3e2723;text-align:right}.admin-input{background:#fff;border:1.5px solid #E9DDD3;color:#2e2019;border-radius:12px;padding:10px 14px;font-size:14px;width:100%}.admin-input:focus{outline:none;border-color:#6f4e37}.admin-select{background:#fff;border:1.5px solid #E9DDD3;color:#2e2019;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:#6f4e3717;color:#6f4e37}.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:#f3ede7;color:#6e6259}.pill.starter{background:#eaddd2;color:#5d4037}.pill.standard{background:#d1fae5;color:#047857}.pill.pro{background:#fef3c7;color:#b45309}.pill.chain{background:#f3eae2;color:#6f4e37}.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,#a1887f,#6f4e37);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:#8b7a6e;white-space:nowrap}.trend-labels{display:flex;gap:4px;margin-top:4px}.trend-labels div{flex:1;text-align:center;font-size:9px;color:#b5a499}.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:#7a6a5f;border:1.5px solid #E9DDD3}.admin-tabs button.on{background:#6f4e37;color:#fff;border-color:#6f4e37;box-shadow:0 4px 12px #6f4e374d}@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,#a1887f,#6f4e37 45%,#3e2723);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 #2e201973;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,#f3eae2,#eaddd2)}.chatp-head{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#3e2723;color:#fff}.chatp-ava{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#6f4e37,#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,#8d6e63,#6f4e37);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:#e7ded6;color:#5d4037;border-radius:20px;padding:6px 14px;margin:8px auto;font-size:13.5px;font-weight:700;width:fit-content}.chatp-tip{background:transparent;color:#6e6259;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,#8d6e63,#a1887f,#f59e0b);border-radius:6px 6px 0 0}.parchi-title{font-weight:800;color:#3e2723;margin-bottom:6px}.parchi-line{display:flex;align-items:center;gap:8px;padding:6px 0;border-bottom:1px solid #F5EFE9}.parchi-item{flex:1;font-weight:600;color:#3e2723}.parchi-qty{display:flex;align-items:center;gap:6px}.parchi-qty button{width:28px;height:28px;border-radius:8px;border:none;background:#eaddd2;font-size:17px;font-weight:800;color:#6f4e37}.parchi-amt{min-width:56px;text-align:right;font-weight:700;color:#3e2723;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:#3e2723}.chatp-paychips{display:flex;gap:8px;margin-top:10px}.chatp-paychips button{flex:1;padding:9px 4px;border-radius:10px;border:2px solid #E7D9CD;background:#fff;font-size:14px;font-weight:700}.chatp-paychips button.on{border-color:#6f4e37;background:#f3eae2;color:#6f4e37}.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 #D9CEC5;font-size:15px}.chatp-consent{font-size:12px;color:#6e6259}.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,#6f4e37,#8d6e63);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:#f8f3ee;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:#e7d9cd;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 #D9CEC5;font-size:14px}.chatp-dock{background:#fff;border-top:1px solid #E7DED6;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 #E7D9CD;background:#fff;font-size:13.5px;font-weight:700;color:#3e2723}.chatp-chips button span{color:#6f4e37}.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 #D9CEC5;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,#6f4e37,#8d6e63);color:#fff;font-weight:800}.chatp-send:disabled{opacity:.45}@media (min-width: 700px){.chatp{box-shadow:0 0 40px #3e27232e}}.chatp-shop{background:#3e2723;color:#e7d9cd;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 #E7D9CD;background:#fff;font-size:13.5px;font-weight:700}.chats-filters button.on{background:#6f4e37;border-color:#6f4e37;color:#fff}.chats-udharsum{background:#f3eae2;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 #F3EAE2;cursor:pointer}.chats-item.sel{background:#f3eae2}.chats-ava{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#6e6259,#a9998e);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:#3e2723}.chats-last{font-size:13px;color:#6e6259;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,#f3eae2,#eaddd2)}.chats-thead{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#3e2723;color:#fff}.chats-thead .chats-nm{color:#fff}.chats-thead .chats-last{color:#d9cec5}.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:#f3eae2;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,#6f4e37,#8d6e63);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 #E7DED6}.chats-replyrow input{flex:1;padding:12px 14px;border-radius:14px;border:1.5px solid #D9CEC5;font-size:15px}.chats-replyrow button{width:46px;border:none;border-radius:14px;background:#6f4e37;color:#fff;font-size:18px}.chats-replyrow button:disabled{opacity:.4}.chats-empty{display:flex;align-items:center;justify-content:center;color:#a9998e;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:#6e6259;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,#faf6f2,#ffe9cc);border:3px solid #6F4E37;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:#3e2723;text-align:center;line-height:1.15}.poster-tag{font-size:clamp(15px,3.4vw,21px);font-weight:800;color:#6f4e37;margin-top:4px;text-align:center}.poster-qrbox{background:#fff;border:3px dashed #6F4E37;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:#3e2723}.poster-steps span{display:inline-flex;width:22px;height:22px;border-radius:50%;background:#6f4e37;color:#fff;align-items:center;justify-content:center;font-size:13px;margin-right:8px}.poster-url{margin-top:auto;font-weight:800;color:#6f4e37;font-size:clamp(12px,2.8vw,16px);word-break:break-all;text-align:center}.poster-foot{font-size:clamp(10px,2.2vw,13px);color:#6e6259;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:#3e2723;text-align:center;background:linear-gradient(135deg,#f3eae2,#eaddd2);border-radius:14px;padding:10px}.pay-sec{background:#fcf9f6;border:1px solid #F5EFE9;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:#3e2723}.pay-steps li::marker{color:#6f4e37;font-weight:800}.pay-vpa{display:flex;align-items:center;gap:8px;background:#f3eae2;border:2px dashed #8D6E63;border-radius:12px;padding:10px 12px}.pay-vpa span{flex:1;font-weight:800;font-size:16px;word-break:break-all;color:#5d4037}.pay-vpa button{background:#6f4e37;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 #E7DED6}.pay-hint{font-size:13px;color:#5d4037;padding:3px 0}.pay-dl{width:100%;margin-top:8px;padding:10px;border-radius:10px;background:#eaddd2;color:#5d4037;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 #D9CEC5;font-size:14.5px}.pay-utrrow button{width:48px;border-radius:12px;background:#e7ded6;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,#8d6e63,#6f4e37 55%,#5d4037);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:#7a6a5f;border:1.5px solid #F0E7DE}.filter-tabs button.active{background:#6f4e37;color:#fff;border-color:#6f4e37;box-shadow:0 4px 12px #6f4e374d}.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:#3e2723}.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:#f3ede7;color:#5d4037}.ord-amt{font-size:22px;font-weight:900;color:#3e2723;white-space:nowrap}.ord-addr{background:#fbf7f3;border-radius:12px;padding:8px 12px;margin-top:10px;font-size:14px;color:#4e342e}.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:#fcf9f6;border-radius:12px;padding:8px 12px;color:#3e2723}.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,#8d6e63,#6f4e37);color:#fff;box-shadow:0 4px 12px #6f4e3740}.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 #6f4e3721}.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 #6f4e3724}.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,#3e2723,#4e342e 60%,#6f4e37);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:#3e2723}.donut-s{font-size:10px;fill:#a9998e;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:#4e342e}.dl-row b{margin-left:auto;color:#3e2723}.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 #F5EFE9;border-radius:18px;padding:12px;display:flex;align-items:center;gap:10px;box-shadow:0 2px 10px #6f4e370f;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:#3e2723;letter-spacing:-.02em}.stile-l{font-size:12px;color:#8b7a6e;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 #F0E7DE;border-radius:16px;padding:12px 14px;margin:6px 30px 6px 0;box-shadow:0 2px 10px #6f4e3712;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:#3e2723;font-size:16px}.ch-date{font-size:11.5px;color:#a9998e;flex:1}.ch-st{font-size:11.5px;font-weight:800;border-radius:999px;padding:3px 9px;background:#f3ede7;color:#5d4037}.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:#4e342e;margin-top:6px}.ch-foot{display:flex;justify-content:space-between;align-items:center;margin-top:8px;border-top:1px solid #FAF5F0;padding-top:8px;font-size:13.5px}.ch-foot b{color:#3e2723;font-size:16px}.ch-pay{color:#6e6259;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:#6f4e37;border:none}.menu-cat{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:800;color:#7a6a5f;text-transform:uppercase;letter-spacing:.05em;margin:14px 4px 8px}.menu-cat span{background:#f0e7de;color:#7a6a5f;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:#f8f3ee;border:1.5px dashed #DED0C4;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:18px;color:#a9998e}.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:#3e2723}.menu-pr{font-weight:900;color:#6f4e37;font-size:15.5px;margin-top:1px}.menu-unit{font-size:11.5px;color:#a9998e;font-weight:600}.menu-star{margin-top:6px;font-size:11.5px;font-weight:800;border-radius:999px;padding:4px 10px;background:#f8f3ee;color:#8b7a6e;border:1px solid #F0E7DE}.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:#a9998e}.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:#3e2723}.ucard-ph{font-size:12.5px;color:#a9998e}.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:#7a6a5f;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 #FAF5F0}.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:#3e2723;font-size:15.5px}.srow-lbl small{display:block;font-weight:500;color:#a9998e;font-size:12px}.srow-go{color:#d9cec5;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 #F0E7DE;font-size:14px;background:#fcf8f4}.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 #EADDD2;background:#f3eae2;color:#5d4037;font-size:13px;font-weight:700}.chats-day{text-align:center;margin:10px auto 6px;font-size:11.5px;font-weight:700;color:#a9998e;background:#fff;border-radius:999px;padding:3px 12px;width:fit-content;box-shadow:0 1px 4px #3e272314}.al-shell{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.al-brand{background:linear-gradient(150deg,#241713,#3e2723,#4e342e);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:#c4b0a2;font-weight:600;margin-top:2px}.al-stats{margin-top:40px;display:flex;flex-direction:column;gap:14px;color:#efe3d8;font-size:15px;font-weight:600}.al-foot{margin-top:auto;color:#7a6a5f;font-size:12px}.al-panel{display:flex;align-items:center;justify-content:center;background:#fcf8f4;padding:24px}.al-card{width:100%;max-width:380px;background:#fff;border-radius:22px;padding:30px;box-shadow:0 12px 44px #3e27231f;display:flex;flex-direction:column;gap:14px;animation:rise .45s cubic-bezier(.22,1,.36,1) both}.al-card h2{color:#3e2723;font-size:24px}.al-sub{color:#8b7a6e;font-size:13.5px;margin-top:-10px}.al-card label{font-size:13px;font-weight:700;color:#7a6a5f;display:flex;flex-direction:column;gap:6px}.al-card input{padding:12px 14px;border:1.5px solid #E9DDD3;border-radius:12px;font-size:15px}.al-card button[type=submit]{padding:13px;border-radius:12px;background:linear-gradient(135deg,#8d6e63,#6f4e37);color:#fff;font-weight:800;font-size:15.5px;box-shadow:0 6px 18px #6f4e374d}.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:#8b7a6e;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:#eaddd2;border:1.5px solid #E7D9CD}.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 #FAF5F0}.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:#f3ede7;color:#7a6a5f;flex-shrink:0}.ts-rank.r0{background:#fef3c7;color:#b45309}.ts-rank.r1{background:#e7ded6;color:#5d4037}.ts-rank.r2{background:#fee2e2;color:#b91c1c}.ts-name{font-weight:700;color:#3e2723;flex:1}.ts-meta{font-size:12.5px;color:#8b7a6e}.admin-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#2e201980;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:#3e2723}.admin-trial{display:flex;align-items:center;gap:10px;margin-top:12px;background:#fcf8f4;border-radius:12px;padding:10px 14px;font-size:14px;font-weight:600;color:#7a6a5f;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:#7a6a5f;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:#eaddd2;color:#5d4037}.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:#d9cec5;box-shadow:0 0 0 3px #f8f3ee}.skel{border-radius:18px;background:linear-gradient(90deg,#f5efe9 25%,#fcf9f6,#f5efe9 75%);background-size:400px 100%;animation:shimmer 1.2s infinite linear}.chatp-newbtn{width:100%;margin-bottom:8px;padding:13px;border-radius:14px;font-size:16px;font-weight:800;background:linear-gradient(135deg,#8d6e63,#6f4e37);color:#fff;box-shadow:0 4px 14px #6f4e3747}.khata-amt{margin-bottom:12px;font-size:14px;font-weight:700;color:#7a6a5f}.khata-amt-row{display:flex;gap:8px;margin-top:6px}.khata-amt-row input{flex:1;font-size:18px;font-weight:800;color:#3e2723}.khata-amt-row button{padding:8px 12px;border-radius:10px;background:#f3ede7;color:#6f4e37;font-weight:700;font-size:13px;white-space:nowrap}.ac-shell{display:grid;grid-template-columns:232px 1fr;min-height:100vh;background:#fbf7f3}.ac-side{background:linear-gradient(180deg,#241713,#3e2723);color:#fff;display:flex;flex-direction:column;padding:18px 12px;position:sticky;top:0;height:100vh}.ac-brand{display:flex;align-items:center;gap:10px;padding:4px 8px 18px;cursor:pointer}.ac-brand img{width:40px;height:40px;border-radius:12px}.ac-brand b{display:block;font-size:16px}.ac-brand span{font-size:11px;color:#c4b0a2;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.ac-nav{display:flex;flex-direction:column;gap:4px}.ac-nav a{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:12px;color:#d8c6b8;text-decoration:none;font-weight:700;font-size:14px;transition:background .15s,color .15s}.ac-nav a .ic{font-size:17px}.ac-nav a:hover{background:#ffffff0f}.ac-nav a.active{background:linear-gradient(135deg,#8d6e63,#6f4e37);color:#fff;box-shadow:0 4px 14px #6f4e3759}.ac-badge{margin-left:auto;background:#f59e0b;color:#3e2723;font-size:11px;font-weight:900;border-radius:999px;padding:1px 8px}.ac-foot{margin-top:auto;display:flex;flex-direction:column;gap:8px}.ac-foot button{background:#ffffff1a;color:#efe3d8;border-radius:10px;padding:9px;font-weight:700;font-size:13px}.ac-ver{font-size:10.5px;color:#7a6a5f;text-align:center}.ac-main{padding:24px 28px;max-width:1160px;width:100%}.ac-title{color:#3e2723;font-size:24px;margin-bottom:16px}.ac-titlerow{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;flex-wrap:wrap}.ac-titlerow .ac-title{margin-bottom:0}.ac-count{background:#eaddd2;color:#5d4037;font-size:13px;border-radius:999px;padding:2px 10px;vertical-align:middle}.ac-filters{display:flex;gap:10px;margin-bottom:14px;flex-wrap:wrap}.ac-2col{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:16px;margin-bottom:16px}.ac-skel{display:flex;flex-direction:column;gap:14px}@media (max-width: 860px){.ac-shell{grid-template-columns:1fr}.ac-side{position:sticky;top:0;height:auto;flex-direction:row;align-items:center;gap:6px;padding:10px;overflow-x:auto;z-index:40}.ac-brand{padding:0 6px 0 0}.ac-brand div{display:none}.ac-nav{flex-direction:row}.ac-nav a{padding:9px 12px;white-space:nowrap;font-size:13px}.ac-foot{margin:0 0 0 auto;flex-direction:row}.ac-ver{display:none}.ac-main{padding:16px 12px}}button,.btn,.admin-btn,.menu-pill,.filter-tabs button,a{transition:background-color var(--fast) var(--ease),color var(--fast) var(--ease),border-color var(--fast) var(--ease),box-shadow var(--med) var(--ease),transform var(--fast) var(--ease)}button:active,.btn:active,.admin-btn:active,.menu-pill:active{transform:scale(.97)}.card,.admin-panel,.admin-card,.ucard{transition:box-shadow var(--med) var(--ease),transform var(--med) var(--ease)}@media (hover: hover){.card:hover,.admin-panel:hover{box-shadow:0 6px 22px #6f4e3721}.admin-card:hover,.ucard:hover{transform:translateY(-2px);box-shadow:0 8px 24px #6f4e3726}}input,textarea,select{transition:border-color var(--fast) var(--ease),box-shadow var(--fast) var(--ease)}input:focus,textarea:focus,select:focus{border-color:var(--brand);box-shadow:0 0 0 4px #c8a27a47}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{to{background-position:200% 0}}.page>*,.dash-body>*{animation:fadeUp var(--med) var(--ease) both}.card:nth-child(1){animation-delay:0ms}.card:nth-child(2){animation-delay:40ms}.card:nth-child(3){animation-delay:80ms}.card:nth-child(4){animation-delay:.12s}.card:nth-child(5){animation-delay:.16s}.admin-card,.ucard{animation:fadeUp var(--med) var(--ease) both}.modal,.sheet,.dash-hero{animation:popIn var(--med) var(--ease) both}@keyframes softPulse{0%,to{box-shadow:0 2px 14px #6f4e3717}50%{box-shadow:0 0 0 4px #c8a27a73}}.ord-new,.order-new{animation:softPulse 1.6s var(--ease) 2}.skel{background:linear-gradient(90deg,#f1e8e1 25%,#f8f2ec 37%,#f1e8e1 63%);background-size:400% 100%;animation:shimmer 1.3s ease-in-out infinite;border-radius:12px}.bottom-nav a{transition:color var(--fast) var(--ease),transform var(--fast) var(--ease)}.bottom-nav a.active .icon{transform:translateY(-2px) scale(1.08)}.bottom-nav .icon{display:inline-block;transition:transform var(--med) var(--ease)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}:root{--shadow-xs: 0 1px 2px rgba(62,39,35,.06);--shadow-sm: 0 2px 8px rgba(62,39,35,.07), 0 1px 2px rgba(62,39,35,.05);--shadow-md: 0 6px 20px rgba(62,39,35,.09), 0 2px 6px rgba(62,39,35,.05);--shadow-lg: 0 16px 40px rgba(62,39,35,.14), 0 4px 12px rgba(62,39,35,.07);--gold: #C8A27A}body{letter-spacing:-.011em}h1,h2,h3{letter-spacing:-.025em;line-height:1.18}.item-price,.order-total,.ord-amt,.udhar-bal,.stat .num,.rev-num,.admin-card .v,.qty{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.card{border:1px solid rgba(62,39,35,.06);box-shadow:var(--shadow-sm);border-radius:20px;padding:18px}.btn{border-radius:18px;letter-spacing:-.01em;box-shadow:var(--shadow-md),inset 0 1px #ffffff29}.btn:active{box-shadow:var(--shadow-xs),inset 0 1px #ffffff1f}.btn.secondary{background:#f7f2ed;color:var(--brand);border:1px solid rgba(111,78,55,.14);box-shadow:none}.topbar h1{font-size:25px;font-weight:800}.topbar{padding-bottom:2px}.item-row{padding:14px 0;border-bottom:1px solid rgba(62,39,35,.07)}.item-row:last-child{border-bottom:none}.item-name{font-size:17.5px;font-weight:650;letter-spacing:-.015em}.item-price{font-size:18px;font-weight:800}.qty-btns{background:#f7f2ed;border-radius:999px;padding:4px;border:1px solid rgba(111,78,55,.1);gap:4px}.qty-btns button{width:40px;height:40px;background:#fff;color:var(--brand);box-shadow:var(--shadow-xs);font-size:22px;line-height:1}.qty-btns button:active{background:var(--brand-light)}.qty{font-size:18px;min-width:26px}.featured-card{min-width:148px;border:1px solid rgba(200,162,122,.45);border-radius:18px;padding:12px;box-shadow:var(--shadow-sm);background:linear-gradient(180deg,#fffdfb,#fdf7f1)}.tag{background:linear-gradient(135deg,var(--gold),#B8905F);color:#3e2723;border-radius:999px;padding:4px 12px;font-size:11.5px;letter-spacing:.04em;text-transform:uppercase;box-shadow:var(--shadow-xs)}.mode-btns button{border:1px solid rgba(111,78,55,.16);border-radius:20px;background:linear-gradient(180deg,#fffdfb,#f7f0e9);box-shadow:var(--shadow-sm);font-weight:750}.pay-options button{background:#f7f2ed;border:1.5px solid transparent;border-radius:16px;padding:15px 6px;font-weight:750}.pay-options button.selected{background:linear-gradient(135deg,#8d6e63,#6f4e37);color:#fff;border-color:#3e272333;box-shadow:var(--shadow-md)}.cart-bar{left:12px;right:12px;bottom:12px;border-radius:20px;padding:16px 20px;background:#3e2723f0;backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);box-shadow:var(--shadow-lg);font-size:18px;margin-bottom:env(safe-area-inset-bottom,0)}.dash-hero{background:linear-gradient(140deg,#6f4e37,#5d4037 48%,#3e2723);box-shadow:inset 0 -1px #ffffff0f}.dash-shop{font-size:20px;letter-spacing:-.02em}.dash-plan{background:linear-gradient(135deg,#c8a27af2,#b8905ff2);color:#3e2723;font-weight:800;letter-spacing:.03em}.dash-ava,.dash-bell{border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 1px #ffffff1f}.stat{border-radius:18px;padding:16px;box-shadow:var(--shadow-sm);border:1px solid rgba(62,39,35,.06)}.stat .num{font-size:30px;font-weight:850;letter-spacing:-.03em}.stat .lbl{font-size:13px;font-weight:600}.filter-tabs button{background:#f7f2ed;border:1px solid rgba(111,78,55,.1);font-weight:700;padding:10px 16px}.filter-tabs button.active{background:linear-gradient(135deg,#8d6e63,#6f4e37);border-color:transparent;box-shadow:var(--shadow-sm)}.bottom-nav{border-radius:22px;box-shadow:var(--shadow-lg);border:1px solid rgba(62,39,35,.07);bottom:calc(10px + env(safe-area-inset-bottom,0px));padding:6px 4px}.bottom-nav a.active{background:var(--brand-light)}input,textarea,select{border:1.5px solid rgba(111,78,55,.16);border-radius:14px;background:#fffdfb;font-size:17px}input::placeholder,textarea::placeholder{color:#b5a499}button,.btn,input,select,textarea{min-height:44px}@supports (-webkit-touch-callout: none){input,textarea,select{font-size:16px}}.shop-hero{position:relative;margin:-16px -16px 18px;min-height:208px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;border-radius:0 0 30px 30px;background:radial-gradient(120% 100% at 20% 0%,#8d6e63,#6f4e37 45%,#3e2723);box-shadow:var(--shadow-lg);isolation:isolate}.shop-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2;transform:scale(1.06);animation:heroDrift 14s ease-out both}@keyframes heroDrift{0%{transform:scale(1.14)}to{transform:scale(1.02)}}.shop-hero-scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(to top,#261813f0,#261813b8,#2618132e 68%,#2618134d),radial-gradient(120% 78% at 50% 42%,transparent 40%,rgba(28,17,13,.55) 100%)}.shop-hero.has-photo{background:#2e2019}.shop-hero-top{position:absolute;top:12px;right:12px;z-index:2}.shop-hero-body{padding:20px 20px 22px;color:#fff}.shop-hero-name{font-size:32px;font-weight:850;line-height:1.06;letter-spacing:-.035em;color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.45);animation:cineRise .78s cubic-bezier(.16,.84,.28,1) .06s both}.shop-hero-welcome{margin-top:7px;font-size:15px;font-weight:550;color:#ffffffed;letter-spacing:-.005em;text-shadow:0 1px 12px rgba(0,0,0,.4);animation:cineRise .78s cubic-bezier(.16,.84,.28,1) .18s both}.shop-hero-welcome:before{content:"";display:block;width:38px;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--gold),rgba(200,162,122,0));margin-bottom:9px}.shop-hero-live{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:700;letter-spacing:.02em;color:#fff;background:#ffffff24;border:1px solid rgba(255,255,255,.22);padding:5px 12px;border-radius:999px;margin-bottom:11px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:cineRise .7s cubic-bezier(.16,.84,.28,1) both}.live-dot{width:7px;height:7px;border-radius:50%;background:#4ade80;box-shadow:0 0 #4ade80b3;animation:livePulse 2.4s ease-out infinite}@keyframes livePulse{0%{box-shadow:0 0 #4ade80a6}70%{box-shadow:0 0 0 7px #4ade8000}to{box-shadow:0 0 #4ade8000}}@keyframes cineRise{0%{opacity:0;transform:translate3d(0,16px,0)}to{opacity:1;transform:none}}.shop-hero~.card,.shop-hero~.featured-strip,.shop-hero~.mode-btns{animation:cineRise .62s cubic-bezier(.16,.84,.28,1) both}.shop-hero~*{animation-delay:.1s}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:-1;background:radial-gradient(90% 60% at 50% -10%,rgba(200,162,122,.16),transparent 60%)}@media (prefers-reduced-motion: reduce){.shop-hero-bg,.shop-hero-name,.shop-hero-welcome,.shop-hero-live,.shop-hero~*{animation:none!important}}
