.header{position:fixed;top:0;left:0;width:100vw;height:60px;display:flex;align-items:center;padding:0 20px;border-bottom:2px solid #ccc;background-color:#fff;z-index:999;color:#333;box-sizing:border-box}.logo{cursor:pointer}.logoImage{height:40px}.spacer{flex:1}.selector{padding:6px 10px;font-size:14px;border:1px solid #ccc;border-radius:4px;background-color:#fff;cursor:pointer}.icon{font-size:20px;color:#333;cursor:pointer;margin-left:20px}.desktopIcons{display:flex;align-items:center;gap:0}.hamburger{display:none;cursor:pointer}.account-wrapper{position:relative;display:inline-block}.account-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;transition:background-color .2s}.account-icon:hover{background-color:#f0f0f0}.account-dropdown{position:absolute;top:calc(100% + 8px);right:0;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:220px;z-index:1000;overflow:hidden;animation:dropdownFadeIn .2s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{padding:12px 16px;background-color:#f8f9fa;border-bottom:1px solid #e0e0e0}.dropdown-user-name{font-size:14px;font-weight:600;color:#333;margin-bottom:4px}.dropdown-user-email{font-size:12px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-divider{height:1px;background-color:#e0e0e0;margin:4px 0}.dropdown-item{padding:10px 16px;font-size:14px;color:#333;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;gap:8px}.dropdown-item:hover{background-color:#f8f9fa}.dropdown-item.logout{color:#dc3545}.dropdown-item.logout:hover{background-color:#fff5f5}.mobileMenu{position:absolute;top:60px;right:0;background-color:#fff;border:1px solid #ccc;border-radius:0 0 0 8px;padding:10px;z-index:1000;display:flex;flex-direction:column;align-items:flex-start;gap:0;min-width:200px;box-shadow:0 4px 12px #00000026}.mobileMenuItem{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:10px;padding:12px 16px;box-sizing:border-box;cursor:pointer;transition:background-color .2s;border-radius:4px}.mobileMenuItem:hover{background-color:#f8f9fa}.mobileMenuItem.indent{padding-left:32px}.label{font-size:14px;color:#333}@media screen and (max-width: 768px){.desktopIcons{display:none}.hamburger{display:block}}@media screen and (max-width: 400px){.account-dropdown{min-width:180px;right:-20px}}._container_lu3iv_7{max-width:1200px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._header_lu3iv_21{margin-bottom:30px;text-align:center;padding-bottom:20px;border-bottom:3px solid #14B8A6}._title_lu3iv_35{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:8px}._subtitle_lu3iv_49{font-size:1.1rem;color:#6b7280;font-weight:500}._actionGrid_lu3iv_63{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px}._actionButton_lu3iv_77{background:#fff;border:3px solid #14B8A6;color:#374151;font-weight:700;font-size:1.1rem;padding:30px 20px;border-radius:12px;min-height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}._actionButton_lu3iv_77:hover{background:#f0fdfa;border-color:#0d9488;transform:translateY(-2px);box-shadow:0 8px 25px #14b8a626}._actionButton_lu3iv_77:disabled{background:#f9fafb;border-color:#d1d5db;color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}._actionButton_lu3iv_77:disabled:hover{background:#f9fafb;border-color:#d1d5db}._actionIcon_lu3iv_153{font-size:2.5rem;margin-bottom:12px;color:#14b8a6}._actionButton_lu3iv_77:disabled ._actionIcon_lu3iv_153{color:#9ca3af}._playlistGrid_lu3iv_175{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:25px;margin-bottom:40px}._playlistCard_lu3iv_189{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:25px;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}._playlistCard_lu3iv_189:hover{border-color:#14b8a6;box-shadow:0 8px 25px #14b8a626;transform:translateY(-2px)}._playlistHeader_lu3iv_219{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}._playlistInfo_lu3iv_233{display:flex;align-items:center;flex:1}._colorIndicator_lu3iv_245{width:24px;height:24px;border-radius:6px;margin-right:15px;border:2px solid #e5e7eb;flex-shrink:0}._playlistTitle_lu3iv_263{font-size:1.3rem;font-weight:700;color:#111827;margin-bottom:6px;line-height:1.3}._playlistMeta_lu3iv_279{font-size:.95rem;color:#6b7280;font-weight:600;display:flex;align-items:center;gap:8px}._playlistActions_lu3iv_297{display:flex;gap:8px;flex-shrink:0}._iconButton_lu3iv_309{background:#fff;border:2px solid;padding:10px;border-radius:8px;cursor:pointer;font-weight:700;transition:all .2s ease;display:flex;align-items:center;justify-content:center}._iconButton_lu3iv_309._primary_lu3iv_335{border-color:#14b8a6;color:#14b8a6}._iconButton_lu3iv_309._primary_lu3iv_335:hover{background:#f0fdfa}._iconButton_lu3iv_309._danger_lu3iv_353{border-color:#ef4444;color:#ef4444}._iconButton_lu3iv_309._danger_lu3iv_353:hover{background:#fef2f2}._addTrackButton_lu3iv_371{min-width:110px;padding:10px 16px;border-color:#14b8a6;color:#14b8a6;background:#fff;font-weight:600;gap:6px}._addTrackButton_lu3iv_371:hover{background:#f0fdfa}._playlistDescription_lu3iv_399{font-size:.9rem;color:#4b5563;font-weight:500;margin-bottom:15px;line-height:1.5}._playlistDate_lu3iv_415{font-size:.8rem;color:#9ca3af;font-weight:600}._emptyState_lu3iv_429{text-align:center;padding:60px 20px;background:#fff;border:2px solid #e5e7eb;border-radius:12px;color:#6b7280}._emptyIcon_lu3iv_447{font-size:4rem;color:#14b8a6;margin-bottom:20px;opacity:.6}._emptyTitle_lu3iv_461{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:10px}._emptyDescription_lu3iv_475{font-size:1rem;margin-bottom:30px;font-weight:500}._primaryButton_lu3iv_489{background:#14b8a6;color:#fff;border:none;font-weight:700;font-size:1rem;padding:15px 30px;border-radius:8px;cursor:pointer;transition:all .2s ease}._primaryButton_lu3iv_489:hover{background:#0d9488;transform:translateY(-1px);box-shadow:0 4px 12px #14b8a64d}._modalOverlay_lu3iv_527{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:50;padding:20px}._modal_lu3iv_527{background:#fff;border-radius:12px;border:2px solid #14B8A6;padding:30px;width:100%;max-width:500px;box-shadow:0 20px 50px #0000004d}._modalLarge_lu3iv_575{max-width:900px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}._modalHeader_lu3iv_591{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}._modalTitle_lu3iv_605{font-size:1.6rem;font-weight:700;color:#111827}._closeButton_lu3iv_617{background:#fff;border:2px solid #6b7280;color:#374151;padding:8px;border-radius:6px;cursor:pointer;font-weight:700;transition:all .2s ease}._closeButton_lu3iv_617:hover{background:#f9fafb}._formGroup_lu3iv_649{margin-bottom:20px}._label_lu3iv_657{display:block;font-size:.9rem;font-weight:700;color:#374151;margin-bottom:8px}._input_lu3iv_673,._textarea_lu3iv_673,._select_lu3iv_673{width:100%;border:2px solid #14B8A6;border-radius:8px;padding:12px 15px;font-size:.95rem;font-weight:500;transition:all .2s ease;box-sizing:border-box}._input_lu3iv_673:focus,._textarea_lu3iv_673:focus,._select_lu3iv_673:focus{outline:none;border-color:#0d9488;box-shadow:0 0 0 3px #14b8a61a}._colorInput_lu3iv_707{height:50px;border:2px solid #14B8A6;border-radius:8px;cursor:pointer}._checkbox_lu3iv_721{margin-right:10px;transform:scale(1.2)}._checkboxLabel_lu3iv_731{display:flex;align-items:center;font-weight:700;color:#374151;cursor:pointer}._buttonGroup_lu3iv_749{display:flex;gap:15px}._button_lu3iv_749{flex:1;font-weight:700;font-size:.95rem;padding:15px 20px;border-radius:8px;cursor:pointer;transition:all .2s ease;border:2px solid}._button_lu3iv_749._secondary_lu3iv_781{background:#fff;border-color:#6b7280;color:#374151}._button_lu3iv_749._secondary_lu3iv_781:hover{background:#f9fafb}._button_lu3iv_749._primary_lu3iv_335{background:#14b8a6;border-color:#14b8a6;color:#fff}._button_lu3iv_749._primary_lu3iv_335:hover{background:#0d9488;border-color:#0d9488}._trackManager_lu3iv_825{display:grid;grid-template-columns:1fr 1fr;gap:25px;height:400px}._trackSection_lu3iv_839{display:flex;flex-direction:column}._trackSectionHeader_lu3iv_849{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}._trackSectionTitle_lu3iv_863{font-size:1.2rem;font-weight:700;color:#111827}._searchInput_lu3iv_875{border:2px solid #14B8A6;border-radius:6px;padding:8px 12px;font-size:.85rem;font-weight:500;width:200px}._trackList_lu3iv_893{border:2px solid #14B8A6;border-radius:8px;padding:15px;flex:1;overflow-y:auto;background:#fafafa}._trackItem_lu3iv_911{display:flex;justify-content:space-between;align-items:center;padding:12px;border-radius:6px;transition:background .2s ease;margin-bottom:8px;background:#fff;border:1px solid #e5e7eb}._trackItem_lu3iv_911:hover{background:#f0fdfa}._trackInfo_lu3iv_943{display:flex;align-items:center;flex:1}._trackNumber_lu3iv_955{font-size:.85rem;color:#14b8a6;font-weight:700;margin-right:15px;min-width:25px}._trackDetails_lu3iv_971 h4{font-weight:700;color:#111827;margin-bottom:4px;font-size:.95rem}._trackDetails_lu3iv_971 p{font-size:.85rem;color:#6b7280;font-weight:500}._trackEmptyState_lu3iv_997{text-align:center;color:#6b7280;padding:40px 20px}._trackEmptyIcon_lu3iv_1009{font-size:2.5rem;color:#14b8a6;margin-bottom:15px;opacity:.6}._loading_lu3iv_1025{display:flex;items-center:center;justify-content:center;height:300px;font-size:1.2rem;font-weight:700;color:#6b7280}@media (max-width: 768px){._container_lu3iv_7{padding:15px}._actionGrid_lu3iv_63{grid-template-columns:1fr;gap:15px}._playlistGrid_lu3iv_175{grid-template-columns:1fr;gap:20px}._trackManager_lu3iv_825{grid-template-columns:1fr;height:auto;gap:20px}._playlistHeader_lu3iv_219{flex-direction:column;align-items:flex-start;gap:15px}._playlistActions_lu3iv_297{align-self:flex-end}}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;padding:1rem}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}.product-card.out-of-stock{opacity:.6;cursor:not-allowed}.product-image{width:100%;height:200px;background:#f5f5f5;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:4rem;background:linear-gradient(135deg,#667eea,#764ba2)}.product-out-of-stock-badge{position:absolute;top:10px;right:10px;background:#ff0000e6;color:#fff;padding:.5rem 1rem;border-radius:8px;font-weight:600;font-size:.9rem}.product-info{padding:1.5rem;flex:1;display:flex;flex-direction:column}.product-name{margin:0 0 .5rem;font-size:1.2rem;font-weight:600;color:#333}.product-price{font-size:1.5rem;font-weight:700;color:#667eea;margin-bottom:1rem}.product-stock{margin-bottom:1rem}.product-stock-bar{width:100%;height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.product-stock-fill{height:100%;background:linear-gradient(90deg,#4caf50,#8bc34a);transition:width .3s ease}.product-stock-text{font-size:.9rem;color:#666}.product-actions{display:flex;gap:.5rem;margin-top:auto}.btn{flex:1;padding:.75rem 1rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #667eea66}.btn-secondary{background:#f5f5f5;color:#333}.btn-secondary:hover:not(:disabled){background:#e0e0e0}.btn:disabled{opacity:.5;cursor:not-allowed}.product-grid-loading,.product-grid-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#fff}.product-grid-loading .spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.product-grid-empty h2{font-size:2rem;margin-bottom:.5rem}.product-grid-empty p{font-size:1.2rem;opacity:.8}.cart{display:flex;flex-direction:column;height:100%}.cart-title{margin:0 0 1.5rem;font-size:1.5rem;font-weight:700;color:#333}.cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#999}.cart-empty span{font-size:4rem;margin-top:1rem}.cart-items{flex:1;overflow-y:auto;margin-bottom:1.5rem}.cart-item{padding:1rem;background:#f9f9f9;border-radius:12px;margin-bottom:1rem}.cart-item-info{margin-bottom:.75rem}.cart-item-name{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#333}.cart-item-price{margin:0;font-size:.9rem;color:#666}.cart-item-controls{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.cart-quantity-btn{width:32px;height:32px;border:1px solid #ddd;background:#fff;border-radius:6px;font-size:1.2rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.cart-quantity-btn:hover{background:#f0f0f0;border-color:#667eea}.cart-quantity{min-width:30px;text-align:center;font-weight:600;color:#333}.cart-remove-btn{width:32px;height:32px;border:1px solid #ff4444;background:#fff;color:#f44;border-radius:6px;font-size:1.5rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;margin-left:auto}.cart-remove-btn:hover{background:#f44;color:#fff}.cart-item-total{font-size:1.1rem;font-weight:700;color:#667eea;text-align:right}.cart-footer{border-top:2px solid #e0e0e0;padding-top:1.5rem}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cart-total-label{font-size:1.2rem;font-weight:600;color:#333}.cart-total-amount{font-size:1.8rem;font-weight:700;color:#667eea}.cart-checkout-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .2s ease}.cart-checkout-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.cart-checkout-btn:disabled{opacity:.5;cursor:not-allowed}.cart-items::-webkit-scrollbar{width:8px}.cart-items::-webkit-scrollbar-track{background:#f0f0f0;border-radius:4px}.cart-items::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.cart-items::-webkit-scrollbar-thumb:hover{background:#999}.payment-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.payment-modal{background:#fff;border-radius:20px;padding:2rem;max-width:500px;width:90%;position:relative;animation:slideUp .3s ease;box-shadow:0 10px 40px #0000004d}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.payment-modal-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border:none;background:#f0f0f0;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.payment-modal-close:hover{background:#e0e0e0;transform:scale(1.1)}.payment-modal-content{text-align:center}.payment-modal-content h2{margin:0 0 1rem;font-size:1.8rem;color:#333}.payment-total{font-size:1.5rem;font-weight:700;color:#667eea;margin-bottom:2rem}.payment-methods{display:flex;flex-direction:column;gap:1rem}.payment-method-btn{padding:1.5rem;border:2px solid #e0e0e0;background:#fff;border-radius:12px;font-size:1.2rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:1rem;transition:all .2s ease}.payment-method-btn:hover{border-color:#667eea;background:#f8f9ff}.payment-method-btn.active{border-color:#667eea;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.payment-method-icon{font-size:2rem}.payment-qr-container{background:#fff;padding:1.5rem;border-radius:12px;margin:2rem 0;display:inline-block;box-shadow:0 4px 12px #0000001a}.payment-instructions{color:#666;margin:1rem 0;font-size:1rem}.payment-order-info{color:#999;font-size:.9rem;margin:.5rem 0}.payment-status{margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.payment-status-spinner{width:40px;height:40px;border:4px solid #f0f0f0;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.payment-status p{color:#666;font-size:1rem}.machine-status{display:flex;align-items:center;gap:1rem}.machine-status-indicator{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f0f0f0;border-radius:20px}.machine-status-dot{width:12px;height:12px;border-radius:50%;background:#999;animation:pulse 2s infinite}.machine-status-dot.online{background:#4caf50}.machine-status-dot.offline{background:#f44336}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.machine-status-text{font-weight:600;color:#333}.machine-status-details{display:flex;flex-direction:column;font-size:.9rem;color:#666}.machine-status-time{font-size:.85rem}.machine-status-refresh{width:40px;height:40px;border:none;background:#f0f0f0;border-radius:50%;font-size:1.2rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.machine-status-refresh:hover{background:#e0e0e0;transform:rotate(180deg)}.vending-kiosk{width:100vw;height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.vending-kiosk-header{background:#fffffff2;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px #0000001a;z-index:10}.vending-kiosk-header h1{margin:0;font-size:2rem;font-weight:700;color:#333}.vending-kiosk-content{flex:1;display:flex;gap:2rem;padding:2rem;overflow:hidden}.vending-kiosk-main{flex:1;overflow-y:auto;padding-right:1rem}.vending-kiosk-sidebar{width:400px;background:#fffffff2;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;overflow:hidden}.vending-kiosk-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:#f5f5f5;color:#333}.vending-kiosk-error h2{font-size:2rem;margin-bottom:1rem}.vending-kiosk-error p{font-size:1.2rem;color:#666}.vending-kiosk-main::-webkit-scrollbar{width:12px}.vending-kiosk-main::-webkit-scrollbar-track{background:#ffffff1a;border-radius:6px}.vending-kiosk-main::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:6px}.vending-kiosk-main::-webkit-scrollbar-thumb:hover{background:#ffffff80}@media (max-width: 1024px){.vending-kiosk-content{flex-direction:column}.vending-kiosk-sidebar{width:100%;max-height:400px}}
