.lottie-loader{margin-bottom:16px;display:flex;align-items:center;justify-content:center}.lottie-loader svg{max-width:100%;height:auto}.spinner-optimized{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #FF6600;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-container{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f8f9fa;width:100%;height:100vh;box-sizing:border-box}.loader-message{font-size:1rem;font-weight:500;color:#64748b;text-align:center;margin:0}.fullscreen{position:fixed;top:0;left:0;z-index:9999}.order-alert-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000bf;backdrop-filter:blur(4px);z-index:9999;display:flex;justify-content:center;align-items:center;animation:fadeIn .3s ease-out}.order-alert-modal{background:#fff;border-radius:16px;width:90%;max-width:500px;max-height:600px;min-height:400px;box-shadow:0 24px 48px #0003;overflow:hidden;display:flex;flex-direction:column;animation:slideUp .4s cubic-bezier(.175,.885,.32,1.275)}.order-alert-header{background:linear-gradient(135deg,#4caf50,#45a049);padding:20px 24px;color:#fff;display:flex;align-items:center;gap:12px}.pulse-dot{width:12px;height:12px;background-color:#fff;border-radius:50%;animation:pulse 1.5s infinite}.order-alert-header h2{margin:0;font-size:1.5rem;flex-grow:1}.order-id{background:#fff3;padding:4px 8px;border-radius:4px;font-size:.85rem;font-family:monospace}.order-alert-content{padding:24px;border-bottom:1px solid #eee;flex:1 1 auto;overflow-y:auto;min-height:0}.order-slider-controls{display:flex;justify-content:center;align-items:center;gap:16px;padding:12px 24px;background:#f9f9f9;border-bottom:1px solid #eee}.slider-btn{background:#fff;border:1px solid #ddd;border-radius:50%;width:36px;height:36px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:1.2rem;color:#333;transition:all .2s}.slider-btn:hover:not(:disabled){background:#f0f0f0;border-color:#ccc}.slider-btn:disabled{opacity:.4;cursor:not-allowed}.slider-counter{font-size:.95rem;font-weight:600;color:#555;min-width:100px;text-align:center}.order-alert-customer{margin-bottom:20px;padding-bottom:16px;border-bottom:1px dashed #ddd}.order-alert-customer p{margin:0 0 4px;color:#333}.address-text{font-size:.9rem;color:#666!important}.order-alert-items h3{margin:0 0 12px;font-size:1rem;color:#444}.order-alert-items ul{list-style:none;padding:0;margin:0;max-height:200px;overflow-y:auto}.order-alert-items li{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f5f5f5;font-size:.95rem;gap:12px}.order-alert-items li:last-child{border-bottom:none}.order-alert-timer{margin:0 12px 10px;padding:6px 10px;border-radius:10px;display:flex;justify-content:space-between;align-items:center;border:1px solid rgba(15,23,42,.2);background:#f8fafc;gap:8px;min-width:0}.order-alert-timer__label{text-transform:uppercase;font-size:.62rem;letter-spacing:.08em;color:#94a3b8;margin:0 0 2px}.order-alert-timer__status{font-weight:600;color:#0f172a;font-size:.95rem}.order-alert-timer__value{font-family:JetBrains Mono,Space Mono,monospace;font-size:1.25rem;font-weight:700;color:#0f172a}.order-alert-timer--safe{border-color:#16a34a66;background:#16a34a14}.order-alert-timer--safe .order-alert-timer__status,.order-alert-timer--safe .order-alert-timer__value{color:#15803d}.order-alert-timer--warning{border-color:#f9731666;background:#f9731614}.order-alert-timer--warning .order-alert-timer__status,.order-alert-timer--warning .order-alert-timer__value{color:#c2410c}.order-alert-timer--danger{border-color:#dc262666;background:#dc262614}.order-alert-timer--danger .order-alert-timer__status,.order-alert-timer--danger .order-alert-timer__value{color:#b91c1c}.order-alert-timer__value.pulse{animation:timerPulse 1s ease-in-out infinite}.order-alert-expired-note{margin:0;text-align:center;font-size:.95rem;color:#b91c1c;font-weight:600}@keyframes timerPulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.item-main-info{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.item-qty{font-weight:700;color:#4caf50;min-width:24px;font-size:.9rem}.item-name{color:#333;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-price-preview{flex-shrink:0;text-align:right;background:#f1f5f9;padding:4px 10px;border-radius:6px;border:1px solid #e2e8f0}.price-label{font-size:.8rem;font-weight:600;color:#475569}.order-alert-footer{padding:20px 24px;background:#f8f9fa;display:flex;flex-direction:column;gap:16px}.order-total-display{display:flex;justify-content:space-between;align-items:center}.order-total-display span{color:#666;font-size:1.1rem}.order-total-display h2{margin:0;color:#2c3e50;font-size:1.8rem}.order-alert-actions{display:flex;gap:12px}.order-alert-actions button{flex:1;padding:14px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-decline{background:#fff;color:#f44336;border:1px solid #f44336}.btn-decline:hover:not(:disabled){background:#feeaea}.btn-accept{background:#4caf50;color:#fff}.btn-accept:hover:not(:disabled){background:#45a049;transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}.order-alert-actions button:disabled{opacity:.6;cursor:not-allowed;transform:none}@keyframes slideUp{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #ffffffb3}70%{transform:scale(1);box-shadow:0 0 0 10px #fff0}to{transform:scale(.95);box-shadow:0 0 #fff0}}.branded-loading-overlay{position:fixed;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,#fff,#f8fafc);z-index:10000;animation:fadeIn .3s ease-out}.branded-loading-container{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%;max-width:280px}.logo-pulse-container{animation:LogoPulse 2s ease-in-out infinite}.branded-loading-logo{width:120px;height:auto;object-fit:contain}.loading-status{width:100%;display:flex;flex-direction:column;align-items:center;gap:12px}.loading-bar{width:60%;height:3px;background:#f1f5f9;border-radius:10px;overflow:hidden;position:relative}.loading-bar-progress{position:absolute;height:100%;width:30%;background:var(--primary-orange, #FF6600);border-radius:10px;animation:BarSlide 1.5s infinite ease-in-out}.loading-text{color:#64748b;font-size:14px;font-weight:500;letter-spacing:.5px;margin:0;animation:TextPulse 2s infinite ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes LogoPulse{0%,to{transform:scale(1);filter:drop-shadow(0 0 0 rgba(255,102,0,0))}50%{transform:scale(1.05);filter:drop-shadow(0 8px 16px rgba(255,102,0,.15))}}@keyframes BarSlide{0%{left:-30%;width:20%}50%{width:50%}to{left:100%;width:20%}}@keyframes TextPulse{0%,to{opacity:.7}50%{opacity:1}}.branded-loading-overlay.fade-out{opacity:0;transition:opacity .2s ease-in;pointer-events:none}.app{min-height:100dvh;width:100%;overflow:hidden}:root{--wallet-bg-outer: #f7f3ee;--wallet-bg-card: #fffaf3;--wallet-primary: #8d6748;--wallet-primary-hover: #6e4f32;--wallet-border: #e0d3c2;--primary-orange: #FF6600;--accent-gradient: linear-gradient(135deg, #FF6600 0%, #FFBD59 100%);--text-primary: #1A1A1A;--text-secondary: #666666;--text-white: #FFFFFF;--bg-main: #F8F9FA;--bg-white: #FFFFFF;--success: #28C76F;--error: #EA5455;--warning: #FF9F43;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .05);--shadow-md: 0 4px 16px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--transition-fast: .2s ease;--transition-normal: .3s ease;--app-header-height: 72px;--app-bottom-nav-height: 0px;--app-safe-bottom: env(safe-area-inset-bottom, 0px);--app-bottom-offset: calc(var(--app-bottom-nav-height) + var(--app-safe-bottom));--fixed-action-height: 76px;--fixed-action-offset: calc(var(--fixed-action-height) + var(--app-bottom-offset) + 16px)}body{font-family:Outfit,sans-serif;background-color:var(--bg-main);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100dvh;overflow:hidden}html,body,#root{height:100%;margin:0;padding:0}img{max-width:100%;display:block}button{cursor:pointer;border:none;outline:none;font-family:inherit}a{text-decoration:none;color:inherit}.app-shell-scroll{min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.page-with-fixed-action{padding-bottom:var(--fixed-action-offset)}.fixed-bottom-action-bar{position:fixed;left:16px;right:16px;bottom:calc(var(--app-bottom-offset) + 16px);z-index:1250;pointer-events:none}.fixed-bottom-action-inner{pointer-events:auto;display:flex;justify-content:flex-end;gap:12px;padding:12px 16px;border-radius:16px;background:#fce8d3f5;box-shadow:0 10px 24px #0000001f;backdrop-filter:blur(12px)}@media (max-width: 700px){:root{--app-bottom-nav-height: 60px}.fixed-bottom-action-bar{left:12px;right:12px;bottom:calc(var(--app-bottom-offset) + 12px)}.fixed-bottom-action-inner{width:100%;justify-content:stretch}.fixed-bottom-action-inner>*{flex:1 1 0;min-width:0}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ddd;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ccc}
