.nav-btn{display:flex;align-items:center;gap:10px;background:#6366f1;color:#fff;border:none;border-radius:10px;padding:10px 22px;font-size:1.2rem;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #6366f114;transition:background .2s,color .2s,box-shadow .2s}.nav-btn:hover,.nav-btn:focus{background:#4f46e5;color:#fff;box-shadow:0 4px 16px #6366f129;outline:none}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:none;border:none;cursor:pointer;margin-right:10px;z-index:10001}.hamburger-bar{width:26px;height:3px;background:#6366f1;margin:3px 0;border-radius:2px;transition:background .2s}.dark-theme .hamburger-bar{background:#fff}.header{width:100%;max-width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:flex-start;padding:0 20px;height:64px;background:#fff;box-shadow:0 2px 12px #00000014;position:fixed;top:0;left:0;z-index:10000}.header-title{font-size:1.25rem;font-weight:800;color:#6366f1;letter-spacing:1px;text-shadow:0 1px 4px rgba(99,102,241,.12)}.dark-theme .header{background:#1a1c20;color:#e0e7ff;box-shadow:0 2px 12px #0000001f}.dark-theme .header-title{color:#e0e7ff;text-shadow:0 1px 4px rgba(30,41,59,.18)}.theme-toggle{margin-left:auto;background:linear-gradient(90deg,#6366f1,#60a5fa);color:#fff;border:none;border-radius:20px;padding:8px 20px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s,color .2s;box-shadow:0 2px 8px #6366f114}.theme-toggle:focus{outline:2px solid #6366f1;outline-offset:2px}.dark-theme .theme-toggle{background:linear-gradient(90deg,#1e293b,#6366f1);color:#e0e7ff}@media (max-width: 600px){.header{padding:0 8px;height:52px;justify-content:flex-start}.header-logo{font-size:1.3rem;margin-right:6px}.header-title{font-size:1rem;letter-spacing:.5px}.theme-toggle{padding:6px 12px;font-size:.95rem;border-radius:16px}.hamburger{display:flex!important}.theme-toggle{margin-left:0}}@media (max-width: 600px){.app-layout{flex-direction:column;padding-top:52px}.sidebar{position:fixed;top:52px;left:0;width:100vw;height:56px;flex-direction:row;align-items:center;justify-content:space-between;z-index:9999;box-shadow:0 2px 12px #0000000a;background:#fff;border-radius:0;padding:0 8px}.sidebar body.dark-theme .sidebar li{color:#a5b4fc}body.dark-theme .sidebar{background:#23272f}.sidebar ul{display:flex;flex-direction:row;gap:8px;margin:0;padding:0;width:auto}.sidebar ul .sidebar-toggle{color:inherit;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#6366f1;font-size:1.3rem;cursor:pointer;margin-right:8px;height:40px;width:40px;border-radius:8px;transition:background .2s,color .2s}.sidebar ul .sidebar-toggle:hover,.sidebar ul .sidebar-toggle:focus{background:#e0e7ff;color:#6366f1;outline:none}.sidebar li{padding:0 8px;font-size:1rem;border-radius:8px;margin:0;min-width:0}.theme-toggle{margin-bottom:0;margin-top:0;padding:8px 12px;font-size:.95rem;border-radius:10px}.main-content{margin-left:0;padding:16px 8px;width:100vw;min-height:calc(100vh - 108px);transition:filter .3s}.main-content .app-layout{flex-direction:row;padding-top:52px}.main-content .sidebar{position:fixed;top:52px;left:0;width:56px;height:calc(100vh - 52px);flex-direction:column;align-items:center;justify-content:flex-start;z-index:9999;box-shadow:0 2px 12px #0000000a;background:#fff;border-radius:0;padding:8px 0;overflow-y:auto;overflow-x:visible;transition:width .2s}.main-content .sidebar.open{width:180px}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.sidebar ul{display:flex;flex-direction:column;gap:2px;margin:0;padding:0;width:100%;height:auto;align-items:stretch}min-height: 100vh;height: 100vh;max-height: 100vh;width: 100vw;max-width: 100vw;overflow: hidden;background: linear-gradient(135deg,#e0e7ff 0%,#fff 100%);display: flex;flex-direction: column;align-items: center;justify-content: center;position: fixed;top: 0;left: 0;z-index: 9999;padding-top: 64px}.coming-soon-card{background:#fff;border-radius:18px;box-shadow:0 6px 32px #0000001a;padding:48px 32px 32px;max-width:380px;width:100%;text-align:center;margin-bottom:32px}.logo{font-size:56px;margin-bottom:12px}h1{font-size:2.5rem;font-weight:700;color:#222;margin-bottom:12px}.subtitle{color:#555;font-size:1.1rem;margin-bottom:28px}.notify{display:flex;gap:8px;justify-content:center}.notify input[type=email]{padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;outline:none;background:#f3f4f6;width:60%}.notify button{background:#6366f1;color:#fff;border:none;border-radius:8px;padding:10px 18px;font-size:1rem;font-weight:600;cursor:not-allowed;opacity:.7}.footer{color:#888;font-size:.95rem;margin-top:12px;text-align:center;justify-content:flex-start;padding:0 32px;height:64px;background:#fffffff2;box-shadow:0 2px 12px #0000000a;position:fixed;top:0;left:0;z-index:10001}.footer .main-content{margin-left:56px;padding:16px 8px;width:calc(100vw - 56px);min-height:calc(100vh - 52px);transition:margin-left .2s,width .2s}.footer .sidebar.open~.main-content{margin-left:180px;width:calc(100vw - 180px)}.header-logo{font-size:2rem;margin-right:12px}.header-title{font-size:1.5rem;font-weight:700;color:#6366f1;letter-spacing:1px}body,html{width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;box-sizing:border-box}.app-layout{min-height:100vh;width:100vw;max-width:100vw;background:linear-gradient(135deg,#e0e7ff,#fff);display:flex;flex-direction:row;padding-top:64px;box-sizing:border-box;overflow-x:hidden}.sidebar{position:fixed;top:64px;left:0;height:calc(100vh - 64px);z-index:9999}.main-content{margin-left:220px;padding:32px 24px;width:calc(100vw - 220px);min-height:calc(100vh - 64px);background:none;transition:margin-left .2s,width .2s;box-sizing:border-box;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start}.sidebar.collapsed~.main-content{margin-left:56px;width:calc(100vw - 56px)}.page h2{color:#6366f1;font-size:2rem;margin-bottom:18px}.page p{color:#444;font-size:1.15rem}.product-list{display:flex;gap:24px;flex-wrap:wrap;margin-top:24px}.product-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:18px 16px;width:220px;display:flex;flex-direction:column;align-items:center}.product-card img{width:120px;height:120px;object-fit:cover;border-radius:8px;margin-bottom:12px}.product-info h3{font-size:1.1rem;margin:8px 0 4px}.product-info .price{color:#6366f1;font-weight:600;margin-bottom:8px}.product-info button{background:#6366f1;color:#fff;border:none;border-radius:8px;padding:8px 16px;font-size:1rem;cursor:pointer}.account-details{background:#f3f4f6;border-radius:12px;padding:24px;margin-bottom:18px;max-width:400px}.account-details button{background:#6366f1;color:#fff;border:none;border-radius:8px;padding:8px 16px;font-size:1rem;cursor:pointer;margin-top:12px}.orders-list{display:flex;flex-direction:column;gap:18px;margin-top:18px}.order-card{background:#f3f4f6;border-radius:10px;padding:18px}.order-card button{background:#6366f1;color:#fff;border:none;border-radius:8px;padding:6px 14px;font-size:1rem;cursor:pointer;margin-top:8px}.addresses-list{display:flex;gap:18px;flex-wrap:wrap;margin-bottom:18px}.address-card{background:#f3f4f6;border-radius:10px;padding:16px 18px;min-width:220px}.modal-overlay{position:fixed;inset:0;background:#0003;display:flex;align-items:center;justify-content:center;z-index:99999}.modal-content{background:#fff;border-radius:12px;padding:32px 24px;min-width:320px;box-shadow:0 2px 12px #0000001f;display:flex;flex-direction:column;gap:12px}.modal-content input,.modal-content textarea{padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;margin-bottom:8px}.modal-content button{background:#6366f1;color:#fff;border:none;border-radius:8px;padding:8px 16px;font-size:1rem;cursor:pointer}.wishlist-list{display:flex;gap:18px;margin-top:18px}.wishlist-card{background:#f3f4f6;border-radius:10px;padding:16px 18px;min-width:220px}.wishlist-card button{background:#6366f1;color:#fff;border:none;border-radius:8px;padding:6px 14px;font-size:1rem;cursor:pointer;margin-top:8px}.cart-list{display:flex;gap:18px;margin-top:18px}.cart-card{background:#f3f4f6;border-radius:10px;padding:16px 18px;min-width:220px}.cart-card button{background:#ef4444;color:#fff;border:none;border-radius:8px;padding:6px 14px;font-size:1rem;cursor:pointer;margin-top:8px}.cart-summary{margin-top:24px;font-size:1.2rem;font-weight:600}.cart-summary button{background:#6366f1;color:#fff;border:none;border-radius:8px;padding:10px 22px;font-size:1rem;cursor:pointer;margin-left:18px}.support-section{margin-top:18px}.support-form{display:flex;flex-direction:column;gap:10px;max-width:400px}.support-form input,.support-form textarea{padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:1rem}.support-form button{background:#6366f1;color:#fff;border:none;border-radius:8px;padding:8px 16px;font-size:1rem;cursor:pointer}.settings-list{display:flex;flex-direction:column;gap:18px;margin-top:18px;max-width:400px}.settings-card{background:#f3f4f6;border-radius:10px;padding:16px 18px}.settings-card label{font-size:1.1rem;color:#222}body.dark-theme .settings-card label{color:#e5e7eb}.settings-card input[type=checkbox]{accent-color:#6366f1}body.dark-theme .settings-card input[type=checkbox]{accent-color:#a5b4fc}.modal-content input,.modal-content textarea,.support-form input,.support-form textarea{background:#fff;color:#222}body.dark-theme .modal-content input,body.dark-theme .modal-content textarea,body.dark-theme .support-form input,body.dark-theme .support-form textarea{background:#23272f;color:#e5e7eb;border:1px solid #444}.support-form label{color:#222}body.dark-theme .support-form label{color:#e5e7eb}body{background:linear-gradient(135deg,#e0e7ff,#fff);color:#222;transition:background .2s,color .2s}body.dark-theme{background:linear-gradient(135deg,#18181b,#23272f);color:#e5e7eb}.app-layout.dark{background:linear-gradient(135deg,#18181b,#23272f)}.header{background:#fffffff2;color:#222}body.dark-theme .header{background:#1e2024f2;color:#e5e7eb}.sidebar{background:#fff;color:#222}body.dark-theme .sidebar{background:#23272f;color:#e5e7eb}.sidebar li.active{background:#e0e7ff;color:#6366f1}body.dark-theme .sidebar li.active{background:#23272f;color:#a5b4fc;border-left:4px solid #6366f1}.page{background:#fff;color:#222;border-radius:16px;box-shadow:0 6px 32px #00000014;padding:40px 32px;width:100%;min-height:100%;margin:0;text-align:left;box-sizing:border-box;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start}body.dark-theme .page{background:#23272f;color:#e5e7eb}.product-card,.account-details,.order-card,.address-card,.wishlist-card,.cart-card,.settings-card,.modal-content{background:#f3f4f6;color:#222}body.dark-theme .product-card,body.dark-theme .account-details,body.dark-theme .order-card,body.dark-theme .address-card,body.dark-theme .wishlist-card,body.dark-theme .cart-card,body.dark-theme .settings-card,body.dark-theme .modal-content{background:#18181b;color:#e5e7eb}.theme-toggle{display:flex;align-items:center;gap:10px;background:#6366f1;color:#fff;border:none;border-radius:12px;padding:12px 24px;font-size:1.1rem;font-weight:600;cursor:pointer;margin-bottom:18px;margin-top:auto;box-shadow:0 2px 8px #6366f114;transition:background .2s,color .2s,box-shadow .2s}.theme-toggle:hover,.theme-toggle:focus{background:#4f46e5;color:#fff;box-shadow:0 4px 16px #6366f129;outline:none}body.dark-theme .theme-toggle{background:#23272f;color:#a5b4fc}
