:root{--bg-color:var(--tg-theme-bg-color,#fff);--text-color:var(--tg-theme-text-color,#222);--hint-color:var(--tg-theme-hint-color,#999);--link-color:var(--tg-theme-link-color,#2481cc);--button-color:var(--tg-theme-button-color,#ff6b6b);--button-text-color:var(--tg-theme-button-text-color,#fff);--secondary-bg-color:var(--tg-theme-secondary-bg-color,#f0f0f0);--brand-color:#ff4757;--brand-hover:#ff6b81;--brand-green:#2ed573;--radius:16px;--radius-sm:10px;--shadow:0 4px 20px #00000014;--shadow-lg:0 8px 30px #0000001f}:root[data-theme=light]{--bg-color:#fff;--text-color:#222;--hint-color:#7f8c8d;--link-color:#2980b9;--button-color:#ff6b6b;--button-text-color:#fff;--secondary-bg-color:#f5f6fa;--brand-color:#ff4757;--brand-hover:#ff6b81}:root[data-theme=dark]{--bg-color:#121212;--text-color:#f1f2f6;--hint-color:#a4b0be;--link-color:#70a1ff;--button-color:#ff6b81;--button-text-color:#fff;--secondary-bg-color:#1e1e1e;--brand-color:#ff6b81;--brand-hover:#ff879a}:root[data-theme=emerald]{--bg-color:#f5f9f6;--text-color:#1b3a2b;--hint-color:#7f8c8d;--link-color:#27ae60;--button-color:#2ed573;--button-text-color:#fff;--secondary-bg-color:#e8f4ec;--brand-color:#2ed573;--brand-hover:#26af5f}:root[data-theme=amber]{--bg-color:#fcf9f2;--text-color:#3e2723;--hint-color:#8d6e63;--link-color:#d35400;--button-color:#ffa502;--button-text-color:#fff;--secondary-bg-color:#f5edd6;--brand-color:#ffa502;--brand-hover:#eccc68}body{background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}.app-container{max-width:600px;margin:0 auto;padding:16px 16px 140px}header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}header h1{background:linear-gradient(135deg, var(--brand-color), #ffa502);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:24px;font-weight:800}.category-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:8px;margin-bottom:20px;padding:4px 0;display:flex;overflow-x:auto}.category-tabs::-webkit-scrollbar{display:none}.tab{background:var(--secondary-bg-color);color:var(--text-color);cursor:pointer;white-space:nowrap;border:none;border-radius:20px;flex-shrink:0;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:500;transition:all .2s}.tab:active{transform:scale(.95)}.tab.active{background:var(--brand-color);color:#fff;box-shadow:0 2px 10px #ff47574d}.product-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px;animation:.3s fadeIn;display:grid}.product-card{background:var(--bg-color);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid #0000000d;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.product-card:active{transform:scale(.98)}.product-image{object-fit:cover;background-color:var(--secondary-bg-color);width:100%;height:120px}.product-image-placeholder{justify-content:center;align-items:center;font-size:36px;display:flex}.product-info{flex-direction:column;flex-grow:1;padding:12px;display:flex}.product-title{margin:0 0 4px;font-size:14px;font-weight:600}.product-desc{color:var(--hint-color);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex-grow:1;margin:0 0 10px;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.product-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.product-price{color:var(--brand-color);font-size:15px;font-weight:700}.add-btn{background-color:var(--brand-color);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-family:inherit;font-size:20px;transition:all .2s;display:flex;box-shadow:0 2px 8px #ff475766}.add-btn:active{background-color:var(--brand-hover);transform:scale(.9)}.quantity-controls{background-color:var(--secondary-bg-color);border-radius:20px;align-items:center;gap:6px;padding:3px;display:flex}.qty-btn{color:var(--text-color);cursor:pointer;background-color:#0000;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-family:inherit;font-size:16px;font-weight:700;transition:background .15s;display:flex}.qty-btn:active{background-color:#0000001a}.qty-text{text-align:center;min-width:16px;font-size:14px;font-weight:600}.cart-bar{background:linear-gradient(135deg, var(--brand-color), #e84118);color:#fff;cursor:pointer;z-index:1000;border:none;justify-content:space-between;align-items:center;padding:16px 20px;font-family:inherit;font-size:16px;font-weight:600;animation:.3s slideUp;display:flex;position:fixed;bottom:60px;left:0;right:0;box-shadow:0 -4px 20px #ff47574d}.cart-bar:active{opacity:.9}.cart-bar-left{align-items:center;gap:10px;display:flex}.cart-bar-badge{background:#ffffff40;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:13px;font-weight:700;display:flex}.cart-bar-price{font-weight:700}.confirm-screen{animation:.25s fadeIn}.time-select-section{background:var(--bg-color);border-radius:var(--radius);border:1px solid #0000000d;margin:20px 0;padding:16px;box-shadow:0 4px 12px #00000005}.time-select-section h3{color:var(--text-color);margin:0 0 12px;font-size:15px;font-weight:700}.time-options-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.time-opt-btn{background:var(--secondary-bg-color);color:var(--text-color);border-radius:var(--radius-sm);cursor:pointer;text-align:center;border:1.5px solid #0000;padding:10px 4px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s}.time-opt-btn:active{transform:scale(.96)}.time-opt-btn.active{color:var(--brand-color);border-color:var(--brand-color);background:#ff47571a}.exact-time-input-container{flex-direction:column;gap:6px;margin-top:12px;animation:.2s fadeIn;display:flex}.exact-time-input-container label{color:var(--hint-color);font-size:12px;font-weight:500}.exact-time-input{background:var(--secondary-bg-color);border-radius:var(--radius-sm);color:var(--text-color);box-sizing:border-box;border:1.5px solid #0000000d;outline:none;width:100%;padding:10px;font-family:inherit;font-size:15px;font-weight:600}.exact-time-input:focus{border-color:var(--brand-color)}.confirm-header{align-items:center;gap:12px;margin-bottom:24px;display:flex}.confirm-header h2{margin:0;font-size:20px;font-weight:700}.back-btn{background:var(--secondary-bg-color);border-radius:var(--radius-sm);cursor:pointer;color:var(--text-color);border:none;padding:8px 14px;font-family:inherit;font-size:14px;font-weight:500;transition:background .2s}.back-btn:active{background:#0000001a}.confirm-items{flex-direction:column;gap:2px;display:flex}.confirm-item{border-bottom:1px solid #0000000f;align-items:center;gap:12px;padding:12px 0;display:flex}.confirm-item-img{border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0;width:48px;height:48px}.confirm-item-info{flex:1;min-width:0}.confirm-item-title{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;display:block;overflow:hidden}.confirm-item-price{color:var(--hint-color);font-size:12px}.confirm-total{justify-content:space-between;align-items:center;padding:20px 0 12px;font-size:18px;font-weight:600;display:flex}.confirm-total-price{color:var(--brand-color);font-size:22px;font-weight:800}.confirm-btn{background:var(--brand-green);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;width:100%;margin-top:8px;padding:16px;font-family:inherit;font-size:16px;font-weight:700;transition:all .2s;box-shadow:0 4px 16px #2ed5734d}.confirm-btn:active{opacity:.9;transform:scale(.98)}.status-screen{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;animation:.4s fadeIn;display:flex}.status-animation{margin-bottom:24px}.status-check{background:var(--brand-green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:40px;font-weight:700;animation:.5s scaleIn;display:flex;box-shadow:0 4px 20px #2ed57366}.status-title{margin:0 0 8px;font-size:22px;font-weight:700}.status-text{color:var(--hint-color);max-width:280px;font-size:14px;line-height:1.5}.error-state,.empty-state{text-align:center;color:var(--hint-color);flex-direction:column;justify-content:center;align-items:center;padding:48px 16px;display:flex}.error-state-icon,.empty-state-icon{margin-bottom:12px;font-size:48px}.error-state p,.empty-state p{margin:0 0 16px;font-size:15px}.retry-btn{background:var(--brand-color);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;padding:10px 24px;font-family:inherit;font-size:14px;font-weight:600;transition:opacity .2s}.retry-btn:active{opacity:.8}.skeleton{background:linear-gradient(90deg, var(--secondary-bg-color) 25%, #0000000a 50%, var(--secondary-bg-color) 75%);background-size:200% 100%;border-radius:8px;animation:1.5s infinite shimmer}.tab-skeleton{border-radius:20px;width:80px;height:34px}.skeleton-card{pointer-events:none}.skeleton-image{border-radius:0;width:100%;height:120px}.skeleton-title{width:80%;height:14px;margin-bottom:8px}.skeleton-desc{width:60%;height:10px;margin-bottom:12px}.skeleton-footer{width:40%;height:16px}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}60%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-color-scheme:dark){.product-card{border-color:#ffffff0f}.confirm-item{border-bottom-color:#ffffff0f}.skeleton{background:linear-gradient(90deg, var(--secondary-bg-color) 25%, #ffffff0f 50%, var(--secondary-bg-color) 75%);background-size:200% 100%;animation:1.5s infinite shimmer}.qty-btn:active{background-color:#ffffff1a}}.bottom-nav{background-color:var(--bg-color);z-index:1001;border-top:1px solid #00000014;justify-content:space-around;align-items:center;height:60px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #00000008}.nav-item{height:100%;color:var(--hint-color);cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;font-family:inherit;transition:all .2s;display:flex}.nav-item.active{color:var(--brand-color)}.nav-icon{margin-bottom:2px;font-size:20px}.nav-label{font-size:11px;font-weight:600}.my-orders-container{animation:.3s fadeIn}.my-orders-container h2{margin:0 0 16px;font-size:22px;font-weight:800}.orders-list{flex-direction:column;gap:14px;display:flex}.order-card-client{background:var(--bg-color);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid #0000000f;flex-direction:column;gap:8px;padding:16px;display:flex}.order-card-client-header{justify-content:space-between;align-items:center;display:flex}.order-number{font-size:15px;font-weight:700}.order-status-badge{text-transform:uppercase;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:700}.status-pending{color:#d35400;background-color:#ffa50226}.status-accepted{color:#3742fa;background-color:#3742fa26}.status-preparing{color:#ff6348;background-color:#ff634826}.status-ready{color:#2ed573;background-color:#2ed57326}.status-completed{color:#747d8c;background-color:#a4b0be26}.status-cancelled{color:#ff4757;background-color:#ff475726}.order-card-client-date{color:var(--hint-color);font-size:12px;font-weight:500}.order-card-client-time{color:var(--text-color);font-size:13px}.order-card-client-items{border-top:1px dashed #00000014;border-bottom:1px dashed #00000014;flex-direction:column;gap:6px;margin:6px 0;padding:10px 0;display:flex}.order-client-item{justify-content:space-between;font-size:13px;font-weight:500;display:flex}.order-card-client-footer{justify-content:space-between;align-items:center;display:flex}.order-client-total{font-size:15px;font-weight:700}.cancel-order-btn{color:#ff4757;border-radius:var(--radius-sm);cursor:pointer;background:#ff47571a;border:none;padding:8px 14px;font-family:inherit;font-size:12px;font-weight:700;transition:all .2s}.cancel-order-btn:active{background:#ff475733}.orders-loading,.orders-error,.orders-empty{text-align:center;color:var(--hint-color);flex-direction:column;justify-content:center;align-items:center;padding:60px 16px;display:flex}.orders-empty .empty-icon{margin-bottom:12px;font-size:48px}.orders-empty h3{color:var(--text-color);margin:0 0 6px;font-size:16px}.orders-empty p{margin:0;font-size:13px}.spinner{border:3px dashed var(--brand-color);border-radius:50%;width:32px;height:32px;margin-bottom:12px;animation:1.5s linear infinite rotate}@keyframes rotate{to{transform:rotate(360deg)}}@media (prefers-color-scheme:dark){.bottom-nav{border-top-color:#ffffff14}.order-card-client{border-color:#ffffff0f}.order-card-client-items{border-top-color:#ffffff14;border-bottom-color:#ffffff14}}
