@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#347abd;min-height:100vh;color:#333}body.modal-open{overflow:hidden;position:fixed;width:100%;height:100%}#root{min-height:100vh}.container{max-width:100%;margin:0 auto;padding:0 16px}@media (min-width: 768px){.container{max-width:768px;padding:0 24px}}.btn{background:linear-gradient(135deg,#74b9ff,#0984e3);color:#fff;border:none;padding:12px 24px;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff6b6b4d}.btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b66}.btn:active{transform:translateY(0)}.btn-secondary{background:linear-gradient(135deg,#74b9ff,#0984e3);box-shadow:0 4px 15px #74b9ff4d}.btn-secondary:hover{box-shadow:0 6px 20px #74b9ff66}.card{background:white;border-radius:16px;padding:20px;margin:8px 0;box-shadow:0 8px 32px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.fade-in{opacity:1}.slide-up{transform:translateY(0)}.bounce-in{transform:scale(1)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.modal-content{background:white;border-radius:20px;padding:24px;max-width:90vw;max-height:90vh;overflow-y:auto;position:relative}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#333}.form-group input,.form-group select{width:100%;padding:12px 16px;border:2px solid #e1e8ed;border-radius:12px;font-size:16px;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:#74b9ff}.checkbox-group{display:flex;align-items:center;gap:8px;margin-top:12px}.checkbox-group input[type=checkbox]{width:auto;margin:0 8px 0 0;transform:scale(1.5)}@media (max-width: 768px){.checkbox-group input[type=checkbox]{min-width:20px;min-height:20px}.checkbox-group{align-items:flex-start;gap:10px}.checkbox-group label{font-size:15px;line-height:1.4;padding-top:1px}}.loading{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:16px;background:linear-gradient(135deg,#74b9ff,#0984e3)}.auth-card{background:white;border-radius:20px;padding:32px;width:100%;max-width:400px;box-shadow:0 20px 40px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.auth-header{text-align:center;margin-bottom:32px}.auth-icon{font-size:48px;margin-bottom:16px}.auth-title{font-size:28px;font-weight:700;color:#333;margin-bottom:8px}.auth-subtitle{color:#666;font-size:16px;margin-bottom:0}.auth-warning{margin-top:16px;background:#fef3cd;border:1px solid #fde68a;border-radius:12px;padding:12px}.auth-warning-content{display:flex;align-items:center;justify-content:center}.auth-warning-icon{margin-right:8px;font-size:16px}.auth-warning-text{color:#92400e;font-size:14px}.auth-form{margin-bottom:24px}.auth-label{display:block;margin-bottom:8px;font-weight:600;color:#333;font-size:16px}.auth-input{width:100%;padding:16px;border:2px solid #e1e8ed;border-radius:12px;font-size:24px;text-align:center;letter-spacing:8px;transition:all .3s ease;font-weight:700}.auth-input:focus{outline:none;border-color:#74b9ff;box-shadow:0 0 0 3px #74b9ff1a}.auth-error{background:#fee2e2;border:1px solid #fecaca;border-radius:12px;padding:12px;margin-bottom:16px}.auth-error-content{display:flex;align-items:center}.auth-error-icon{margin-right:8px;font-size:16px}.auth-error-text{color:#dc2626;font-size:14px}.auth-button{width:100%;padding:16px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.auth-button-disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.auth-loading{display:flex;align-items:center;justify-content:center}.auth-spinner{width:20px;height:20px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite;margin-right:8px}.auth-footer{text-align:center}.auth-disclaimer{font-size:12px;color:#9ca3af;margin:0}@media (max-width: 768px){.auth-card{padding:24px;margin:16px}.auth-title{font-size:24px}.auth-input{font-size:20px;letter-spacing:6px}}.app-header{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:15px 20px;box-shadow:0 4px 20px #0000001a;position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between}.header-logo{display:flex;align-items:center;gap:15px}.logo-image{height:50px;width:auto}.logo-fallback{width:50px;height:50px;background:linear-gradient(135deg,#74b9ff,#0984e3);border-radius:50%;display:none;align-items:center;justify-content:center;font-size:20px;color:#fff;font-weight:700}.header-controls{display:flex;align-items:center;gap:15px}.table-selector{position:relative}.table-display{padding:8px 12px;display:flex;align-items:center;gap:6px;cursor:pointer;min-width:100px;justify-content:center}.table-text{font-size:20px;font-weight:700;color:#74b9ff;text-transform:uppercase}.table-arrow{font-size:12px;color:#74b9ff}.table-dropdown{position:absolute;top:100%;left:0;right:0;background:white;border:2px solid #74b9ff;border-radius:12px;margin-top:4px;max-height:200px;overflow-y:auto;z-index:1000;box-shadow:0 8px 20px #00000026}.table-option{padding:12px 16px;cursor:pointer;border-bottom:1px solid #f0f0f0;font-size:16px;color:#333;font-weight:400;background:transparent;text-transform:uppercase}.table-option:hover{background:rgba(116,185,255,.05)}.table-option-selected{color:#74b9ff;font-weight:700;background:rgba(116,185,255,.1)}.basket-button{background:rgba(255,255,255,.2);border:2px solid rgba(255,255,255,.3);border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.basket-icon{font-size:24px}.basket-badge{position:absolute;top:-5px;right:-5px;background:#ff4757;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;border:2px solid white}@media (max-width: 768px){.app-header{padding:12px 16px}.logo-image{height:40px}.logo-fallback{width:40px;height:40px;font-size:16px}.basket-button{width:50px;height:50px}.basket-icon{font-size:20px}.table-text{font-size:16px}}.orders-container{min-height:100vh;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:20px}.orders-content{max-width:1400px;margin:0 auto}.orders-header{margin-bottom:30px;display:flex;justify-content:space-between;align-items:flex-start;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:25px;border-radius:20px;box-shadow:0 8px 32px #0000001a}.orders-title{font-size:36px;font-weight:700;color:#2d3748;margin-bottom:8px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.orders-subtitle{color:#4a5568;font-size:18px;font-weight:500}.orders-header-buttons{display:flex;gap:8px}.orders-back-button{background:#6b7280;color:#fff;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;border:none;cursor:pointer;transition:background-color .2s}.orders-back-button:hover{background:#4b5563}.orders-logout-button{background:#dc2626;color:#fff;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;border:none;cursor:pointer;transition:background-color .2s}.orders-logout-button:hover{background:#b91c1c}.orders-filters{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;box-shadow:0 8px 32px #0000001a;padding:25px;margin-bottom:30px;display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.orders-filter-buttons{display:flex;flex-wrap:wrap;gap:12px}.orders-filter-button{padding:12px 24px;border-radius:15px;font-size:16px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;background:rgba(255,255,255,.8);color:#4a5568;box-shadow:0 4px 15px #0000001a}.orders-filter-button:hover{background:rgba(255,255,255,1);transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.orders-filter-button.active{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.orders-search-container{display:flex;align-items:center;gap:12px;flex-shrink:0}.orders-search-input-wrapper{position:relative;flex:1;max-width:400px}.orders-search-input{width:100%;padding:12px 16px 12px 45px;border:2px solid rgba(0,0,0,.1);border-radius:15px;font-size:16px;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;outline:none}.orders-search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;background:rgba(255,255,255,1)}.orders-search-input::placeholder{color:#999;font-style:italic}.orders-search-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);font-size:18px;color:#999;pointer-events:none}.orders-search-clear{padding:8px 12px;border:none;border-radius:10px;background:rgba(220,53,69,.1);color:#dc3545;font-size:16px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-width:40px;height:40px}.orders-search-clear:hover{background:rgba(220,53,69,.2);transform:scale(1.05)}.orders-cards-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:25px;margin-bottom:30px}.orders-card{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:25px;box-shadow:0 8px 32px #0000001a;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.orders-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0003}.orders-card.pending,.orders-card.paid-not-sent{animation:pulse-attention 2s infinite}@keyframes pulse-attention{0%{box-shadow:0 8px 32px #0000001a;transform:scale(1)}50%{box-shadow:0 15px 40px #ffc10766;transform:scale(1.02)}to{box-shadow:0 8px 32px #0000001a;transform:scale(1)}}.orders-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.orders-card-table{font-size:28px;font-weight:700;color:#2d3748;text-shadow:0 2px 4px rgba(0,0,0,.1)}.orders-card-amount{font-size:24px;font-weight:700;color:#38a169;text-shadow:0 2px 4px rgba(0,0,0,.1)}.orders-card-details{margin-bottom:20px}.orders-card-customer{font-size:18px;font-weight:600;color:#4a5568;margin-bottom:8px}.orders-card-order-number{font-size:16px;color:#718096;margin-bottom:15px}.orders-card-status-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.orders-card-status{padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.orders-card-status-pending{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff}.orders-card-status-paid{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.orders-card-status-cancelled{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.orders-card-status-refunded{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff}.orders-card-countdown{font-size:16px;font-weight:600;color:#e53e3e;text-align:center;padding:10px;background:rgba(229,62,62,.1);border-radius:15px;border:2px solid rgba(229,62,62,.2)}.orders-card-countdown.urgent{color:#e53e3e;font-weight:700}.orders-card-items{font-size:16px;color:#4a5568;margin-bottom:15px}.orders-card-click-hint{text-align:center;font-size:14px;color:#718096;font-style:italic;margin-top:15px;padding-top:15px;border-top:1px solid rgba(0,0,0,.1)}.orders-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.orders-modal{background:rgba(255,255,255,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:25px;padding:40px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px #0000004d;position:relative}.orders-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid rgba(0,0,0,.1)}.orders-modal-title{font-size:32px;font-weight:700;color:#2d3748;text-shadow:0 2px 4px rgba(0,0,0,.1)}.orders-modal-close{background:#e53e3e;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:20px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.orders-modal-close:hover{background:#c53030;transform:scale(1.1)}.orders-modal-content{margin-bottom:30px}.orders-modal-section{margin-bottom:25px}.orders-modal-section-title{font-size:20px;font-weight:700;color:#4a5568;margin-bottom:15px;text-transform:uppercase;letter-spacing:.5px}.orders-modal-info{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.orders-modal-info-item{background:rgba(0,0,0,.05);padding:15px;border-radius:15px}.orders-modal-info-label{font-size:14px;color:#718096;margin-bottom:5px;text-transform:uppercase;letter-spacing:.5px}.orders-modal-info-value{font-size:18px;font-weight:600;color:#2d3748}.orders-modal-items{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-radius:20px;padding:25px;box-shadow:0 8px 32px #667eea4d}.orders-modal-item{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.2)}.orders-modal-item:last-child{border-bottom:none}.orders-modal-item-name{font-size:20px;font-weight:700;color:#fff;margin-bottom:8px}.orders-modal-item-quantity{display:inline-block;background:rgba(255,255,255,.2);color:#fff;padding:6px 14px;border-radius:25px;font-size:16px;font-weight:700;margin-right:12px;border:2px solid rgba(255,255,255,.3);box-shadow:0 4px 12px #0003}.orders-modal-item-details{font-size:14px;color:#fffc;margin-top:5px}.orders-modal-item-price{font-size:18px;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.orders-modal-total{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:20px;border-radius:15px;text-align:center;margin:20px 0}.orders-modal-total-label{font-size:18px;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.orders-modal-total-amount{font-size:32px;font-weight:700}.orders-modal-sent-button{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:20px;padding:20px 40px;font-size:20px;font-weight:700;cursor:pointer;transition:all .3s ease;width:100%;text-transform:uppercase;letter-spacing:1px;box-shadow:0 8px 25px #10b9814d}.orders-modal-sent-button:hover{transform:translateY(-3px);box-shadow:0 15px 35px #10b98166}.orders-modal-sent-button:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.orders-modal-sent-button.celebration-glow{background:linear-gradient(135deg,#00ff00,#00cc00);animation:celebrationPulse .5s ease-in-out infinite alternate;box-shadow:0 0 30px #0f0,0 0 60px #0f0,0 0 90px #0f0}@keyframes celebrationPulse{0%{box-shadow:0 0 20px #0f0,0 0 40px #0f0,0 0 60px #0f0;transform:scale(1)}to{box-shadow:0 0 30px #0f0,0 0 60px #0f0,0 0 90px #0f0;transform:scale(1.05)}}.background-flash-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(45deg,rgba(0,255,0,.3),rgba(0,200,0,.4),rgba(0,255,0,.3),rgba(0,200,0,.4));background-size:400% 400%;animation:backgroundFlash 3s ease-in-out;z-index:9999;pointer-events:none}@keyframes backgroundFlash{0%{background-position:0% 50%;opacity:0}10%{opacity:1}20%{background-position:100% 50%;opacity:.8}30%{background-position:0% 50%;opacity:.6}40%{background-position:100% 50%;opacity:.4}50%{background-position:0% 50%;opacity:.3}60%{background-position:100% 50%;opacity:.2}70%{background-position:0% 50%;opacity:.1}to{background-position:0% 50%;opacity:0}}.orders-empty-state{text-align:center;padding:60px 30px;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;box-shadow:0 8px 32px #0000001a}.orders-empty-icon{margin-bottom:20px;display:inline-block;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.orders-empty-icon img{width:120px;height:120px;object-fit:cover;border-radius:10px;box-shadow:0 4px 12px #00000026}.orders-empty-text{color:#6b7280;font-size:18px;margin-bottom:10px}.orders-empty-subtitle{color:#10b981;font-size:16px;font-weight:600;margin-top:10px;opacity:.8}.orders-refresh-button{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:15px 30px;border-radius:20px;font-size:18px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #667eea4d;text-transform:uppercase;letter-spacing:.5px}.orders-refresh-button:hover{transform:translateY(-3px);box-shadow:0 15px 35px #667eea66}.orders-loading{display:flex;align-items:center;justify-content:center;min-height:200px}.orders-loading-spinner{width:40px;height:40px;border:4px solid #f3f4f6;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.orders-loading-text{margin-left:16px;color:#6b7280}.orders-error{text-align:center;padding:48px 24px}.orders-error-icon{font-size:48px;margin-bottom:16px;color:#dc2626}.orders-error-text{color:#dc2626;margin-bottom:16px}.orders-error-button{background:#3b82f6;color:#fff;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;border:none;cursor:pointer;transition:background-color .2s}.orders-error-button:hover{background:#2563eb}@media (max-width: 768px){.orders-container{padding:10px}.orders-header{flex-direction:column;gap:15px;align-items:stretch}.orders-title{font-size:28px;text-align:center}.orders-subtitle{font-size:16px;text-align:center}.orders-header-buttons{justify-content:center;flex-wrap:wrap}.orders-back-button,.orders-logout-button{flex:1;min-width:120px;font-size:14px;padding:10px 16px}.orders-filters{padding:15px;flex-direction:column;gap:15px}.orders-filter-buttons{flex-direction:column;gap:8px}.orders-filter-button{width:100%;padding:15px 20px;font-size:16px}.orders-search-container{flex-direction:column;gap:10px}.orders-search-input-wrapper{max-width:100%}.orders-search-input{padding:15px 20px 15px 50px;font-size:16px}.orders-search-icon{left:18px;font-size:20px}.orders-search-clear{align-self:flex-end;min-width:45px;height:45px;font-size:18px}.orders-cards-container{grid-template-columns:1fr;gap:15px;margin-bottom:20px}.orders-card{padding:20px;margin:0}.orders-card-header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:10px}.orders-card-table{font-size:24px}.orders-card-amount{font-size:20px}.orders-card-customer{font-size:16px}.orders-card-order-number{font-size:14px}.orders-card-status-section{flex-direction:column;gap:10px;align-items:stretch}.orders-card-countdown{text-align:center;padding:8px;font-size:14px}.orders-card-items{font-size:14px;text-align:center}.orders-card-click-hint{font-size:12px}.orders-modal{margin:10px;padding:20px;max-width:calc(100vw - 20px);max-height:calc(100vh - 20px);overflow-y:auto}.orders-modal-title{font-size:24px}.orders-modal-info{grid-template-columns:1fr;gap:15px}.orders-modal-info-item{padding:12px}.orders-modal-info-label{font-size:12px}.orders-modal-info-value{font-size:16px}.orders-modal-item{flex-direction:column;align-items:flex-start;gap:5px}.orders-modal-items{padding:20px}.orders-modal-item{padding:12px 0}.orders-modal-item-name{font-size:18px}.orders-modal-item-quantity{font-size:14px;padding:4px 10px;margin-right:10px}.orders-modal-item-price{font-size:16px;align-self:flex-end}.orders-modal-total{padding:15px}.orders-modal-total-label{font-size:16px}.orders-modal-total-amount{font-size:24px}.orders-modal-sent-button{width:100%;padding:15px 20px;font-size:16px}.orders-empty-state{padding:40px 20px}.orders-empty-icon{font-size:48px}.orders-empty-text{font-size:16px}.orders-refresh-button{width:100%;padding:15px 20px;font-size:16px}}@media (max-width: 480px){.orders-container{padding:5px}.orders-title{font-size:24px}.orders-subtitle{font-size:14px}.orders-card{padding:15px}.orders-card-table{font-size:20px}.orders-card-amount{font-size:18px}.orders-card-customer{font-size:15px}.orders-card-order-number{font-size:13px}.orders-modal{margin:5px;padding:15px;max-width:calc(100vw - 10px);max-height:calc(100vh - 10px)}.orders-modal-title{font-size:20px}.orders-modal-info-item{padding:10px}.orders-modal-info-value,.orders-modal-total-label{font-size:14px}.orders-modal-total-amount{font-size:20px}}.products-container{min-height:100vh;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:20px}.products-content{max-width:1200px;margin:0 auto}.products-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px;flex-wrap:wrap;gap:20px}.products-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.3)}.products-subtitle{font-size:1.1rem;color:#ffffffe6;margin:8px 0 0;text-shadow:0 1px 2px rgba(0,0,0,.3)}.products-header-buttons{display:flex;gap:12px;flex-wrap:wrap}.products-back-button,.products-add-button{padding:12px 20px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.products-back-button{background:rgba(255,255,255,.2);color:#fff;border:2px solid rgba(255,255,255,.3)}.products-back-button:hover{background:rgba(255,255,255,.3);border-color:#ffffff80}.products-add-button{background:#10b981;color:#fff;border:2px solid #10b981}.products-add-button:hover{background:#059669;border-color:#059669}.products-grid{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:30px}.products-card{background:white;border-radius:12px;padding:20px;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;border:2px solid transparent;flex:0 0 350px;max-width:350px}.products-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.products-card.out-of-stock{opacity:.7;border-color:#ef4444}.products-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.products-card-name{font-size:1.3rem;font-weight:700;color:#1f2937;flex:1;margin-right:12px}.products-card-price{font-size:1.2rem;font-weight:700;color:#059669;white-space:nowrap}.products-card-details{margin-bottom:16px}.products-card-category{display:inline-block;background:#e0e7ff;color:#3730a3;padding:4px 8px;border-radius:6px;font-size:.85rem;font-weight:600;margin-bottom:8px}.products-card-description{color:#6b7280;font-size:.95rem;line-height:1.4}.products-card-actions{display:flex;gap:8px;flex-wrap:wrap}.products-availability-button,.products-edit-button,.products-delete-button,.products-mixer-button{padding:8px 12px;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;flex:1;min-width:100px}.products-availability-button.in-stock{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.products-availability-button.out-of-stock{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.products-edit-button{background:#dbeafe;color:#1d4ed8;border:1px solid #bfdbfe}.products-edit-button:hover{background:#bfdbfe}.products-delete-button{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.products-delete-button:hover{background:#fecaca}.products-mixer-button{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.products-mixer-button:hover{background:#fde68a}.products-empty-state{text-align:center;padding:60px 20px;background:white;border-radius:12px;box-shadow:0 4px 6px #0000001a}.products-empty-icon{font-size:4rem;margin-bottom:20px}.products-empty-text{font-size:1.5rem;font-weight:600;color:#374151;margin-bottom:8px}.products-empty-subtitle{color:#6b7280;font-size:1.1rem}.products-loading,.products-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;background:white;border-radius:12px;box-shadow:0 4px 6px #0000001a}.products-loading-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.products-loading-text{font-size:1.1rem;color:#6b7280}.products-error-icon{font-size:3rem;margin-bottom:16px}.products-error-text{font-size:1.1rem;color:#dc2626;margin-bottom:20px;text-align:center}.products-error-button{padding:12px 24px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease}.products-error-button:hover{background:#2563eb}.products-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.products-modal{background:white;border-radius:12px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.products-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}.products-modal-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.products-modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease}.products-modal-close:hover{background:#f3f4f6;color:#374151}.products-modal-content{padding:24px}.products-form{display:flex;flex-direction:column;gap:16px}.products-form-group{display:flex;flex-direction:column;gap:6px}.products-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.products-form-label{font-size:.9rem;font-weight:600;color:#374151}.products-form-input,.products-form-textarea,.products-form-select{padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .2s ease}.products-form-input:focus,.products-form-textarea:focus,.products-form-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.products-form-textarea{resize:vertical;min-height:80px}.products-form-checkbox-label{display:flex;align-items:center;gap:8px;font-size:.9rem;font-weight:600;color:#374151;cursor:pointer}.products-form-checkbox-label input[type=checkbox]{width:16px;height:16px}.products-modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:20px;border-top:1px solid #e5e7eb}.products-modal-cancel,.products-modal-save{padding:10px 20px;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.products-modal-cancel{background:#f3f4f6;color:#374151}.products-modal-cancel:hover{background:#e5e7eb}.products-modal-save{background:#3b82f6;color:#fff}.products-modal-save:hover{background:#2563eb}@media (max-width: 768px){.products-container{padding:16px}.products-header{flex-direction:column;align-items:stretch}.products-title{font-size:2rem}.products-grid{flex-direction:column}.products-card{flex:1;max-width:none}.products-card-actions{flex-direction:column}.products-availability-button,.products-edit-button,.products-delete-button{min-width:auto}.products-form-row{grid-template-columns:1fr}.products-modal{margin:10px;max-height:calc(100vh - 20px)}.products-modal-actions{flex-direction:column}.mixer-actions{opacity:1!important}}.category-filter-sticky{position:sticky;top:73px;z-index:40;background:rgba(52,122,189,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2);padding:12px 0;width:100%;left:0;right:0}.category-filter-dropdown{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;display:flex;justify-content:center}.category-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(255,255,255,.95);border:2px solid rgba(255,255,255,.3);color:#347abd;padding:12px 50px 12px 20px;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 6px #0000001a;min-width:280px;max-width:400px;width:100%}.category-select:hover{background:rgba(255,255,255,1);border-color:#fff9;box-shadow:0 6px 12px #00000026}.category-select:focus{outline:none;background:rgba(255,255,255,1);border-color:#347abd;box-shadow:0 0 0 3px #347abd33}.category-select-arrow{position:absolute;right:35px;top:50%;transform:translateY(-50%);color:#347abd;font-size:12px;pointer-events:none;transition:transform .3s ease}.category-select:focus+.category-select-arrow{transform:translateY(-50%) rotate(180deg)}@media (max-width: 768px){.category-filter-sticky{top:73px;padding:10px 0}.category-filter-dropdown{padding:0 16px}.category-select{font-size:15px;padding:10px 45px 10px 16px;min-width:250px}.category-select-arrow{right:30px}}@media (max-width: 480px){.category-filter-sticky{top:73px;padding:8px 0}.category-select{font-size:14px;padding:8px 40px 8px 14px;min-width:200px;border-radius:20px}.category-select-arrow{right:25px;font-size:10px}}.mixer-selection{margin-bottom:20px}.mixer-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;gap:16px}.mixer-description{color:#6b7280;font-size:.95rem;line-height:1.5;flex:1}.mixer-add-button{background:#10b981;color:#fff;border:none;border-radius:6px;padding:8px 12px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.mixer-add-button:hover{background:#059669}.mixer-list{display:flex;flex-direction:column;gap:12px;max-height:300px;overflow-y:auto;padding:4px}.mixer-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:12px;transition:all .2s ease;display:flex;align-items:center;gap:12px}.mixer-item:hover{background:#f3f4f6;border-color:#d1d5db}.mixer-checkbox-label{display:flex;align-items:center;gap:12px;cursor:pointer;flex:1}.mixer-actions{display:flex;gap:4px;opacity:0;transition:opacity .2s ease}.mixer-item:hover .mixer-actions{opacity:1}.mixer-edit-button,.mixer-delete-button{background:none;border:none;padding:4px 6px;border-radius:4px;cursor:pointer;font-size:.8rem;transition:all .2s ease}.mixer-edit-button{color:#3b82f6}.mixer-edit-button:hover{background:#dbeafe}.mixer-delete-button{color:#ef4444}.mixer-delete-button:hover{background:#fef2f2}.mixer-checkbox{width:18px;height:18px;accent-color:#3b82f6}.mixer-info{display:flex;justify-content:space-between;align-items:center;flex:1}.mixer-name{font-weight:600;color:#1f2937;font-size:.95rem}.mixer-price{font-weight:600;color:#059669;font-size:.9rem}.mixer-checkbox:checked+.mixer-info .mixer-name{color:#3b82f6}.mixer-checkbox:checked+.mixer-info .mixer-price{color:#1d4ed8}.mixer-price-help{color:#6b7280;font-size:.8rem;margin-top:4px;line-height:1.4}.sponsor-carousel{width:100%;max-width:1200px;margin:0 auto 20px;padding:0 20px}.sponsor-carousel-container{position:relative;width:100%;height:150px;border-radius:12px;overflow:hidden;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000001a}.sponsor-carousel-slide{width:100%;height:100%;position:relative}.sponsor-carousel-link{display:block;width:100%;height:100%;text-decoration:none;transition:transform .3s ease}.sponsor-carousel-link:hover{transform:scale(1.02)}.sponsor-carousel-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.sponsor-carousel-fallback{width:100%;height:100%;display:none;align-items:center;justify-content:center;background:rgba(255,255,255,.1);border:2px dashed rgba(255,255,255,.3)}.sponsor-banner-text{color:#fffc;font-size:1.8rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3);letter-spacing:1px}.sponsor-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.5);color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:20px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.sponsor-carousel-arrow:hover{background:rgba(0,0,0,.7);transform:translateY(-50%) scale(1.1)}.sponsor-carousel-arrow-prev{left:15px}.sponsor-carousel-arrow-next{right:15px}.sponsor-carousel-dots{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.sponsor-carousel-dot{width:12px;height:12px;border-radius:50%;border:none;background:rgba(255,255,255,.5);cursor:pointer;transition:all .3s ease}.sponsor-carousel-dot:hover{background:rgba(255,255,255,.8);transform:scale(1.2)}.sponsor-carousel-dot.active{background:white;transform:scale(1.3)}.size-options{display:flex;flex-direction:column;gap:12px;margin-top:8px}.size-option{flex:1;display:flex;align-items:center;padding:16px;border:2px solid #e1e8ed;border-radius:12px;cursor:pointer;transition:all .3s ease;background:white}.size-option:hover{border-color:#667eea;background:#f8f9ff}.size-option:has(.size-radio:checked){border-color:#667eea;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.size-radio{position:absolute;opacity:0;pointer-events:none}.size-option-content{display:flex;justify-content:space-between;align-items:center;flex:1;text-align:left}.size-option-label{font-weight:600;font-size:16px}.size-option-price{font-size:18px;font-weight:700;color:inherit}.mixer-options{display:flex;flex-direction:column;gap:8px;margin-top:8px}.mixer-option{display:flex;align-items:center;padding:12px 16px;border:2px solid #e1e8ed;border-radius:12px;cursor:pointer;transition:all .3s ease;background:white;justify-content:flex-start;text-align:left;position:relative}.mixer-option:before{content:"";position:absolute;left:12px;top:50%;transform:translateY(-50%);width:20px;height:20px;border:2px solid #d1d5db;border-radius:50%;background:white;transition:all .3s ease;flex-shrink:0}.mixer-option:hover{border-color:#667eea;background:#f8f9ff}.mixer-option:hover:before{border-color:#667eea}.mixer-option:has(.mixer-radio:checked):before{border-color:#667eea;background:#667eea}.mixer-option:has(.mixer-radio:checked):after{content:"";position:absolute;left:18px;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background:white}.mixer-option:has(.mixer-radio:checked){border-color:#667eea;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;transform:translateY(-1px);box-shadow:0 4px 15px #667eea33}.mixer-radio{position:absolute;opacity:0;pointer-events:none}.mixer-option-content{display:flex;justify-content:space-between;align-items:center;flex:1;padding-left:40px}.mixer-option-label{font-weight:500;font-size:16px}.mixer-option-price{font-size:14px;font-weight:600;color:inherit}@media (max-width: 768px){.sponsor-carousel{padding:0 16px;margin-bottom:16px}.sponsor-carousel-container{height:150px}.sponsor-carousel-arrow{width:35px;height:35px;font-size:18px}.size-options{gap:8px}.size-option{padding:20px 16px}.size-option-label{font-size:18px}.size-option-price{font-size:15px}.mixer-option{padding:16px}.mixer-option-label{font-size:18px}.mixer-option-price{font-size:16px}.mixer-radio{transform:scale(1.8)}.sponsor-carousel-arrow-prev{left:10px}.sponsor-carousel-arrow-next{right:10px}.sponsor-carousel-dots{bottom:10px}.sponsor-carousel-dot{width:10px;height:10px}.sponsor-banner-text{font-size:1.4rem}}@media (max-width: 480px){.sponsor-carousel{padding:0 12px}.sponsor-carousel-container{height:150px}.sponsor-carousel-arrow{width:30px;height:30px;font-size:16px}.sponsor-carousel-arrow-prev{left:8px}.sponsor-carousel-arrow-next{right:8px}.sponsor-carousel-dots{bottom:8px}.sponsor-carousel-dot{width:8px;height:8px}.sponsor-banner-text{font-size:1.2rem}}
