.tos-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.tos-modal{background:#fff;padding:2rem;border-radius:8px;max-width:700px;max-height:80vh;overflow-y:auto;position:relative}.tos-content{font-size:.9rem;line-height:1.6}.close-button{position:absolute;top:.5rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer}.tos-link-button{background:none;border:none;padding:0;color:#007bff;text-decoration:underline;cursor:pointer;margin-top:0rem}.tos-modal-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}.tos-button{padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-weight:700}.tos-button.accept{background-color:#28a745;color:#fff}.tos-button.cancel{background-color:#ccc;color:#000}.register-form{max-width:800px;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:.5rem;font-weight:500;color:#333}input,select{padding:.6rem;border-radius:6px;border:1px solid #ccc;font-size:1rem;transition:all .2s ease-in-out}.generate-button{max-width:180px;margin-left:30px}.register-button{cursor:pointer;transition:background-color .2s}.register-button.disabled{color:#666;cursor:not-allowed;pointer-events:none}.register-form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}input:focus-visible,select:focus-visible,button:focus-visible{outline:2px solid #007bff;outline-offset:2px}.inline-group{display:flex;align-items:flex-start;gap:1rem;flex-wrap:wrap}.inline-label{display:flex;gap:.5rem;font-weight:700;color:#333;flex:1;white-space:normal;padding-top:33px}@media (min-width: 768px){.inline-label{white-space:nowrap}.username-input{width:360px}}.label-text{margin-left:.25rem}.privacy-hint{font-size:.9rem;color:#555}.privacy-hint a{color:#007bff;text-decoration:underline}.register-error-text{margin:1rem 0;color:#d93025;font-weight:500;background-color:#fdd;padding:.25rem;border-radius:6px;padding:5px}@media (max-width: 480px){.register-form{padding:1.25rem;margin:1rem}.form-row{grid-template-columns:1fr}button[type=submit]{width:30%}.inline-label{padding-top:5px}.generate-button{padding-left:10px}}@media (max-width: 440px){.username-input{width:180px}}@media (prefers-color-scheme: dark){.register-form{background-color:#1e1e1e;color:#f0f0f0}input,select{background-color:#2c2c2c;color:#f0f0f0;border:1px solid #555}.form-group label,.inline-label{color:#f0f0f0}.privacy-hint{color:#aaa}.privacy-hint a{color:#66b3ff}.register-error-text{background-color:#4b1c1c;color:#f8b4b4;padding:5px}button[type=submit]{background-color:#39f}button[type=submit]:hover{background-color:#1976d2}}.login-form{max-width:400px;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a}.login-input{width:100%;padding:10px;margin-top:5px;border:1px solid #ccc;border-radius:5px;font-size:16px}.form-group{margin-right:15px}.checkbox-group label{display:flex;align-items:center}.login-button{width:100%;padding:10px;background:#007bff;color:#fff;border:none;border-radius:5px;font-size:16px;cursor:pointer}.login-button:disabled{background:#ccc}.forgot-password-link{display:block;text-align:right;font-size:14px;color:#007bff;text-decoration:none}.link-button{background:none;border:none;color:#007bff;cursor:pointer;font-size:14px}@media (max-width: 500px){.login-form{width:90%}.login-button{font-size:14px}.login-input{font-size:14px;width:95%}}.checkbox-remember-forgot{display:flex;align-items:flex-start;gap:1rem;white-space:nowrap;margin-bottom:1rem;flex-wrap:nowrap}.remember-me{display:flex;align-items:flex-start;gap:.4rem;white-space:nowrap}.forgot-password-link{white-space:nowrap;font-size:.9rem;color:#0078d7;text-decoration:underline}.forgot-password-link:hover{color:#005ea3}.link-button{background:none;border:none;color:#007bff;cursor:pointer;padding:0;font-size:1rem}.link-button:hover{text-decoration:underline}.category-toggle-button{display:none;margin-bottom:1rem;padding:.5rem 1rem;background-color:var(--primary-color, #007bff);color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:600;font-size:1rem;transition:background-color .3s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;box-sizing:border-box;text-align:center}.category-toggle-button:hover,.category-toggle-button:focus{background-color:var(--primary-color-dark, #0056b3);outline:none}.category-sidebar{width:240px;min-width:240px;max-width:300px;padding:1rem;background-color:#fafafa;border-right:1px solid #ddd;box-shadow:2px 0 8px #0000000d;display:flex;flex-direction:column;box-sizing:border-box;transition:all .3s ease;overflow-y:auto;height:100%;scrollbar-width:none;-ms-overflow-style:none}.category-sidebar::-webkit-scrollbar{display:none}.sidebar-container{display:flex;height:100%}.sidebar-toggle-strip{width:20px;min-width:20px;height:20px;margin-right:.2rem;margin-top:50px;background-color:#f0f0f0;border-right:1px solid #ccc;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease}.sidebar-toggle-strip:hover{background-color:#e0e0e0}.sidebar-toggle-icon{border:none;height:20px;width:20px;cursor:pointer;color:var(--primary-color, #007bff);display:flex;align-items:center;justify-content:center;padding:.25rem;border-radius:4px;transition:background-color .2s ease}.sidebar-toggle-icon:hover,.sidebar-toggle-icon:focus{background-color:#e0e0e0;outline:none}.sidebar-toggle-icon.rotate{transform:rotate(180deg)}.sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.sidebar-header h4{margin:0;font-size:1.1rem;color:#333;flex:1 1 auto}.category-list,.subcategory-list{list-style:none;padding:0;margin:0}.category-item,.subcategory-item{cursor:pointer;padding:.5rem .75rem;border-radius:4px;display:flex;align-items:center;gap:.5rem;font-size:.95rem;-webkit-user-select:none;user-select:none;transition:background-color .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-item:hover,.subcategory-item:hover{background-color:#eee}.category-item.active,.subcategory-item.active{background-color:var(--primary-color, #007bff);color:#fff;font-weight:600}.category-favicon,.subcategory-favicon{font-size:1.1rem;line-height:1;flex-shrink:0}.expand-toggle{margin-left:auto;font-size:.9rem;pointer-events:none}.category-with-subcats>.subcategory-list{padding-left:1rem;margin-top:.25rem}@media (max-width: 768px){.category-toggle-button{display:block}.category-sidebar{border-radius:6px;border:1px solid #ddd;box-shadow:0 0 8px #0000000d;margin-bottom:1rem}.sidebar-toggle-strip{border-right:none;border-bottom:1px solid #ccc;justify-content:flex-end;padding:.5rem}.category-item,.subcategory-item{white-space:normal;overflow:hidden;text-overflow:ellipsis}.sidebar-header h4{font-size:1rem}.sidebar-toggle-icon{font-size:1.25rem;padding:.4rem}}@media (max-width: 480px){.category-toggle-button{font-size:.85rem;padding:.4rem .75rem}.sidebar-toggle-strip{margin-top:0;margin-bottom:1rem;font-size:1.85rem;height:10px;width:10px}}.products-wrapper{padding:1rem;max-width:1200px;margin:0 auto;font-family:Arial,sans-serif;color:#333}.products-layout{display:flex;min-height:80vh;transition:all .3s ease-in-out}.category-sidebar{width:240px;min-width:240px;max-width:240px;overflow-y:auto;transition:all .3s ease-in-out}.products-layout.hide-sidebar .category-sidebar{width:40px;min-width:40px;max-width:40px;overflow-x:hidden;padding:.5rem .25rem}.products-layout.hide-sidebar .category-sidebar{display:none}.products-layout.show-sidebar .category-sidebar{display:block}.main-content{flex-grow:1;transition:margin-left .3s ease-in-out}.products-layout.hide-sidebar .main-content{flex:1 1 100%}.search-controls-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-bottom:1rem;margin-left:.25rem}.search-input{flex:1 1 200px;padding:.5rem .75rem;border:1px solid #ccc;border-radius:4px;font-size:.8rem}.sort-control-inline{display:flex;align-items:center;gap:.5rem}.sort-control-inline label{font-weight:600;font-size:.8rem}.sort-control-inline select{padding:.4rem .6rem;border-radius:4px;border:1px solid #ccc;font-size:.8rem;cursor:pointer}.pagination-controls-top,.pagination-controls-bottom{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem}.pagination-controls-bottom{margin-top:1rem}.pagination-controls-top button,.pagination-controls-bottom button{background-color:#007bff;border:none;padding:.4rem .8rem;border-radius:4px;color:#fff;font-weight:600;font-size:.8rem;cursor:pointer;transition:background-color .2s}.pagination-controls-top button:disabled,.pagination-controls-bottom button:disabled{background-color:#bbb;cursor:not-allowed}.pagination-controls-top span,.pagination-controls-bottom span{font-weight:600;font-size:.8rem}.pagination-controls-top select,.pagination-controls-bottom select{padding:.3rem .5rem;border-radius:4px;border:1px solid #ccc;font-size:1rem;cursor:pointer}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.product-card{border:1px solid #ddd;border-radius:6px;padding:.25rem;background-color:#fff;display:flex;flex-direction:column;cursor:pointer;transition:box-shadow .2s ease}.product-card:hover,.product-card:focus-within{box-shadow:0 0 8px #007bff80;outline:none}.product-image{width:100%;height:60px;padding-top:75%;background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:4px;margin-bottom:.5rem}@media (max-width: 768px){.product-image{height:40px}}@media (max-width: 480px){.product-image{height:20px}}.product-title{font-size:.8rem;margin:0 0 .3rem;font-weight:600;color:#007bff;-webkit-user-select:none;user-select:none}.product-price{font-weight:540;font-size:.8rem;margin-bottom:.5rem;color:#333}.add-to-cart-button{margin-top:auto;padding:.5rem .75rem;border:none;background-color:#28a745;color:#fff;font-weight:600;font-size:.8rem;border-radius:4px;cursor:pointer;transition:background-color .2s}.add-to-cart-button:hover,.add-to-cart-button:focus{background-color:#218838;outline:none}.loading-text,.error-text{font-size:1.2rem;font-weight:600;text-align:center;padding:2rem 0;color:#666}.category-toggle-button{display:none;margin-bottom:1rem;padding:.5rem 1rem;background-color:#007bff;color:#fff;font-weight:600;border:none;border-radius:4px;cursor:pointer;width:100%;text-align:center;-webkit-user-select:none;user-select:none;transition:background-color .2s}.category-toggle-button:hover,.category-toggle-button:focus{background-color:#0056b3;outline:none}@media (max-width: 768px){.products-layout{flex-direction:column}.category-sidebar{width:240px;min-width:240px;max-width:240px;overflow-y:auto;transition:all .3s ease-in-out}.category-toggle-button{display:block}.products-layout.hide-sidebar .category-sidebar{display:none}.products-layout.show-sidebar .category-sidebar{display:block}.main-content{width:100%}.search-controls-row{flex-direction:column;align-items:stretch;padding:0 1rem}.search-input{flex:1 1 100%;width:100%;box-sizing:border-box}.sort-control-inline,.pagination-controls-top,.pagination-controls-bottom{justify-content:space-between}.products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}@media (max-width: 480px){.product-card{padding:.5rem}.product-title{font-size:.9rem}.product-price{font-size:1rem}.add-to-cart-button{font-size:.9rem;padding:.4rem .6rem}.search-input{min-width:350px;box-sizing:border-box}}@media (max-width: 400px){.search-input{min-width:300px}}.app-header{background:#fff;box-shadow:0 2px 6px #0000000d;padding:.5rem .75rem}.header-container{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:.5rem}.brand-container{flex:1 1 auto;min-width:0;cursor:pointer}.app-title{font-size:1.2rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tagline{display:none}.user-controls{display:flex;flex:1 1 0;justify-content:flex-end;align-items:center;gap:.5rem;flex-wrap:nowrap;min-width:0;flex-shrink:1}.user-auth-links,.eshop-links{display:flex;gap:.3rem;flex-wrap:nowrap}.btn-auth{font-size:.75rem;background:none;border:none;color:#007bff;padding:0;cursor:pointer;white-space:nowrap}.btn-auth:hover{text-decoration:underline}.divider{color:#999;font-size:.8rem}.user-menu{position:relative}.user-menu-trigger{padding:4px;border-radius:4px;cursor:pointer;background-color:#eee}.header-user-menu-dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid #ccc;border-radius:4px;min-width:160px;box-shadow:0 8px 16px #0000001a;display:none;z-index:1000;color:#333}.user-menu:hover .header-user-menu-dropdown{display:block}.header-user-menu-dropdown button{width:100%;padding:.5rem;text-align:left;border:none;background:none;cursor:pointer;font-size:.7rem;color:inherit}.header-user-menu-dropdown button:hover{background-color:#f0f0f0}.cart-container{position:relative;padding-right:.5rem}.cart-icon{position:relative;cursor:pointer}.cart-badge{position:absolute;top:-6px;right:-10px;background-color:#ff6f00;color:#fff;border-radius:999px;padding:2px 5px;font-size:.65rem;font-weight:700;line-height:1}.language-selector{flex-shrink:1;min-width:0;max-width:100%;overflow:hidden}.language-select{max-width:100%;font-size:.75rem;padding:2px 6px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media (max-width: 480px){.app-title{font-size:.8rem}.eshop-links{display:none}.user-auth-links{font-size:.8rem}.btn-auth{font-size:.7rem}.language-select{font-size:.65rem;padding:2px 4px}.language-selector{min-width:60px}.user-controls{gap:.25rem}}.cart-page{padding:2rem;display:flex;flex-direction:column;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f9f9f9;min-height:100vh}.cart-header{margin-bottom:1rem}.back-button{background:none;border:none;color:#007bff;font-size:1rem;display:flex;align-items:center;cursor:pointer}.back-button svg{margin-right:.5rem}.cart-content{display:flex;gap:2rem;flex-wrap:wrap}.cart-items-section{flex:2;min-width:60%}.cart-summary-section{flex:1;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;min-width:300px;max-width:400px}.cart-items-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.cart-item{display:flex;gap:1rem;background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 6px #0000001a;align-items:center}.item-image img{width:100px;height:100px;object-fit:cover;border-radius:8px}.item-details{flex:2}.item-details h3{margin:0;font-size:1.1rem}.item-price{margin:.5rem 0;color:#444}.item-quantity{display:flex;align-items:center;gap:.5rem}.item-quantity button{background-color:#e0e0e0;border:none;padding:.25rem .75rem;font-size:1rem;cursor:pointer;border-radius:6px;display:inline-flex;justify-content:center;align-items:center;width:20px;height:20px}.item-quantity input{width:50px;text-align:center}.item-subtotal{text-align:right}.btn-remove{background:none;border:none;color:red;cursor:pointer;font-size:1.2rem;margin-top:.5rem}.order-summary h3{margin-top:0;margin-bottom:1rem;border-bottom:1px solid #ddd;padding-bottom:.5rem}.summary-row{display:flex;justify-content:space-between;padding:.5rem 0}.summary-row.total{font-weight:700;border-top:1px solid #ddd;margin-top:1rem;padding-top:1rem}.btn-checkout{margin-top:1.5rem;width:100%;padding:.75rem;background-color:#007bff;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer}.btn-checkout:disabled{background-color:#a0c4ff;cursor:not-allowed}.empty-cart{text-align:center;margin-top:4rem}.btn-continue-shopping{margin-top:2rem;padding:.75rem 1.5rem;background-color:#28a745;color:#fff;border:none;border-radius:8px;cursor:pointer}.delivery-address-section{margin-top:2rem;background:#f5f5f5;padding:1rem;border-radius:10px}.address-display p{margin:.25rem 0}.btn-edit-address,.btn-save-address{margin-top:1rem;background-color:#6c757d;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer}.address-edit-form label{display:block;margin-bottom:.75rem}.address-edit-form input{width:100%;padding:.5rem;border:1px solid #ccc;border-radius:6px;margin-top:.25rem}.cart-payment-layout{display:flex;flex-direction:row;gap:2rem;flex-wrap:wrap;margin-top:1.5rem}.payment-form-wrapper{flex:2;min-width:60%;background:#fff;padding:1rem;border-radius:10px;box-shadow:0 1px 5px #00000014}.cart-summary-wrapper{flex:1;min-width:300px}.coupon-row{display:flex;gap:.5rem;margin:1rem 0}.coupon-row input{flex:1;padding:.5rem;border:1px solid #ccc;border-radius:6px}.btn-apply-coupon{padding:.5rem 1rem;background-color:#007bff;color:#fff;border:none;border-radius:6px;cursor:pointer;max-width:105px}.coupon-error{color:red;font-size:.9rem;margin-bottom:.5rem}.summary-row.discount{color:green}@media (max-width: 480px){.cart-item{gap:.5rem}.cart-page{padding:.2rem}.cart-summary-section{padding:1rem}.coupon-row input{padding:.1rem;max-width:180px}}.payment-methods{margin:1.5rem auto;padding:1.5rem 2rem;border:1px solid #ddd;border-radius:12px;background:#fff;max-width:480px;box-shadow:0 4px 8px #00000014;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.payment-methods__title{margin-bottom:1.2rem;font-weight:600;font-size:1.15rem;color:#2c3e50;border-bottom:3px solid #4caf50;padding-bottom:.4rem;letter-spacing:.03em}.payment-methods__options{display:flex;flex-wrap:wrap;gap:1.25rem 1rem;justify-content:flex-start}.payment-method{flex:0 0 85px;height:60px;border:2px solid #ccc;border-radius:10px;background-color:#fafafa;cursor:pointer;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease;display:flex;align-items:center;justify-content:center;position:relative;padding:0;box-sizing:border-box;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 1px 1px rgba(0,0,0,.05))}.payment-method:hover{border-color:#7dbf4a;box-shadow:0 6px 15px #7dbf4a66;transform:translateY(-4px);background-color:#f5fcf5}.payment-method.selected{border-color:#4caf50;background-color:#e6f4e6;box-shadow:0 0 12px 3px #4caf5080;transform:translateY(-4px)}.payment-method.selected:after{content:"✓";position:absolute;top:6px;right:6px;background:#4caf50;color:#fff;width:20px;height:20px;border-radius:50%;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 0 6px #388e3c}.payment-method__icon-container{display:flex;align-items:center;justify-content:center;width:65px;height:45px;padding:5px}.payment-method__icon{max-width:100%;max-height:100%;object-fit:contain;filter:grayscale(30%);transition:filter .3s ease}.payment-method:hover .payment-method__icon,.payment-method.selected .payment-method__icon{filter:grayscale(0%)}@media (max-width: 480px){.payment-methods{padding:1.2rem 1rem;max-width:100%}.payment-methods__options{justify-content:center;gap:1rem .75rem}.payment-method{flex:1 1 70px;max-width:85px;height:55px}.payment-method__icon-container{width:55px;height:38px}}@media (max-width: 350px){.payment-method{flex:1 1 60px;max-width:70px;height:50px}.payment-method__icon-container{width:45px;height:30px}}.cvv-group{width:auto}#card-cvv{width:60px;letter-spacing:1px;font-family:monospace}.cvv-group label{display:block;margin-bottom:4px}.google-pay-button{display:flex;justify-content:center;margin-top:1rem}.google-styled-button{display:flex;align-items:center;gap:.5rem;background-color:#fff;color:#5f6368;padding:.75rem 1.5rem;border:1px solid #dadce0;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .3s ease,box-shadow .3s ease;box-shadow:0 1px 4px #0000001a}.google-styled-button:hover{background-color:#f8f9fa;box-shadow:0 2px 8px #00000026}.google-pay-logo{height:24px;width:auto}.zalopay-button{display:flex;justify-content:center;margin-top:1rem}.zalopay-styled-button{display:flex;align-items:center;gap:.5rem;background-color:#00a1e4;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .3s ease,box-shadow .3s ease;box-shadow:0 1px 4px #0000001a}.zalopay-styled-button:hover{background-color:#007d9a;box-shadow:0 2px 8px #00000026}.zalopay-logo{height:24px;width:auto}.twint-button{display:flex;justify-content:center;margin-top:1rem}.twint-styled-button{display:flex;align-items:center;gap:.5rem;background-color:#000;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .3s ease;box-shadow:0 4px 12px #00000026}.twint-styled-button:hover{background-color:#222}.twint-logo{height:24px;width:auto}.editor-container{max-width:1400px;margin:0 auto;padding:2rem 1rem;font-family:Segoe UI,sans-serif;background-color:#f9f9f9;color:#333}.editor-nav{margin-bottom:2rem}.editor-table{width:100%;border-collapse:collapse;border:1px solid #ddd;background-color:#fff;box-shadow:0 2px 6px #0000000a;border-radius:8px;overflow:hidden}.editor-table th{background-color:#007b7f;color:#fff;text-align:left;padding:1rem;font-weight:600;font-size:.95rem;white-space:nowrap}.editor-table td{padding:1rem;border-top:1px solid #eee;font-size:.95rem;vertical-align:top}.editor-table tr:hover{background-color:#f1f1f1}.edit-btn{color:#007b7f;font-weight:500;text-decoration:none;transition:all .2s ease}.edit-btn:hover{text-decoration:underline;color:#005e63}@media (max-width: 768px){.editor-table,.editor-table thead,.editor-table tbody,.editor-table th,.editor-table td,.editor-table tr{display:block;width:100%}.editor-table thead{display:none}.editor-table tr{margin-bottom:1rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:1rem}.editor-table td{padding:.75rem .5rem;position:relative;padding-left:50%;text-align:left;border:none;border-bottom:1px solid #eee}.editor-table td:before{position:absolute;top:.75rem;left:1rem;width:45%;white-space:nowrap;font-weight:700;color:#666;content:attr(data-label)}.editor-table td:last-child{border-bottom:none}}.error-text,.error-message,.success-text,.success-message{font-size:.9rem;font-weight:600;margin-top:.4rem;margin-bottom:.5rem}.error-text,.error-message{color:#d93025}.success-text,.success-message{color:green}.editor-nav{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;justify-content:center}.editor-nav-button{background-color:#007b7f;color:#fff;border:none;padding:.5rem 1rem;font-size:.95rem;border-radius:8px;cursor:pointer;text-decoration:none;transition:background .3s}.editor-nav-button:hover{background-color:#005e63}@media (max-width: 768px){.editor-nav-button{font-size:.85rem;padding:.4rem .8rem}}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-webkit-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:""}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{-webkit-transition:border .15s ease-in;-moz-transition:border .15s ease-in;-ms-transition:border .15s ease-in;-o-transition:border .15s ease-in;transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;-webkit-transition:height .15s ease-in;-moz-transition:height .15s ease-in;-ms-transition:height .15s ease-in;-o-transition:height .15s ease-in;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{-webkit-flex-direction:column;flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:.25;-webkit-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;-ms-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media (min-width: 960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-webkit-transition:opacity .25s ease-in;-moz-transition:opacity .25s ease-in;-ms-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px #000000e6;background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,.9);color:#fff}.carousel:hover .slide .legend{opacity:1}.add-product-container{max-width:700px;margin:auto;padding:1rem;background:#fff;border-radius:12px;box-shadow:0 4px 10px #0000000f}.add-product-button.disabled{cursor:not-allowed;pointer-events:none}.admin-nav{background-color:#f9f9f9;padding:1rem 2rem;border-bottom:1px solid #ddd;position:sticky;top:0}.admin-nav-list{display:flex;flex-wrap:wrap;align-items:center;list-style:none;margin:0;padding:0;gap:1rem}.nav-item{position:relative}.nav-link,.dropdown-toggle{background:none;border:none;color:#333;font-size:1rem;cursor:pointer;padding:.5rem;text-decoration:none;transition:color .3s}.nav-link:hover,.dropdown-toggle:hover,.dropdown-item:hover{color:#007bff}.dropdown-toggle{font-size:.7rem}.dropdown-menu{position:absolute;top:2.8rem;left:0;min-width:200px;background:#fff;border:1px solid #ccc;padding:.5rem 0;list-style:none;box-shadow:0 2px 8px #0000001a;z-index:100;border-radius:4px}.dropdown-item{display:block;padding:.5rem 1rem;color:#333;text-decoration:none;background:transparent;transition:background .2s,color .2s}.dropdown-item:hover{background:#f1f1f1}@media (max-width: 768px){.admin-nav-list{flex-direction:column;align-items:flex-start}.dropdown-menu{position:static;width:100%;box-shadow:none;border:none;padding-left:0}.dropdown-item{padding-left:0}}.edit-product-container{max-width:960px;margin:40px auto;padding:20px;font-family:Segoe UI,Roboto,sans-serif;background-color:#f9f9f9;border-radius:12px;box-shadow:0 4px 20px #0000000d}.edit-product-title{text-align:center;font-size:32px;font-weight:600;margin-bottom:30px;color:#222}.edit-product-card{background-color:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 12px #00000014}.edit-product-form{display:flex;flex-wrap:wrap;gap:20px}.form-field{flex:1 1 48%;display:flex;flex-direction:column;margin-top:1rem}.form-full{flex:1 1 100%}.form-field label{font-weight:500;margin-bottom:8px;color:#444;font-size:15px}.input-field,textarea{font-size:15px;padding:10px;border-radius:6px;border:1px solid #ccc;transition:border-color .2s}.input-field:focus,textarea:focus{border-color:#007bff;outline:none}.input-field:disabled{background-color:#f1f1f1;color:#aaa}.form-error{color:#e74c3c;text-align:center;margin-bottom:15px}.form-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:15px;margin-top:30px}.form-actions button{min-width:120px;width:auto;text-align:center}.save-button,.delete-button{width:auto}.save-button{background-color:#007bff;color:#fff}.save-button:hover{background-color:#0056b3}.delete-button{background-color:#dc3545;color:#fff}.delete-button:hover{background-color:#b02a37}.product-image-container{width:100%;margin-top:30px}.product-image-container label{font-weight:600;margin-bottom:12px;display:block;color:#333}.edit-product-image{width:100%;max-height:360px;background-size:contain;background-repeat:no-repeat;background-position:center;border:1px solid #ddd;border-radius:8px;margin:0 auto 20px;transition:background-image .3s ease-in-out}.add-image-button{display:inline-block;background-color:#28a745;color:#fff;font-size:14px;font-weight:600;padding:10px 20px;border-radius:6px;cursor:pointer;transition:background-color .3s}.add-image-button:hover{background-color:#218838}.carousel-wrapper{display:flex;align-items:center;gap:10px;position:relative;overflow-x:auto}.carousel-arrow{font-size:22px;color:#555;background:none;border:none;cursor:pointer;padding:0 8px}.carousel-arrow:disabled{opacity:.4;cursor:not-allowed}.image-carousel{display:flex;overflow-x:auto;scroll-behavior:smooth;gap:10px;padding:10px 0}.carousel-item{position:relative;flex:0 0 auto;width:160px;height:200px}.carousel-thumbnail{width:100%;height:100%;object-fit:cover;border-radius:6px;border:2px solid transparent;transition:transform .2s,border .2s;cursor:pointer}.carousel-thumbnail:hover{transform:scale(1.03)}.carousel-thumbnail.selected{border-color:#007bff}.delete-image-button{position:absolute;top:6px;right:6px;background-color:#dc3545d9;color:#fff;border:none;padding:4px 8px;font-size:11px;border-radius:4px;cursor:pointer}.webcam-preview{width:100%;max-width:360px;border-radius:10px;margin:10px 0;box-shadow:0 2px 10px #00000014}.captured-image-preview img{border-radius:10px}.webcam-controls{display:flex;gap:12px;margin-top:12px}@media (max-width: 768px){.edit-product-form{flex-direction:column}.form-field{flex:1 1 100%}.form-actions{flex-direction:column;align-items:stretch}.carousel-item{width:120px;height:150px}.edit-product-image{height:240px}}@media (max-width: 480px){.edit-product-title{font-size:24px}.add-image-button{width:100%;font-size:13px;padding:8px}.edit-product-image{height:180px}.carousel-item{width:100px;height:120px}.webcam-preview{max-width:100%}}.add-product-container{max-width:700px;margin:auto;background:#fff;border-radius:12px;box-shadow:0 4px 10px #0000000f}.add-product-container h2{font-size:1.5rem;text-align:center;color:#333}.add-product-form{display:flex;flex-direction:column;gap:1rem}.add-product-form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}.form-row{display:flex;gap:20px;flex-wrap:wrap}.form-row .form-field{flex:1;min-width:200px;margin-top:20px}.form-row{border-radius:6px;font-size:.95rem;font-family:inherit;transition:border-color .2s ease}.form-row input:focus,.form-row textarea:focus{border-color:#4caf50;outline:none}textarea{resize:vertical;min-height:60px}.btn-submit{background-color:#4caf50;color:#fff;border:none;padding:.75rem;font-size:1rem;border-radius:8px;cursor:pointer;margin-top:1rem;transition:background .2s ease}.btn-submit:hover{background-color:#388e3c}.add-product-button{cursor:pointer;transition:background-color .2s}.add-product-button.disabled{color:#666;cursor:not-allowed;pointer-events:none}@media (max-width: 600px){.add-product-container{padding:1rem}.add-product-form{gap:.8rem}.btn-submit{font-size:.95rem;padding:.6rem}}.form-hint.error{color:#d32f2f;font-size:.875rem;margin-top:4px;font-weight:500}.input-error{border-color:#d32f2f;outline:none;box-shadow:0 0 0 1px #d32f2f}.admin-container{max-width:1400px;margin:0 auto;padding:20px}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{border:1px solid #ddd;padding:8px;text-align:left}.admin-table th{background-color:#f2f2f2}.edit-btn{color:#2196f3;text-decoration:none}.edit-btn:hover{text-decoration:underline}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:.9;--rt-transition-show-delay:.15s;--rt-transition-closing-delay:.15s;--rt-arrow-size:8px}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute;z-index:-1}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:max-content}.styles-module_arrow__K0L3T{height:var(--rt-arrow-size);width:var(--rt-arrow-size)}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}.mapContainer{max-width:1200px;margin:0 auto;padding:0 1rem;position:relative}.composableMap{width:100%!important;height:auto!important}.legendContainer{margin-top:1.5rem;max-width:400px;margin-left:auto;margin-right:auto;padding:0 .5rem;-webkit-user-select:none;user-select:none}.legendGradient{height:16px;border-radius:4px;width:100%;max-width:100%;margin-bottom:.3rem}.legendLabels{display:flex;justify-content:space-between;font-size:.875rem;color:#444;font-weight:600}.zoomControls{position:absolute;top:10px;right:10px;display:flex;flex-direction:column;background:#fffc;border-radius:8px;box-shadow:0 0 6px #00000026;-webkit-user-select:none;user-select:none}.zoomButton{cursor:pointer;border:none;background:none;padding:8px 12px;font-size:1.25rem;font-weight:700;color:#3b82f6;transition:background-color .2s ease}.zoomButton:hover{background-color:#dbeafe;border-radius:6px}@media (max-width: 480px){.mapContainer{max-width:100%}.legendContainer{max-width:100%;padding:0 1rem}.legendLabels{font-size:.75rem}.zoomButton{font-size:1rem;padding:6px 10px}}.manage-users{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#222}.manage-users h2{text-align:center;margin-bottom:1.5rem;font-weight:600;font-size:1.8rem}.controls-bar{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;justify-content:left;margin-bottom:1rem}.search-bar{display:flex;gap:.5rem;flex-grow:1;max-width:550px}.search-user-input{flex:1;padding:.5rem .75rem;font-size:1rem;border:1.8px solid #ccc;border-radius:5px 0 0 5px;outline-offset:2px;transition:border-color .3s ease;min-width:400px}.search-input:focus{border-color:#0078d7;box-shadow:0 0 6px #0078d7aa}.btn-primary{background-color:#0078d7;color:#fff;border:none;padding:0 1rem;font-weight:600;border-radius:0 5px 5px 0;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .3s ease}.btn-primary:disabled{background-color:#a1c5f4;cursor:not-allowed}.btn-primary:hover:not(:disabled){background-color:#005ea3}select{padding:.35rem .6rem;font-size:1rem;border-radius:5px;border:1.8px solid #ccc;cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .3s ease}select:focus{outline:none;border-color:#0078d7;box-shadow:0 0 6px #0078d7aa}.pagination-buttons{display:flex;gap:.4rem;align-items:center;-webkit-user-select:none;user-select:none}.pagination-buttons button{background:#e7e7e7;border:1.5px solid #ccc;border-radius:4px;padding:.25rem .5rem;font-weight:600;cursor:pointer;transition:background-color .25s ease}.pagination-buttons button:disabled{background:#f5f5f5;cursor:not-allowed;color:#888}.pagination-buttons button:not(:disabled):hover{background:#0078d7;color:#fff}.page-indicator{font-weight:600;margin:0 .5rem;min-width:100px;text-align:center}.table-wrapper{overflow-x:auto;margin-bottom:2rem;border-radius:10px;box-shadow:0 2px 6px #0000001f}.user-table{border-collapse:collapse;width:100%;min-width:650px;font-size:.95rem}.user-table thead tr{background-color:#0078d7;color:#fff;font-weight:600;-webkit-user-select:none;user-select:none}.user-table th,.user-table td{text-align:left;padding:.65rem .85rem;border-bottom:1px solid #ccc;vertical-align:middle}.user-table tbody tr{background-color:#fafafa;cursor:pointer;transition:background-color .25s ease}.user-table tbody tr:hover,.user-table tbody tr:focus-visible{background-color:#dceefc;outline:none}.status-active{color:#2e7d32;font-weight:600}.status-inactive{color:#d32f2f;font-weight:600}.toggle-status-link{color:#0078d7;font-size:.9rem;background:none;border:none;cursor:pointer;padding:0;margin-left:.25rem;text-decoration:underline;font-weight:600;-webkit-user-select:none;user-select:none}.toggle-status-link:hover,.toggle-status-link:focus-visible{color:#005ea3;outline:none;text-decoration:none}.loading,.empty-state{text-align:center;font-style:italic;margin:2rem 0;color:#666;font-size:1.1rem}@media (max-width: 720px){.controls-bar{flex-direction:column;align-items:stretch;gap:.75rem}.search-bar{max-width:100%}.pagination-buttons{justify-content:center}.user-table{min-width:100%}}.export-users-container{max-width:480px;margin:2rem auto;padding:1.5rem 2rem;background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;text-align:center;font-family:Arial,sans-serif;box-shadow:0 2px 6px #0000001a}.import-export-users-container p{font-size:1.1rem;margin:.8rem 0}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;padding:20px;max-width:600px;width:90%;max-height:90%;overflow-y:auto;position:relative}.modal-close{position:absolute;top:8px;right:12px;background:transparent;border:none;font-size:24px;cursor:pointer}.user-popup-form{margin-top:20px;display:flex;flex-direction:column}.user-popup-form label{margin-bottom:10px}.user-popup-form input{padding:6px;width:100%}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(/images/layers.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/images/layers-2x.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAGmklEQVRYw7VXeUyTZxjvNnfELFuyIzOabermMZEeQC/OclkO49CpOHXOLJl/CAURuYbQi3KLgEhbrhZ1aDwmaoGqKII6odATmH/scDFbdC7LvFqOCc+e95s2VG50X/LLm/f4/Z7neY/ne18aANCmAr5E/xZf1uDOkTcGcWR6hl9247tT5U7Y6SNvWsKT63P58qbfeLJG8M5qcgTknrvvrdDbsT7Ml+tv82X6vVxJE33aRmgSyYtcWVMqX97Yv2JvW39UhRE2HuyBL+t+gK1116ly06EeWFNlAmHxlQE0OMiV6mQCScusKRlhS3QLeVJdl1+23h5dY4FNB3thrbYboqptEFlphTC1hSpJnbRvxP4NWgsE5Jyz86QNNi/5qSUTGuFk1gu54tN9wuK2wc3o+Wc13RCmsoBwEqzGcZsxsvCSy/9wJKf7UWf1mEY8JWfewc67UUoDbDjQC+FqK4QqLVMGGR9d2wurKzqBk3nqIT/9zLxRRjgZ9bqQgub+DdoeCC03Q8j+0QhFhBHR/eP3U/zCln7Uu+hihJ1+bBNffLIvmkyP0gpBZWYXhKussK6mBz5HT6M1Nqpcp+mBCPXosYQfrekGvrjewd59/GvKCE7TbK/04/ZV5QZYVWmDwH1mF3xa2Q3ra3DBC5vBT1oP7PTj4C0+CcL8c7C2CtejqhuCnuIQHaKHzvcRfZpnylFfXsYJx3pNLwhKzRAwAhEqG0SpusBHfAKkxw3w4627MPhoCH798z7s0ZnBJ/MEJbZSbXPhER2ih7p2ok/zSj2cEJDd4CAe+5WYnBCgR2uruyEw6zRoW6/DWJ/OeAP8pd/BGtzOZKpG8oke0SX6GMmRk6GFlyAc59K32OTEinILRJRchah8HQwND8N435Z9Z0FY1EqtxUg+0SO6RJ/mmXz4VuS+DpxXC3gXmZwIL7dBSH4zKE50wESf8qwVgrP1EIlTO5JP9Igu0aexdh28F1lmAEGJGfh7jE6ElyM5Rw/FDcYJjWhbeiBYoYNIpc2FT/SILivp0F1ipDWk4BIEo2VuodEJUifhbiltnNBIXPUFCMpthtAyqws/BPlEF/VbaIxErdxPphsU7rcCp8DohC+GvBIPJS/tW2jtvTmmAeuNO8BNOYQeG8G/2OzCJ3q+soYB5i6NhMaKr17FSal7GIHheuV3uSCY8qYVuEm1cOzqdWr7ku/R0BDoTT+DT+ohCM6/CCvKLKO4RI+dXPeAuaMqksaKrZ7L3FE5FIFbkIceeOZ2OcHO6wIhTkNo0ffgjRGxEqogXHYUPHfWAC/lADpwGcLRY3aeK4/oRGCKYcZXPVoeX/kelVYY8dUGf8V5EBRbgJXT5QIPhP9ePJi428JKOiEYhYXFBqou2Guh+p/mEB1/RfMw6rY7cxcjTrneI1FrDyuzUSRm9miwEJx8E/gUmqlyvHGkneiwErR21F3tNOK5Tf0yXaT+O7DgCvALTUBXdM4YhC/IawPU+2PduqMvuaR6eoxSwUk75ggqsYJ7VicsnwGIkZBSXKOUww73WGXyqP+J2/b9c+gi1YAg/xpwck3gJuucNrh5JvDPvQr0WFXf0piyt8f8/WI0hV4pRxxkQZdJDfDJNOAmM0Ag8jyT6hz0WGXWuP94Yh2jcfjmXAGvHCMslRimDHYuHuDsy2QtHuIavznhbYURq5R57KpzBBRZKPJi8eQg48h4j8SDdowifdIrEVdU+gbO6QNvRRt4ZBthUaZhUnjlYObNagV3keoeru3rU7rcuceqU1mJBxy+BWZYlNEBH+0eH4vRiB+OYybU2hnblYlTvkHinM4m54YnxSyaZYSF6R3jwgP7udKLGIX6r/lbNa9N6y5MFynjWDtrHd75ZvTYAPO/6RgF0k76mQla3FGq7dO+cH8sKn0Vo7nDllwAhqwLPkxrHwWmHJOo+AKJ4rab5OgrM7rVu8eWb2Pu0Dh4eDgXoOfvp7Y7QeqknRmvcTBEyq9m/HQQSCSz6LHq3z0yzsNySRfMS253wl2KyRDbcZPcfJKjZmSEOjcxyi+Y8dUOtsIEH6R2wNykdqrkYJ0RV92H0W58pkfQk7cKevsLK10Py8SdMGfXNXATY+pPbyJR/ET6n9nIfztNtZYRV9XniQu9IA2vOVgy4ir7GCLVmmd+zjkH0eAF9Po6K61pmCXHxU5rHMYd1ftc3owjwRSVRzLjKvqZEty6cRUD7jGqiOdu5HG6MdHjNcNYGqfDm5YRzLBBCCDl/2bk8a8gdbqcfwECu62Fg/HrggAAAABJRU5ErkJggg==)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.upload-categories{max-width:800px;margin:0 auto;padding:1rem}.upload-section{margin-top:1.5rem;border:1px solid #ddd;padding:1rem;border-radius:8px}textarea{width:100%;font-family:monospace;resize:vertical}.manage-categories-button{margin-top:.5rem;margin-left:1rem;padding:.5rem 1rem;font-weight:700;background-color:#2c3e50;color:#fff;border:none;border-radius:5px;cursor:pointer}.upload-message{margin-top:1rem;color:green;font-weight:700}.footer-container{display:flex;justify-content:center;background-color:#2c3e50;color:#ecf0f1;padding:.5rem 0;margin-top:40px;font-family:Arial,sans-serif}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1200px;padding:0 10px}.footer-section{flex:1 1 220px;min-width:350px}.footer-section h3{font-size:1.2rem;margin-bottom:.8rem;color:#f1c40f}.contact-item{display:flex;align-items:center;margin:0rem 0;word-break:break-word;flex-wrap:nowrap;justify-content:flex-start}.contact-icon{margin-right:8px;font-size:1.2rem;color:#fff}.contact-email{color:#fff;font-size:1rem}.social-icons{display:flex;flex-wrap:nowrap;gap:15px;align-items:center;justify-content:flex-start;margin-top:.5rem}.social-icon{font-size:1.6rem;color:#ecf0f1;transition:color .3s}.zalo-icon{width:24px;height:24px;vertical-align:middle;filter:grayscale(.7);transition:filter .3s ease}.zalo-icon:hover{filter:grayscale(0);cursor:pointer}.footer-section.payment-section{flex:1 1 35%}.footer-payment-methods{display:flex;flex-wrap:nowrap;gap:15px;align-items:center;overflow-x:auto;padding-bottom:.5rem;padding-left:.5rem;scrollbar-width:thin}.payment-image{height:38px;max-width:80px;object-fit:contain;flex-shrink:0}.footer-bottom{text-align:center;padding:.75rem 1rem;font-size:.9em;border-top:1px solid #444;margin-top:1.5rem}@media (max-width: 1024px){.footer-content{gap:1.5rem}.footer-section{flex:1 1 45%;min-width:auto}}@media (max-width: 768px){.footer-content{flex-direction:column;align-items:center;padding:1rem 1rem .5rem;text-align:center;gap:1rem}.footer-section{flex:1 1 100%;margin:.75rem 0}.contact-item,.social-icons,.payment-methods{justify-content:center}}@media (max-width: 400px){.footer-container{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;text-align:center}.contact-email{font-size:.85rem}.social-icon{font-size:1.3rem}.payment-image{height:28px;max-width:60px}.footer-section h3{font-size:1rem}.zalo-icon{width:18px;height:18px}}.cookie-consent{position:fixed;bottom:0;left:0;right:0;background-color:#222;color:#fff;padding:1em;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;z-index:9999;font-size:14px;gap:.5em}.cookie-consent__message{flex:1 1 250px;min-width:0;margin-bottom:.5em}.cookie-consent__message a{color:#0af;text-decoration:underline}.cookie-consent__buttons{display:flex;gap:10px;flex-shrink:0}.cookie-consent__button{padding:8px 16px;cursor:pointer;font-size:14px;border-radius:4px;border:none;color:#fff;transition:background-color .3s ease}.cookie-consent__button--decline{background-color:transparent;border:1px solid #ccc;color:#fff}.cookie-consent__button--decline:hover{background-color:#444}.cookie-consent__button--accept{background-color:#0af;border:none}.cookie-consent__button--accept:hover{background-color:#08c}.privacy-container{max-width:800px;margin:2rem auto;padding:2rem 1.5rem;border:2px solid #0af;border-radius:12px;background-color:#f9faff;box-shadow:0 4px 12px #0000001a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#222;line-height:1.6;transition:all .3s ease}.privacy-container h1{font-size:2.2rem;margin-bottom:1rem;color:#0366d6}.privacy-container h2{font-size:1.4rem;margin-top:2rem;margin-bottom:.75rem;color:#024a9d}.privacy-container p{font-size:1rem;margin-bottom:1rem}@media (max-width: 600px){.privacy-container{padding:1.5rem 1rem;margin:1rem .5rem;border-width:1.5px;border-radius:10px}.privacy-container h1{font-size:1.8rem}.privacy-container h2{font-size:1.2rem}}.profile-container{max-width:800px;margin:0 auto;padding:3rem;font-family:Arial,sans-serif;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a}.profile-tabs{display:flex;border-bottom:2px solid #ccc;margin-bottom:1rem;gap:.5rem}.tab-btn{padding:.5rem 1rem;border:none;border-bottom:3px solid transparent;background:none;cursor:pointer;font-weight:700;font-size:1.25rem;color:#555;transition:border-color .3s ease,color .3s ease}.tab-btn:hover,.tab-btn:focus{outline:none;color:#000}.tab-btn.active{border-bottom-color:#007bff;color:#007bff}.profile-tab-content{padding:.5rem 0}.profile-row{margin-bottom:1rem;display:flex;flex-direction:column}.double-row{display:flex;gap:1rem}.profile-field{flex:1;display:flex;flex-direction:column}label{font-weight:600;margin-bottom:.3rem;color:#333}input,select{padding:.4rem .6rem;font-size:1rem;border:1px solid #bbb;border-radius:4px;transition:border-color .2s ease}input:focus,select:focus{border-color:#007bff;outline:none}.profile-value{padding:.4rem .6rem;background-color:#f7f7f7;border-radius:4px;color:#333;min-height:36px;display:flex;align-items:center}.error-text{color:red;font-size:.9rem;margin-top:.3rem}.profile-actions{display:flex;gap:.5rem;margin-top:1rem}.btn{cursor:pointer;padding:.5rem 1.1rem;border:none;border-radius:4px;font-weight:600;color:#fff;transition:background-color .3s ease}.btn-add,.btn-edit{background-color:#007bff}.btn-add:hover,.btn-edit:hover{background-color:#0056b3}.btn-save{background-color:#28a745}.btn-save:hover{background-color:#1e7e34}.btn-cancel{background-color:#dc3545}.btn-cancel:hover{background-color:#a71d2a}.ingredients-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.ingredient-item{background-color:#e2e6ea;border-radius:15px;padding:.3rem .6rem;display:flex;align-items:center;font-size:.9rem}.ingredient-item button{background:none;border:none;margin-left:.3rem;cursor:pointer;font-weight:700;color:#888;line-height:1}.ingredient-item button:hover{color:#dc3545}.consent-checkbox{width:2rem}.qr-code-section{text-align:center;margin-top:2rem}.qr-code-section .btn-download{margin-top:1rem;background-color:#007bff;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:6px;cursor:pointer}.qr-code-section .btn-download:hover{background-color:#0056b3}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.modal-box{background:#fff;padding:2rem;border-radius:var(--border-radius);box-shadow:var(--box-shadow);max-width:400px;width:90%;text-align:center}.modal-buttons{margin-top:1.5rem;display:flex;justify-content:space-around}.btn-danger{background-color:#d9534f;color:#fff}.btn-danger:hover{background-color:#c9302c}.auth-container{margin:2rem auto;padding:2rem;border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--box-shadow);max-width:800px;background-color:#fff;box-sizing:border-box}.auth-tabs{display:flex;margin-bottom:2rem;border-radius:var(--border-radius);overflow:hidden;background-color:var(--light-gray)}.auth-tab{flex:1;padding:.75rem 1rem;border:none;cursor:pointer;font-weight:600;font-size:1rem;transition:background-color .3s ease,color .3s ease;text-align:center}.auth-tab.active{background-color:var(--primary-color);color:#fff}.auth-tab:not(.active){background-color:var(--light-gray);color:var(--text-color)}.auth-tab:not(.active):hover{background-color:#e0e0e0}form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:flex;flex-wrap:wrap;gap:1rem}.form-group{flex:1;display:flex;flex-direction:column}.form-group.email{max-width:400px}.form-input{padding:.6rem .75rem;font-size:1rem;border:1px solid var(--border-color);border-radius:var(--border-radius);margin-top:.25rem;transition:border-color .2s ease}.form-input:focus{border-color:var(--primary-color);outline:none}button{padding:.75rem 1.5rem;background-color:#4a90e2;color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .3s ease,box-shadow .3s ease;box-shadow:0 2px 6px #0000001a;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}button:hover,button:focus{box-shadow:0 4px 12px #00000026;outline:none}button:disabled{background-color:#a9a9a9;color:#666;cursor:not-allowed;box-shadow:none}@media (max-width: 768px){.form-row{flex-direction:column}.auth-container{padding:1.25rem;margin:1rem}.auth-tab{font-size:.95rem;padding:.6rem .75rem}.btn{font-size:.95rem}}.password-with-forgot{display:flex;align-items:center;gap:10px;min-width:535px}.password-group{flex-grow:1}.forgot-password-link a{font-size:.9em;color:#007bff;text-decoration:none}.forgot-password-link a:hover{text-decoration:underline}.email-group{flex:1;display:flex;flex-direction:column}.register-link{font-size:.9em;color:#007bff;text-decoration:none;white-space:nowrap}.register-link:hover{text-decoration:underline}.btn.submit-btn{background-color:#4a90e2;color:#fff;font-weight:700;padding:.8rem;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.btn.submit-btn:disabled{background-color:#9bbce5;cursor:not-allowed}.my-orders{max-width:900px;margin:1rem auto;padding:0 1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333}.my-orders h2{text-align:center;margin-bottom:1.5rem;font-weight:700;font-size:2rem;color:#222}.order-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.order-item{border:1px solid #ddd;border-radius:8px;padding:1rem;background-color:#fff;box-shadow:0 1px 4px #0000001a;display:flex;flex-direction:column;justify-content:space-between}.order-info>div{margin-bottom:.5rem;font-size:.95rem}.order-info strong{color:#555}.order-actions{margin-top:1rem;display:flex;gap:.5rem;justify-content:flex-end}.btn{cursor:pointer;border:none;padding:.5rem 1rem;font-size:.9rem;border-radius:4px;transition:background-color .3s ease;-webkit-user-select:none;user-select:none}.btn-primary{background-color:#1976d2;color:#fff}.btn-primary:hover,.btn-primary:focus{background-color:#135ba1}.btn-danger{background-color:#d32f2f;color:#fff}.btn-danger:hover,.btn-danger:focus{background-color:#a82828}.status-message{text-align:center;margin-top:2rem;font-size:1.1rem}.status-message.error{color:#d32f2f}@media (max-width: 480px){.order-actions{flex-direction:column}.btn{width:100%}}.two-column-layout{display:flex;flex-wrap:wrap;gap:2rem;margin-top:1rem}.left-column{flex:2;min-width:300px}.right-column{flex:1;min-width:200px;border:1px dashed #ccc;padding:1rem;background:#f9f9f9;text-align:center;display:flex;flex-direction:column;align-items:center}.qr-code-section h4{margin-bottom:1rem}.qr-code-section p{margin-top:1rem;font-size:.85em;word-break:break-word}.checkout-success{max-width:600px;margin:4rem auto;padding:2rem;background-color:#fff;border-radius:1rem;box-shadow:0 0 16px #0000001a;text-align:center}.checkout-success__content{display:flex;flex-direction:column;gap:1.5rem}.checkout-success__icon{font-size:3rem;color:#4caf50}.checkout-success__title{font-size:1.75rem;font-weight:700;color:#333}.checkout-success__message{font-size:1rem;color:#666}.checkout-success__qr{margin:1rem 0}.checkout-success__actions{display:flex;flex-direction:column;gap:.75rem}.emenu-container{padding:.5rem 1rem;padding-left:160px;max-width:960px;margin:auto;font-family:Georgia,serif;background-color:#fff;color:#333}.emenu-section{margin-bottom:3rem}.emenu-section-title{font-size:2rem;text-align:center;text-transform:uppercase;font-weight:700;letter-spacing:1px;padding-bottom:.5rem;border-bottom:2px solid #ddd;margin-bottom:2rem}.emenu-category-block{margin-bottom:3rem}.emenu-category-name{font-size:1.5rem;font-weight:700;margin-bottom:1.2rem;background:none;border:none;padding:0;text-align:left;color:#222;cursor:pointer;transition:color .2s ease}.emenu-category-name:hover{color:#007b7f}.emenu-nav-buttons{position:fixed;top:220px;left:1rem;z-index:90;display:flex;flex-direction:column;gap:.5rem;background:#fffffff2;padding:.6rem;border-radius:10px;box-shadow:0 2px 8px #00000014}.emenu-nav-button{background-color:#007b7f;color:#fff;border:none;padding:.5rem .9rem;font-size:.9rem;border-radius:8px;cursor:pointer;transition:background .3s ease;white-space:nowrap}.emenu-nav-button:hover{background-color:#005e63}@media (max-width: 768px){.emenu-nav-buttons{position:static;flex-direction:row;justify-content:center;margin:1rem 0;padding:.5rem 0;box-shadow:none;border-radius:0;background:none}.emenu-nav-button{font-size:.85rem;padding:.4rem .7rem}}.emenu-meal-list{list-style:none;padding:0;margin:0}.emenu-meal{display:flex;gap:1rem;align-items:center;padding:1rem 0;border-bottom:1px dashed #ccc}.emenu-meal:last-child{border-bottom:none}.emenu-meal-image-container{width:90px;height:90px;border-radius:10px;overflow:hidden;background-color:#f8f8f8;box-shadow:0 2px 6px #0000000d;flex-shrink:0}.emenu-meal-image{width:100%;height:100%;object-fit:cover;display:block}.emenu-meal-info{display:flex;justify-content:space-between;align-items:center;flex:1;gap:1rem}.emenu-meal-name{font-size:1.05rem;font-weight:500;color:#222;flex-grow:1;word-break:break-word}.emenu-meal-price{font-weight:600;font-size:1.05rem;color:#000;white-space:nowrap;flex-shrink:0}.emenu-meal-ingredients{margin-top:.4rem;font-size:.9rem;color:#666;font-style:italic;line-height:1.4;max-width:600px}.scroll-top{position:fixed;bottom:6rem;right:1.5rem;background-color:#007b7f;color:#fff;border:none;padding:.75rem;border-radius:50%;font-size:1.2rem;z-index:100;box-shadow:0 2px 6px #0000004d;cursor:pointer;transition:background .3s ease}@media (max-width: 768px){.emenu-container{padding-left:1rem}.emenu-section-title{font-size:1.5rem}.emenu-category-name{font-size:1.25rem}.emenu-meal{flex-direction:column;align-items:flex-start}.emenu-meal-image-container{width:100%;height:180px;margin-bottom:.75rem}.emenu-meal-info{flex-direction:column;align-items:flex-start;width:100%}.emenu-meal-price{margin-top:.25rem;font-size:1rem;color:#444}.emenu-meal-ingredients{font-size:.85rem}.emenu-nav-buttons{position:static;flex-direction:row;flex-wrap:wrap;justify-content:center;border-right:none;border-bottom:1px solid #eee;padding:1rem;background:#fff}.emenu-nav-button{font-size:.85rem;padding:.4rem .8rem}}@media (min-width: 768px) and (max-width: 1024px){.emenu-meal{align-items:flex-start}.emenu-meal-info{flex-direction:column;align-items:flex-start}.emenu-meal-name{font-size:1.1rem;font-weight:600;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;margin-bottom:.25rem}.emenu-meal-ingredients{font-size:.9rem;color:#666;font-style:italic;line-height:1.4;margin-bottom:.3rem}.emenu-meal-price{align-self:flex-end;margin-top:.25rem;font-size:1rem;white-space:nowrap;color:#000}}.table-qrcodes{margin:2rem auto;padding:1rem;max-width:960px}.table-qrcodes h3{font-size:1.75rem;font-weight:600;margin-bottom:1.25rem;color:#222;text-align:center}.qrcode-controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem;margin-bottom:2rem}.qrcode-controls label{font-size:1rem;font-weight:500;color:#444}.qrcode-controls input{width:100px;padding:.5rem;font-size:1rem;border-radius:6px;border:1px solid #ccc}.qrcode-controls button{padding:.5rem 1rem;font-size:1rem;border-radius:6px;cursor:pointer;border:none;transition:background .2s ease}.qrcode-controls button:not(.download-btn){background-color:#007bff;color:#fff}.qrcode-controls button:not(.download-btn):hover{background-color:#005dc1}.qrcode-controls .download-btn{background-color:#28a745;color:#fff}.qrcode-controls .download-btn:hover{background-color:#218838}.qrcode-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.qrcode-item{background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:1rem;text-align:center;box-shadow:0 2px 8px #0000000a;transition:box-shadow .2s ease,transform .2s ease}.qrcode-item:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.qrcode-item p,.pdf-qrcode-item p{font-weight:600;margin-bottom:.5rem;font-size:1.1rem;color:#333}.qrcode-item small,.pdf-qrcode-item small{display:block;margin-top:.75rem;font-size:.75rem;color:#777;word-break:break-word}.pdf-qrcode-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:1rem;width:1000px;background:#fff;position:fixed;top:0;left:0;z-index:-1;opacity:0;pointer-events:none}.pdf-qrcode-item{background:#fff;border:1px solid #ccc;border-radius:8px;padding:.75rem;text-align:center}.qrcode-wrapper{position:relative;display:inline-block}.qrcode-label{position:absolute;bottom:4px;left:50%;transform:translate(-50%);font-size:.75rem;background:#fff;padding:2px 6px;border-radius:4px;font-weight:700;color:#4a90e2}.app-success-text{font-size:.9rem;font-weight:600;margin:.4rem 0 .5rem;color:#0f9d58!important;padding-left:5px;display:flex;justify-content:center;align-items:center;width:100%;text-align:center}.header-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.header-title{font-size:1.5rem;font-weight:600;color:#222;margin:0}.header-location{font-size:.95rem;color:#555}.type-toggle-buttons{display:flex;gap:.5rem}.nearby-places-container{padding:1.5rem;max-width:1200px;margin:0 auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333}.nearby-places-container h2{font-size:1.75rem;margin-bottom:1rem;color:#222}.location-info{margin-bottom:1rem;font-size:1rem;color:#555}.type-toggle-buttons{display:flex;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.type-toggle-buttons button{padding:.5rem 1rem;background-color:#f5f5f5;border:1px solid #ccc;color:#333;border-radius:4px;cursor:pointer;font-size:.75rem;transition:background-color .3s ease}.type-toggle-buttons button:hover:not(:disabled){background-color:#e0e0e0}.type-toggle-buttons button:disabled{background-color:#1e90ff;color:#fff;border-color:#1e90ff;cursor:default}.leaflet-container{height:400px;border-radius:10px;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000001a}.place-list{list-style:none;padding:0;margin:0}.place-list li{margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #ddd}.place-list strong{display:block;font-size:1.1rem;color:#222}.place-list a{display:inline-block;margin-top:.25rem;font-size:.9rem;color:#1e90ff;text-decoration:none}.place-list a:hover{text-decoration:underline}.pagination{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.pagination button{padding:.5rem 1rem;font-size:.95rem;background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:pointer}.pagination button:disabled{opacity:.5;cursor:not-allowed}.error-message{color:red;font-weight:500;margin-bottom:1rem}@media (max-width: 600px){.nearby-places-container{padding:1rem}.type-toggle-buttons{justify-content:center}.pagination{flex-direction:column;align-items:center}}
