.header{background-color:#fff;border-bottom:2px solid #e5e7eb;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #00000014}.header-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo a{font-size:1.5rem;font-weight:700;color:#667eea;text-decoration:none;transition:all .3s}.logo a:hover{transform:scale(1.05);color:#764ba2}.nav ul{display:flex;list-style:none;gap:1.5rem;margin:0;padding:0;align-items:center}.nav a{color:#1f2937;text-decoration:none;transition:color .3s;font-weight:500}.nav a:hover{color:#667eea}.header .dropdown{position:relative}.header .dropdown-trigger{color:#1f2937;cursor:pointer;font-weight:500;transition:color .3s;-webkit-user-select:none;user-select:none;padding:.5rem .75rem;display:inline-block}.header .dropdown-trigger:hover{color:#667eea}.header .dropdown-menu{display:none;position:absolute;top:calc(100% + .25rem);left:50%;transform:translate(-50%);background-color:#fff;border:2px solid #e5e7eb;border-radius:12px;min-width:220px;box-shadow:0 8px 24px #0000001f;flex-direction:column;gap:0;z-index:1000;overflow-y:auto;text-align:left}.header .dropdown-menu{scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.header .dropdown-menu::-webkit-scrollbar{width:6px}.header .dropdown-menu::-webkit-scrollbar-track{background:#f1f5f9;border-radius:0 12px 12px 0}.header .dropdown-menu::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.header .dropdown-menu::-webkit-scrollbar-thumb:hover{background:#94a3b8}.header .dropdown.open .dropdown-menu{display:flex!important}.header .dropdown-menu li{border-bottom:1px solid #e5e7eb;list-style:none;margin:0;padding:0}.header .dropdown-menu li:last-child{border-bottom:none}.header .dropdown-menu a{display:block;padding:.875rem 1.25rem;width:100%;color:#1f2937;text-decoration:none;transition:all .3s;white-space:nowrap}.header .dropdown-menu a:hover{background-color:#667eea14;color:#667eea}.logout-btn{display:block;width:100%;padding:.875rem 1.25rem;background:none;border:none;color:#1f2937;text-align:left;cursor:pointer;font-weight:500;font-size:1rem;transition:color .3s,background-color .3s;white-space:nowrap}.logout-btn:hover{color:#667eea;background-color:#667eea14}.header .dropdown-close{display:none;border-bottom:2px solid #e5e7eb!important;padding:.5rem}.close-dropdown-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin-left:auto;background:#f3f4f6;border:none;border-radius:50%;color:#6b7280;font-size:1.25rem;cursor:pointer;transition:all .2s;font-weight:700;line-height:1}.close-dropdown-btn:hover{background:#e5e7eb;color:#1f2937;transform:rotate(90deg)}.close-dropdown-btn:active{transform:rotate(90deg) scale(.95)}.login-link{padding:.5rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px;color:#fff!important;font-weight:600}.login-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66;color:#fff!important}.cart-link{position:relative;display:flex;align-items:center;gap:.5rem}.cart-badge{background-color:#f44336;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}@media (max-width: 768px){.header-container{padding:.75rem 1rem;flex-wrap:wrap}.logo a{font-size:1.25rem}.nav{width:100%;order:3}.nav ul{gap:.5rem;flex-wrap:wrap;justify-content:center;font-size:.875rem}.header .dropdown-close{display:block!important}.header .dropdown-menu{left:50%;transform:translate(-50%);right:auto;min-width:220px;max-width:280px;max-height:70vh;overflow-y:auto}.nav a,.cart-link{font-size:.875rem}}@media (max-width: 480px){.header-container{padding:.5rem}.logo a{font-size:1.1rem}.nav ul{gap:.25rem;font-size:.75rem}.nav li{flex:0 0 auto}.header .dropdown{position:static}.header .dropdown-menu{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);min-width:280px;max-width:90vw;max-height:80vh;overflow-y:auto;margin-top:0;border-radius:16px;box-shadow:0 20px 60px #0000004d;z-index:9999}.header .dropdown.open:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:9998}.header .dropdown-menu a,.logout-btn{padding:1rem 1.25rem;font-size:.95rem}.login-link{padding:.4rem .8rem;font-size:.85rem}.cart-badge{width:18px;height:18px;font-size:.7rem}}.footer{background-color:#f9fafb;border-top:2px solid #e5e7eb;margin-top:auto}.footer-container{max-width:1400px;margin:0 auto;padding:2rem;display:flex;justify-content:space-between;align-items:center}.footer p{margin:0;color:#6b7280;font-size:.95rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:#6b7280;text-decoration:none;transition:color .3s;font-weight:500}.footer-links a:hover{color:#667eea}@media (max-width: 768px){.footer-container{flex-direction:column;gap:1rem;padding:1.5rem 1rem;text-align:center}.footer-links{gap:1rem;flex-wrap:wrap;justify-content:center}.footer p,.footer-links a{font-size:.875rem}}@media (max-width: 480px){.footer-container{padding:1rem}.footer p{font-size:.8rem}.footer-links{gap:.75rem}.footer-links a{font-size:.8rem}}.main-layout{display:flex;flex-direction:column;min-height:100vh}.layout-content{flex:1;display:flex}.main-content{flex:1;padding:2rem}@media (max-width: 1024px){.main-content{padding:1.5rem}}@media (max-width: 768px){.main-content{padding:1rem}}@media (max-width: 480px){.main-content{padding:.75rem}}.home-page{width:100%}.hero{background:linear-gradient(135deg,#667eea,#764ba2);padding:6rem 2rem;text-align:center;border-radius:0 0 40px 40px;margin-bottom:4rem;position:relative;overflow:hidden;min-height:600px;display:flex;align-items:center;justify-content:center}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;opacity:.3}.floating-emoji{position:absolute;font-size:4rem;animation:float 20s infinite ease-in-out;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.emoji-1{top:10%;left:10%;animation-delay:0s;animation-duration:18s}.emoji-2{top:20%;right:15%;animation-delay:2s;animation-duration:22s}.emoji-3{top:60%;left:5%;animation-delay:4s;animation-duration:20s}.emoji-4{top:70%;right:10%;animation-delay:1s;animation-duration:19s}.emoji-5{top:40%;left:20%;animation-delay:3s;animation-duration:21s}.emoji-6{top:30%;right:25%;animation-delay:5s;animation-duration:23s}.emoji-7{top:80%;left:30%;animation-delay:2.5s;animation-duration:17s}.emoji-8{top:15%;left:40%;animation-delay:1.5s;animation-duration:24s}@keyframes float{0%,to{transform:translateY(0) translate(0) rotate(0)}25%{transform:translateY(-30px) translate(20px) rotate(5deg)}50%{transform:translateY(-60px) translate(-20px) rotate(-5deg)}75%{transform:translateY(-30px) translate(30px) rotate(3deg)}}.hero-content{position:relative;z-index:2;max-width:900px;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-block;background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:.6rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:2rem;border:1px solid rgba(255,255,255,.3);animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.hero-title{font-size:4rem;color:#fff;margin-bottom:1.5rem;font-weight:800;line-height:1.1;letter-spacing:-1px}.gradient-text{background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.hero-subtitle{font-size:1.25rem;color:#fffffff2;margin-bottom:3rem;line-height:1.8;font-weight:400}.hero-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:4rem}.cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1.1rem 2.5rem;font-size:1.1rem;border:none;border-radius:50px;cursor:pointer;text-decoration:none;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.cta-button.primary{background-color:#fff;color:#667eea;box-shadow:0 10px 30px #0003}.cta-button.primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}.cta-button.primary .arrow{transition:transform .3s}.cta-button.primary:hover .arrow{transform:translate(5px)}.cta-button.secondary{background-color:transparent;color:#fff;border:2px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button.secondary:hover{background-color:#ffffff26;border-color:#fff;transform:translateY(-3px)}.hero-stats{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}.stat-item{text-align:center}.stat-number{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:.3rem}.stat-label{font-size:.95rem;color:#ffffffd9;font-weight:500}.stat-divider{width:1px;height:50px;background:#ffffff4d}@media (max-width: 768px){.hero{padding:4rem 1.5rem;min-height:500px;border-radius:0 0 20px 20px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-actions{flex-direction:column;align-items:stretch}.cta-button{width:100%;justify-content:center}.hero-stats{gap:2rem}.stat-number{font-size:2rem}.stat-divider{display:none}.floating-emoji{font-size:2rem}.features-section,.featured-section,.popular-section{padding:2rem 1rem}.features-section h2,.featured-section h2,.popular-section h2,.cta-section h2{font-size:1.75rem;margin-bottom:1.5rem}.features{grid-template-columns:1fr;gap:1.5rem}.restaurant-grid{grid-template-columns:1fr;gap:1rem}.dishes-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.cta-section{padding:2.5rem 1.5rem;margin:2rem 1rem}.cta-section p{font-size:1.05rem}.cta-buttons{flex-direction:column;align-items:stretch}.btn-primary,.btn-secondary{width:100%;padding:.875rem 1.5rem}}@media (max-width: 480px){.hero{padding:3rem 1rem;min-height:450px}.hero-badge{font-size:.8rem;padding:.5rem 1.25rem;margin-bottom:1.5rem}.hero-title{font-size:2rem;margin-bottom:1rem}.hero-subtitle{font-size:1rem;margin-bottom:2rem}.hero-actions{margin-bottom:2.5rem}.cta-button{padding:.9rem 2rem;font-size:1rem}.hero-stats{gap:1.5rem}.stat-number{font-size:1.75rem}.stat-label{font-size:.85rem}.floating-emoji{font-size:1.5rem}.features-section,.featured-section,.popular-section{padding:1.5rem .75rem}.features-section h2,.featured-section h2,.popular-section h2,.cta-section h2{font-size:1.5rem;margin-bottom:1.25rem}.feature-card{padding:1.5rem}.feature-icon{font-size:3rem}.feature-card h3{font-size:1.15rem}.feature-card p{font-size:.9rem}.restaurant-card{padding:1.25rem}.restaurant-logo{font-size:3.5rem}.restaurant-card h3{font-size:1.15rem}.dishes-grid{grid-template-columns:1fr;gap:.75rem}.dish-image{font-size:4rem;padding:1.25rem}.dish-info{padding:.875rem}.dish-info h4{font-size:1rem}.price{font-size:1.1rem}.cta-section{padding:2rem 1rem;margin:1.5rem .5rem}.cta-section h2{font-size:1.35rem}.cta-section p{font-size:.95rem;margin-bottom:1.5rem}.btn-primary,.btn-secondary{padding:.8rem 1.25rem;font-size:.95rem}.view-all-btn{font-size:1rem}}.features-section{padding:3rem 2rem;max-width:1400px;margin:0 auto}.features-section h2,.featured-section h2,.popular-section h2,.cta-section h2{text-align:center;font-size:2.2rem;margin-bottom:2rem;color:#1f2937}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background-color:#fff;padding:2rem;border-radius:16px;border:2px solid #e5e7eb;text-align:center;transition:all .3s;box-shadow:0 2px 8px #0000000d}.feature-card:hover{transform:translateY(-5px);border-color:#667eea;box-shadow:0 12px 24px #667eea33}.feature-icon{font-size:3.5rem;margin-bottom:1rem}.feature-card h3{margin-bottom:.5rem;color:#1f2937;font-size:1.3rem;font-weight:700}.feature-card p{color:#6b7280;line-height:1.6;font-size:.95rem}.featured-section,.popular-section{padding:3rem 2rem;max-width:1400px;margin:0 auto}.restaurant-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.restaurant-card{background-color:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:1.5rem;text-decoration:none;color:inherit;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000d}.restaurant-card:hover{transform:translateY(-5px);border-color:#667eea;box-shadow:0 12px 24px #667eea33}.restaurant-logo{font-size:4rem;text-align:center;margin-bottom:1rem}.restaurant-card h3{font-size:1.3rem;margin-bottom:.5rem;color:#1f2937;font-weight:700}.restaurant-cuisine{color:#6b7280;font-size:.9rem;margin-bottom:1rem}.restaurant-info{display:flex;justify-content:space-between;font-size:.85rem;color:#6b7280;flex-wrap:wrap;gap:.5rem}.closed-badge{position:absolute;top:1rem;right:1rem;background-color:#f44336;color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600}.view-all-btn{display:block;text-align:center;color:#646cff;font-weight:600;text-decoration:none;margin-top:2rem;font-size:1.1rem}.view-all-btn:hover{color:#535bf2}.dishes-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1.5rem}.dish-card{background-color:#fff;border:2px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .3s;box-shadow:0 2px 8px #0000000d}.dish-card:hover{transform:translateY(-5px);border-color:#667eea;box-shadow:0 12px 24px #667eea33}.dish-image{font-size:5rem;text-align:center;padding:1.5rem;background:linear-gradient(135deg,#646cff1a,#764ba21a)}.dish-info{padding:1rem}.dish-info h4{font-size:1.1rem;margin-bottom:.3rem;color:#1f2937;font-weight:700}.dish-restaurant{font-size:.85rem;color:#6b7280;margin-bottom:.8rem}.dish-footer{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem}.price{font-size:1.2rem;font-weight:700;color:#667eea}.veg-badge{font-size:.75rem;background-color:#4caf5033;color:#4caf50;padding:.2rem .5rem;border-radius:12px}.add-to-cart-btn{width:100%;padding:.7rem 1rem;background-color:#6366f1;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s;font-size:.95rem}.add-to-cart-btn:hover{background-color:#4f46e5;transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}.notification-toast{position:fixed;top:100px;right:20px;background-color:#10b981;color:#fff;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;display:flex;gap:1rem;align-items:center;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}.notification-toast .view-cart-btn{background-color:#fff;color:#10b981;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.notification-toast .view-cart-btn:hover{background-color:#f0fdf4;transform:scale(1.05)}.cta-section{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#667eea14,#764ba214);border-radius:20px;margin:3rem auto;max-width:1400px}.cta-section p{font-size:1.2rem;color:#6b7280;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s}.btn-primary{background-color:#667eea;color:#fff}.btn-primary:hover{background-color:#764ba2;transform:translateY(-2px);box-shadow:0 4px 15px #667eea66}.btn-secondary{background-color:transparent;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background-color:#667eea1a;transform:translateY(-2px)}@media (max-width: 1200px){.dishes-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 900px){.dishes-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.hero-content h1{font-size:2rem}.features{grid-template-columns:1fr}.restaurant-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.dishes-grid{grid-template-columns:repeat(2,1fr)}.cta-buttons{flex-direction:column;align-items:stretch}.btn-primary,.btn-secondary{width:100%}}@media (max-width: 480px){.dishes-grid{grid-template-columns:1fr}}.restaurants-page{max-width:1200px;margin:0 auto;padding:2rem}.page-header{text-align:center;margin-bottom:2rem}.page-header h1{font-size:2.5rem;margin-bottom:.5rem;color:#fffffff2}.page-header p{font-size:1.1rem;color:#fff9}.filters{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.category-filters{display:flex;gap:.5rem;flex-wrap:wrap}.filter-btn{padding:.6rem 1.2rem;border:1px solid #333;background-color:#1a1a1a;color:#ffffffb3;border-radius:25px;cursor:pointer;transition:all .3s}.filter-btn:hover,.filter-btn.active{background-color:#646cff;border-color:#646cff;color:#fff}.sort-filter select{padding:.6rem 1.2rem;border:1px solid #333;background-color:#1a1a1a;color:#ffffffde;border-radius:8px;cursor:pointer}.restaurant-list{display:flex;flex-direction:column;gap:1.5rem}.restaurant-item{display:flex;background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem;text-decoration:none;color:inherit;transition:all .3s;box-shadow:0 1px 3px #0000001a}.restaurant-item:hover{transform:translateY(-3px);border-color:#646cff;box-shadow:0 8px 20px #646cff26}.restaurant-image{font-size:5rem;margin-right:2rem;flex-shrink:0}.restaurant-content{flex:1}.restaurant-header{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.restaurant-header h3{font-size:1.5rem;color:#111827;margin:0}.closed-tag{background-color:#f44336;color:#fff;padding:.2rem .6rem;border-radius:12px;font-size:.75rem;font-weight:600}.cuisine{font-size:.9rem;color:#646cff;margin-bottom:.5rem}.description{color:#6b7280;margin-bottom:1rem;line-height:1.5}.restaurant-meta{display:flex;gap:1.5rem;font-size:.9rem;color:#374151;flex-wrap:wrap}.rating{color:gold;font-weight:600}@media (prefers-color-scheme: light){.page-header h1{color:#213547}.page-header p,.description,.restaurant-meta{color:#213547b3}.filter-btn,.sort-filter select,.restaurant-item{background-color:#f9f9f9;border:1px solid #e0e0e0;color:#213547}.restaurant-header h3{color:#213547}}@media (max-width: 1024px){.restaurants-page{padding:1.5rem}}@media (max-width: 768px){.restaurants-page{padding:1rem}.page-header h1{font-size:2rem}.page-header p{font-size:1rem}.filters{flex-direction:column;align-items:stretch}.category-filters{justify-content:center}.filter-btn,.sort-filter select{font-size:.9rem;padding:.5rem 1rem}.restaurant-item{flex-direction:column;text-align:center;padding:1.25rem}.restaurant-image{margin-right:0;margin-bottom:1rem;font-size:4rem}.restaurant-header h3{font-size:1.25rem}.restaurant-meta{justify-content:center;gap:1rem}}@media (max-width: 480px){.restaurants-page{padding:.75rem}.page-header h1{font-size:1.75rem}.page-header p{font-size:.95rem}.filter-btn{padding:.5rem .9rem;font-size:.85rem}.sort-filter select{font-size:.85rem;padding:.5rem .9rem}.restaurant-item{padding:1rem}.restaurant-image{font-size:3.5rem}.restaurant-header h3{font-size:1.15rem}.cuisine,.description,.restaurant-meta{font-size:.85rem}}.restaurant-detail{max-width:1200px;margin:0 auto}.restaurant-hero{background:linear-gradient(135deg,#646cff1a,#764ba21a);padding:3rem 2rem;border-radius:20px;margin-bottom:2rem}.restaurant-info-header{display:flex;gap:2rem;align-items:start}.logo-large{font-size:8rem;flex-shrink:0}.restaurant-info-header h1{font-size:2.5rem;margin-bottom:.5rem;color:#111827}.cuisine-tags{color:#646cff;font-weight:600;margin-bottom:.5rem}.description{color:#6b7280;margin-bottom:1rem}.quick-info{display:flex;gap:1.5rem;flex-wrap:wrap;font-size:.95rem;color:#4b5563}.category-nav{display:flex;gap:.5rem;padding:1rem 2rem;overflow-x:auto;margin-bottom:2rem}.category-nav button{padding:.6rem 1.5rem;border:1px solid #e5e7eb;background-color:#fff;color:#6b7280;border-radius:25px;cursor:pointer;white-space:nowrap;transition:all .3s}.category-nav button:hover,.category-nav button.active{background-color:#646cff;border-color:#646cff;color:#fff}.menu-section{padding:0 2rem 2rem}.menu-section h2{font-size:2rem;margin-bottom:1.5rem;color:#111827}.menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.menu-item-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;display:flex;transition:all .3s;box-shadow:0 1px 3px #0000001a}.menu-item-card:hover{transform:translateY(-3px);border-color:#646cff;box-shadow:0 8px 20px #646cff33}.item-image{font-size:5rem;padding:1.5rem;background:linear-gradient(135deg,#646cff0d,#764ba20d);display:flex;align-items:center;justify-content:center}.item-details{padding:1.5rem;flex:1;display:flex;flex-direction:column}.item-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.item-header h3{font-size:1.2rem;color:#111827;margin:0}.veg,.spicy{font-size:1rem}.item-desc{color:#6b7280;font-size:.9rem;margin-bottom:.5rem;flex:1}.calories{font-size:.8rem;color:#9ca3af;margin-bottom:1rem}.item-footer{display:flex;flex-direction:column;gap:1rem;margin-top:auto}.price-section{display:flex;align-items:center;gap:.5rem}.original-price{text-decoration:line-through;color:#9ca3af;font-size:.9rem}.price{font-size:1.3rem;font-weight:700;color:#646cff}.add-btn{width:100%;padding:.7rem 1.2rem;background-color:#646cff;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s}.add-btn:hover:not(:disabled){background-color:#535bf2;transform:scale(1.05)}.add-btn:disabled{background-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}@media (prefers-color-scheme: light){.restaurant-info-header h1,.menu-section h2,.item-header h3{color:#213547}.description,.quick-info,.item-desc{color:#213547b3}.calories{color:#21354780}.category-nav button,.menu-item-card{background-color:#f9f9f9;border:1px solid #e0e0e0}}@media (max-width: 1024px){.menu-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width: 768px){.restaurant-hero{padding:2rem 1rem;border-radius:16px}.restaurant-info-header{flex-direction:column;text-align:center}.logo-large{font-size:6rem}.restaurant-info-header h1{font-size:2rem}.category-nav{padding:1rem;gap:.4rem}.category-nav button{padding:.5rem 1.2rem;font-size:.9rem}.menu-section{padding:0 1rem 1rem}.menu-section h2{font-size:1.75rem}.menu-grid{grid-template-columns:1fr;gap:1rem}.menu-item-card{flex-direction:column}.item-image{padding:2rem;font-size:4.5rem}.item-details{padding:1.25rem}}@media (max-width: 480px){.restaurant-hero{padding:1.5rem .75rem}.logo-large{font-size:5rem}.restaurant-info-header h1{font-size:1.75rem}.cuisine-tags{font-size:.9rem}.description,.quick-info{font-size:.85rem}.category-nav{padding:.75rem}.category-nav button{padding:.45rem 1rem;font-size:.85rem}.menu-section{padding:0 .75rem .75rem}.menu-section h2{font-size:1.5rem}.menu-item-card{border-radius:12px}.item-image{padding:1.5rem;font-size:4rem}.item-details{padding:1rem}.item-header h3{font-size:1.1rem}.item-desc{font-size:.85rem}.price{font-size:1.2rem}.add-btn{padding:.55rem 1.1rem;font-size:.9rem}}.cart-page{max-width:1200px;margin:0 auto;padding:2rem}.cart-page h1{margin-bottom:2rem;color:#111827}.empty-cart{text-align:center;padding:4rem 2rem}.empty-cart h2{font-size:2rem;margin-bottom:1rem;color:#111827}.empty-cart p{color:#6b7280;margin-bottom:2rem}.browse-btn{display:inline-block;padding:1rem 2rem;background-color:#646cff;color:#fff;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s}.browse-btn:hover{background-color:#535bf2;transform:translateY(-2px)}.cart-content{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;align-items:center;gap:1.5rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.item-image{font-size:4rem}.item-info{flex:1}.item-info h3{margin-bottom:.5rem;color:#111827}.item-info p{color:#646cff;font-weight:600}.quantity-control{display:flex;align-items:center;gap:1rem;background-color:#646cff1a;padding:.5rem 1rem;border-radius:25px}.quantity-control button{background-color:#646cff;color:#fff;border:none;border-radius:50%;width:30px;height:30px;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center}.quantity-control span{min-width:30px;text-align:center;font-weight:600}.item-total{font-size:1.2rem;font-weight:700;color:#111827;min-width:80px;text-align:right}.remove-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;opacity:.6;transition:opacity .3s}.remove-btn:hover{opacity:1}.add-more-btn{display:block;width:100%;padding:1.2rem;background-color:transparent;color:#6366f1;border:2px dashed #6366f1;border-radius:16px;text-decoration:none;text-align:center;font-weight:600;font-size:1rem;transition:all .3s}.add-more-btn:hover{background-color:#6366f10d;border-style:solid;transform:translateY(-2px)}.cart-summary{background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2rem;height:fit-content;position:sticky;top:2rem;box-shadow:0 1px 3px #0000001a}.cart-summary h2{margin-bottom:1.5rem;color:#111827}.summary-line{display:flex;justify-content:space-between;margin-bottom:1rem;color:#6b7280}.summary-line.total{font-size:1.3rem;font-weight:700;color:#111827;padding-top:1rem;border-top:1px solid #e5e7eb;margin-top:1rem}.checkout-btn{display:block;width:100%;padding:1rem;background-color:#646cff;color:#fff;text-decoration:none;text-align:center;border-radius:50px;font-weight:600;margin-top:1.5rem;transition:all .3s}.checkout-btn:hover{background-color:#535bf2;transform:translateY(-2px)}.clear-btn{display:block;width:100%;padding:.8rem;background-color:transparent;color:#f44336;border:1px solid #f44336;border-radius:50px;font-weight:600;margin-top:1rem;cursor:pointer;transition:all .3s}.clear-btn:hover{background-color:#f443361a}@media (prefers-color-scheme: light){.cart-page h1,.empty-cart h2,.item-info h3,.item-total,.cart-summary h2,.summary-line.total{color:#213547}.empty-cart p,.summary-line{color:#213547b3}.cart-item,.cart-summary{background-color:#f9f9f9;border:1px solid #e0e0e0}}@media (max-width: 1024px){.cart-page{padding:1.5rem}}@media (max-width: 768px){.cart-page{padding:1rem}.cart-page h1{font-size:2rem;margin-bottom:1.5rem}.cart-content{grid-template-columns:1fr;gap:1.5rem}.cart-summary{position:static}.cart-item{flex-wrap:wrap;padding:1.25rem;gap:1rem}.item-image{font-size:3.5rem}.item-info h3{font-size:1.15rem}.cart-summary{padding:1.5rem}.cart-summary h2{font-size:1.5rem}}@media (max-width: 480px){.cart-page{padding:.75rem}.cart-page h1,.empty-cart h2{font-size:1.75rem}.empty-cart p{font-size:.95rem}.browse-btn{padding:.875rem 1.75rem;font-size:.95rem}.cart-item{padding:1rem;border-radius:12px}.item-image{font-size:3rem}.item-info h3{font-size:1.05rem}.item-info p{font-size:.9rem}.quantity-control{padding:.4rem .8rem}.quantity-control button{width:28px;height:28px;font-size:1.1rem}.quantity-control span{font-size:.95rem}.item-total{font-size:1.1rem;min-width:70px}.cart-summary{padding:1.25rem;border-radius:12px}.cart-summary h2{font-size:1.35rem;margin-bottom:1.25rem}.summary-line{font-size:.9rem}.summary-line.total{font-size:1.2rem}.checkout-btn,.clear-btn{padding:.875rem;font-size:.95rem}}.checkout-container{padding:2rem;max-width:800px;margin:0 auto}.checkout-title{margin-bottom:2rem;font-size:2rem;color:#111827}.checkout-form-section{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2rem;margin-bottom:2rem}.section-title{margin-top:0;margin-bottom:1.5rem;font-size:1.5rem}.form-grid{display:grid;gap:1rem}.form-label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem;border-radius:8px;border:1px solid #e5e7eb;font-size:1rem;transition:all .3s}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.form-textarea{resize:vertical;font-family:inherit}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-row-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.place-order-btn{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s}.place-order-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.place-order-btn:active{transform:translateY(0)}.order-summary-items{display:grid;gap:1rem;margin-bottom:1.5rem}.order-item{display:flex;justify-content:space-between;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.order-item:last-child{border-bottom:none;padding-bottom:0}.order-item-info{flex:1}.order-item-name{font-weight:600;color:#111827;margin-bottom:.25rem}.order-item-qty{font-size:.875rem;color:#6b7280}.order-item-price{font-weight:600;color:#111827;white-space:nowrap;margin-left:1rem}.order-totals{display:grid;gap:.75rem;padding-top:1rem;border-top:2px solid #e5e7eb}.order-total-row{display:flex;justify-content:space-between;color:#6b7280}.order-total-final{display:flex;justify-content:space-between;font-size:1.25rem;font-weight:700;color:#111827;padding-top:.75rem;border-top:2px solid #e5e7eb}.empty-cart-container{padding:4rem 2rem;text-align:center;max-width:600px;margin:0 auto}.empty-cart-icon{font-size:4rem;margin-bottom:1rem}.empty-cart-title{margin-bottom:1rem;font-size:1.5rem;color:#111827}.empty-cart-text{color:#6b7280;margin-bottom:2rem}.browse-restaurants-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.browse-restaurants-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}@media (max-width: 1024px){.checkout-container{padding:1.5rem}}@media (max-width: 768px){.checkout-container{padding:1rem}.checkout-title{font-size:1.5rem;margin-bottom:1.5rem}.section-title{font-size:1.25rem;margin-bottom:1rem}.checkout-form-section{padding:1.5rem;margin-bottom:1.5rem}.form-row-2,.form-row-3{grid-template-columns:1fr}.form-input,.form-select,.form-textarea{padding:.625rem}.place-order-btn{padding:.875rem;font-size:1rem}.order-total-final{font-size:1.125rem}}@media (max-width: 480px){.checkout-container{padding:.75rem}.checkout-title{font-size:1.25rem;margin-bottom:1rem}.section-title{font-size:1.125rem}.checkout-form-section{padding:1rem;margin-bottom:1rem;border-radius:12px}.form-input,.form-select,.form-textarea{padding:.5rem;font-size:.9375rem}.form-label{font-size:.9375rem}.place-order-btn{padding:.75rem;font-size:.9375rem}.order-item-name{font-size:.9375rem}.order-item-qty,.order-item-price{font-size:.8125rem}.order-total-row{font-size:.875rem}.order-total-final{font-size:1rem}.empty-cart-container{padding:2rem 1rem}.empty-cart-icon{font-size:3rem}.empty-cart-title{font-size:1.25rem}.empty-cart-text{font-size:.875rem}.browse-restaurants-btn{padding:.75rem 1.5rem;font-size:.9375rem}}.restaurant-dashboard{max-width:1400px;margin:0 auto;padding:2rem;animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.back-button{background:none;border:1px solid #e5e7eb;padding:.5rem 1rem;border-radius:8px;cursor:pointer;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;color:#6366f1;font-weight:600;font-size:.9rem;transition:all .3s}.back-button:hover{background-color:#6366f11a;border-color:#6366f1;transform:translate(-3px)}.dashboard-header h1{font-size:2rem;color:#1f2937;margin:0 0 .5rem}.dashboard-header p{color:#6b7280;margin:0}.header-actions{display:flex;gap:1rem}.btn-secondary,.btn-primary{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s;border:none;font-size:.95rem}.btn-secondary{background:#fff;color:#374151;border:2px solid #e5e7eb}.btn-secondary:hover{border-color:#667eea;color:#667eea}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:16px;padding:1.75rem;box-shadow:0 4px 12px #00000014;transition:all .3s;border:1px solid #f3f4f6;min-width:0;width:100%}.stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001f}.gradient-purple{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.gradient-blue{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.gradient-green{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.gradient-orange{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.stat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.stat-icon-wrapper{width:50px;height:50px;background:#fff3;border-radius:12px;display:flex;align-items:center;justify-content:center}.stat-icon{font-size:1.75rem}.trend-badge{padding:.4rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600;background:#ffffff40}.trend-badge.positive{color:#fff}.stat-content h3{font-size:.875rem;margin:0 0 .5rem;opacity:.9;font-weight:500}.stat-value{font-size:2.25rem;font-weight:800;margin:.25rem 0}.stat-subtitle{font-size:.85rem;opacity:.8}.dashboard-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.chart-card,.table-card{background:#fff;border-radius:16px;padding:1.75rem;box-shadow:0 4px 12px #00000014;border:1px solid #f3f4f6;min-width:0;overflow:hidden}.full-width{grid-column:1 / -1}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.card-header h2{font-size:1.25rem;color:#1f2937;margin:0}.chart-period{font-size:.875rem;color:#6b7280}.view-all{color:#667eea;text-decoration:none;font-weight:600;font-size:.9rem}.view-all:hover{text-decoration:underline}.donut-chart{display:flex;gap:2rem;align-items:center}.donut-visual{position:relative;width:200px;height:200px;flex-shrink:0}.donut-svg{width:100%;height:100%}.donut-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.donut-total{font-size:2rem;font-weight:800;color:#1f2937}.donut-label{font-size:.875rem;color:#6b7280}.donut-legend{flex:1;display:flex;flex-direction:column;gap:1rem}.legend-item{display:flex;align-items:center;gap:.75rem}.legend-color{width:16px;height:16px;border-radius:4px;flex-shrink:0}.legend-label{flex:1;font-size:.9rem;color:#374151;font-weight:500}.legend-value{font-weight:700;color:#1f2937;font-size:.95rem}.top-items-list{display:flex;flex-direction:column;gap:.75rem}.top-item-row{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:12px;transition:all .3s}.top-item-row:hover{background:#f3f4f6;transform:translate(4px)}.item-rank{width:36px;height:36px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem;flex-shrink:0}.item-info{flex:1;min-width:0}.item-name{font-weight:600;color:#1f2937;margin-bottom:.25rem}.item-stats{font-size:.85rem;color:#6b7280}.item-revenue{flex-shrink:0;text-align:right;min-width:100px}.revenue-amount{font-weight:700;color:#10b981;margin-bottom:.5rem}.progress-bar{height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:3px;transition:width .5s ease}.filter-tabs{display:flex;gap:.5rem}.tab{padding:.5rem 1rem;border:none;background:#f3f4f6;color:#6b7280;border-radius:8px;cursor:pointer;font-weight:600;font-size:.875rem;transition:all .3s}.tab:hover{background:#e5e7eb;color:#374151}.tab.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.orders-table-wrapper{overflow-x:auto}.modern-table{width:100%;border-collapse:collapse}.modern-table thead{background:#f9fafb}.modern-table th{text-align:left;padding:1rem;color:#6b7280;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.modern-table td{padding:1rem;color:#374151;border-bottom:1px solid #f3f4f6}.modern-table tbody tr{transition:all .3s}.modern-table tbody tr:hover{background:#fafbfc}.order-id{font-weight:700;color:#667eea}.customer-cell{display:flex;align-items:center;gap:.75rem}.customer-avatar{width:36px;height:36px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.amount{font-weight:700;color:#1f2937}.status-pill{display:inline-block;padding:.4rem .875rem;border-radius:20px;font-size:.8rem;font-weight:700;text-transform:capitalize}.status-pill.pending{background:#fef3c7;color:#d97706}.status-pill.preparing,.status-pill.processing{background:#dbeafe;color:#2563eb}.status-pill.ready,.status-pill.delivered,.status-pill.out_for_delivery{background:#d1fae5;color:#059669}.status-pill.cancelled{background:#fee2e2;color:#dc2626}.time-cell{color:#6b7280;font-size:.875rem}.action-btn{padding:.5rem 1rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-weight:600;cursor:pointer;transition:all .3s;font-size:.875rem}.action-btn:hover{background:#667eea;color:#fff;border-color:#667eea}@media (max-width: 1200px){.dashboard-grid{grid-template-columns:1fr}.donut-chart{flex-direction:column}}@media (max-width: 768px){.restaurant-dashboard{padding:1rem}.dashboard-header{flex-direction:column;gap:1rem}.header-actions{width:100%;flex-direction:column}.btn-secondary,.btn-primary{width:100%;justify-content:center}.stats-grid{grid-template-columns:1fr}.bar-chart{height:200px}}.plan-badge{display:inline-block;padding:.4rem .875rem;border-radius:20px;font-size:.8rem;font-weight:700;text-transform:capitalize}.plan-badge.enterprise{background:linear-gradient(135deg,#9333ea,#7c3aed);color:#fff}.plan-badge.professional{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.plan-badge.standard{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.dual-axis-chart{position:relative}.revenue-bar{background:linear-gradient(180deg,#10b981,#059669)!important;border:2px solid rgba(16,185,129,.3)!important;box-shadow:0 4px 12px #10b9814d!important}.revenue-bar:hover{box-shadow:0 8px 24px #10b98180!important;border-color:#10b98199!important}.chart-with-bars{padding:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.bars-legend{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}.legend-dot{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#fff;padding:.5rem 1rem;border-radius:6px;background:inherit;white-space:nowrap}.bars-chart-area{display:flex;gap:.75rem;min-width:min-content}.bars-y-axis{display:flex;flex-direction:column;justify-content:space-between;min-width:40px;height:350px;padding-bottom:1.5rem;font-size:.75rem;color:#6b7280;font-weight:600;text-align:right}.bars-container{flex:1;display:flex;align-items:flex-end;justify-content:space-around;gap:1.5rem;height:350px;padding-bottom:1.5rem;border-left:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding-left:1rem}.month-bars{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;max-width:160px}.bars{width:100%;display:flex;align-items:flex-end;justify-content:center;gap:8px;height:100%}.single-bar{flex:1;min-height:30px;border-radius:6px 6px 0 0;transition:all .2s;cursor:pointer;box-shadow:0 2px 6px #0000001a}.single-bar:hover{transform:translateY(-3px);filter:brightness(1.15);box-shadow:0 4px 8px #00000026}.month-label{font-size:.8rem;font-weight:700;color:#374151;text-transform:uppercase}@media (max-width: 1024px){.dashboard-header{flex-direction:column;align-items:flex-start;gap:1rem}.header-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.dashboard-grid{grid-template-columns:1fr}.bars-container{gap:1rem;padding-left:.5rem}.month-bars{max-width:100px}.donut-chart{flex-direction:column;align-items:center}.donut-visual{margin-bottom:1rem}}@media (max-width: 768px){.restaurant-dashboard{padding:1rem}.dashboard-header h1{font-size:1.5rem}.dashboard-header p{font-size:.875rem}.stats-grid{grid-template-columns:1fr;gap:1rem}.stat-card{padding:1.25rem}.stat-value{font-size:2rem}.chart-card,.table-card{padding:1rem}.card-header h2{font-size:1.1rem}.chart-with-bars{padding:.75rem;overflow-x:auto}.bars-legend{gap:.5rem;margin-bottom:1rem;justify-content:flex-start}.legend-dot{font-size:.7rem;padding:.35rem .6rem}.bars-y-axis{height:280px;padding-bottom:1.5rem;min-width:28px;font-size:.65rem}.bars-container{height:280px;padding-bottom:1.5rem;gap:.5rem;padding-left:.5rem}.month-bars{max-width:70px;min-width:50px}.bars{gap:3px}.month-label{font-size:.65rem}.btn-primary,.btn-secondary{padding:.5rem 1rem;font-size:.875rem}.back-button{font-size:.85rem;padding:.45rem .9rem}.filter-tabs{flex-wrap:wrap;gap:.35rem}.tab{padding:.4rem .75rem;font-size:.8rem}.orders-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.modern-table{min-width:600px}.top-item-row{flex-wrap:wrap}.item-revenue{width:100%;margin-top:.5rem}}@media (max-width: 480px){.restaurant-dashboard{padding:.75rem}.dashboard-header h1{font-size:1.25rem}.dashboard-header p{font-size:.8rem}.header-actions{flex-direction:column;width:100%;gap:.5rem}.header-actions button{width:100%;justify-content:center}.stats-grid{grid-template-columns:1fr!important;gap:.75rem}.stat-card{padding:1rem}.stat-icon-wrapper{width:42px;height:42px}.stat-icon{font-size:1.5rem}.stat-value{font-size:1.75rem}.stat-content h3{font-size:.8125rem}.stat-subtitle{font-size:.75rem}.trend-badge{padding:.3rem .6rem;font-size:.75rem}.chart-card,.table-card{padding:.75rem}.card-header{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1rem}.card-header h2{font-size:1rem}.chart-period,.view-all{font-size:.75rem}.chart-with-bars{padding:.5rem;overflow-x:auto}.bars-legend{gap:.35rem;margin-bottom:.75rem;flex-direction:row;flex-wrap:wrap}.legend-dot{font-size:.65rem;padding:.3rem .5rem}.bars-y-axis{height:220px;min-width:24px;font-size:.6rem;padding-bottom:1.2rem}.bars-container{height:220px;gap:.35rem;padding-left:.35rem;padding-bottom:1.2rem}.month-bars{max-width:45px;min-width:40px}.bars{gap:2px}.month-label{font-size:.6rem}.back-button{font-size:.8rem;padding:.4rem .8rem}.btn-primary,.btn-secondary{padding:.5rem .75rem;font-size:.8rem}.donut-chart{padding:1rem .5rem}.donut-visual{width:180px;height:180px}.donut-center .donut-total{font-size:1.75rem}.donut-center .donut-label{font-size:.75rem}.donut-legend{gap:.75rem}.legend-item{gap:.5rem}.legend-label{font-size:.8125rem}.legend-value{font-size:.875rem}.top-items-list{gap:.5rem}.top-item-row{padding:.75rem}.item-rank{width:32px;height:32px;font-size:.8125rem}.item-name{font-size:.875rem}.item-stats{font-size:.75rem}.revenue-amount{font-size:.875rem}.filter-tabs{gap:.25rem}.tab{padding:.35rem .6rem;font-size:.75rem}.modern-table{font-size:.8125rem}.modern-table th{padding:.75rem .5rem;font-size:.75rem}.modern-table td{padding:.75rem .5rem}.customer-avatar{width:30px;height:30px;font-size:.8125rem}.status-pill{padding:.3rem .65rem;font-size:.7rem}.action-btn{padding:.4rem .75rem;font-size:.8125rem}}.wallet-page{max-width:1200px;margin:0 auto;padding:2rem}.wallet-page h1{margin-bottom:2rem;color:#111827}.wallet-balance-card{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:20px;padding:2.5rem;color:#fff;margin-bottom:2rem;box-shadow:0 10px 30px #6366f14d}.balance-info{margin-bottom:2rem}.balance-label{font-size:1rem;opacity:.9;margin-bottom:.5rem}.balance-amount{font-size:3.5rem;font-weight:800;margin-bottom:.5rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}.balance-subtext{font-size:.95rem;opacity:.8}.wallet-actions{display:flex;gap:1rem}.wallet-btn{flex:1;padding:1rem 1.5rem;border:none;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s}.add-money-btn{background-color:#fff;color:#6366f1}.add-money-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ffffff4d}.withdraw-btn{background-color:#fff3;color:#fff;border:2px solid white}.withdraw-btn:hover{background-color:#ffffff4d;transform:translateY(-2px)}.wallet-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.stat-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 1px 3px #0000001a;transition:all .3s}.stat-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001a}.stat-icon{font-size:2.5rem;opacity:.8}.stat-info{flex:1}.stat-value{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.25rem}.stat-label{font-size:.85rem;color:#6b7280}.transaction-section{background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2rem;box-shadow:0 1px 3px #0000001a}.transaction-section h2{margin-bottom:1.5rem;color:#111827}.transaction-list{display:flex;flex-direction:column;gap:1rem}.transaction-item{display:flex;align-items:center;gap:1rem;padding:1.25rem;background-color:#f9fafb;border-radius:12px;transition:all .3s}.transaction-item:hover{background-color:#f3f4f6;transform:translate(5px)}.transaction-icon{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.transaction-icon.credit{background-color:#d1fae5;color:#10b981}.transaction-icon.debit{background-color:#fee2e2;color:#ef4444}.transaction-details{flex:1}.transaction-desc{font-weight:600;color:#111827;margin-bottom:.25rem}.transaction-date{font-size:.85rem;color:#6b7280}.transaction-amount{font-size:1.2rem;font-weight:700;min-width:100px;text-align:right}.transaction-amount.credit{color:#10b981}.transaction-amount.debit{color:#ef4444}.transaction-status{padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:capitalize;min-width:90px;text-align:center}.transaction-status.completed{background-color:#d1fae5;color:#059669}.transaction-status.pending{background-color:#fef3c7;color:#d97706}.transaction-status.failed{background-color:#fee2e2;color:#dc2626}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background-color:#fff;border-radius:20px;padding:2rem;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-header h2{color:#111827;margin:0}.close-btn{background:none;border:none;font-size:2rem;cursor:pointer;color:#6b7280;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s}.close-btn:hover{background-color:#f3f4f6;color:#111827}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151}.form-group input,.form-group select{width:100%;padding:.875rem;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.quick-amounts{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem}.quick-amount-btn{padding:.75rem;border:2px solid #e5e7eb;background-color:#fff;border-radius:8px;font-weight:600;color:#6366f1;cursor:pointer;transition:all .3s}.quick-amount-btn:hover{border-color:#6366f1;background-color:#6366f10d;transform:translateY(-2px)}.withdraw-info{background-color:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.withdraw-info p{margin:.5rem 0;color:#0c4a6e;font-size:.95rem}.withdraw-note{font-size:.85rem!important;color:#64748b!important}.modal-actions{display:flex;gap:1rem;margin-top:2rem}.btn-primary,.btn-secondary{flex:1;padding:.875rem 1.5rem;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s}.btn-primary{background-color:#6366f1;color:#fff}.btn-primary:hover{background-color:#4f46e5;transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}.btn-secondary{background-color:#f3f4f6;color:#374151}.btn-secondary:hover{background-color:#e5e7eb}@media (max-width: 1024px){.wallet-page{padding:1.5rem}.wallet-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.wallet-page{padding:1rem}.wallet-page h1{font-size:2rem}.wallet-balance-card{padding:2rem}.balance-amount{font-size:2.5rem}.wallet-stats{grid-template-columns:1fr}.wallet-actions{flex-direction:column}.transaction-item{flex-wrap:wrap;gap:.75rem}.transaction-amount{min-width:auto}.modal-content{padding:1.5rem}.quick-amounts{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.wallet-balance-card{padding:1.5rem}.balance-amount{font-size:2rem}.stat-card{padding:1rem}.stat-icon{font-size:2rem}.stat-value{font-size:1.25rem}.transaction-section{padding:1.25rem}.transaction-item{padding:1rem}.modal-actions{flex-direction:column}}.order-management-container{max-width:1400px;margin:0 auto;padding:2rem}.order-filters{margin-bottom:2rem}.status-filters{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.status-filter-btn{padding:.6rem 1.2rem;border-radius:8px;border:none;background:#f3f4f6;color:#374151;font-weight:600;cursor:pointer;transition:all .3s;white-space:nowrap}.status-filter-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.status-filter-btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.search-input{width:100%;padding:.75rem;border-radius:8px;border:1px solid #e5e7eb;font-size:1rem;transition:all .3s}.search-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.orders-list{display:flex;flex-direction:column;gap:1rem}.order-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:1.5rem;align-items:center;transition:all .3s}.order-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.order-info,.order-items,.order-total,.order-actions{min-width:0}.order-label,.order-id{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.order-customer-name{font-weight:600;font-size:1.1rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-date{font-size:.875rem;color:#6b7280}.order-items-text{font-weight:600;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.order-total-amount{font-weight:700;font-size:1.3rem;color:#6366f1}.order-actions{display:flex;flex-direction:column;gap:.5rem}.status-select{padding:.5rem 1rem;border-radius:8px;border:2px solid;color:#fff;font-weight:600;cursor:pointer;font-size:.9rem;min-width:120px}.view-details-btn{padding:.5rem 1rem;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#6366f1;font-weight:600;cursor:pointer;font-size:.9rem;transition:all .3s}.view-details-btn:hover{background:#6366f1;color:#fff}.empty-state{text-align:center;padding:3rem;color:#9ca3af}.empty-icon{font-size:3rem;margin:0}.empty-text{font-size:1.2rem;margin-top:1rem}.modal-content{background:#fff;border-radius:16px;padding:2rem;width:90%;max-width:700px;max-height:90vh;overflow:auto}.modal-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1.5rem}.modal-close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.25rem;color:#6b7280;transition:color .3s}.modal-close-btn:hover{color:#111827}.customer-info-section,.order-summary-section{margin-bottom:1.5rem;padding:1rem;background:#f9fafb;border-radius:8px}.section-title{margin:0 0 .75rem;font-size:1.1rem}.info-grid{display:grid;gap:.5rem;font-size:.9rem}.order-items-section{margin-bottom:1.5rem}.items-container{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.item-row{padding:1rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:start;gap:1rem}.item-row:last-child{border-bottom:none}.item-details{flex:1;min-width:0}.item-name{font-weight:600;margin-bottom:.25rem}.item-note{font-size:.85rem;color:#6b7280;font-style:italic}.item-price{font-weight:600;color:#6366f1;white-space:nowrap}.summary-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.summary-total{display:flex;justify-content:space-between;padding-top:.75rem;margin-top:.75rem;border-top:2px solid #e5e7eb;font-size:1.25rem;font-weight:700}.order-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;font-size:.9rem}.modal-actions{margin-top:1.5rem;display:flex;gap:1rem}.modal-actions button{flex:1}@media (max-width: 1024px){.order-card{grid-template-columns:1fr 1fr;gap:1rem}.order-total,.order-actions{grid-column:span 2}.order-actions{flex-direction:row}}@media (max-width: 768px){.order-management-container{padding:1rem}.status-filters{gap:.5rem}.status-filter-btn{padding:.5rem .9rem;font-size:.875rem}.order-card{grid-template-columns:1fr;gap:1rem;padding:1rem}.order-total,.order-actions{grid-column:1}.order-customer-name{font-size:1rem}.order-total-amount{font-size:1.15rem}.order-actions{flex-direction:column}.modal-content{padding:1.5rem}.order-info-grid{grid-template-columns:1fr}.modal-actions{flex-direction:column}.summary-total{font-size:1.1rem}}@media (max-width: 480px){.order-management-container{padding:.75rem}.status-filter-btn{padding:.4rem .75rem;font-size:.8125rem}.search-input{padding:.625rem;font-size:.9375rem}.order-card{padding:.875rem}.order-customer-name{font-size:.9375rem}.order-id,.order-date,.order-label{font-size:.8125rem}.order-items-text{font-size:.9375rem}.order-total-amount{font-size:1.05rem}.status-select,.view-details-btn{padding:.4rem .875rem;font-size:.8125rem}.modal-content{padding:1rem;width:95%}.modal-header h2{font-size:1.125rem}.section-title{font-size:1rem}.info-grid,.order-info-grid{font-size:.8125rem}.item-row{padding:.75rem;flex-direction:column;gap:.5rem}.item-price{align-self:flex-end}.summary-row{font-size:.875rem}.summary-total{font-size:1rem}.empty-icon{font-size:2.5rem}.empty-text{font-size:1rem}}.branch-management{padding:2rem}.branch-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.branch-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem}.summary-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.summary-card-label{font-size:.875rem;color:#6b7280}.summary-card-icon{font-size:2rem}.summary-card-value{font-size:2rem;font-weight:700;color:#111827}.summary-card-subtitle{font-size:.875rem;color:#6b7280;margin-top:.5rem}.summary-card-subtitle.active{color:#10b981}.branch-cards-container{display:grid;gap:1.5rem}.branch-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2rem;position:relative}.branch-status-badge{position:absolute;top:1.5rem;right:1.5rem;padding:.5rem 1rem;border-radius:8px;font-weight:600;font-size:.875rem}.branch-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.branch-card-title{margin-top:0;margin-bottom:1rem;font-size:1.5rem;color:#111827}.branch-info-list{display:grid;gap:.75rem;margin-bottom:1.5rem}.branch-info-item{display:flex;gap:.5rem}.branch-info-icon{color:#6b7280}.branch-info-text{color:#374151}.branch-manager-box{background:#f9fafb;padding:1rem;border-radius:8px;margin-bottom:1rem}.branch-manager-title{font-weight:600;margin-bottom:.5rem;color:#111827}.branch-manager-name{color:#374151}.branch-manager-phone{color:#6b7280;font-size:.875rem}.branch-stats-container{display:grid;gap:1rem;margin-bottom:1.5rem}.branch-revenue-box{background:#eff6ff;padding:1rem;border-radius:8px;border:1px solid #3b82f6}.branch-revenue-label{font-size:.875rem;color:#1e40af;margin-bottom:.25rem}.branch-revenue-value{font-size:1.5rem;font-weight:700;color:#1e40af}.branch-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.branch-stat-box{background:#f9fafb;padding:1rem;border-radius:8px}.branch-stat-label{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.branch-stat-value{font-size:1.25rem;font-weight:700;color:#111827}.branch-established-box{background:#f9fafb;padding:1rem;border-radius:8px}.branch-established-label{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.branch-established-date{font-size:1rem;font-weight:600;color:#111827}.branch-actions{display:flex;gap:.75rem;flex-wrap:wrap}.branch-action-btn{flex:1 1 auto;min-width:120px}.branch-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.branch-modal-content{background:#fff;border-radius:16px;padding:2rem;max-width:800px;width:100%;max-height:90vh;overflow-y:auto}.branch-modal-title{margin-top:0;margin-bottom:1.5rem}.branch-form-section{margin-bottom:1.5rem}.branch-form-section-title{margin-top:0;margin-bottom:1rem;font-size:1.125rem}.branch-form-grid{display:grid;gap:1rem}.branch-form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.branch-form-row-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.branch-form-address-row{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1rem}.branch-form-group{display:flex;flex-direction:column}.branch-form-label{display:block;margin-bottom:.5rem;font-weight:600}.branch-form-input{width:100%;padding:.75rem;border-radius:8px;border:1px solid #e5e7eb;font-size:1rem}.branch-modal-actions{display:flex;gap:1rem;margin-top:1rem}.branch-modal-btn{flex:1}.branch-modal-btn.cancel{background:#6b7280}@media (max-width: 1024px){.branch-card-grid{grid-template-columns:1fr;gap:1.5rem}.branch-status-badge{position:static;margin-bottom:1rem;display:inline-block}}@media (max-width: 768px){.branch-management{padding:1rem}.branch-summary-grid{grid-template-columns:1fr!important;gap:1rem}.branch-summary-card{padding:1.25rem}.summary-card-value{font-size:1.75rem}.branch-card{padding:1.5rem}.branch-card-title{font-size:1.25rem}.branch-card-grid{gap:1rem}.branch-stats-grid{grid-template-columns:1fr}.branch-actions{flex-direction:column;gap:.5rem}.branch-action-btn{width:100%;min-width:auto}.branch-modal-content{padding:1.5rem;max-height:95vh}.branch-form-row-2,.branch-form-row-3,.branch-form-address-row{grid-template-columns:1fr}.branch-form-input{font-size:16px}.branch-modal-actions{flex-direction:column;gap:.75rem}.branch-modal-btn{width:100%}}@media (max-width: 480px){.branch-management{padding:.75rem}.branch-summary-card{padding:1rem}.summary-card-value{font-size:1.5rem}.branch-card{padding:1rem}.branch-modal-content{padding:1rem;border-radius:12px}.branch-modal-title{font-size:1.25rem}.branch-form-section-title{font-size:1rem}}.employee-management{padding:2rem}.employee-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.employee-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem}.employee-summary-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.employee-summary-label{font-size:.875rem;color:#6b7280}.employee-summary-icon{font-size:2rem}.employee-summary-value{font-size:2rem;font-weight:700;color:#111827}.employee-summary-subtitle{font-size:.875rem;color:#6b7280;margin-top:.5rem}.employee-summary-subtitle.active{color:#10b981}.employee-filters{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem;margin-bottom:2rem}.employee-filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.employee-filter-group{display:flex;flex-direction:column}.employee-filter-label{display:block;margin-bottom:.5rem;font-weight:600;font-size:.875rem}.employee-filter-input,.employee-filter-select{width:100%;padding:.75rem;border-radius:8px;border:1px solid #e5e7eb;font-size:1rem}.employee-table-container{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden}.employee-table-wrapper{overflow-x:auto}.employee-mobile-cards{display:none}.employee-table{width:100%;border-collapse:collapse}.employee-table thead tr{background:#f9fafb;border-bottom:1px solid #e5e7eb}.employee-table th{padding:1rem;text-align:left;font-weight:600;font-size:.875rem;color:#6b7280;white-space:nowrap}.employee-table tbody tr{border-bottom:1px solid #e5e7eb}.employee-table td{padding:1rem}.employee-info{display:flex;align-items:center;gap:.75rem}.employee-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1rem;flex-shrink:0}.employee-name{font-weight:600;color:#111827}.employee-email{font-size:.875rem;color:#6b7280}.employee-position{font-weight:500;color:#374151}.employee-status-badge{padding:.375rem .75rem;border-radius:6px;font-weight:600;font-size:.875rem;display:inline-block}.employee-rating{display:flex;align-items:center;gap:.25rem}.employee-rating-value{font-weight:600;color:#111827}.employee-actions{display:flex;gap:.5rem}.employee-action-btn{padding:.5rem .75rem;border-radius:6px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;font-size:.875rem;font-weight:600}.employee-action-btn.view{color:#6366f1}.employee-action-btn.edit{color:#10b981}.employee-action-btn.delete{color:#ef4444}.employee-empty-state{padding:3rem;text-align:center;color:#6b7280}.employee-empty-icon{font-size:3rem;margin-bottom:1rem}.employee-empty-title{font-size:1.125rem;font-weight:600}.employee-empty-text{font-size:.875rem;margin-top:.5rem}.employee-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.employee-modal-content{background:#fff;border-radius:16px;padding:2rem;width:100%;max-height:90vh;overflow-y:auto}.employee-modal-content.details{max-width:600px}.employee-modal-content.form{max-width:700px}.employee-modal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.employee-modal-title{margin:0;font-size:1.5rem}.employee-modal-close{background:#f3f4f6;border:none;border-radius:8px;padding:.5rem .75rem;cursor:pointer;font-size:1.25rem}.employee-detail-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:#f9fafb;border-radius:12px}.employee-detail-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:2rem;flex-shrink:0}.employee-detail-info h3{margin:0;font-size:1.25rem;color:#111827}.employee-detail-subtitle{color:#6b7280;font-size:.875rem;margin-top:.25rem}.employee-detail-status{margin-top:.5rem}.employee-detail-section{margin-bottom:1.5rem}.employee-detail-section h4{margin:0 0 1rem;font-size:1rem;color:#111827}.employee-contact-list{display:grid;gap:.75rem}.employee-contact-item{display:flex;gap:.5rem}.employee-contact-icon{color:#6b7280}.employee-employment-list{display:grid;gap:.75rem}.employee-employment-item{display:flex;justify-content:space-between;padding:.75rem;background:#f9fafb;border-radius:8px}.employee-employment-label{color:#6b7280}.employee-employment-value{font-weight:600}.employee-modal-actions{margin-top:2rem;display:flex;gap:.75rem}.employee-modal-btn{flex:1}.employee-modal-btn.secondary{background:#6b7280}.employee-form-sections{display:grid;gap:1.5rem}.employee-form-section h3{margin-top:0;margin-bottom:1rem;font-size:1.125rem}.employee-form-grid{display:grid;gap:1rem}.employee-form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.employee-form-row-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.employee-form-group{display:flex;flex-direction:column}.employee-form-label{display:block;margin-bottom:.5rem;font-weight:600}.employee-form-input{width:100%;padding:.75rem;border-radius:8px;border:1px solid #e5e7eb;font-size:1rem}@media (max-width: 768px){.employee-management{padding:1rem}.employee-summary-grid{grid-template-columns:1fr!important;gap:1rem}.employee-summary-card{padding:1.25rem}.employee-summary-value{font-size:1.75rem}.employee-filters{padding:1rem}.employee-filters-grid{grid-template-columns:1fr}.employee-table-wrapper{display:none}.employee-mobile-cards{display:grid;gap:1rem;padding:1rem}.employee-mobile-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem}.employee-mobile-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.employee-mobile-card-body{display:grid;gap:.75rem;margin-bottom:1rem}.employee-mobile-card-row{display:flex;justify-content:space-between;align-items:center}.employee-mobile-card-label{font-size:.875rem;color:#6b7280}.employee-mobile-card-value{font-weight:600;color:#111827}.employee-mobile-card-actions{display:flex;gap:.5rem}.employee-mobile-card-actions button{flex:1}.employee-modal-content{padding:1.5rem;max-height:95vh}.employee-modal-title{font-size:1.25rem}.employee-detail-header{flex-direction:column;text-align:center;align-items:center}.employee-detail-avatar{width:60px;height:60px;font-size:1.5rem}.employee-form-row-2,.employee-form-row-3{grid-template-columns:1fr}.employee-form-input{font-size:16px}.employee-modal-actions{flex-direction:column;gap:.75rem}.employee-modal-btn{width:100%}.employee-empty-state{padding:2rem 1rem}.employee-empty-icon{font-size:2rem}}@media (max-width: 480px){.employee-management{padding:.75rem}.employee-summary-card{padding:1rem}.employee-summary-value{font-size:1.5rem}.employee-filters{padding:.75rem}.employee-mobile-cards{padding:.75rem;gap:.75rem}.employee-modal-content{padding:1rem;border-radius:12px}}.customer-management{padding:2rem}.customer-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.customer-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem}.customer-summary-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.customer-summary-label{font-size:.875rem;color:#6b7280}.customer-summary-icon{font-size:2rem}.customer-summary-value{font-size:2rem;font-weight:700;color:#111827}.customer-summary-subtitle{font-size:.875rem;color:#6b7280;margin-top:.5rem}.customer-summary-subtitle.active{color:#10b981}.customer-filters{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem;margin-bottom:2rem}.customer-filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.customer-filter-group{display:flex;flex-direction:column}.customer-filter-label{display:block;margin-bottom:.5rem;font-weight:600;font-size:.875rem}.customer-filter-input,.customer-filter-select{width:100%;padding:.75rem;border-radius:8px;border:1px solid #e5e7eb;font-size:1rem}.customer-table-container{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden}.customer-table-wrapper{overflow-x:auto}.customer-mobile-cards{display:none}.customer-table{width:100%;border-collapse:collapse}.customer-table thead tr{background:#f9fafb;border-bottom:1px solid #e5e7eb}.customer-table th{padding:1rem;text-align:left;font-weight:600;font-size:.875rem;color:#6b7280;white-space:nowrap}.customer-table tbody tr{border-bottom:1px solid #e5e7eb}.customer-table td{padding:1rem}.customer-info{display:flex;align-items:center;gap:.75rem}.customer-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1rem;flex-shrink:0}.customer-name{font-weight:600;color:#111827}.customer-join-date{font-size:.875rem;color:#6b7280}.customer-email{font-size:.875rem;color:#374151}.customer-phone{font-size:.875rem;color:#6b7280}.customer-orders-value{font-weight:600;color:#111827}.customer-loyalty-points{font-size:.875rem;color:#6b7280}.customer-status-badge{padding:.375rem .75rem;border-radius:6px;font-weight:600;font-size:.875rem;display:inline-block}.customer-view-btn{padding:.5rem .75rem;border-radius:6px;border:1px solid #e5e7eb;background:#fff;color:#6366f1;cursor:pointer;font-size:.875rem;font-weight:600}.customer-empty-state{padding:3rem;text-align:center;color:#6b7280}.customer-empty-icon{font-size:3rem;margin-bottom:1rem}.customer-empty-title{font-size:1.125rem;font-weight:600}.customer-empty-text{font-size:.875rem;margin-top:.5rem}.customer-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.customer-modal-content{background:#fff;border-radius:16px;padding:2rem;max-width:700px;width:100%;max-height:90vh;overflow-y:auto}.customer-modal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.customer-modal-title{margin:0;font-size:1.5rem}.customer-modal-close{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;padding:.5rem .75rem;cursor:pointer;font-size:1.25rem;font-weight:700;color:#374151;line-height:1;min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center;transition:all .2s}.customer-modal-close:hover{background:#e5e7eb;color:#111827}.customer-detail-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:#f9fafb;border-radius:12px}.customer-detail-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:2rem;flex-shrink:0}.customer-detail-info{flex:1}.customer-detail-info h3{margin:0;font-size:1.25rem;color:#111827}.customer-detail-subtitle{color:#6b7280;font-size:.875rem;margin-top:.25rem}.customer-detail-badges{margin-top:.5rem;display:flex;gap:.5rem;flex-wrap:wrap}.customer-detail-section{margin-bottom:1.5rem}.customer-detail-section h4{margin:0 0 1rem;font-size:1rem;color:#111827}.customer-contact-list{display:grid;gap:.75rem}.customer-contact-item{display:flex;gap:.5rem}.customer-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.customer-stat-card{padding:1rem;border-radius:8px}.customer-stat-label{font-size:.875rem;margin-bottom:.25rem}.customer-stat-value{font-size:1.5rem;font-weight:700}.customer-detail-list{display:grid;gap:.75rem}.customer-detail-item{display:flex;justify-content:space-between;padding:.75rem;background:#f9fafb;border-radius:8px}.customer-detail-label{color:#6b7280}.customer-detail-value{font-weight:600}.customer-favorites{display:flex;flex-wrap:wrap;gap:.5rem}.customer-favorite-item{padding:.5rem .75rem;background:#f3f4f6;border-radius:8px;font-size:.875rem;color:#374151;font-weight:500}.customer-modal-actions{margin-top:2rem;display:flex;gap:.75rem}.customer-modal-btn{flex:1}@media (max-width: 768px){.customer-management{padding:1rem}.customer-summary-grid{grid-template-columns:1fr!important;gap:1rem}.customer-summary-card{padding:1.25rem}.customer-summary-value{font-size:1.75rem}.customer-filters{padding:1rem}.customer-filters-grid{grid-template-columns:1fr}.customer-table-wrapper{display:none}.customer-mobile-cards{display:grid;gap:1rem;padding:1rem}.customer-mobile-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem}.customer-mobile-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.customer-mobile-card-body{display:grid;gap:.75rem;margin-bottom:1rem}.customer-mobile-card-row{display:flex;justify-content:space-between;align-items:center}.customer-mobile-card-label{font-size:.875rem;color:#6b7280}.customer-mobile-card-value{font-weight:600;color:#111827}.customer-mobile-card-actions{display:flex;gap:.5rem}.customer-mobile-card-actions button{flex:1}.customer-modal-content{padding:1.5rem;max-height:95vh}.customer-modal-title{font-size:1.25rem}.customer-detail-header{flex-direction:column;text-align:center;align-items:center}.customer-detail-avatar{width:60px;height:60px;font-size:1.5rem}.customer-detail-badges{justify-content:center}.customer-stats-grid{grid-template-columns:1fr}.customer-modal-actions{flex-direction:column;gap:.75rem}.customer-modal-btn{width:100%}.customer-empty-state{padding:2rem 1rem}.customer-empty-icon{font-size:2rem}}@media (max-width: 480px){.customer-management{padding:.75rem}.customer-summary-card{padding:1rem}.customer-summary-value{font-size:1.5rem}.customer-filters{padding:.75rem}.customer-mobile-cards{padding:.75rem;gap:.75rem}.customer-modal-content{padding:1rem;border-radius:12px}.customer-stat-value{font-size:1.25rem}}.coupons-grid{display:grid;gap:1.5rem}.coupon-card{background:#fff;border:2px solid #6366f1;border-radius:16px;padding:1.5rem;position:relative}.coupon-card.inactive{border-color:#e5e7eb;opacity:.6}.coupon-card-content{display:grid;grid-template-columns:1fr auto;gap:1.5rem}.coupon-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}.coupon-code-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1.5rem;border-radius:8px;font-weight:700;font-size:1.25rem;letter-spacing:1px}.coupon-status-badge{padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600}.coupon-status-badge.active{background:#d1fae5;color:#059669}.coupon-status-badge.inactive{background:#fee2e2;color:#dc2626}.coupon-description{margin:0 0 .5rem;font-size:1.1rem}.coupon-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.coupon-detail-item{display:flex;flex-direction:column}.coupon-detail-label{font-size:.75rem;color:#6b7280;margin-bottom:.25rem}.coupon-discount-value{font-weight:700;font-size:1.5rem;color:#6366f1}.coupon-max-discount{font-size:.75rem;color:#6b7280}.coupon-min-order,.coupon-usage-value,.coupon-validity{font-weight:600}.coupon-validity{font-size:.875rem}.usage-progress-bar{height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden;margin-top:.25rem}.usage-progress-fill{height:100%;background:#6366f1;transition:width .3s}.coupon-actions{display:flex;flex-direction:column;gap:.5rem;min-width:120px}.btn-toggle-status{padding:.5rem 1rem;border-radius:8px;border:1px solid #e5e7eb;font-weight:600;cursor:pointer;font-size:.85rem}.btn-toggle-status.deactivate{background:#fef3c7;color:#92400e}.btn-toggle-status.activate{background:#d1fae5;color:#059669}.btn-delete-coupon{padding:.5rem 1rem;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#ef4444;font-weight:600;cursor:pointer;font-size:.85rem}.btn-toggle-status:hover,.btn-delete-coupon:hover{opacity:.9;transform:translateY(-1px);transition:all .2s}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:16px;padding:2rem;width:90%;max-width:600px;max-height:90vh;overflow-y:auto}.modal-content h2{margin-top:0;margin-bottom:1.5rem}.modal-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column}.form-label{display:block;margin-bottom:.5rem;font-weight:600;font-size:.9rem}.form-input{width:100%;padding:.75rem;border-radius:8px;border:1px solid #e5e7eb;font-size:1rem;box-sizing:border-box}.form-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.modal-actions{display:flex;gap:1rem;margin-top:1rem}.modal-actions .btn-primary,.modal-actions .btn-secondary{flex:1}@media (max-width: 1024px){.coupon-details{grid-template-columns:repeat(2,1fr)}.coupon-actions{min-width:100px}}@media (max-width: 768px){.coupon-card-content{grid-template-columns:1fr;gap:1rem}.coupon-details{grid-template-columns:1fr;gap:.75rem}.coupon-actions{flex-direction:row;width:100%;min-width:auto}.btn-toggle-status,.btn-delete-coupon{flex:1;font-size:.875rem}.coupon-code-badge{font-size:1.1rem;padding:.4rem 1.2rem}.coupon-discount-value{font-size:1.25rem}.modal-content{padding:1.5rem;max-height:95vh}.form-row{grid-template-columns:1fr}.form-input{font-size:16px}.modal-actions{flex-direction:column}.modal-actions .btn-primary,.modal-actions .btn-secondary{width:100%}}@media (max-width: 480px){.coupon-card{padding:1rem}.coupon-header{gap:.5rem}.coupon-code-badge{font-size:1rem;padding:.4rem 1rem}.coupon-discount-value{font-size:1.1rem}.coupon-description{font-size:1rem}.modal-content{padding:1rem;width:95%}.modal-content h2{font-size:1.25rem}}.about-page{max-width:800px;margin:0 auto;padding:2rem}.about-page h1{margin-bottom:2rem;color:#646cff;text-align:center}.about-section{margin-bottom:2rem;padding:1.5rem;background-color:#fff;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}.about-section h2{margin-bottom:1rem;color:#111827}.about-section p{line-height:1.6;color:#4b5563}.about-section ul{list-style-position:inside;color:#4b5563;line-height:1.8}.about-section li{margin-bottom:.5rem}@media (prefers-color-scheme: light){.about-section{background-color:#f9f9f9;border:1px solid #e0e0e0}.about-section h2{color:#213547}.about-section p,.about-section ul{color:#213547cc}}@media (max-width: 1024px){.about-page{padding:1.5rem}}@media (max-width: 768px){.about-page{padding:1rem}.about-page h1{font-size:2rem;margin-bottom:1.5rem}.about-section{padding:1.25rem;margin-bottom:1.5rem}.about-section h2{font-size:1.35rem}.about-section p,.about-section ul{font-size:.95rem}}@media (max-width: 480px){.about-page{padding:.75rem}.about-page h1{font-size:1.75rem;margin-bottom:1.25rem}.about-section{padding:1rem;margin-bottom:1.25rem;border-radius:12px}.about-section h2{font-size:1.25rem;margin-bottom:.875rem}.about-section p,.about-section ul{font-size:.9rem;line-height:1.5}.about-section li{margin-bottom:.4rem}}.not-found-page{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:2rem}.not-found-content{text-align:center}.error-code{font-size:8rem;font-weight:700;color:#646cff;margin:0;line-height:1}.not-found-content h2{font-size:2rem;margin:1rem 0;color:#ffffffde}.not-found-content p{font-size:1.2rem;color:#fff9;margin-bottom:2rem}.home-link{display:inline-block;padding:1rem 2rem;background-color:#646cff;color:#fff;text-decoration:none;border-radius:8px;transition:background-color .3s}.home-link:hover{background-color:#535bf2}@media (prefers-color-scheme: light){.not-found-content h2{color:#213547}.not-found-content p{color:#213547b3}}@media (max-width: 1024px){.not-found-page{padding:1.5rem}.error-code{font-size:7rem}}@media (max-width: 768px){.not-found-page{padding:1rem}.error-code{font-size:5rem}.not-found-content h2{font-size:1.5rem}.not-found-content p{font-size:1.1rem}.home-link{padding:.875rem 1.75rem;font-size:.95rem}}@media (max-width: 480px){.not-found-page{padding:.75rem;min-height:50vh}.error-code{font-size:4rem}.not-found-content h2{font-size:1.35rem;margin:.75rem 0}.not-found-content p{font-size:1rem;margin-bottom:1.5rem}.home-link{padding:.8rem 1.5rem;font-size:.9rem;border-radius:25px}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.login-container{background:#fff;border-radius:20px;box-shadow:0 20px 80px #0006;width:100%;max-width:500px;padding:50px 40px;animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:30px}.login-logo{font-size:56px;margin-bottom:16px;display:block;animation:bounce .8s ease-in-out}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.login-header h1{font-size:36px;font-weight:700;margin:0 0 10px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-subtitle{color:#6b7280;font-size:15px;margin:0;font-weight:400}.form-toggle{display:flex;gap:0;margin-bottom:30px;background:#f3f4f6;border-radius:12px;padding:4px}.toggle-btn{flex:1;padding:12px;border:none;background:transparent;color:#6b7280;font-size:15px;font-weight:600;border-radius:10px;cursor:pointer;transition:all .3s ease}.toggle-btn.active{background:#fff;color:#667eea;box-shadow:0 2px 8px #0000001a}.toggle-btn:hover:not(.active){color:#374151}.login-form{margin-bottom:30px}.form-group{margin-bottom:24px}.form-group label{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:10px}.form-group input{width:100%;padding:14px 18px;border:2px solid #e5e7eb;border-radius:10px;font-size:15px;transition:all .3s;box-sizing:border-box;background:#fff;color:#1a1a1a}.form-group input::placeholder{color:#9ca3af}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;background:#fff}.error-message{background:#fee2e2;color:#dc2626;padding:14px;border-radius:10px;font-size:14px;margin-bottom:20px;border-left:4px solid #dc2626}.success-message{background:#d1fae5;color:#059669;padding:14px;border-radius:10px;font-size:14px;margin-bottom:20px;border-left:4px solid #059669}.login-button{width:100%;padding:16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:17px;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px #667eea4d}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea80}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.6;cursor:not-allowed}.form-footer{text-align:center;margin-top:20px}.forgot-link{color:#667eea;font-size:14px;text-decoration:none;font-weight:500}.forgot-link:hover{text-decoration:underline}.demo-divider{text-align:center;position:relative;margin:30px 0}.demo-divider:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#e5e7eb}.demo-divider span{position:relative;background:#fff;padding:0 16px;font-size:14px;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.demo-accounts-grid{display:grid;gap:12px;margin-bottom:24px}.demo-account-card{display:flex;align-items:center;gap:14px;padding:16px;background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .3s}.demo-account-card:hover{border-color:var(--card-color);background:#fff;transform:translate(6px);box-shadow:0 6px 20px #0000001f}.demo-account-icon{font-size:32px;flex-shrink:0}.demo-account-content{flex:1;min-width:0}.demo-account-content h4{margin:0 0 4px;font-size:15px;font-weight:700;color:#1a1a1a}.demo-account-content p{margin:0;font-size:13px;color:#6b7280}.demo-account-arrow{font-size:20px;color:var(--card-color);opacity:0;transition:opacity .3s;font-weight:700}.demo-account-card:hover .demo-account-arrow{opacity:1}.demo-notice{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#6b7280;background:#f3f4f6;padding:14px;border-radius:10px;margin:0;line-height:1.6}.demo-notice svg{flex-shrink:0;opacity:.7;margin-top:2px}@media (max-width: 768px){.login-page{padding:15px}.login-container{padding:35px 24px}.login-header h1{font-size:28px}.login-logo{font-size:44px}.login-subtitle{font-size:14px}.form-toggle{margin-bottom:25px}.toggle-btn{padding:11px;font-size:14px}.form-group{margin-bottom:20px}.form-group label{font-size:13px}.form-group input{padding:13px 16px;font-size:14px}.login-button{padding:15px;font-size:16px}.demo-account-card{padding:14px}.demo-account-icon{font-size:28px}.demo-account-content h4{font-size:14px}.demo-account-content p{font-size:12px}}@media (max-width: 640px){.login-container{padding:40px 28px;max-width:100%}.login-header h1{font-size:30px}.login-logo{font-size:48px}}@media (max-width: 480px){.login-page{padding:10px}.login-container{padding:30px 20px;border-radius:16px}.login-header{margin-bottom:25px}.login-logo{font-size:42px;margin-bottom:12px}.login-header h1{font-size:26px;margin-bottom:8px}.login-subtitle{font-size:13px}.form-toggle{margin-bottom:20px;padding:3px}.toggle-btn{padding:10px 8px;font-size:13px}.form-group{margin-bottom:18px}.form-group label{font-size:12px;margin-bottom:8px}.form-group input{padding:12px 14px;font-size:16px}.error-message,.success-message{padding:12px;font-size:13px;margin-bottom:16px}.login-button{padding:14px;font-size:15px}.demo-divider{margin:25px 0}.demo-divider span{font-size:13px;padding:0 12px}.demo-accounts-grid{gap:10px;margin-bottom:20px}.demo-account-card{padding:12px;gap:12px}.demo-account-icon{font-size:26px}.demo-account-content h4{font-size:13px;margin-bottom:3px}.demo-account-content p{font-size:11px}.demo-account-arrow{font-size:18px}.demo-notice{padding:12px;font-size:12px}.forgot-link{font-size:13px}}.app{max-width:1280px;margin:0 auto;text-align:center}@media (max-width: 1024px){.app{max-width:100%;padding:0 1rem}}@media (max-width: 768px){.app{padding:0 .75rem}*{-webkit-tap-highlight-color:transparent}html{font-size:14px}}@media (max-width: 480px){.app{padding:0 .5rem}html{font-size:13px}button,input,textarea,select{font-size:16px!important}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;display:flex;min-width:320px;min-height:100vh;background-color:#fff;color:#1f2937}#root{width:100%;min-height:100vh;background-color:#fff}a{font-weight:500;color:#667eea;text-decoration:inherit}a:hover{color:#764ba2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#667eea;color:#fff;cursor:pointer;transition:all .25s}button:hover{background-color:#764ba2;transform:translateY(-2px)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}
