:root{line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;margin:0;min-height:100vh;background:linear-gradient(45deg,#8b4513 25%,sienna 25% 50%,#8b4513 50% 75%,sienna 75%);background-size:20px 20px}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){a:hover{color:#747bff}button{background-color:#f9f9f9}}header nav a{color:#5a3e1b}header nav a:hover{color:#5a3e1b}*{box-sizing:border-box}.login-page{position:fixed;top:0;left:0;width:100vw;height:100vh;background:url(/images/login-bg.jpg) center/cover no-repeat;display:flex;align-items:center;justify-content:center;margin:0;padding:1rem;z-index:1}.login-logo{margin-bottom:1.5rem;text-align:center}.login-logo img{width:200px;height:auto;opacity:.95}.login-form{background-color:#f0ebe1f2;padding:2rem 2rem 2.5rem;border-radius:1rem;box-shadow:0 8px 32px #0003;width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center;border:1px solid rgba(139,69,19,.2)}.login-form h2{margin-bottom:1.5rem;margin-top:0;color:#3d2b1f;text-align:center;font-size:1.875rem}.login-form label{align-self:flex-start;margin-bottom:.25rem;font-weight:700;color:#5a3e1b}.login-input{width:100%;padding:.75rem 1rem;border:1px solid #D3B8AE;border-radius:.5rem;margin-bottom:1.25rem;font-size:1rem;box-sizing:border-box;background-color:#ffffffe6}.login-input:focus{outline:none;border-color:#8b4513;box-shadow:0 0 0 2px #8b451333;background-color:#fff}.login-button{width:100%;padding:.75rem;background:linear-gradient(135deg,#8b4513,sienna);color:#fff;border:none;border-radius:.75rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #8b45134d}.login-button:hover{background:linear-gradient(135deg,sienna,#8b4513);transform:translateY(-1px);box-shadow:0 4px 12px #8b451366}.login-button:active{transform:translateY(0);box-shadow:0 2px 6px #8b45134d}.login-button:disabled{background:tan;cursor:not-allowed;transform:none;box-shadow:none}.login-error{align-self:flex-start;color:#b91c1c;background-color:#fee2e2;padding:.75rem;border-radius:.5rem;margin-bottom:1rem;width:100%;text-align:center;border:1px solid #B91C1C;box-sizing:border-box}.login-error.pending{background:#fff3e0;border-left:4px solid #ff9800;color:#e65100}.login-error.disabled{background:#ffebee;border-left:4px solid #f44336;color:#c62828}.login-error.credentials{background:#fff3e0;border-left:4px solid #ff9800;color:#e65100}.login-error.network{background:#f3e5f5;border-left:4px solid #9c27b0;color:#7b1fa2}.login-footer{margin-top:20px;text-align:center;padding-top:15px;border-top:1px solid rgba(139,69,19,.2)}.login-footer a{color:#8b4513;text-decoration:none;font-weight:700;transition:color .2s ease}.login-footer a:hover{color:sienna;text-decoration:underline}@media (max-width: 480px){.login-logo img{width:160px;opacity:.95}.login-logo{margin-bottom:1.25rem}.login-form{padding:1.75rem 1.5rem 2rem;max-width:380px}}.register-page{min-height:100vh;width:100vw;background:url(/images/register-bg.jpg) center/cover no-repeat;display:flex;align-items:center;justify-content:center;box-sizing:border-box;position:relative;z-index:1;margin:0;padding:0}.register-form{background-color:#ffffffe6;padding:2.5rem 2rem;border-radius:1rem;box-shadow:0 4px 12px #00000026;width:100%;max-width:450px;display:flex;flex-direction:column;align-items:center;margin:0 1rem}.register-form h2{margin-bottom:1.5rem;color:#3d2b1f;text-align:center}.register-input-group{width:100%;margin-bottom:1.25rem}.register-form label{display:block;margin-bottom:.25rem;font-weight:700;color:#5a3e1b;text-align:left}.register-input{width:100%;padding:.75rem 1rem;border:1px solid #D3B8AE;border-radius:.5rem;font-size:1rem;box-sizing:border-box}.register-input:focus{outline:none;border-color:#264653;box-shadow:0 0 0 2px #26465333}.register-button{width:100%;padding:.75rem;background-color:#264653;color:#fff;border:none;border-radius:.75rem;font-size:1.125rem;cursor:pointer;transition:background-color .2s ease;margin-top:1rem}.register-button:hover{background-color:#1b3642}.register-button:disabled{background-color:#ccc;cursor:not-allowed}.register-success{color:#2d5a27;background-color:#d4f4dd;padding:.75rem;border-radius:.5rem;margin-top:1rem;text-align:center;border:1px solid #2D5A27;width:100%;box-sizing:border-box}.register-error{color:#b91c1c;background-color:#fee2e2;padding:.75rem;border-radius:.5rem;margin-top:1rem;text-align:center;border:1px solid #B91C1C;width:100%;box-sizing:border-box}.register-password-field{position:relative;width:100%;display:flex;align-items:center}.register-toggle-button{position:absolute;right:1rem;background:transparent;border:none;cursor:pointer;font-size:1.15rem;color:#5a3e1b;padding:0 .2rem;z-index:2}.register-toggle-button:focus{outline:2px solid #264653}.password-toggle-group{margin-bottom:1rem}.password-checklist{margin:.5rem 0 .2rem;padding-left:1.2em;font-size:.98rem;color:#333;list-style:none}.password-checklist li{margin-bottom:2px}.password-checklist .met{color:#2d5a27}.password-checklist .unmet{color:#b91c1c}.password-match{font-size:.98rem;margin-top:.15rem}.password-match.met{color:#2d5a27}.password-match.unmet{color:#b91c1c}.password-strong-hint{color:#2d5a27;margin-top:.3rem;font-weight:600;text-align:center}.register-success-page{background:#fff;padding:40px;border-radius:16px;box-shadow:0 12px 32px #00000040;text-align:center;max-width:500px;margin:0 auto}.register-success-page h2{color:#4caf50;margin-bottom:30px;font-size:28px}.register-success-page .success-message{font-weight:700;color:#2e7d32;margin-bottom:15px;font-size:16px;text-align:center}.register-success-page .success-details{color:#388e3c;margin-bottom:25px;line-height:1.5;text-align:center}.success-info h3{margin:0 0 15px;color:#333;font-size:18px}.register-button.primary:hover{background:#45a049}.register-button.secondary:hover{background:#eee}.register-success{background:#e8f5e8;border:1px solid #4caf50;border-radius:8px;padding:20px;margin:15px 0}.register-success .success-message{font-weight:700;color:#2e7d32;margin-bottom:10px;font-size:16px}.register-success .success-details{color:#388e3c;margin-bottom:15px;line-height:1.5}.register-success .success-actions{border-top:1px solid #a5d6a7;padding-top:15px;margin-top:15px}.register-success .success-actions p{margin:0;color:#2e7d32}.register-success .success-actions a{color:#1976d2;text-decoration:none;font-weight:700}.register-success .success-actions a:hover{text-decoration:underline}.login-error{border-radius:8px;padding:15px;margin:15px 0;border-left:4px solid #f44336}.login-error.pending{background:#fff3e0;border-left-color:#ff9800;color:#e65100}.login-error.disabled{background:#ffebee;border-left-color:#f44336;color:#c62828}.login-error.credentials{background:#fff3e0;border-left-color:#ff9800;color:#e65100}.login-error.network{background:#f3e5f5;border-left-color:#9c27b0;color:#7b1fa2}.login-error .error-message{font-weight:700;margin-bottom:10px}.login-error .error-help{margin-top:15px;padding-top:15px;border-top:1px solid rgba(0,0,0,.1)}.login-error .error-help p{margin:5px 0;font-size:14px}.login-error .error-help ul{margin:8px 0;padding-left:20px}.login-error .error-help li{margin:4px 0;font-size:14px}.login-footer{margin-top:20px;text-align:center;padding-top:15px;border-top:1px solid #eee}.login-footer p{margin:0;color:#666;font-size:14px}.login-footer a{color:#1976d2;text-decoration:none;font-weight:700}.login-footer a:hover{text-decoration:underline}.home-page{min-height:calc(100vh - 4rem);background-image:url(/images/home-bg.jpg);display:flex;align-items:center;justify-content:center;box-sizing:border-box;position:relative;z-index:1;padding:1rem}.home-container{background:#ffffffe6;padding:2rem;border-radius:16px;text-align:center;max-width:600px;box-shadow:0 4px 12px #0000001a;width:100%}.welcome-section{margin-bottom:2rem}.welcome-message{color:#5a3e1b;font-size:1.1rem;margin-top:1rem}.reports-section{margin-bottom:2rem}.reports-section h2{color:#3d2b1f;margin-bottom:1.5rem}.reports-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.report-category{text-align:left}.report-category h3{color:#5a3e1b;margin-bottom:1rem;font-size:1.2rem}.report-links{display:flex;flex-direction:column;gap:.75rem}.report-button{display:flex;flex-direction:column;align-items:flex-start;padding:1rem;border:2px solid #264653;border-radius:.5rem;background:#fff;color:#264653;text-align:left;cursor:pointer;transition:all .2s ease;font-size:1rem;font-weight:600;width:100%;box-sizing:border-box}.report-button.primary{background:#264653;color:#fff}.report-button.primary:hover{background:#1b3642;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.report-button.coming-soon{background:#f5f5f5;color:#888;border-color:#ccc;cursor:not-allowed}.report-button:not(.coming-soon):not(:disabled):hover{background:#e8f4f8;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.report-description{font-size:.85rem;font-weight:400;margin-top:.25rem;color:inherit;opacity:.8}.user-section{margin-bottom:2rem}.user-section h2{color:#3d2b1f;margin-bottom:1rem}.account-links{display:flex;flex-direction:column;gap:.75rem}.account-button{display:flex;flex-direction:column;align-items:flex-start;padding:1rem;border:2px solid #6A4C93;border-radius:.5rem;background:#6a4c93;color:#fff;text-align:left;cursor:pointer;transition:all .2s ease;font-size:1rem;font-weight:600;width:100%;box-sizing:border-box}.account-button:hover{background:#5a3e7c;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.account-button.coming-soon{background:#f5f5f5;color:#888;border-color:#ccc;cursor:not-allowed}.auth-section{text-align:center}.auth-section h2{color:#3d2b1f;margin-bottom:1rem}.auth-section p{color:#5a3e1b;margin-bottom:1.5rem}.auth-buttons{display:flex;flex-direction:column;gap:.75rem}.auth-button{padding:.75rem 1.5rem;border:2px solid #264653;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%;box-sizing:border-box}.auth-button.primary{background:#264653;color:#fff}.auth-button.primary:hover{background:#1b3642}.auth-button.secondary{background:#fff;color:#264653}.auth-button.secondary:hover{background:#e8f4f8}@media (max-width: 768px){.home-page{padding:.5rem;min-height:calc(100vh - 4rem)}.home-container{padding:1.5rem;max-width:100%}.welcome-section h1{font-size:2rem}.reports-grid{gap:1.5rem}.report-button,.account-button,.auth-button{padding:.875rem;font-size:.9rem}.report-description{font-size:.8rem}}@media (max-width: 480px){.home-container{padding:1rem}.welcome-section h1{font-size:1.75rem}.report-category h3{font-size:1.1rem}.reports-section h2,.user-section h2,.auth-section h2{font-size:1.3rem}}.admin-page{padding:2rem;min-height:calc(100vh - 4rem);width:100vw;background:url(/images/admin-bg.jpg) center/cover no-repeat;box-sizing:border-box;position:relative;z-index:1;margin-left:calc(-50vw + 50%)}.admin-container{background:#fffffff2;padding:2rem;border-radius:.5rem;box-shadow:0 4px 12px #0003}.user-table{width:100%;border-collapse:separate;border-spacing:0 1rem}.user-table thead th{padding:.75rem 1rem;background:#fffc;color:#3d2b1f;text-align:left;border-bottom:2px solid #8C6B3D}.user-table tbody tr{display:table-row;background-color:#f6e0c4;border:3px solid #8C6B3D;border-radius:.5rem;overflow:hidden}.user-table tbody td{padding:.75rem 1rem;border-bottom:1px solid #ccc}.user-table tbody td:not(:last-child){border-right:1px solid #ccc}.reset-password-btn{background:linear-gradient(135deg,#d32f2f,#b71c1c);color:#fff;border:none;padding:8px 12px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .3s ease;min-width:120px}.reset-password-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px #d32f2f4d}.reset-password-btn:disabled{background:#ccc;cursor:not-allowed;transform:none;opacity:.7}.reset-password-btn:disabled[title*=active]{background:#ffcc80;color:#e65100}.profile-viewport{min-height:100vh;background-image:url(/images/profile-bg.jpg);background-size:cover;background-position:center;background-attachment:fixed;display:grid;place-items:center;padding:2rem}.profile-panel{width:min(1200px,100%);background:#ffffffe6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:16px;box-shadow:0 12px 32px #00000040;overflow:hidden}.profile-header{padding:1.5rem 1.75rem 1rem;border-bottom:1px solid rgba(0,0,0,.06);background:linear-gradient(180deg,#ffffffd9,#fff9)}.profile-header h1{margin:0 0 .25rem;font-size:1.6rem;color:#2a1a0a;letter-spacing:.2px}.profile-subtitle{margin:0;color:#6b5a4a}.profile-notice{margin:1rem 1.75rem;padding:1.25rem;background:linear-gradient(135deg,#e8f4fd,#f0f8ff);border:1px solid #b3d9f7;border-radius:12px;box-shadow:0 2px 8px #0000001a}.notice-content h3{margin:0 0 .5rem;color:#2c5282;font-size:1.1rem;font-weight:600}.notice-content p{margin:0 0 1rem;color:#4a5568;line-height:1.5}.watchlist-link-btn{display:inline-flex;align-items:center;padding:.75rem 1.5rem;background:#6a451f;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .2s ease;box-shadow:0 2px 4px #6a451f33}.watchlist-link-btn:hover{background:#7b5227;transform:translateY(-1px);box-shadow:0 4px 8px #6a451f4d;color:#fff;text-decoration:none}.profile-tabs{display:flex;border-bottom:1px solid rgba(0,0,0,.06);background:linear-gradient(180deg,#ffffffd9,#fff9)}.profile-tab{flex:1;padding:1rem 1.5rem;background:none;border:none;cursor:pointer;font-size:1rem;font-weight:600;color:#6b5a4a;transition:all .2s ease;position:relative}.profile-tab:hover{background:#b08c6e1a;color:#3b2a1a}.profile-tab.active{color:#3b2a1a;background:#b08c6e26}.profile-tab.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:#b08c6e}.profile-messages{padding:1rem 1.75rem 0}.profile-content{min-height:400px}.banner{padding:.75rem 1rem;border-radius:10px;margin-bottom:.75rem;font-weight:600}.banner-error{background:#ffe8e5;color:#8c1b11;border:1px solid #f3b0a9}.banner-success{background:#e9f8ee;color:#0f5a2a;border:1px solid #b9e3c9}.profile-form{padding:1.25rem 1.75rem 1.75rem}.form-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1rem 1rem}.form-field{grid-column:span 12;display:flex;flex-direction:column}@media (min-width: 720px){.form-field{grid-column:span 6}}.form-field label{font-weight:600;color:#3b2a1a;margin-bottom:.35rem}.form-field input{border:1px solid #d7cfc8;border-radius:10px;padding:.7rem .85rem;font-size:1rem;outline:none;background:#fff;transition:box-shadow .12s ease,border-color .12s ease}.form-field input:focus{border-color:#b08c6e;box-shadow:0 0 0 3px #b08c6e33}.form-field input.readonly{background:#f8f6f4;color:#6e6a66}.hint{color:#7a6b5d;margin-top:.35rem;font-size:.9rem}.password-section{margin-top:1.25rem;padding:1rem;border:1px dashed #d7cfc8;border-radius:12px;background:#fffdfb}.password-section legend{padding:0 .3rem;color:#4b3626;font-weight:700}.form-actions{margin-top:1.25rem;display:flex;gap:.75rem;justify-content:flex-end}.btn-primary{background:#6a451f;color:#fff;border:none;padding:.75rem 1.1rem;border-radius:999px;cursor:pointer;font-weight:700;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.btn-primary:hover{background:#7b5227;box-shadow:0 6px 18px #6a451f40;transform:translateY(-1px)}.btn-primary:disabled{background:#bda999;cursor:not-allowed;box-shadow:none;transform:none}@media (max-width: 768px){.profile-viewport{padding:1rem}.profile-header{padding:1.25rem 1.5rem .75rem}.profile-header h1{font-size:1.4rem}.profile-tab{padding:.875rem 1rem;font-size:.95rem}.profile-messages{padding:1rem 1.5rem 0}.profile-form{padding:1rem 1.5rem 1.5rem}}@media (max-width: 480px){.profile-viewport{padding:.5rem}.profile-header{padding:1rem 1.25rem .5rem}.profile-header h1{font-size:1.3rem}.profile-subtitle{font-size:.9rem}.profile-tab{padding:.75rem;font-size:.9rem}.profile-messages{padding:.75rem 1.25rem 0}.profile-form{padding:.875rem 1.25rem 1.25rem}.form-grid{gap:.875rem .875rem}}.arrivals-page{min-height:100vh;background:linear-gradient(135deg,#f8f6f4,#e8e6e4);padding:20px 0}.arrivals-container{max-width:1200px;margin:0 auto;padding:0 20px}.arrivals-header{text-align:center;margin-bottom:30px}.arrivals-header h1{color:#6a451f;margin-bottom:20px;font-size:2.5rem;font-weight:700}.date-navigation{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:20px;background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.nav-button{background:#8b4513;color:#fff;border:none;padding:12px 20px;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:130px}.nav-button:hover:not(:disabled){background:sienna;transform:translateY(-1px)}.nav-button:disabled{background:#ccc;cursor:not-allowed;transform:none}.current-date{text-align:center;min-width:200px}.current-date h2{color:#6a451f;margin:0;font-size:1.8rem;font-weight:600}.date-type{color:#888;font-size:.85rem;font-weight:400;text-transform:uppercase;letter-spacing:.5px}.arrivals-summary{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.arrivals-summary p{margin:0;color:#4b3626;font-size:1.1rem;font-weight:500}.refresh-button,.retry-button{background:#6a451f;color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-weight:600}.refresh-button:hover,.retry-button:hover{background:#8b5a2b}.arrivals-loading,.arrivals-error{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a}.arrivals-error h2{color:#d32f2f;margin-bottom:15px}.arrivals-error p{color:#666;margin-bottom:20px}.no-arrivals{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a}.no-arrivals h2{color:#6a451f;margin-bottom:15px}.no-arrivals p{color:#666;font-size:1.1rem}.arrivals-content{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 12px #0000001a}.product-list{margin-top:0}.store-details{font-size:12px;color:#666;line-height:1.3;margin-bottom:4px}.arrival-info{font-size:11px;color:#1976d2;font-weight:500;background:#e3f2fd;padding:2px 6px;border-radius:3px;display:inline-block}.arrival-info.new-stock{color:#d32f2f;background:#ffebee}.arrival-info.first{color:#f57c00;background:#fff3e0}.arrival-info.up{color:#388e3c;background:#e8f5e8}.first-arrival{font-weight:600;text-transform:uppercase;letter-spacing:.5px}.increase{font-weight:600}.available-dates-hint{margin-top:20px;padding:15px;background:#f5f5f5;border-radius:6px;color:#666}.available-dates-hint p{margin:0;font-size:.9rem}@media (max-width: 768px){.date-navigation{flex-direction:column;gap:1rem;padding:15px}.nav-button{width:100%;max-width:200px}.current-date h2{font-size:1.5rem}.arrivals-header h1{font-size:2rem}.arrivals-container{padding:0 15px}}@media (max-width: 480px){.date-navigation{padding:10px}.nav-button{padding:10px 15px;font-size:.85rem;min-width:120px}.current-date h2{font-size:1.3rem}.arrivals-header h1{font-size:1.8rem}.store-grid{grid-template-columns:1fr}}.arrivals-footer{margin-top:40px;padding:25px;background:linear-gradient(135deg,#f0ede8,#e8e6e4);border-radius:8px;border:1px solid #d0ccc8}.data-note{margin:0;color:#555;font-size:14px;text-align:center;line-height:1.6}@media (max-width: 768px){.arrivals-container{padding:0 10px}.arrivals-content{padding:20px}.arrivals-header h1{font-size:2rem}.arrivals-summary{flex-direction:column;text-align:center;gap:15px}.product-header{padding:15px;flex-direction:column;align-items:stretch}.product-summary{margin-right:0;margin-top:10px;justify-content:space-between}.store-grid{grid-template-columns:1fr;gap:10px}.store-item{padding:12px}.product-name{flex-direction:column;align-items:flex-start}.listing-badge{margin-left:0;margin-top:5px}}@media (max-width: 480px){.arrivals-header h1{font-size:1.8rem}.product-name{font-size:16px}.bottles-count{font-size:14px}.stores-count{font-size:12px}}.store-name-link{cursor:pointer;color:#8b4513;text-decoration:underline;font-weight:500;transition:color .2s ease}.current-inventory{min-height:100vh;background:linear-gradient(135deg,#f8f6f4,#e8e6e4);padding:20px 0}.inventory-container{max-width:1200px;margin:0 auto;padding:0 20px}.inventory-header{text-align:center;margin-bottom:30px}.inventory-header h1{color:#6a451f;margin-bottom:10px;font-size:2.5rem;font-weight:700}.last-updated{color:#666;font-style:italic}.inventory-loading,.inventory-error{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a}.retry-button{background:#6a451f;color:#fff;padding:12px 24px;border:none;border-radius:6px;cursor:pointer;margin-top:15px}.inventory-content{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 12px #0000001a}.compact-summary{background:linear-gradient(135deg,#f9f7f5,#f2f0ee);border:1px solid #e8e6e4;border-radius:8px;padding:15px;margin-bottom:20px}.summary-stats{display:flex;justify-content:space-around;align-items:center;margin-bottom:12px}.stat-item{text-align:center;flex:1}.stat-number{display:block;font-size:20px;font-weight:700;color:#6a451f;line-height:1}.stat-label{display:block;font-size:12px;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-top:2px}.type-badges{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;padding-top:12px;border-top:1px solid #e8e6e4}.type-badge{padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;cursor:pointer;border:none;background:none;position:relative}.type-badge:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.type-badge.allocation{background-color:#efc45133;color:#efc451;border:1px solid #efc451}.type-badge.allocation.active{background-color:#efc451;color:#fff}.type-badge.limited{background-color:#462c1b33;color:#462c1b;border:1px solid #462c1b}.type-badge.limited.active{background-color:#462c1b;color:#fff}.type-badge.barrel{background-color:#6b787d33;color:#6b787d;border:1px solid #6b787d}.type-badge.barrel.active{background-color:#6b787d;color:#fff}.type-badge.listed{background-color:#e8f5e8;color:#4caf50;border:1px solid #4caf50}.type-badge.listed.active{background-color:#4caf50;color:#fff}.type-badge.unknown{background-color:#f5f5f5;color:#666;border:1px solid #999}.type-badge.unknown.active{background-color:#666;color:#fff}.summary-grid,.listing-breakdown{display:none}.listing-breakdown h4{margin:0 0 15px;color:#333;font-size:16px;font-weight:600}.breakdown-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #eee}.breakdown-item:last-child{border-bottom:none}.breakdown-type{font-weight:500}.breakdown-stats{color:#666;font-size:14px}.listing-badge{padding:3px 8px;border-radius:4px;font-size:11px;font-weight:700;text-transform:uppercase;margin-left:8px;letter-spacing:.5px}.listing-badge.allocation{background-color:#efc451;color:#fff;border:1px solid #efc451}.listing-badge.limited{background-color:#462c1b;color:#fff;border:1px solid #462c1b}.listing-badge.barrel{background-color:#6b787d;color:#fff;border:1px solid #6b787d}.listing-badge.listed{background-color:#e8f5e8;color:#4caf50;border:1px solid #4caf50}.listing-badge.unknown{background-color:#f5f5f5;color:#666;border:1px solid #999}.filter-note{background:#fff3e0;border-left:4px solid #ff9800;padding:12px 15px;margin:15px 0;border-radius:4px;font-size:14px;color:#e65100}.product-list{margin-top:30px}.product-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:12px;overflow:hidden}.product-card:hover{box-shadow:0 4px 12px #0000001a}.product-header{width:100%;background:none;border:none;padding:20px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;text-align:left}.product-header:hover{background-color:#f8f6f4}.product-header.active{background-color:#f0ede8;border-bottom:1px solid #e0e0e0}.product-info{flex:1}.product-name{font-size:18px;font-weight:600;color:#333;margin-bottom:5px;display:flex;align-items:center;flex-wrap:wrap}.product-details{font-size:14px;color:#666}.product-summary{display:flex;gap:20px;align-items:center;margin-right:20px}.bottles-count,.stores-count{text-align:center}.bottles-count{color:#6a451f;font-weight:600;font-size:16px}.stores-count{color:#666;font-size:14px}.expand-icon{color:#6a451f;font-size:14px}.product-content{padding:0 20px 20px;background-color:#fafafa}.loading-stores{text-align:center;padding:20px;color:#666;font-style:italic}.store-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:15px;margin-top:15px}.store-item{background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:15px;display:flex;justify-content:space-between;align-items:center}.store-item:hover{border-color:#6a451f;box-shadow:0 2px 8px #6a451f1a}.store-item.mixed{border-left:4px solid #4caf50}.store-info{flex:1}.store-name{font-weight:600;color:#333;margin-bottom:3px;display:flex;align-items:center;gap:8px}.store-details{font-size:12px;color:#666;line-height:1.3}.mixed-badge{background:#4caf50;color:#fff;padding:2px 6px;border-radius:3px;font-size:10px;font-weight:700}.quantity-badge{background:#6a451f;color:#fff;padding:8px 12px;border-radius:6px;font-weight:700;font-size:16px;min-width:40px;text-align:center}.disclaimer{margin-top:40px;padding:25px;background:linear-gradient(135deg,#f0ede8,#e8e6e4);border-radius:8px;border:1px solid #d0ccc8}.disclaimer h3{color:#6a451f;margin:0 0 15px;font-size:18px}.disclaimer p{margin:0 0 10px;color:#555;line-height:1.6}.disclaimer p:last-child{margin-bottom:0}@media (max-width: 768px){.inventory-container{padding:0 10px}.inventory-content{padding:20px}.summary-grid{grid-template-columns:1fr;gap:15px}.product-header{padding:15px;flex-direction:column;align-items:stretch}.product-summary{margin-right:0;margin-top:10px;justify-content:space-between}.store-grid{grid-template-columns:1fr;gap:10px}.store-item{padding:12px}.breakdown-item{flex-direction:column;align-items:flex-start;gap:5px}.breakdown-stats{align-self:flex-end}}@media (max-width: 480px){.inventory-header h1{font-size:2rem}.product-name{font-size:16px;flex-direction:column;align-items:flex-start}.listing-badge{margin-left:0;margin-top:5px}.summary-number{font-size:24px}}.delivery-analysis{min-height:calc(100vh - 4rem);width:100vw;background-image:url(/images/home-bg.jpg);background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:flex-start;justify-content:center;box-sizing:border-box;position:relative;z-index:1;margin:0;padding:1rem}.analysis-container{background:#fffffff2;padding:2rem;border-radius:16px;max-width:1200px;width:100%;box-shadow:0 4px 12px #0000001a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.analysis-header{text-align:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #6a451f}.analysis-header h1{color:#3d2b1f;margin-bottom:.5rem;font-size:2rem}.analysis-header p{color:#5a3e1b;margin:0}.search-section,.options-section{background:#fffc;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:1.5rem;border-left:4px solid #6a451f}.search-section h2,.options-section h2{color:#3d2b1f;margin-top:0;margin-bottom:1rem;font-size:1.5rem}.search-input{width:100%;padding:15px;font-size:16px;border:2px solid #d7cfc8;border-radius:8px;transition:border-color .3s;box-sizing:border-box}.search-results{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #d7cfc8;border-top:none;border-radius:0 0 8px 8px;max-height:200px;overflow-y:auto;z-index:100;box-shadow:0 4px 6px #0000001a}.search-result-item{padding:12px;cursor:pointer;border-bottom:1px solid #f0ede8}.search-result-item:hover{background:#f8f6f4}.result-name{font-weight:600;margin-bottom:2px}.result-details{font-size:.9em;color:#6b5a4a}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:20px}.option-group label{font-weight:600;display:block;margin-bottom:8px;color:#3b2a1a}.select-input{width:100%;padding:8px;border:1px solid #d7cfc8;border-radius:4px;font-size:14px}.option-description{font-size:.85em;color:#6b5a4a;margin-top:5px}.action-buttons{display:flex;gap:10px;align-items:center}.generate-button,.refresh-button{border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-size:16px;font-weight:600;transition:background-color .2s}.generate-button{background:#6a451f;color:#fff}.generate-button:hover:not(:disabled){background:#5a3e1b}.generate-button:disabled{background:#bda999;cursor:not-allowed}.refresh-button{background:#28a745;color:#fff;padding:12px 20px}.refresh-button:hover:not(:disabled){background:#218838}.cache-status{margin-top:10px;padding:8px 12px;background:#f8f9fa;border-radius:4px;border-left:3px solid #28a745}.analysis-results{background:#fffc;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-top:1.5rem}.results-header{text-align:center;margin-bottom:1.5rem}.results-header h2{color:#3d2b1f;margin-bottom:.5rem;font-size:1.75rem}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;margin-bottom:30px}.summary-item{text-align:center;padding:20px;background:#f8f6f4;border-radius:8px;border-left:4px solid #6a451f}.summary-number{font-size:2em;font-weight:700;color:#5a3e1b}.summary-label{margin-top:5px;color:#6b5a4a;font-size:.9em}.alert{padding:12px;border-radius:6px;margin:16px 0}.alert.success{background:#e9f8ee;border-left:4px solid #6a451f;color:#2a1a0a}.alert.warning{background:#fff3cd;border-left:4px solid #D2691E;color:#8b4513}.analysis-section{margin:20px 0}.section-header{background:#f8f6f4;border:none;width:100%;text-align:left;padding:12px;cursor:pointer;border-radius:6px;display:flex;justify-content:space-between;align-items:center;font-weight:600;transition:background-color .2s}.section-header:hover{background:#f0ede8}.section-header.active{background:#6a451f;color:#fff}.expand-icon{transition:transform .3s ease;font-weight:700}.section-content{padding:16px 0}.section-description{color:#6b5a4a;font-style:italic;margin-bottom:12px}.date-group{margin-bottom:15px}.date-header{background:#f8f6f4;border:none;width:100%;text-align:left;padding:10px;cursor:pointer;border-radius:4px;display:flex;justify-content:space-between;align-items:center;font-weight:500;margin-bottom:8px}.date-header:hover{background:#f0ede8}.date-header.active{background:#8b4513;color:#fff}.date-content{padding:0 10px}.store-grid{display:grid;gap:8px}.store-item{display:flex;justify-content:space-between;align-items:center;background:#f8f6f4;padding:12px;border-radius:4px;border-left:4px solid #6a451f}.store-item.mixed{border-left-color:#8b4513}.store-item.other-drop{border-left-color:#d2691e;background:#fef9e7}.store-info{flex:1;min-width:0}.store-name{font-weight:600;margin-bottom:2px}.store-name-link{background:none;border:none;padding:0;font-weight:600;font-size:inherit;color:#8b4513;cursor:pointer;text-decoration:underline;transition:color .2s ease}.store-name-link:hover{color:sienna;text-decoration:none}.store-details{font-size:.85em;color:#6b5a4a}.mixed-badge{background:#8b4513;color:#fff;padding:2px 6px;border-radius:3px;font-size:.8em;margin-left:8px}.cases-badge{background:#6a451f;color:#fff;padding:6px 10px;border-radius:4px;font-weight:700;font-size:.9em;margin-left:12px;flex-shrink:0}.received-products{color:#d2691e;font-weight:500}.loading-stores{text-align:center;padding:20px;color:#6b5a4a}.disclaimer{background:#f8f9fae6;border-left:4px solid #6a451f;padding:1.5rem;margin-top:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.disclaimer h3{color:#3d2b1f;margin-top:0;margin-bottom:1rem}.disclaimer p{color:#5a3e1b;line-height:1.5;margin-bottom:.75rem}@media (max-width: 768px){.delivery-analysis{padding:.5rem;align-items:flex-start}.analysis-container{padding:1rem}.analysis-header h1{font-size:1.5rem}.options-grid{grid-template-columns:1fr}.summary-grid{grid-template-columns:repeat(2,1fr)}.search-section,.options-section,.analysis-results{padding:1rem}.store-item{padding:.75rem}.action-buttons{flex-direction:column;gap:.75rem;align-items:stretch}.generate-button,.refresh-button{width:100%}}.warehouse-inventory{min-height:calc(100vh - 4rem);width:100vw;background-image:url(/images/home-bg.jpg);background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:flex-start;justify-content:center;box-sizing:border-box;position:relative;z-index:1;margin:0;padding:1rem;overscroll-behavior-y:contain}.inventory-container{background:#fffffff2;padding:2rem;border-radius:16px;max-width:1200px;width:100%;box-shadow:0 4px 12px #0000001a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);margin:0 auto}.inventory-header{text-align:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #6a451f}.inventory-header h1{color:#3d2b1f;margin-bottom:.5rem;font-size:2rem}.inventory-header p{color:#5a3e1b;margin:0}.search-section{background:#fffc;padding:1rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:1rem;border-left:4px solid #355E3B;max-width:800px;margin-left:auto;margin-right:auto}.search-container{position:relative}.search-input{width:100%;padding:12px 45px 12px 15px;font-size:14px;border:2px solid #d7cfc8;border-radius:8px;transition:border-color .3s;box-sizing:border-box}.search-input:focus{outline:none;border-color:#355e3b}.search-icon{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#6c757d;font-size:18px}.filters-section{background:#fffc;padding:1rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:1rem;border-left:4px solid #6a451f;max-width:800px;margin-left:auto;margin-right:auto}.filters-section h2{color:#3d2b1f;margin-top:0;margin-bottom:.75rem;font-size:1.25rem}.filter-controls{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.filter-group{display:flex;flex-direction:column;width:100%}.filter-group.checkbox-group{margin-top:0;flex-direction:row!important;align-items:center}.filter-group label{font-weight:600;color:#3d2b1f;margin-bottom:.5rem;font-size:.9rem}.filter-select{padding:6px 10px;border:1px solid #d7cfc8;border-radius:6px;font-size:13px;background:#fff;color:#3d2b1f}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:600!important;flex-direction:row!important;margin-bottom:0!important}.checkbox-label input[type=checkbox]{margin:0}.action-buttons{display:flex;gap:.75rem;align-items:center;justify-content:center;margin-bottom:1rem}.load-button,.refresh-button,.reset-button{border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;transition:background-color .2s}.load-button{background:#6a451f;color:#fff}.load-button:hover:not(:disabled){background:#5a3e1b}.load-button:disabled{background:#bda999;cursor:not-allowed}.refresh-button{background:#355e3b;color:#fff}.refresh-button:hover:not(:disabled){background:#2c4f32}.refresh-button:disabled{background:#6c757d;cursor:not-allowed}.reset-button{background:#8b7355;color:#fff;height:fit-content;width:100%}.reset-button:hover{background:#6f5b42}.cache-status{margin-top:.5rem;padding:6px 10px;background:#f8f9fa;border-radius:4px;border-left:3px solid #355E3B}.cache-status small{color:#6c757d}.results-section{background:#fffc;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.results-header{text-align:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(106,69,31,.2)}.results-header h3{color:#3d2b1f;margin-bottom:.5rem;font-size:1.5rem}.results-header p{color:#5a3e1b;margin:0}.no-results{text-align:center;padding:2rem;color:#5a3e1b;font-size:1.1rem}.mobile-meta-row .listing-type-badge{font-size:.7rem;padding:3px 6px;border-radius:3px}.product-image-container{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:80px}.product-image{max-height:100%;max-width:100%;width:auto;height:auto;object-fit:contain;object-position:center;border-radius:8px}.product-image-placeholder{font-size:2rem;opacity:.7;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#6a451f;background:#6a451f1a;border-radius:8px}.placeholder-icon{opacity:.7}.warehouse-inventory .mobile-product-card{background:#fffffff2;border-radius:12px;box-shadow:0 3px 8px #00000026;display:grid;grid-template-columns:90px 1fr 75px;min-height:140px;height:auto;overflow:hidden;border:2px solid rgba(106,69,31,.1);transition:all .2s ease;align-items:stretch}.warehouse-inventory .mobile-product-card:hover{box-shadow:0 4px 12px #0003;border-color:#6a451f4d;transform:translateY(-1px)}.warehouse-inventory .mobile-product-card.clickable{cursor:pointer}.warehouse-inventory .mobile-product-card.clickable:hover{background:#fff;box-shadow:0 6px 16px #6a451f26;border-color:#8b4513;transform:translateY(-2px)}.mobile-image-section{padding:8px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6a451f0d,#5a3e1b0d);z-index:0;overflow:hidden;position:relative}.mobile-image-section .product-image-container{width:100%;height:100%;min-height:100px;max-height:140px;display:flex;align-items:center;justify-content:center;position:relative}.mobile-content-section.split-layout{display:flex;flex-direction:column;padding:10px;min-width:0;gap:4px;justify-content:space-between}.mobile-product-name{font-weight:700;color:#3d2b1f;font-size:.95rem;line-height:1.2;text-align:center;margin-bottom:6px;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.mobile-meta-row{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:nowrap;min-width:0}.mobile-product-plu{font-weight:700;color:#5a3e1b;font-size:.8rem;white-space:nowrap}.mobile-product-price{font-weight:800;color:#2c2c2c;font-size:.9rem;white-space:nowrap}.mobile-bottles-per-case{font-size:.78rem;color:#5a3e1b;font-weight:600;text-align:center;margin-top:4px}.soft-divider{width:100%;background:#6a451f26;height:1px;flex-shrink:0}.warehouse-inventory .mobile-peak-low{display:flex;flex-direction:column;gap:2px;font-size:.78rem;color:#3d2b1f;text-align:left}.warehouse-inventory .mobile-peak-low .stat-row{display:flex;align-items:baseline;gap:3px;justify-content:flex-start!important}.warehouse-inventory .mobile-stat-label{font-weight:600;opacity:.85}.warehouse-inventory .mobile-stat-value{font-weight:700}.warehouse-inventory .mobile-stat-date{font-size:.7rem;font-weight:500;color:#6c757d;opacity:.8;margin-left:2px}.mobile-current-section{display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#6a451f,#8b4513);color:#fff;text-align:center;padding:8px 6px;min-height:100%}.mobile-current-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;opacity:.9;margin-bottom:4px}.mobile-current-value{font-size:1.9rem;font-weight:900;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.3)}.error-message{background:#f8d7dae6;border-left:4px solid #dc3545;padding:1rem;border-radius:8px;margin:1.5rem 0;box-shadow:0 2px 4px #0000001a}.error-message h3{color:#721c24;margin-top:0;margin-bottom:.5rem}.error-message p{color:#721c24;margin-bottom:0}@media (max-width: 768px){.warehouse-inventory{padding:.5rem}.inventory-container{padding:1.5rem}.inventory-header h1{font-size:1.75rem}.search-section,.filters-section,.results-section{padding:1rem}.action-buttons{flex-direction:column;gap:.5rem;align-items:stretch}.load-button,.refresh-button,.reset-button{width:100%}.warehouse-inventory .mobile-product-card{min-height:135px;grid-template-columns:85px 1fr 72px}.mobile-content-section.split-layout{padding:8px;gap:3px}.content-top{gap:3px}.mobile-product-name{font-size:.9rem}.mobile-meta-row{gap:6px}.mobile-meta-row .listing-type-badge{font-size:.68rem;padding:2px 5px}.mobile-product-plu{font-size:.75rem}.mobile-product-price{font-size:.85rem}.mobile-bottles-per-case,.mobile-peak-low{font-size:.74rem}.mobile-stat-date{font-size:.65rem}}@media (max-width: 480px){.inventory-container{padding:1rem}.inventory-header h1{font-size:1.5rem}.warehouse-inventory .mobile-product-card{min-height:160px;height:auto;grid-template-columns:75px 1fr 65px}.mobile-image-section{padding:6px}.mobile-image-section .product-image-container{min-height:80px;max-height:120px}.mobile-image-section .product-image{max-height:110px}.mobile-content-section.split-layout{padding:6px 8px;gap:3px}.content-top{gap:3px}.mobile-product-name{font-size:.8rem;line-height:1.15;margin-bottom:4px;-webkit-line-clamp:3;max-height:3.45em}.mobile-meta-row{gap:4px;flex-wrap:wrap;justify-content:center}.mobile-meta-row .listing-type-badge{font-size:.6rem;padding:2px 4px;min-width:50px}.mobile-product-plu{font-size:.68rem}.mobile-product-price{font-size:.75rem}.mobile-bottles-per-case{font-size:.68rem;margin-top:2px}.content-bottom{padding-top:2px}.warehouse-inventory .mobile-peak-low{font-size:.68rem;gap:1px}.warehouse-inventory .mobile-stat-label,.warehouse-inventory .mobile-stat-value{font-size:.68rem}.warehouse-inventory .mobile-stat-date{font-size:.65rem}.mobile-current-section{padding:6px 4px}.mobile-current-label{font-size:.65rem;letter-spacing:.3px;margin-bottom:2px}.mobile-current-value{font-size:1.5rem}}@media (max-width: 360px){.warehouse-inventory .mobile-product-card{min-height:170px;grid-template-columns:70px 1fr 60px}.mobile-product-name{font-size:.75rem;line-height:1.1;-webkit-line-clamp:3;max-height:3.3em}.mobile-meta-row{flex-direction:column;gap:2px;align-items:center}.mobile-meta-row .listing-type-badge{font-size:.58rem;width:100%;max-width:120px}.mobile-product-plu,.mobile-product-price{font-size:.65rem}.mobile-bottles-per-case{font-size:.64rem;margin-top:1px}.mobile-current-value{font-size:1.3rem}.warehouse-inventory .mobile-peak-low{font-size:.64rem}}.stores-page{min-height:100vh;background:linear-gradient(135deg,#f8f6f4,#e8e6e4);padding:20px 0}.stores-container{max-width:1200px;margin:0 auto;padding:0 20px}.stores-header{text-align:center;margin-bottom:30px}.stores-header h1{color:#6a451f;margin-bottom:10px;font-size:2.5rem;font-weight:700}.stores-subtitle{color:#666;font-size:1.1rem;margin:0}.stores-loading,.stores-error{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a}.stores-error h2{color:#d32f2f;margin-bottom:15px}.stores-error p{color:#666;margin-bottom:20px}.stores-content{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 12px #0000001a}.stores-summary{background:linear-gradient(135deg,#f9f7f5,#f2f0ee);border:1px solid #e8e6e4;border-radius:8px;padding:15px;margin-bottom:20px}.summary-buttons{display:flex;gap:12px;justify-content:center;margin-bottom:12px}.stat-button{background:#f0ede8;border:2px solid #d0ccc8;border-radius:12px;padding:12px 16px;cursor:pointer;display:flex;flex-direction:column;align-items:center;min-width:100px;flex:1;max-width:150px}.stat-button:hover{background:#e8e2d8;border-color:#6a451f}.stat-button.active{background:#6a451f;border-color:#6a451f;color:#fff}.stat-button .stat-number{display:block;font-size:20px;font-weight:700;color:#6a451f;line-height:1}.stat-button.active .stat-number{color:#fff}.stat-button .stat-label{display:block;font-size:11px;color:#666;text-transform:uppercase;letter-spacing:.3px;margin-top:4px}.stat-button.active .stat-label{color:#e8e2d8}.delivery-day-filters{padding-top:12px;border-top:1px solid #e8e6e4}.filter-label{display:block;font-size:14px;font-weight:600;color:#6a451f;margin-bottom:8px;text-align:center}.day-grid{display:flex;flex-direction:column;align-items:center;gap:6px}.day-row{display:flex;gap:8px;justify-content:center}.day-all-row{display:flex;justify-content:center;margin-top:4px}.day-badge{background:#f0ede8;color:#6a451f;padding:6px 10px;border-radius:12px;font-size:11px;font-weight:600;border:1px solid #d0ccc8;cursor:pointer;min-width:70px;text-align:center}.day-all{min-width:50px}.day-badge:hover{background:#e8e2d8;border-color:#6a451f}.day-badge.active{background:#6a451f;color:#fff;border-color:#6a451f}.region-badge{background:#f0ede8;color:#6a451f;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600;border:1px solid #d0ccc8}.stores-controls{margin-bottom:20px}.search-container{position:relative;margin-bottom:20px}.search-input{width:100%;padding:12px 45px 12px 16px;font-size:16px;border:2px solid #e0e0e0;border-radius:8px;outline:none}.search-input:focus{border-color:#6a451f}.search-icon{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#666;font-size:16px}.filter-row{display:flex;gap:20px;flex-wrap:wrap}.filter-group{flex:1;min-width:200px}.filter-group label{display:block;margin-bottom:5px;font-weight:600;color:#333;font-size:14px}.filter-select{width:100%;padding:10px 12px;border:2px solid #e0e0e0;border-radius:6px;font-size:14px;background:#fff;cursor:pointer}.stores-list{margin-top:0}.store-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:15px;padding:20px;box-shadow:0 2px 4px #0000000d}.store-card:hover{box-shadow:0 4px 12px #0000001a}.store-header{margin-bottom:15px}.store-title{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:10px}.store-name{font-size:18px;font-weight:600;color:#333;margin:0;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.store-name-link{background:none;border:none;color:#6a451f;font-size:inherit;font-weight:inherit;font-family:inherit;cursor:pointer;padding:0;border-bottom:1px solid transparent;transition:border-bottom-color .2s}.store-name-link:hover{border-bottom-color:#6a451f}.store-number{color:#666;font-weight:400;font-size:16px}.store-badges{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.region-badge{background:#e8f5e8;color:#4caf50;border:1px solid #4caf50}.mixed-badge{background:#ffebee;color:#d32f2f;border:1px solid #d32f2f;padding:3px 8px;border-radius:4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.store-details{display:grid;gap:15px}.store-address{display:flex;align-items:flex-start;gap:8px}.address-icon{font-size:16px;margin-top:2px;flex-shrink:0}.address-link{color:#6a451f;text-decoration:none;font-weight:500;line-height:1.4;border-bottom:1px solid transparent}.store-delivery-info{background:#f8f6f4;padding:12px;border-radius:6px;border-left:4px solid #6a451f}.delivery-detail{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.delivery-detail:last-child{margin-bottom:0}.delivery-label{font-size:13px;color:#666;font-weight:500}.delivery-value{font-size:13px;color:#333;font-weight:600}.stores-footer{margin-top:40px;padding:25px;background:linear-gradient(135deg,#f0ede8,#e8e6e4);border-radius:8px;border:1px solid #d0ccc8}.stores-footer h3{color:#6a451f;margin:0 0 15px;font-size:18px}.stores-footer p{margin:0 0 10px;color:#555;line-height:1.6;font-size:14px}.stores-footer p:last-child{margin-bottom:0}@media (max-width: 768px){.stores-container{padding:0 10px}.stores-content{padding:20px}.stores-header h1{font-size:2rem}.summary-buttons{gap:8px;margin-bottom:8px}.stat-button{padding:10px 12px;min-width:80px;max-width:none}.stat-button .stat-number{font-size:18px}.stat-button .stat-label{font-size:10px;margin-top:3px}.filter-row{flex-direction:column;gap:15px}.filter-group{min-width:unset}.store-title{flex-direction:column;align-items:flex-start}.store-badges{margin-top:8px}.delivery-detail{flex-direction:column;align-items:flex-start;gap:2px}}@media (max-width: 480px){.stores-header h1{font-size:1.8rem}.store-card{padding:15px}.store-header{text-align:center}.store-title{flex-direction:column;align-items:center;gap:8px}.store-name{font-size:16px;justify-content:center;align-items:center;text-align:center}.store-number{font-size:14px;margin-left:4px}.store-badges{justify-content:center}.store-address{justify-content:center;text-align:center}.address-link{text-align:center}.day-row{flex-wrap:wrap;gap:6px}.day-badge{min-width:60px;font-size:10px;padding:5px 8px}.day-all{min-width:40px}.delivery-detail{flex-direction:row;justify-content:space-between;align-items:center;gap:8px}}.store-detail-page{min-height:100vh;background:linear-gradient(135deg,#f8f6f4,#e8e6e4);padding:20px 0}.store-detail-container{max-width:1000px;margin:0 auto;padding:0 20px}.store-detail-loading,.store-detail-error{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a}.store-detail-error h2{color:#d32f2f;margin-bottom:15px}.store-detail-error p{color:#666;margin-bottom:20px}.back-link{background:none;border:none;color:#6a451f;font-size:16px;font-weight:600;cursor:pointer;padding:8px 0;border-bottom:1px solid transparent;transition:border-bottom-color .2s}.back-link:hover{border-bottom-color:#6a451f}.back-button{background:#6a451f;color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-weight:600}.back-button:hover{background:#8b5a2b}.store-summary{background:#fff;border-radius:12px;padding:30px;margin-bottom:30px;box-shadow:0 4px 12px #0000001a}.store-summary-header{text-align:center;margin-bottom:25px;border-bottom:2px solid #f0ede8;padding-bottom:20px}.store-selector-container{display:flex;flex-direction:column;align-items:center;gap:8px}.store-selector-wrapper{position:relative;display:inline-block}.store-selector{appearance:none;background:#fff;border:2px solid #6a451f;border-radius:8px;padding:12px 40px 12px 16px;font-size:1.8rem;font-weight:700;color:#6a451f;cursor:pointer;min-width:300px;text-align:center;box-shadow:0 2px 4px #0000001a;transition:all .2s ease}.store-selector:hover{border-color:#8b4513;box-shadow:0 4px 8px #00000026}.store-selector:focus{outline:none;border-color:#8b4513;box-shadow:0 0 0 3px #8b451333}.store-selector-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#6a451f;pointer-events:none;font-size:14px}.store-number-display{color:#666;font-size:1.1rem;font-weight:500}.store-summary-details{display:grid;gap:25px}.store-badges{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.region-badge{background:#e8f5e8;color:#4caf50;padding:6px 12px;border-radius:12px;font-size:12px;font-weight:600;border:1px solid #4caf50}.mixed-badge{background:#ffebee;color:#d32f2f;border:1px solid #d32f2f;padding:6px 12px;border-radius:12px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.store-contact-info{background:#f8f6f4;padding:20px;border-radius:8px;border-left:4px solid #6a451f}.contact-item{display:flex;align-items:center;gap:10px;margin-bottom:12px}.contact-item:last-child{margin-bottom:0}.contact-icon{font-size:16px;flex-shrink:0}.address-link{color:#6a451f;text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:border-bottom-color .2s}.address-link:hover{border-bottom-color:#6a451f}.phone-placeholder{color:#666;font-style:italic}.delivery-info{background:#f0ede8;padding:20px;border-radius:8px}.delivery-info h3{color:#6a451f;margin:0 0 15px;font-size:18px;font-weight:600}.delivery-details{display:grid;gap:8px}.delivery-detail{display:flex;justify-content:space-between;align-items:center}.delivery-label{font-size:14px;color:#666;font-weight:500}.delivery-value{font-size:14px;color:#333;font-weight:600}.store-inventory{background:#fff;border-radius:12px;padding:30px;margin-bottom:30px;box-shadow:0 4px 12px #0000001a}.store-inventory h2{color:#6a451f;margin:0 0 20px;font-size:1.8rem;font-weight:600;text-align:center;border-bottom:2px solid #f0ede8;padding-bottom:15px}.no-inventory{text-align:center;padding:40px 20px;color:#666;background:#f9f9f9;border-radius:8px;border:2px dashed #ddd}.no-inventory p{margin:0 0 10px;font-size:16px}.inventory-note{font-size:14px;font-style:italic}.store-inventory-list{display:flex;flex-direction:column;gap:1rem}.store-product-card{background:#fffffff2;border-radius:12px;box-shadow:0 3px 8px #00000026;display:grid;grid-template-columns:90px 1fr 75px;height:140px;overflow:hidden;border:2px solid rgba(106,69,31,.1);transition:all .2s ease;align-items:stretch}.store-product-card:hover{box-shadow:0 4px 12px #0003;border-color:#6a451f4d;transform:translateY(-1px)}.store-image-section{padding:8px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6a451f0d,#5a3e1b0d);z-index:0}.store-image-section .product-image-container{width:100%;height:100%;max-height:124px;display:flex;align-items:center;justify-content:center}.store-image-section .product-image,.store-image-section .product-image-placeholder{max-height:100%;width:auto;object-fit:contain;object-position:center;border-radius:8px}.product-image-container{display:flex;align-items:center;justify-content:center}.product-image{display:block;max-width:100%;height:auto;border-radius:6px;border:2px solid rgba(106,69,31,.2);transition:transform .3s ease,border-color .3s ease,opacity .3s ease,filter .3s ease;box-shadow:0 2px 4px #0000001a;object-fit:contain;object-position:center}.product-image:hover{border-color:#6a451f;transform:scale(1.05);z-index:1;position:relative}.product-image-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6a451f1a,#5a3e1b1a);border-radius:6px;border:2px dashed rgba(106,69,31,.3);font-size:18px;transition:all .3s ease;height:100%;width:100%}.product-image-placeholder:hover{background:linear-gradient(135deg,#6a451f26,#5a3e1b26);border-color:#6a451f}@media (max-width: 768px){.store-detail-container{padding:0 15px}.store-selector{min-width:280px;font-size:1.5rem;padding:10px 35px 10px 14px}.store-selector-icon{right:10px}.back-link{font-size:14px;padding:8px 12px}.store-inventory-list{grid-template-columns:1fr;gap:12px}}@media (max-width: 480px){.store-selector{min-width:250px;font-size:1.3rem;padding:8px 30px 8px 12px}.store-number-display{font-size:1rem}.store-detail-container{padding:0 10px}.store-summary{padding:15px}.contact-item{flex-direction:column;align-items:flex-start;gap:4px}.delivery-details{flex-direction:column;gap:8px}.drops-header{flex-direction:column;align-items:stretch;gap:15px}.drops-header h2{text-align:center}.drops-controls{align-items:center}.drops-period-selector{justify-content:center;flex-wrap:wrap}.expand-collapse-controls{justify-content:center}.drops-summary{grid-template-columns:repeat(2,1fr);gap:15px;padding:15px}.stat-value{font-size:1.6rem}.changes-grid{grid-template-columns:1fr;gap:12px}.inventory-change-card{grid-template-columns:70px 1fr auto;gap:12px;padding:12px}.change-image-section{width:70px;height:70px}.change-image-section .product-image-container{max-height:54px}.change-product-name{font-size:.9rem}.change-quantity-value{font-size:1.3rem;padding:6px 10px}.date-header{padding:12px 15px}.date-primary{font-size:1rem}.date-content{padding:15px}}@media (max-width: 480px){.drops-summary{grid-template-columns:1fr}.period-buttons{width:100%;justify-content:center}.period-button{flex:1;text-align:center}}.previous-drops{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 12px #0000001a;margin-top:30px}.drops-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:25px;flex-wrap:wrap;gap:20px}.drops-controls{display:flex;flex-direction:column;gap:15px;align-items:flex-end}.drops-header h2{color:#6a451f;margin:0;font-size:1.8rem;font-weight:600}.drops-period-selector{display:flex;align-items:center;gap:12px}.period-label{color:#666;font-weight:500}.period-buttons{display:flex;gap:8px}.period-button{padding:8px 16px;border:2px solid #e0e0e0;background:#fff;border-radius:20px;color:#666;font-weight:500;cursor:pointer;transition:all .2s ease}.period-button:hover{border-color:#6a451f;color:#6a451f}.period-button.active{background:#6a451f;border-color:#6a451f;color:#fff}.expand-collapse-controls{display:flex;gap:8px}.control-button{padding:6px 12px;border:1px solid #ccc;background:#fff;border-radius:4px;color:#666;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.control-button:hover{border-color:#6a451f;color:#6a451f;background:#f8f6f4}.expand-button:hover{background:#e8f5e8;border-color:#4caf50;color:#4caf50}.collapse-button:hover{background:#ffebee;border-color:#f44336;color:#f44336}.drops-loading{text-align:center;padding:40px 20px;color:#666}.drops-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;margin-bottom:30px;padding:20px;background:#f8f6f4;border-radius:8px}.summary-stat{text-align:center}.stat-value{display:block;font-size:2rem;font-weight:700;color:#6a451f;margin-bottom:4px}.stat-label{display:block;font-size:.9rem;color:#666;font-weight:500}.drops-timeline{display:flex;flex-direction:column;gap:15px}.date-group{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.date-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#f8f8f8;border:none;cursor:pointer;transition:all .2s ease}.date-header:hover{background:#f0f0f0}.date-header.expanded{background:#6a451f;color:#fff}.date-header.expanded .date-secondary,.date-header.expanded .item-count{color:#fffc}.date-info{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.date-primary{font-size:1.1rem;font-weight:600}.date-secondary{font-size:.9rem;color:#666}.date-stats{display:flex;align-items:center;gap:12px}.item-count{font-size:.9rem;color:#666;font-weight:500}.expand-icon{transition:transform .2s ease;font-size:.9rem}.expand-icon.rotated{transform:rotate(180deg)}.date-content{padding:20px;background:#fff}.changes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:15px}.inventory-change-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:15px;display:grid;grid-template-columns:80px 1fr auto;gap:15px;align-items:center;transition:all .2s ease}.inventory-change-card:hover{border-color:#6a451f;box-shadow:0 2px 8px #6a451f1a}.change-image-section{width:80px;height:80px;padding:8px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6a451f0d,#5a3e1b0d);border-radius:8px}.change-image-section .product-image-container{width:100%;height:100%;max-height:64px;display:flex;align-items:center;justify-content:center}.change-image-section .product-image,.change-image-section .product-image-placeholder{max-height:100%;width:auto;object-fit:contain;object-position:center;border-radius:4px;transition:all .3s ease}.change-content-section{flex:1;min-width:0}.change-product-name{font-size:1rem;font-weight:600;color:#333;margin-bottom:6px;line-height:1.3}.change-meta-row{display:flex;gap:10px;align-items:center;margin-bottom:4px;flex-wrap:wrap}.change-product-price{color:#6a451f;font-weight:600;font-size:.9rem}.change-plu-row{display:flex;gap:4px;align-items:center;margin-bottom:8px;font-size:.85rem;color:#666}.change-plu-label{font-weight:500}.change-plu-value{font-weight:600;color:#333}.change-indicator{margin-top:6px}.change-indicator.first{color:#f57c00}.change-indicator.up{color:#388e3c}.change-indicator .first-arrival,.change-indicator .increase{background:#f57c001a;color:#f57c00;padding:2px 6px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.change-indicator.up .increase{background:#388e3c1a;color:#388e3c}.change-quantity-section{display:flex;flex-direction:column;align-items:center;text-align:center}.change-quantity-label{font-size:.8rem;color:#666;margin-bottom:4px;font-weight:500}.change-quantity-value{font-size:1.5rem;font-weight:700;color:#6a451f;background:#f8f6f4;padding:8px 12px;border-radius:6px;border:2px solid #e0d5c7}.no-drops{text-align:center;padding:40px 20px;color:#666}.no-drops h3{color:#6a451f;margin-bottom:10px}.no-drops .drops-description{font-style:italic;margin-top:15px}.bottom-navigation{text-align:center;margin-top:40px;padding:30px 0;border-top:1px solid #e0e0e0}.bottom-back-link{font-size:1rem;opacity:.8}.bottom-back-link:hover{opacity:1}.store-content-section{display:flex;flex-direction:column;justify-content:center;padding:10px;min-width:0;gap:6px}.store-product-name{font-weight:700;color:#3d2b1f;font-size:.95rem;line-height:1.2;max-height:2.4em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-align:center;margin-bottom:6px;word-break:break-word}.store-meta-row{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:nowrap;min-width:0}.store-meta-row .listing-type-badge{font-size:.7rem;padding:3px 6px;border-radius:3px}.store-product-price{font-weight:800;color:#2c2c2c;font-size:.9rem;white-space:nowrap}.store-plu-row{display:flex;align-items:center;justify-content:center;gap:4px;font-size:.8rem}.store-plu-label{font-weight:600;color:#666}.store-plu-value{font-weight:700;color:#3d2b1f}.listing-type-badge{padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;white-space:nowrap;text-align:center;min-width:60px}.listing-type-badge.allocation{background:#efc451;color:#fff}.listing-type-badge.limited{background:#462c1b;color:#fff}.listing-type-badge.barrel{background:#6b787d;color:#fff}.listing-type-badge.listed{background:#8b7355;color:#fff}.listing-type-badge.unknown{background:tan;color:#5a3e1b}.store-current-section{display:grid;grid-template-rows:auto 1fr;align-items:center;justify-items:center;background:linear-gradient(135deg,#6a451f,#8b4513);color:#fff;text-align:center;padding:8px 6px}.store-current-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;opacity:.9}.store-current-value{font-size:1.9rem;font-weight:900;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.3);align-self:center}.previous-drops{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 12px #0000001a}.previous-drops h2{color:#6a451f;margin:0 0 20px;font-size:1.8rem;font-weight:600;text-align:center;border-bottom:2px solid #f0ede8;padding-bottom:15px}.drops-placeholder{text-align:center;padding:40px 20px;background:linear-gradient(135deg,#f9f7f5,#f2f0ee);border-radius:8px;border:1px solid #e8e6e4}.drops-placeholder p{color:#666;margin:0 0 15px;font-size:18px}.drops-description{font-size:14px;font-style:italic;margin-bottom:25px}.placeholder-features{text-align:left;max-width:300px;margin:0 auto}.placeholder-features h4{color:#6a451f;margin:0 0 10px;font-size:16px;text-align:center}.placeholder-features ul{margin:0;padding-left:20px;color:#555}.placeholder-features li{margin-bottom:5px;font-size:14px}@media (max-width: 768px){.store-detail-container{padding:0 10px}.store-summary,.store-inventory,.previous-drops{padding:20px}.store-summary-header h1{font-size:1.8rem}.store-inventory-list{gap:15px}.store-product-name{font-size:.9rem}.store-meta-row{gap:6px}.store-meta-row .listing-type-badge{font-size:.68rem;padding:2px 5px}.store-product-price{font-size:.85rem}.store-plu-row{font-size:.74rem}.delivery-detail{flex-direction:column;align-items:flex-start;gap:2px}}@media (max-width: 480px){.store-summary-header h1{font-size:1.6rem}.store-summary,.store-inventory,.previous-drops{padding:15px}.contact-item{flex-direction:column;align-items:flex-start;gap:5px;text-align:left}.store-badges{justify-content:center;gap:8px}.store-product-card{height:120px;grid-template-columns:80px 1fr 70px}.store-image-section .product-image-container{max-height:104px}.store-product-name{font-size:.85rem}.store-meta-row .listing-type-badge{font-size:.62rem;padding:2px 4px}.store-product-price{font-size:.8rem}.store-current-label{font-size:.68rem}.store-current-value{font-size:1.6rem}.store-plu-row{font-size:.7rem}.placeholder-features{max-width:none}}.mobile-card-layout{display:flex;flex-direction:column;gap:1rem}.store-detail-page .mobile-product-card{background:#fffffff2;border-radius:12px;box-shadow:0 3px 8px #00000026;display:grid;grid-template-columns:90px 1fr 100px;min-height:140px;height:auto;overflow:hidden;border:2px solid rgba(106,69,31,.1);transition:all .2s ease;align-items:stretch}.store-detail-page .mobile-product-card:hover{box-shadow:0 4px 12px #0003;border-color:#6a451f4d;transform:translateY(-1px)}.mobile-image-section{padding:8px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6a451f0d,#5a3e1b0d);z-index:0}.mobile-image-section .product-image-container{width:100%;height:100%;max-height:124px;display:flex;align-items:center;justify-content:center}.mobile-image-section .product-image{max-height:100%;width:auto;object-fit:contain;object-position:center;border-radius:8px}.mobile-image-section .product-image-placeholder{font-size:2rem;opacity:.7;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#6a451f;background:#6a451f1a;border-radius:8px}.store-detail-page .mobile-content-section.split-layout{display:flex;flex-direction:column;padding:10px;min-width:0;gap:4px;justify-content:space-between}.store-detail-page .content-top{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-width:0;gap:4px;flex:1}.store-detail-page .mobile-product-name{font-size:.9rem;font-weight:600;color:#3d2b1f;line-height:1.2;text-align:center;margin-bottom:6px;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.mobile-product-price{font-size:.85rem;font-weight:600;color:#6a451f;white-space:nowrap}.store-detail-page .content-bottom{padding-top:3px;flex-shrink:0}.mobile-bottles-per-case,.mobile-size-info{font-size:.75rem;color:#666;text-align:center}.mobile-current-section{display:grid;grid-template-rows:auto 1fr;align-items:center;justify-items:center;background:linear-gradient(135deg,#6a451f,#8b4513);color:#fff;text-align:center;padding:8px 6px}.mobile-current-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;opacity:.9}.mobile-current-value{font-size:1.9rem;font-weight:900;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.3);align-self:center}@media (max-width: 768px){.store-detail-page .mobile-product-card{min-height:135px;height:auto;grid-template-columns:85px 1fr 95px}.mobile-image-section .product-image-container{max-height:115px}.mobile-product-name{font-size:.85rem}.mobile-meta-row{gap:6px}.mobile-meta-row .listing-type-badge{font-size:.68rem;padding:2px 5px}.mobile-product-plu{font-size:.75rem}.mobile-product-price{font-size:.85rem}.mobile-bottles-per-case,.mobile-size-info{font-size:.74rem}}@media (max-width: 480px){.store-detail-page .mobile-product-card{min-height:160px;height:auto;grid-template-columns:75px 1fr 85px}.mobile-image-section .product-image-container{max-height:140px}.mobile-product-name{font-size:.85rem}.mobile-meta-row{gap:6px}.mobile-meta-row .listing-type-badge{font-size:.62rem;padding:2px 4px}.mobile-product-plu{font-size:.7rem}.mobile-product-price{font-size:.8rem}.mobile-current-label{font-size:.68rem}.mobile-current-value{font-size:1.6rem}.mobile-bottles-per-case,.mobile-size-info{font-size:.7rem}}@media (max-width: 360px){.store-detail-page .mobile-product-card{min-height:180px;grid-template-columns:70px 1fr 80px}.store-detail-page .mobile-product-name{font-size:.8rem;line-height:1.1;-webkit-line-clamp:3;max-height:3.3em}.mobile-meta-row{flex-direction:column;gap:2px;align-items:center}.mobile-meta-row .listing-type-badge{font-size:.58rem;width:100%;max-width:120px}.mobile-product-plu,.mobile-product-price{font-size:.65rem}.mobile-current-value{font-size:1.3rem}.mobile-bottles-per-case,.mobile-size-info{font-size:.64rem}}.shipments-page{min-height:100vh;background:linear-gradient(135deg,#f8f6f4,#e8e6e4);padding:20px 0}.shipments-container{max-width:1200px;margin:0 auto;padding:0 20px}.back-navigation{margin-bottom:20px}.back-navigation.bottom{margin-top:30px;margin-bottom:0}.back-button{background:#6a451f;color:#fff;border:none;padding:10px 16px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex;align-items:center;gap:6px}.back-button:hover{background:#8b5a2b;transform:translate(-2px)}.shipments-header{text-align:center;margin-bottom:30px}.shipments-header h1{color:#6a451f;margin-bottom:10px;font-size:2.5rem;font-weight:700}.shipments-subtitle{color:#666;font-size:1.1rem;margin:0}.shipments-loading,.shipments-error{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #6a451f;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.shipments-error h2{color:#d32f2f;margin-bottom:15px}.shipments-error p{color:#666;margin-bottom:20px}.retry-button{background:#6a451f;color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-weight:600}.retry-button:hover{background:#8b5a2b}.shipments-content{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 12px #0000001a}.shipments-filters{background:linear-gradient(135deg,#f9f7f5,#f2f0ee);border:1px solid #e8e6e4;border-radius:8px;padding:20px;margin-bottom:20px}.filter-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:15px}.date-filter-row{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column}.filter-group label{font-weight:600;color:#6a451f;margin-bottom:5px;font-size:14px}.filter-select{padding:10px 12px;border:2px solid #e0e0e0;border-radius:6px;font-size:14px;background:#fff;transition:border-color .2s}.filter-select:focus{outline:none;border-color:#6a451f}.search-container{display:flex;gap:8px;align-items:center}.search-input{flex:1;padding:10px 12px;border:2px solid #e0e0e0;border-radius:6px;font-size:14px;background:#fff;transition:border-color .2s}.search-input:focus{outline:none;border-color:#6a451f}.search-button{padding:10px 16px;background:#6a451f;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s;white-space:nowrap}.search-button:hover:not(:disabled){background:#8b5a2b}.search-button:disabled{background:#ccc;cursor:not-allowed}.clear-button{padding:8px 10px;background:#f5f5f5;color:#666;border:1px solid #ddd;border-radius:4px;font-size:14px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;min-width:32px}.clear-button:hover{background:#e0e0e0;color:#d32f2f}.board-shortcuts{display:flex;gap:8px;margin-top:8px}.shortcut-button{padding:6px 12px;background:#f8f8f8;color:#666;border:1px solid #ddd;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s;min-width:45px;text-align:center}.shortcut-button:hover{background:#e8e8e8;border-color:#6a451f}.shortcut-button.active{background:#6a451f;color:#fff;border-color:#6a451f}.date-range-display{color:#666;font-size:14px;font-style:italic;padding:10px 0}.view-toggle{display:flex;gap:2px;margin-bottom:20px;background:#f0f0f0;border-radius:8px;padding:4px;width:fit-content}.view-button{padding:10px 20px;background:transparent;border:none;border-radius:6px;cursor:pointer;font-weight:500;color:#666;transition:all .2s}.view-button.active{background:#6a451f;color:#fff}.view-button:hover:not(.active){background:#e0e0e0}.shipments-results{margin-top:20px}.no-results{text-align:center;padding:40px;color:#666;font-style:italic;background:#f9f9f9;border-radius:8px;border:2px dashed #ddd}.shipments-grid{display:flex;flex-direction:column;gap:12px}.shipment-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px #0000000d;transition:all .3s ease;overflow:hidden}.shipment-card:hover{box-shadow:0 4px 12px #0000001a}.shipment-card.expanded{border-color:#6a451f;box-shadow:0 6px 16px #6a451f26}.card-clickable{padding:20px;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.card-header{display:flex;justify-content:space-between;align-items:center;width:100%;margin-right:15px}.card-header.product-view{justify-content:center;text-align:center;flex-direction:column;gap:8px}.card-header.product-view .card-title{margin-bottom:0}.card-header.product-view .card-stats{justify-content:center}.card-title h3{margin:0 0 4px;font-size:18px;font-weight:600;color:#333}.card-subtitle{color:#666;font-size:14px;font-weight:400}.card-stats{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.stat-badge{background:#e8f5e8;color:#4caf50;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border:1px solid #4caf50}.cases-badge{background:#f0ede8;color:#6a451f;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;border:1px solid #d0ccc8}.expand-icon{color:#6a451f;font-size:16px;font-weight:700;transition:transform .3s}.shipment-card.expanded .expand-icon{transform:rotate(180deg)}.card-details{border-top:1px solid #e0e0e0;background:#fafafa;padding:0;animation:slideDown .3s ease-out}@keyframes slideDown{0%{max-height:0;opacity:0}to{max-height:500px;opacity:1}}.details-list{padding:15px 20px;max-height:300px;overflow-y:auto}.detail-item{padding:8px 0;border-bottom:1px solid #e8e8e8}.detail-item:last-child{border-bottom:none}.detail-board,.detail-product{font-weight:500;color:#333;margin-bottom:4px}.detail-date-cases{display:flex;justify-content:space-between;align-items:center;color:#666;font-size:14px;margin-left:15px}.board-list,.product-list{margin-left:15px}.board-item,.product-item{margin-left:15px;padding:2px 0}.product-collapsible{margin-bottom:8px}.product-header{display:flex;justify-content:space-between;align-items:center;padding:4px 8px;background:#f8f8f8;border-radius:4px;transition:background-color .2s}.product-header:hover{background:#f0f0f0}.product-expand-icon{color:#6a451f;font-size:12px;margin-left:10px}.product-date-groups,.board-date-groups{width:100%}.date-group{margin-bottom:12px}.date-group-header{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;background:#f5f5f5;border-radius:4px;transition:background-color .2s;margin-bottom:4px}.date-group-header:hover{background:#ececec}.date-expand-icon{color:#6a451f;font-size:12px;margin-left:10px}.detail-cases{color:#6a451f;font-weight:600;font-size:14px}.detail-date{color:#666;font-size:14px}@media (max-width: 768px){.shipments-container{padding:0 10px}.shipments-content{padding:20px}.shipments-header h1{font-size:2rem}.filter-row{grid-template-columns:1fr;gap:15px}.date-filter-row{flex-direction:column;align-items:flex-start}.view-toggle{width:100%;justify-content:center}.view-button{flex:1;text-align:center}.card-header{flex-direction:column;align-items:flex-start;gap:8px}.card-stats{align-self:flex-end}.card-header.product-view .card-stats{align-self:center}.detail-item{grid-template-columns:1fr;gap:4px;text-align:left}.detail-cases{text-align:left;font-weight:700}}@media (max-width: 480px){.shipments-header{margin-bottom:15px}.shipments-header h1{font-size:1.6rem;margin-bottom:5px}.shipments-subtitle{font-size:1rem;margin:0}.shipments-filters{padding:15px;margin-bottom:15px}.filter-row,.filter-group{margin-bottom:10px}.filter-group label{font-size:13px;margin-bottom:3px}.filter-select,.search-input{font-size:16px;padding:8px 10px}.search-container{flex-wrap:wrap;gap:6px}.search-button{padding:8px 10px;font-size:14px}.date-filter-row{margin-bottom:0}.view-toggle{margin-bottom:15px}.view-button{padding:8px 12px;font-size:14px}.shipment-card{margin:0 -5px}.card-clickable{padding:15px}.details-list{padding:10px 15px}.detail-item{grid-template-columns:1fr auto;gap:10px;align-items:baseline}.detail-cases{text-align:right;font-weight:700;white-space:nowrap}.date-group-header .detail-date-cases{width:100%;justify-content:space-between}.date-group-header .detail-date{text-align:left}.date-group-header .detail-cases{text-align:right}}.verification-page{min-height:100vh;width:100vw;background:url(/images/register-bg.jpg) center/cover no-repeat;display:flex;align-items:center;justify-content:center;box-sizing:border-box;position:relative;z-index:1;margin:0;padding:20px}.verification-container{background-color:#fffffff2;padding:2.5rem 2rem;border-radius:1rem;box-shadow:0 4px 12px #00000026;width:100%;max-width:480px;display:flex;flex-direction:column;align-items:center;margin:0 1rem}.verification-header{text-align:center;margin-bottom:2rem}.verification-header h2{color:#3d2b1f;margin-bottom:1rem;font-size:1.75rem}.verification-header p{color:#5a3e1b;margin:.5rem 0}.email-display{font-weight:700;color:#264653;word-break:break-all;background:#f8f9fa;padding:.5rem 1rem;border-radius:.5rem;border:1px solid #e9ecef}.verification-form{width:100%;display:flex;flex-direction:column;align-items:center}.code-input-container{display:flex;gap:.75rem;margin-bottom:1.5rem;justify-content:center}.code-input{width:3rem;height:3rem;text-align:center;font-size:1.5rem;font-weight:700;border:2px solid #D3B8AE;border-radius:.5rem;outline:none;transition:all .2s ease}.code-input:focus{border-color:#264653;box-shadow:0 0 0 3px #26465333}.code-input:disabled{background-color:#f8f9fa;cursor:not-allowed}.verification-info{text-align:center;margin-bottom:1.5rem}.verification-info p{margin:.25rem 0;color:#666;font-size:.9rem}.attempts{font-weight:700;color:#d32f2f}.expiry-note{color:#ff9800;font-weight:500}.verify-button{width:100%;padding:.75rem;background-color:#264653;color:#fff;border:none;border-radius:.75rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:2rem}.verify-button:hover:not(:disabled){background-color:#1b3642;transform:translateY(-1px)}.verify-button:disabled{background-color:#ccc;cursor:not-allowed;transform:none}.resend-section{text-align:center;margin-bottom:1.5rem}.resend-section p{margin:0 0 .5rem;color:#666;font-size:.9rem}.resend-button{background:transparent;color:#264653;border:2px solid #264653;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;font-weight:600;transition:all .2s ease}.resend-button:hover:not(:disabled){background-color:#264653;color:#fff}.resend-button:disabled{opacity:.6;cursor:not-allowed}.back-section{text-align:center;border-top:1px solid #eee;padding-top:1rem;width:100%}.back-button{background:transparent;color:#666;border:none;cursor:pointer;font-size:.9rem;text-decoration:underline}.back-button:hover{color:#264653}.verification-error{color:#b91c1c;background-color:#fee2e2;padding:.75rem;border-radius:.5rem;margin-bottom:1rem;text-align:center;border:1px solid #B91C1C;width:100%;box-sizing:border-box;font-size:.9rem}.verification-success{text-align:center;padding:2rem 1rem}.success-icon{font-size:4rem;margin-bottom:1rem}.verification-success h2{color:#4caf50;margin-bottom:1rem}.verification-success p{color:#666;margin:.5rem 0}@media (max-width: 480px){.verification-page{padding:10px}.verification-container{padding:2rem 1.5rem;margin:0 .5rem}.code-input-container{gap:.5rem}.code-input{width:2.5rem;height:2.5rem;font-size:1.25rem}.verification-header h2{font-size:1.5rem}}@media (prefers-reduced-motion: reduce){.verify-button,.resend-button,.code-input{transition:none}.verify-button:hover:not(:disabled){transform:none}}@media (prefers-contrast: high){.code-input{border-width:3px}.verification-error{border-width:2px}}.verification-success-page{min-height:100vh;width:100vw;background:url(/images/register-bg.jpg) center/cover no-repeat;display:flex;align-items:center;justify-content:center;box-sizing:border-box;position:relative;z-index:1;margin:0;padding:20px}.success-container{background:#fff;padding:40px;border-radius:16px;box-shadow:0 12px 32px #00000040;text-align:center;max-width:500px;margin:0 auto;width:100%}.success-icon{font-size:64px;margin-bottom:20px}.success-container h2{color:#4caf50;margin-bottom:30px;font-size:28px}.success-content{margin-bottom:30px;text-align:left}.success-message{font-weight:700;color:#2e7d32;margin-bottom:15px;font-size:16px;text-align:center}.success-details{color:#388e3c;margin-bottom:25px;line-height:1.5;text-align:center}.success-info{background:#f8f9fa;padding:20px;border-radius:8px;margin:20px 0}.success-info h3{margin:0 0 15px;color:#333;font-size:18px;text-align:center}.success-info ol{margin:0;padding-left:20px;color:#555}.success-info li{margin:8px 0;line-height:1.4}.success-actions{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.register-button{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block}.register-button.primary{background:#4caf50;color:#fff}.register-button.primary:hover{background:#45a049;transform:translateY(-1px)}.register-button.secondary{background:#f5f5f5;color:#333;border:1px solid #ddd}.register-button.secondary:hover{background:#eee;transform:translateY(-1px)}@media (max-width: 600px){.verification-success-page{padding:15px}.success-container{padding:30px 20px;margin:0 10px}.success-container h2{font-size:24px}.success-icon{font-size:48px}.success-actions{flex-direction:column;align-items:center}.register-button{width:100%;max-width:200px}}.request-reset-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#5a3e1b,#8b5a2b);padding:20px}.request-reset-card{background:#fff;padding:40px;border-radius:16px;box-shadow:0 10px 30px #0000004d;width:100%;max-width:450px;text-align:center}.reset-icon,.success-icon{font-size:48px;margin-bottom:20px;display:block}.request-reset-card h2{color:#5a3e1b;margin-bottom:15px;font-size:28px;font-weight:600}.reset-description{color:#666;margin-bottom:30px;line-height:1.5}.request-reset-form{margin-bottom:30px}.btn-primary{width:100%;background:linear-gradient(135deg,#5a3e1b,#8b5a2b);color:#fff;padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-secondary{display:inline-block;padding:10px 20px;border:2px solid #5A3E1B;color:#5a3e1b;text-decoration:none;border-radius:6px;font-weight:500;transition:all .3s ease;margin-right:15px}.success-message{color:#2e7d32;font-weight:500;margin-bottom:20px}.reset-info{background:#f8f9fa;padding:20px;border-radius:8px;margin:20px 0;text-align:left}.reset-info ul{margin:0;padding-left:20px}.reset-info li{margin:8px 0;color:#555;line-height:1.4}.form-actions{display:flex;justify-content:center;align-items:center;margin-top:25px;flex-wrap:wrap;gap:10px}@media (max-width: 480px){.request-reset-container{padding:10px}.request-reset-card{padding:30px 20px}.form-actions{flex-direction:column}.btn-secondary{margin-right:0;margin-bottom:10px;text-align:center;width:100%}}.reset-password-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#5a3e1b,#8b5a2b);padding:20px}.reset-password-card{background:#fff;padding:40px;border-radius:16px;box-shadow:0 10px 30px #0000004d;width:100%;max-width:450px;text-align:center}.reset-icon,.success-icon,.error-icon{font-size:48px;margin-bottom:20px;display:block}.loading-spinner{font-size:48px;margin-bottom:20px;display:block;animation:spin 2s linear infinite}.reset-password-card h2{color:#5a3e1b;margin-bottom:15px;font-size:28px;font-weight:600}.user-info{background:#e8f5e8;padding:12px;border-radius:8px;border-left:4px solid #4caf50;margin-bottom:25px;text-align:left;color:#2e7d32}.user-info strong{color:#1b5e20}.reset-password-form{margin-bottom:30px}.form-group{margin-bottom:20px;text-align:left}.form-group label{display:block;margin-bottom:8px;color:#5a3e1b;font-weight:500;font-size:14px}.form-group input{width:100%;padding:12px 16px;border:2px solid #ddd;border-radius:8px;font-size:16px;transition:border-color .3s ease;background:#fff}.form-group input:focus{outline:none;border-color:#5a3e1b;box-shadow:0 0 0 3px #5a3e1b1a}.form-group input:disabled{background:#f5f5f5;cursor:not-allowed}.password-hint{display:block;margin-top:6px;color:#666;font-size:12px;font-style:italic}.btn-primary{width:100%;background:linear-gradient(135deg,#5a3e1b,#8b5a2b);color:#fff;padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:15px}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #5a3e1b4d}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{display:inline-block;padding:10px 20px;border:2px solid #5A3E1B;color:#5a3e1b;text-decoration:none;border-radius:6px;font-weight:500;transition:all .3s ease}.btn-secondary:hover{background:#5a3e1b;color:#fff;text-decoration:none}.error-message{background:#ffebee;color:#c62828;padding:12px;border-radius:6px;margin-bottom:20px;border-left:4px solid #c62828;text-align:left}.success-message{color:#2e7d32;font-weight:500;margin-bottom:20px;line-height:1.5}.countdown-info{background:#f0f8ff;padding:12px;border-radius:6px;margin:20px 0;border-left:4px solid #2196f3;font-size:14px;color:#1565c0}.error-actions{display:flex;flex-direction:column;gap:15px;margin-top:25px}.form-footer{border-top:1px solid #eee;padding-top:20px;margin-top:30px;font-size:14px}.form-footer p{margin:8px 0;color:#666}.form-footer a{color:#5a3e1b;text-decoration:none;font-weight:500}.form-footer a:hover{text-decoration:underline}@media (max-width: 480px){.reset-password-container{padding:10px}.reset-password-card{padding:30px 20px}.error-actions{gap:10px}}.bourbon-barrel-toggle{cursor:pointer;outline:none;transition:all .3s ease;-webkit-user-select:none;user-select:none}.bourbon-barrel-toggle.disabled{cursor:not-allowed;opacity:.5}.bourbon-barrel-toggle:focus-visible{box-shadow:0 0 0 3px #b08c6e4d;border-radius:20px}.toggle-track{position:relative;border-radius:20px;background:linear-gradient(135deg,#e0e0e0,#f5f5f5);border:2px solid #ccc;transition:all .3s ease}.bourbon-barrel-toggle.on .toggle-track{background:linear-gradient(135deg,#d4a574,#f4e4bc);border-color:#b8860b;box-shadow:inset 0 2px 4px #b8860b33}.bourbon-barrel-toggle.off .toggle-track{background:linear-gradient(135deg,#e0e0e0,#f5f5f5);border-color:#ccc}.toggle-barrel{position:absolute;top:2px;background:#fff;border-radius:50%;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0003}.bourbon-barrel-toggle.small,.bourbon-barrel-toggle.small .toggle-track{width:40px;height:24px}.bourbon-barrel-toggle.small .toggle-barrel{width:20px;height:20px;left:2px}.bourbon-barrel-toggle.small.on .toggle-barrel{transform:translate(16px)}.bourbon-barrel-toggle.small .barrel-icon{width:12px;height:15px}.bourbon-barrel-toggle.medium,.bourbon-barrel-toggle.medium .toggle-track{width:50px;height:30px}.bourbon-barrel-toggle.medium .toggle-barrel{width:26px;height:26px;left:2px}.bourbon-barrel-toggle.medium.on .toggle-barrel{transform:translate(20px)}.bourbon-barrel-toggle.medium .barrel-icon{width:14px;height:18px}.bourbon-barrel-toggle.large,.bourbon-barrel-toggle.large .toggle-track{width:60px;height:36px}.bourbon-barrel-toggle.large .toggle-barrel{width:32px;height:32px;left:2px}.bourbon-barrel-toggle.large.on .toggle-barrel{transform:translate(24px)}.bourbon-barrel-toggle.large .barrel-icon{width:16px;height:20px}.barrel-icon{filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.bourbon-barrel-toggle.off .barrel-icon{opacity:.6;filter:grayscale(1) drop-shadow(0 1px 2px rgba(0,0,0,.3))}.bourbon-barrel-toggle.on .barrel-icon{opacity:1;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.bourbon-barrel-toggle:not(.disabled):hover .toggle-track{transform:scale(1.05)}.bourbon-barrel-toggle:not(.disabled):active .toggle-track{transform:scale(.98)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:root{--primary-color: #6a451f;--primary-hover: #7b5227;--secondary-color: #8b7355;--accent-color: #b08c6e;--success-color: #2d5a27;--danger-color: #462c1b;--warning-color: #efc451;--info-color: #6b787d;--text-primary: #3b2a1a;--text-secondary: #7a6b5d;--text-muted: #8b7355;--bg-primary: #ffffff;--bg-secondary: #f8f6f3;--bg-tertiary: #f0ebe5;--border-color: #e0d6c8;--border-hover: #d0c4b6;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-xxl: 3rem;--border-radius: 8px;--border-radius-lg: 12px;--border-radius-pill: 20px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .15);--transition: all .2s ease}.watchlist-page{max-width:1200px;margin:0 auto;padding:var(--spacing-xl);background:var(--bg-secondary);min-height:100vh}.page-header{text-align:center;margin-bottom:var(--spacing-xxl)}.page-header h1{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin:0 0 var(--spacing-sm) 0}.page-header p{font-size:1.1rem;color:var(--text-secondary);margin:0}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:var(--spacing-md)}.loading-spinner{width:40px;height:40px;border:4px solid var(--border-color);border-top:4px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{background:linear-gradient(135deg,#ffe8e5,#fff2f0);color:var(--danger-color);border:1px solid #f3b0a9;border-radius:var(--border-radius);padding:var(--spacing-md);margin-bottom:var(--spacing-lg);display:flex;justify-content:space-between;align-items:center;font-weight:500;box-shadow:var(--shadow-sm)}.error-close{background:none;border:none;color:var(--danger-color);cursor:pointer;font-size:1.2rem;padding:var(--spacing-xs);border-radius:50%;transition:var(--transition)}.error-close:hover{background:#dc35451a}section{background:var(--bg-primary);border-radius:var(--border-radius-lg);padding:var(--spacing-xl);margin-bottom:var(--spacing-xl);box-shadow:var(--shadow-md);border:1px solid var(--border-color)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-lg);padding-bottom:var(--spacing-md);border-bottom:1px solid var(--border-color)}.section-title{flex:1}.collapse-btn{background:none;border:2px solid var(--border-color);color:var(--text-secondary);cursor:pointer;font-size:1.2rem;font-weight:600;padding:var(--spacing-sm);border-radius:var(--border-radius);transition:var(--transition);width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-left:var(--spacing-md)}.collapse-btn:hover{background:var(--bg-secondary);border-color:var(--border-hover);color:var(--text-primary);transform:translateY(-1px)}.section-header h2{font-size:1.8rem;font-weight:700;color:var(--text-primary);margin:0}.section-header p{color:var(--text-secondary);margin:var(--spacing-xs) 0 0 0;font-size:.95rem}.search-container{position:relative;margin-bottom:var(--spacing-lg);padding:var(--spacing-lg);background:linear-gradient(135deg,#e8f4fd,#f0f8ff);border:1px solid #b3d9f7;border-radius:var(--border-radius)}.search-container h4{margin:0 0 var(--spacing-md) 0;color:var(--text-primary);font-size:1.1rem;font-weight:600}.search-input-group{display:flex;gap:var(--spacing-sm);margin-bottom:var(--spacing-md)}.search-input{flex:1;padding:var(--spacing-md);border:2px solid var(--border-color);border-radius:var(--border-radius);font-size:1rem;outline:none;transition:var(--transition);background:var(--bg-primary)}.search-input:focus{border-color:var(--accent-color);box-shadow:0 0 0 3px #b08c6e33}.search-btn,.clear-btn{padding:var(--spacing-md);border:none;border-radius:var(--border-radius);cursor:pointer;font-weight:600;transition:var(--transition);min-width:48px;display:flex;align-items:center;justify-content:center}.search-btn{background:var(--primary-color);color:#fff}.search-btn:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px)}.search-btn:disabled{background:#ccc;cursor:not-allowed;transform:none}.clear-btn{background:var(--danger-color);color:#fff}.clear-btn:hover{background:#c82333;transform:translateY(-1px)}.search-results{position:absolute;top:100%;left:0;right:0;z-index:1000;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow-lg);max-height:400px;overflow-y:auto}.search-results-header{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-md);border-bottom:1px solid var(--border-color);background:var(--bg-tertiary)}.search-results-header h5{margin:0;font-size:.95rem;color:var(--text-primary)}.close-results-btn{background:none;border:none;color:var(--text-secondary);cursor:pointer;font-size:1.2rem;padding:var(--spacing-xs);border-radius:50%;transition:var(--transition)}.close-results-btn:hover{background:#0000001a}.search-results-list{max-height:320px;overflow-y:auto}.search-result-item{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-md);border-bottom:1px solid var(--border-color);transition:var(--transition)}.search-result-item:hover{background:var(--bg-secondary)}.search-result-item:last-child{border-bottom:none}.search-item-info h6{margin:0 0 var(--spacing-xs) 0;font-size:.9rem;color:var(--text-primary);font-weight:600}.search-item-details{display:flex;gap:var(--spacing-md);font-size:.8rem;color:var(--text-secondary)}.add-btn{background:var(--primary-color);color:#fff;border:none;padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--border-radius);cursor:pointer;font-weight:600;transition:var(--transition);white-space:nowrap;font-size:.85rem}.add-btn:hover{background:var(--primary-hover);transform:translateY(-1px)}.no-results{padding:var(--spacing-lg);text-align:center;color:var(--text-secondary);font-style:italic;font-size:.9rem}.filter-controls{display:flex;gap:var(--spacing-sm);margin-bottom:var(--spacing-lg);overflow-x:auto;padding-bottom:var(--spacing-xs);scrollbar-width:none;-ms-overflow-style:none}.filter-controls::-webkit-scrollbar{display:none}.filter-btn{flex-shrink:0;padding:var(--spacing-sm) var(--spacing-md);border:2px solid var(--border-color);background:var(--bg-primary);color:var(--text-secondary);border-radius:var(--border-radius-pill);font-size:.9rem;font-weight:600;cursor:pointer;transition:var(--transition);white-space:nowrap}.filter-btn:hover{border-color:var(--border-hover);background:var(--bg-secondary);transform:translateY(-1px)}.filter-btn.active{background:var(--secondary-color);color:#fff;border-color:var(--secondary-color)}.filter-btn.active:hover{background:var(--primary-color);border-color:var(--primary-color)}.pagination-controls{display:flex;justify-content:space-between;align-items:center;margin:var(--spacing-lg) 0;padding:var(--spacing-md);background:var(--bg-secondary);border-radius:var(--border-radius);border:1px solid var(--border-color)}.pagination-btn{padding:var(--spacing-sm) var(--spacing-md);border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-secondary);border-radius:var(--border-radius);font-weight:600;cursor:pointer;transition:var(--transition);min-width:100px}.pagination-btn:hover:not(:disabled){background:var(--secondary-color);color:#fff;border-color:var(--secondary-color);transform:translateY(-1px)}.pagination-btn:disabled{opacity:.5;cursor:not-allowed;background:#f5f5f5;color:#999;transform:none}.pagination-info{font-size:.9rem;color:var(--text-secondary);font-weight:500;text-align:center;flex:1;margin:0 var(--spacing-md)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:var(--spacing-md)}.product-card{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:var(--spacing-md);transition:var(--transition);display:flex;justify-content:space-between;align-items:center}.product-card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.product-info{flex:1;min-width:0}.product-info h3{margin:0 0 var(--spacing-sm) 0;font-size:1rem;font-weight:700;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-details{display:flex;gap:var(--spacing-md);margin-bottom:var(--spacing-sm);font-size:.85rem;color:var(--text-secondary)}.product-tags{display:flex;gap:var(--spacing-xs);flex-wrap:wrap}.tag{font-size:.75rem;font-weight:700;padding:.15rem .4rem;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.tag.type{background:var(--bg-tertiary);color:var(--text-secondary)}.tag.listing.limited{background:var(--danger-color);color:#fff}.tag.listing.allocation{background:var(--warning-color);color:#fff}.tag.listing.barrel{background:var(--info-color);color:#fff}.tag.listing.premium{background:#b8860b;color:#fff}.product-actions{margin-left:var(--spacing-md);flex-shrink:0}.toggle-btn{padding:var(--spacing-sm) var(--spacing-md);border:2px solid var(--border-color);background:var(--bg-primary);color:var(--text-secondary);border-radius:var(--border-radius);cursor:pointer;font-weight:600;transition:var(--transition);min-width:80px}.toggle-btn:hover{border-color:var(--border-hover);transform:translateY(-1px)}.toggle-btn.active{background:var(--success-color);color:#fff;border-color:var(--success-color)}.toggle-btn.active:hover{background:#1e3d1a;border-color:#1e3d1a}.add-custom-btn{background:var(--secondary-color);color:#fff;border:none;padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--border-radius);cursor:pointer;font-weight:600;transition:var(--transition)}.add-custom-btn:hover{background:var(--primary-color);transform:translateY(-1px)}.form-instructions{color:var(--text-secondary);margin-bottom:var(--spacing-md);font-size:.9rem;line-height:1.4;padding:var(--spacing-sm) var(--spacing-md);background:#8a73551a;border-radius:var(--border-radius);border-left:3px solid var(--secondary-color)}.field-hint{color:var(--text-muted);font-weight:400;font-size:.8rem}.optional-label{color:var(--text-muted);font-weight:400;font-size:.8rem;font-style:italic}.field-description{margin-top:var(--spacing-xs);color:var(--text-muted);font-size:.8rem;line-height:1.3}.watchlist-search{position:relative;margin-bottom:var(--spacing-lg);max-width:400px}.watchlist-search-input{width:100%;padding:var(--spacing-sm) var(--spacing-md);border:2px solid var(--border-color);border-radius:var(--border-radius);font-size:.95rem;outline:none;transition:var(--transition);background:var(--bg-primary);padding-right:40px}.watchlist-search-input:focus{border-color:var(--accent-color);box-shadow:0 0 0 3px #b08c6e33}.watchlist-search-input::placeholder{color:var(--text-muted)}.clear-watchlist-search{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:1.2rem;padding:4px;border-radius:50%;transition:var(--transition);width:24px;height:24px;display:flex;align-items:center;justify-content:center}.clear-watchlist-search:hover{background:#0000001a;color:var(--text-primary)}.mobile-card-layout{display:flex;flex-direction:column;gap:var(--spacing-md)}.watchlist-page .mobile-product-card{background:#fffffff2;border-radius:12px;box-shadow:0 3px 8px #00000026;display:grid;grid-template-columns:90px 1fr 100px;min-height:140px;height:auto;overflow:hidden;border:2px solid rgba(106,69,31,.1);transition:all .2s ease;align-items:stretch}.watchlist-page .mobile-product-card:hover{box-shadow:0 4px 12px #0003;border-color:#6a451f4d;transform:translateY(-1px)}.watchlist-page .mobile-image-section{padding:8px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6a451f0d,#5a3e1b0d);z-index:0}.watchlist-page .mobile-image-section .product-image-container{width:100%;height:100%;max-height:124px;display:flex;align-items:center;justify-content:center}.watchlist-page .mobile-image-section .product-image{max-height:100%;width:auto;object-fit:contain;object-position:center;border-radius:8px}.watchlist-page .mobile-image-section .product-image-placeholder{font-size:2rem;opacity:.7;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#6a451f;background:#6a451f1a;border-radius:8px}.product-image-placeholder.custom-placeholder{background:#3b82f61a;color:#3b82f6}.watchlist-page .mobile-current-section{display:grid;grid-template-rows:auto 1fr;align-items:center;justify-items:center;background:linear-gradient(135deg,#6a451f,#8b4513);color:#fff;text-align:center;padding:8px 6px}.watchlist-page .mobile-toggle-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:100%;height:100%;color:#fff}.watchlist-page .mobile-toggle-container.custom-actions{gap:4px}.watchlist-page .remove-btn{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:4px;padding:2px 6px;font-size:.8rem;cursor:pointer;transition:all .2s ease}.watchlist-page .remove-btn:hover{background:#ffffff4d;border-color:#ffffff80}.watchlist-page .mobile-content-section.split-layout{display:flex;flex-direction:column;padding:10px;min-width:0;gap:4px;justify-content:space-between}.mobile-plu-row{display:flex;justify-content:space-between;align-items:center;margin-top:4px;font-size:.85rem}.mobile-plu-row .mobile-stat-label{color:#6c757d;font-weight:500}.mobile-plu-row .mobile-stat-value{color:#495057;font-weight:600}.content-top{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-width:0;gap:4px;flex:1}.content-bottom{padding-top:3px;flex-shrink:0}.mobile-product-name{font-size:.9rem;font-weight:600;color:var(--text-primary);line-height:1.2;text-align:center;margin-bottom:6px;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.mobile-meta-row{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:nowrap;min-width:0}.mobile-product-plu{font-weight:700;color:#3d2b1f;font-size:.8rem;white-space:nowrap}.mobile-product-price{font-size:.85rem;font-weight:600;color:var(--primary-color);white-space:nowrap}.listing-type-badge{background:var(--secondary-color);color:#fff;padding:2px 6px;border-radius:4px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;flex-shrink:0}.listing-type-badge.limited{background:var(--danger-color)}.listing-type-badge.allocation{background:var(--warning-color)}.listing-type-badge.barrel{background:var(--info-color)}.listing-type-badge.premium{background:#b8860b}.listing-type-badge.custom{background:#6a4c93}.soft-divider{background:linear-gradient(to right,transparent,rgba(106,69,31,.2),transparent);height:1px;margin:2px 0}.content-bottom{display:flex;align-items:center;min-width:0}.mobile-peak-low{display:flex;flex-direction:column;gap:2px;font-size:.75rem;width:100%}.stat-row{display:flex;justify-content:space-between;align-items:center;gap:4px}.mobile-stat-label{color:var(--text-muted);font-weight:500}.mobile-stat-value{color:var(--text-primary);font-weight:600}.watchlist-page .mobile-current-section{display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#6a451f,#8b4513);color:#fff;text-align:center;padding:8px 6px}.remove-btn{background:var(--danger-color);color:#fff;border:none;width:24px;height:24px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.8rem;transition:var(--transition)}@media (max-width: 768px){.watchlist-page .mobile-product-card{min-height:135px;height:auto;grid-template-columns:85px 1fr 95px}.watchlist-page .mobile-image-section .product-image-container{max-height:115px}.mobile-product-name{font-size:.85rem}.mobile-meta-row .listing-type-badge{font-size:.62rem;padding:2px 4px}.mobile-product-plu{font-size:.75rem}.mobile-product-price{font-size:.8rem}.mobile-peak-low{font-size:.7rem}}@media (max-width: 480px){.watchlist-page .mobile-product-card{min-height:160px;height:auto;grid-template-columns:75px 1fr 85px}.watchlist-page .mobile-image-section .product-image-container{max-height:140px}.mobile-product-name{font-size:.85rem}.mobile-meta-row{gap:6px}.mobile-meta-row .listing-type-badge{font-size:.62rem;padding:2px 4px}.mobile-product-plu{font-size:.7rem}.mobile-product-price{font-size:.8rem}.mobile-peak-low{font-size:.7rem}}@media (max-width: 360px){.watchlist-page .mobile-product-card{min-height:180px;grid-template-columns:70px 1fr 80px}.mobile-product-name{font-size:.8rem;line-height:1.1;-webkit-line-clamp:3;max-height:3.3em}.mobile-meta-row{flex-direction:column;gap:2px;align-items:center}.mobile-meta-row .listing-type-badge{font-size:.58rem;width:100%;max-width:120px}.mobile-product-plu,.mobile-product-price{font-size:.65rem}.mobile-peak-low{font-size:.64rem}}.add-custom-form{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:var(--spacing-lg);margin-bottom:var(--spacing-lg)}.manual-entry-container{padding:var(--spacing-lg);background:linear-gradient(135deg,#fff8e5,#fefbf0);border:1px solid #e6d3a3;border-radius:var(--border-radius)}.manual-entry-container h4{margin:0 0 var(--spacing-md) 0;color:var(--text-primary);font-size:1.1rem;font-weight:600}.form-row{display:grid;grid-template-columns:1fr;gap:var(--spacing-md);margin-bottom:var(--spacing-md)}@media (min-width: 768px){.form-row{grid-template-columns:1fr 1fr}}.form-field{display:flex;flex-direction:column}.form-field label{font-weight:600;color:var(--text-primary);margin-bottom:var(--spacing-xs);font-size:.9rem}.form-field input{padding:var(--spacing-sm) var(--spacing-md);border:1px solid var(--border-color);border-radius:var(--border-radius);font-size:.95rem;outline:none;transition:var(--transition)}.form-field input:focus{border-color:var(--accent-color);box-shadow:0 0 0 2px #b08c6e33}.submit-btn{background:var(--primary-color);color:#fff;border:none;padding:var(--spacing-md) var(--spacing-lg);border-radius:var(--border-radius);cursor:pointer;font-weight:700;transition:var(--transition);width:100%;font-size:1rem}.submit-btn:hover{background:var(--primary-hover);transform:translateY(-1px)}.custom-items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:var(--spacing-md)}.custom-item-card{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:var(--spacing-md);display:flex;justify-content:space-between;align-items:center;transition:var(--transition)}.custom-item-card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.custom-item-info{flex:1;min-width:0}.custom-item-info h3{margin:0 0 var(--spacing-sm) 0;font-size:.95rem;font-weight:700;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-item-details{display:flex;gap:var(--spacing-md);margin-bottom:var(--spacing-xs);font-size:.85rem;color:var(--text-secondary)}.custom-item-meta{font-size:.8rem;color:var(--text-muted);font-style:italic}.custom-item-actions{display:flex;align-items:center;gap:var(--spacing-sm);margin-left:var(--spacing-md)}.remove-btn{background:var(--danger-color);color:#fff;border:none;width:28px;height:28px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.9rem;transition:var(--transition)}.remove-btn:hover{background:#c82333;transform:scale(1.1)}.no-custom-items{text-align:center;padding:var(--spacing-xxl) var(--spacing-md);color:var(--text-secondary);font-style:italic;background:var(--bg-secondary);border-radius:var(--border-radius);border:1px dashed var(--border-color)}@media (max-width: 768px){.watchlist-page{padding:var(--spacing-md)}.page-header h1{font-size:2rem}section{padding:var(--spacing-md)}.section-header{flex-direction:column;align-items:flex-start;gap:var(--spacing-sm)}.products-grid,.custom-items-grid{grid-template-columns:1fr}.product-card,.custom-item-card{flex-direction:column;align-items:flex-start;gap:var(--spacing-md)}.product-actions,.custom-item-actions{margin-left:0;align-self:flex-end}.pagination-controls{flex-direction:column;gap:var(--spacing-sm)}.pagination-info{margin:0}}@media (max-width: 480px){.filter-controls{gap:var(--spacing-xs)}.filter-btn{padding:var(--spacing-xs) var(--spacing-sm);font-size:.8rem}.search-input-group{flex-direction:column}.search-btn,.clear-btn{width:100%}}body,html{margin:0;padding:0;background:none}.main-header{position:fixed;top:0;left:0;width:100%;height:var(--header-h, 64px);display:flex;align-items:center;padding:0;background:#f0e6d2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid rgba(140,107,61,.3);box-sizing:border-box}.main-nav,.navbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;max-width:none;margin:0 auto;padding:0 .5rem}.nav-left,.nav-right{display:flex;align-items:center;gap:.75rem}.nav-center{margin:0 auto;text-align:center}.brand{font-weight:800;letter-spacing:.5px;color:#5a3e1b;text-decoration:none}#root{margin:0;padding:0;text-align:center;background:none;position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column}.main-content{padding-top:var(--header-h, 64px);flex:1;min-height:calc(100vh - var(--header-h, 64px));background:none;box-sizing:border-box;width:100%}.footer{margin-top:auto;background:transparent;border-top:1px solid rgba(140,107,61,.15);padding:.75rem;color:#5a3e1b}a{font-weight:500;color:inherit;text-decoration:none}a:hover{text-decoration:underline}.nav-button{background:none;border:none;color:inherit;text-decoration:underline;cursor:pointer;font:inherit;padding:0}.nav-button:hover{color:#06c}
