@import"https://fonts.googleapis.com/css2?family=PT+Mono&family=Poppins:wght@400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Righteous&display=swap";@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,300&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap";body.light-theme{--bg-color: #fafafa;--bg-secondary: #e4e5f1;--bg-secondary2: #d2d3db;--bg-tertiary: #e0e7ef;--bg-separators: #d2d3db;--bg-input: #f3f4f6;--text-color: #121212;--text-color2: #4f4f4f;--primary-color: #ff4f4f;--button-color: #ff4f4f;--button-color2: #4f4f4f;--button-red-hover: #8c2222;--button-gray-hover2: #333333;background:var(--bg-color);color:var(--text-color)}body.dark-theme{--bg-color: #121212;--bg-secondary: #212121;--bg-secondary2: #1f1f1f;--bg-tertiary: #181a1b;--bg-separators: #353a40;--bg-input: #2C2C2C;--text-color: #f3f4f6;--text-color2: #bfc6d1;--primary-color: #ff4f4f;--button-color: #ff4f4f;--button-color2: #4f4f4f;--text-color-black: #000000;background:var(--bg-color);color:var(--text-color)}.app-container{background:var(--bg-color);color:var(--text-color)}.secondary-bg{background:var(--bg-secondary)}.tertiary-bg{background:var(--bg-tertiary)}.color-separator{background:var(--bg-separators)}.category-list-container{display:flex;justify-content:center;align-items:center;flex-direction:column;padding-bottom:50px;padding-top:10px}.category-list{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;align-items:center;flex-direction:column;width:100%;text-align:center;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-bottom:20px;margin-top:20px}.category-card{border-radius:20px;overflow:hidden;display:flex;flex-direction:column;position:relative;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-transform:uppercase;font-family:Poppins,sans-serif;font-weight:700;width:400px;box-shadow:0 5px 5px #0000004d;background:#23272f;color:#f3f4f6}.category-link{color:inherit;text-decoration:none}.category-image{display:block;height:140px;-o-object-fit:cover;object-fit:cover;width:100%;position:relative;filter:brightness(1);-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:10px;box-shadow:0 4px 8px #0003;background:#23272f}.category-image-container{position:relative}.icon-overlay{position:absolute;top:10px;right:10px;display:flex;gap:10px;background:#fff;border-radius:8px;padding:8px 14px;z-index:2;align-items:center}.icon-overlay svg{cursor:pointer;color:#3b3b3b;height:18px;width:24px}.icon-overlay svg:hover,.icon-overlay svg.lucide-pencil:hover,.icon-overlay svg.lucide-trash2:hover,.icon-overlay svg.lucide-arrow-up:hover,.icon-overlay svg.lucide-arrow-down:hover{background:none;color:#000;box-shadow:none}.icon-overlay svg.lucide-pencil,.icon-overlay svg.lucide-trash2,.icon-overlay svg.lucide-arrow-up,.icon-overlay svg.lucide-arrow-down{color:#3b3b3b}.category-name{font-size:1.8em;font-weight:700;text-align:center;color:#e0e7ef;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:auto;box-sizing:border-box;text-shadow:2px 2px 6px rgba(0,0,0,.8);letter-spacing:1px;max-width:100%;overflow:hidden;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}a{-webkit-touch-callout:none}@media (max-width: 768px){.category-list{padding:0 10px}.category-card{width:100%;max-width:400px}}.add-category-button{background:linear-gradient(90deg,#ff4f4f,#ff4f4f);border-radius:10px;width:180px;height:20px;justify-content:center}.add-category-button i{align-items:center;color:#fff}.spinner{border:4px solid #353a40;border-top:4px solid #4f8cff;border-radius:50%;width:48px;height:48px;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:60vh;gap:16px;color:#e0e7ef;font-size:1.1rem}.filter-buttons{display:flex;justify-content:center;gap:20px}button{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:18px;margin:15px 0;padding:0 25px;position:relative;text-decoration:none}.filter-buttons .top-to-bottom{align-items:center;background:#ff4f4f;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:18px;text-transform:uppercase;font-weight:600;letter-spacing:.5;height:35px;margin:15px 0;padding:0 20px;position:relative;text-decoration:none;z-index:1}@media (max-width: 600px){.filter-buttons{gap:14px;flex-wrap:wrap;padding:8px 0}.filter-buttons .top-to-bottom{font-size:15px;padding:0 10px;height:32px;margin:8px 0}button{font-size:15px;padding:0 10px;margin:8px 0}}.edit-category-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:.5rem 1rem}.edit-category-modal-container{background:var(--bg-color);width:100%;max-width:28rem;border-radius:1rem;padding:2rem;max-height:92vh;overflow-y:auto;position:relative}.edit-category-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.edit-category-modal-title{font-size:2rem;font-weight:600;color:var(--text-color);text-transform:uppercase;font-family:Poppins,sans-serif}.edit-category-modal-close{color:#9ca3af;background:none;border:none;padding:.5rem;border-radius:9999px;transition:color .2s;cursor:pointer}.edit-category-modal-close:hover{color:#ff4f4f}.edit-category-modal-body{display:flex;flex-direction:column;gap:1.5rem}.edit-category-label{display:block;font-size:1rem;font-weight:500;color:var(--text-color);font-family:Poppins,sans-serif;margin-bottom:.25rem}.edit-category-label.flex-row{display:flex;align-items:center;gap:10px}.edit-category-time-row{display:flex;gap:12px;align-items:center;margin-top:8px}.edit-category-checkbox{display:flex;align-items:center;gap:8px}.edit-category-time-input{width:120px;margin-bottom:0}.edit-category-time-separator{color:#888}.edit-category-input,.edit-category-select{width:100%;padding:.5rem .75rem;background:#f8fafc;border:1px solid #d1d5db;border-radius:.5rem;color:var(--text-color-black);font-family:Poppins,sans-serif;font-size:1rem;outline:none}.edit-category-input:focus,.edit-category-select:focus{border-color:#ff4f4f}.edit-category-image-upload{border:2px dashed var(--bg-separators);border-radius:.5rem;padding:1rem;text-align:center;cursor:pointer;position:relative}.edit-category-image-preview{position:relative;width:100%;height:8rem}.edit-category-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;margin:0 auto;pointer-events:none;border-radius:.5rem}.edit-category-image-edit{position:absolute;top:.5rem;right:.5rem;background:#fff;color:var(--text-color-black);padding:.5rem;border-radius:9999px;border:1px solid #e0e7ef;display:flex;align-items:center;justify-content:center;cursor:pointer}.edit-category-image-edit:hover{background:#f8fafc;color:#ff4f4f}.edit-category-image-remove{position:absolute;top:.5rem;left:.5rem;background:#fff;color:#ef4444;padding:.5rem;border-radius:9999px;transition:background .2s,color .2s;display:flex;align-items:center;justify-content:center;cursor:pointer}.edit-category-image-remove:hover{background:#f8fafc;color:#ff4f4f}.edit-category-image-placeholder{height:8rem;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#ff4f4f;cursor:pointer}.edit-category-upload-icon{margin-bottom:.5rem}.edit-category-image-input{display:none}.edit-category-modal-footer{display:flex;justify-content:flex-end;gap:.5rem;margin-top:2rem}.edit-category-cancel{padding:.5rem 1rem;color:#fff;background:var(--button-color2);border:none;border-radius:.5rem;transition:background .2s,color .2s;cursor:pointer;justify-content:center}.edit-category-cancel:hover{background:var(--primary-color);color:#fff}.edit-category-save{padding:.5rem 1.5rem;background:var(--button-color);justify-content:center;color:#fff;border:none;border-radius:.5rem;font-weight:600;min-width:100px;transition:background .2s;cursor:pointer}.edit-category-save:disabled{opacity:.7;cursor:not-allowed}.edit-category-save:hover:not(:disabled){background:#8c2222}.edit-category-cropper-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10001}.edit-category-cropper-container{background:var(--bg-color);width:90%;max-width:24rem;border-radius:1rem;padding:2rem}.edit-category-cropper-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.edit-category-cropper-title{font-size:2rem;font-weight:600;color:var(--text-color);font-family:Poppins,sans-serif}.edit-category-cropper-close{color:#9ca3af;background:none;border:none;padding:.5rem;border-radius:9999px;transition:color .2s;cursor:pointer}.edit-category-cropper-close:hover{color:#ff4f4f}.edit-category-cropper-body{overflow:hidden;width:100%;height:130px}.edit-category-cropper-footer{margin-top:1rem;display:flex;justify-content:space-between;gap:.75rem}.edit-category-cropper-rotate-left,.edit-category-cropper-rotate-right{display:flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.5rem;background:#ef4444;color:#fff;border:none;transition:background .2s;cursor:pointer}.edit-category-cropper-rotate-left:hover,.edit-category-cropper-rotate-right:hover{background:#dc2626}.edit-category-cropper-reset{display:flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.5rem;background:#e5e7eb;color:var(--text-color);box-shadow:0 2px 8px #00000012;border:none;transition:background .2s;cursor:pointer}.edit-category-cropper-reset:hover{background:#d1d5db}.edit-category-cropper-crop{display:flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.5rem;background:var(--button-color);color:#fff;font-weight:600;border:none;transition:background .2s;cursor:pointer}.edit-category-cropper-crop:hover{background:var(--button-red-hover)}.delete-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10001;display:flex;align-items:center;justify-content:center;padding:1rem}.delete-modal-container{background:#fff;width:100%;max-width:28rem;border-radius:.75rem;box-shadow:0 4px 16px #0000001f;padding:1.5rem;margin:1rem;position:relative}.delete-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.delete-modal-title{font-size:2rem;font-weight:600;color:#232946;text-transform:uppercase;font-family:Poppins,sans-serif}.delete-modal-close{color:#9ca3af;background:none;border:none;transition:color .2s;cursor:pointer}.delete-modal-close:hover{color:#3358e6}.icon-x{width:2rem;height:1.5rem}.delete-modal-warning{margin-bottom:1rem;padding:.75rem;background:#fee2e2;border:1px solid #fecaca;border-radius:.5rem;display:flex;align-items:center;gap:.5rem;color:#dc2626;font-size:1rem}.delete-modal-warning-icon{width:1.25rem;height:1.25rem}.delete-modal-footer{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.delete-modal-cancel{padding:.5rem 1rem;color:#3358e6;background:none;border:none;border-radius:.5rem;transition:background .2s,color .2s;cursor:pointer}.delete-modal-cancel:hover{background:#3358e6;color:#fff}.delete-modal-delete{padding:.5rem 1rem;background:#ef4444;color:#fff;border:none;border-radius:.5rem;transition:background .2s;cursor:pointer}.delete-modal-delete:hover{background:#dc2626}.add-category-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:.5rem 1rem}.add-category-modal-container{background:var(--bg-color);width:100%;max-width:28rem;border-radius:1rem;padding:2rem;max-height:92vh;overflow-y:auto;position:relative;box-shadow:0 4px 16px #0000001f}.add-category-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.add-category-modal-title{font-size:2rem;font-weight:600;color:var(--text-color);text-transform:uppercase;font-family:Poppins,sans-serif}.add-category-modal-close{color:#9ca3af;background:none;border:none;padding:.5rem;border-radius:9999px;transition:color .2s;cursor:pointer}.add-category-modal-close:hover{color:#ff4f4f}.add-category-modal-body{display:flex;flex-direction:column;gap:1.5rem}.add-category-label{display:block;font-size:1rem;font-weight:500;color:var(--text-color);font-family:Poppins,sans-serif;margin-bottom:.25rem}.add-category-label.flex-row{display:flex;align-items:center;gap:10px}.add-category-required{color:#ff4f4f}.add-category-input,.add-category-select{width:100%;padding:.5rem .75rem;background:#f8fafc;border:1px solid #d1d5db;border-radius:.5rem;color:var(--text-color-black);font-family:Poppins,sans-serif;font-size:1rem;outline:none}.add-category-input:focus,.add-category-select:focus{border-color:#ff4f4f}.add-category-image-upload{border:2px dashed var(--bg-separators);border-radius:.5rem;padding:1rem;text-align:center;cursor:pointer;position:relative}.add-category-image-preview{position:relative;width:100%;height:8rem}.add-category-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;margin:0 auto;pointer-events:none;border-radius:.5rem}.add-category-image-edit{position:absolute;top:.5rem;right:3rem;background:#fff;color:#ff4f4f;padding:.5rem;border-radius:9999px;border:1px solid #e0e7ef;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,color .2s}.add-category-image-edit:hover{background:#f8fafc;color:#ff4f4f}.add-category-image-remove{position:absolute;top:.5rem;right:.5rem;background:#fff;color:#e11d48;padding:.5rem;border-radius:9999px;border:1px solid #e0e7ef;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,color .2s}.add-category-image-remove:hover{background:#f8fafc;color:#ff4f4f}.add-category-image-placeholder{height:8rem;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#ff4f4f;cursor:pointer}.add-category-upload-icon{margin-bottom:.5rem}.add-category-image-input{display:none}.add-category-error{color:#e11d48;font-size:.875rem;margin-top:.5rem}.add-category-modal-footer{display:flex;justify-content:flex-end;gap:.5rem;margin-top:2rem}.add-category-cancel{padding:.5rem 1rem;color:#fff;background:var(--button-color2);border:none;border-radius:.5rem;transition:background .2s,color .2s;cursor:pointer;justify-content:center}.add-category-cancel:hover{background:var(--primary-color);color:#fff}.add-category-save{padding:.5rem 1.5rem;background:var(--button-color);color:#fff;border:none;border-radius:.5rem;font-weight:600;min-width:100px;transition:background .2s;cursor:pointer}.add-category-save:disabled{opacity:.7;cursor:not-allowed}.add-category-save:hover:not(:disabled){background:#8c2222}.add-category-cropper-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10001}.add-category-cropper-container{background:var(--bg-color);width:90%;max-width:24rem;border-radius:1rem;padding:2rem}.add-category-cropper-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.add-category-cropper-title{font-size:2rem;font-weight:600;color:var(--text-color);font-family:Poppins,sans-serif}.add-category-cropper-close{color:#9ca3af;background:none;border:none;padding:.5rem;border-radius:9999px;transition:color .2s;cursor:pointer}.add-category-cropper-close:hover{color:#ff4f4f}.add-category-cropper-body{overflow:hidden;width:100%;height:130px}.add-category-cropper-footer{margin-top:1rem;display:flex;justify-content:space-between;gap:.75rem}.add-category-cropper-rotate-left,.add-category-cropper-rotate-right{display:flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.5rem;background:#ef4444;color:#fff;border:none;transition:background .2s;cursor:pointer}.add-category-cropper-rotate-left:hover,.add-category-cropper-rotate-right:hover{background:#dc2626}.add-category-cropper-reset{display:flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.5rem;background:#e5e7eb;color:var(--text-color);box-shadow:0 2px 8px #00000012;border:none;transition:background .2s;cursor:pointer}.add-category-cropper-reset:hover{background:#d1d5db}.add-category-cropper-crop{display:flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.5rem;background:var(--button-color);color:#fff;font-weight:600;border:none;transition:background .2s;cursor:pointer}.add-category-cropper-crop:hover{background:var(--button-red-hover)}.add-category-time-row{display:flex;gap:12px;align-items:center;margin-top:8px}.add-category-time-input{width:120px;margin-bottom:0}.add-category-time-separator{color:#888}.language-switcher{position:relative;display:flex;justify-content:flex-end;margin:5px auto 0;z-index:10}.language-switcher-toggle{background:linear-gradient(90deg,#ff4f4f,#fa3d3d);color:#fff;border:none;outline:none;padding:8px 18px;border-radius:8px;font-size:.9rem;font-weight:600;letter-spacing:.4px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px}.language-switcher-toggle:hover,.language-switcher-toggle:focus{background:linear-gradient(90deg,#fa4242,#ff4f4f)}.language-switcher-arrow{width:8px;height:8px;border:solid #fff;border-width:0 1.5px 1.5px 0;display:inline-block;padding:2.5px;transform:rotate(45deg);transition:transform .2s ease}.language-switcher-toggle.active .language-switcher-arrow{transform:rotate(225deg)}.language-switcher-dropdown{position:absolute;left:-19px;top:110%;background:var(--bg-color);border-radius:8px;min-width:140px;padding:4px 0;margin:0;list-style:none;z-index:100;animation:fadeIn .18s ease-out}.language-switcher-option{padding:8px 16px;margin:4px 20px;color:var(--text-color);cursor:pointer;font-size:.88rem;font-weight:500;border-radius:6px;transition:background .15s ease,color .15s ease}.language-switcher-option:hover,.language-switcher-option.active{background:linear-gradient(90deg,#ff4f4f,#ff3b3b);color:#fff}@keyframes fadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.language-switcher{justify-content:center;margin:8px 0 0}.language-switcher-toggle{padding:7px 12px;font-size:.85rem;gap:6px}.language-switcher-dropdown{min-width:110px;left:0;top:105%}.language-switcher-option{padding:7px 10px;margin:3px 8px;font-size:.82rem}}.category-items{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:120px;padding-top:10px;gap:18px;color:var(--text-color)}.category-items p{font-family:Poppins,sans-serif;font-weight:300;font-size:1rem;line-height:150%;letter-spacing:1px;color:var(--text-color)}.price-button{width:25%;height:38px;background:#ff4f4f;color:#fff;font-family:Poppins,sans-serif;font-weight:700;font-size:1.1rem;border:none;border-radius:8px;margin:10px 0;box-shadow:0 4px 16px #0000001f;text-align:center;display:flex;align-items:center;justify-content:center}.card{border-radius:16px;overflow:hidden;width:320px;color:var(--text-color);text-align:center;transition:box-shadow .2s,transform .2s;position:relative}.card-image{display:flex;align-items:center;justify-content:center;width:100%;padding:0;height:200px}.card-image img{width:100%;-o-object-fit:cover;object-fit:cover;border-radius:0;display:block}.card-content{background:var(--bg-secondary);color:var(--text-color);padding:18px 12px 12px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;text-align:center;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden;word-wrap:break-word;max-width:100%;box-sizing:border-box;align-items:center}.card-content h3{font-family:Poppins,sans-serif;font-weight:700;color:var(--text-color);font-size:1.2rem;margin-bottom:8px}.card-content p{color:var(--text-color2);font-family:Poppins,sans-serif;font-weight:400;font-size:.7rem;margin-bottom:10px;font-style:italic;text-transform:lowercase}.outline{background:transparent;color:#4f8cff;border:1px solid #4f8cff;transition:all .3s ease}.outline:hover{color:#fff;border-color:#fff;transition:all .3s ease}.fill{background:#d9534f;color:#fff;filter:drop-shadow(0);font-weight:700;font-size:2rem;transition:all .3s ease}.fill:hover{transform:scale(1.125);border-color:#ffffffe6;filter:drop-shadow(0 10px 5px rgba(0,0,0,.125));transition:all .3s ease}.image-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#22272ff2;display:flex;justify-content:center;align-items:center;z-index:10001}.itemimgmodal-content{position:relative;display:flex;justify-content:center;align-items:center;max-width:90%;max-height:90%}.itemimgmodal-content img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.close-button{position:absolute;top:10px;right:35px;font-size:3rem;color:#e0e7ef;cursor:pointer;background:none;border:none;outline:none}.click-to-show{display:block;font-size:.6rem;opacity:50%;margin:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#bfc6d1}.add-to-order-button{background:linear-gradient(90deg,#22c55e,#16a34a);color:#fff;padding:8px 16px;border-radius:8px;margin:10px auto 0;box-shadow:0 4px 16px #0000001f;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:background .2s,transform .15s;display:inline-flex;align-items:center;gap:6px;outline:none}.add-to-order-button:hover,.add-to-order-button:focus{background:linear-gradient(90deg,#16a34a,#22c55e);transform:scale(1.06);color:#fff;box-shadow:0 8px 24px #22c55e21}.added-to-cart-notification{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--bg-secondary);color:var(--text-color);padding:24px 32px;border-radius:10px;font-size:.88rem;z-index:9999;border:1px solid #ff4f4f;animation:slideDownFadeOut 2s cubic-bezier(.4,0,.2,1) forwards}.icon-overlay2{position:absolute;top:10px;right:10px;display:flex;gap:10px;background:#fff;border-radius:8px;padding:4px 8px;z-index:2;align-items:center}.icon-overlay2 svg{cursor:pointer;color:#000;height:18px;width:24px}.visibility-toggle{margin:4px 0 -2px}.category-title{font-family:Poppins,sans-serif;font-weight:800;color:var(--text-color);text-transform:uppercase;font-size:1.5rem;letter-spacing:2px;line-height:1.1}@media (max-width: 600px){.card{width:80vw;min-width:0;max-width:100vw}}.edit-category-item-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:.5rem 1rem}.edit-category-item-modal-container{background:#fff;width:100%;max-width:36rem;border-radius:1rem;box-shadow:0 4px 16px #0000001f;padding:2rem;max-height:92vh;overflow-y:auto;position:relative}.edit-category-item-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.edit-category-item-modal-title{font-size:2rem;font-weight:600;color:#232946;text-transform:uppercase;font-family:Poppins,sans-serif}.edit-category-item-modal-close{color:#9ca3af;background:none;border:none;padding:.5rem;border-radius:9999px;transition:color .2s;cursor:pointer}.edit-category-item-modal-close:hover{color:#3358e6}.edit-category-item-modal-body{display:flex;flex-direction:column;gap:1.5rem}.edit-category-item-label{display:block;font-size:1rem;font-weight:500;color:#232946;font-family:Poppins,sans-serif;margin-bottom:.25rem}.edit-category-item-input{width:100%;padding:.5rem .75rem;background:#f8fafc;border:1px solid #d1d5db;border-radius:.5rem;color:#232946;font-family:Poppins,sans-serif;font-size:1rem;transition:border-color .2s,box-shadow .2s;outline:none;resize:none}.edit-category-item-input:focus{border-color:#4f8cff;box-shadow:0 0 0 2px #4f8cff33}.edit-category-item-image-upload{border:2px dashed #e0e7ef;border-radius:.5rem;padding:1rem;text-align:center;cursor:pointer;position:relative}.edit-category-item-image-preview{position:relative;width:100%;height:200px}.edit-category-item-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;margin:0 auto;pointer-events:none;border-radius:.5rem}.edit-category-item-image-edit{position:absolute;top:.5rem;right:.5rem;background:#fff;color:#4f8cff;padding:.5rem;border-radius:9999px;box-shadow:0 2px 8px #00000012;border:1px solid #e0e7ef;transition:background .2s,color .2s;display:flex;align-items:center;justify-content:center;cursor:pointer}.edit-category-item-image-edit:hover{background:#f8fafc;color:#3358e6}.edit-category-item-image-remove{position:absolute;top:.5rem;left:.5rem;background:#fff;color:#ef4444;padding:.5rem;border-radius:9999px;box-shadow:0 2px 8px #00000012;border:1px solid #e0e7ef;transition:background .2s,color .2s;display:flex;align-items:center;justify-content:center;cursor:pointer}.edit-category-item-image-remove:hover{background:#f8fafc;color:#be123c}.edit-category-item-image-placeholder{height:8rem;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#3358e6;cursor:pointer}.edit-category-item-upload-icon{margin-bottom:.5rem}.edit-category-item-image-input{display:none}.edit-category-item-modal-footer{display:flex;justify-content:flex-end;margin-top:2rem}.edit-category-item-save{padding:.5rem 1.5rem;background:#3358e6;color:#fff;border:none;border-radius:.5rem;font-weight:600;min-width:120px;transition:background .2s;cursor:pointer}.edit-category-item-save:disabled{opacity:.7;cursor:not-allowed}.edit-category-item-save:hover:not(:disabled){background:#223b8c}.edit-category-item-cropper-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10001}.edit-category-item-cropper-container{background:#fff;width:90%;max-width:24rem;border-radius:1rem;box-shadow:0 4px 16px #0000001f;padding:2rem}.edit-category-item-cropper-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.edit-category-item-cropper-title{font-size:2rem;font-weight:600;color:#232946;font-family:Poppins,sans-serif}.edit-category-item-cropper-close{color:#9ca3af;background:none;border:none;padding:.5rem;border-radius:9999px;transition:color .2s;cursor:pointer}.edit-category-item-cropper-close:hover{color:#3358e6}.edit-category-item-cropper-body{overflow:hidden;width:100%;height:200px}.edit-category-item-cropper-footer{margin-top:1rem;display:flex;justify-content:space-between;gap:.75rem}.edit-category-item-cropper-rotate-left,.edit-category-item-cropper-rotate-right{display:flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.5rem;background:#ef4444;color:#fff;box-shadow:0 2px 8px #00000012;border:none;transition:background .2s;cursor:pointer}.edit-category-item-cropper-rotate-left:hover,.edit-category-item-cropper-rotate-right:hover{background:#dc2626}.edit-category-item-cropper-reset{display:flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.5rem;background:#e5e7eb;color:#232946;box-shadow:0 2px 8px #00000012;border:none;transition:background .2s;cursor:pointer}.edit-category-item-cropper-reset:hover{background:#d1d5db}.edit-category-item-cropper-crop{display:flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.5rem;background:#2563eb;color:#fff;font-weight:600;box-shadow:0 2px 8px #00000012;border:none;transition:background .2s;cursor:pointer}.edit-category-item-cropper-crop:hover{background:#1d4ed8}.toggle-container{display:flex;justify-content:center;align-items:center;margin-top:10px}.switch{position:relative;display:inline-block;width:36px;height:18px;background:transparent}.switch input{display:none}.switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,#23272f,#353a40);transition:background .3s;border-radius:9999px;box-shadow:0 2px 8px #323c5014}.switch .slider:before{position:absolute;content:"";height:13px;width:13px;left:2.5px;top:2.5px;background:#fff;border-radius:50%;box-shadow:0 2px 8px #323c501a;transition:transform .3s cubic-bezier(.4,0,.2,1),background .3s}input:checked+.slider{background:linear-gradient(90deg,#22c55e,#16a34a)}input:checked+.slider:before{transform:translate(15px);background:#e0e7ef}.switch input:focus+.slider{box-shadow:0 0 0 2px #4f8cff55}.switch:hover .slider{filter:brightness(1.08)}.add-category-item-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:.5rem 1rem}.add-category-item-modal-container{background:var(--bg-color);width:100%;max-width:28rem;border-radius:1rem;padding:2rem;max-height:92vh;overflow-y:auto;position:relative;box-shadow:0 4px 16px #0000001f}.add-category-item-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.add-category-item-modal-title{font-size:2rem;font-weight:600;color:var(--text-color);text-transform:uppercase;font-family:Poppins,sans-serif}.add-category-item-modal-close{color:#9ca3af;background:none;border:none;padding:.5rem;border-radius:9999px;transition:color .2s;cursor:pointer}.add-category-item-modal-close:hover{color:#ff4f4f}.icon-x{width:1.75rem;height:1.75rem}.add-category-item-modal-body{display:flex;flex-direction:column;gap:1.5rem}.add-category-item-label{display:block;font-size:1rem;font-weight:500;color:var(--text-color);font-family:Poppins,sans-serif;margin-bottom:.25rem}.add-category-item-input{width:100%;padding:.5rem .75rem;background:#f8fafc;border:1px solid #d1d5db;border-radius:.5rem;color:var(--text-color-black);font-family:Poppins,sans-serif;font-size:1rem;transition:border-color .2s,box-shadow .2s;outline:none;resize:none}.add-category-item-input:focus{border-color:#ff4f4f;box-shadow:0 0 0 2px #ff4f4f33}.add-category-item-image-upload{border:2px dashed var(--bg-separators);border-radius:.5rem;padding:1rem;text-align:center;cursor:pointer;position:relative}.add-category-item-image-preview{position:relative;width:100%;height:8rem}.add-category-item-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;margin:0 auto;pointer-events:none;border-radius:.5rem}.add-category-item-image-edit{position:absolute;top:.5rem;right:.5rem;background:#fff;color:#ff4f4f;padding:.5rem;border-radius:9999px;border:1px solid #e0e7ef;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,color .2s}.add-category-item-image-edit:hover{background:#f8fafc;color:#ff4f4f}.add-category-item-image-remove{position:absolute;top:.5rem;left:.5rem;background:#fff;color:#ef4444;padding:.5rem;border-radius:9999px;border:1px solid #e0e7ef;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,color .2s}.add-category-item-image-remove:hover{background:#f8fafc;color:#ff4f4f}.add-category-item-image-placeholder{height:8rem;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#ff4f4f;cursor:pointer}.add-category-item-upload-icon{margin-bottom:.5rem}.add-category-item-image-input{display:none}.add-category-item-modal-footer{display:flex;justify-content:flex-end;margin-top:2rem}.add-category-item-save{padding:.5rem 1.5rem;background:var(--button-color);color:#fff;border:none;border-radius:.5rem;font-weight:600;min-width:120px;transition:background .2s;cursor:pointer}.add-category-item-save:disabled{opacity:.7;cursor:not-allowed}.add-category-item-save:hover:not(:disabled){background:#8c2222}.add-category-item-cropper-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10001}.add-category-item-cropper-container{background:var(--bg-color);width:90%;max-width:24rem;border-radius:1rem;padding:2rem}.add-category-item-cropper-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.add-category-item-cropper-title{font-size:2rem;font-weight:600;color:var(--text-color);font-family:Poppins,sans-serif}.add-category-item-cropper-close{color:#9ca3af;background:none;border:none;padding:.5rem;border-radius:9999px;transition:color .2s;cursor:pointer}.add-category-item-cropper-close:hover{color:#ff4f4f}.add-category-item-cropper-body{overflow:hidden;width:100%;height:8rem}.add-category-item-cropper-footer{margin-top:1rem;display:flex;justify-content:space-between;gap:.75rem}.add-category-item-cropper-rotate-left,.add-category-item-cropper-rotate-right{display:flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.5rem;background:#ef4444;color:#fff;border:none;transition:background .2s;cursor:pointer}.add-category-item-cropper-rotate-left:hover,.add-category-item-cropper-rotate-right:hover{background:#dc2626}.add-category-item-cropper-reset{display:flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.5rem;background:#e5e7eb;color:var(--text-color);box-shadow:0 2px 8px #00000012;border:none;transition:background .2s;cursor:pointer}.add-category-item-cropper-reset:hover{background:#d1d5db}.add-category-item-cropper-crop{display:flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.5rem;background:var(--button-color);color:#fff;font-weight:600;border:none;transition:background .2s;cursor:pointer}.add-category-item-cropper-crop:hover{background:var(--button-red-hover)}.back-button svg{width:2.5rem;height:2.5rem}.admin-dashboard-bg{width:100%;min-height:100vh;padding:1.5rem 1.5rem 5rem}.admin-dashboard-container{max-width:64rem;margin-left:auto;margin-right:auto}.admin-dashboard-title{font-size:1.875rem;font-weight:800;font-family:Poppins,sans-serif;color:var(--text-color);margin-bottom:2rem;text-align:center;letter-spacing:.05em}.admin-dashboard-title .admin-dashboard-username{color:#ef4444}.admin-dashboard-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem}@media (min-width: 640px){.admin-dashboard-grid{grid-template-columns:repeat(2,1fr)}}.admin-dashboard-card{background:var(--bg-secondary);border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;align-items:center;border-top:4px solid #ef4444}.admin-dashboard-card .admin-dashboard-number{font-size:2.25rem;font-weight:700;color:#ef4444;margin-bottom:.5rem}.admin-dashboard-card .admin-dashboard-label{font-family:Poppins,sans-serif;font-size:1.125rem;color:var(--text-color)}.admin-dashboard-actions{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width: 640px){.admin-dashboard-actions{flex-direction:row}}.admin-dashboard-action{flex:1;background:var(--bg-secondary);color:var(--text-color);font-family:Poppins,sans-serif;font-weight:600;padding:1rem 0;border-radius:.75rem;text-align:center;font-size:1.125rem;transition:background .2s;text-decoration:none;display:block}.admin-dashboard-action.red{background:#ef4444;color:#fff;border:none}._adminOrdersContainer_1kbn2_3{font-family:Poppins,Arial,sans-serif;margin:32px auto;padding:32px 24px;color:var(--text-color);border-radius:18px;max-width:900px}._adminOrdersHeader_1kbn2_23{font-size:2rem;color:var(--text-color);margin-bottom:32px;text-align:center;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}._ordersList_1kbn2_45{display:flex;flex-wrap:wrap;gap:32px;justify-content:center;margin-top:40px;margin-bottom:40px}._orderCard_1kbn2_65{background:var(--bg-secondary);border-radius:16px;padding:28px 22px 22px;width:340px;color:var(--text-color);position:relative;overflow:hidden}._orderHeader_1kbn2_87{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;margin-bottom:10px}._orderHeaderFlex_1kbn2_105{display:flex;align-items:center;gap:10px;flex-wrap:wrap}._orderHeaderTitle_1kbn2_119{margin:0;flex-shrink:0}._orderHeader_1kbn2_87 h3{font-size:1.1rem;margin:0;color:var(--text-color);font-weight:600;letter-spacing:.5px;display:flex;align-items:center;gap:8px}._orderHeader_1kbn2_87 ._order-id-icon_1kbn2_151{color:#4f8cff;margin-right:4px;font-size:1.2em;vertical-align:middle}._orderStatus_1kbn2_167{padding:5px 14px;border-radius:6px;font-size:.85rem;font-weight:600;letter-spacing:1px;margin-top:0;margin-left:0;background:linear-gradient(90deg,#4f8cff,#3358e6);color:#fff;display:flex;align-items:center;gap:6px;flex-shrink:0;max-width:100%;word-break:break-word}._orderStatus_1kbn2_167._pending_1kbn2_205{background:linear-gradient(90deg,#facc15,#eab308);color:#23272f}._orderStatus_1kbn2_167._completed_1kbn2_217{background:linear-gradient(90deg,#22c55e,#16a34a);color:#fff}._orderStatus_1kbn2_167 ._status-icon_1kbn2_227{font-size:1.1em;vertical-align:middle}._orderDetails_1kbn2_239{margin-top:18px;font-size:.98rem;color:var(--text-color);font-family:Poppins,sans-serif}._orderDetails_1kbn2_239 div{margin-bottom:8px;display:flex;align-items:center;gap:8px}._orderDetails_1kbn2_239 ._details-icon_1kbn2_267{color:#4f8cff;font-size:1.1em;vertical-align:middle}._itemDetails_1kbn2_279{font-size:.95rem;color:var(--text-color);background:var(--bg-color);border-radius:8px;padding:6px 10px;margin-bottom:4px;display:inline-flex;align-items:center;gap:6px}._itemDetails_1kbn2_279 ._item-icon_1kbn2_303{color:#22c55e;font-size:1em;vertical-align:middle}._orderActions_1kbn2_317{margin-top:22px;text-align:center;display:flex;gap:12px;justify-content:center}._adminOrdersButton_1kbn2_333{background:linear-gradient(90deg,#c52222,#a31616);color:#fff;border:none;padding:10px 28px;font-size:1rem;border-radius:8px;cursor:pointer;font-family:Poppins,sans-serif;font-weight:600;box-shadow:none;transition:none;display:inline-flex;align-items:center;gap:8px}._adminOrdersButton_1kbn2_333._complete_1kbn2_217{background:linear-gradient(90deg,#22c55e,#16a34a)}._adminOrdersButton_1kbn2_333._delete_1kbn2_375{background:linear-gradient(90deg,#c52222,#a31616)}._adminOrdersButton_1kbn2_333 ._button-icon_1kbn2_383{font-size:1.1em;vertical-align:middle}._adminOrdersMessage_1kbn2_395{text-align:center;font-size:1.2rem;color:#bfc6d1;margin:32px 0;font-family:Poppins,sans-serif}._adminOrdersError_1kbn2_413{color:#d9534f;font-weight:700;font-size:1.1rem;margin:24px 0;text-align:center;letter-spacing:1px}@media (max-width: 900px){._ordersList_1kbn2_45{gap:18px;padding:1rem}._orderCard_1kbn2_65{width:98vw;max-width:98vw;min-width:0}._adminOrdersContainer_1kbn2_3{padding:12px 2vw}}.location-picker-map{height:240px;width:100%;border-radius:10px;margin-bottom:10px;box-shadow:0 2px 8px #00000014}@media (max-width: 600px){.location-picker-map{height:160px;border-radius:6px;margin-bottom:6px}}.login-container{background:var(--bg-color);color:var(--text-color);display:flex;align-items:center;justify-content:center;padding:0}.login-card{background:var(--bg-secondary);border-radius:18px;padding:2.5rem 2rem 2rem;max-width:410px;width:100%;color:var(--text-color);display:flex;flex-direction:column;gap:1.2rem;margin-top:1rem}.login-header{text-align:center;margin-bottom:.5rem}.login-title{font-family:Poppins,sans-serif;font-size:2rem;font-weight:800;color:var(--text-color);letter-spacing:1.5px}.login-content{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.3rem}.form-label{font-size:1rem;font-weight:500;color:#ff4f4f}.input-container{position:relative}.input-container.flex-input{display:flex;align-items:center;gap:1rem;position:relative;background:var(--bg-color);border-radius:8px;padding-left:10px}.input-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);height:1.25rem;width:1.25rem;color:var(--text-color2)}.input-icon-static{color:var(--text-color2);font-size:1.25rem;height:1.25rem;width:1.25rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}.input-field{background:var(--bg-color);border-radius:8px;color:var(--text-color);font-size:1rem;padding:10px 14px 10px 0rem;font-family:Poppins,sans-serif;outline:none;transition:border .2s;width:100%;border:none}.show-hide{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);cursor:pointer;color:#bfc6d1;font-size:1.1rem;transition:color .2s}.show-hide:hover{color:#ff4f4f}.login-footer{display:flex;flex-direction:column;gap:1rem;width:100%}.login-footer-row{display:flex;gap:10px;width:100%}.forgot-password-container{margin-top:1em;display:flex;justify-content:flex-end}.login-button{background:#ff4f4f;color:#fff;border:none;border-radius:8px;padding:12px 0;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:700;cursor:pointer;margin-top:.5em;justify-content:center;display:flex;align-items:center;width:50%}.login-button.loading{opacity:.7;cursor:not-allowed}.login-button:hover{background:#e63333}.register-button{background-color:#eee;color:#333;border:none;border-radius:8px;padding:12px 0;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:700;cursor:pointer;margin-top:.5em;text-align:center;display:flex;justify-content:center;align-items:center;width:50%}.register-button.loading{opacity:.7;cursor:not-allowed}.register-button:hover{background:#e0e0e0}.forgot-password-link{transition:color .2s;color:#ff4f4f;text-decoration:none;background:none;border:none;font-size:1rem;font-family:Poppins,sans-serif;cursor:pointer;margin-top:1em}.forgot-password-link:hover{color:#4f46e5}@media (max-width: 600px){.login-card{margin-top:20px;margin-bottom:80px;padding:1.2rem 1.5rem 1.5rem;max-width:90vw}}.header{background:var(--bg-color);color:var(--text-color);top:0;width:100%;left:0;right:0;display:flex;flex-direction:column;z-index:9999}.header h2{font-family:Poppins,sans-serif;font-weight:800;font-style:normal;color:var(--text-color);text-transform:uppercase;font-size:2.2rem;margin:0;letter-spacing:2px}.header-content{display:flex;align-items:center;justify-content:center;flex-grow:1;margin:1.5rem 0;gap:3.5rem}.header .logo{display:flex;justify-content:center;align-items:center}.header .logo img{width:180px;height:auto;filter:invert(0);transition:filter .2s}body.light-theme .header .logo img{filter:invert(1) hue-rotate(180deg) brightness(.6) contrast(5)}.header-logo-separator{width:100%;height:.5px;background:#353a40;margin:0;border:none;opacity:.85}.info-box{background:var(--bg-secondary);color:var(--text-color);text-align:center;font-size:.9rem;font-weight:500;width:100%;display:flex;align-items:center;justify-content:center;gap:8px;height:auto;min-height:40px;padding:8px 24px}.header-info-separator{width:100%;height:.5px;background:var(--bg-separators);margin:0;border:none;opacity:.85}.info-box b{font-family:Poppins,sans-serif;font-weight:700;font-style:normal;color:#ff4f4f;font-size:.9rem}.modal-content-wifi .wifi-icon{text-align:center;font-size:.5rem;color:#ff4f4f;width:100%;display:flex;align-items:center;justify-content:center;gap:10px;height:40px}.info-box p{font-family:Poppins,sans-serif;margin:3px 0 0;font-size:.9rem;letter-spacing:1.5px;text-align:center;color:var(--text-color)}.info-box i{font-size:1.2rem;color:#ff4f4f}textarea{width:100%;height:50px;border:1px solid #353a40;border-radius:8px;resize:vertical;box-sizing:border-box;margin-top:10px;background:#181a1b;color:#f3f4f6;font-family:Poppins,sans-serif}.modal-content-wifi{background:#212121;padding:32px 24px;border-radius:18px;width:95%;max-width:420px;position:relative;box-shadow:0 8px 32px #5000002e;color:#f3f4f6;display:flex;flex-direction:column;margin:0 auto}.modal-content-wifi h3{font-family:Poppins,sans-serif;font-weight:800;font-style:normal;color:#e0e7ef;text-transform:uppercase;font-size:1rem}.modal-content-wifi input{margin:8px 0;box-sizing:border-box;border:1px solid #353a40;border-radius:8px;background-color:#181a1b;font-family:Poppins,sans-serif;font-weight:500;font-size:1rem;letter-spacing:.2px;color:#f3f4f6}.modal-content-wifi input::-moz-placeholder{color:#bfc6d1;font-style:italic;font-size:.8rem;text-align:center}.modal-content-wifi input::placeholder{color:#bfc6d1;font-style:italic;font-size:.8rem;text-align:center}.infobox-buttons-container{display:flex;justify-content:center;gap:10px}.edit-btn{background:none;border:none;color:var(--text-color2);cursor:pointer;font-size:1.2rem;transition:color .2s}.announcement-btn{background:none;border:none;color:var(--text-color2);cursor:pointer;font-size:1.2rem;transition:color .2s}.announcement-btn svg{color:var(--text-color);margin-right:20px;height:18px}.announcement-bar{width:100%;background:#ff4f4f;color:#f3f4f6;font-family:Poppins,sans-serif;font-weight:600;font-size:1rem;letter-spacing:1px;display:flex;align-items:center;position:relative;min-height:30px;z-index:1001;overflow:hidden;padding:0 0 0 8px}.announcement-marquee{flex:1;overflow:hidden;white-space:nowrap}.announcement-marquee span{display:inline-block;padding-left:100%;animation:marquee 12s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.announcement-bar .edit-btn{background:none;border:none;color:#fff;margin-left:12px;cursor:pointer;font-size:1.1rem;transition:color .2s}.announcement-bar .edit-btn:hover{color:#e0e7ef}.modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#121212de;z-index:10000;display:flex;align-items:center;justify-content:center}.modal-content-wifi-light{background:var(--bg-secondary);padding:32px 24px;border-radius:20px;min-width:320px;max-width:400px;width:90%;display:flex;flex-direction:column;align-items:center;position:relative}.modal-title{font-family:Poppins,sans-serif;font-weight:800;color:var(--text-color);text-transform:uppercase;font-size:.98rem;margin:0;letter-spacing:1px}.wifi-icon-title{margin-bottom:16px;display:flex;align-items:center;gap:.7rem}.wifi-icon,.wifi-icon-blue,.edit-btn svg{width:16px!important;height:16px!important;min-width:16px;min-height:16px;max-width:16px;max-height:16px;stroke-width:2.2}.wifi-icon-blue{color:var(--text-color)}.edit-btn svg{color:var(--text-color)}.infobox-buttons-container{display:flex;justify-content:center;gap:12px;width:100%}.button-save{background:linear-gradient(90deg,#ff4f4f,#e63333);color:#fff;border:none;border-radius:8px;padding:10px 24px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,opacity .2s;height:38px}.button-save:disabled{opacity:.7;cursor:not-allowed}.button-cancel{background:#353a40;color:#e0e7ef;border:none;border-radius:8px;padding:10px 24px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,opacity .2s;height:38px}.button-cancel:disabled{opacity:.7;cursor:not-allowed}.button-remove{background:#2d1c1c;color:#ff4f4f;border:1.5px solid #ff4f4f}.button-remove:disabled{opacity:.7;cursor:not-allowed}body,.header,.header .logo img,.info-box,.theme-switcher-btn{transition:background .3s cubic-bezier(.77,0,.18,1),color .3s cubic-bezier(.77,0,.18,1),filter .3s cubic-bezier(.77,0,.18,1)}@media (max-width: 600px){.modal-content-wifi{padding:18px 8px}.header-logo-separator,.header-info-separator{height:1px}.header .logo img{width:144px}.info-box{font-size:.8rem;padding:6px 8px;min-height:32px;gap:4px}.info-box b{font-size:.8rem}.info-box p{font-size:.8rem;letter-spacing:1px;margin-top:2px}.info-box i{font-size:1rem}.infobox-buttons-container{gap:6px}}.sidebar-toggle-btn{z-index:10000;background:var(--bg-secondary2);border:none;border-radius:8px;box-shadow:0 4px 16px #0000001f;padding:8px 10px;cursor:pointer;transition:background .2s}.sidebar-hamburger-icon{width:24px;height:24px;fill:var(--text-color)}.sidebar-drawer{position:fixed;top:0;right:0;left:auto;width:200px;height:100vh;background:var(--bg-secondary);box-shadow:0 4px 16px #0000001f;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:10002;display:flex;flex-direction:column;color:var(--text-color)}.sidebar-drawer.open{transform:translate(0)}.sidebar-content{height:100%;padding:16px 12px;overflow-y:auto;color:var(--text-color);background:transparent}.sidebar-list{list-style:none;padding:0;margin:0}.sidebar-link{display:flex;align-items:center;padding:8px 12px;color:var(--text-color);border-radius:8px;text-decoration:none;transition:background .2s,color .2s;font-weight:500;background:none;border:none;cursor:pointer}.sidebar-link:hover,.sidebar-link:focus{background:#23272f;color:#fff;outline:none}.sidebar-link-text{margin-left:12px}.sidebar-logout-btn{width:100%;text-align:left;background:red;color:#e5e7ef;border:none;border-radius:8px;font-weight:500;padding:8px 12px;display:flex;align-items:center;cursor:pointer;transition:background .2s,color .2s}.sidebar-logout-btn:hover,.sidebar-logout-btn:focus{background:#23272f;color:#fff;outline:none}.sidebar-notification-btn{display:flex;align-items:center;padding:8px 12px;color:var(--text-color);border-radius:8px;background:none;border:none;cursor:pointer;font-weight:500;transition:background .2s,color .2s;margin-bottom:4px}.sidebar-notification-btn:hover,.sidebar-notification-btn:focus{background:#23272f;color:#fff;outline:none}@media (min-width: 640px){.sidebar-drawer{transform:translate(100%);color:var(--text-color)}.sidebar-drawer.open{transform:translate(0);color:var(--text-color)}}.theme-switcher-btn{z-index:1000;padding:8px;border-radius:50%;border:none;background:#fff;color:#121212;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:none}body.dark-theme .theme-switcher-btn{background:#fff;color:#121212;transition:none}body.light-theme .theme-switcher-btn{background:#121212;color:#fff;transition:none}body.theme-transition,body.theme-transition *{transition:none!important}.footer{background:var(--bg-secondary);color:var(--text-color);color:#f3f4f6;text-align:center;position:fixed;width:100%;height:44px;left:0;bottom:0;font-family:Poppins,sans-serif;font-size:.9rem;letter-spacing:.05rem;z-index:9999;display:flex;align-items:center;justify-content:center;gap:16px}footer p{color:var(--text-color);font-size:.9rem;font-family:Poppins,sans-serif;letter-spacing:1px;line-height:150%;text-transform:uppercase;margin:0}.social-media a{color:#ff4f4f;font-size:1.5rem;margin:0 8px;transition:color .2s}.social-media a:hover{color:#3358e6}.admin-settings-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 8px;background:#181a1b;color:#f3f4f6}.admin-settings-title{font-size:2rem;font-weight:700;margin-bottom:28px;color:#e0e7ef;letter-spacing:1px;text-align:center}.admin-settings-loading{color:#bfc6d1;font-size:1.1rem;margin-top:16px}.admin-settings-panel{width:100%;background:#23272f;color:#f3f4f6;border-radius:16px;padding:28px 18px;display:flex;flex-direction:column;gap:18px}.admin-settings-row{display:flex;justify-content:space-between;align-items:center;background:#181a1b;color:#f3f4f6;border-radius:10px;padding:14px 18px;box-shadow:0 1px 4px #4f8cff0a;margin-bottom:8px}.add-to-cart-text{font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;color:#e0e7ef;letter-spacing:.5px}.add-admin-wrapper{width:100%;justify-content:center;align-items:flex-start;padding-top:20px;padding-bottom:60px;background:transparent}.add-admin-container{max-width:480px;margin:0 auto;color:var(--text-color);border-radius:20px;display:flex;flex-direction:column;align-items:stretch;text-align:left;gap:32px}.add-admin-title{margin-bottom:18px;font-weight:800;font-size:1.45rem;color:var(--text-color);letter-spacing:1px;text-align:center}.add-admin-form{width:100%;display:flex;flex-direction:column;gap:20px;align-items:stretch}.add-admin-field{width:100%;margin-bottom:0}.add-admin-label{font-weight:600;margin-bottom:7px;color:#ff4f4f;display:block;text-align:left;font-size:1.01rem;letter-spacing:.2px}.add-admin-input{margin:12px 0 24px;padding:12px 14px;border-radius:10px;font-size:16px;background:var(--bg-color);color:#e0e7ef;text-align:center;width:100%;outline:none;font-family:Poppins,sans-serif}.add-admin-input::-moz-placeholder{color:var(--text-color2);font-style:italic;font-size:.95rem;text-align:center}.add-admin-input::placeholder{color:var(--text-color2);font-style:italic;font-size:.95rem;text-align:center}.add-admin-button{padding:13px 0;border-radius:12px;background:linear-gradient(90deg,#ff4f4f,#ff4f4f);color:#fff;border:none;font-weight:700;font-size:1.07rem;cursor:pointer;width:100%;display:flex;align-items:center;justify-content:center;letter-spacing:.5px}.add-admin-button.loading{opacity:.7;cursor:not-allowed}.add-admin-message{margin-top:18px;font-weight:600;color:#ff4f4f;text-align:center;font-size:1.03rem;letter-spacing:.2px}.change-password-section{margin-top:0;width:100%;background:var(--bg-secondary);color:var(--text-color);border-radius:14px;padding:24px 18px 18px;margin-bottom:0}.change-password-title{font-size:1.13rem;margin-bottom:18px;font-weight:800;color:var(--text-color);text-align:center;letter-spacing:.5px}.admin-settings-panel{width:100%;background:var(--bg-secondary);color:var(--text-color);border-radius:14px;padding:24px 18px 18px;display:flex;flex-direction:column;gap:10px}.admin-settings-row{display:flex;justify-content:space-between;align-items:center;background:var(--bg-secondary);color:var(--text-color);border-radius:10px;padding:13px 18px;margin-bottom:8px}.admin-settings-title{color:var(--text-color);font-size:1.2rem;font-weight:700;margin-bottom:22px;color:#1a2236;letter-spacing:1px;text-align:center}.admin-settings-loading{color:var(--text-color2);font-size:1.07rem;margin-top:12px;text-align:center}.add-to-cart-text{color:var(--text-color2);font-size:1.01rem;font-weight:600;letter-spacing:.5px}.admin-list-panel{width:100%;background:var(--bg-secondary);color:var(--text-color2);border-radius:14px;padding:24px 18px 18px;display:flex;flex-direction:column;margin-bottom:0}.admin-list-table-wrapper{width:100%;overflow-x:auto;margin-top:10px}.admin-list-table{width:100%;border-collapse:separate;border-spacing:0;background:var(--bg-color);color:var(--text-color2);border-radius:12px;overflow:hidden}.admin-list-table th,.admin-list-table td{color:var(--text-color);padding:13px 14px;text-align:left;font-size:1rem}.admin-list-table th{color:var(--text-color);font-weight:700;border-bottom:2px solid #d1d5db}.admin-list-table tr:not(:last-child) td{border-bottom:1px solid #353a40}.admin-list-table td{color:var(--text-color);font-weight:500}.admin-list{width:100%;padding:0;margin:0;list-style:none}.admin-list-row{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e5e7eb}.admin-list-username{color:var(--text-color);font-size:1rem;font-weight:500}.admin-delete-btn{background:#d9534f;color:#fff;border:none;border-radius:8px;padding:8px 18px;font-weight:700;font-size:1rem;cursor:pointer;transition:background .18s,box-shadow .18s;min-width:80px;letter-spacing:.2px}.admin-announcement-panel{width:100%;background:var(--bg-secondary);color:#f3f4f6;border-radius:14px;padding:24px 18px 18px;display:flex;flex-direction:column;margin-bottom:0}.announcement-current{background:var(--bg-color);color:#e0e7ef;padding:10px 14px;min-height:36px;font-size:1.01rem;margin-bottom:6px;border-radius:8px}.dropdown-section{margin-bottom:18px;border-radius:14px;background:var(--bg-secondary);overflow:hidden;transition:box-shadow .18s}.dropdown-header.modern{padding:18px 18px 12px;background:var(--bg-secondary);font-weight:700;font-size:1.08rem;border-radius:14px 14px 0 0;display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .18s;border:none;width:100%;outline:none;box-shadow:none}.dropdown-section:not(.open) .dropdown-header.modern{background:var(--bg-secondary)}.dropdown-chevron{display:flex;align-items:center;transition:transform .22s cubic-bezier(.4,0,.2,1)}.dropdown-section.open .dropdown-chevron{transform:rotate(180deg)}.dropdown-content{transition:max-height .32s cubic-bezier(.4,0,.2,1),opacity .22s;overflow:hidden;background:var(--bg-secondary);border-radius:0 0 14px 14px;will-change:max-height,opacity}.add-to-cart-visibility-panel{border:1.5px solid #23272f;border-radius:14px;padding:28px 22px 20px;margin-bottom:28px;background:var(--bg-color)}.add-to-cart-visibility-title{margin-bottom:20px;font-weight:800;font-size:1.18em;color:#ff4f4f;letter-spacing:.7px;text-align:center}.add-to-cart-visibility-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:0;padding:15px 8px 8px 15px;border-bottom:none;background:var(--bg-secondary);color:var(--text-color)}.add-to-cart-visibility-label{min-width:140px;font-weight:700;color:var(--text-color);font-size:1.07em;letter-spacing:.2px}.add-to-cart-visibility-status{color:#bfc6d1;font-size:1.01em;margin-left:10px;font-style:italic;text-align:left;padding-left:2px;flex:1;min-width:120px}.add-to-cart-visibility-time-row{display:flex;align-items:center;gap:14px;margin-top:18px;padding-left:2px}.add-to-cart-visibility-time{width:120px;background:var(--bg-secondary);color:var(--text-color);border:1.5px solid #353a40;border-radius:7px;padding:7px 13px;font-size:1.11em;font-family:inherit;outline:none}@media (max-width: 700px){.add-admin-container,.admin-settings-panel,.admin-list-panel,.admin-announcement-panel,.change-password-section{max-width:80vw}.admin-list-table th,.admin-list-table td{font-size:.97rem}.add-to-cart-visibility-panel{padding:14px 6px 10px}.add-to-cart-visibility-title{font-size:1em}.add-to-cart-visibility-label{min-width:90px;font-size:.77em}.add-to-cart-visibility-status{min-width:90px;font-size:.47em}.add-to-cart-visibility-time{width:100px;font-size:.88em}.add-to-cart-visibility-time-row{gap:6px;margin-top:10px;flex-wrap:wrap}}.qr-generator-container{max-width:420px;margin:48px auto;padding:32px 24px 28px;border-radius:18px;text-align:center;font-family:Poppins,Inter,Segoe UI,Arial,sans-serif}.qr-generator-title{font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:10px;letter-spacing:-1px}.qr-generator-desc{color:var(--text-color2);font-size:1.08rem;margin-bottom:24px}.qr-generator-qr{padding:18px;background:#fff;border:var(--text-color) solid 1px;display:inline-block;box-shadow:none}.qr-generator-qr-download{background:#fff!important;color:#111!important;border-radius:16px!important;box-shadow:none!important;padding:24px!important;display:inline-block!important;width:auto!important;margin:0!important}.qr-generator-scanme{color:#111;background:#fff;display:block;text-align:center;font-size:1.35rem;font-weight:700;margin-top:18px}.qr-generator-download-btn{margin:12px auto 0;display:block;padding:8px 20px;border-radius:7px;border:none;background:#e63333;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;box-shadow:0 1px 4px #0000001a}.qr-generator-url{margin-top:20px;font-size:.98rem;color:#000;word-break:break-all;background:#fff;border:1px solid #c4c4c4;padding:7px 10px;border-radius:7px;display:inline-block;font-weight:600}@media (max-width: 600px){.qr-generator-container{padding:16px 4vw 18px;max-width:98vw}.qr-generator-title{font-size:1.3rem}}.register-bg{min-height:100vh;background:var(--bg-color);color:var(--text-color);display:flex;align-items:center;justify-content:center}.register-card{background:var(--bg-secondary);border-radius:18px;padding:2.5rem 2rem 2rem;max-width:410px;width:100%;color:var(--text-color);display:flex;flex-direction:column;gap:1.2rem}.register-header{text-align:center;margin-bottom:.5rem}.register-title{font-family:Poppins,sans-serif;font-size:2rem;font-weight:800;color:var(--text-color);letter-spacing:1.5px}.register-subtitle{font-size:1.05rem;color:var(--text-color2);margin-bottom:.5em}.register-form{display:flex;flex-direction:column;gap:1.2rem}.register-fields{display:flex;flex-direction:column;gap:1rem}.register-group{display:flex;flex-direction:column;gap:.3rem}.register-input{background:var(--bg-color);border-radius:8px;color:#f3f4f6;font-size:1rem;padding:10px 14px;font-family:Poppins,sans-serif;outline:none;transition:border .2s}.register-input:focus{border:1.5px solid #ff4f4f}.register-password-wrapper{display:flex;align-items:center;position:relative}.register-show-btn{background:none;border:none;color:#bfc6d1;font-size:1.2rem;cursor:pointer;margin-left:-32px;z-index:2;transition:color .2s}.register-show-btn:focus{outline:none;color:#ff4f4f}.register-password-hint{font-size:.85rem;color:var(--text-color2);margin-top:2px}.register-error{background:#fdd;color:#c00;border-radius:6px;padding:8px 12px;margin-bottom:.5em;font-size:.98rem;text-align:center;font-weight:600}.register-success{background:#d1fae5;color:#059669;border-radius:6px;padding:8px 12px;margin-bottom:.5em;font-size:.98rem;text-align:center;font-weight:600}.register-submit-btn{background:#ff4f4f;color:#fff;border:none;border-radius:8px;padding:12px 0;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .2s,opacity .2s;margin-top:.5em;justify-content:center}.register-submit-btn.loading{opacity:.7;cursor:not-allowed}.register-login-link{text-align:center;margin-top:1.2em;color:#bfc6d1;font-size:1rem}.register-link{color:#ff4f4f;font-weight:600;cursor:pointer;margin-left:4px;transition:color .2s}.register-link:hover{color:#e63333}.register-input-icon-wrapper{position:relative;display:flex;align-items:center}.register-input-icon{position:absolute;right:150px;top:50%;transform:translateY(-50%);color:var(--text-color2);pointer-events:none;height:24px}.register-input.with-icon{padding-left:36px}@media (max-width: 600px){.register-card{margin-top:20px;margin-bottom:80px;padding:1.2rem 1.5rem 1.5rem;max-width:90vw}}.profile-bg{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;padding-top:40px}.profile-card.modern{background:var(--bg-secondary);border-radius:22px;padding:2.5rem 2.5rem 1.5rem;min-width:340px;max-width:600px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:2.2rem}.profile-main-section{width:100%;display:flex;flex-direction:column;align-items:center}.profile-avatar-modern{display:flex;justify-content:center;align-items:center;width:100%}.profile-avatar-modern span{position:absolute;margin-left:150px}.profile-header-modern{display:flex;justify-content:center;flex-direction:column;border-bottom:1px solid #353a40;padding-bottom:1.5rem;gap:1.7rem;align-items:center}.profile-avatar-modern img{width:90px;height:90px;border-radius:50%;border:3px solid #ff4f4f;background:var(--bg-color);-o-object-fit:cover;object-fit:cover}.profile-info-modern{flex:1;display:flex;flex-direction:column;gap:.5rem}.profile-info-modern h2{margin:0;font-weight:700;color:var(--text-color2);font-size:1.7rem}.profile-role-modern{display:inline-block;margin-top:2px;padding:2px 12px;border-radius:12px;font-size:14px;font-weight:600;background:var(--bg-secondary);color:var(--text-color)}.profile-role-modern.admin{background:#ff4f4f;color:#fff}.profile-contact-modern{margin-top:.5rem;color:var(--text-color2);font-size:1rem;display:flex;flex-direction:column;gap:.2rem;text-align:center}.profile-contact-modern i{margin-right:7px;color:#ff4f4f}.profile-placeholder{color:#555;font-style:italic}.profile-edit-btn-modern{background:#ff4f4f;color:#fff;border:none;border-radius:8px;padding:8px 18px;font-weight:600;cursor:pointer;transition:background .2s;align-self:flex-start}.profile-change-btn-modern{background:var(--text-color);color:var(--bg-color);border:none;border-radius:8px;padding:8px 18px;font-weight:600;cursor:pointer;transition:background .2s;align-self:flex-start}.profile-edit-form-modern,.profile-change-form-modern{display:flex;flex-direction:column;gap:.7rem;margin-top:.7rem;width:100%;background:var(--bg-color);border-radius:12px;padding:1.2rem 1rem 1rem}.profile-input{background:var(--bg-secondary);border-radius:8px;color:#f3f4f6;font-size:1rem;padding:10px 14px;font-family:Poppins,sans-serif;outline:none;transition:border .2s;width:100%;border:none;margin-bottom:.2rem}.profile-input:focus{border:1.5px solid #ff4f4f}.profile-submit-btn{background:#ff4f4f;color:#fff;border:none;border-radius:8px;padding:10px 0;font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:700;cursor:pointer;transition:background .2s,opacity .2s;margin-top:.3em;align-self:flex-start;min-width:120px;justify-content:center}.profile-submit-btn:disabled{opacity:.7;cursor:not-allowed}.profile-submit-btn:hover:not(:disabled){background:#e63333}.profile-msg{margin-top:.5em;font-size:1em;font-weight:600;text-align:left}.profile-msg.success{color:#059669}.profile-msg.error{color:#ff4f4f}.profile-orders-modern{background:var(--bg-color);border-radius:14px;padding:1.2rem 1.2rem 1.5rem}.profile-orders-header-modern{display:flex;align-items:center;gap:.7em;font-size:1.2em;font-weight:700;color:var(--text-color2);margin-bottom:.7em}.profile-orders-header-soon{margin-left:10px;background:#ff4f4f;color:#fff;border-radius:6px;font-size:.75em;font-weight:700;padding:2px 8px;letter-spacing:1px}.profile-no-orders-modern{color:var(--text-color2);font-size:.88em;padding:1em 0}.profile-last-order-status-modern{font-size:1.08em;color:#e0e7ef;background:var(--bg-color);border-radius:8px;padding:.5em 1em;display:flex;align-items:center;gap:.7em;font-weight:500}.profile-last-order-details{display:flex;flex-direction:column;align-items:center;gap:.5em;padding:.5em 1em}.profile-last-order-header{font-size:.95em;font-weight:600;color:var(--text-color2)}.profile-last-order-status-modern .order-list-time{margin-left:12px;color:#b3b3b3;font-size:.97em}.profile-last-order-total,.profile-last-order-notes{margin-left:18px}.profile-orders-summary-modern{margin-bottom:1em;color:var(--text-color2);font-weight:600;font-size:1.08em}.profile-orders-list-modern{margin-top:.5em;display:flex;flex-direction:column}.orders-by-date-modern{background:var(--bg-color);border-radius:10px;padding:.5em .7em .7em;transition:box-shadow .2s}.orders-date-header-modern{background:var(--bg-secondary2);border-radius:6px;padding:.5em .8em;color:var(--text-color2);font-size:1.08em;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-weight:600;letter-spacing:.01em;transition:background .15s}.orders-date-count{font-weight:400;font-size:.85em;margin-left:.7em;color:#fff}.orders-date-arrow{margin-left:auto;color:#ff4f4f;font-size:1.1em;transition:color .15s}.orders-date-header-modern:hover .orders-date-arrow{color:#fff}.orders-by-date-modern ul{margin:.7em 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.7em}.order-list-item-modern{background:var(--bg-secondary);border-radius:8px;padding:.9em 1.2em;margin-bottom:0;color:var(--text-color2);font-size:1em;display:flex;flex-direction:column;gap:.3em;border-left:4px solid #ff4f4f}.order-list-item-modern:hover{border-left:4px solid #6366f1}.order-list-main{display:flex;align-items:center;gap:1em;font-weight:500}.order-list-id{color:var(--text-color2);font-weight:700;font-size:1.08em;letter-spacing:.03em}.order-status{display:inline-block;margin-left:.5em;padding:2px 10px;border-radius:8px;font-size:.93em;font-weight:600}.order-status.pending{background:#ffa600;color:#fff}.order-status.confirmed{background:#00ff7b;color:#fff}.order-status.delivering{background:#0073ff;color:#fff}.order-status.cleared{background:#00ff7b;color:#fff}.order-list-time{margin-left:auto;color:#b3b3b3;font-size:.96em}.order-list-details{margin-top:.2em}.order-list-details summary{color:var(--text-color2);font-weight:500;outline:none;cursor:pointer;font-size:.98em;padding:.2em 0;border-radius:4px}.order-list-details[open] summary{color:#6366f1}.order-list-details>div{margin-top:.5em;color:#e0e7ef;font-size:.87em;background:#23272f;border-radius:6px;padding:.5em .7em}.profile-email-link{color:#bfc6d1;text-decoration:underline;word-break:break-all}.profile-email-not-verified{color:#ff4f4f;margin-left:8px;font-weight:600}.profile-email-verified{color:#059669;margin-left:8px;font-weight:600}.profile-header-actions{display:flex;gap:.7em;align-items:center;margin-top:.7em}.profile-verify-btn{background:#6366f1}.profile-verification-msg{color:#ff4f4f;margin-top:4px;font-weight:600;font-size:.7em}.profile-email-text{color:#bfc6d1;word-break:break-all;font-weight:500}@media screen and (max-width: 600px){.profile-bg{padding-top:10px}.profile-card.modern{padding:1.2rem .7rem 1rem;min-width:90vw;max-width:90vw;border-radius:12px;gap:1.2rem}.profile-header-modern{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.7rem;padding-bottom:1.5rem}.profile-main-section{width:100%;display:flex;flex-direction:column;align-items:center}.profile-contact-modern{display:flex;flex-direction:column;align-items:center;gap:.2rem;font-size:.77rem}.profile-avatar-modern img{width:64px;height:64px;border-width:2px}.profile-main-section h2,.profile-info-modern h2{font-size:1.2rem}.profile-orders-modern{padding:.7rem .5rem 1rem;border-radius:10px}.profile-orders-header-modern{font-size:1em;margin-bottom:0}.orders-date-header-modern{font-size:1em;padding:.4em .5em}.profile-orders-summary-modern{font-size:.75em;margin-bottom:.5em}.order-list-item-modern{padding:.5em .6em;font-size:.87em}.profile-edit-btn-modern,.profile-change-btn-modern,.profile-submit-btn{padding:4px 12px;font-size:.71em}.profile-input{padding:7px;font-size:.87em}.profile-edit-form-modern,.profile-change-form-modern{padding:.7rem .5rem;border-radius:8px;gap:.5rem}.profile-submit-btn{padding:7px 0;font-size:.95em;min-width:90px}.profile-msg{font-size:.75em;padding:10px 2px 2px 10px}}.forgot-container{background:var(--bg-color);color:var(--text-color);display:flex;align-items:center;justify-content:center;padding:0}.forgot-card{background:var(--bg-secondary);border-radius:18px;padding:2.5rem 2rem 2rem;max-width:410px;width:100%;color:var(--text-color);display:flex;flex-direction:column;gap:1.2rem}.forgot-card h2{font-family:Poppins,sans-serif;font-size:2rem;font-weight:800;color:var(--text-color);letter-spacing:1.5px;text-align:center;margin-bottom:1rem}.forgot-card input[type=email],.forgot-card input[type=text],.forgot-card input[type=password]{background:var(--bg-color);border-radius:8px;color:#f3f4f6;font-size:1rem;padding:10px 14px;font-family:Poppins,sans-serif;outline:none;transition:border .2s;width:100%;border:none;margin-bottom:.8rem}.forgot-card input:focus{border:1.5px solid #ff4f4f}.forgot-card button{background:#ff4f4f;color:#fff;border:none;border-radius:8px;padding:12px 0;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .2s,opacity .2s;margin-bottom:.8rem;justify-content:center}.forgot-card button:disabled{opacity:.7;cursor:not-allowed}.forgot-card button:hover:not(:disabled){background:#e63333}.error-message{background:#fdd;color:#c00;border-radius:6px;padding:8px 12px;margin-bottom:.5em;font-size:.98rem;text-align:center;font-weight:600}.success-message{background:#e6ffed;color:#15803d;border-radius:6px;padding:8px 12px;margin-bottom:.5em;font-size:.98rem;text-align:center;font-weight:600}.code-form{display:flex;flex-direction:column;align-items:center;gap:1.2rem}.code-inputs{display:flex;gap:.7rem;justify-content:center;margin-bottom:1rem}.code-box{width:2.5rem;height:2.5rem;font-size:1.5rem;text-align:center;border-radius:8px;border:1.5px solid #bfc6d1;background:var(--bg-color);color:#f3f4f6;outline:none;transition:border .2s;font-family:Poppins,sans-serif}.code-box:focus{border:2px solid #ff4f4f;background:var(--bg-secondary)}@media (max-width: 600px){.forgot-container{align-items:flex-start;padding:0;min-height:100vh}.forgot-card{margin-top:32px;margin-bottom:32px;padding:1.2rem 1.7rem 1.5rem;max-width:90vw;min-width:0;box-sizing:border-box}.forgot-card h2{font-size:1.3rem;margin-bottom:.5rem}.forgot-card input[type=email],.forgot-card input[type=text],.forgot-card input[type=password]{font-size:.98rem;padding:9px 10px;margin-bottom:.6rem}.forgot-card button{font-size:1rem;padding:10px 0;margin-bottom:.6rem}.error-message,.success-message{font-size:.95rem;padding:7px 8px}.code-box{width:2rem;height:2rem;font-size:1.2rem}}.verify-email-bg{display:flex;align-items:center;justify-content:center}.verify-email-card{background:#23272f;border-radius:18px;box-shadow:0 6px 32px #0000002e;padding:2.5rem 2rem 2rem;min-width:320px;max-width:400px;width:100%;margin:2rem auto;display:flex;flex-direction:column;align-items:center}.verify-email-title{color:#fff;font-size:1.7rem;font-weight:700;margin-bottom:1.5rem}.verify-email-form{width:100%;display:flex;flex-direction:column;gap:1.1rem}.verify-email-input{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #353a40;background:#181a1b;color:#e0e7ef;font-size:1em}.verify-email-btn{background:#ff4f4f;color:#fff;border:none;border-radius:8px;padding:10px 0;font-weight:600;cursor:pointer;width:100%;margin-top:.5em;transition:background .2s;display:flex;justify-content:center;align-items:center}.verify-email-btn:hover{background:#e63333}.verify-email-info{color:#bfc6d1;text-align:center;margin-top:1em}.verify-email-success{color:#059669;text-align:center;margin-top:1em}.verify-email-error{color:#e74c3c;text-align:center;margin-top:1em}.verify-email-home-btn{margin-top:1.2em;background:#6366f1;color:#fff;border:none;border-radius:8px;padding:8px 18px;font-weight:600;cursor:pointer;transition:background .2s}.verify-email-home-btn:hover{background:#4f46e5}.tasks-page{max-width:700px;display:flex;margin:20px auto;flex-direction:column;justify-content:center;align-items:center}.tasks-page h2{display:flex;text-align:center;margin-bottom:.5rem;font-size:1.6rem;font-weight:700;letter-spacing:1px;color:var(--text-color, #232946);flex-direction:row;justify-content:center;align-items:center}.tasks-list{display:flex;flex-direction:column;gap:2.2rem}.task-card{background:var(--bg-secondary, #fff);border-radius:1.2rem;padding:1.5rem 1.7rem 1.2rem;border:1px solid var(--bg-separators, #e0e7ef);position:relative;animation:fadeIn .4s;transition:box-shadow .25s,transform .18s}.task-card:hover{box-shadow:0 8px 32px #00000021;transform:translateY(-2px) scale(1.012)}.task-card.animate{animation:pulse .4s}@keyframes pulse{0%{box-shadow:0 0 #ff4f4f44}50%{box-shadow:0 0 0 12px #ff4f4f22}to{box-shadow:0 4px 24px #00000014}}@keyframes fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.task-header{display:flex;align-items:center;gap:.85rem;margin-bottom:.2rem}.task-title{font-size:1.25rem;font-weight:700;flex:1;transition:color .2s;color:var(--text-color, #232946);letter-spacing:.5px}.task-title.done,.task-desc .done{text-decoration:line-through;color:#aaa}.task-actions button{background:none;border:none;font-size:1.15rem;cursor:pointer;margin-left:.5rem;color:#888;transition:color .2s,background .2s;border-radius:.3rem;padding:2px 6px}.task-actions button:hover{color:#ff4f4f;background:var(--bg-input, #f3f4f6)}.task-edit-title{font-size:1.1rem;font-weight:600;padding:8px 12px;border-radius:.4rem;border:1px solid var(--bg-separators, #e0e7ef);width:70%;background:var(--bg-input, #f8fafc);color:var(--text-color, #232946);transition:border-color .2s,box-shadow .2s;outline:none}.task-edit-title:focus{border-color:#ff4f4f;box-shadow:0 0 0 2px #ff4f4f33}.task-desc{margin-bottom:.5rem;color:var(--text-color2, #444);font-size:1.07rem;min-height:1.2em}.task-edit-desc{width:100%;min-height:40px;border-radius:.4rem;border:1px solid var(--bg-separators, #e0e7ef);padding:8px 12px;font-size:1rem;background:var(--bg-input, #f8fafc);color:var(--text-color, #232946);transition:border-color .2s,box-shadow .2s;outline:none}.task-edit-desc:focus{border-color:#ff4f4f;box-shadow:0 0 0 2px #ff4f4f33}.task-meta-row{display:flex;flex-direction:column;align-items:center;gap:.3rem;margin-bottom:1.5rem;margin-top:.2rem;font-size:.97rem;color:#7b7b7b;min-height:36px}.task-meta-avatar{width:32px;height:32px;min-width:32px;min-height:32px;max-width:32px;max-height:32px;border-radius:50%;background:var(--bg-separators, #e0e7ef);display:flex;align-items:center;justify-content:center;font-weight:700;color:#3358e6;font-size:1.1rem;margin-right:.5rem;border:1.5px solid var(--bg-separators, #e0e7ef);box-shadow:0 2px 8px #0000000a;flex-shrink:0}.task-meta-row span:not(.task-meta-avatar):not(.task-meta-date){flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-color, #232946);font-weight:500}.task-meta-date{font-size:.93rem;color:#bfc6d1;margin-left:.2rem;flex-shrink:0;white-space:nowrap}.task-comments{margin-top:.7rem;border-radius:.7rem}.comments-list{display:flex;flex-direction:column;gap:.3rem;margin-bottom:.5rem}.comment-row,.comment-edit-row{display:flex;gap:.7rem;background:var(--bg-color, #fff);border-radius:.4rem;padding:6px 10px;border:1px solid var(--bg-separators, #e0e7ef);margin-bottom:2px;position:relative;justify-content:center;align-items:center}.comment-avatar{width:26px;height:26px;border-radius:50%;background:var(--bg-separators, #e0e7ef);display:flex;align-items:center;justify-content:center;font-weight:700;color:#ff4f4f;font-size:.98rem;margin-right:.2rem;border:1px solid var(--bg-separators, #e0e7ef)}.comment-meta{display:flex;flex-direction:column;flex:1}.comment-meta-user{font-size:.98em;font-weight:600;color:#3358e6;margin-bottom:1px}.comment-meta-date{font-size:.87em;color:#bfc6d1;margin-bottom:2px}.comment-row span{font-size:.74em;color:var(--text-color, #232946)}.comment-row button,.comment-edit-row button{background:none;border:none;font-size:1rem;cursor:pointer;color:#888;transition:color .2s,background .2s;border-radius:.2rem;padding:2px 6px}.comment-row button:hover,.comment-edit-row button:hover{color:#ff4f4f;background:var(--bg-input, #f3f4f6)}.comment-edit-row input{flex:1;border:1px solid var(--bg-separators, #e0e7ef);border-radius:.3rem;padding:8px 10px;background:var(--bg-input, #f8fafc);color:var(--text-color, #232946);transition:border-color .2s,box-shadow .2s;outline:none}.comment-edit-row input:focus{border-color:#ff4f4f;box-shadow:0 0 0 2px #ff4f4f33}.comment-form{display:flex;gap:.5rem;margin-top:.2rem}.comment-form input{flex:1;border:1px solid var(--bg-separators, #e0e7ef);border-radius:.3rem;padding:0 10px;background:var(--bg-input, #f8fafc);color:var(--text-color, #232946);outline:none}.comment-form input:focus{border-color:#ff4f4f;box-shadow:0 0 0 2px #ff4f4f33}.comment-form button{background:#ff4f4f;color:#fff;border:none;border-radius:.3rem;padding:2px 10px;font-size:1.1rem;cursor:pointer;transition:background .2s}.comment-form button:hover{background:#8c2222}.task-create-toggle{background:#ff4f4f;color:#fff;border:none;border-radius:.4rem;padding:8px 22px;font-size:1.15rem;cursor:pointer;transition:background .2s;margin-bottom:1rem;font-weight:600;letter-spacing:.5px;box-shadow:0 2px 8px #0000000f}.task-create-toggle:hover{background:#8c2222}.task-create-form{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem;justify-content:center}.task-create-form input{border:1px solid var(--bg-separators, #e0e7ef);border-radius:.4rem;padding:8px 12px;font-size:1rem;background:var(--bg-input, #f8fafc);color:var(--text-color, #232946);transition:border-color .2s,box-shadow .2s;outline:none}.task-create-form input:focus{border-color:#ff4f4f;box-shadow:0 0 0 2px #ff4f4f33}.task-create-form button{background:#ff4f4f;color:#fff;border:none;border-radius:.4rem;padding:8px 16px;font-size:1.1rem;cursor:pointer;transition:background .2s}.task-create-form button:disabled{opacity:.7;cursor:not-allowed}.task-create-form button:hover:not(:disabled){background:#8c2222}.comment-actions{display:flex;gap:.4rem}.order-summary{background-color:var(--bg-secondary);border:1px solid #ff4f4f;color:var(--text-color);padding:12px 8px;border-radius:12px;position:fixed;bottom:60px;left:50%;transform:translate(-50%);z-index:1000;cursor:pointer;transition:all .3s ease;width:96vw;max-width:420px;min-width:0}.order-summary.expanded{padding:20px 12px;width:98vw;max-width:420px}.order-summary h3{margin:0;font-size:1.1em;font-family:poppins,sans-serif;text-align:center;color:var(--text-color);letter-spacing:.5px}.order-summary ul{list-style-type:none;padding:0;margin:12px 0 0}.order-summary li{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:1em;gap:8px}.order-summary input[type=number]{width:48px;padding:4px 6px;border-radius:5px;border:1px solid #ff4f4f;background:var(--bg-secondary);color:var(--text-color);font-size:1em;margin-right:8px;text-align:center}.order-summary p{color:var(--text-color);font-size:1.1em;font-weight:700;text-align:right;margin:10px 0 0}.order-summary-minimized{background-color:var(--bg-secondary);color:var(--text-color);padding:10px;border-radius:10px;position:fixed;bottom:20px;right:20px;z-index:1000;cursor:pointer}.checkout-button{background-color:#ff4f4f;color:#fff;border:none;padding:12px 0;border-radius:7px;cursor:pointer;margin-top:12px;width:90%;font-size:1.1em;letter-spacing:.5px;display:block;text-align:center;margin-left:auto;margin-right:auto}.confirmation-message{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--bg-secondary);color:#fff;padding:24px 32px;border-radius:10px;font-size:.88rem;z-index:9999;border:1px solid #ff4f4f;animation:slideDownFadeOut 4s cubic-bezier(.4,0,.2,1) forwards;text-align:center}@keyframes slideDownFadeOut{0%{opacity:0;transform:translate(-50%,-60%)}10%{opacity:1;transform:translate(-50%,-50%)}80%{opacity:1;transform:translate(-50%,-50%)}to{opacity:0;transform:translate(-50%,90%)}}.order-summary-actions{display:flex;justify-content:flex-end;align-items:center;margin-top:12px;gap:8px;margin-right:.5rem}.remove-item-button{background-color:transparent;border:none;color:#ff4f4f;cursor:pointer;font-size:1em;margin-right:1rem}@media (max-width: 600px){.order-summary,.order-summary.expanded{width:93vw;max-width:98vw;left:50%;transform:translate(-50%);padding:14px 4px}.order-summary h3{font-size:1.2em}.order-summary li{font-size:.7em;gap:6px;padding:0 0 0 8px}.checkout-button{font-size:1em;padding:1rem 0}.confirmation-message{font-size:1em;padding:16px 8px}}.checkout-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem}.checkout-modal-container{background:var(--bg-secondary, #1f2937);width:100%;border-radius:.5rem;padding:1rem;margin:.5rem;max-height:90vh;overflow-y:auto;position:relative}@media (min-width: 640px){.checkout-modal-container{max-width:24rem;padding:1.5rem}}@media (min-width: 768px){.checkout-modal-container{max-width:28rem}}@media (min-width: 1024px){.checkout-modal-container{max-width:32rem}}@media (min-width: 1280px){.checkout-modal-container{max-width:36rem}}.checkout-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.checkout-modal-title{font-size:2rem;font-weight:600;color:var(--text-color, #fff)}.checkout-modal-close{color:#9ca3af;background:none;border:none;cursor:pointer;transition:color .2s;padding:0}.checkout-modal-close:hover{color:#fff}.checkout-modal-error{margin-bottom:.5rem;padding:.25rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:.375rem;display:flex;align-items:center;gap:.25rem;color:#ef4444;font-size:.875rem}.checkout-modal-form-group{margin-bottom:1rem}.checkout-modal-label{display:block;font-size:1rem;font-weight:500;color:var(--text-color2, #fff);margin-bottom:.25rem}.checkout-modal-required{color:#ef4444}.checkout-modal-input,.checkout-modal-select,.checkout-modal-textarea{width:100%;padding:.5rem .75rem;background:var(--bg-input, #374151);border-radius:.5rem;color:var(--text-color2, #fff);font-size:1rem;transition:border .2s,box-shadow .2s;outline:none;margin-bottom:.25rem}.checkout-modal-input:focus,.checkout-modal-select:focus,.checkout-modal-textarea:focus{border-color:#ef4444;box-shadow:0 0 0 2px #ef444433}.checkout-modal-input::-moz-placeholder,.checkout-modal-textarea::-moz-placeholder{color:var(--text-color2, #9ca3af);opacity:1}.checkout-modal-input::placeholder,.checkout-modal-textarea::placeholder{color:var(--text-color2, #9ca3af);opacity:1}.checkout-modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.checkout-modal-cancel{padding:.5rem 1rem;color:var(--text-color, #fff);background:none;border:none;border-radius:.5rem;cursor:pointer;transition:color .2s}.checkout-modal-confirm{padding:.5rem 1rem;background:#ef4444;color:#fff;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background .2s,opacity .2s}.checkout-modal-confirm:disabled{opacity:.5;cursor:not-allowed}.checkout-modal-confirm:hover:not(:disabled){background:#dc2626}.checkout-modal-spinner{animation:checkout-modal-spin 1s linear infinite;height:1rem;width:1rem;display:inline-block;vertical-align:middle}@keyframes checkout-modal-spin{to{transform:rotate(360deg)}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.z-\[99999\]{z-index:99999}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.hidden{display:none}.h-5{height:1.25rem}.h-6{height:1.5rem}.min-h-\[60vh\]{min-height:60vh}.w-5{width:1.25rem}.w-8{width:2rem}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.text-center{text-align:center}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.font-bold{font-weight:700}.uppercase{text-transform:uppercase}.leading-tight{line-height:1.25}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.opacity-25{opacity:.25}.opacity-75{opacity:.75}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert: invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#f3f4f6;background:#121212;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{height:100%;margin:0;padding:0;background:#181a1b;color:#f3f4f6}body{font-family:Poppins,sans-serif;background:#121212;color:#f3f4f6;min-height:100vh;min-height:100dvh;height:auto;width:100vw;box-sizing:border-box;background-attachment:fixed;background-repeat:no-repeat;background-size:cover;overflow-x:hidden}::-webkit-scrollbar{display:none}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#google_translate_element{background:#f8fafc;border-radius:10px;box-shadow:0 2px 12px #4f8cff1f;padding:8px 18px;font-size:1rem;z-index:9999;position:fixed;top:16px;right:55px;left:auto;display:flex;align-items:center;justify-content:center;gap:10px}.goog-logo-link,.goog-te-gadget span{display:none!important}.goog-te-gadget{background:none!important;border:none!important;padding:0!important;font-family:Segoe UI,Roboto,Arial,sans-serif!important}.goog-te-combo{border-radius:8px;border:1.5px solid #bfc6d1;padding:8px 16px;font-size:1rem;background:#fff;color:#232946;outline:none;transition:border .2s,box-shadow .2s;min-width:120px;font-family:Segoe UI,Roboto,Arial,sans-serif;box-shadow:0 1px 4px #4f8cff0f;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.goog-te-combo:focus{border-color:#4f8cff;box-shadow:0 0 0 2px #4f8cff22}.goog-te-combo{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' fill='gray' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%234f8cff' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:18px 18px}.goog-te-gadget-simple{background-color:#fff;border-left:1px solid #D5D5D5;border-top:1px solid #9B9B9B;border-bottom:1px solid #E8E8E8;border-right:1px solid #D5D5D5;font-size:10pt;padding-top:1px;padding-bottom:2px;cursor:pointer}body .goog-te-banner-frame.skiptranslate{display:none!important;height:0!important;visibility:hidden!important}body{top:0!important;position:static!important}.goog-te-banner-frame,.goog-te-banner-frame.skiptranslate{display:none!important;height:0!important;visibility:hidden!important}#goog-gt-tt,.goog-te-balloon-frame,.goog-te-menu-frame{display:none!important;visibility:hidden!important;height:0!important;width:0!important;overflow:hidden!important}.goog-te-combo option{color:#232946;background:#f8fafc;font-size:1rem}@media (max-width: 600px){#google_translate_element{top:10px;right:10px;padding:6px 8px;font-size:.97rem}#google_translate_element:before{font-size:.97rem;margin-right:6px}.goog-te-combo{font-size:.97rem;min-width:90px;padding:6px 10px}}#google_translate_element,.goog-te-gadget-simple{background:#f8fafc!important;border-radius:10px!important;box-shadow:0 2px 12px #4f8cff1f!important;padding:5px!important;font-size:1rem!important;color:#232946!important;font-family:Segoe UI,Roboto,Arial,sans-serif!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;border:none!important;right:40px!important;top:16px!important}.goog-te-combo{border-radius:8px!important;border:1.5px solid #bfc6d1!important;padding:8px 16px!important;font-size:1rem!important;background:#fff!important;color:#232946!important;outline:none!important;min-width:120px!important;box-shadow:0 1px 4px #4f8cff0f!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;cursor:pointer!important;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' fill='gray' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%234f8cff' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 12px center!important;background-size:18px 18px!important}.splash-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;pointer-events:none;min-height:100vh}.splash-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--bg-color, #121212);z-index:1;transition:clip-path .7s cubic-bezier(.77,0,.18,1);clip-path:inset(0% 0% 0% 0%);pointer-events:none}.splash-bg--reveal{clip-path:inset(100% 0% 0% 0%)}.splash-logo-container{position:absolute;left:50%;transition:transform .7s cubic-bezier(.77,0,.18,1),top .7s cubic-bezier(.77,0,.18,1);will-change:transform,top;display:flex;flex-direction:column;align-items:center;z-index:2;width:180px}.splash-logo{width:180px;max-width:100%;height:100%;transition:opacity .4s cubic-bezier(.77,0,.18,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;-o-object-fit:contain;object-fit:contain;box-shadow:0 4px 24px #0000002e;display:block}body.light-theme .splash-logo img,body.light-theme .splash-logo-container img{filter:invert(1) hue-rotate(180deg) brightness(.6) contrast(5)}@media (max-width: 600px){.splash-logo-container,.splash-logo{width:144px}}
