body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body{background:#f5f7fa;font-family:Poppins,sans-serif}h2,h3{margin:10px 0}button{border:none;border-radius:6px;transition:.2s ease}button:hover{opacity:.9}input,select{border:1px solid #ccc;border-radius:5px;margin:5px 0;outline:none;padding:8px}.container{margin:auto;width:90%}.footer{background:linear-gradient(135deg,#020617,#0f172a,#172554);color:#fff;margin-top:80px;overflow:hidden;padding:70px 60px 30px;position:relative}.footer:before{background:radial-gradient(circle,#3b82f62e,#0000 70%);content:"";height:350px;left:-100px;position:absolute;top:-120px;width:350px}.footer:after{background:radial-gradient(circle,#a855f724,#0000 70%);bottom:-100px;content:"";height:300px;position:absolute;right:-100px;width:300px}.footer-top{grid-gap:50px;display:grid;gap:50px;grid-template-columns:2fr 1fr 1fr 1.5fr;position:relative;z-index:2}.footer-brand h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f96,#ff5e62);-webkit-background-clip:text;font-size:42px;font-weight:900;margin-bottom:18px}.footer-brand p{color:#ffffffbf;font-size:16px;line-height:1.8;max-width:420px}.footer-socials{display:flex;gap:14px;margin-top:25px}.footer-socials span{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border-radius:14px;cursor:pointer;display:flex;font-size:20px;height:48px;justify-content:center;transition:all .35s ease;width:48px}.footer-socials span:hover{background:linear-gradient(135deg,#2563eb,#7c3aed);transform:translateY(-5px)}.footer-contact h3,.footer-links h3{font-size:22px;font-weight:800;margin-bottom:24px}.footer-links{display:flex;flex-direction:column;gap:14px}.footer-links a{color:#ffffffbf;font-size:15px;text-decoration:none;transition:all .3s ease}.footer-links a:hover{color:#fff;transform:translateX(6px)}.footer-contact p{color:#ffffffbf;line-height:1.7;margin-bottom:14px}.footer-divider{background:#ffffff1a;height:1px;margin:50px 0 30px;width:100%}.footer-bottom{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;position:relative;z-index:2}.footer-bottom p{color:#ffffffb3;font-size:15px}.footer-payment{display:flex;flex-wrap:wrap;gap:14px}.footer-payment span{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border-radius:12px;font-size:14px;font-weight:600;padding:10px 18px;transition:all .3s ease}.footer-payment span:hover{background:#ffffff29;transform:translateY(-3px)}@media (max-width:1000px){.footer-top{grid-template-columns:1fr 1fr}}@media (max-width:700px){.footer{padding:60px 24px 25px}.footer-top{gap:40px;grid-template-columns:1fr}.footer-brand h1{font-size:34px}.footer-bottom{align-items:flex-start;flex-direction:column}.footer-payment{width:100%}}.home-container{background:#f4f6f9;min-height:100vh;padding:25px}.home-title{color:#111827;font-size:42px;font-weight:800;letter-spacing:-1px;margin-bottom:25px}.search-filter-container{margin-bottom:30px}.category-select{background:#fff;border:1px solid #d1d5db;border-radius:10px;cursor:pointer;font-size:15px;font-weight:500;outline:none;padding:12px 18px;transition:.3s}.category-select:hover{border-color:#2563eb}.category-select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.product-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.product-card{border:1px solid #e5e7eb;display:flex;flex-direction:column;padding:16px;position:relative;transition:all .35s ease}.product-card:hover{box-shadow:0 10px 25px #00000014,0 4px 10px #0000000a;transform:translateY(-7px)}.product-image{background:#f9fafb;border-radius:14px;height:220px;object-fit:contain;padding:12px;transition:.3s}.product-card:hover .product-image{transform:scale(1.04)}.product-name{color:#111827;font-size:22px;font-weight:700;line-height:1.3;margin-bottom:8px;margin-top:18px}.product-category{color:#6b7280;font-size:14px;margin-bottom:10px;text-transform:capitalize}.product-price{color:#059669;font-size:28px;font-weight:800;margin-bottom:18px}.product-buttons{display:flex;gap:12px;margin-top:auto}.product-buttons button{border:none;border-radius:10px;cursor:pointer;flex:1 1;font-size:15px;font-weight:700;padding:12px 14px;transition:all .3s ease}.cart-btn{background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff}.cart-btn:hover{box-shadow:0 6px 15px #f59e0b4d;transform:translateY(-2px)}.buy-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.buy-btn:hover{box-shadow:0 6px 15px #10b9814d;transform:translateY(-2px)}.empty-text,.loading-text{color:#374151;font-size:20px;font-weight:500;margin-top:20px}@media (max-width:768px){.home-container{padding:15px}.home-title{font-size:32px}.product-grid{gap:18px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.product-image{height:180px}.product-name{font-size:18px}.product-price{font-size:24px}.product-buttons{flex-direction:column}.product-buttons button{width:100%}}.hero-slider{background:#0f172a;border-radius:34px;box-shadow:0 20px 50px #0000002e;height:560px;isolation:isolate;margin-bottom:55px;overflow:hidden;position:relative;width:100%}.hero-slide{align-items:center;background:linear-gradient(135deg,#0f172a,#172554,#1e3a8a);display:flex;gap:50px;inset:0;justify-content:space-between;opacity:0;overflow:hidden;padding:65px;position:absolute;transition:opacity .9s ease,visibility .9s ease,transform .9s ease;visibility:hidden}.hero-slide.active{opacity:1;visibility:visible;z-index:5}.hero-slide:before{background:radial-gradient(circle,#3b82f659,#0000 70%);height:450px;left:-120px;top:-120px;width:450px}.hero-slide:after,.hero-slide:before{content:"";position:absolute;z-index:-1}.hero-slide:after{background:radial-gradient(circle,#a855f747,#0000 70%);bottom:-120px;height:350px;right:-100px;width:350px}.hero-content{color:#fff;flex:1 1;z-index:5}.hero-badge{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1f;border:1px solid #ffffff1f;border-radius:999px;box-shadow:0 4px 10px #00000014;color:#fff;display:inline-flex;font-size:14px;font-weight:700;margin-bottom:24px;padding:10px 18px}.hero-title{font-size:68px;font-weight:900;letter-spacing:-2px;line-height:1.05;margin-bottom:24px;max-width:650px}.hero-description{color:#ffffffd1;font-size:19px;line-height:1.8;margin-bottom:35px;max-width:560px}.hero-button{background:linear-gradient(135deg,#f59e0b,#ea580c);border:none;border-radius:16px;box-shadow:0 14px 30px #f59e0b59;color:#fff;cursor:pointer;font-size:16px;font-weight:800;overflow:hidden;padding:16px 36px;position:relative;transition:all .35s ease}.hero-button:before{background:linear-gradient(120deg,#0000,#ffffff40,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:.7s;width:100%}.hero-button:hover:before{left:100%}.hero-button:hover{box-shadow:0 18px 38px #f59e0b73;transform:translateY(-4px) scale(1.02)}.hero-image-wrapper{align-items:center;display:flex;flex:1 1;justify-content:center;position:relative}.hero-slider-image{animation:floatingImage 4s ease-in-out infinite;border-radius:28px;box-shadow:0 25px 50px #00000047;max-width:470px;object-fit:contain;transform:rotate(-5deg);transition:all .45s ease;width:100%}.hero-slider-image:hover{transform:rotate(0deg) scale(1.04)}@keyframes floatingImage{0%{transform:rotate(-5deg) translateY(0)}50%{transform:rotate(-5deg) translateY(-12px)}to{transform:rotate(-5deg) translateY(0)}}.hero-dots{bottom:25px;display:flex;gap:12px;left:50%;position:absolute;transform:translateX(-50%);z-index:20}.hero-dot{background:#fff6;border-radius:50%;cursor:pointer;height:12px;transition:all .35s ease;width:12px}.active-dot{background:#fff;border-radius:999px;box-shadow:0 0 12px #fff9;width:40px}@media (max-width:1100px){.hero-slider{height:auto;min-height:700px}.hero-slide{flex-direction:column;gap:40px;justify-content:center;padding:50px 30px 100px;position:relative;text-align:center}.hero-title{font-size:48px}.hero-description,.hero-title{max-width:100%}.hero-content,.hero-image-wrapper{width:100%}.hero-slider-image{max-width:340px;width:100%}}@media (max-width:700px){.hero-slider{border-radius:22px;min-height:650px}.hero-slide{padding:35px 20px 90px}.hero-title{font-size:34px;line-height:1.2}.hero-description{font-size:15px;line-height:1.7}.hero-button{width:100%}.hero-slider-image{max-width:240px}.hero-dots{bottom:18px}}.modal-overlay{align-items:center;animation:overlayFade .35s ease;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#030712a6;display:flex;height:100%;inset:0;justify-content:center;padding:20px;position:fixed;width:100%;z-index:999999}.modal{animation:modalPop .45s ease;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffffffeb;border:1px solid #ffffff47;border-radius:34px;box-shadow:0 30px 70px #00000047,0 10px 30px #3b82f61f;max-width:520px;overflow:hidden;padding:45px 40px;position:relative;width:100%}.modal:before{background:linear-gradient(90deg,#2563eb,#7c3aed,#ec4899,#f59e0b);height:7px;left:0;top:0;width:100%}.modal:after,.modal:before{content:"";position:absolute}.modal:after{background:radial-gradient(circle,#3b82f61f,#0000 70%);height:260px;right:-120px;top:-120px;width:260px;z-index:0}.close-btn{background:#ef44441a;border:none;border-radius:50%;color:#ef4444;cursor:pointer;font-size:20px;font-weight:800;height:42px;position:absolute;right:18px;top:18px;transition:all .35s ease;width:42px;z-index:10}.close-btn:hover{background:#ef4444;box-shadow:0 10px 22px #ef444459;color:#fff;transform:rotate(90deg) scale(1.08)}.modal h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0f172a,#1e3a8a);-webkit-background-clip:text;font-size:54px;font-weight:900;letter-spacing:-1px;margin-bottom:35px;position:relative;text-align:center;z-index:2}.modal-input-group{margin-bottom:22px;position:relative;z-index:2}.modal input{background:#f9fafbf2;border:2px solid #e5e7eb;border-radius:18px;box-shadow:inset 0 2px 4px #00000008;color:#111827;font-size:16px;font-weight:500;height:62px;outline:none;padding:0 20px;transition:all .35s ease;width:100%}.modal input:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 5px #3b82f624,0 10px 20px #3b82f614;transform:translateY(-1px)}.modal input::placeholder{color:#6b7280}.modal button{background:linear-gradient(135deg,#f59e0b,#f97316,#ea580c);border:none;border-radius:18px;box-shadow:0 16px 30px #f59e0b47;color:#fff;cursor:pointer;font-size:18px;font-weight:800;height:62px;letter-spacing:.3px;margin-top:8px;overflow:hidden;position:relative;transition:all .35s ease;width:100%;z-index:2}.modal button:before{background:linear-gradient(120deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:.7s;width:100%}.modal button:hover:before{left:100%}.modal button:hover{box-shadow:0 20px 40px #f59e0b61;transform:translateY(-3px) scale(1.01)}.modal p{color:#4b5563;font-size:16px;margin-top:26px;position:relative;text-align:center;z-index:2}.modal span{color:#2563eb;cursor:pointer;font-weight:800;transition:.3s}.modal span:hover{color:#1d4ed8;text-decoration:underline}@keyframes overlayFade{0%{opacity:0}to{opacity:1}}@keyframes modalPop{0%{opacity:0;transform:scale(.88) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width:700px){.modal{border-radius:28px;padding:38px 24px}.modal h2{font-size:42px}.modal button,.modal input{font-size:15px;height:56px}}@media (max-width:500px){.modal{border-radius:24px;padding:32px 18px}.modal h2{font-size:34px}.close-btn{font-size:18px;height:38px;width:38px}.modal button,.modal input{border-radius:15px}.modal button{font-size:16px}.modal p{font-size:14px}}.modal *,.modal :after,.modal :before{box-sizing:border-box}.navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#0f172a,#172554,#1e3a8a);border-bottom:1px solid #ffffff14;box-shadow:0 10px 30px #0000002e,0 2px 10px #00000014;gap:22px;justify-content:space-between;padding:16px 34px;position:-webkit-sticky;position:sticky;top:0;z-index:9999}.logo,.navbar{align-items:center;display:flex}.logo{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:16px;box-shadow:0 4px 14px #0000002e;cursor:pointer;justify-content:flex-start;min-width:160px;padding:8px 14px}.logo,.logo img{transition:all .3s ease}.logo img{filter:drop-shadow(0 3px 8px rgba(0,0,0,.35));height:70px;object-fit:contain;padding:4px;width:auto}.logo:hover img{filter:drop-shadow(0 6px 14px rgba(0,0,0,.45));transform:scale(1.06) translateY(-1px)}.logo:hover{box-shadow:0 10px 24px #00000047;transform:translateY(-2px)}@media (max-width:768px){.logo{justify-content:center;min-width:auto}.logo img{height:36px}}@media (max-width:500px){.logo img{height:32px}}.search{background:#fffffff5;border:2px solid #0000;border-radius:18px;box-shadow:inset 0 2px 4px #0000000a,0 4px 14px #00000014;color:#111827;flex:1 1;font-size:17px;font-weight:500;height:58px;max-width:760px;outline:none;padding:0 24px;transition:all .35s ease}.search::placeholder{color:#6b7280}.search:focus{border-color:#60a5fa;box-shadow:0 0 0 5px #60a5fa2e,0 10px 24px #0000001f;transform:scale(1.01)}.nav-right{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff14;border-radius:22px;box-shadow:0 4px 14px #0000001f;flex-shrink:0;gap:14px;justify-content:flex-end;padding:10px 14px}.cart-link,.nav-right,.profile-btn,.seller-btn{align-items:center;display:flex;position:relative}.cart-link,.profile-btn,.seller-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffff24;border-radius:16px;cursor:pointer;font-size:15px;font-weight:700;gap:8px;justify-content:center;min-height:50px;overflow:hidden;padding:12px 22px;text-decoration:none;transition:all .35s ease;white-space:nowrap}.profile-btn{background:linear-gradient(135deg,#ffffff24,#ffffff14);box-shadow:inset 0 1px 1px #ffffff14,0 4px 12px #0000001f;color:#fff}.profile-btn:hover{background:#ffffff38;box-shadow:0 10px 22px #ffffff1f;transform:translateY(-3px)}.seller-btn{background:linear-gradient(135deg,#f59e0b,#ea580c);box-shadow:0 8px 20px #f59e0b59;color:#fff}.seller-btn:hover{box-shadow:0 14px 28px #f59e0b73;transform:translateY(-3px)}.cart-link{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 8px 20px #10b98159;color:#fff!important}.cart-link:hover{box-shadow:0 14px 28px #10b98173;transform:translateY(-3px)}.cart-link:before,.profile-btn:before,.seller-btn:before{background:linear-gradient(120deg,#0000,#ffffff47,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:.7s;width:100%}.cart-link:hover:before,.profile-btn:hover:before,.seller-btn:hover:before{left:100%}.profile-dropdown{animation:dropdownFade .25s ease;background:#fff;border:1px solid #0000000d;border-radius:22px;box-shadow:0 20px 40px #0000002e;padding:12px;position:absolute;right:0;top:78px;width:220px;z-index:99999}.profile-dropdown div{border-radius:14px;color:#111827;cursor:pointer;font-size:15px;font-weight:600;padding:14px 16px;transition:all .25s ease}.profile-dropdown div:hover{background:#eff6ff;color:#2563eb}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1100px){.navbar{grid-gap:18px;align-items:center;display:grid;gap:18px;grid-template-columns:auto 1fr auto}.search{max-width:100%;width:100%}.nav-right{justify-content:flex-end}}@media (max-width:768px){.navbar{gap:16px;grid-template-areas:"logo right" "search search";grid-template-columns:1fr 1fr;padding:15px 18px}.logo{font-size:34px;grid-area:logo}.search{font-size:15px;grid-area:search;height:54px;order:3;width:100%}.nav-right{gap:10px;grid-area:right;justify-self:end;padding:8px 10px}.cart-link,.profile-btn,.seller-btn{border-radius:14px;font-size:13px;min-height:44px;padding:10px 14px}.profile-dropdown{right:0;top:68px}}@media (max-width:520px){.navbar{gap:14px;grid-template-areas:"logo" "search" "right";grid-template-columns:1fr;padding:14px}.logo{font-size:30px;text-align:center}.search{border-radius:16px;height:52px;width:100%}.nav-right{flex-wrap:wrap;gap:10px;justify-content:center;width:100%}.cart-link,.profile-btn,.seller-btn{flex:1 1;font-size:13px;min-width:110px;padding:10px 12px}.profile-dropdown{right:0;top:72px;width:100%}}.search{box-sizing:border-box;display:block;min-width:0;width:100%}@media (max-width:768px){.navbar{align-items:stretch;display:flex;flex-direction:column;gap:16px;padding:16px}.logo{font-size:34px;text-align:center}.search{border-radius:16px;flex:none;font-size:15px;height:54px;margin:0;max-width:100%;width:100%}.nav-right{flex-wrap:wrap;gap:10px;justify-content:center;width:100%}}@media (max-width:500px){.navbar{padding:14px}.logo{font-size:30px}.search{border-radius:14px;font-size:14px;height:52px;max-width:100%;padding:0 18px;width:100%}.nav-right{display:flex;flex-wrap:wrap;justify-content:center;width:100%}.cart-link,.profile-btn,.seller-btn{flex:1 1;max-width:160px;min-width:110px}}.checkout-container{background:#f5f7fa;min-height:100vh;padding:30px 0}.checkout-box{background:#fff;border-radius:12px;box-shadow:0 6px 18px #00000014;box-sizing:border-box;margin:auto;padding:25px;width:400px}.checkout-box h2{font-size:26px;margin-bottom:15px;text-align:center}.checkout-box h3{color:#333;font-size:18px;margin-top:20px}.direct-box{background:#f0f4ff;border-radius:8px;margin-bottom:10px;padding:10px}.cart-msg{color:#555;font-size:14px;margin-bottom:10px}.checkout-box input{font-size:14px;margin:8px 0}.checkout-box input,.checkout-box select{border:1px solid #ccc;border-radius:6px;box-sizing:border-box;padding:10px;width:100%}.checkout-box select{margin-top:10px}.place-order-btn{background:#e65100;border:none;border-radius:6px;box-sizing:border-box;color:#fff;cursor:pointer;font-size:16px;margin-top:18px;padding:12px;transition:.2s ease;width:100%}.place-order-btn:hover{background:#bf360c}.checkout-box p{color:#444;font-size:14px}.orders-container{margin:auto;padding:20px;width:85%}.order-card{background:#fff;border-radius:10px;box-shadow:0 4px 10px #0000000d;margin-bottom:15px;padding:15px}.order-header{display:flex;justify-content:space-between;margin-bottom:10px}.order-status{border-radius:6px;font-weight:700;padding:5px 10px}.status-Pending{background:orange;color:#fff}.status-Confirmed{background:blue;color:#fff}.status-Shipped{background:purple;color:#fff}.status-Delivered{background:green;color:#fff}.status-Cancelled{background:red;color:#fff}.order-actions,.order-items{margin-top:10px}.order-actions button{margin-right:10px;padding:6px 12px}.cancel-btn{background:red;color:#fff}.invoice-btn{background:#007bff;color:#fff}.status{border-radius:5px;font-size:13px;font-weight:700;padding:4px 10px}.status.pending{background:#fff3cd;color:#856404}.status.confirmed{background:#cce5ff;color:#004085}.status.shipped{background:#e2e3ff;color:#383d7c}.status.delivered{background:#d4edda;color:#155724}.status.cancelled{background:#f8d7da;color:#721c24}.cart-container{margin:auto;max-width:900px;padding:30px}.cart-container>div{align-items:center;background:#fff;border:1px solid #ddd;border-radius:10px;display:flex;gap:20px;margin-bottom:15px;padding:15px;transition:.3s}.cart-container>div:hover{box-shadow:0 4px 12px #0000001a}.cart-container input[type=checkbox]{cursor:pointer;transform:scale(1.2)}.cart-container img{background:#f9f9f9;border-radius:6px;height:90px;object-fit:contain;width:100px}.cart-info{flex:1 1}.cart-container h3{font-size:18px;margin:0}.cart-container p{margin:4px 0}.cart-container p:first-of-type{color:green;font-size:16px;font-weight:700}.cart-container p:nth-of-type(2){color:#555;font-size:14px}.qty{align-items:center;display:flex;gap:10px;margin:8px 0}.qty button{background:#f5f5f5;border:1px solid #ccc;border-radius:4px;cursor:pointer;padding:5px 12px;transition:.2s}.qty button:hover{background:#eaeaea}.remove-btn{background:red;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:6px;padding:6px 12px;transition:.2s}.remove-btn:hover{background:#c62828}.cart-container h3,.total{text-align:center}.total{color:green;font-size:18px;font-weight:700;margin-top:20px}.checkout-btn{background:green;border:none;border-radius:6px;color:#fff;cursor:pointer;display:block;font-size:15px;margin:20px auto 0;padding:12px 20px;transition:.2s}.checkout-btn:hover{background:#2e7d32}.login-container{align-items:center;background:#f5f7fa;display:flex;height:90vh;justify-content:center}.login-box{background:#fff;border-radius:10px;box-shadow:0 4px 12px #0000001a;max-width:400px;padding:25px;width:100%}.login-title{margin-bottom:20px;text-align:center}.login-input{border:1px solid #ccc;border-radius:6px;box-sizing:border-box;font-size:14px;margin-bottom:15px;padding:12px;width:100%}.login-btn{background:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;padding:12px;width:100%}.login-btn:hover{background:#0056b3}.login-footer{margin-top:12px;text-align:center}.login-link{color:#007bff;cursor:pointer;font-weight:700}.register-container{align-items:center;background:#f5f7fa;display:flex;height:90vh;justify-content:center}.register-box{background:#fff;border-radius:10px;box-shadow:0 4px 12px #0000001a;max-height:90vh;max-width:420px;overflow-y:auto;padding:25px;width:100%}.register-title{margin-bottom:20px;text-align:center}.register-input{border:1px solid #ccc;border-radius:6px;box-sizing:border-box;font-size:14px;margin-bottom:15px;padding:12px;width:100%}.register-btn{background:green;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;padding:12px;width:100%}.register-btn:hover{background:#006400}.register-footer{margin-top:12px;text-align:center}.register-link{color:green;cursor:pointer;font-weight:700}.sidebar{background:#111;height:100vh;width:220px}.sidebar-title{margin-bottom:15px}.sidebar-user{color:#bbb;font-size:14px;margin-bottom:20px}.sidebar-menu{list-style:none;padding:0}.sidebar-menu li{margin:12px 0}.sidebar-menu a{color:#fff;font-size:15px;text-decoration:none}.sidebar-menu a:hover{color:#4caf50}.logout-btn{background:crimson;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:30px;padding:10px;width:100%}.logout-btn:hover{background:red}.add-product-container{background:#f5f6fa;flex:1 1;min-height:100vh;padding:30px}.add-product-box{background:#fff;border-radius:10px;box-shadow:0 4px 12px #0000001a;margin:auto;max-width:600px;padding:25px}.add-product-box h2{font-size:22px;font-weight:700;margin-bottom:20px}.add-product-input{border:1px solid #ccc;border-radius:6px;box-sizing:border-box;font-size:14px;margin-bottom:15px;padding:12px;transition:.3s;width:100%}.add-product-input:focus{border-color:#007bff;outline:none}.add-product-textarea{min-height:100px;resize:none}.add-product-btn{background:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;padding:12px;transition:.3s;width:100%}.add-product-btn:hover{background:#0056b3}.my-products-page{padding:20px;width:100%}.products-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.products-header h1{color:#111827;font-size:34px}.products-header p{color:#6b7280;margin-top:8px}.products-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.product-card{background:#fff;border-radius:18px;box-shadow:0 6px 18px #00000014;overflow:hidden;transition:.3s}.product-card:hover{transform:translateY(-5px)}.product-image{align-items:center;background:#f3f4f6;display:flex;height:250px;justify-content:center;width:100%}.product-image img{height:100%;object-fit:contain;width:100%}.product-details{padding:20px}.product-details h3{color:#111827;font-size:20px;height:55px;margin-bottom:12px;overflow:hidden}.price{color:#10b981;font-size:26px;font-weight:700;margin-bottom:20px}.button-group{display:flex;gap:12px}.delete-btn,.edit-btn{border:none;border-radius:10px;color:#fff;cursor:pointer;flex:1 1;font-size:16px;padding:12px;transition:.3s}.edit-btn{background:#2563eb}.edit-btn:hover{background:#1d4ed8}.delete-btn{background:#ef4444}.delete-btn:hover{background:#dc2626}@media(max-width:600px){.products-header{align-items:flex-start;flex-direction:column;gap:10px}}.seller-layout{background:#f3f4f6;display:flex;min-height:100vh}.seller-content{flex:1 1;padding:25px}.dashboard-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:25px}.dashboard-title{color:#111827;font-size:36px;font-weight:700}.welcome-text{color:#6b7280;font-size:18px;margin-top:8px}.notification-box{cursor:pointer;font-size:34px;position:relative}.notification-box span{background:red;border-radius:50%;color:#fff;font-size:12px;padding:4px 8px;position:absolute;right:-10px;top:-8px}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:30px}.stat-card{border-radius:18px;box-shadow:0 6px 18px #00000014;color:#fff;padding:25px;transition:.3s}.stat-card:hover{transform:translateY(-5px)}.stat-card h3{font-size:18px;margin-bottom:15px}.stat-card p{font-size:30px;font-weight:700}.revenue{background:linear-gradient(135deg,#10b981,#059669)}.orders{background:linear-gradient(135deg,#3b82f6,#2563eb)}.pending{background:linear-gradient(135deg,#f59e0b,#d97706)}.products{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.dashboard-grid{grid-template-columns:2fr 1fr}.dashboard-card{border-radius:18px;box-shadow:0 6px 16px #0000000f}.dashboard-card h2{color:#111827;margin-bottom:20px}.order-item,.stock-item{border-bottom:1px solid #e5e7eb;padding:15px}.order-item:last-child,.stock-item:last-child{border-bottom:none}.order-item h4,.stock-item h4{color:#111827;margin-bottom:8px}.order-item p,.stock-item p{color:#6b7280;margin:4px 0}.pending-text{color:#f59e0b;font-weight:700}.success-text{color:#10b981;font-weight:700}@media(max-width:900px){.dashboard-grid{grid-template-columns:1fr}}@media(max-width:600px){.dashboard-top{align-items:flex-start;flex-direction:column;gap:20px}.dashboard-title{font-size:28px}}.update-page{align-items:center;background:#f3f4f6;display:flex;justify-content:center;min-height:100vh;padding:30px}.update-form{background:#fff;border-radius:20px;box-shadow:0 6px 18px #00000014;max-width:600px;padding:35px;width:100%}.update-form h1{color:#111827;margin-bottom:25px;text-align:center}.image-preview{background:#f3f4f6;border-radius:15px;height:250px;margin-bottom:25px;overflow:hidden;width:100%}.image-preview img{height:100%;object-fit:contain;width:100%}.input-group{margin-bottom:20px}.input-group label{color:#374151;display:block;font-weight:600;margin-bottom:8px}.input-group input,.input-group textarea{border:1px solid #d1d5db;border-radius:10px;font-size:16px;outline:none;padding:14px;width:100%}.input-group input:focus,.input-group textarea:focus{border-color:#2563eb}.update-btn{background:#2563eb;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:18px;padding:15px;transition:.3s;width:100%}.update-btn:hover{background:#1d4ed8}.loading-box{align-items:center;display:flex;justify-content:center;min-height:100vh}body{font-family:Arial;margin:0}.admin-layout{display:flex}.sidebar{background:#111827;color:#fff;min-height:100vh;padding:20px;width:250px}.sidebar a{color:#fff;display:block;margin:20px 0;text-decoration:none}.admin-content{background:#f3f4f6;flex:1 1;padding:20px}.dashboard-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.dashboard-card{background:#fff;border-radius:10px;padding:20px}.admin-login{align-items:center;display:flex;height:100vh;justify-content:center}.admin-login form{background:#fff;border-radius:10px;padding:30px;width:350px}.admin-login input{margin:10px 0;padding:12px;width:100%}.admin-login button{background:#000;border:none;color:#fff;padding:12px;width:100%}table{background:#fff;border-collapse:collapse;width:100%}td,th{border:1px solid #ddd;padding:15px}button{cursor:pointer;margin-right:10px;padding:8px 14px}
/*# sourceMappingURL=main.f0ebe7d5.css.map*/