*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#1a202c;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{margin:0 auto;max-width:1200px;padding:0 20px}@media (max-width:768px){.container{padding:0 16px}}.App{background-color:#f8fafc;min-height:100vh}.dish-card{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 4px 12px #0000001a;overflow:hidden;position:relative;transition:all .3s ease}.dish-card:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-3px)}.dish-card.selected{border-color:#48bb78;box-shadow:0 8px 20px #48bb7833}.dish-image-container{height:200px;overflow:hidden;position:relative}.dish-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.dish-card:hover .dish-image{transform:scale(1.05)}.dish-badges{display:flex;flex-direction:column;gap:.5rem;position:absolute;right:12px;top:12px}.calories-badge,.time-badge{border-radius:12px;font-size:.75rem;font-weight:500;gap:.25rem;padding:.25rem .5rem}.calories-badge,.details-button,.time-badge{align-items:center;background:#000000b3;color:#fff;display:flex}.details-button{border:none;border-radius:50%;cursor:pointer;height:32px;justify-content:center;left:12px;position:absolute;top:12px;transition:all .3s ease;width:32px}.details-button:hover{background:#000000e6;transform:scale(1.1)}.quantity-badge{background:#48bb78;bottom:12px;font-size:.875rem;font-weight:700;height:28px;right:12px;width:28px}.dish-name{margin:0 0 .5rem}.dish-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:.875rem;margin:0 0 1rem;overflow:hidden}.dish-footer{gap:1rem}.dish-price-section{align-items:flex-start;display:flex;flex-direction:column}.dish-price{color:#48bb78;font-size:1.125rem;font-weight:700}.price-type-indicator{color:#48bb78;font-size:.75rem;font-weight:500;margin-top:.25rem}.dish-controls{align-items:center;display:flex}.add-button{background:#48bb78;font-size:.875rem;font-weight:500}.add-button:hover{background:#38a169}.quantity-btn{background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;transition:all .3s ease}.quantity-btn:hover{background:#edf2f7;border-color:#cbd5e0}.quantity-btn.decrease:hover{background:#fed7d7;border-color:#feb2b2;color:#e53e3e}.quantity-btn.increase:hover{background:#c6f6d5;border-color:#9ae6b4;color:#38a169}.quantity-display{color:#2d3748;min-width:20px}.remove-btn{background:#fed7d7;border:1px solid #feb2b2;border-radius:6px;color:#e53e3e;height:32px;transition:all .3s ease;width:32px}.remove-btn:hover{background:#fbb6ce;border-color:#f687b3}.dish-details-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.dish-details-dialog{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0003;max-height:90vh;max-width:600px;overflow-y:auto;width:100%}.dish-details-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem}.dish-details-header h2{color:#2d3748;font-size:1.5rem;font-weight:600;margin:0}.close-details-btn{background:none;border:none;border-radius:8px;color:#718096;cursor:pointer;padding:.5rem;transition:all .3s ease}.close-details-btn:hover{background:#f7fafc;color:#2d3748}.dish-details-content{padding:1.5rem}.dish-details-image{border-radius:12px;height:250px;margin-bottom:1.5rem;overflow:hidden;width:100%}.dish-details-image img{height:100%;object-fit:cover;width:100%}.dish-details-info{display:flex;flex-direction:column;gap:1.5rem}.dish-details-section h3{color:#2d3748;font-size:1.125rem;font-weight:600;margin:0 0 .75rem}.dish-details-section p{color:#4a5568;line-height:1.6;margin:0}.dish-details-meta{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.meta-item{align-items:center;background:#f7fafc;border-radius:8px;display:flex;justify-content:space-between;padding:.75rem}.meta-label{color:#4a5568;font-weight:500}.meta-value{color:#2d3748;font-weight:600}.ingredients-list{display:flex;flex-direction:column;gap:.75rem}.ingredient-item{background:#f7fafc;border-left:4px solid #48bb78;border-radius:8px;padding:.75rem}.ingredient-name{color:#2d3748;font-weight:500;margin-right:.5rem}.ingredient-quantity{color:#718096;font-size:.875rem}.ingredient-allergens{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.allergen-tag{background:#fed7d7;border-radius:12px;color:#c53030;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.dish-details-actions{border-top:1px solid #e2e8f0;display:flex;justify-content:center;padding:1.5rem}.add-button-dialog{align-items:center;background:#48bb78;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;padding:.75rem 2rem;transition:all .3s ease}.add-button-dialog:hover{background:#38a169;transform:translateY(-1px)}.quantity-controls-dialog{align-items:center;display:flex;gap:1rem}.quantity-controls-dialog .quantity-btn{height:40px;width:40px}.quantity-controls-dialog .quantity-display{font-size:1.125rem;font-weight:600;min-width:30px}.quantity-controls-dialog .remove-btn{height:40px;width:40px}@media (max-width:768px){.dish-details-dialog{border-radius:16px 16px 0 0;margin:0;max-height:95vh}.dish-details-overlay{align-items:flex-end;padding:0}.dish-details-meta{grid-template-columns:1fr}.dish-details-image{height:200px}}.selected-overlay{align-items:center;animation:fadeIn .3s ease;background:#48bb78e6;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.check-icon{color:#fff}.dish-content{padding:1.5rem}.dish-name{color:#2d3748;font-size:1.25rem;font-weight:600;line-height:1.3;margin-bottom:.5rem}.dish-description{color:#718096;font-size:.9rem;line-height:1.5;margin-bottom:1rem}.dish-ingredients{background:#f7fafc;border-left:3px solid #48bb78;border-radius:8px;margin-bottom:1rem;padding:.75rem}.ingredients-label{color:#2d3748;display:block;font-size:.8rem;font-weight:600;margin-bottom:.25rem}.ingredients-list{color:#4a5568;font-size:.8rem;line-height:1.4}.dish-footer{align-items:center;display:flex;justify-content:space-between;margin-top:1rem}.dish-price{align-items:baseline;display:flex;gap:.25rem}.price-currency{color:#718096;font-size:.9rem;font-weight:500}.price-amount{color:#2d3748;font-size:1.5rem;font-weight:700}.select-button{background-color:#e2e8f0;border:none;border-radius:8px;color:#4a5568;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.select-button:hover{background-color:#cbd5e0;transform:translateY(-1px)}.select-button.selected{background-color:#48bb78;color:#fff}.select-button.selected:hover{background-color:#38a169}.quantity-badge{align-items:center;background:#007bff;border-radius:50%;box-shadow:0 2px 4px #0000001a;color:#fff;display:flex;height:24px;justify-content:center;position:absolute;right:.5rem;top:.5rem;width:24px}.quantity-badge,.total-price{font-size:.8rem;font-weight:600}.total-price{color:#28a745;margin-top:.25rem}.quantity-controls{background:#f8f9fa;border-radius:6px;padding:.25rem}.quantity-btn{border:1px solid #dee2e6;border-radius:4px;height:28px;width:28px}.quantity-btn:hover{background:#e9ecef;border-color:#adb5bd}.quantity-btn.decrease{color:#dc3545}.quantity-btn.increase{color:#28a745}.quantity-display{color:#495057;font-weight:600;min-width:24px;text-align:center}.remove-btn{align-items:center;background:#dc3545;border:1px solid #dc3545;border-radius:4px;color:#fff;cursor:pointer;display:flex;height:28px;justify-content:center;margin-left:.25rem;transition:all .2s ease;width:28px}.remove-btn:hover{background:#c82333;border-color:#bd2130}.add-button{align-items:center;background:#28a745;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;min-width:100px;padding:.5rem 1rem;transition:all .3s ease}.add-button:hover{background:#218838;box-shadow:0 2px 8px #28a7454d;transform:translateY(-1px)}.add-button:active{transform:translateY(0)}@media (max-width:768px){.dish-content{padding:1rem}.dish-name{font-size:1.1rem}.dish-footer{align-items:stretch;flex-direction:column;gap:1rem}.select-button{padding:.75rem;width:100%}}.menu-price-highlight{color:#48bb78!important;font-weight:700}.price-info{background:#f7fafc;border-left:4px solid #48bb78;border-radius:8px;padding:1rem}.price-info p{color:#4a5568;font-size:.875rem;margin:.5rem 0}.current-price-info{background:#c6f6d5;border-radius:6px;color:#22543d!important;font-weight:500!important;margin-top:.75rem!important;padding:.5rem}.price-breakdown{gap:1rem}.price-breakdown,.price-item{display:flex;flex-direction:column}.price-item{background-color:#f8f9fa;border-left:4px solid #e2e8f0;border-radius:8px;gap:.25rem;padding:.75rem}.price-label{color:#2d3748;font-size:.9rem;font-weight:600}.price-value{color:#38a169;font-size:1.1rem;font-weight:700}.price-description{color:#718096;font-size:.8rem;font-style:italic}.current-price-highlight{background:linear-gradient(135deg,#e6fffa,#b2f5ea);border:2px solid #38b2ac;border-radius:10px;display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem;padding:1rem}.current-price-label{color:#234e52;font-size:.9rem;font-weight:600}.current-price-value{color:#234e52;font-size:1.3rem;font-weight:800}.current-price-type{color:#2c7a7b;font-size:.8rem;font-weight:500}.menu-manager{background:#f8fafc;margin:0 auto;max-width:1200px;min-height:100vh;padding:20px}.menu-manager-header{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;justify-content:space-between;margin-bottom:30px;padding:20px}.header-title{align-items:center;display:flex;gap:12px}.header-title h2{color:#2d3748;font-size:24px;font-weight:700;margin:0}.changes-indicator{align-items:center;background:#fef5e7;border:2px solid #f6ad55;border-radius:8px;display:flex;gap:16px;padding:8px 16px}.changes-indicator span{color:#c05621;font-size:14px;font-weight:600}.action-buttons{gap:8px}.reset-btn,.save-btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:12px;font-weight:600;gap:6px;padding:8px 12px;transition:all .2s ease}.reset-btn{background:#e2e8f0;color:#4a5568}.reset-btn:hover{background:#cbd5e0}.save-btn{background:#48bb78;color:#fff}.save-btn:hover{background:#38a169}.menu-controls{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:24px}.category-controls,.menu-controls{margin-bottom:24px}.category-controls h3{color:#2d3748;font-size:18px;font-weight:600;margin:0 0 16px}.category-toggles{display:flex;flex-wrap:wrap;gap:12px}.category-toggle{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;display:flex;font-weight:600;gap:8px;padding:12px 16px;transition:all .3s ease}.category-toggle.active{background:#48bb78;border-color:#48bb78;color:#fff}.category-toggle.inactive{background:#f7fafc;border-color:#cbd5e0;color:#718096}.category-toggle:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.dish-count{font-size:12px;opacity:.8}.filter-controls{grid-gap:24px;align-items:end;display:grid;gap:24px;grid-template-columns:1fr auto}.category-filter label,.status-filter label{color:#2d3748;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.filter-buttons{display:flex;flex-wrap:wrap;gap:8px}.filter-btn{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:6px;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:6px;padding:8px 12px;transition:all .2s ease}.filter-btn.active{background:#4299e1;border-color:#4299e1;color:#fff}.filter-btn:hover:not(.active){background:#f7fafc;border-color:#cbd5e0}.checkbox-label{align-items:center;cursor:pointer;display:flex!important;gap:8px;margin-bottom:0!important}.checkbox-label input[type=checkbox]{accent-color:#48bb78;height:16px;width:16px}.menu-content{display:flex;flex-direction:column;gap:32px}.category-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:24px}.category-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:12px}.category-header h3{color:#2d3748;font-size:20px;font-weight:700;margin:0}.category-count{color:#718096;font-size:14px;font-weight:500}.dishes-grid{grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.dish-item{position:relative}.dish-status-control{position:absolute;right:8px;top:8px;z-index:10}.status-toggle{align-items:center;border:none;border-radius:50%;box-shadow:0 2px 8px #00000026;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.status-toggle.active{background:#48bb78;color:#fff}.status-toggle.inactive{background:#e2e8f0;color:#718096}.status-toggle:hover{transform:scale(1.1)}.dish-wrapper{transition:all .3s ease}.dish-wrapper.disabled{filter:grayscale(50%);opacity:.5}.empty-state{color:#718096;padding:60px 20px;text-align:center}.empty-state h3{color:#4a5568;font-size:20px;margin:16px 0 8px}.empty-state p{font-size:14px;margin:0}.header-actions{align-items:center;display:flex;gap:16px}.create-dish-btn{align-items:center;background:#4299e1;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 16px;transition:all .2s ease}.create-dish-btn:hover{background:#3182ce;transform:translateY(-1px)}.dialog-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.dialog-content{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;max-width:800px;overflow-y:auto;width:100%}.dialog-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:24px;padding:24px 24px 0}.dialog-header h3{color:#2d3748;font-size:20px;font-weight:700;margin:0}.dialog-close{background:none;border:none;border-radius:4px;color:#718096;cursor:pointer;padding:4px;transition:all .2s ease}.dialog-close:hover{background:#f7fafc;color:#2d3748}.dish-form{padding:0 24px 24px}.field-help{font-weight:400}.field-help,.field-note{color:#718096;font-size:11px;font-style:italic}.field-note{display:block;margin-top:4px}.pricing-info-section{background:#f8f9fa;border-left:4px solid #4299e1;border-radius:8px;margin-bottom:24px;padding:16px}.pricing-info-section h4{color:#2d3748;font-size:14px;font-weight:600;margin:0 0 12px}.pricing-explanation{display:flex;flex-direction:column;gap:8px}.price-info-item{color:#4a5568;font-size:12px;padding:6px 0}.price-preview{background:#e6fffa;border:1px solid #81e6d9;border-radius:6px;margin-top:8px;padding:8px 12px}.price-preview span{color:#234e52;font-size:12px;font-weight:600}.form-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:24px}@media (max-width:768px){.form-grid{grid-template-columns:1fr}.pricing-explanation{font-size:11px}}.form-group label{margin-bottom:6px}.form-group input,.form-group select,.form-group textarea{border:2px solid #e2e8f0;border-radius:6px;font-size:14px;padding:10px 12px;transition:border-color .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#4299e1;outline:none}.form-group textarea{min-height:80px;resize:vertical}.ingredients-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0000000f;margin-bottom:32px;padding:24px}.ingredients-header{align-items:center;border-bottom:2px solid #f1f5f9;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:16px}.ingredients-header h4{align-items:center;color:#1a202c;display:flex;font-size:18px;font-weight:700;gap:8px;margin:0}.add-ingredient-btn{align-items:center;background:linear-gradient(135deg,#48bb78,#38a169);border:none;border-radius:8px;box-shadow:0 2px 4px #48bb7833;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:8px;padding:10px 16px;transition:all .3s ease}.add-ingredient-btn:hover{background:linear-gradient(135deg,#38a169,#2f855a);box-shadow:0 4px 8px #48bb784d;transform:translateY(-1px)}.add-ingredient-btn:active{transform:translateY(0)}.ingredient-item{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;border-radius:12px;margin-bottom:16px;overflow:hidden;padding:20px;position:relative;transition:all .3s ease}.ingredient-item:before{background:linear-gradient(180deg,#48bb78,#38a169);content:"";height:100%;left:0;position:absolute;top:0;width:4px}.ingredient-item:hover{border-color:#cbd5e0;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.ingredient-fields{grid-gap:16px;align-items:center;display:grid;gap:16px;grid-template-columns:1fr 1fr auto;margin-bottom:16px}.ingredient-fields input{background:#fff;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;padding:12px 16px;transition:all .3s ease}.ingredient-fields input:focus{border-color:#48bb78;box-shadow:0 0 0 3px #48bb781a;outline:none}.ingredient-fields input::placeholder{color:#a0aec0;font-style:italic}.remove-ingredient-btn{align-items:center;background:linear-gradient(135deg,#fed7d7,#feb2b2);border:2px solid #fed7d7;border-radius:8px;color:#c53030;cursor:pointer;display:flex;height:40px;justify-content:center;min-width:40px;padding:10px;transition:all .3s ease}.remove-ingredient-btn:hover{background:linear-gradient(135deg,#feb2b2,#fc8181);border-color:#feb2b2;box-shadow:0 2px 8px #c5303033;transform:scale(1.05)}.allergens-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-top:16px;padding:16px}.allergens-section>label{align-items:center;color:#2d3748;display:flex;font-size:14px;font-weight:700;gap:8px;margin-bottom:12px}.allergens-checkboxes{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.allergen-checkbox{align-items:center;background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;color:#4a5568;cursor:pointer;display:flex;font-size:13px;gap:8px;padding:8px 12px;transition:all .2s ease}.allergen-checkbox:hover{background:#edf2f7;border-color:#cbd5e0}.allergen-checkbox input[type=checkbox]{accent-color:#48bb78;cursor:pointer;height:16px;width:16px}.allergen-checkbox input[type=checkbox]:checked+span{color:#2d3748;font-weight:600}@media (max-width:768px){.ingredients-section{padding:16px}.ingredient-fields{gap:12px;grid-template-columns:1fr}.remove-ingredient-btn{justify-self:end;width:-webkit-fit-content;width:fit-content}.allergens-checkboxes{gap:8px;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.ingredients-header{align-items:stretch;flex-direction:column;gap:12px}.add-ingredient-btn{align-self:center}}@media (max-width:480px){.allergens-checkboxes{grid-template-columns:1fr 1fr}.allergen-checkbox{font-size:12px;padding:6px 8px}}.dialog-actions{border-top:1px solid #e2e8f0;display:flex;gap:12px;justify-content:flex-end;padding-top:24px}.cancel-btn,.create-btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 16px;transition:all .2s ease}.cancel-btn{background:#e2e8f0;color:#4a5568}.cancel-btn:hover{background:#cbd5e0}.create-btn{background:#48bb78;color:#fff}.create-btn:hover:not(:disabled){background:#38a169}.create-btn:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.menu-manager{padding:12px}.menu-manager-header{align-items:stretch;flex-direction:column;gap:16px}.changes-indicator{flex-direction:column;gap:12px;text-align:center}.filter-controls{gap:16px;grid-template-columns:1fr}.category-toggles{flex-direction:column}.dishes-grid{grid-template-columns:1fr}}@media (max-width:480px){.header-title h2{font-size:20px}.category-section,.menu-controls{padding:16px}.filter-buttons{flex-direction:column}}.menu-page{background-color:#f8fafc;min-height:100vh}.header-content{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;height:5rem;justify-content:space-between;margin:1rem auto 2rem;padding:0 2rem;width:1400px}.header-content,.logo-section{align-items:center;display:flex}.logo-section{flex:0 0 auto;gap:.75rem;min-width:200px}.logo-icon{align-items:center;background:linear-gradient(135deg,#48bb78,#38a169);border-radius:10px;box-shadow:0 4px 12px #48bb7840;color:#fff;display:flex;height:42px;justify-content:center;width:42px}.logo-text .menu-title{color:#1a202c;font-size:1.6rem;font-weight:700;letter-spacing:-.02em;margin:0}.order-summary{align-items:center;display:flex;flex:1 1;flex-direction:column;max-width:600px}.summary-compact{align-items:center;display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:center}.summary-item-compact{align-items:center;display:flex;font-size:.85rem;gap:.4rem}.summary-label-compact{color:#718096;font-size:.8rem;font-weight:500}.summary-value-compact{background-color:#f7fafc;border-radius:5px;color:#4a5568;font-size:.8rem;font-weight:600;min-width:20px;padding:.2rem .4rem;text-align:center}.summary-value-compact.has-items{background-color:#c6f6d5;color:#22543d}.summary-value-compact.complete{background-color:#bee3f8;color:#2a69ac}.total-price-inline{background-color:#e6fffa;border:1px solid #81e6d9;border-radius:8px;padding:.3rem .6rem}.price-amount-inline{background:none;color:#234e52;font-size:1rem;font-weight:700;padding:0}.actions-section{display:flex;flex:0 0 auto;justify-content:flex-end;min-width:200px}.actions-wrapper{align-items:center;display:flex;gap:1rem}.action-buttons{display:flex;gap:.4rem}.user-menu-container{position:relative}.user-menu-trigger{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 2px 4px #0000000d;color:#4a5568;cursor:pointer;display:flex;font-size:.85rem;font-weight:500;gap:.5rem;padding:.5rem .75rem;transition:all .2s ease}.user-menu-trigger:hover{background:#f7fafc;border-color:#cbd5e0;box-shadow:0 4px 8px #0000001a}.user-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px;color:#fff;display:flex;flex-shrink:0;height:28px;justify-content:center;width:28px}.user-name{color:#2d3748;font-weight:600;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chevron{color:#a0aec0;transition:transform .2s ease}.chevron.rotated{transform:rotate(180deg)}.user-menu-dropdown{animation:slideDown .2s ease;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 25px #00000026;min-width:220px;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);z-index:1000}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.user-menu-header{align-items:center;background:#f8fafc;display:flex;gap:.75rem;padding:1rem}.user-avatar-large{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.user-info{display:flex;flex-direction:column;gap:.25rem}.user-name-full{color:#2d3748;font-size:.9rem;font-weight:600}.user-email{color:#718096;font-size:.8rem}.user-menu-divider{background:#e2e8f0;height:1px;margin:0}.user-menu-item{align-items:center;background:none;border:none;color:#4a5568;cursor:pointer;display:flex;font-size:.85rem;gap:.75rem;padding:.75rem 1rem;text-align:left;transition:background-color .2s ease;width:100%}.user-menu-item:hover{background:#f7fafc}.user-menu-item:last-child{color:#e53e3e}.user-menu-item:last-child:hover{background:#fed7d7}.cart-button,.order-button,.reset-button{align-items:center;border:none;border-radius:7px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;font-size:.8rem;font-weight:600;gap:.3rem;padding:.5rem .8rem;transition:all .2s ease;white-space:nowrap}.reset-button{background-color:#e2e8f0;color:#4a5568}.reset-button:hover{background-color:#cbd5e0;box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.order-button{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff}.order-button:hover{background:linear-gradient(135deg,#38a169,#2f855a);box-shadow:0 4px 12px #48bb784d;transform:translateY(-1px)}.cart-button{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff}.cart-button:hover{background:linear-gradient(135deg,#0056b3,#004085);box-shadow:0 4px 12px #007bff4d;transform:translateY(-1px)}.menu-content{padding-bottom:2rem}.menu-section{margin-bottom:3rem}.section-title{background-color:#fff;border-radius:15px;box-shadow:0 4px 12px #0000001a;color:#2d3748;font-size:2.2rem;font-weight:600;margin-bottom:1.8rem;padding:1.2rem;text-align:center}.dishes-grid{grid-gap:1.8rem;display:grid;gap:1.8rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));padding:0 1.5rem}.menu-manager-container{width:100%}.menu-manager-header-controls{margin-bottom:20px;padding:0 20px}.back-to-menu-btn{align-items:center;background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;color:#495057;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:10px 16px;transition:all .2s ease}.back-to-menu-btn:hover{background:#e9ecef;border-color:#adb5bd;color:#212529}.back-to-menu-btn:active{transform:translateY(1px)}@media (max-width:768px){.menu-manager-header-controls{padding:0 15px}.back-to-menu-btn{justify-content:center;width:100%}.header-content{flex-direction:column;gap:1rem;height:auto;max-width:100%;padding:1rem}.menu-header{max-height:none;padding:1rem 0}.logo-section{min-width:auto;order:1}.order-summary{max-width:100%;order:2}.actions-section{justify-content:center;min-width:auto;order:3}.action-buttons{flex-wrap:wrap;justify-content:center}.summary-compact{gap:.8rem}.summary-item-compact{font-size:.8rem}.dishes-grid{gap:1.2rem;grid-template-columns:1fr;padding:0 1rem}.section-title{font-size:1.8rem;padding:1rem}}.ticket-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.ticket-modal{animation:ticketSlideIn .4s ease-out;background:#fff;border-radius:16px 16px 8px 8px;box-shadow:0 20px 40px #0000004d;max-height:90vh;max-width:420px;overflow:hidden;overflow-y:auto;position:relative;width:100%}@keyframes ticketSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.ticket-close{align-items:center;background:#0000001a;border:none;border-radius:50%;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:12px;top:12px;transition:all .2s ease;width:32px;z-index:10}.ticket-close:hover{background:#0003;transform:scale(1.1)}.ticket-header{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;padding:2rem 1.5rem 1.5rem;position:relative;text-align:center}.success-icon{margin-bottom:1rem}.ticket-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.ticket-number{font-size:1rem;font-weight:600;letter-spacing:1px;opacity:.9}.ticket-perforation{background:#fff;height:20px;overflow:hidden;position:relative}.ticket-perforation:before{background:repeating-linear-gradient(90deg,#ddd 0,#ddd 8px,#0000 0,#0000 16px);content:"";height:2px;left:-10px;position:absolute;right:-10px;top:50%;transform:translateY(-50%)}.ticket-content{padding:1.5rem}.ticket-section{margin-bottom:1rem}.ticket-row{align-items:center;display:flex;font-size:.9rem;gap:.75rem;margin-bottom:.75rem}.ticket-row svg{color:#718096;flex-shrink:0}.label{color:#4a5568;flex:1 1}.value{color:#2d3748;font-weight:600}.ticket-divider{background:#e2e8f0;height:1px;margin:1rem 0}.ticket-total{background:#f7fafc;border-radius:8px;margin-bottom:1rem;padding:1rem}.total-row{align-items:center;display:flex;justify-content:space-between}.total-label{color:#4a5568;font-size:.9rem;font-weight:600;letter-spacing:.5px}.total-amount{color:#48bb78;font-size:1.5rem;font-weight:700}.ticket-footer{text-align:center}.thank-you{color:#4a5568;font-style:italic;margin:0}.ticket-ok-button{background:#48bb78;border:none;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:all .2s ease;width:100%}.ticket-ok-button:hover{background:#38a169}.payment-section{margin:20px 0;text-align:center}.payment-header{align-items:center;color:#2563eb;display:flex;font-weight:600;gap:8px;justify-content:center;margin-bottom:20px}.payment-title{font-size:14px;letter-spacing:.5px;text-transform:uppercase}.qr-container{align-items:center;display:flex;flex-direction:column;gap:15px}.qr-wrapper{background:#fff;border:3px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 20px #00000026;padding:12px}.qr-code{border-radius:8px;display:block;height:200px;object-fit:cover;width:200px}.phone-container{align-items:center;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;gap:10px;padding:12px 16px}.phone-number{color:#1f2937;font-family:Courier New,monospace;font-size:18px;font-weight:700;letter-spacing:1px;-webkit-user-select:all;user-select:all}.copy-button{align-items:center;background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:12px;font-weight:600;gap:6px;letter-spacing:.5px;padding:8px 12px;text-transform:uppercase;transition:all .2s ease}.copy-button:hover{background:#2563eb;transform:translateY(-1px)}.copy-button.copied{background:#10b981}.copy-button.copied:hover{background:#059669}@media (max-width:480px){.ticket-overlay{padding:.5rem}.ticket-modal{border-radius:12px 12px 0 0;max-height:95vh;width:100%}.ticket-header{padding:1.5rem 1rem 1rem}.ticket-title{font-size:1.25rem}.ticket-content{padding:1rem}.qr-code{height:160px;width:160px}.qr-wrapper{padding:8px}.phone-container{flex-direction:column;gap:8px;padding:12px}.phone-number{font-size:16px}.copy-button{justify-content:center;width:100%}}@media (max-width:360px){.qr-code{height:140px;width:140px}.ticket-content{padding:.75rem}.phone-number{font-size:14px}}@media (min-width:481px) and (max-width:768px){.ticket-modal{max-width:450px}.qr-code{height:180px;width:180px}}.cart-overlay{background:#00000080;bottom:0;display:flex;justify-content:flex-end;left:0;position:fixed;right:0;top:0;z-index:1000}.cart-sidebar{animation:slideIn .3s ease;background:#fff;box-shadow:-4px 0 20px #0000001a;display:flex;flex-direction:column;height:100vh;overflow-y:auto;width:450px}.cart-header{background:#f7fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;padding:1.5rem}.cart-header,.cart-title{align-items:center;display:flex}.cart-title{gap:.5rem}.cart-title h2{color:#2d3748;font-size:1.5rem;font-weight:600;margin:0}.close-button{border-radius:6px;padding:.5rem}.cart-content,.empty-cart{display:flex;flex:1 1;flex-direction:column}.empty-cart{align-items:center;color:#718096;justify-content:center;padding:3rem 2rem;text-align:center}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-cart h3{color:#2d3748;margin-bottom:.5rem}.menu-summary{background:#f8f9fa;border-bottom:1px solid #e9ecef}.menu-summary h3{font-size:1.1rem}.summary-stats{gap:.5rem}.stat-label{font-size:.9rem}.stat-value{border-radius:4px;font-weight:600;padding:.25rem .5rem}.stat-value.complete{background:#c6f6d5}.stat-value.extra{background:#fef5e7}.cart-items{flex:1 1;padding:1rem}.cart-items h4{border-bottom:2px solid #e2e8f0;color:#2d3748;font-size:1rem;margin:1.5rem 0 1rem;padding-bottom:.5rem}.cart-items h4:first-child{margin-top:0}.menu-complete-item{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #48bb78;border-radius:16px;box-shadow:0 4px 12px #48bb7826;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s ease}.menu-complete-item:hover{box-shadow:0 8px 20px #48bb7833;transform:translateY(-2px)}.menu-header-2{border-radius:12px;justify-content:space-between;margin-bottom:1rem;padding:.75rem}.menu-header-2,.menu-title{align-items:center;display:flex}.menu-title{color:#2d3748;font-size:1.1rem;font-weight:700;gap:.5rem;margin:0}.menu-price{background:#fff;border:2px solid #48bb78;border-radius:12px;box-shadow:0 2px 8px #48bb7833;color:#48bb78;font-size:1.2rem;font-weight:800;min-width:80px;padding:.5rem 1rem;text-align:center}.menu-details{display:flex;flex-direction:column;gap:.75rem}.menu-dish{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 6px #0000000d;display:flex;gap:1rem;padding:.75rem;transition:all .2s ease}.menu-dish:hover{border-color:#48bb78;box-shadow:0 4px 12px #48bb781a}.menu-dish-image{border:2px solid #e2e8f0;border-radius:10px;flex-shrink:0;height:50px;object-fit:cover;width:50px}.menu-dish-info{align-items:center;display:flex;flex:1 1;gap:1rem;justify-content:space-between}.menu-dish-name{color:#2d3748;flex:1 1;font-size:.95rem;font-weight:600}.menu-dish-price{background:#f0fff4;border:1px solid #c6f6d5;border-radius:8px;color:#48bb78;font-size:.85rem;font-weight:700;min-width:60px;padding:.3rem .6rem;text-align:center}.cart-item{background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0000000d;display:flex;gap:1rem;margin-bottom:1rem;padding:1.25rem;transition:all .2s ease}.cart-item:hover{border-color:#cbd5e0;box-shadow:0 4px 12px #0000001a}.cart-item-image{border:2px solid #e2e8f0;border-radius:10px;flex-shrink:0;height:70px;object-fit:cover;width:70px}.cart-item-details{display:flex;flex:1 1;flex-direction:column;justify-content:center;min-width:0}.cart-item-name{color:#2d3748;font-size:1rem;font-weight:700;line-height:1.3;margin:0 0 .25rem}.cart-item-description{color:#718096;font-size:.85rem;font-style:italic;margin:0}.cart-item-controls{align-items:flex-end;display:flex;flex-direction:column;flex-shrink:0;gap:.75rem;justify-content:center}.quantity-controls{align-items:center;background:#f7fafc;border:1px solid #e2e8f0;border-radius:10px;display:flex;gap:.5rem;padding:.4rem}.quantity-btn{align-items:center;background:#fff;border:1px solid #cbd5e0;border-radius:8px;color:#4a5568;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.quantity-btn:hover{background:#48bb78;border-color:#48bb78;color:#fff;transform:scale(1.05)}.quantity{color:#2d3748;font-size:1rem;font-weight:700;min-width:28px;text-align:center}.remove-item{align-items:center;background:#fed7d7;border:1px solid #feb2b2;border-radius:8px;color:#c53030;cursor:pointer;display:flex;height:36px;justify-content:center;padding:.4rem;transition:all .2s ease;width:36px}.remove-item:hover{background:#fc8181;color:#fff;transform:scale(1.05)}.cart-footer{background:linear-gradient(135deg,#f7fafc,#edf2f7);border-top:2px solid #e2e8f0;padding:2rem 1.5rem}.cart-total{margin-bottom:1.5rem;text-align:center}.total-line{background:#fff;border:2px solid #48bb78;border-radius:12px;box-shadow:0 4px 12px #48bb7826;font-size:1.4rem;font-weight:800;padding:1rem}.checkout-button{background:linear-gradient(135deg,#48bb78,#38a169);border-radius:12px;box-shadow:0 4px 12px #48bb784d;font-size:1.1rem;font-weight:700;gap:.75rem;padding:1.25rem;transition:all .3s ease}.checkout-button:hover{background:linear-gradient(135deg,#38a169,#2f855a);box-shadow:0 8px 20px #48bb7866;transform:translateY(-2px)}.clear-button{background:linear-gradient(135deg,#e53e3e,#c53030);border-radius:10px;box-shadow:0 4px 12px #e53e3e4d;font-weight:700;gap:.75rem;padding:1rem 1.5rem;transition:all .3s ease}.clear-button:hover{background:linear-gradient(135deg,#c53030,#9c2626);box-shadow:0 8px 20px #e53e3e66;transform:translateY(-2px)}.menu-summary{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-bottom:2px solid #e9ecef;border-radius:12px 12px 0 0;padding:1.5rem}.menu-summary h3{align-items:center;color:#2d3748;display:flex;font-size:1.2rem;font-weight:700;gap:.5rem;margin:0 0 1rem}.summary-stats{display:flex;flex-direction:column;gap:.75rem}.stat-item{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;justify-content:space-between;padding:.5rem}.stat-label{color:#4a5568;font-size:.95rem;font-weight:600}.stat-value{border-radius:8px;font-size:.9rem;font-weight:700;min-width:40px;padding:.4rem .8rem;text-align:center}.stat-value.complete{background:linear-gradient(135deg,#c6f6d5,#9ae6b4);border:1px solid #68d391;color:#22543d}.stat-value.extra{background:linear-gradient(135deg,#fef5e7,#fed7aa);border:1px solid #f6ad55;color:#c05621}.no-items{background:#f7fafc;border-radius:6px;color:#a0aec0;font-style:italic;margin-bottom:1rem;padding:1rem;text-align:center}.cart-footer{background:#f7fafc;border-top:1px solid #e2e8f0;padding:1.5rem}.cart-total{margin-bottom:1rem}.total-breakdown{text-align:center}.total-line{color:#2d3748;font-size:1.2rem}.cart-actions{display:flex;flex-direction:column;gap:.75rem}.checkout-button{align-items:center;background:#48bb78;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.875rem;transition:all .2s ease;width:100%}.checkout-button:hover{background:#38a169;box-shadow:0 4px 12px #48bb784d;transform:translateY(-1px)}.validation-message{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;margin-bottom:1rem;padding:1rem;text-align:center}.incomplete-message{align-items:center;color:#856404;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;margin-bottom:.5rem}.warning-icon{color:#f39c12;flex-shrink:0}.validation-details{margin-top:.5rem}.validation-details small{color:#6c757d;display:block;line-height:1.6}.restriction-icon,.rule-icon{margin-right:.25rem;vertical-align:middle}.rule-icon{color:#007bff}.restriction-icon{color:#dc3545}.incomplete-order-actions{width:100%}.clear-button{align-items:center;background:#e53e3e;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;justify-content:center;margin:0 auto;padding:.75rem 1.5rem;transition:all .2s ease}.clear-button:hover{background:#c53030}@media (max-width:768px){.cart-sidebar{width:100vw}}.login-page{align-items:center;animation:fadeIn .5s ease;background:#f7fafc;display:flex;justify-content:center;min-height:100vh;padding:20px}.login-container{animation:slideUp .6s ease;background:#fff;border:2px solid #e2e8f0;border-radius:16px;box-shadow:0 20px 40px #0000001a;max-width:600px;padding:40px;width:100%}.login-header{margin-bottom:30px;text-align:center}.login-icon{animation:bounce 1s ease infinite;font-size:3rem;margin-bottom:1rem}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.login-header h1{color:#2d3748;font-size:28px;font-weight:700;margin-bottom:8px}.login-header p{color:#718096;font-size:16px;font-weight:500;margin:0}.auth-tabs{background:#f7fafc;border:2px solid #e2e8f0;border-radius:12px;display:flex;margin-bottom:24px;padding:4px}.tab-button{align-items:center;background:#0000;border:none;border-radius:8px;color:#718096;cursor:pointer;display:flex;flex:1 1;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:12px 16px;transition:all .3s ease}.tab-button:hover:not(:disabled){background:#ffffff80;color:#4a5568}.tab-button.active{background:#fff;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0000001a;color:#2d3748}.tab-button:disabled{cursor:not-allowed;opacity:.6}.tab-icon{font-size:1rem}.error-message{align-items:center;animation:shake .5s ease;background:#fed7d7;border:2px solid #feb2b2;border-radius:12px;color:#c53030;display:flex;font-size:14px;font-weight:600;gap:8px;margin-bottom:20px;padding:12px 16px}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.error-icon{flex-shrink:0;font-size:1.2rem}.login-form{gap:24px}.form-group,.login-form{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{align-items:center;color:#2d3748;display:flex;font-size:14px;font-weight:600;gap:8px}.label-icon{font-size:1.1rem}.form-group input{background:#fff;border:2px solid #e2e8f0;border-radius:12px;font-size:16px;font-weight:500;padding:14px 16px;transition:all .3s ease}.form-group input:focus{border-color:#48bb78;box-shadow:0 0 0 3px #48bb781a;outline:none;transform:translateY(-1px)}.form-group input:disabled{background-color:#f7fafc;cursor:not-allowed;opacity:.7}.form-group input.loading{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.verification-info{animation:slideIn .5s ease;background:#f0fff4;border:2px solid #c6f6d5;border-radius:12px;margin-bottom:24px;padding:20px;text-align:center}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.verification-icon{animation:pulse 2s ease-in-out infinite;font-size:2rem;margin-bottom:8px}.verification-info p{color:#4a5568;font-size:14px;font-weight:500;margin:0 0 8px}.verification-info strong{color:#2d3748;font-size:16px;font-weight:700}.code-input-container{position:relative}.code-input{font-family:Courier New,monospace;font-size:24px;font-weight:700;letter-spacing:8px;text-align:center}.code-input.complete{animation:success .5s ease;background:#f0fff4;border-color:#48bb78}@keyframes success{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.verification-status{align-items:center;color:#48bb78;display:flex;font-size:14px;font-weight:600;gap:8px;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.code-progress{display:flex;gap:8px;justify-content:center;margin-top:12px}.progress-dot{background:#e2e8f0;border-radius:50%;height:12px;transition:all .3s ease;width:12px}.progress-dot.filled{animation:fillDot .3s ease;background:#48bb78;transform:scale(1.2)}@keyframes fillDot{0%{transform:scale(.8)}50%{transform:scale(1.4)}to{transform:scale(1.2)}}.submit-button{align-items:center;background:#48bb78;border:none;border-radius:12px;box-shadow:0 4px 12px #48bb784d;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;justify-content:center;padding:16px 24px;transition:all .3s ease}.submit-button:hover:not(:disabled){background:#38a169;box-shadow:0 8px 20px #48bb7866;transform:translateY(-2px)}.submit-button:disabled{background:#cbd5e0;box-shadow:none;cursor:not-allowed;transform:none}.submit-button.loading{animation:buttonPulse 1.5s ease-in-out infinite}@keyframes buttonPulse{0%,to{box-shadow:0 4px 12px #48bb784d}50%{box-shadow:0 4px 12px #48bb7899}}.back-button{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;color:#4a5568;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:12px 20px;transition:all .3s ease}.back-button:hover:not(:disabled){background:#f7fafc;border-color:#cbd5e0;transform:translateY(-1px)}.back-button:disabled{border-color:#e2e8f0;color:#a0aec0;cursor:not-allowed;transform:none}.button-icon{font-size:1rem;transition:transform .2s ease}.submit-button:hover .button-icon{transform:translateX(2px)}.back-button:hover .button-icon{transform:translateX(-2px)}@media (max-width:480px){.login-container{margin:10px;padding:24px}.login-header h1{font-size:24px}.code-input{font-size:20px;letter-spacing:4px}.tab-button{font-size:12px;padding:10px 12px}}.form-group{animation:slideInUp .6s ease;animation-fill-mode:both}.form-group:first-child{animation-delay:.1s}.form-group:nth-child(2){animation-delay:.2s}.form-group:nth-child(3){animation-delay:.3s}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.back-button,.submit-button{animation:slideInUp .6s ease;animation-delay:.4s;animation-fill-mode:both}.auth-tabs{animation:slideInUp .6s ease;animation-delay:.05s;animation-fill-mode:both}.references-group{margin-bottom:20px}.textarea-container{position:relative;width:100%}.references-textarea{background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;font-size:14px;min-height:80px;padding:12px;resize:vertical;transition:border-color .3s,box-shadow .3s;width:100%}.references-textarea:focus{border-color:#4a90e2;box-shadow:0 0 0 2px #4a90e233;outline:none}.references-textarea::placeholder{color:#aaa}.textarea-counter{background-color:#fffc;border-radius:4px;bottom:8px;color:#888;font-size:12px;padding:2px 6px;position:absolute;right:12px}.references-textarea.loading{background-color:#f0f0f0;cursor:not-allowed}.address-input-container{align-items:stretch;display:flex;gap:8px}.address-input-container input{flex:1 1}.select-location-button{align-items:center;background:#48bb78;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:6px;min-width:-webkit-fit-content;min-width:fit-content;padding:12px 16px;transition:all .2s ease;white-space:nowrap}.select-location-button:hover{background:#38a169;transform:translateY(-1px)}.select-location-button:active{transform:translateY(0)}.select-location-button:disabled{background:#a0aec0;cursor:not-allowed;transform:none}@media (max-width:480px){.address-input-container{flex-direction:column}.select-location-button{justify-content:center}}.form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-bottom:24px}.form-group.full-width{grid-column:1/-1}@media (max-width:768px){.form-row{gap:24px;grid-template-columns:1fr}}@media (max-width:480px){.form-row{gap:20px}}.mapboxgl-map{-webkit-tap-highlight-color:rgb(0 0 0/0);font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative}.mapboxgl-canvas{left:0;position:absolute;top:0}.mapboxgl-map:-webkit-full-screen{height:100%;width:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:grab;-webkit-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom,.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-left,.mapboxgl-ctrl-right,.mapboxgl-ctrl-top,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.mapboxgl-ctrl-top-left{left:0;top:0}.mapboxgl-ctrl-top{left:50%;top:0;transform:translateX(-50%)}.mapboxgl-ctrl-top-right{right:0;top:0}.mapboxgl-ctrl-right{right:0;top:50%;transform:translateY(-50%)}.mapboxgl-ctrl-bottom-right{bottom:0;right:0}.mapboxgl-ctrl-bottom{bottom:0;left:50%;transform:translateX(-50%)}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-left{left:0;top:50%;transform:translateY(-50%)}.mapboxgl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{float:left;margin:10px 0 0 10px}.mapboxgl-ctrl-top .mapboxgl-ctrl{float:left;margin:10px 0}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{float:right;margin:10px 10px 0 0}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl,.mapboxgl-ctrl-right .mapboxgl-ctrl{float:right;margin:0 10px 10px 0}.mapboxgl-ctrl-bottom .mapboxgl-ctrl{float:left;margin:10px 0}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl,.mapboxgl-ctrl-left .mapboxgl-ctrl{float:left;margin:0 0 10px 10px}.mapboxgl-ctrl-group{background:#fff;border-radius:4px}.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.mapboxgl-ctrl-group button{background-color:initial;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;overflow:hidden;padding:0;width:29px}.mapboxgl-ctrl-group button+button{border-top:1px solid #ddd}.mapboxgl-ctrl button .mapboxgl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (-ms-high-contrast:active){.mapboxgl-ctrl-icon{background-color:initial}.mapboxgl-ctrl-group button+button{border-top:1px solid ButtonText}}.mapboxgl-ctrl-attrib-button:focus,.mapboxgl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl button:disabled{cursor:not-allowed}.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{opacity:.25}.mapboxgl-ctrl-group button:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group button:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group button:only-child{border-radius:inherit}.mapboxgl-ctrl button:not(:disabled):hover{background-color:#0000000d}.mapboxgl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8h-8z'/%3E%3Cpath d='m10.5 16 4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8h-8z'/%3E%3Cpath d='m10.5 16 4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8h-8z'/%3E%3Cpath d='m10.5 16 4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='m14 5 1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{animation:mapboxgl-spin 2s linear infinite}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='m14 5 1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='m14 5 1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}}@keyframes mapboxgl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 0 1 3.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 0 0-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 0 0 4.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 0 1-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 0 1 .3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 0 1-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg opacity='.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg opacity='.9' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:23px}@media (-ms-high-contrast:active){a.mapboxgl-ctrl-logo{background-color:initial;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 0 1 3.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 0 0-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 0 0 4.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 0 1-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 0 1 .3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 0 1-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 0 1 3.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 0 0-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 0 0 4.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 0 1-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 0 1 .3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 0 1-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/svg%3E")}}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{background-color:#fff;border-radius:12px;box-sizing:initial;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.mapboxgl-ctrl-attrib.mapboxgl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button{left:0}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button{background-color:#0000000d}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0;top:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0;top:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}.mapboxgl-ctrl-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0}}@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.mapboxgl-ctrl-attrib a{color:#000000bf;text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.mapboxgl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{flex-direction:column-reverse}.mapboxgl-popup-anchor-left{flex-direction:row}.mapboxgl-popup-anchor-right{flex-direction:row-reverse}.mapboxgl-popup-tip{border:10px solid #0000;height:0;width:0;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.mapboxgl-popup-close-button{background-color:initial;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.mapboxgl-popup-close-button:hover{background-color:#0000000d}.mapboxgl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:10px 10px 15px;pointer-events:auto;position:relative}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}.mapboxgl-marker{left:0;opacity:1;position:absolute;top:0;transition:opacity .2s;will-change:transform}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.mapboxgl-user-location-dot:before{animation:mapboxgl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.mapboxgl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading{height:0;width:0}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after,.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-bottom:7.5px solid #4aa1eb;content:"";position:absolute}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-left:7.5px solid #0000;transform:translateY(-28px) skewY(-20deg)}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after{border-right:7.5px solid #0000;transform:translate(7.5px,-28px) skewY(20deg)}@keyframes mapboxgl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}@media print{.mapbox-improve-map{display:none}}.mapboxgl-scroll-zoom-blocker,.mapboxgl-touch-pan-blocker{align-items:center;background:#000000b3;color:#fff;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;text-align:center;top:0;transition:opacity .75s ease-in-out;transition-delay:1s;width:100%}.mapboxgl-scroll-zoom-blocker-show,.mapboxgl-touch-pan-blocker-show{opacity:1;transition:opacity .1s ease-in-out}.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page,.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-ctrl button.mapboxgl-ctrl-level-button{background-color:#fff;border:1px solid #ccc;border-radius:4px;color:#333;cursor:pointer;font-size:12px;height:auto;line-height:1.5;margin:2px;padding:5px 10px;width:auto}.mapboxgl-ctrl button.mapboxgl-ctrl-level-button:hover{background-color:#f0f0f0}.mapboxgl-ctrl button.mapboxgl-ctrl-level-button-selected{background-color:#4264fb;border-color:#4264fb;color:#fff}.mapboxgl-ctrl button.mapboxgl-ctrl-level-button-selected:hover{background-color:#3151d9}.delivery-location-overlay{align-items:center;animation:fadeIn .3s ease;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:10px;position:fixed;right:0;top:0;z-index:1000}.delivery-location-modal{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 25px 50px #00000040;max-height:90vh;max-width:900px;overflow:hidden;width:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.delivery-location-header{align-items:center;background:#f7fafc;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;padding:16px 20px}.delivery-location-header h3{align-items:center;color:#2d3748;display:flex;font-size:16px;font-weight:600;gap:8px;margin:0}.close-button{align-items:center;background:none;border:none;border-radius:8px;color:#718096;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:8px;transition:all .2s ease}.close-button:hover{background:#e2e8f0;color:#2d3748}.delivery-location-content{display:grid;grid-template-columns:300px 1fr;height:500px}.location-controls{background:#f7fafc;border-right:2px solid #e2e8f0;display:flex;flex-direction:column;gap:16px;padding:20px}.address-search label{color:#2d3748;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.address-input{border:2px solid #e2e8f0;border-radius:8px;box-sizing:border-box;font-size:14px;padding:12px;transition:all .3s ease;width:100%}.address-input:focus{border-color:#48bb78;box-shadow:0 0 0 3px #48bb781a;outline:none}.use-location-button{align-items:center;background:#4299e1;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;min-height:48px;padding:14px 16px;transition:all .3s ease}.use-location-button:hover:not(:disabled){background:#3182ce;transform:translateY(-1px)}.use-location-button:disabled{background:#cbd5e0;cursor:not-allowed;transform:none}.location-info{background:#fff;border:2px solid #e2e8f0;border-radius:8px;padding:12px}.location-info p{color:#4a5568;font-size:12px;margin:0 0 6px;word-break:break-word}.location-info p:last-child{margin-bottom:0}.map-container{background:#f7fafc;position:relative}.mapbox-map{height:100%;width:100%}.map-instructions{background:#fffffff2;border-radius:6px;box-shadow:0 2px 8px #0000001a;color:#4a5568;font-size:12px;left:10px;padding:8px 12px;position:absolute;right:10px;text-align:center;top:10px}.delivery-location-footer{background:#f7fafc;border-top:2px solid #e2e8f0;display:flex;gap:12px;justify-content:space-between;padding:16px 20px}.cancel-button{background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#4a5568;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;min-height:48px;padding:14px 20px;transition:all .3s ease}.cancel-button:hover{background:#f7fafc;border-color:#cbd5e0}.confirm-button{align-items:center;background:#48bb78;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex:2 1;font-size:14px;font-weight:600;gap:8px;justify-content:center;min-height:48px;padding:14px 20px;transition:all .3s ease}.confirm-button:hover:not(:disabled){background:#38a169;transform:translateY(-1px)}.confirm-button:disabled{background:#cbd5e0;cursor:not-allowed;transform:none}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;height:16px;width:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.delivery-location-overlay{align-items:flex-end;padding:5px}.delivery-location-modal{border-radius:16px 16px 0 0;max-height:95vh}.delivery-location-header{padding:12px 16px}.delivery-location-header h3{font-size:15px}.delivery-location-content{grid-template-columns:1fr;grid-template-rows:auto 1fr;height:70vh;min-height:400px}.location-controls{border-bottom:2px solid #e2e8f0;border-right:none;gap:12px;padding:16px}.location-info{padding:10px}.location-info p{font-size:11px}.map-instructions{font-size:11px;padding:6px 8px}.delivery-location-footer{background:#fff;border-top:2px solid #e2e8f0;bottom:0;padding:12px 16px;position:-webkit-sticky;position:sticky}.cancel-button,.confirm-button{font-size:15px;font-weight:700;min-height:52px;padding:16px 12px}.confirm-button{flex:3 1}}@media (max-width:480px){.delivery-location-overlay{padding:0}.delivery-location-modal{border-radius:0;height:100vh;max-height:100vh}.delivery-location-content{height:calc(100vh - 140px)}.location-controls{padding:12px}.delivery-location-footer{gap:8px;padding:16px}.cancel-button{display:none}.confirm-button{flex:1 1;font-size:16px;min-height:56px;padding:18px;width:100%}}
/*# sourceMappingURL=main.8676cf30.css.map*/