*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#0f172a;background-color:#f8fafc;margin:0;font-family:Arial,Helvetica,sans-serif}#root{width:100%;min-height:100vh}a,button{font-family:inherit}.navbar{color:#fff;z-index:1000;background-color:#0f172a;justify-content:space-between;align-items:center;width:100%;height:70px;padding:0 120px;display:flex;position:sticky;top:0}.logo{align-items:center;text-decoration:none;display:flex}.logo img{width:auto;height:46px;display:block}.nav-links{align-items:center;gap:28px;display:flex}.nav-links a{color:#fff;font-size:16px;text-decoration:none}.nav-links a:hover{color:#38bdf8}.nav-links a:focus,.dropdown-button:focus{outline:none}.dropdown{align-items:center;height:70px;display:flex;position:relative}.dropdown-button{color:#fff;cursor:pointer;background:0 0;border:none;height:70px;font-family:inherit;font-size:16px}.dropdown-button:hover{color:#38bdf8}.dropdown-menu{z-index:2000;background-color:#fff;border-radius:10px;min-width:190px;display:none;position:absolute;top:70px;left:0;overflow:hidden;box-shadow:0 10px 25px #0000002e}.dropdown-menu a{color:#0f172a;white-space:nowrap;padding:13px 18px;font-size:15px;text-decoration:none;display:block}.dropdown-menu a:hover{color:#1e40af;background-color:#f1f5f9}.dropdown:hover .dropdown-menu{display:block}.home-page{background-color:#f8fafc;width:100%}.home-hero{grid-template-columns:1.2fr .8fr;align-items:center;gap:70px;width:100%;padding:90px 120px;display:grid}.hero-content{padding:20px 0}.hero-tag{color:#1e40af;background-color:#dbeafe;border-radius:999px;margin-bottom:22px;padding:9px 16px;font-size:14px;font-weight:700;display:inline-block}.hero-content h1{color:#0f172a;max-width:720px;margin-bottom:22px;font-size:56px;line-height:1.08}.hero-description{color:#475569;max-width:650px;margin-bottom:32px;font-size:19px;line-height:1.7}.hero-buttons{flex-wrap:wrap;gap:16px;display:flex}.primary-btn,.secondary-btn{border-radius:12px;padding:15px 28px;font-size:16px;font-weight:700;text-decoration:none;transition:all .25s;display:inline-block}.primary-btn{color:#fff;background-color:#1e40af;box-shadow:0 10px 22px #1e40af40}.primary-btn:hover{background-color:#1d4ed8;transform:translateY(-3px)}.secondary-btn{color:#1e40af;background-color:#fff;border:1px solid #cbd5e1}.secondary-btn:hover{background-color:#eff6ff;transform:translateY(-3px)}.hero-card{color:#fff;background:linear-gradient(145deg,#0f172a,#1e3a8a);border-radius:28px;padding:36px;position:relative;overflow:hidden;box-shadow:0 24px 55px #0f172a40}.hero-card:before{content:"";background-color:#38bdf82e;border-radius:50%;width:180px;height:180px;position:absolute;top:-60px;right:-60px}.hero-card-top{z-index:1;justify-content:space-between;align-items:center;margin-bottom:35px;display:flex;position:relative}.hero-card-top span{background-color:#ffffff24;border-radius:999px;padding:8px 14px;font-size:14px}.hero-card-top strong{color:#fff}.hero-card h2{z-index:1;color:#fff;margin-bottom:16px;font-size:34px;position:relative}.hero-card p{color:#dbeafe;z-index:1;margin-bottom:28px;line-height:1.7;position:relative}.promo-list{z-index:1;gap:14px;display:grid;position:relative}.promo-list div{background-color:#ffffff1a;border-radius:16px;padding:16px}.promo-list strong{color:#fff;margin-bottom:5px;display:block}.promo-list span{color:#cbd5e1;font-size:14px}.promotion-scroll-section{background:linear-gradient(#f8fafc 0%,#eef4ff 100%);width:100%;padding:70px 0 90px;overflow:hidden}.promotion-section-header{margin-bottom:34px;padding:0 120px}.promotion-section-header h2{color:#0f172a;margin-bottom:12px;font-size:42px}.promotion-section-header p{color:#475569;max-width:760px;font-size:18px;line-height:1.7}.promotion-scroll-wrapper{scroll-snap-type:x mandatory;scrollbar-width:thin;gap:28px;width:100%;padding:8px 120px 26px;display:flex;overflow-x:auto}.promotion-scroll-wrapper::-webkit-scrollbar{height:8px}.promotion-scroll-wrapper::-webkit-scrollbar-track{background-color:#dbe4f0;border-radius:999px}.promotion-scroll-wrapper::-webkit-scrollbar-thumb{background-color:#1e40af;border-radius:999px}.promotion-scroll-banner{scroll-snap-align:start;background-color:#fff;border-radius:28px;flex:0 0 78%;height:390px;text-decoration:none;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden;box-shadow:0 18px 45px #0f172a29}.promotion-scroll-banner:hover{transform:translateY(-8px);box-shadow:0 26px 58px #0f172a3d}.promotion-scroll-banner img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.promotion-scroll-banner:hover img{transform:scale(1.04)}.promotion-scroll-banner:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0f172a80,#0f172a0d);position:absolute;inset:0}.promotion-scroll-banner:before{content:"View Promotion";z-index:2;color:#fff;letter-spacing:.2px;background-color:#1e40afe6;border-radius:999px;padding:13px 22px;font-weight:800;position:absolute;bottom:30px;left:32px;box-shadow:0 10px 24px #0f172a3d}.promotion-scroll-banner img{object-fit:cover;width:100%;height:100%;display:block}.promotion-tag{color:#b91c1c;background-color:#fee2e2;border-radius:999px;align-items:center;width:fit-content;margin-bottom:14px;padding:8px 13px;font-size:13px;font-weight:800;display:inline-flex}.original-price{color:#94a3b8;margin-bottom:4px;font-size:15px;font-weight:700;display:block}.cart-promotion-box{color:#9a3412;background-color:#fff7ed;border:1px solid #fed7aa;border-radius:14px;margin:12px 0;padding:12px 14px;font-size:14px;font-weight:700}.home-highlights{grid-template-columns:repeat(3,1fr);gap:30px;width:100%;padding:0 120px 80px;display:grid}.highlight-card{background-color:#fff;border-radius:22px;padding:30px;transition:all .25s;box-shadow:0 10px 30px #0f172a14}.highlight-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #0f172a24}.highlight-card h3{color:#1e40af;margin-bottom:12px;font-size:23px}.highlight-card p{color:#475569;line-height:1.7}.company-section{background-color:#fff;grid-template-columns:1.3fr .7fr;align-items:center;gap:60px;width:100%;padding:90px 120px;display:grid}.company-text{max-width:800px}.section-label{color:#1e40af;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-weight:800}.company-text h2{color:#0f172a;margin-bottom:20px;font-size:42px}.company-text p{color:#475569;margin-bottom:16px;font-size:18px;line-height:1.8}.company-stats{gap:18px;max-width:420px;display:grid}.company-stats div{background-color:#f8fafc;border-left:5px solid #1e40af;border-radius:16px;padding:22px}.company-stats strong{color:#0f172a;margin-bottom:5px;font-size:34px;display:block}.company-stats span{color:#64748b;font-weight:600}@media (width<=1000px){.home-hero{grid-template-columns:1fr;padding-left:40px;padding-right:40px}.promotion-image-section{padding-left:40px;padding-right:40px}.promotion-image-grid{grid-template-columns:1fr}.promotion-image-card img{height:320px}.home-highlights,.company-section{grid-template-columns:1fr;padding-left:40px;padding-right:40px}}@media (width<=650px){.home-hero{padding-left:25px;padding-right:25px}.hero-content h1{font-size:34px}.hero-description{font-size:16px}.hero-card{padding:28px}.hero-card h2{font-size:28px}.promotion-image-section{padding-left:25px;padding-right:25px}.promotion-section-header h2{font-size:32px}.promotion-image-card img{height:190px}.home-highlights,.company-section{padding-left:25px;padding-right:25px}.company-text h2{font-size:32px}}.about-page{background-color:#f8fafc;width:100%;min-height:80vh}.about-hero{color:#fff;background:linear-gradient(135deg,#0f172a,#1e40af);align-items:center;width:100%;min-height:380px;padding:80px 120px;display:flex}.about-hero-content{max-width:760px}.about-label{color:#38bdf8;text-transform:uppercase;letter-spacing:1px;margin-bottom:14px;font-weight:800}.about-hero h1{color:#fff;margin-bottom:20px;font-size:52px;line-height:1.1}.about-hero p{color:#dbeafe;font-size:18px;line-height:1.7}.about-stats{grid-template-columns:repeat(3,1fr);gap:28px;width:100%;padding:70px 120px;display:grid}.about-stat-card{background-color:#fff;border-radius:22px;padding:34px;box-shadow:0 10px 28px #0f172a14}.about-stat-card h2{color:#1e40af;margin-bottom:10px;font-size:42px}.about-stat-card p{color:#475569;font-size:17px}.about-simple-section{background-color:#fff;grid-template-columns:1.4fr .6fr;align-items:center;gap:40px;width:100%;padding:80px 120px;display:grid}.about-simple-text h2,.about-logo-meaning h2{color:#0f172a;margin-bottom:18px;font-size:40px}.about-simple-text p{color:#475569;font-size:18px;line-height:1.8}.founder-image-card{background-color:#f8fafc;border-radius:24px;overflow:hidden;box-shadow:0 10px 28px #0f172a14}.founder-image-card img{object-fit:cover;background-color:#e2e8f0;width:100%;height:320px;display:block}.founder-image-card div{padding:24px}.founder-image-card h3{color:#0f172a;margin-bottom:8px;font-size:24px}.founder-image-card p{color:#475569}.about-logo-meaning{background-color:#f8fafc;width:100%;padding:80px 120px}.about-logo-layout{grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;margin-bottom:40px;display:grid}.logo-intro{color:#475569;max-width:700px;font-size:18px;line-height:1.7}.company-logo-card{background-color:#fff;border-radius:24px;justify-content:center;align-items:center;padding:35px;display:flex;box-shadow:0 10px 28px #0f172a14}.company-logo-card img{width:100%;max-width:520px;height:auto;display:block}.logo-cards{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:32px;display:grid}.logo-card{background-color:#fff;border-radius:20px;padding:28px;transition:all .25s;box-shadow:0 10px 28px #0f172a14}.logo-card:hover{transform:translateY(-6px);box-shadow:0 16px 34px #0f172a21}.logo-card h3{color:#1e40af;margin-bottom:10px;font-size:22px}.logo-card p{color:#475569;line-height:1.7}.about-values{background-color:#f8fafc;grid-template-columns:repeat(3,1fr);gap:28px;width:100%;padding:0 120px 90px;display:grid}.value-card{background-color:#fff;border-radius:22px;padding:32px;transition:all .25s;box-shadow:0 10px 28px #0f172a14}.value-card:hover{transform:translateY(-6px);box-shadow:0 16px 34px #0f172a21}.value-card h3{color:#1e40af;margin-bottom:12px;font-size:24px}.value-card p{color:#475569;line-height:1.7}@media (width<=1000px){.about-hero,.about-stats,.about-simple-section,.about-logo-meaning,.about-values{padding-left:40px;padding-right:40px}.about-stats,.logo-cards,.about-values{grid-template-columns:repeat(2,1fr)}.about-simple-section,.about-logo-layout{grid-template-columns:1fr}.founder-image-card img{height:280px}}@media (width<=650px){.about-hero,.about-stats,.about-simple-section,.about-logo-meaning,.about-values{padding-left:25px;padding-right:25px}.about-hero{min-height:auto;padding-top:60px;padding-bottom:60px}.about-hero h1{font-size:36px}.about-hero p{font-size:16px}.about-stats,.logo-cards,.about-values{grid-template-columns:1fr}.about-simple-text h2,.about-logo-meaning h2{font-size:30px}.company-logo-card{padding:24px}.founder-image-card img{height:240px}}.catalogue-layout{grid-template-columns:260px 1fr;align-items:start;gap:35px;display:grid}.category-sidebar{background-color:#fff;border-radius:22px;padding:24px;position:sticky;top:100px;box-shadow:0 10px 28px #0f172a14}.category-sidebar h3{color:#0f172a;margin-bottom:18px;font-size:22px}.category-sidebar button{color:#0f172a;text-align:left;cursor:pointer;background-color:#f8fafc;border:none;border-radius:12px;width:100%;margin-bottom:10px;padding:13px 15px;font-weight:700;display:block}.category-sidebar button:hover{color:#1e40af;background-color:#dbeafe}.category-sidebar .active-category{color:#fff;background-color:#1e40af}.products-page{background-color:#f8fafc;width:100%;min-height:80vh;padding:80px 120px}.products-hero{text-align:left;width:100%;margin-bottom:50px}.products-hero h1{color:#0f172a;margin-bottom:16px;font-size:46px}.products-hero p{color:#475569;font-size:18px;line-height:1.7}.products-grid{grid-template-columns:repeat(3,1fr);gap:30px;width:100%;display:grid}.product-card{cursor:pointer;background-color:#fff;border-radius:22px;transition:transform .25s,box-shadow .25s;overflow:hidden;box-shadow:0 10px 28px #0f172a14}.product-card:hover{transform:translateY(-10px);box-shadow:0 20px 45px #0f172a29}.product-image-box{background-color:#e2e8f0;height:230px;overflow:hidden}.product-image-box img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.product-card:hover .product-image-box img{transform:scale(1.08)}.product-card-content{padding:24px}.product-card-content h3{color:#0f172a;margin-bottom:10px;font-size:22px}.product-card-content p{color:#64748b;margin-bottom:22px;font-size:15px;line-height:1.6}.product-card-bottom{justify-content:space-between;align-items:center;gap:15px;display:flex}.product-price{color:#1e40af;font-size:20px;font-weight:800}.view-details{color:#0f172a;opacity:0;font-size:14px;font-weight:700;transition:all .25s;transform:translate(-8px)}.product-card:hover .view-details{opacity:1;transform:translate(0)}.product-category{color:#1e40af;background-color:#dbeafe;border-radius:999px;margin-bottom:12px;padding:6px 10px;font-size:13px;font-weight:700;display:inline-block}.product-meta{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.product-meta span{color:#475569;background-color:#f1f5f9;border-radius:999px;padding:7px 10px;font-size:13px;font-weight:600}.single-price-box{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin-bottom:18px;padding:14px}.single-price-box span{color:#64748b;margin-bottom:6px;font-size:13px;display:block}.single-price-box strong{color:#1e40af;font-size:22px;display:block}.business-price strong{color:#0f766e}.quantity-box{margin:24px 0 16px}.quantity-box>span{color:#64748b;margin-bottom:10px;font-size:14px;font-weight:700;display:block}.quantity-controls{align-items:center;gap:14px;display:flex}.quantity-controls button{color:#0f172a;cursor:pointer;background-color:#e2e8f0;border:none;border-radius:12px;width:42px;height:42px;font-size:20px;font-weight:800}.quantity-controls button:hover{background-color:#cbd5e1}.quantity-controls strong{text-align:center;color:#0f172a;min-width:36px;font-size:20px}.product-total-preview{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin-bottom:22px;padding:16px}.product-total-preview span{color:#64748b;margin-bottom:6px;font-size:14px;display:block}.product-total-preview strong{color:#1e40af;font-size:24px;display:block}.detail-info-grid{grid-template-columns:repeat(3,1fr);gap:15px;margin:24px 0;display:grid}.detail-info-grid div{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:16px}.detail-info-grid span{color:#64748b;margin-bottom:6px;font-size:13px;display:block}.detail-info-grid strong{color:#0f172a;font-size:16px}@media (width<=650px){.detail-info-grid{grid-template-columns:1fr}}.product-detail-page{background-color:#f8fafc;width:100%;min-height:80vh;padding:80px 120px}.back-link{color:#1e40af;cursor:pointer;background:0 0;border:none;margin-bottom:30px;padding:0;font-size:16px;font-weight:700;text-decoration:none;display:inline-block}.back-link:hover{text-decoration:underline}.product-detail{background-color:#fff;border-radius:18px;grid-template-columns:1fr 1fr;gap:45px;width:100%;padding:40px;display:grid;box-shadow:0 8px 24px #0f172a1a}.product-detail img{background-color:#e2e8f0;border-radius:14px;width:100%}.product-detail-info h1{color:#0f172a;margin-bottom:15px;font-size:38px}.detail-price{color:#1e40af;margin-bottom:20px;font-size:28px;font-weight:700}.product-detail-info p{color:#475569;margin-bottom:25px;font-size:18px;line-height:1.7}.buy-button{color:#fff;cursor:pointer;background-color:#1e40af;border:none;border-radius:8px;padding:14px 28px;font-size:16px;font-weight:700}.buy-button:hover{background-color:#1d4ed8}.footer{color:#fff;background:#0f172a;width:100%;margin-top:0;padding:70px 120px 28px}.footer-top{grid-template-columns:1.1fr 1.9fr;align-items:start;gap:70px;width:100%;display:grid}.footer-brand h2{color:#fff;margin-bottom:16px;font-size:30px}.footer-brand p{color:#cbd5e1;max-width:360px;margin-bottom:24px;line-height:1.7}.footer-socials{gap:12px;display:flex}.footer-socials a{color:#fff;background-color:#1e293b;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;font-weight:700;text-decoration:none;transition:all .25s;display:flex}.footer-socials a:hover{color:#0f172a;background-color:#38bdf8;transform:translateY(-4px)}.footer-links{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.footer-group h3{color:#fff;margin-bottom:18px;font-size:18px}.footer-group a{color:#cbd5e1;margin-bottom:12px;font-size:15px;text-decoration:none;transition:all .2s;display:block}.footer-group a:hover{color:#38bdf8;transform:translate(4px)}.footer-contact{background-color:#111c33;border:1px solid #ffffff14;border-radius:20px;grid-template-columns:repeat(3,1fr);gap:25px;width:100%;margin:45px 0 0;padding:24px 28px;display:grid}.footer-contact div{padding:4px 0}.footer-contact span{color:#38bdf8;margin-bottom:6px;font-size:14px;font-weight:700;display:block}.footer-contact p{color:#e2e8f0;margin:0;font-size:15px}.footer-bottom{color:#94a3b8;border-top:1px solid #ffffff1f;justify-content:space-between;gap:20px;width:100%;margin:35px 0 0;padding-top:22px;font-size:14px;display:flex}.footer-bottom p{margin:0}@media (width<=1000px){.navbar{padding:0 40px}.home-hero,.about-hero,.about-intro,.products-page,.product-detail-page,.footer{padding-left:40px;padding-right:40px}.home-hero{grid-template-columns:1fr}.home-highlights,.company-section{grid-template-columns:1fr;padding-left:40px;padding-right:40px}.about-intro{grid-template-columns:1fr}.mission-section{grid-template-columns:1fr;padding-left:40px;padding-right:40px}.products-grid{grid-template-columns:repeat(2,1fr)}.product-detail,.footer-top{grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(2,1fr)}.footer-contact{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}@media (width<=650px){.navbar{flex-direction:column;gap:16px;height:auto;padding:20px 25px}.nav-links{flex-wrap:wrap;justify-content:center;gap:16px}.dropdown,.dropdown-button{height:auto}.dropdown-menu{top:32px}.home-hero,.about-hero,.about-intro,.products-page,.product-detail-page,.footer{padding-left:25px;padding-right:25px}.hero-content h1{font-size:34px}.hero-description{font-size:16px}.hero-card{padding:28px}.hero-card h2{font-size:28px}.home-highlights,.mission-section,.company-section{padding-left:25px;padding-right:25px}.company-text h2{font-size:32px}.about-hero h1,.products-hero h1{font-size:34px}.products-grid,.footer-links{grid-template-columns:1fr}}.cart-page{background-color:#f8fafc;width:100%;min-height:80vh;padding:80px 120px}.cart-header{margin-bottom:28px}.cart-header h1{color:#0f172a;margin-bottom:12px;font-size:46px}.cart-header p{color:#475569;font-size:18px}.empty-cart{background-color:#fff;border-radius:22px;padding:50px;box-shadow:0 10px 28px #0f172a14}.empty-cart h2{color:#0f172a;margin-bottom:12px;font-size:30px}.empty-cart p{color:#475569;margin-bottom:24px}.cart-layout{grid-template-columns:1.5fr .7fr;align-items:start;gap:35px;display:grid}.cart-items{gap:20px;display:grid}.cart-item{background-color:#fff;border-radius:20px;grid-template-columns:160px 1fr;gap:22px;padding:20px;display:grid;box-shadow:0 10px 28px #0f172a14}.cart-item img{object-fit:cover;background-color:#e2e8f0;border-radius:16px;width:160px;height:130px}.cart-item-info h3{color:#0f172a;margin-bottom:10px;font-size:22px}.cart-item-info p{color:#475569;margin-bottom:8px}.cart-actions{align-items:center;gap:10px;margin-top:14px;display:flex}.cart-actions button{color:#0f172a;cursor:pointer;background-color:#e2e8f0;border:none;border-radius:10px;padding:8px 13px;font-weight:800}.cart-actions button:hover{background-color:#cbd5e1}.cart-actions span{text-align:center;min-width:24px;font-weight:800}.cart-actions .remove-btn{color:#b91c1c;background-color:#fee2e2;margin-left:10px}.cart-actions .remove-btn:hover{background-color:#fecaca}.cart-summary{background-color:#fff;border-radius:22px;padding:28px;position:sticky;top:100px;box-shadow:0 10px 28px #0f172a14}.cart-summary h2{color:#0f172a;margin-bottom:22px;font-size:26px}.summary-row,.summary-total{color:#475569;justify-content:space-between;margin-bottom:16px;display:flex}.summary-total{color:#0f172a;border-top:1px solid #e2e8f0;padding-top:18px;font-size:22px}.summary-total strong{color:#1e40af}.checkout-btn,.clear-cart-btn{cursor:pointer;border:none;border-radius:12px;width:100%;margin-top:12px;padding:14px;font-weight:800}.checkout-btn{color:#fff;background-color:#1e40af}.checkout-btn:hover{background-color:#1d4ed8}.clear-cart-btn{color:#0f172a;background-color:#f1f5f9}.clear-cart-btn:hover{background-color:#e2e8f0}@media (width<=1000px){.cart-page{padding-left:40px;padding-right:40px}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media (width<=650px){.cart-page{padding-left:25px;padding-right:25px}.cart-item{grid-template-columns:1fr}.cart-item img{width:100%;height:220px}.cart-type-box{width:100%;display:grid}}.order-success{text-align:center;background-color:#fff;border-radius:22px;max-width:700px;margin:0 auto;padding:45px;box-shadow:0 10px 28px #0f172a14}.order-success h2{color:#0f172a;margin-bottom:14px;font-size:32px}.order-success p{color:#475569;margin-bottom:12px;font-size:17px}.order-success strong{color:#1e40af}.order-success .primary-btn{margin-top:20px}.auth-page{background-color:#f8fafc;justify-content:center;align-items:center;width:100%;min-height:80vh;padding:80px 120px;display:flex}.auth-card{background-color:#fff;border-radius:24px;width:100%;max-width:480px;padding:40px;box-shadow:0 10px 28px #0f172a14}.auth-card h1{color:#0f172a;margin-bottom:12px;font-size:36px}.auth-description{color:#475569;margin-bottom:28px;line-height:1.7}.auth-card form{gap:14px;display:grid}.auth-card label{color:#0f172a;font-weight:700}.auth-card input,.auth-card select{border:1px solid #cbd5e1;border-radius:12px;padding:13px 14px;font-size:15px}.auth-submit-btn{color:#fff;cursor:pointer;background-color:#1e40af;border:none;border-radius:12px;margin-top:12px;padding:14px;font-weight:800}.auth-submit-btn:hover{background-color:#1d4ed8}.switch-auth-btn{color:#1e40af;cursor:pointer;background:0 0;border:none;width:100%;margin-top:18px;font-weight:700}.login-nav-btn{background-color:#38bdf8;border-radius:999px;padding:10px 16px;font-weight:800;color:#0f172a!important}.login-nav-btn:hover{background-color:#0ea5e9;color:#fff!important}.nav-user-box{align-items:center;gap:10px;display:flex}.nav-user-box span{color:#38bdf8;background-color:#1e293b;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:800}.nav-user-box button{color:#fff;cursor:pointer;background-color:#ef4444;border:none;border-radius:999px;padding:9px 14px;font-weight:800}.nav-user-box button:hover{background-color:#dc2626}.admin-dashboard-page{background:#f8fafc;width:100%;min-height:100vh;padding:70px 110px}.admin-dashboard-header{margin-bottom:34px}.admin-dashboard-header h1{color:#020617;margin:8px 0 12px;font-size:46px}.admin-dashboard-header p{color:#64748b;max-width:820px;font-size:18px;line-height:1.7}.admin-tabs{gap:18px;margin-bottom:38px;display:flex}.admin-tabs button{color:#0f172a;cursor:pointer;background:#e2e8f0;border:none;border-radius:999px;padding:14px 34px;font-size:17px;font-weight:700;transition:all .2s}.admin-tabs button:hover{background:#cbd5e1;transform:translateY(-2px)}.admin-tabs .active-admin-tab{color:#fff;background:#2947b9;box-shadow:0 12px 26px #2947b93d}.admin-section{background:#fff;border-radius:28px;padding:42px;box-shadow:0 24px 60px #0f172a14}.admin-section h2{color:#020617;margin:0 0 10px;font-size:34px}.admin-section-header{justify-content:space-between;align-items:center;gap:24px;margin-bottom:30px;display:flex}.admin-section-header p{color:#64748b;margin:0;font-size:16px}.admin-primary-btn,.admin-form button,.admin-modal-actions button,.admin-card-actions button,.admin-table-actions button{color:#fff;cursor:pointer;background:#2947b9;border:none;border-radius:14px;padding:14px 22px;font-size:15px;font-weight:700;transition:all .2s}.admin-primary-btn:hover,.admin-form button:hover,.admin-modal-actions button:hover,.admin-card-actions button:hover,.admin-table-actions button:hover{background:#1e3a9d;transform:translateY(-2px)}.admin-secondary-btn,.admin-modal-actions button[type=button]{color:#0f172a;background:#e2e8f0}.admin-secondary-btn:hover,.admin-modal-actions button[type=button]:hover{background:#cbd5e1}.admin-form{background:#f8fafc;border:1px solid #dbe3ef;border-radius:22px;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-bottom:36px;padding:30px;display:grid}.admin-form input,.admin-form select,.admin-form textarea{color:#020617;background:#fff;border:1px solid #cbd5e1;border-radius:14px;outline:none;width:100%;padding:16px 18px;font-size:16px}.admin-form textarea{resize:vertical;grid-column:span 2;min-height:120px}.admin-form input:focus,.admin-form select:focus,.admin-form textarea:focus{border-color:#2947b9;box-shadow:0 0 0 4px #2947b91f}.admin-form select:disabled{color:#94a3b8;cursor:not-allowed;background:#e5e7eb}.admin-form-field{flex-direction:column;gap:8px;display:flex}.admin-form-field label{color:#334155;font-size:14px;font-weight:700}.admin-form-hint{color:#94a3b8;margin:0;font-size:13px}.admin-form button{min-height:54px}.admin-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.admin-list-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:26px;box-shadow:0 14px 34px #0f172a0f}.admin-list-card h3{color:#1d4ed8;margin:0;font-size:22px}.admin-list-card p{color:#475569;margin:10px 0;line-height:1.5}.admin-account-card-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.admin-role-pill{text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;padding:7px 13px;font-size:12px;font-weight:800;display:inline-flex}.admin-role-pill.admin{color:#b91c1c;background:#fee2e2}.admin-role-pill.salesperson{color:#1d4ed8;background:#dbeafe}.admin-role-pill.customer{color:#15803d;background:#dcfce7}.admin-card-actions{gap:12px;margin-top:20px;display:flex}.admin-card-actions button:last-child,.admin-table-actions button:last-child{background:#ef4444}.admin-card-actions button:last-child:hover,.admin-table-actions button:last-child:hover{background:#dc2626}.admin-table-wrapper{border:1px solid #e2e8f0;border-radius:22px;width:100%;overflow-x:auto}.admin-table{border-collapse:collapse;background:#fff;width:100%;min-width:980px}.admin-table th{color:#334155;text-align:left;white-space:nowrap;background:#f1f5f9;padding:18px;font-size:14px}.admin-table td{color:#475569;vertical-align:middle;border-top:1px solid #e2e8f0;padding:18px}.admin-table td strong{color:#0f172a;margin-bottom:6px;font-size:16px;display:block}.admin-table td p{color:#64748b;max-width:360px;margin:0;font-size:14px;line-height:1.5}.admin-product-thumb{object-fit:contain;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;width:74px;height:74px}.admin-status-pill{color:#15803d;background:#dcfce7;border-radius:999px;align-items:center;padding:8px 12px;font-size:13px;font-weight:800;display:inline-flex}.admin-table-actions{gap:10px;display:flex}.admin-table-actions button{padding:10px 16px;font-size:14px}.admin-modal-overlay{z-index:1000;background:#0f172a94;justify-content:center;align-items:center;padding:32px;display:flex;position:fixed;inset:0}.admin-modal{background:#fff;border-radius:28px;width:min(980px,100%);max-height:90vh;padding:34px;overflow-y:auto;box-shadow:0 30px 80px #0f172a4d}.admin-modal-header{justify-content:space-between;align-items:center;margin-bottom:26px;display:flex}.admin-modal-header h2{color:#020617;margin:0;font-size:30px}.admin-modal-close{color:#0f172a;cursor:pointer;background:#e2e8f0;border:none;border-radius:50%;width:44px;height:44px;font-size:28px}.admin-modal-form{margin-bottom:0}.admin-modal-form h3{color:#020617;grid-column:span 2;margin:10px 0 0}.price-grid{grid-column:span 2;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.price-grid label{color:#334155;flex-direction:column;gap:8px;font-weight:700;display:flex}.admin-modal-actions{grid-column:span 2;justify-content:flex-end;gap:14px;margin-top:8px;display:flex}@media (width<=1100px){.admin-dashboard-page{padding:50px 40px}.admin-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.admin-dashboard-page{padding:36px 20px}.admin-dashboard-header h1{font-size:34px}.admin-tabs{flex-wrap:wrap}.admin-section{padding:26px}.admin-section-header{flex-direction:column;align-items:flex-start}.admin-form,.price-grid,.admin-list{grid-template-columns:1fr}.admin-form textarea,.admin-modal-form h3,.price-grid,.admin-modal-actions{grid-column:span 1}.admin-modal-actions,.admin-card-actions{flex-direction:column}}.orders-page{background-color:#f8fafc;width:100%;min-height:80vh;padding:80px 120px}.orders-header{margin-bottom:34px}.orders-header h1{color:#0f172a;margin-bottom:12px;font-size:46px}.orders-header p{color:#475569;font-size:18px;line-height:1.7}.empty-orders{background-color:#fff;border-radius:22px;padding:50px;box-shadow:0 10px 28px #0f172a14}.empty-orders h2{color:#0f172a;margin-bottom:12px;font-size:30px}.empty-orders p{color:#475569;margin-bottom:24px}.orders-list{gap:28px;display:grid}.order-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:32px;box-shadow:0 14px 36px #0f172a14}.order-card-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;padding-bottom:22px;display:flex}.order-card-header h2{color:#0f172a;margin-bottom:8px;font-size:28px}.order-card-header p{color:#64748b;font-size:15px}.order-status{color:#1e40af;white-space:nowrap;background-color:#dbeafe;border-radius:999px;justify-content:center;align-items:center;padding:9px 16px;font-size:14px;font-weight:800;display:inline-flex}.order-customer-info{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;margin-bottom:26px;padding:22px}.order-customer-info h3,.order-items h3{color:#0f172a;margin-bottom:16px;font-size:22px}.order-customer-info p{color:#475569;margin-bottom:8px}.order-customer-info strong{color:#0f172a}.order-items{gap:18px;display:grid}.order-item{background-color:#fff;border:1px solid #e2e8f0;border-radius:18px;grid-template-columns:140px 1fr;gap:22px;padding:20px;display:grid}.order-item img{object-fit:cover;background-color:#e2e8f0;border-radius:16px;width:140px;height:120px}.order-item-info h4{color:#0f172a;margin-bottom:10px;font-size:20px}.order-item-info p{color:#475569;margin-bottom:7px}.order-item-info strong{color:#0f172a}.order-summary{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;gap:14px;margin-top:26px;padding:24px;display:grid}.order-summary div{color:#475569;justify-content:space-between;align-items:center;display:flex}.order-summary strong{color:#0f172a}.order-summary .order-total{color:#0f172a;border-top:1px solid #cbd5e1;margin-top:4px;padding-top:16px;font-size:22px}.order-summary .order-total strong{color:#1e40af;font-size:24px}@media (width<=1000px){.orders-page{padding-left:40px;padding-right:40px}.order-card-header{flex-direction:column}}@media (width<=650px){.orders-page{padding-left:25px;padding-right:25px}.orders-header h1{font-size:34px}.order-card{padding:24px}.order-card-header h2{font-size:23px}.order-item{grid-template-columns:1fr}.order-item img{width:100%;height:220px}.order-summary .order-total{font-size:18px}.order-summary .order-total strong{font-size:20px}}
