@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{--accent: #f39c12;--charcoal: #0b0b0d;--dark: #111113;--muted: #7d7d7d;--bg: #ffffff;--surface: #f6f6f6;--radius-lg: 18px;--radius-md: 12px;--shadow-soft: 0 12px 28px rgba(0,0,0,.12)}.landing-main{background:linear-gradient(180deg,#fff,#f7f7f7);color:var(--charcoal);font-family:Poppins,sans-serif;padding-top:84px}.section{padding:84px 24px;opacity:0;transform:translateY(40px);transition:.7s ease}.section-header{max-width:1100px;margin:0 auto 40px;text-align:center}.section-title{font-size:2.3rem;font-weight:800;color:var(--accent);text-transform:uppercase}.section-sub{color:var(--muted);font-size:1rem;margin-top:4px}.hero-section{background:linear-gradient(90deg,#0b0b0d,#15161a);color:#fff;padding:90px 24px 70px;border-bottom:5px solid var(--accent)}.hero-inner{max-width:1250px;margin:0 auto;display:grid;grid-template-columns:1fr 420px;gap:50px;align-items:center}.hero-title{font-size:3.1rem;font-weight:900;margin-bottom:18px;line-height:1.15}.hero-sub{font-size:1.15rem;line-height:1.7;color:#ffffffd9;margin-bottom:32px;max-width:650px}.hero-cta{display:flex;gap:16px;flex-wrap:wrap}.btn{padding:12px 22px;font-weight:700;border-radius:12px;cursor:pointer;transition:.25s ease;font-size:1rem;letter-spacing:.3px}.btn-primary{background:linear-gradient(90deg,var(--accent),#ffb75b);color:#000;box-shadow:0 6px 20px #f39c1240}.btn-outline{border:1px solid rgba(255,255,255,.3);color:#fff;background:transparent}.btn:hover{transform:translateY(-3px);opacity:.95}.hero-img-wrapper img{width:100%;max-width:420px;display:block;border-radius:14px}@media(max-width:992px){.hero-inner{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.7rem}.hero-sub{margin:0 auto 32px}.hero-img-wrapper{margin-top:20px;display:flex;justify-content:center}}@media(max-width:600px){.hero-section{padding:70px 18px 50px}.hero-title{font-size:2.2rem}.btn{width:100%;text-align:center}}.brand-section{background:var(--surface);padding:70px 16px}.brand-row{display:flex;gap:20px;justify-content:space-between;flex-wrap:wrap;max-width:1200px;margin:0 auto}.brand-card{flex:1 1 18%;min-width:150px;height:180px;background:#fff;border-radius:var(--radius-lg);position:relative;overflow:hidden;cursor:pointer;transition:.35s ease;display:flex;align-items:flex-end}.brand-card:hover{transform:translateY(-5px)}.brand-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.brand-overlay{position:relative;background:linear-gradient(180deg,rgba(0,0,0,.55),transparent);width:100%;padding:8px;color:#fff;text-align:center;font-weight:700;font-size:1rem}@media(max-width:880px){.brand-row{flex-wrap:wrap;gap:16px;justify-content:center}.brand-card{flex:0 0 45%;height:160px}}.services-row-section{background:#fff;padding:80px 20px}.services-row{display:flex;gap:20px;overflow-x:auto;padding-bottom:10px;scrollbar-width:none}.services-row::-webkit-scrollbar{display:none}.service-card{flex:0 0 200px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;padding:16px;background:#fff;border-radius:14px;cursor:pointer;transition:.25s ease}.service-card:hover{transform:translateY(-6px)}.service-card p{margin-top:10px;font-weight:600;color:var(--charcoal);font-size:.95rem}.about-section{padding:80px 24px;background:var(--surface)}.about-inner{max-width:1200px;margin:auto;display:grid;grid-template-columns:1fr 360px;align-items:center;gap:40px}.about-text{font-size:1.1rem;line-height:1.75;color:#2e2e2e;margin-top:10px}.section-title{font-size:2rem;font-weight:800;color:var(--charcoal);margin-bottom:10px}.about-learn-more{margin-top:16px;font-weight:600;color:var(--accent);cursor:pointer;transition:.2s ease}.about-learn-more:hover{letter-spacing:.5px}.about-right{display:flex;flex-direction:column;gap:18px}.about-card{background:#fff;padding:20px 22px;border-radius:14px;border:1px solid #ececec;transition:all .25s ease;cursor:pointer}.about-card:hover{transform:translateY(-4px);border-color:var(--accent);background:#fff7e8}.about-card h3{font-size:1.3rem;font-weight:700;margin-bottom:6px;color:var(--charcoal)}.about-card p{color:#666;font-size:.95rem;line-height:1.5}@media(max-width:992px){.about-inner{grid-template-columns:1fr;text-align:left}.about-right{flex-direction:row;gap:16px}.about-card{flex:1}}@media(max-width:600px){.about-right{flex-direction:column}.about-card{width:100%}.section-title{font-size:1.7rem}.about-text{font-size:1rem}}@media(max-width:880px){.hero-inner{grid-template-columns:1fr;text-align:center}.about-inner{grid-template-columns:1fr}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background-color:var(--bg)!important;color:var(--text-main)!important;font-family:Poppins,sans-serif;box-shadow:0 2px 8px #00000014;position:sticky;top:0;z-index:999;transition:all .3s ease-in-out;text-transform:uppercase;font-weight:600}.left-nav{display:flex;align-items:center;gap:.75rem;flex:0 0 auto}.logo{width:38px;height:38px;object-fit:contain}.brand-name{font-size:1.1rem;letter-spacing:1.5px;color:var(--dark-0)!important}.center-nav{display:flex;align-items:center;justify-content:center;gap:2rem;flex:1}.nav-link{color:var(--dark-1)!important;text-decoration:none;font-size:.95rem;font-weight:600;letter-spacing:1px;transition:.2s ease}.nav-link:hover{color:var(--accent)!important;transform:scale(1.05)}.right-nav{display:flex;align-items:center;gap:1rem}.icon-buttons,.account-nav{display:flex;align-items:center;gap:.7rem}.icon-button{position:relative;background:none;border:none;color:var(--dark-0);cursor:pointer;padding:.4rem .6rem;border-radius:8px;transition:.2s ease}.icon-button:hover{background-color:#0000000f;transform:scale(1.1)}.badge{position:absolute;top:-6px;right:-6px;background:var(--accent-deep);color:#fff;font-size:.65rem;padding:2px 6px;border-radius:50%;font-weight:700}.account-link{background:none;border:none;display:flex;align-items:center;gap:6px;cursor:pointer;color:var(--dark-1);font-weight:600;letter-spacing:1px;text-transform:uppercase;transition:.2s ease}.account-link:hover{color:var(--accent)}.account-text,.account-icon{display:inline-block}.profile-dropdown{position:relative}.dropdown-menu{position:absolute;top:110%;right:0;background:#fff;min-width:150px;border-radius:8px;box-shadow:0 6px 12px #00000026;overflow:hidden;z-index:2000}.dropdown-item{width:100%;padding:.9rem 1rem;border:none;background:none;font-size:.9rem;font-weight:600;color:var(--dark-1);cursor:pointer;text-align:left;transition:.2s ease;white-space:nowrap;display:block}.dropdown-greeting{padding:1rem;font-size:.95rem;font-weight:600;color:var(--dark-1);border-bottom:1px solid rgba(0,0,0,.08);background:var(--bg-soft)}@media(max-width:768px){.account-text{display:none!important}}.dropdown-item:hover{background:var(--bg-soft);color:var(--accent)}.menu-toggle{display:none!important}@media(max-width:768px){.center-nav,.account-text{display:none!important}.account-icon{display:inline-block!important;font-size:1.35rem}.right-nav{gap:.6rem}.icon-button,.account-link{padding:.5rem}}.verify-banner{position:sticky;top:0;z-index:1001;width:100%;background:#fff3cd;color:#856404;border-bottom:1px solid #ffeeba;padding:.6rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.85rem;font-weight:600}.verify-banner button{background:var(--accent);border:none;color:#fff;padding:.35rem .75rem;border-radius:6px;cursor:pointer;font-size:.75rem;font-weight:600;text-transform:uppercase;transition:.2s ease}.verify-banner button:hover{background:var(--accent-deep)}@media(max-width:768px){.verify-banner{font-size:.75rem;flex-direction:column;align-items:flex-start}.verify-banner button{width:100%;text-align:center}}.login-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;justify-content:center;align-items:center;z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fadeIn .3s ease-in-out}.login-form{background:#faf9f6;padding:2.5rem 2.2rem;border-radius:18px;border:2px solid #ffffff;box-shadow:0 10px 35px #00000026;width:380px;max-width:90%;position:relative;font-family:Poppins,sans-serif;animation:slideIn .35s ease;transition:all .3s ease-in-out}.close-popup{position:absolute;top:12px;right:16px;background:none;border:none;font-size:1.7rem;font-weight:700;color:#444;cursor:pointer;transition:all .2s ease}.close-popup:hover{color:#000;transform:scale(1.1)}.login-form h2{font-size:1.45rem;font-weight:700;color:#111;text-align:center;margin-bottom:1.8rem;letter-spacing:.5px}.form-label{display:block;font-weight:600;font-size:.9rem;color:#222;margin-bottom:.4rem}.form-input{width:100%;padding:.75rem .9rem;border:1.5px solid #bbb;border-radius:10px;font-size:.95rem;color:#222;transition:all .25s ease;background-color:#fff}.form-input:focus{border-color:#f39c12;outline:none;box-shadow:0 0 0 3px #f39c1233}.password-wrapper{position:relative;display:flex;align-items:center}.toggle-password{position:absolute;right:12px;background:none;border:none;color:#666;font-size:1.2rem;cursor:pointer;transition:color .2s ease}.toggle-password:hover{color:#000}.explore-button{width:100%;background-color:#000;color:#fff;padding:.9rem;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1.5rem}.explore-button:hover{background-color:#f39c12;transform:translateY(-2px)}.register-link{display:block;width:100%;background-color:#000;color:#fff;text-decoration:none;padding:.6rem;font-size:.9rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;text-align:center;transition:all .3s ease;margin-top:.5rem;opacity:.9}.register-link:hover{background-color:#f39c12;color:#fff;transform:translateY(-2px);box-shadow:0 3px 10px #f39c124d;opacity:1}@keyframes slideIn{0%{transform:translateY(-25px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:480px){.login-form{padding:2rem 1.5rem;width:90%}.login-form h2{font-size:1.25rem}.form-input{font-size:.9rem}.explore-button{font-size:.95rem}}.forgot-password-btn{background:none;border:none;color:#007bff;cursor:pointer;font-size:14px;margin-top:6px;text-align:right}.forgot-password-btn:hover{text-decoration:underline}.my-selection-panel-overlay{position:fixed;top:60px;right:20px;z-index:9999;width:auto;height:auto;background:#0000001a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:auto!important}.my-selection-panel{position:relative;width:320px;max-height:400px;background-color:#fff;border-radius:10px;box-shadow:0 8px 25px #00000040;overflow-y:auto;padding:.5rem .75rem;font-family:Poppins,sans-serif;animation:fadeInSlide .3s ease;pointer-events:auto!important}.my-selection-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #eee}.my-selection-header h3{margin:0;font-size:1.2rem;font-weight:600;color:#1f2937}.close-button{background:none;border:none;cursor:pointer;color:#555;pointer-events:auto!important;-webkit-user-select:none;user-select:none}.my-selection-body{padding:.5rem 0;pointer-events:auto}.empty{text-align:center;color:#888;padding:1rem 0}.cart-list{list-style:none;padding:0;margin:0}.view-button{background-color:#f59e0b!important;color:#fff!important}.view-button:hover{background-color:#d97706!important}.remove-button{background-color:#ef4444!important;color:#fff!important}.remove-button:hover{background-color:#f87171!important}.cart-checkbox{margin-top:4px;cursor:pointer;transform:scale(1.1)}.cart-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.cart-name{font-weight:500;font-size:.95rem;margin:0;color:#333}.cart-brand,.cart-price{font-size:.85rem;margin:0;color:#555}.cart-buttons{display:flex;gap:.4rem;margin-top:.4rem;pointer-events:auto!important}.view-button,.remove-button{flex:1;padding:6px 12px;font-size:.8rem;border-radius:5px;border:none;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 5px #0000001a;-webkit-user-select:none;user-select:none}.view-button{background-color:#f59e0b;color:#fff}.view-button:hover{background-color:#d97706}.remove-button{background-color:#ef4444;color:#fff}.remove-button:hover{background-color:#f87171}.reserve-all-container{padding:.75rem .25rem .25rem}.reserve-all-button{width:100%;padding:.65rem;background-color:#ffb75b;color:#fff;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease}.reserve-all-button:hover{background-color:#e6a34a}.reserve-all-button:disabled{opacity:.5;cursor:not-allowed}@keyframes fadeInSlide{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@media(max-width:768px){.my-selection-panel{width:280px;max-height:80vh}.view-button,.remove-button{padding:8px 12px;font-size:.9rem}}.footer{background:var(--dark);color:#fff;padding:60px 24px 30px;width:100%;border-top:5px solid var(--accent);font-family:Poppins,sans-serif;box-shadow:var(--shadow-soft)}.footer-top{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:40px}.footer-section h4{font-size:1.2rem;font-weight:700;margin-bottom:16px;color:var(--accent);text-transform:uppercase;letter-spacing:.6px}.branch{margin-bottom:20px}.branch p{margin:4px 0;font-size:.95rem;color:#e0e0e0}.map-link{color:var(--accent);font-weight:600;text-decoration:none}.map-link:hover{opacity:.8}.phone-link{color:#fff;font-weight:600}.icon-inline{margin-right:6px;vertical-align:middle}.social-links{list-style:none;padding:0}.social-links li{margin-bottom:12px}.social-links a{color:#f1f1f1;text-decoration:none;font-weight:600;display:flex;align-items:center;transition:.25s ease}.social-links a:hover{color:var(--accent);transform:translate(4px)}.footer-section h6{margin-top:12px;font-size:1rem;font-weight:600;color:#f5f5f5}.footer-section p{color:#dcdcdc;font-size:.95rem}.footer-bottom{margin-top:40px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);text-align:center}.footer-bottom p{font-size:.9rem;opacity:.7}@media(max-width:900px){.footer{padding:50px 20px 25px}}@media(max-width:600px){.footer{text-align:center;padding:40px 18px 20px}.social-links a{justify-content:center}.branch p,.map-link,.phone-link{text-align:center}.footer-bottom{margin-top:30px}}.fitment-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem;background:#fff;padding:2.2rem;border-radius:1.5rem;box-shadow:0 8px 28px #00000014;max-width:1100px;margin:2rem auto;border:2px solid #ffa72633;transition:all .3s ease}.fitment-title{width:100%;color:#ff6f00;font-size:1.8rem;font-weight:800;margin-bottom:.8rem;text-align:center;text-transform:uppercase;letter-spacing:1.5px;position:relative}.fitment-title:after{content:"";display:block;width:60px;height:3px;background:linear-gradient(90deg,#ff6f00,#ff9800);margin:.6rem auto 0;border-radius:2px}.fitment-row{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;width:100%}.fitment-row select{background-color:#fff;border:2px solid #ffa726;padding:.85rem 1rem;border-radius:.85rem;font-size:1rem;flex:1;min-width:180px;max-width:220px;color:#2d3436;font-weight:500;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%23ff6f00' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem;transition:all .25s ease;box-shadow:0 2px 8px #ff6f001a}.fitment-row select:hover{border-color:#fb8c00}.fitment-row select:focus{outline:none;border-color:#ff6f00;box-shadow:0 0 0 3px #ffcc8033}.fitment-row select:disabled{opacity:.55;cursor:not-allowed;background-color:#fafafa}.shop-now-btn,.clear-btn{padding:.9rem 2rem;border-radius:2.2rem;font-weight:700;font-size:1.05rem;cursor:pointer;transition:all .3s ease;min-width:170px}.shop-now-btn{border:none;background:linear-gradient(135deg,#ff6f00,#ff9800);color:#fff;box-shadow:0 4px 14px #ff6f0066}.shop-now-btn:hover{background:linear-gradient(135deg,#fb8c00,#ffb74d);box-shadow:0 6px 18px #ff6f008c;transform:translateY(-2px)}.shop-now-btn:active{transform:scale(.96)}.shop-now-btn:disabled{opacity:.65;cursor:not-allowed;box-shadow:none}.clear-btn{border:2px solid #ffa726;background-color:#fff;color:#ff6f00;box-shadow:0 4px 10px #ffa72640}.clear-btn:hover{background-color:#fff7f0;box-shadow:0 6px 14px #ffa72659;transform:translateY(-2px)}.clear-btn:active{transform:scale(.96)}.clear-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.fitment-preview{width:100%;border:2px solid #ffa72633;padding:1.5rem;border-radius:1rem;background-color:#fffdf9;color:#2d3436;font-size:1rem;text-align:center;box-shadow:0 4px 14px #0000000d;margin-top:1.5rem;animation:fadeIn .4s ease}.fitment-preview h3{font-size:1.3rem;font-weight:700;color:#ff6f00;margin-bottom:.6rem}.fitment-preview h4{font-size:1.1rem;font-weight:600;color:#e65100;margin:.8rem 0 .5rem}.fitment-preview ul{list-style:none;padding:0;margin:0}.fitment-preview ul li{margin:.3rem 0;font-weight:500}@media(max-width:768px){.fitment-row{flex-direction:column;align-items:stretch}.fitment-row select,.shop-now-btn,.clear-btn{width:100%}}.testimonials-section{background:#f8f9fb;padding:80px 0}.section-header{max-width:900px;margin:0 auto 48px;text-align:center;padding:0 1.2rem}.section-title{font-size:2rem;font-weight:800;margin-bottom:10px;color:#1f2937}.section-sub{font-size:1rem;color:#6b7280;line-height:1.6}.testimonials-grid{max-width:1100px;margin:0 auto;padding:0 1.2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.testimonial-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:26px 24px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .25s ease,border-color .25s ease}.testimonial-card:hover{transform:translateY(-6px);border-color:#f39c12}.testimonial-message{font-size:.95rem;line-height:1.7;color:#374151;margin-bottom:22px;position:relative}.testimonial-message:before{content:"“";font-size:2.5rem;color:#f39c12;position:absolute;left:-14px;top:-14px;font-weight:800;opacity:.3}.testimonial-footer{border-top:1px solid #e5e7eb;padding-top:14px;display:flex;flex-direction:column;gap:4px}.testimonial-name{font-weight:700;font-size:.95rem;color:#111827}.testimonial-vehicle{font-size:.85rem;color:#6b7280}@media(max-width:768px){.testimonials-section{padding:60px 0}.section-title{font-size:1.6rem}.testimonial-card{padding:22px 20px}}.aboutus-container{width:100%;padding-top:120px;background:#fff;display:flex;flex-direction:column;gap:120px}.story-section{width:100%;display:flex;justify-content:center;padding:40px 0}.story-content{width:90%;max-width:1300px;display:flex;align-items:center;justify-content:space-between;gap:50px}.story-text{flex:1}.story-text h1{font-size:3.5rem;font-weight:800;line-height:1.1;color:#111;margin-bottom:20px}.highlight{color:#ff9500}.story-desc{font-size:1.1rem;line-height:1.6;color:#444;margin-bottom:25px}.story-btn{padding:12px 24px;background:#000;color:#fff;border-radius:10px;font-size:1rem;text-decoration:none;font-weight:600;transition:.3s ease;display:inline-block}.story-btn:hover{background:#333}.story-image{flex:1;display:flex;justify-content:center}.story-image img{width:100%;max-width:450px;border-radius:20px;box-shadow:0 10px 35px #00000026}.partners-section{width:100%;text-align:center}.partners-section h2{font-size:2.3rem;font-weight:700;margin-bottom:40px;color:#111}.logo-slider{overflow:hidden;width:100%;padding:20px 0}.logo-track{display:flex;gap:60px;animation:slide-left 22s linear infinite}.logo-track img{height:55px;object-fit:contain;filter:grayscale(100%);opacity:.85;transition:.3s ease}.logo-track img:hover{filter:grayscale(0%);opacity:1}@keyframes slide-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.waiting-section{width:100%;display:flex;justify-content:center;padding:40px 0 120px;background:#fafafa}.waiting-content{width:90%;max-width:1300px;display:flex;align-items:center;justify-content:space-between;gap:60px}.waiting-image img{width:100%;max-width:500px;border-radius:20px;box-shadow:0 5px 25px #0000001a}.waiting-text{flex:1}.waiting-text h2{font-size:2.4rem;font-weight:700;margin-bottom:20px;color:#111}.waiting-text p{font-size:1.1rem;line-height:1.7;color:#555}@media(max-width:992px){.story-content,.waiting-content{flex-direction:column;text-align:center}.story-image img,.waiting-image img{max-width:380px}.story-text h1{font-size:2.6rem}.partners-section h2{font-size:2rem}}@media(max-width:600px){.story-text h1{font-size:2.2rem}.story-desc,.waiting-text p{font-size:1rem}.logo-track img{height:40px}}.login-form{max-width:500px;margin:4rem auto;padding:2rem;background:#fff;border-radius:12px;border:1px solid #eee;box-shadow:0 4px 12px #0000000d}.login-form h2{text-align:center;font-size:24px;margin-bottom:1.5rem;color:#333;font-weight:600}.form-label{display:block;font-size:15px;margin-bottom:6px;margin-top:12px;color:#555;font-weight:500}.form-input{width:100%;padding:12px 14px;border-radius:8px;border:1px solid #ccc;outline:none;font-size:15px;transition:all .2s ease}.form-input:focus{border-color:#f39c12;box-shadow:0 0 5px #f39c124d}.input-error{border-color:#e74c3c!important;background-color:#ffefef}.error-text{color:#e74c3c;font-size:14px;margin:4px 0 6px}.form-input select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.password-checklist{margin:8px 0 0;padding-left:18px}.password-checklist li{font-size:14px;margin:3px 0;list-style:disc}.register-button{width:100%;padding:12px;margin-top:1rem;border:none;border-radius:8px;background-color:#f39c12;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.register-button:hover{background-color:#d68910}.register-button:disabled{background-color:#e8b770!important;cursor:not-allowed}.show-password{margin-top:8px;display:flex;align-items:center;gap:6px;font-size:14px}@media(max-width:480px){.login-form{padding:1.5rem;margin:2rem auto}.login-form h2{font-size:20px}}.view-product-page{background:#f6f7fb;min-height:100vh}.view-product{max-width:1320px;margin:0 auto;padding:110px 20px 60px}.product-container{background:#fff;border-radius:22px;padding:36px;border:1px solid #ececec;display:grid;grid-template-columns:1.15fr 1fr;gap:44px;position:relative}.back-button{position:absolute;top:22px;right:22px;left:auto;background:#8f9fc1;border:1px solid #e5e7eb;color:#0a1f41;font-size:.85rem;font-weight:600;padding:7px 14px;border-radius:10px;cursor:pointer;transition:background .2s ease,transform .15s ease}.back-button:hover{background:#e5e7eb;transform:translate(2px)}.product-images{background:#f3f4f6;border-radius:18px;display:flex;align-items:center;justify-content:center;min-height:440px;padding:28px}.main-image{max-width:100%;max-height:400px;object-fit:contain;transition:transform .25s ease}.main-image:hover{transform:scale(1.05)}.product-info{display:flex;flex-direction:column;gap:16px}.fitment-context{background:#fff7e6;color:#8a5a00;padding:9px 14px;border-radius:10px;font-size:.85rem;font-weight:600;width:fit-content}.tag{background:#f39c12;color:#1a1a1a;font-weight:800;font-size:.7rem;padding:6px 14px;border-radius:999px;width:fit-content}.product-info h2{margin:0;font-size:1rem;color:#6b7280;font-weight:600}.product-info h1{margin:0;font-size:2.1rem;font-weight:800;color:#111827;line-height:1.2}.price{font-size:1.9rem;font-weight:900;color:#f39c12}.price span{font-size:.9rem;font-weight:500;color:#6b7280;margin-left:6px}select{padding:13px 16px;border-radius:14px;border:1.5px solid #d1d5db;font-size:.95rem;background:#fff;cursor:pointer}select:focus{outline:none;border-color:#f39c12}.qty-btn{width:38px;height:38px;border-radius:10px;border:1px solid #d1d5db;background:#f3f4f6;font-size:1.1rem;font-weight:800;cursor:pointer}.qty-btn:hover{background:#e5e7eb}.product-info>div{font-size:1rem;color:#111827}.button-row{display:flex;gap:14px;margin-top:18px;align-items:center}.reserve-button{flex:1;background:#f39c12;color:#1a1a1a;border:none;border-radius:16px;padding:15px;font-size:1rem;font-weight:800;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.reserve-button:hover{transform:translateY(-2px)}.reserve-button:disabled{opacity:.5;cursor:not-allowed}.ar-button{background:#fff;border:2px solid #f39c12;color:#f39c12;border-radius:16px;padding:15px 18px;font-size:.95rem;font-weight:800;cursor:pointer}.ar-button:hover{background:#fff7e6}.icon-button{width:56px;height:56px;border-radius:16px;border:1.5px solid #d1d5db;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.icon-button:hover{background:#f9fafb}.icon-button:disabled{opacity:.5;cursor:not-allowed}.product-info p{margin:0}@media(max-width:1024px){.product-container{grid-template-columns:1fr;gap:32px}.product-images{min-height:360px}}@media(max-width:600px){.view-product{padding:90px 14px 40px}.product-container{padding:20px;border-radius:18px}.back-button{position:static;margin-bottom:8px}.product-info h1{font-size:1.7rem}.price{font-size:1.6rem}.button-row{flex-direction:column}.icon-button{width:100%}}.verify-page{background-color:#f4f4f4;min-height:100vh;display:flex;justify-content:center;align-items:center;font-family:Poppins,sans-serif;padding:60px 20px}.verify-card{background-color:#fff;max-width:420px;width:100%;border-radius:20px;box-shadow:0 10px 25px #0000001f;padding:2.5rem;text-align:center;position:relative;transition:all .4s ease}.verify-card:hover{transform:translateY(-8px);box-shadow:0 16px 35px #0000002e}.verify-title{font-size:1.8rem;font-weight:700;color:#111;margin-bottom:1rem}.verify-text{color:#444;font-size:.95rem;margin-bottom:1rem;line-height:1.6}.verify-email{color:#0073e6;font-weight:600}.verify-success{background:#ecfdf5;color:#15803d;border-left:4px solid #16a34a;font-weight:600;border-radius:8px;padding:.75rem;margin-bottom:1rem}.verify-btn{display:block;width:100%;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;padding:.75rem 1rem;margin-top:.5rem;transition:all .3s ease}.verify-btn.primary{background-color:#000;color:#fff}.verify-btn.primary:hover{background-color:#f39c12;transform:translateY(-2px);box-shadow:0 3px 10px #f39c124d}.verify-btn.outline{background-color:transparent;border:2px solid #000;color:#000}.verify-btn.outline:hover{background-color:#000;color:#fff;transform:translateY(-2px)}.verify-btn.success{background-color:#16a34a;color:#fff}.verify-btn.success:hover{background-color:#15803d;transform:translateY(-2px)}.verify-loading-screen{height:100vh;background-color:#f4f4f4;display:flex;justify-content:center;align-items:center}.verify-spinner{width:55px;height:55px;border:5px solid #ddd;border-top:5px solid #f39c12;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.section{opacity:0;transform:translateY(40px);transition:all .8s ease}.section.fade-in{opacity:1;transform:translateY(0)}.services-wrapper{min-height:calc(100vh - 80px);display:flex;flex-direction:column}.services-main{padding-top:30px;padding-bottom:60px;display:flex;flex-direction:column;align-items:center;width:100%}.selected-services-top{width:90%;max-width:1400px;margin-bottom:25px}.selected-services-horizontal{display:flex;gap:14px;overflow-x:auto;padding:12px;background:#fff8e0;border-left:6px solid #f39c12;border-radius:10px;box-shadow:0 3px 10px #00000014}.reserve-button{margin-left:auto;padding:12px 22px;background:#f39c12;color:#fff;font-weight:700;font-size:16px;border:none;border-radius:8px;cursor:pointer;transition:.2s;white-space:nowrap}.reserve-button:hover{background:#d88a0f}.selected-service-box{min-width:170px;background:#fff;padding:12px 14px;border-radius:10px;border:1px solid #f5c781;box-shadow:0 2px 6px #0000001a;text-align:center}.svc-name{font-size:15px;font-weight:600;color:#444}.svc-price{font-size:17px;font-weight:700;color:#f39c12}.services-container{display:flex;width:90%;max-width:1400px;gap:30px}.services-sidebar{width:28%;background:#fff;padding:15px;border-radius:14px;box-shadow:0 4px 20px #00000014;border-left:6px solid #f39c12}.services-sidebar h2{font-size:22px;font-weight:700;margin-bottom:15px;color:#f39c12}.service-helper-text{font-size:14px;font-style:italic;color:#777;margin-bottom:12px;margin-top:-8px}.services-table{width:100%;border-collapse:collapse}.services-table tr{cursor:pointer;transition:.2s}.services-table tr:hover td{background:#fff3e0}.services-table td{padding:14px 12px;border-bottom:1px solid #e5e5e5;font-size:16px;color:#444;display:flex;justify-content:space-between;align-items:center}.service-price-right{font-size:14px;font-weight:600;color:#f39c12}.service-name{font-weight:600}.active-row td{background:#f39c12!important;color:#fff!important;font-weight:600;border-radius:6px}.active-row td .service-price-right{color:#fff!important}.service-details{width:70%;background:#fff;padding:30px;border-radius:14px;box-shadow:0 4px 20px #00000014}.service-title{font-size:30px;font-weight:700;color:#f39c12;margin-bottom:25px;text-align:center}.service-large-image{width:90%;max-height:430px;object-fit:contain;border-radius:10px;margin-bottom:25px}.service-description{font-size:18px;color:#555;line-height:1.7;text-align:center;margin-bottom:30px}@media(max-width:992px){.services-container{flex-direction:column}.services-sidebar,.service-details{width:100%}}@media(max-width:600px){.service-title{font-size:24px}.service-description{font-size:15px}.selected-service-box{min-width:140px}}.service-summary-box{margin-top:18px;padding:14px;background:#fff8e0;border-left:5px solid #f39c12;border-radius:10px}.summary-total{font-size:16px;font-weight:700;color:#f39c12;margin-bottom:10px}.reserve-small-btn{width:100%;padding:10px 0;background:#f39c12;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:.2s}.reserve-small-btn:hover{background:#d88a0f}.terms-page-container{padding-top:50px;width:100%;display:flex;justify-content:center;background:#f8f9fa;min-height:100vh}.terms-box{width:92%;max-width:900px;background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 18px #0000001f;margin-bottom:40px;animation:fadeIn .3s ease-in-out}.terms-box h2{font-size:2rem;color:#f39c12;font-weight:700;margin-bottom:1.2rem;text-align:left}.terms-box h3{margin-top:1.8rem;color:#333;font-weight:600}.terms-box p{margin-top:.5rem;color:#555;line-height:1.6}.terms-box ul{margin-left:20px;margin-top:10px}.terms-box li{color:#444;margin-bottom:6px;line-height:1.5}.terms-box a{color:#f39c12;text-decoration:underline;font-weight:600}.admin-dashboard{display:flex;flex-direction:column;height:100vh;background:#f5f6fa;font-family:Poppins,sans-serif}.admin-topbar{width:100%;height:70px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;box-shadow:0 2px 8px #00000014;position:sticky;top:0;z-index:10}.admin-topbar-left{display:flex;align-items:center;gap:12px}.admin-logo-img{height:40px}.admin-logo-text{font-size:18px;font-weight:600;color:#333}.admin-topnav{display:flex;gap:1.4rem}.admin-topnav-link{position:relative;text-decoration:none;padding:8px 14px;color:#444;font-weight:500;border-radius:6px;transition:all .25s ease}.admin-topnav-link:hover{background:#f39c121f;color:#f39c12;transform:translateY(-1px)}.admin-topnav-link.active{color:#f39c12;font-weight:600}.admin-topnav-link.active:after{content:"";position:absolute;left:50%;bottom:-4px;transform:translate(-50%);width:50%;height:3px;background:#f39c12;border-radius:8px;animation:underlineSlide .25s ease-out}@keyframes underlineSlide{0%{width:0;opacity:0}to{width:50%;opacity:1}}.admin-topbar-right{display:flex;align-items:center}.admin-logout-button{background:#e74c3c;padding:8px 16px;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;transition:all .25s ease}.admin-logout-button:hover{background:#c0392b;transform:translateY(-1px);box-shadow:0 4px 10px #e74c3c4d}.admin-main-content{flex:1;padding:1.5rem;overflow-y:auto;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.sales-page-container{padding:2rem;width:100%;box-sizing:border-box;font-family:Poppins,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#2c3e50;background-color:#fff;overflow-x:hidden}.sales-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.sales-header h1{font-size:2rem;font-weight:700;color:#1e293b}.add-sale-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;background:linear-gradient(135deg,#2563eb,#007bff);color:#fff;border:none;padding:.75rem 1.6rem;border-radius:999px;font-weight:700;font-size:1rem;cursor:pointer;box-shadow:0 6px 16px #007bff40;transition:all .3s ease;position:relative;overflow:hidden}.add-sale-btn:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 8px 20px #007bff4d}.add-sale-btn .btn-icon{font-size:1.1rem}.sales-tabs{display:flex;gap:.8rem;margin-bottom:1.5rem;flex-wrap:wrap}.sales-tab-btn{padding:.65rem 1.3rem;background-color:#f1f5f9;border:none;border-radius:8px;font-weight:600;font-size:.95rem;color:#334155;cursor:pointer;box-shadow:0 2px 4px #00000014;transition:all .25s ease}.sales-tab-btn:hover{background-color:#e2e8f0;box-shadow:0 4px 8px #0000001f;transform:translateY(-1px)}.sales-tab-btn.active{background-color:#007bff;color:#fff;box-shadow:0 4px 12px #007bff59;transform:translateY(-2px)}.sales-table{width:100%;border-collapse:collapse;min-width:950px}.sales-table th,.sales-table td{padding:1rem 1.2rem;text-align:left;font-size:.9rem;border-bottom:1px solid #e2e8f0;white-space:nowrap}.view-receipt-btn{background-color:#22c55e;color:#fff;border:none;padding:.55rem 1.1rem;border-radius:6px;font-weight:600;cursor:pointer;font-size:.85rem;transition:all .25s ease;margin-right:6px}.view-receipt-btn:hover{background-color:#16a34a;transform:translateY(-1px)}.delete-sale-btn{background-color:#ef4444;color:#fff;border:none;padding:.55rem 1.1rem;border-radius:6px;font-weight:600;cursor:pointer;font-size:.85rem;transition:all .25s ease}.delete-sale-btn:hover{background-color:#dc2626;transform:translateY(-1px)}.sales-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;justify-content:center;align-items:center;z-index:9999}.sales-form.large{background-color:#fff;padding:2rem;border-radius:14px;width:90%;max-width:750px;max-height:85vh;overflow-y:auto;box-shadow:0 6px 25px #0000004d}.sales-form.large h2{margin-bottom:1rem;font-size:1.4rem;color:#1e293b}.fullscreen-pos{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;z-index:99999;background:#00000073;display:flex;justify-content:center;align-items:center}.fullscreen-pos>*{width:100%;height:100%}.fullscreen-pos .close-btn{position:fixed;top:16px;right:16px;z-index:100000;background:#ef4444;color:#fff;padding:.65rem 1.2rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:.25s ease}.fullscreen-pos .close-btn:hover{background-color:#dc2626}.input-field{width:100%;padding:.8rem;margin-top:.7rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.95rem}.input-field:focus{border-color:#007bff;outline:none}.search-section{display:flex;gap:.7rem;margin:1rem 0}.search-btn{background-color:#007bff;color:#fff;border:none;padding:.75rem 1.4rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .25s ease}.search-btn:hover{background-color:#0056b3}.search-results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:.8rem;margin:1rem 0}.product-result-card{border:1px solid #cbd5e1;padding:.9rem;border-radius:10px;cursor:pointer;transition:all .25s;background-color:#f8fafc}.product-result-card:hover{background-color:#e8f0ff;transform:translateY(-2px)}.product-result-card.selected{border-color:#007bff;background-color:#d8e8ff}.form-buttons{display:flex;justify-content:flex-end;gap:.8rem;margin-top:1.5rem}.btn-submit{background-color:#007bff;color:#fff;border:none;padding:.75rem 1.4rem;border-radius:8px;font-weight:600;cursor:pointer;transition:.25s ease}.btn-cancel{background-color:#e2e8f0;color:#374151;border:none;padding:.75rem 1.4rem;border-radius:8px;font-weight:600;cursor:pointer;transition:.25s ease}.btn-cancel:hover{background-color:#cbd5e0}.pos-receipt-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:99999}.pos-receipt-box{background:#fff;width:350px;padding:1.5rem;border-radius:10px;font-family:Poppins,Arial,sans-serif;color:#111;box-shadow:0 6px 24px #00000040;animation:fadeIn .25s ease;max-height:85vh;overflow-y:auto}@media print{body *{visibility:hidden}.pos-receipt-box,.pos-receipt-box *{visibility:visible}.pos-receipt-box{position:absolute;left:0;top:0}}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media print{body *{visibility:hidden!important}.pos-receipt-box,.pos-receipt-box *{visibility:visible!important}.pos-receipt-actions{display:none!important}.pos-receipt-box{position:absolute;left:0;top:0;width:100%}}@media(max-width:768px){.add-sale-btn{width:100%;justify-content:center}.search-section,.form-buttons{flex-direction:column}}.pos-floating-btn{position:fixed;bottom:24px;right:24px;background:#007bff;color:#fff;border:none;padding:14px 22px;border-radius:50px;font-weight:700;cursor:pointer;box-shadow:0 4px 10px #0003;z-index:999}.pos-floating-btn:hover{opacity:.9}.inventory-page-container{padding:2rem;width:100%;box-sizing:border-box;font-family:Poppins,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#2c3e50;background-color:#fff;overflow-x:hidden}.inventory-page-title{font-size:1.9rem;font-weight:700;margin-bottom:.3rem;color:#1e293b}.inventory-page-subtitle{font-size:1rem;color:#64748b;margin-bottom:1.8rem}.inventory-controls{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center;margin-bottom:1.8rem}.search-bar{flex:1;min-width:220px;padding:.7rem 1rem;font-size:.95rem;border:1px solid #d1d5db;border-radius:8px;transition:all .3s ease}.search-bar:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 3px #007bff26}.sort-select{padding:.7rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;background-color:#fff;cursor:pointer;transition:all .2s ease}.sort-select:hover{border-color:#007bff}.inventory-filter-tabs{display:flex;gap:1rem;margin-bottom:1.5rem}.inventory-filter-tabs button{padding:.6rem 1.4rem;border-radius:8px;border:1px solid #d1d5db;background:#f8fafc;font-size:.95rem;font-weight:600;cursor:pointer;color:#475569;transition:.25s ease}.inventory-filter-tabs button:hover{background-color:#e2e8f0}.inventory-filter-tabs .active-tab{background-color:#3b82f6;color:#fff;border-color:#2563eb;box-shadow:0 2px 6px #3b82f64d}.status-filter{display:flex;gap:.7rem;align-items:center}.status-filter button{padding:.6rem 1.2rem;border-radius:8px;border:1px solid #d1d5db;background:#f8fafc;font-size:.9rem;font-weight:600;cursor:pointer;color:#475569;transition:.25s ease}.status-filter button:hover{background-color:#e2e8f0}.status-filter .active-tab{background-color:#e11d48;border-color:#be123c;color:#fff;box-shadow:0 2px 6px #e11d484d}.inventory-card{background-color:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow-x:auto}.inventory-table{width:100%;border-collapse:collapse;min-width:800px}.inventory-table thead{background-color:#f1f5f9}.inventory-table th,.inventory-table td{padding:1rem 1.2rem;text-align:left;font-size:.9rem;border-bottom:1px solid #e2e8f0;white-space:nowrap}.inventory-table th{font-weight:600;color:#334155}.inventory-table tbody tr:hover{background-color:#f8fafc;transition:background-color .2s ease}.text-yellow{color:#d4a106;font-weight:600}.text-red{color:#e11d48;font-weight:600}.text-green{color:#16a34a;font-weight:600}.text-gray-500{color:#94a3b8}.actions-cell{display:flex;flex-wrap:wrap;gap:.4rem}.btn-edit,.btn-contact,.btn-restock{display:inline-block;padding:.5rem 1.1rem;border:none;border-radius:6px;font-size:.9rem;cursor:pointer;font-weight:600;transition:all .2s ease;text-align:center}.btn-edit{background-color:#10b981;color:#fff}.btn-edit:hover{background-color:#059669;transform:scale(1.05)}.btn-contact{background-color:#f59e0b;color:#fff}.btn-contact:hover{background-color:#d97706;transform:scale(1.05)}.btn-restock{background-color:#3b82f6;color:#fff}.btn-restock:hover{background-color:#2563eb;transform:scale(1.05)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:9999;display:flex;justify-content:center;align-items:center;animation:fadeIn .3s ease}.modal-content{background-color:#fff;padding:2rem 2.5rem;border-radius:14px;width:95%;max-width:700px;max-height:85vh;overflow-y:auto;position:relative;box-shadow:0 6px 25px #0000004d;animation:fadeIn .3s ease}.edit-form{display:flex;flex-direction:column;gap:1rem}.edit-form label{font-weight:600;color:#374151}.edit-form input{padding:.6rem .8rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.95rem;transition:all .2s ease}.edit-form input:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 2px #007bff26}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.btn-submit{background-color:#007bff;color:#fff;border:none;padding:.7rem 1.4rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-submit:hover{background-color:#0056b3}.btn-delete{background-color:#e11d48;color:#fff;border:none;padding:.7rem 1.4rem;border-radius:8px;font-weight:600;cursor:pointer}.btn-delete:hover{background-color:#9f1239}@media(max-width:1024px){.inventory-page-container{padding:1.5rem}.inventory-table{min-width:700px}.inventory-page-title{font-size:1.6rem}}@media(max-width:768px){.inventory-controls{flex-direction:column;align-items:stretch;gap:.8rem}.inventory-card{padding:1rem}.inventory-page-title{font-size:1.5rem}.inventory-table{min-width:600px}.modal-content{width:95%;padding:1.5rem;max-height:80vh}.btn-edit,.btn-contact,.btn-restock{font-size:.85rem;padding:.4rem .8rem}.inventory-filter-tabs button{padding:.5rem 1rem;font-size:.85rem}}@media(max-width:480px){.inventory-page-container{padding:1rem}.inventory-table{min-width:500px}.btn-edit,.btn-contact,.btn-restock{display:block;width:100%;margin:.3rem 0}.inventory-filter-tabs{flex-direction:column;gap:.6rem}.inventory-filter-tabs button{width:100%}.modal-actions{flex-direction:column;align-items:stretch}.btn-submit,.btn-delete{width:100%}}.btn-bulk{background-color:#0ea5e9;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .25s}.btn-bulk:hover{background-color:#0284c7;transform:scale(1.05)}.bulk-restock{max-width:650px}.bulk-restock h2{font-size:1.4rem;font-weight:700;color:#1e293b;margin-bottom:1.2rem}.bulk-restock-item{display:flex;justify-content:space-between;align-items:center;background:#f8fafc;padding:.9rem 1.2rem;border-radius:10px;margin-bottom:.9rem;border:1px solid #e2e8f0}.bulk-restock-item .stock-input{width:80px;padding:.4rem;border-radius:6px;border:1px solid #cbd5e1;text-align:center}.bulk-restock-item .stock-input:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 2px #007bff26}.bulk-restock .restock-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.3rem;width:100%}.bulk-restock .submit-btn{background-color:#22c55e;min-width:100px;color:#fff}.bulk-restock .submit-btn:hover{background-color:#16a34a}.bulk-restock .cancel-btn{background-color:#ef4444;min-width:100px;color:#fff}.bulk-restock .cancel-btn:hover{background-color:#b91c1c}.restock-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:999;padding:1rem;overflow-y:auto}.restock-modal{background-color:#fff;padding:1.5rem;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;border-radius:12px;box-shadow:0 4px 20px #00000026;font-family:Poppins,sans-serif;position:relative}.restock-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem;text-align:left}.restock-search-container{display:flex;gap:.5rem;margin-bottom:1rem}.restock-search-bar{flex:1;padding:.5rem .75rem;border:1px solid #cbd5e1;border-radius:8px;outline:none;font-size:.95rem}.restock-search-bar:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.restock-search-btn{background-color:#2563eb;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:background .2s;font-size:.95rem}.restock-search-btn:hover{background-color:#1e40af}.restock-list{display:flex;flex-direction:column;gap:.75rem}.no-result{color:#64748b;text-align:center;font-size:.95rem;padding:1rem 0}.restock-item{background-color:#f8fafc;border:1px solid #e2e8f0;padding:.75rem;border-radius:8px}.restock-info{display:flex;justify-content:space-between;align-items:center}.restock-name{font-weight:600;color:#1e293b}.restock-type{font-size:.85rem;color:#64748b}.restock-input-container{margin-top:.5rem}.stock-input{width:100%;padding:.4rem .6rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.95rem}.stock-input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26;outline:none}.low-stock-alert{background-color:#fef2f2;color:#b91c1c;padding:.4rem .6rem;margin-top:.5rem;border-radius:6px;font-size:.85rem;display:flex;flex-wrap:wrap;gap:.25rem}.low-stock-alert strong{color:#991b1b}.supplier-contact{color:#334155;font-style:italic}.restock-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1.5rem;position:sticky;bottom:0;background-color:#fff;padding-top:.75rem;padding-bottom:.25rem}.submit-btn,.cancel-btn{padding:.5rem 1rem;border-radius:8px;font-size:.95rem;cursor:pointer;border:none;transition:background .2s}.submit-btn{background-color:#16a34a;color:#fff}.submit-btn:hover{background-color:#15803d}.cancel-btn{background-color:#e2e8f0;color:#1e293b}.cancel-btn:hover{background-color:#cbd5e1}@media(max-width:640px){.restock-modal{max-width:95%;padding:1rem}.restock-title{font-size:1.25rem}}.products-page-container{padding:2rem;background-color:#f4f6f9;min-height:100vh;font-family:Inter,Segoe UI,Tahoma,sans-serif;color:#2c3e50}.products-page-title{font-size:1.9rem;font-weight:700;margin-bottom:1.5rem;color:#1e293b;letter-spacing:-.5px}.controls-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;margin-bottom:1.5rem;justify-content:flex-start}.controls-bar input,.controls-bar button,.controls-bar select{font-size:.95rem}.controls-bar select{margin-left:.3rem}.search-input{flex:1;max-width:320px;padding:.65rem 1rem;border-radius:6px;border:1px solid #cbd5e1;transition:all .2s ease}.search-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb40}.controls-bar button{border:none;padding:.55rem 1.2rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease;color:#fff}.controls-bar button:hover{box-shadow:0 2px 6px #00000026}.products-select{padding:.7rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;background-color:#fff;cursor:pointer;transition:all .2s ease;min-width:170px;max-width:200px;height:45px;position:relative;z-index:10;pointer-events:auto;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 20 20' fill='none' stroke='%23667' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='5 7 10 12 15 7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:14px}.products-select:hover{border-color:#2563eb}.products-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33}.products-select::-ms-expand{display:none}.product-table-wrapper{overflow-x:auto;background:#fff;border-radius:10px;box-shadow:0 4px 12px #0000000f}.product-table{width:100%;border-collapse:collapse}.product-table th,.product-table td{padding:.85rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0;font-size:.9rem}.product-table th{background-color:#f1f5f9;font-weight:600;color:#334155;text-transform:uppercase;font-size:.8rem;letter-spacing:.5px;cursor:pointer}.product-table tr:hover td{background-color:#f9fafb}.product-table th:first-child,.product-table td:first-child{width:40px;text-align:center}.product-table td button{padding:.35rem .75rem;margin-right:.4rem;font-size:.8rem;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease}.product-table td button:first-child{background-color:#facc15;color:#1e293b}.product-table td button:first-child:hover{background-color:#eab308}.product-table td button:last-child{background-color:#dc2626;color:#fff}.product-table td button:last-child:hover{background-color:#b91c1c}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0f172a8c;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000}.form-modal-content{background:#fff;padding:2rem 2.2rem;border-radius:14px;width:100%;max-width:720px;box-shadow:0 10px 35px #0000002e;animation:fadeIn .25s ease-out}.form-modal-content h2{font-size:1.55rem;font-weight:700;color:#0f172a;margin-bottom:1.4rem;letter-spacing:-.3px}.form-grid{display:grid;grid-template-columns:1fr;gap:1rem}.form-group{display:flex;flex-direction:column}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.6rem .75rem;border-radius:6px;border:1px solid #cbd5e1;font-size:.9rem;transition:all .2s ease}.form-group textarea{min-height:80px;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb40}.searchable-select{position:relative;width:100%}.searchable-select input{width:100%;padding:.6rem .75rem;border-radius:6px;border:1px solid #cbd5e1;font-size:.9rem;transition:all .2s ease;background-color:#fff}.search-results{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:6px;max-height:180px;overflow-y:auto;box-shadow:0 6px 12px #0000001a;z-index:50}.search-results li{padding:.6rem .8rem;cursor:pointer}.search-results li:hover{background-color:#f1f5f9}.form-buttons{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.2rem}.form-buttons button{padding:.65rem 1.4rem;border:none;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer}.form-buttons button[type=submit]{background-color:#2563eb;color:#fff}.form-buttons .btn-cancel{background-color:#94a3b8;color:#fff}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(min-width:768px){.form-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.form-grid{grid-template-columns:repeat(3,1fr)}}.pagination{display:flex;flex-direction:column;gap:.5rem;padding:1rem}.pagination-info{font-size:.9rem;color:#475569}.pagination-buttons{display:flex;gap:.4rem}.pagination-buttons button{padding:6px 12px;border:1px solid #cbd5e1;background:#fff;border-radius:6px;cursor:pointer}.pagination-buttons button:hover{background-color:#e2e8f0}.pagination-buttons button:disabled{opacity:.4;cursor:not-allowed}.active-page{background-color:#2563eb!important;color:#fff!important}.reservations-container,.reservations-container *{transform:none!important;filter:none!important;perspective:none!important}.reservations-container{padding:2rem;background-color:#fff;border-radius:10px;box-shadow:0 4px 12px #0000000d;font-family:Poppins,sans-serif;position:relative;overflow:visible}.reservations-container h1{font-size:1.6rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.reservation-tabs{display:flex;gap:.6rem;margin-bottom:1.2rem}.tab-btn{background-color:#f3f4f6;border:none;padding:.6rem 1rem;border-radius:6px;cursor:pointer;font-weight:500;color:#374151;transition:all .2s ease}.tab-btn.active,.tab-btn:hover{background-color:#2563eb;color:#fff}.reservation-table{width:100%;border-collapse:collapse;font-size:.95rem;background-color:#fafafa;border-radius:8px;overflow:visible}.reservation-table th{background-color:#f0f0f0;text-align:left;padding:.8rem;color:#374151}.reservation-table td{padding:.8rem;border-bottom:1px solid #e5e7eb}.reservation-table tr:hover{background-color:#f9fafb}.actions{display:flex;gap:.4rem;flex-wrap:wrap}.view-btn{background-color:#3b82f6;color:#fff;border:none;padding:.4rem .8rem;border-radius:6px;cursor:pointer}.view-btn:hover{background-color:#2563eb}.proceed-btn{background-color:#10b981;color:#fff;border:none;padding:.4rem .8rem;border-radius:6px;cursor:pointer}.proceed-btn:hover{background-color:#059669}.pay-btn{background-color:#f59e0b;color:#fff;border:none;padding:.4rem .8rem;border-radius:6px;cursor:pointer}.pay-btn:hover{background-color:#d97706}.reservation-modal{position:fixed!important;top:0;left:0;width:100vw;height:100vh;background-color:#00000073;display:flex;justify-content:center;align-items:center;z-index:2147483647;isolation:isolate}.modal-content{background:#fff;padding:1.8rem;border-radius:12px;width:90%;max-width:450px;box-shadow:0 10px 25px #00000026;position:relative;animation:modalFade .2s ease-out}@keyframes modalFade{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-content h2{margin:0 0 1rem;color:#111827}.modal-content p{margin-bottom:.5rem;color:#374151;font-size:.95rem}.modal-content button{background-color:#6b7280;color:#fff;border:none;padding:.6rem 1rem;border-radius:6px;cursor:pointer;width:100%;margin-top:1rem}.modal-content button:hover{background-color:#4b5563}.customers-container{padding:2rem 1.5rem;background-color:#f9fafb;font-family:Poppins,sans-serif;color:#1e293b;min-height:100vh}.customers-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.customers-header h1{font-size:1.8rem;font-weight:600;color:#1e293b}.customers-search{padding:.6rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;background-color:#fff;outline:none;transition:all .2s ease}.customers-search:focus{border-color:#f39c12;box-shadow:0 0 0 3px #f39c1233}.customers-table-wrapper{overflow-x:auto;border-radius:.75rem;box-shadow:0 4px 10px #0000000d;background-color:#fff}.customers-table{width:100%;border-collapse:collapse;font-size:.95rem}.customers-table th,.customers-table td{padding:.85rem 1rem;text-align:left;border-bottom:1px solid #e5e7eb}.customers-table th{background-color:#f8fafc;color:#1e293b;font-weight:600;font-size:.9rem}.customers-table tr:hover td{background-color:#fef9f2;transition:background-color .2s ease}.customers-table td{color:#374151}.avatar{background-color:#f39c12;color:#fff;width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;text-transform:uppercase;box-shadow:0 2px 6px #f39c1233}.status-badge{padding:.35rem .75rem;border-radius:9999px;font-size:.85rem;font-weight:600;text-align:center}.status-badge.active{background-color:#d1fae5;color:#047857}.status-badge.inactive{background-color:#fee2e2;color:#b91c1c}.delete-btn{background-color:#ef4444;color:#fff;border:none;padding:.5rem .85rem;border-radius:.5rem;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .2s ease}.delete-btn:hover{background-color:#dc2626;transform:translateY(-2px);box-shadow:0 3px 6px #ef44444d}@media(min-width:640px){.customers-header{flex-direction:row;justify-content:space-between;align-items:center}.customers-header h1{font-size:2rem}}@media(max-width:480px){.customers-header h1{font-size:1.5rem}.customers-search{font-size:.9rem}.customers-table th,.customers-table td{padding:.65rem;font-size:.85rem}}.settings-container{width:100%;padding:30px;background:var(--bg);color:var(--text-main);font-family:Poppins,sans-serif}.settings-title{font-size:1.8rem;font-weight:700;margin-bottom:25px;color:var(--dark-1)}.settings-section{background:var(--bg-soft);padding:20px;border-radius:var(--radius-lg);margin-bottom:25px;border:1px solid var(--border);box-shadow:var(--shadow-soft)}.settings-section h2{margin-bottom:15px;color:var(--dark-1);font-size:1.3rem;font-weight:600}.settings-field{display:flex;flex-direction:column;margin-bottom:15px}.settings-field label{font-size:.9rem;color:var(--text-muted);margin-bottom:6px}.settings-field input{padding:10px 14px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg);font-size:.95rem;outline:none;transition:border .2s ease}.settings-field input:focus{border:1px solid var(--accent)}.settings-button{padding:10px 18px;background:var(--accent);border:none;border-radius:var(--radius-md);color:var(--text-light);font-size:.95rem;cursor:pointer;transition:.2s ease}.settings-button:hover{background:var(--accent-deep);transform:translateY(-1px)}.settings-button:disabled{opacity:.6;cursor:not-allowed}.settings-button.danger{background:#c0392b}.settings-button.danger:hover{background:#96271d}.staff-container{margin-top:20px}.staff-header h2{margin-bottom:15px}.staff-form-section{margin-bottom:20px}.staff-form-section h3{margin-bottom:12px;font-size:1.1rem}.staff-form input{width:100%;margin-bottom:10px;padding:10px 14px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg);transition:.2s}.staff-form input:focus{border-color:var(--accent)}.staff-form button{padding:10px 16px;background:var(--accent);color:var(--text-light);border:none;border-radius:var(--radius-md);cursor:pointer;font-weight:500;transition:.2s ease}.staff-form button:hover{background:var(--accent-deep)}.staff-list{list-style:none;padding:0;margin:0}.staff-item{display:flex;align-items:center;background:var(--bg);padding:14px 18px;margin-bottom:12px;border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-soft);transition:.15s ease}.staff-item:hover{transform:translate(5px)}.staff-avatar{width:50px;height:50px;background:var(--accent);border-radius:50%;color:var(--text-light);font-size:1.2rem;font-weight:600;display:flex;align-items:center;justify-content:center}.staff-info{flex-grow:1;margin-left:15px}.staff-info strong{font-size:1rem;color:var(--dark-1);display:block}.staff-info small{font-size:.85rem;color:var(--text-muted)}.delete-btn{background:#c0392b;border:none;color:#fff;padding:8px 12px;border-radius:var(--radius-md);cursor:pointer;transition:.2s ease}.delete-btn:hover{background:#96271d}.analytics-container{font-family:Poppins,sans-serif;background-color:#f8fafc;min-height:100vh;padding:2rem;color:#1e293b}.analytics-header{text-align:center;margin-bottom:2rem;position:relative}.analytics-header h1{font-size:2rem;font-weight:700;color:#0f172a}.analytics-header p{color:#64748b;font-size:.95rem;margin-bottom:1rem}.add-sale-btn{background-color:#2563eb;color:#fff;font-weight:600;border:none;border-radius:6px;padding:.6rem 1.2rem;cursor:pointer;transition:all .2s ease}.add-sale-btn:hover{background-color:#1e40af}.summary-cards{display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:center;margin-bottom:2rem}.summary-card{flex:1;min-width:260px;background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 3px 10px #0000000d;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.summary-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #00000014}.summary-card h3{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#475569}.summary-card p{font-size:1.3rem;font-weight:700}.summary-card.blue{border-top:4px solid #2563eb}.summary-card.green{border-top:4px solid #10b981}.table-card{background:#fff;border-radius:12px;padding:1.2rem;box-shadow:0 3px 10px #0000000d;margin-bottom:1.5rem}.table-card h2{font-size:1.05rem;font-weight:600;margin-bottom:.8rem;color:#1e293b}.table-card table{width:100%;border-collapse:collapse;font-size:.9rem}.table-card th,.table-card td{padding:.6rem;border-bottom:1px solid #e2e8f0;text-align:left}.table-card th{background-color:#f8fafc;text-transform:uppercase;font-size:.8rem;color:#475569}.table-card tr:hover td{background-color:#f1f5f9}.table-card td[colspan]{text-align:center;color:#94a3b8;padding:.8rem;font-style:italic}.restock-btn{background-color:#f59e0b;color:#fff;border:none;border-radius:6px;padding:4px 10px;margin-right:5px;cursor:pointer;transition:background-color .2s}.restock-btn:hover{background-color:#d97706}.contact-supplier-btn{background-color:#2563eb;color:#fff;border:none;border-radius:6px;padding:4px 10px;cursor:pointer;transition:background-color .2s}.contact-supplier-btn:hover{background-color:#1d4ed8}.clickable-row{cursor:pointer;transition:background-color .2s ease}.clickable-row:hover{background-color:#e0f2fe}@media(max-width:768px){.summary-cards{flex-direction:column;align-items:center}.add-sale-btn{width:100%}}.admin-date-controls{margin-top:12px;padding:10px;border:1px dashed #ccc;border-radius:6px}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{overflow:visible;text-transform:none;-webkit-appearance:button;-moz-appearance:button;appearance:button;cursor:pointer}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-calendar{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.rbc-m-b-negative-3{margin-bottom:-3px}.rbc-h-full{height:100%}.rbc-calendar *,.rbc-calendar *:before,.rbc-calendar *:after{-webkit-box-sizing:inherit;box-sizing:inherit}.rbc-abs-full,.rbc-row-bg{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0}.rbc-ellipsis,.rbc-show-more,.rbc-row-segment .rbc-event-content,.rbc-event-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e6e6e6}.rbc-header{overflow:hidden;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;text-overflow:ellipsis;white-space:nowrap;padding:0 3px;text-align:center;vertical-align:middle;font-weight:700;font-size:90%;min-height:0;border-bottom:1px solid #ddd}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-button-link{color:inherit;background:none;margin:0;padding:0;border:none;cursor:pointer;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.rbc-row-content{position:relative;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;z-index:4}.rbc-row-content-scrollable{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.rbc-row-content-scrollable .rbc-row-content-scroll-container{height:100%;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar{display:none}.rbc-today{background-color:#eaf6ff}.rbc-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;font-size:16px}.rbc-toolbar .rbc-toolbar-label{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{color:#373a3c;display:inline-block;margin:0;text-align:center;vertical-align:middle;background:none;background-image:none;border:1px solid #ccc;padding:.375rem 1rem;border-radius:4px;line-height:normal;white-space:nowrap}.rbc-toolbar button:active,.rbc-toolbar button.rbc-active{background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px #00000020;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button.rbc-active:focus{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.rbc-toolbar button:focus{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:hover{color:#373a3c;cursor:pointer;background-color:#e6e6e6;border-color:#adadad}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:0 4px 4px 0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px 0 0 4px}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}@media(max-width:767px){.rbc-toolbar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.rbc-event,.rbc-day-slot .rbc-background-event{border:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:2px 5px;background-color:#3174ad;border-radius:5px;color:#fff;cursor:pointer;width:100%;text-align:left}.rbc-slot-selecting .rbc-event,.rbc-slot-selecting .rbc-day-slot .rbc-background-event,.rbc-day-slot .rbc-slot-selecting .rbc-background-event{cursor:inherit;pointer-events:none}.rbc-event.rbc-selected,.rbc-day-slot .rbc-selected.rbc-background-event{background-color:#265985}.rbc-event:focus,.rbc-day-slot .rbc-background-event:focus{outline:5px auto #3b99fc}.rbc-event-label{font-size:80%}.rbc-event-overlaps{-webkit-box-shadow:-1px 1px 5px 0px rgba(51,51,51,.5);box-shadow:-1px 1px 5px #33333380}.rbc-event-continues-prior{border-top-left-radius:0;border-bottom-left-radius:0}.rbc-event-continues-after{border-top-right-radius:0;border-bottom-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later{border-bottom-left-radius:0;border-bottom-right-radius:0}.rbc-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-row-segment{padding:0 1px 1px}.rbc-selected-cell{background-color:#0000001a}.rbc-show-more{background-color:#ffffff4d;z-index:4;font-weight:700;font-size:85%;height:auto;line-height:normal;color:#3174ad}.rbc-show-more:hover,.rbc-show-more:focus{color:#265985}.rbc-month-view{position:relative;border:1px solid #ddd;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;height:100%}.rbc-month-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-month-row{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px;overflow:hidden;height:100%}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;min-width:0;padding-right:5px;text-align:right}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:hidden;right:1px}.rbc-day-bg{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{position:absolute;z-index:5;border:1px solid #e5e5e5;background-color:#fff;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.25);box-shadow:0 5px 15px #00000040;padding:10px}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{width:100%;border:1px solid #ddd;border-spacing:0;border-collapse:collapse}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{padding:5px 10px;vertical-align:top}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{padding-left:15px;padding-right:15px;text-transform:lowercase}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{padding:3px 5px;text-align:left;border-bottom:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" »"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"« "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{-webkit-box-flex:1;-ms-flex:1;flex:1}.rbc-timeslot-group{border-bottom:1px solid #ddd;min-height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.rbc-time-gutter,.rbc-header-gutter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{bottom:0;left:0;position:absolute;right:0;margin-right:10px;top:0}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-event,.rbc-day-slot .rbc-background-event{border:1px solid #265985;display:-webkit-box;display:-ms-flexbox;display:flex;max-height:100%;min-height:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:hidden;position:absolute}.rbc-day-slot .rbc-background-event{opacity:.75}.rbc-day-slot .rbc-event-label{-webkit-box-flex:0;-ms-flex:none;flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{width:100%;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;word-wrap:break-word;line-height:1;height:100%;min-height:1em}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-view-resources .rbc-time-gutter,.rbc-time-view-resources .rbc-time-header-gutter{position:sticky;left:0;background-color:#fff;border-right:1px solid #ddd;z-index:10;margin-right:-1px}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{min-width:auto;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px}.rbc-time-view-resources .rbc-time-header-cell-single-day{display:none}.rbc-time-view-resources .rbc-day-slot{min-width:140px}.rbc-time-view-resources .rbc-header,.rbc-time-view-resources .rbc-day-bg{width:140px;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;-ms-flex-preferred-size:0 px;flex-basis:0 px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{z-index:10;position:absolute;background-color:#00000080;color:#fff;font-size:75%;width:100%;padding:3px}.rbc-slot-selecting{cursor:move}.rbc-time-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;border:1px solid #ddd;min-height:0}.rbc-time-view .rbc-time-gutter{white-space:nowrap;text-align:right}.rbc-time-view .rbc-allday-cell{-webkit-box-sizing:content-box;box-sizing:content-box;width:100%;height:100%;position:relative}.rbc-time-view .rbc-allday-cell+.rbc-allday-cell{border-left:1px solid #ddd}.rbc-time-view .rbc-allday-events{position:relative;z-index:4}.rbc-time-view .rbc-row{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:20px}.rbc-time-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-right-width:0;border-left:1px solid #ddd}.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #ddd}.rbc-time-header>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-left:1px solid #ddd}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd;-ms-flex-negative:0;flex-shrink:0}.rbc-time-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;border-top:2px solid #ddd;overflow-y:auto;position:relative}.rbc-time-content>.rbc-time-gutter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.rbc-current-time-indicator{position:absolute;z-index:3;left:0;right:0;height:1px;background-color:#74ad31;pointer-events:none}.rbc-resource-grouping.rbc-time-header-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rbc-resource-grouping .rbc-row .rbc-header{width:141px}.reservation-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:3000;animation:fadeIn .2s ease-in-out;pointer-events:auto}.reservation-modal{background:#fff;border-radius:12px;padding:2rem 2.4rem;width:90%;max-width:480px;box-shadow:0 8px 20px #0000002e;position:relative;animation:slideUp .25s ease-out;pointer-events:auto}.reservation-modal p{margin:.4rem 0;font-size:.95rem;color:#374151}.reservation-modal strong{color:#111827}.reservation-modal ul{list-style:none;padding:.3rem 0}.reservation-modal ul li{background:#f3f4f6;margin:4px 0;padding:6px 10px;border-radius:6px;font-size:.9rem}.close-btn{margin-top:1.3rem;width:100%;padding:.8rem;background:#374151;color:#fff;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:background .2s ease-in-out}.close-btn:hover{background:#1f2937}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(15px);opacity:0}to{transform:translateY(0);opacity:1}}.status-buttons{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.status-btn{padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-weight:500;font-size:.9rem;color:#fff;transition:background-color .2s ease,transform .1s ease;pointer-events:auto}.status-btn:hover{transform:scale(1.05)}.status-btn.approve{background-color:#34a853}.status-btn.complete{background-color:#4285f4}.status-btn.noshow{background-color:#ea4335}.status-btn.cancel{background-color:#6b7280}.status-btn.pending{background-color:#fbbc04;color:#333}.supplier-page{padding:2rem;font-family:Inter,Poppins,sans-serif;background:#f4f6f9;color:#1f2937}.supplier-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:2rem;background:#fff;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 4px 20px #0000000d}.supplier-nav{display:flex;flex-wrap:wrap;gap:.5rem}.supplier-nav-btn{background:#e5e7eb;border:none;padding:8px 16px;border-radius:10px;font-weight:500;cursor:pointer;transition:all .25s}.supplier-nav-btn:hover{background:#d1d5db}.supplier-nav-btn.active{background:#2563eb;color:#fff;box-shadow:0 4px 12px #2563eb4d}.supplier-right-actions{display:flex;align-items:center;gap:1rem}.supplier-search{padding:8px 14px;border-radius:10px;border:1px solid #cbd5e1;outline:none;width:220px;background:#f9fafb;transition:.2s}.supplier-search:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 5px #2563eb4d}.btn-edit-supplier{background:#2563eb;color:#fff;border:none;padding:8px 16px;border-radius:10px;cursor:pointer;font-weight:500;transition:background .25s}.btn-edit-supplier:hover{background:#1e40af}.supplier-details-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 6px 24px #0000000d;transition:transform .2s}.supplier-details-section:hover{transform:translateY(-2px)}.supplier-name-title{font-size:1.75rem;font-weight:700;margin-bottom:.6rem;color:#0f172a}.supplier-contact{font-size:.95rem;color:#475569;line-height:1.5;margin-bottom:1rem}.supplier-products-table,.supplier-requests{margin-top:2rem}h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.8rem}table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #00000008}th{background:#f1f5f9;padding:14px 12px;text-align:left;font-size:.9rem;font-weight:600;color:#334155}td{padding:12px;font-size:.9rem;color:#475569;border-bottom:1px solid #e2e8f0}tr:hover td{background:#f8fafc;transition:background .2s}.text-gray{color:#94a3b8;text-align:center;padding:14px}.status-badge{padding:4px 12px;border-radius:50px;font-size:.8rem;font-weight:600;display:inline-block;transition:all .2s}.status-pending{background:#fef3c7;color:#78350f}.status-ordered{background:#dcfce7;color:#166534}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;justify-content:center;align-items:center;z-index:200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-content{background:#fff;padding:2rem;border-radius:16px;width:480px;max-height:85vh;overflow-y:auto;box-shadow:0 8px 28px #0000001f;animation:fadeIn .25s ease-in-out}.modal-content.large{width:600px}.modal-content h2{font-size:1.5rem;font-weight:600;margin-bottom:1.2rem;color:#1f2937}.modal-buttons{display:flex;justify-content:flex-end;gap:.8rem;margin-top:1.2rem}.btn-save{background:#2563eb;color:#fff;border:none;padding:10px 16px;border-radius:8px;cursor:pointer;font-weight:500;transition:background .25s}.btn-save:hover{background:#1e40af}.btn-cancel{background:#e5e7eb;color:#475569;border:none;padding:10px 16px;border-radius:8px;cursor:pointer;font-weight:500}.btn-cancel:hover{background:#d1d5db}.edit-supplier-input,.supplier-info-form input,.supplier-info-form textarea{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #cbd5e1;outline:none;background:#f9fafb;font-size:.95rem;transition:all .25s}.edit-supplier-input:focus,.supplier-info-form input:focus,.supplier-info-form textarea:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 6px #2563eb4d}.supplier-manage-item{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem}.btn-delete-small{background:#ef4444;color:#fff;border:none;padding:6px 12px;border-radius:8px;cursor:pointer;font-weight:500;transition:background .25s}.btn-delete-small:hover{background:#dc2626}.supplier-info-form{display:flex;flex-direction:column;gap:1rem}.supplier-info-form label{font-weight:600;color:#1f2937}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.modal-content.large,.modal-content{width:90%;padding:1.5rem}.edit-supplier-input,.supplier-info-form textarea{font-size:.9rem}.btn-save,.btn-cancel{padding:8px 12px;font-size:.9rem}}.pos-container{position:fixed;top:0;right:0;bottom:0;left:0;background:#f3f4f6;font-family:Poppins,sans-serif;display:flex;flex-direction:column;overflow:hidden}.pos-header{background:#0a66c2;color:#fff;padding:1rem 1.4rem;font-size:1.15rem;font-weight:600;display:flex;justify-content:space-between;align-items:center}.pos-close-btn{background:#e11d48;border:none;padding:.55rem 1rem;border-radius:8px;color:#fff;cursor:pointer;transition:.2s}.pos-close-btn:hover{background:#be123c}.pos-main{flex:1;display:grid;grid-template-columns:2.2fr 1.4fr 1fr;gap:1rem;padding:1rem;overflow:hidden}.pos-column{background:#fff;padding:1.1rem;border-radius:12px;box-shadow:0 4px 10px #0000000a;display:flex;flex-direction:column;overflow:hidden}.pos-products{display:flex;flex-direction:column;gap:1rem}.pos-global-search{background:#fff;padding:.7rem 1rem;border-radius:10px;box-shadow:0 4px 10px #0000000d}.pos-global-search input{width:100%;padding:.8rem;border-radius:8px;border:1px solid #cbd5e1;font-size:1rem}.pos-global-search input:focus{border-color:#0a66c2;outline:none}.pos-tabs{display:flex;gap:.5rem}.pos-tab-btn{flex:1;padding:.55rem;border-radius:8px;border:1px solid #d1d5db;background:#fff;cursor:pointer;font-weight:600;transition:.2s;font-size:.9rem}.pos-tab-btn:hover{background:#e5efff}.pos-tab-btn.active{background:#0a66c2;color:#fff;border-color:#0a66c2}.pos-list-grid{display:grid;grid-template-columns:65% 35%;gap:1rem;flex:1;min-height:0;overflow:hidden}.pos-item{background:#f8fafc;padding:.75rem;margin-bottom:.55rem;border-radius:10px;display:flex;justify-content:space-between;align-items:center;transition:.2s;border:1px solid #e5e7eb}.pos-item:hover{background:#edf2f7}.pos-item button{background:#0a66c2;padding:.45rem .75rem;border-radius:6px;color:#fff;border:none;transition:.2s}.pos-item button:hover{background:#004a99}.pos-item button:disabled{background:#9ca3af;cursor:not-allowed}.pos-cart-area{display:flex;flex-direction:column;gap:.7rem;border:2px solid #e5e7eb;border-radius:10px;padding:.8rem}.pos-cart-area h3{margin:0;font-size:1.05rem}.cart-items-container{flex:1;overflow-y:auto;padding:.6rem;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb}.cart-item{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:.75rem;border-radius:8px;margin-bottom:.6rem;border:1px solid #e5e7eb}.cart-item-name{font-weight:600}.pos-payment-area{display:flex;flex-direction:column;gap:1rem}.customer-box{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1rem;display:flex;flex-direction:column;gap:.7rem}.customer-box h4{margin:0;font-size:1rem;font-weight:600}.customer-row{display:flex;gap:.5rem;align-items:center}.btn-small{width:42px;height:42px;border-radius:8px;border:none;cursor:pointer;font-size:1.2rem;font-weight:700;display:flex;justify-content:center;align-items:center;transition:.2s}.btn-small.primary{background:#0a66c2;color:#fff}.btn-small.primary:hover{background:#004a99}.btn-small.success{background:#10b981;color:#fff}.btn-small.success:hover{background:#059669}.customer-details{background:#f1f5f9;padding:.7rem;border-radius:8px;font-size:.85rem;border-left:4px solid #0a66c2}.btn-submit{background:#0a66c2;padding:.7rem;color:#fff;border:none;border-radius:10px;cursor:pointer;font-weight:600;width:50%;transition:.2s}.btn-submit:hover{background:#004a99}.btn-cancel{background:#d1d5db;padding:.7rem;border-radius:10px;cursor:pointer;border:none;width:40%;font-weight:600}.btn-cancel:hover{background:#bcbfc5}@media(max-width:1100px){.pos-main{grid-template-columns:1fr;overflow-y:auto}}.pos-receipt-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0000008c;display:flex;justify-content:center;align-items:center;z-index:9999}.pos-receipt-box{background:#fff;padding:1.5rem;border-radius:10px;width:350px;max-height:85vh;overflow-y:auto;text-align:center;box-shadow:0 8px 20px #0003;animation:fadeIn .2s ease-in-out}.pos-receipt-actions{margin-top:1rem;display:flex;justify-content:space-between;gap:10px}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.receipt-print{width:100%;max-width:360px;margin:0 auto;border:1px solid #e5e7eb;border-radius:8px;padding:14px;font-family:Poppins,Arial,sans-serif;color:#111827;font-size:12px}.receipt-print h3{margin:0 0 4px;font-size:16px;font-weight:600}.receipt-header{text-align:center;margin-bottom:8px}.receipt-header p{margin:2px 0;font-size:11px}.receipt-row{display:flex;justify-content:space-between;margin-bottom:4px;font-size:12px}.receipt-row span:first-child{max-width:65%;text-align:left}.receipt-row span:last-child{text-align:right;min-width:35%}hr{border:none;border-top:1px dashed #9ca3af;margin:6px 0}.totals p,.totals h3{display:flex;justify-content:space-between;margin:2px 0;font-size:12px}.totals h3{font-size:13px;font-weight:700;margin-top:4px}@media print{.no-print{display:none!important}.pos-receipt-overlay{background:#fff!important;position:relative!important}}.pos-list-box{background:#fff;padding:1rem;border-radius:12px;box-shadow:0 4px 8px #0000000f;display:flex;flex-direction:column;height:100%;overflow:hidden}.pos-search input{padding:.7rem;border-radius:8px;border:1px solid #d1d5db;margin-bottom:.7rem;width:100%}.pos-list-box{background:#fff;padding:1rem;border-radius:12px;display:flex;flex-direction:column;height:100%;overflow:hidden}.pos-scroll-list{overflow-y:auto;padding-right:6px;max-height:300px}.pos-product-item{background:#f1f5f9;padding:.8rem;margin-bottom:.5rem;border-radius:10px;display:flex;justify-content:space-between;align-items:center;transition:.2s}.pos-product-item:hover{background:#e2e8f0}.pos-pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:.8rem}.pos-pagination button{padding:5px 12px;border-radius:6px;border:none;cursor:pointer;background:#2563eb;color:#fff;font-size:.9rem;transition:.2s}.pos-pagination button:disabled{background:#94a3b8;cursor:not-allowed}.pos-pagination span{font-size:.9rem;font-weight:700}.cart-items-container{flex:1;overflow-y:auto;margin-top:.5rem;padding-right:5px}.cart-item{display:flex;justify-content:space-between;align-items:center;background:#f8fafc;padding:.75rem;border-radius:10px;margin-bottom:.6rem;transition:background .2s ease,transform .1s}.cart-item:hover{background:#e8f0ff;transform:scale(1.01)}.cart-item strong{font-size:.95rem;display:block;margin-bottom:4px}.cart-item p{font-size:.85rem;color:#475569;margin:0}.cart-item div input[type=number]{width:40px}.cart-item-qty{display:flex;align-items:center;gap:6px}.cart-item button{cursor:pointer}.cart-item button:not(.cart-item-remove){background:#e2e8f0;border:none;padding:.35rem .7rem;border-radius:6px;font-size:.9rem;font-weight:700;transition:.15s ease}.cart-item button:not(.cart-item-remove):hover{background:#cbd5e1}.cart-item input{width:50px;text-align:center;padding:.3rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.9rem}.cart-item-remove,.cart-item>button:last-child{background-color:#ef4444!important;color:#fff;border:none;padding:.35rem .9rem;border-radius:8px;font-weight:600;cursor:pointer;transition:.15s ease-in-out}.cart-item-remove:hover,.cart-item>button:last-child:hover{background-color:#dc2626!important}.payment-box{padding:1rem;background:#fff;border-radius:10px;border:1px solid #e5e7eb}.payment-summary{background:#f3f4f6;padding:.8rem;border-radius:10px}.customer-modal-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;justify-content:center;align-items:center;z-index:99999}.customer-modal{background:#fff;width:420px;padding:1.5rem;border-radius:14px;box-shadow:0 6px 18px #0003;animation:fadeIn .25s ease;max-height:85vh;overflow-y:auto}.customer-option{padding:.8rem;border:1px solid #d1d5db;border-radius:10px;margin-bottom:6px;cursor:pointer;transition:.2s}.customer-option:hover{background:#edf2ff;border-color:#0a66c2}.add-form-box input{margin-bottom:10px}.customer-btn-row{display:flex;justify-content:space-between;gap:12px;margin-top:8px}.customer-btn-row .btn-submit,.customer-btn-row .btn-cancel{width:50%;padding:.75rem;font-weight:600;border-radius:8px}.customer-btn-row .btn-submit{background:#0a66c2;color:#fff;border:none}.customer-btn-row .btn-submit:hover{background:#004a99}.customer-btn-row .btn-cancel{background:#e5e7eb;color:#374151;border:none}.customer-btn-row .btn-cancel:hover{background:#cbd5e1}.btn-back{background:#e2e8f0;border:none;padding:.6rem 1rem;border-radius:8px;width:100%;cursor:pointer;font-weight:600;color:#334155;transition:.2s}.btn-back:hover{background:#cbd5e1}.error-text{color:#dc2626;font-size:12px;margin-top:-6px;margin-bottom:8px}.filters{width:100%;max-width:300px;background:#fff;border:1px solid #e9e6e2;border-radius:12px;padding:20px;box-shadow:0 4px 16px #0000000a;font-family:Poppins,sans-serif;font-weight:400;transition:all .28s ease-in-out;box-sizing:border-box;position:relative;z-index:2}.filters-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.filters-header h3{font-size:1.05rem;font-weight:500;color:#111;margin:0}.clear-btn{background:#f2f4f7;color:#344054;border:1px solid #e4e7ec;border-radius:8px;padding:6px 10px;font-size:.85rem;font-weight:400;font-family:Poppins,sans-serif;cursor:pointer;transition:background .15s ease,color .15s ease}.clear-btn:hover{background:#e4e7ec;color:#1d2939}.clear-btn:active{background:#d0d5dd}.filter-toggle-btn{display:none;height:44px;padding:10px 14px;border-radius:10px;border:1px solid #ddd;background:#fff;color:#111;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:400;display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;white-space:nowrap}.filter-toggle-btn:hover{border-color:#cfcfcf}.filter-toggle-btn .filter-label{display:flex;align-items:center;gap:6px}@media(max-width:1024px){.filter-toggle-btn{display:flex}.top-controls{display:flex!important;justify-content:flex-end;align-items:center;gap:12px;width:100%;margin:14px 0 20px}.filter-toggle-btn,.sort-select{height:44px;font-size:.95rem}}.filter-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:998;display:none}.filter-overlay.visible{display:block}@media(max-width:1024px){.filters{position:fixed;top:0;left:-100%;height:100vh;width:86%;max-width:420px;background:#fff;z-index:999;overflow-y:auto;padding:28px 22px 120px;box-shadow:2px 0 16px #0000002e;transition:left .32s cubic-bezier(.2,.9,.2,1);border-radius:0;border-left:0}.filters.open{left:0}}.filter-block{margin-bottom:14px}.filter-header{font-weight:500;font-size:.95rem;color:#222;padding:10px 0;display:flex;justify-content:space-between;align-items:center;cursor:pointer;border-bottom:1px solid #eee}.filter-header .chev{font-size:1.2rem;color:#666}.filter-content{padding:12px 6px;margin-top:10px;max-height:260px;overflow-y:auto}.filter-option{margin-bottom:8px;padding:10px 12px;background:#fff;border:1px solid #e3e3e3;border-radius:8px;cursor:pointer;font-size:.94rem;font-weight:400;color:#222;transition:all .15s ease}.filter-option:hover{border-color:#d6b86a}.filter-option.selected{background-color:#d6b86a;border-color:#c89e46;color:#111}.filter-search{width:100%;padding:10px 12px;margin-bottom:12px;border:1px solid #d9d9d9;border-radius:8px;font-size:.95rem}@media(min-width:1025px){.filter-toggle-btn,.filter-overlay{display:none!important}.filters{position:relative;max-width:320px;padding:22px;box-shadow:none;border:1px solid #eee}}.catalog{padding:6px 0 10px;width:100%;display:flex;flex-direction:column;gap:8px}.catalog-header{display:flex;justify-content:flex-end;align-items:center;margin-bottom:4px;padding-right:4px}.sort-select{padding:10px 14px;border-radius:10px;border:1px solid #ddd;font-size:.95rem;background-color:#fff;cursor:pointer}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:1200px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:480px){.product-grid{grid-template-columns:1fr}}.product-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 10px #0000000f;display:flex;flex-direction:column;align-items:flex-start;gap:10px;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.product-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #0000001f}.product-img{width:100%;height:220px;object-fit:contain;border-radius:10px;background:#fafafa}.product-name{font-size:.98rem;font-weight:700;letter-spacing:.02em;margin:0}.product-model{font-size:.92rem;color:#555;margin:0;line-height:1.15}.product-price{color:#b12704;font-weight:700;margin-top:6px;font-size:.98rem}.pagination-wrapper{margin-top:24px;text-align:center;display:flex;flex-direction:column;gap:12px}.pagination-label{font-size:.95rem;color:#444;font-weight:500}.pagination{display:flex;justify-content:center;align-items:center;gap:6px}.page-btn{padding:8px 16px;font-size:.9rem;border-radius:8px;cursor:pointer;border:1px solid #dcdcdc;background:#f8f8f8;transition:.15s ease}.page-btn:hover:not(:disabled){background:#e7e7e7}.page-btn:disabled{opacity:.4;cursor:not-allowed}.page-number{padding:8px 12px;border-radius:8px;background:#f2f2f2;border:1px solid #ddd;cursor:pointer;transition:.15s ease}.page-number.active{background:#2b2b2b;color:#fff;border-color:#2b2b2b}.page-number:hover{background:#eee}html,body{background-color:#fff!important;color:#2c3e50;font-family:Poppins,sans-serif;margin:0;padding:0}.user-dashboard-container{padding:28px 36px 60px;background-color:#fff;min-height:100vh;box-sizing:border-box}.fitment-section{background-color:#fbfbfb;padding:14px;border-radius:12px;margin-bottom:16px;box-shadow:0 2px 10px #00000008}.centered-intro{text-align:center;width:100%;font-size:1.06rem;font-weight:500;margin:0 0 22px;color:#555}.vehicle-banner{margin:12px 0 16px;background-color:#fff9f2;padding:12px 14px;border-radius:8px;color:#333}.vehicle-banner h2{font-size:1.2rem;font-weight:600;margin:0}.tire-size{color:#f39c12;font-weight:700}.top-controls{display:none;gap:12px;align-items:center;margin:14px 0 18px}.dashboard-content{display:flex;align-items:flex-start;gap:32px;margin-top:0;padding-top:2px}.filter-panel{flex:0 0 300px;max-width:300px;min-width:260px;margin-top:0}.catalog-panel{flex:1 1 auto;min-width:0;margin-top:0;padding-bottom:20px}.catalog-grid{margin-top:0}.pagination-wrapper{margin-top:20px}.catalog-panel .pagination-wrapper{display:flex;flex-direction:column;align-items:center}footer.footer{margin-top:40px;border-top:1px solid #eee}@media(max-width:1200px){.catalog-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.top-controls{display:flex}.dashboard-content{display:block}.filter-panel{display:none}.catalog-panel{width:100%;margin-top:10px;padding-bottom:30px}.catalog-grid{grid-template-columns:repeat(2,1fr);gap:18px}}@media(max-width:480px){.user-dashboard-container{padding:18px 14px}.fitment-section{padding:10px}.catalog-grid{grid-template-columns:1fr}.pagination-wrapper{margin-top:26px}}.pagination{display:flex!important;flex-direction:row!important;justify-content:center;align-items:center;gap:10px;margin-top:12px}.page-btn,.page-number{white-space:nowrap!important}.top-controls{display:none;width:100%;margin:16px 0 20px}@media(max-width:1024px){.top-controls{display:flex;justify-content:flex-end;align-items:center;gap:12px}}.user-profile-page{width:100%;min-height:100vh;background:#f8f9fa}.profile-loading{font-size:1.4rem;text-align:center;margin-top:4rem;color:#666}.profile-content{padding:30px 40px}.profile-content h2{font-size:1.9rem;font-weight:800;margin-bottom:20px;color:#f39c12}.profile-details-view{background:#fff;padding:20px;border-radius:12px;box-shadow:0 3px 8px #0000000f;margin-bottom:25px}.profile-details-view p{font-size:1.05rem;margin-bottom:12px}.profile-form{background:#fff;padding:25px;border-radius:12px;box-shadow:0 3px 8px #0000000f;margin-bottom:30px}.profile-form input,.profile-form select{width:100%;padding:12px;margin-bottom:15px;border-radius:8px;border:1px solid #cbd5e1;font-size:1rem;transition:.2s}.profile-form input:focus,.profile-form select:focus{border-color:#f39c12;box-shadow:0 0 0 2px #f39c124d}.profile-form button{width:100%;background:#f39c12;color:#fff;border:none;padding:12px;font-size:1.1rem;border-radius:8px;cursor:pointer;transition:.2s;font-weight:600}.password-update{background:#fff;padding:25px;border-radius:12px;box-shadow:0 3px 8px #0000000f}.password-row input{width:100%;padding:12px;margin-bottom:10px;border-radius:8px;border:1px solid #cbd5e1}.password-row input:focus{border-color:#f39c12;box-shadow:0 0 0 2px #f39c1240}.show-pass-inline{display:flex;align-items:center;font-weight:600;margin-bottom:15px}.show-pass-inline input{margin-right:8px}.pwd-meter{margin:10px 0 15px}.meter-bar{height:6px;border-radius:10px;transition:.3s}.meter-label{font-size:.9rem;margin-top:4px;font-weight:600;color:#475569}.password-errors{margin:10px 0;padding-left:15px;color:#dc2626;font-weight:600}.password-update button{width:100%;padding:12px;background:#1e293b;color:#fff;border:none;border-radius:8px;font-size:1.1rem;cursor:pointer;font-weight:600}.orders-list{display:grid;gap:20px}.order-card{background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 10px #0000000d;border-left:5px solid #f39c12;transition:transform .2s ease}.order-card:hover{transform:translate(5px)}.order-card p{margin:8px 0;font-size:1rem}.pay-button,.receipt-button{margin-top:12px;width:100%;padding:12px;font-size:1rem;border-radius:8px;border:none;cursor:pointer;font-weight:700}.pay-button{background:#f39c12;color:#fff}.pay-button:hover{background:#d97706}.receipt-button{background:#16a34a;color:#fff}.receipt-button:hover{background:#15803d}.reservation-sort-box{display:flex;align-items:center;gap:10px;margin-bottom:18px}.reservation-sort-box label{font-weight:600;color:#444}.reservation-sort-select{padding:8px 12px;border-radius:8px;border:1px solid #ddd;background:#fff;font-size:.95rem;cursor:pointer}.reservation-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;justify-content:center;align-items:center;padding:20px;z-index:9999}.reservation-modal{background:#fff;padding:30px;border-radius:12px;width:480px;max-width:95%;max-height:90vh;overflow-y:auto;box-shadow:0 8px 25px #0000004d;border:1px solid #e2e8f0}.modal-title{text-align:center;margin-bottom:20px;font-size:1.4rem;font-weight:800;color:#1e293b}.receipt-section{margin-bottom:18px;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.receipt-section:last-child{border-bottom:none}.receipt-section h4{font-size:1.1rem;margin-bottom:8px;font-weight:700;color:#f39c12}.receipt-section p{margin:4px 0;font-size:.95rem;color:#334155}.modal-buttons{margin-top:25px;display:flex;justify-content:center}.close-modal{background:#1e293b;color:#fff;padding:12px 22px;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:700}.close-modal:hover{background:#0f172a}@media(max-width:768px){.profile-content{padding:20px}.order-card{padding:15px}}h2{font-size:1.9rem;font-weight:800;margin-bottom:20px;color:#f39c12}.profile-details-view{background:#fff;padding:22px;border-radius:12px;box-shadow:0 3px 8px #0000000f;margin-bottom:28px}.profile-details-view p{font-size:1rem;margin-bottom:10px;color:#334155}.profile-details-view strong{color:#1e293b}.profile-form{background:#fff;padding:26px;border-radius:12px;box-shadow:0 3px 8px #0000000f;margin-bottom:32px}.profile-form h3{font-size:1.2rem;font-weight:700;margin-bottom:16px;color:#1e293b}.profile-form input,.profile-form select{width:100%;padding:12px 14px;margin-bottom:14px;border-radius:8px;border:1px solid #cbd5e1;font-size:.95rem;transition:.2s ease;background:#fff}.profile-form input:focus,.profile-form select:focus{outline:none;border-color:#f39c12;box-shadow:0 0 0 2px #f39c124d}.profile-form button{width:100%;background:#f39c12;color:#fff;border:none;padding:12px;font-size:1rem;border-radius:8px;cursor:pointer;font-weight:600;transition:.2s ease}.profile-form button:hover{background:#d97706}.password-update{background:#fff;padding:26px;border-radius:12px;box-shadow:0 3px 8px #0000000f}.password-update h3{font-size:1.2rem;font-weight:700;margin-bottom:16px;color:#1e293b}.password-update input{width:100%;padding:12px 14px;margin-bottom:12px;border-radius:8px;border:1px solid #cbd5e1;font-size:.95rem;transition:.2s ease}.password-update input:focus{outline:none;border-color:#f39c12;box-shadow:0 0 0 2px #f39c1240}.show-pass-inline{display:flex;align-items:center;gap:10px;font-weight:600;margin:14px 0 18px;color:#334155}.show-pass-inline input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#f39c12}.pwd-meter{margin:10px 0 16px}.meter-bar{height:6px;border-radius:10px;transition:width .3s ease}.meter-bar.weak{background:#ef4444;width:33%}.meter-bar.medium{background:#f59e0b;width:66%}.meter-bar.strong{background:#22c55e;width:100%}.meter-label{font-size:.85rem;margin-top:5px;font-weight:600;color:#475569}.password-errors{margin:10px 0 14px;padding-left:18px;color:#dc2626;font-weight:600;font-size:.9rem}.password-update button{width:100%;padding:12px;background:#1e293b;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;font-weight:600;transition:.2s ease}.password-update button:hover{background:#0f172a}.disabled-btn{background:#94a3b8!important;cursor:not-allowed}@media(max-width:768px){.profile-details-view,.profile-form,.password-update{padding:20px}h2{font-size:1.6rem}}h2{margin-bottom:18px;font-size:1.6rem;font-weight:800}.reservation-sort-box{display:flex;align-items:center;gap:12px;margin-bottom:24px;flex-wrap:wrap}.reservation-sort-select{min-width:200px}.orders-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:22px}.order-card{padding:22px;border-radius:14px;display:flex;flex-direction:column;gap:6px}.order-card p{margin:0;line-height:1.5}.receipt-button{margin-top:auto}.reservation-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:9999;display:flex;justify-content:flex-end}.reservation-modal{width:420px;max-width:100%;height:100vh;padding:28px 26px;overflow-y:auto;display:flex;flex-direction:column;gap:22px}.modal-title{text-align:left;font-size:1.4rem;font-weight:800;margin-bottom:10px}.receipt-section{display:flex;flex-direction:column;gap:6px}.receipt-section h4{font-size:1rem;margin-bottom:6px}.receipt-section p{margin:0;font-size:.95rem;line-height:1.5;word-break:break-word}.modal-buttons{margin-top:auto;display:flex;justify-content:flex-end}.close-modal{min-width:120px}@media(max-width:768px){.orders-list{grid-template-columns:1fr}.reservation-modal{width:100%;padding:22px 18px}}.testimonial-button{margin-top:8px;padding:10px;border-radius:10px;border:1px solid #f39c12;background:transparent;color:#f39c12;font-weight:600;cursor:pointer}.testimonial-button:hover{background:#f39c12;color:#fff}.invoice-page{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(to right,#f9f9f9,#eef1f5);padding:2rem;min-height:100vh;display:flex;justify-content:center;align-items:flex-start;animation:fadeIn .4s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.invoice-box{background-color:#fff;padding:2rem 2.5rem;border-radius:12px;box-shadow:0 8px 24px #0000001a;max-width:700px;width:100%;color:#2c3e50}.invoice-box h2{font-size:1.75rem;margin-bottom:1rem;color:#0a3d62;border-bottom:2px solid #ddd;padding-bottom:.5rem}.invoice-box h3{font-size:1.2rem;margin-top:1.8rem;color:#34495e}.invoice-box p{font-size:1rem;margin:.4rem 0}.invoice-box strong{color:#2d3436}hr{margin:1.2rem 0;border:0;border-top:1px solid #ccc}.button-group{display:flex;justify-content:space-between;margin-top:2rem;gap:1rem;flex-wrap:wrap}.back-button,.continue-button{flex:1;min-width:120px;padding:.75rem 1rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.back-button{background-color:#fff;color:#34495e;border:1px solid #ccc}.back-button:hover{background-color:#ecf0f1}.continue-button{background-color:#e84393;color:#fff;box-shadow:0 4px 12px #e843934d}.continue-button:hover{background-color:#d63072}@media(max-width:600px){.invoice-box{padding:1.5rem}.invoice-box h2{font-size:1.4rem}.invoice-box h3{font-size:1.1rem}.button-group{flex-direction:column}.back-button,.continue-button{width:100%}}.pay-later-button{background-color:#e2e8f0;color:#1e293b;padding:10px 18px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:.2s ease-in-out}.pay-later-button:hover{background-color:#cbd5e1}.payment-page{font-family:Segoe UI,system-ui,sans-serif;background:linear-gradient(180deg,#f4f6f8,#eef1f4);padding:2.5rem 1.5rem;min-height:100vh;display:flex;flex-direction:column;align-items:center;animation:fadeIn .3s ease}.payment-page h2{font-size:2.1rem;margin-bottom:1.6rem;font-weight:700;color:#1f2d3d;letter-spacing:.4px;text-align:center}.payment-layout{display:grid;grid-template-columns:1.5fr 1fr;width:100%;max-width:1200px;gap:1.75rem;align-items:flex-start}.payment-left,.payment-right{display:flex;flex-direction:column;gap:1.5rem}.payment-card{background:#fff;border-radius:16px;padding:1.8rem 2rem;box-shadow:0 10px 28px #00000014;animation:slideIn .3s ease;transition:transform .2s ease,box-shadow .2s ease}.payment-card:hover{transform:translateY(-2px);box-shadow:0 14px 36px #0000001f}.payment-card h3{font-size:1.35rem;font-weight:600;color:#1f2d3d;margin-bottom:.8rem}.payment-card p{font-size:.97rem;color:#3a4750;margin:.4rem 0;line-height:1.45}.payment-card ul{padding-left:1.1rem;margin:.5rem 0 1rem}.payment-card li{font-size:.95rem;margin-bottom:.3rem}hr{border:none;border-top:1px solid #e1e5ea;margin:1.2rem 0}.paypal-section{background:#fff;border-radius:16px;padding:1.6rem;box-shadow:0 10px 26px #00000014;text-align:center}.paypal-section h4{font-size:1.2rem;font-weight:600;color:#1f2d3d;margin-bottom:1rem}.pay-button,.pay-later-button,.back-btn{padding:.9rem 1rem;font-size:1rem;font-weight:600;width:100%;border-radius:12px;cursor:pointer;border:none;transition:all .25s ease}.pay-later-button{background:linear-gradient(135deg,#3498db,#2b7dbc);color:#fff;box-shadow:0 6px 16px #3498db59}.pay-later-button:hover{transform:translateY(-1px);box-shadow:0 10px 22px #3498db73}.back-btn{background:#ecf0f1;color:#2c3e50}.back-btn:hover{background:#dfe6eb}.confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease}.confirm-modal{background:#fff;padding:1.8rem;border-radius:14px;width:90%;max-width:420px;text-align:center;box-shadow:0 16px 40px #00000040}.confirm-modal h3{font-size:1.35rem;margin-bottom:.6rem}.confirm-modal p{font-size:.95rem;color:#555;line-height:1.45}.confirm-actions{display:flex;gap:.75rem;margin-top:1.4rem;justify-content:center}.confirm-cancel{background:linear-gradient(135deg,#e53935,#c62828);color:#fff;border:none;padding:.7rem 1rem;border-radius:10px;font-weight:600;cursor:pointer}.confirm-stay{background:#e0e0e0;border:none;padding:.7rem 1rem;border-radius:10px;cursor:pointer}@media(max-width:900px){.payment-layout{grid-template-columns:1fr}.payment-page{padding:1.5rem 1rem}}@keyframes slideIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.receipt-page{max-width:600px;margin:40px auto;padding:24px;background-color:#fff;border-radius:12px;box-shadow:0 6px 20px #00000014;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#2c3e50}.receipt-page h2{text-align:center;font-size:26px;font-weight:700;margin-bottom:24px;color:#1a1a1a}.receipt-card{background-color:#f4f6f8;border-radius:8px;padding:20px;border-left:5px solid #2ecc71;box-shadow:inset 0 0 5px #00000008}.receipt-card p{margin:12px 0;font-size:16px;line-height:1.5}.receipt-card p strong{display:inline-block;width:140px;color:#34495e}.back-button{margin-top:30px;display:block;width:fit-content;padding:10px 20px;font-size:15px;color:#2ecc71;background-color:#fff;border:2px solid #2ecc71;border-radius:6px;cursor:pointer;transition:all .2s ease-in-out}.back-button:hover{background-color:#2ecc71;color:#fff}.payment-success-page{font-family:Segoe UI,sans-serif;background:#f4f6f8;padding:1.2rem 1rem;min-height:100vh;display:flex;flex-direction:column;align-items:center;animation:fadeIn .25s ease}.payment-success-page h2{font-size:2rem;margin-bottom:1rem;font-weight:700;color:#27ae60;text-align:center}.payment-success-card{background:#fff;border-radius:12px;padding:1.5rem 1.6rem;width:100%;max-width:650px;box-shadow:0 4px 18px #00000014;animation:slideIn .3s ease;text-align:center}.payment-success-status{font-weight:700;color:#2e8b57;font-size:18px;margin-bottom:14px}.receipt-box{background:#fdfdfd;border:1px solid #e6e6e6;border-radius:10px;padding:1.2rem;margin-top:1rem;text-align:left}.receipt-box h4{margin-bottom:10px;font-size:1.2rem;color:#2c3e50;font-weight:600}.receipt-box p{margin:6px 0;font-size:.95rem;color:#34495e}.next-steps{background:#f9fcff;border-left:4px solid #4A90E2;border-radius:10px;padding:1.2rem;margin-top:1.4rem;text-align:left}.next-steps h4{margin-bottom:10px;font-size:1.1rem;font-weight:600;color:#2c3e50}.next-steps ol{padding-left:18px}.next-steps li{margin:6px 0;font-size:.95rem;color:#34495e}.success-button{padding:.9rem 1rem;font-size:1rem;font-weight:600;width:100%;max-width:280px;border-radius:8px;cursor:pointer;border:none;margin-top:18px;background:#4a90e2;color:#fff;transition:.2s ease}.success-button:hover{background:#3b79bb}.finish-btn{background:#27ae60}.finish-btn:hover{background:#1e8d4e}.success-button:disabled{background:#bfc7cd!important;cursor:not-allowed}@media(max-width:650px){.payment-success-card{width:92%;padding:1.2rem}.receipt-box,.next-steps{padding:1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.devtools-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:#0f172a;color:#fff;min-height:100vh;padding:30px 20px;text-align:center;box-sizing:border-box;width:100%}.password-screen{background:#1e293b;padding:40px 30px;border-radius:18px;max-width:450px;width:100%;margin-top:100px;box-shadow:0 0 25px #0006}.password-screen h2{margin-bottom:10px;font-size:1.8rem;color:#e2e8f0}.password-screen p{color:#94a3b8;margin-bottom:20px;font-size:1rem}.password-input{width:100%;padding:12px 15px;border-radius:10px;border:none;margin-bottom:20px;font-size:1rem;outline:none;background:#334155;color:#fff}.password-input::placeholder{color:#94a3b8}.password-wrapper{display:flex;align-items:center;gap:10px}.view-btn{padding:10px 14px;background:#475569;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:500;transition:.2s ease}.view-btn:hover{background:#64748b}.devtools-header h1{font-size:clamp(2rem,5vw,3rem);margin-bottom:.5rem;font-weight:700}.devtools-header p{font-size:clamp(.9rem,2.5vw,1rem);color:#94a3b8;margin-bottom:2rem}.devtools-tabs{display:flex;gap:15px;margin-bottom:2rem;flex-wrap:wrap;justify-content:center}.tab-btn{padding:10px 18px;border:none;border-radius:14px;background:#334155;color:#fff;cursor:pointer;font-size:clamp(.9rem,2vw,1.05rem);font-weight:500;transition:all .3s ease}.tab-btn:hover{background:#475569}.tab-btn.active{background:#1d4ed8;box-shadow:0 0 12px #1d4ed899}.devtools-content{background:#1e293b;padding:25px 20px;border-radius:16px;width:100%;max-width:1400px;text-align:left;box-sizing:border-box;overflow-x:auto}.devtools-content h2{font-size:clamp(1.5rem,4vw,1.75rem);margin-bottom:1rem;color:#f1f5f9}.devtools-content ul{list-style:none;padding-left:0}.devtools-content li{margin-bottom:.7rem;font-size:clamp(.9rem,2.5vw,1rem);color:#cbd5e1}.action-btn{background:#1d4ed8;color:#fff;padding:12px 20px;border-radius:12px;border:none;margin-top:15px;cursor:pointer;transition:all .3s ease;font-weight:600}.action-btn:hover{background:#2563eb;transform:scale(1.05)}.car-data-wrapper{background:#0f172a;padding:25px 20px;border-radius:16px;margin-top:20px;border:1px solid #334155;width:100%;max-width:1400px;box-sizing:border-box;overflow-x:auto}.car-data-wrapper table{width:100%;border-collapse:collapse;margin-top:15px;min-width:600px}.car-data-wrapper th,.car-data-wrapper td{border:1px solid #334155;padding:10px;text-align:center;color:#cbd5e1;font-size:clamp(.8rem,2vw,.95rem)}.car-data-wrapper th{background:#1e293b;font-weight:600}.ar-preview{background:#334155;padding:25px;border-radius:12px;color:#94a3b8;margin-top:20px;text-align:center;font-size:clamp(.9rem,2vw,1rem);overflow-x:auto}@media(max-width:1024px){.devtools-container{padding:20px 15px}.devtools-tabs{gap:10px}.tab-btn{padding:8px 14px;font-size:.9rem}.devtools-content,.car-data-wrapper{padding:15px 10px}.ar-preview{padding:15px;font-size:.9rem}}@media(max-width:768px){.tab-btn{width:100%}}html,body{background-color:#f9fafc;color:#1a1a1a;font-family:Poppins,Segoe UI,sans-serif;margin:0;padding:0;box-sizing:border-box}.vehicles-container{width:100%;max-width:100vw;padding:2rem 2%;box-sizing:border-box;overflow-x:auto}.vehicles-wrapper{width:100%;max-width:1200px;margin:0 auto;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 16px #00000014;transition:all .3s ease;box-sizing:border-box}.vehicles-title{font-size:2rem;font-weight:600;color:#222;text-align:center;margin-bottom:2rem;border-bottom:3px solid #007bff;display:inline-block;padding-bottom:.3rem}.view-fitments-title{font-size:1.5rem;font-weight:600;color:#007bff;margin-bottom:1rem;margin-top:2rem}h2{font-size:1.4rem;color:#333;font-weight:600;margin-bottom:1rem;margin-top:2rem}.upload-form{background:#f5f7fa;border-radius:12px;padding:1.5rem 2rem;border:1px solid #e5e8ee;width:100%;box-sizing:border-box}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.upload-form input,.upload-form select{padding:10px 14px;border:1px solid #cfd8e3;border-radius:8px;font-size:.95rem;outline:none;transition:.2s ease;background-color:#fff;width:100%}.upload-form input:focus,.upload-form select:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff26}.fitment-fields{display:flex;gap:1rem;margin-top:1.2rem;flex-wrap:wrap;width:100%;box-sizing:border-box}.form-buttons{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.btn-primary,.btn-secondary,.btn-remove{border:none;border-radius:8px;padding:8px 14px;font-size:.9rem;cursor:pointer;transition:all .2s ease-in-out;font-weight:500}.btn-primary{background-color:#007bff;color:#fff}.btn-primary:hover{background-color:#006ae0}.btn-secondary{background-color:#e3f2fd;color:#007bff}.btn-secondary:hover{background-color:#d0e7fb}.btn-remove{background-color:#ffeaea;color:#dc3545}.btn-remove:hover{background-color:#fdd}.fitment-preview{list-style:none;margin-top:1rem;padding:0;width:100%;overflow-x:auto}.fitment-item{display:flex;justify-content:space-between;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:10px 14px;margin-top:.6rem;align-items:center;flex-wrap:wrap}.fitment-item span{font-size:.95rem;color:#333;word-break:break-word}.dropdown-section{display:flex;gap:1rem;margin-bottom:1.2rem;flex-wrap:wrap}.dropdown-section select{flex:1;padding:10px 14px;border:1px solid #cfd8e3;border-radius:8px;font-size:.95rem;background-color:#fff}.fitment-table{width:100%;border-collapse:collapse;border-radius:10px;overflow:hidden;box-shadow:0 0 0 1px #e5e7eb;background:#fff;display:block;overflow-x:auto}.fitment-table th,.fitment-table td{padding:12px 14px;font-size:.95rem;color:#444;min-width:120px;box-sizing:border-box}.fitment-table th{background-color:#f1f3f5;text-align:left;font-weight:600;color:#333;border-bottom:1px solid #dee2e6}.fitment-table td{border-bottom:1px solid #f1f1f1}.fitment-table tr:hover{background-color:#f8f9fa}.divider{border:0;height:1px;background-color:#e0e0e0;margin:2rem 0}@media(max-width:1024px){.vehicles-wrapper{padding:1.5rem}.fitment-fields,.form-buttons,.dropdown-section{flex-direction:column}.form-buttons{align-items:stretch}.fitment-table th,.fitment-table td{font-size:.85rem;padding:8px}}@media(max-width:768px){.vehicles-container{padding:1.5rem 1rem}.vehicles-title{font-size:1.6rem}.fitment-table th,.fitment-table td{font-size:.8rem;padding:6px}}.ar-page{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;background:#000;overflow:hidden;touch-action:none}.ar-navbar{position:absolute;top:0;left:0;width:100%;z-index:9998}.ar-exit-btn{position:absolute;top:70px;right:16px;z-index:9999;background:#000000a6;color:#fff;border:1px solid rgba(255,255,255,.35);border-radius:10px;padding:10px 14px;font-size:14px;font-weight:600;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.ar-exit-btn:active{transform:scale(.96)}.ar-mode-label{position:absolute;bottom:16px;left:16px;z-index:9999;background:#0000008c;color:#fff;padding:6px 10px;border-radius:8px;font-size:12px}.ar-guide-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;background:#0000008c;display:flex;align-items:center;justify-content:center;pointer-events:auto}.ar-guide-card{background:#141414f2;color:#fff;padding:18px 20px;width:90%;max-width:340px;border-radius:14px;text-align:left;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 10px 30px #0009}.ar-guide-card h3{margin:0 0 10px;font-size:18px;text-align:center}.ar-guide-card ul{padding-left:18px;margin:0}.ar-guide-card li{margin-bottom:8px;font-size:14px;line-height:1.4}.ar-guide-btn{width:100%;margin-top:14px;padding:10px;border-radius:10px;border:none;background:#22c55e;color:#000;font-weight:600;font-size:15px;cursor:pointer}.ar-guide-btn:active{transform:scale(.97)}.testimonial-write{max-width:720px;margin:120px auto 80px;padding:36px 32px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;display:flex;flex-direction:column;gap:22px}.testimonial-write h2{font-size:1.8rem;font-weight:800;color:#1f2937;margin-bottom:4px}.testimonial-write textarea{width:100%;min-height:160px;resize:vertical;padding:16px 18px;border-radius:14px;border:1.5px solid #e5e7eb;font-size:.95rem;line-height:1.6;font-family:Poppins,sans-serif;transition:border-color .2s ease,box-shadow .2s ease}.testimonial-write textarea::placeholder{color:#9ca3af}.testimonial-write textarea:focus{outline:none;border-color:#f39c12;box-shadow:0 0 0 3px #f39c1226}.testimonial-write button{align-self:flex-end;padding:12px 26px;border-radius:14px;border:none;background:#f39c12;color:#1a1a1a;font-size:.95rem;font-weight:700;cursor:pointer;transition:background .2s ease,transform .2s ease}.testimonial-write button:hover{background:#e68a00;transform:translateY(-2px)}.testimonial-write button:active{transform:translateY(0)}.testimonial-write p{text-align:center;font-size:.95rem;color:#6b7280}@media(max-width:768px){.testimonial-write{margin:90px 16px 60px;padding:26px 20px}.testimonial-write h2{font-size:1.5rem}.testimonial-write button{width:100%;align-self:stretch}}.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__century-view__decades__decade--neighboringCentury{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__month-view__days__day--neighboringMonth:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__century-view__decades__decade--neighboringCentury:disabled{color:#cdcdcd}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.reservation-page-wrapper{background:#f6f7fb;min-height:100vh}.reservation-page{max-width:920px;margin:0 auto;padding:120px 20px 60px}.reservation-page h2{font-size:1.8rem;font-weight:800;color:#111827;margin-bottom:22px}.reservation-form{background:#fff;border-radius:22px;padding:32px;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:18px}.reservation-form label{font-size:.9rem;font-weight:700;color:#374151}.vehicle-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.reservation-form input,.reservation-form textarea{width:100%;padding:13px 14px;border-radius:12px;border:1.5px solid #d1d5db;font-size:.95rem;transition:border .2s ease}.reservation-form input:focus,.reservation-form textarea:focus{outline:none;border-color:#f39c12}.disabled-input{background:#f3f4f6;color:#6b7280;cursor:not-allowed}.invalid{border-color:#dc2626}.plate-number-container{display:flex;flex-direction:column;gap:6px}.plate-error{font-size:.8rem;font-weight:600;color:#dc2626}.react-calendar{border-radius:16px;border:1px solid #e5e7eb;padding:12px;width:100%}.reservation-form textarea{min-height:90px;resize:vertical}.price-summary{background:#f9fafb;border-radius:16px;padding:18px;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:8px}.price-summary p{margin:0;font-size:.95rem}.price-summary ul{padding-left:18px;margin:6px 0}.price-summary li{font-size:.9rem}.back-btn{background:#151515;color:#fff;border:none;border-radius:16px;padding:14px;font-size:.95rem;font-weight:700;cursor:pointer;transition:opacity .2s ease}.back-btn:hover{opacity:.85}.submit-btn{background:#f39c12;color:#1a1a1a;border:none;border-radius:16px;padding:15px;font-size:1rem;font-weight:800;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.submit-btn:hover{transform:translateY(-2px)}.submit-btn:disabled{opacity:.5;cursor:not-allowed}.back-btn+.submit-btn{margin-top:12px}@media(max-width:900px){.vehicle-row{grid-template-columns:1fr}}@media(max-width:600px){.reservation-page{padding:100px 14px 40px}.reservation-form{padding:22px}.reservation-page h2{font-size:1.5rem}}.staff-dashboard-container{display:flex;height:100vh;font-family:Poppins,sans-serif;background-color:#f4f4f4;color:#1e293b}.sidebar{width:240px;background-color:#fff;color:#1e293b;display:flex;flex-direction:column;justify-content:flex-start;padding:1.5rem 1rem;box-shadow:2px 0 8px #0000000d;border-right:1px solid #e2e8f0;position:sticky;top:0;height:100vh;transition:transform .3s ease;z-index:1000}.logo-section{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem;text-align:center}.logo-img{width:90px;height:auto;margin-bottom:.5rem;object-fit:contain}.staff-greeting{font-size:.95rem;color:#1e293b;font-weight:500}.staff-greeting span{font-weight:600;color:#f39c12}.staff-sidebar-nav{margin-top:1rem;flex:1;display:flex;flex-direction:column;gap:.25rem}.staff-sidebar-nav .nav-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;color:#1e293b;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease}.staff-sidebar-nav .nav-link:hover,.staff-sidebar-nav .nav-link.active{background-color:#f39c12;color:#fff;transform:translate(3px)}.icon{font-size:1.2rem}.logout-button{background-color:#1e293b;color:#fff;border:none;padding:.65rem 1.2rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem}.logout-button:hover{background-color:#f39c12;transform:translateY(-2px);box-shadow:0 4px 10px #f39c124d}.staff-main-content{flex:1;padding:2rem 2.5rem;overflow-y:auto;display:flex;justify-content:center;align-items:flex-start;width:100%;box-sizing:border-box}.staff-main-inner{width:100%;max-width:1200px;box-sizing:border-box}.staff-main-content h1,.staff-main-content h2{font-weight:600;margin-bottom:1rem;color:#1e293b}@media(max-width:900px){.staff-dashboard-container{flex-direction:column}.sidebar{width:100%;flex-direction:column;padding:.8rem 1rem;height:auto;border-right:none;border-bottom:1px solid #e2e8f0;transform:translate(-100%)}.sidebar.show{transform:translate(0)}.staff-sidebar-nav{display:flex;flex-direction:column;gap:.6rem;flex-wrap:wrap}.staff-main-content{padding:1rem 1.5rem}.logout-button{font-size:.85rem}.staff-sidebar-nav .nav-link{font-size:.85rem;padding:.6rem .8rem}.logo-img{width:70px}.staff-greeting{font-size:.9rem}}.staff-dashboard-layout{display:flex;height:100vh;font-family:Poppins,sans-serif;background-color:#f4f4f4;color:#1e293b}.staff-sidebar{width:240px;background-color:#fff;color:#1e293b;display:flex;flex-direction:column;padding:1.5rem 1rem;border-right:1px solid #e2e8f0;box-shadow:2px 0 8px #0000000d;position:sticky;top:0;height:100vh;transition:transform .3s ease;z-index:1000}.staff-sidebar.collapsed{transform:translate(-100%)}.staff-logo-container{text-align:center;margin-bottom:1.5rem}.staff-logo-img{width:90px;margin-bottom:.5rem}.staff-logo-text{font-weight:600;font-size:1.1rem}.staff-nav{margin-top:1rem;flex:1}.staff-nav-list{list-style:none;padding:0}.staff-nav-link{display:block;padding:.75rem 1rem;border-radius:8px;font-weight:500;font-size:.9rem;color:#1e293b;text-decoration:none;transition:.3s}.staff-nav-link:hover,.staff-nav-link.active{background-color:#f39c12;color:#fff;transform:translate(3px)}.staff-logout-container{margin-top:auto}.staff-logout-button{width:100%;padding:.7rem;background:#1e293b;color:#fff;border-radius:8px;border:none;font-weight:600;transition:.3s}.staff-logout-button:hover{background:#f39c12;transform:translateY(-2px)}.staff-main-content{flex:1;padding:2rem 2.5rem}.dashboard-title{font-size:2rem;color:#2563eb;font-weight:600}.dashboard-subtext{color:#4b5563;margin-bottom:20px}.summary-cards{display:flex;gap:20px;margin-bottom:25px}.summary-card{flex:1;padding:18px;background:#fff;border-radius:10px;box-shadow:0 3px 8px #0000001a;font-weight:600;animation:fadeIn .3s}.summary-card h3{font-size:1rem;color:#475569}.summary-card p{font-size:1.6rem;margin-top:8px}.summary-card.blue{border-left:6px solid #2563eb}.summary-card.green{border-left:6px solid #16a34a}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:25px}.dash-card{padding:18px;background:#fff;border-left:6px solid #2563eb;border-radius:10px;text-decoration:none;color:#1e293b;font-weight:600;box-shadow:0 3px 9px #0000001a;transition:.2s}.dash-card:hover{transform:translateY(-4px)}.table-card{margin-top:20px;background:#fff;padding:18px;border-radius:10px;box-shadow:0 4px 10px #00000014;animation:fadeIn .3s}.table-card h2{font-size:1.2rem;margin-bottom:12px}.table-card table{width:100%;border-collapse:collapse}.table-card th{text-align:left;padding:10px;background:#e9ecef;font-size:.9rem}.table-card td{padding:10px;font-size:.9rem;border-bottom:1px solid #e5e7eb}.view-btn{padding:6px 10px;background:#2563eb;color:#fff;border-radius:6px;border:none;cursor:pointer;transition:.2s}.view-btn:hover{background:#1d4ed8}@media(max-width:900px){.summary-cards{flex-direction:column}}*{margin:0;padding:0;box-sizing:border-box}:root{--accent: #F07900;--accent-light: #F8A145;--accent-deep: #D35100;--dark-0: #000000;--dark-1: #151515;--text-main: #151515;--text-light: #ffffff;--text-muted: #7d7d7d;--bg: #ffffff;--bg-soft: #f4f4f4;--border: #e3e3e3;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 18px;--shadow-soft: 0 8px 22px rgba(0, 0, 0, .12)}html,body{height:100%;width:100%;font-family:Poppins,sans-serif;background-color:var(--bg-soft)!important;color:var(--text-main);line-height:1.6;scroll-behavior:smooth}#root{min-height:100vh;display:flex;flex-direction:column}button,a{transition:all .3s ease}button{border:none;outline:none;cursor:pointer;background:none;font-family:inherit}a{text-decoration:none;color:inherit}.text-center{text-align:center}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}
