@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.header{display:flex;justify-content:space-between;align-items:center;background-color:#635bff;color:#fff;padding:.75rem 1.5rem;position:relative;top:0;left:0;width:100%;z-index:1000}.left-section{display:flex;align-items:center;position:relative}.menu-toggle{background:none;border:none;color:#fff;font-size:1.2rem;padding:5px;cursor:pointer;margin-right:1rem}.nav-links{display:flex;gap:1.5rem;transition:max-height .3s ease-in-out}.nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:color .2s ease}.nav-links a:hover{color:#f0a500}.nav-links.open{display:flex;flex-direction:column;background-color:#1e1e2f;position:absolute;top:50px;left:0;width:200px;padding:1rem;border:1px solid #333;z-index:100}.cart-section{display:flex;align-items:center;gap:1.5rem;position:relative}.cart-icon{position:relative;font-size:1.5rem;color:#fff;text-decoration:none;display:flex}.cart-icon:hover{color:#f0a500}.cart-count{position:absolute;top:-5px;right:-10px;background-color:#f44336;color:#fff;border-radius:50%;padding:0 6px;font-size:.7rem;font-weight:700}.user-icon,.user-avatar{font-size:2rem;background-color:#444;color:#fff;border-radius:50%;padding:.4rem;display:flex;align-items:center;justify-content:center}.user-avatar{width:36px;height:36px;font-weight:700;font-size:1rem}.dropdown-menu{position:absolute;top:100%;right:0;background-color:#2c2c3e;border:1px solid #333;border-radius:4px;min-width:180px;display:flex;flex-direction:column;z-index:100;padding:.5rem 0}.dropdown-menu a,.dropdown-menu button{padding:.5rem 1rem;text-align:left;color:#fff;background:none;border:none;text-decoration:none;font-size:.95rem;transition:background-color .2s;cursor:pointer}.dropdown-menu a:hover,.dropdown-menu button:hover{background-color:#3e3e5e;color:#000}.logout-btn{width:100%;text-align:left}@media (max-width: 768px){.nav-links{display:none;flex-direction:column;position:absolute;top:55px;left:0;background-color:#1e1e2f;width:100%;padding:1rem}.nav-links.open{display:flex}.menu-toggle{display:block}}.menu-toggle{display:none}@media (max-width: 768px){.menu-toggle{display:block}.nav-links{display:none}.nav-links.open{display:flex}}.notification-wrapper{position:relative;display:inline-block;margin-right:1rem}.notification-bell{background:none;border:none;color:inherit;font-size:1.5rem;cursor:pointer;position:relative;padding:0;display:flex}.notif-count{position:absolute;top:-6px;right:-8px;background:red;color:#fff;font-size:.75rem;padding:0 6px;border-radius:50%;font-weight:700}.notification-dropdown{position:absolute;right:0;top:2.5rem;width:300px;max-height:350px;overflow-y:auto;background:#fff;box-shadow:0 2px 8px #0003;border-radius:4px;z-index:9999}.notification-dropdown ul{list-style:none;margin:0;padding:0}.notification-item{padding:10px 15px;border-bottom:1px solid #eee;cursor:default;color:#303030}.notification-item.unread{background-color:#e6f7ff;font-weight:600}.notif-date{font-size:.75rem;color:#666}.no-notifications{padding:10px 15px;color:#999;text-align:center}.view-all{display:block;padding:10px 15px;text-align:center;border-top:1px solid #eee;color:#007bff;text-decoration:none}.view-all:hover{text-decoration:underline}.hero-section{display:flex;justify-content:center;align-items:center;background:#fff;font-family:Segoe UI,Helvetica Neue,sans-serif;overflow:hidden;min-height:100vh}.hero-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:350px;background:linear-gradient(135deg,#635bff,#8c00ff,#60a5fa);background-size:400% 400%;animation:gradientShift 12s ease-in-out infinite;filter:contrast(1.2) brightness(1.1);clip-path:ellipse(100% 100% at 50% 0%);z-index:0;pointer-events:none}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.hero-container{position:relative;z-index:1;max-width:1400px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:3rem;justify-content:center;padding:0 1rem}@media (min-width: 768px){.hero-container{flex-direction:row;justify-content:space-between;align-items:center;padding:0 4rem;gap:5rem}}.hero-carousel{position:relative;width:100%;max-width:350px;display:flex;overflow:hidden;flex-shrink:0}@media (min-width: 1024px){.hero-carousel{max-width:700px}}.carousel-wrapper{display:flex;transition:transform .3s ease-in-out}.carousel-slide{min-width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center;height:100%}.hero-image{width:100%;height:auto;max-height:700px;border-radius:16px;display:block;transition:transform .3s ease;object-fit:contain}.carousel-dots{position:absolute;bottom:.5rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem}.dot{width:8px;height:8px;border-radius:50%;background:#ccc;cursor:pointer;transition:background-color .3s ease}.dot-active,.dot:hover{background:#e11d48}.hero-text{flex:1;text-align:center;opacity:0;transform:translateY(20px);animation:fadeInUp 1s ease-out .3s forwards}@media (min-width: 768px){.hero-text{text-align:left;max-width:600px}}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.hero-label{text-transform:uppercase;color:#e11d48;font-size:.85rem;letter-spacing:2px;margin-bottom:.5rem;font-weight:500}.hero-title{font-size:2rem;line-height:1.2;color:#49008b;font-family:Georgia,serif;margin-bottom:1rem;transition:color .3s ease}.hero-title:hover{color:#be123c}@media (max-width: 480px){.hero-image{max-height:350px}}@media (min-width: 768px){.hero-title{font-size:3rem}}.hero-description{color:#49008b;font-size:1rem;margin-bottom:1.5rem}.hero-button{border:1px solid #49008b;color:#49008b;background-color:transparent;padding:.75rem 2rem;text-transform:uppercase;font-size:.9rem;letter-spacing:1px;cursor:pointer;transition:background-color .3s ease,transform .2s ease;border-radius:4px}.hero-button:hover{background-color:#ffe4e6;transform:translateY(-2px)}.home-products{padding:80px 20px;background-color:#fef8f6;box-shadow:0 0 20px 20px #fef8f6,0 10px 20px #fff1f3;position:relative;z-index:1}.home-title{text-align:center;font-size:2rem;margin-bottom:30px;font-weight:500;color:#1a1a1a;font-family:Playfair Display,serif}.home-products-grid{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:40px;padding:20px 0 40px 20px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.home-product-card{flex:0 0 auto;width:300px;background:#fff;border-radius:20px;padding:0 20px 20px;display:flex;flex-direction:column;align-items:center;scroll-snap-align:start;box-shadow:0 8px 30px #0000000d}.home-image-wrapper{width:300px;height:350px;margin-bottom:20px;overflow:hidden;border-radius:15px 15px 0 0}.home-product-image{width:100%;height:100%;object-fit:cover;border-radius:15px 15px 0 0;transition:transform .3s ease}.home-image-wrapper:hover .home-product-image{transform:scale(1.2)}.home-product-info{text-align:center}.home-product-name{margin-top:10px;font-size:1.3rem;font-weight:500;color:#1a1a1a}.home-variant-name{font-size:.9rem;color:#777;margin-bottom:5px}.home-swatches{display:flex;gap:8px;justify-content:center;margin:20px 0;flex-wrap:wrap}.home-swatch{width:22px;height:22px;border-radius:50%;border:1px solid #ddd;cursor:pointer;transition:transform .2s}.home-swatch.active{border:2px solid black;transform:scale(1.1)}.add-to-bag-btn{background-color:transparent;border:1px solid #3a1928;color:#3a1928;padding:.6rem 1rem;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.add-to-bag-btn:hover{background-color:#1a1a1a;color:#fff}.home-see-all-container{text-align:center;margin-top:60px}.home-see-all-btn{display:inline-block;padding:16px 50px;background:#000;color:#fff;text-decoration:none;border-radius:40px;font-weight:600;font-size:1.2rem;transition:background-color .3s}.home-see-all-btn:hover{background-color:#333}@media (min-width: 1080px){.home-products-grid{align-items:center;justify-content:center}}.home-description{display:flex;align-items:center;justify-content:center;padding:6rem 4rem;background-color:#4d20a8;gap:6rem;flex-wrap:wrap}@keyframes fancyPulse{0%{transform:scale(1) rotate(0);box-shadow:0 0 10px #008cff4d}25%{transform:scale(1.03) rotate(1deg);box-shadow:0 0 20px #008cff66}50%{transform:scale(1.05) rotate(-1deg);box-shadow:0 0 30px #008cff99}75%{transform:scale(1.03) rotate(1deg);box-shadow:0 0 20px #008cff66}to{transform:scale(1) rotate(0);box-shadow:0 0 10px #008cff4d}}.home-description__image-wrapper{flex:0 0 480px;width:480px;height:480px;padding:30px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;animation:fancyPulse 5s ease-in-out infinite;transition:transform .3s ease,box-shadow .3s ease}.home-description__image{width:100%;height:auto;object-fit:cover}.home-description__text{flex:1;max-width:500px}.home-description__title{font-size:2.5rem;font-weight:500;color:#f9f9f9;margin-bottom:1.5rem}.home-description__desc{font-size:1.125rem;line-height:1.8;color:#fff;margin-bottom:2rem}.home-description__link{display:inline-block;font-size:.95rem;text-transform:uppercase;letter-spacing:.25em;text-decoration:underline;font-weight:600;color:#fff;transition:color .3s ease}.home-description__link:hover{color:#7f1d35}@media (max-width: 768px){.home-description__image-wrapper{width:300px;height:300px;border-radius:50%}}@media (max-width: 768px){.home-description__image-wrapper{width:300px;height:300px;flex:0 0 300px;border-radius:50%}}.footer{background-color:#0a2540;color:#fff;padding:64px 24px;font-family:Inter,Segoe UI,sans-serif}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px;max-width:1200px;margin:0 auto}.footer-logos{display:flex;flex-direction:column;gap:16px}.footer-logos img{display:block;max-width:140px;height:auto}.footer-section{min-width:160px;font-size:.875rem;line-height:1.6}.footer-section h4{margin-bottom:16px;font-size:1rem;font-weight:600;color:#fff}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:12px;cursor:pointer;transition:color .2s ease}.footer-section li:hover{color:#a0aec0}.contact-info p{margin:8px 0;font-size:.875rem}.social-icons{display:flex;align-items:center;margin-top:16px}.social-icons a{color:#fff;margin-right:16px;text-decoration:none;transition:transform .2s ease,color .2s ease}.social-icons a:hover{transform:scale(1.1);color:#94a3b8}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:48px;padding-top:24px;text-align:center;font-size:.875rem;color:#cbd5e1}.footer a{color:inherit;text-decoration:none}.footer a:hover{text-decoration:underline}.hiw-wrapper{max-width:1200px;margin:auto;padding:4rem 2rem;font-family:Inter,sans-serif}.hiw-section{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:nowrap}.hiw-left{flex:0 0 50%;max-width:50%}.hiw-title{font-size:2.5rem;font-weight:700;color:#222;margin-bottom:1rem}.hiw-subtitle{font-size:1rem;color:#666;line-height:1.6}.hiw-right{flex:0 0 50%;max-width:50%;position:relative;padding-left:2.5rem}.hiw-line{position:absolute;top:0;bottom:0;left:14px;width:3px;background-color:#6c63ff;z-index:0}.hiw-step{position:relative;margin-bottom:2rem;margin-top:2rem;display:flex;align-items:flex-start;gap:1rem;padding-left:2.5rem;transition:transform .3s ease;z-index:1}.hiw-step:hover{transform:translateY(-3px)}.hiw-bullet{width:28px;height:28px;background-color:#6c63ff;color:#fff;font-weight:600;font-size:.95rem;border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;left:0;top:0;z-index:2;box-shadow:0 0 0 4px #6c63ff40}.hiw-step-title{font-size:1.2rem;font-weight:600;color:#333}.hiw-step-description{font-size:.95rem;color:#555;margin-top:.2rem;line-height:1.5}.hiw-image{width:100%;max-width:400px;margin-top:20px;margin-bottom:20px;border-radius:8px;object-fit:cover}.hiw-footer{margin-top:3rem;text-align:center}.hiw-start-button{padding:.85rem 2.2rem;border-radius:8px;border:none;font-size:.95rem;font-weight:600;text-transform:none;letter-spacing:.3px;background:linear-gradient(135deg,#635bff,#805bff);color:#fff;box-shadow:0 4px 12px #635bff59;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .3s ease}.hiw-start-button:hover{transform:translateY(-2px);box-shadow:0 6px 18px #635bff73;background:linear-gradient(135deg,#6d63ff,#8c66ff)}.hiw-start-button:active{transform:translateY(0);box-shadow:0 3px 8px #635bff4d}.hiw-start-button:focus-visible{outline:3px solid rgba(99,91,255,.5);outline-offset:3px}@media screen and (max-width: 768px){.hiw-section{flex-direction:column;padding:2rem 1rem}.hiw-left,.hiw-right{flex:0 0 100%;max-width:100%}.hiw-right{padding-left:2rem;margin-top:2rem}.hiw-line{left:12px}.hiw-title{font-size:2rem}}.offer-container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:4rem;padding:4rem 2rem;max-width:1200px;min-height:100vh;margin:auto;align-items:center;font-family:Segoe UI,sans-serif}.offer-title{font-size:2rem;color:#fff;margin-bottom:2rem}.offer-left,.offer-right{flex:1 1 480px}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.service-card{background:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #e0e0e0;border-radius:12px;padding:1.25rem;display:flex;align-items:center;gap:1rem;transition:transform .2s ease;box-shadow:0 4px 12px #0000000d}.service-card:hover{transform:translateY(-4px)}.service-icon{background-color:#6c63ff;color:#fff;border-radius:50%;width:28px;height:28px;min-width:28px;min-height:28px;font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.commission-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #0000000f;border:1px solid #e4e4e4}.offer-commission-table{width:100%;border-collapse:collapse;margin-bottom:1.5rem}.offer-commission-table th{background:#6c63ff;color:#fff;text-align:left;padding:1rem;font-size:1rem}.offer-commission-table td{padding:1rem;border-bottom:1px solid #eee;font-weight:500;color:#333}.offer-commission-table tr:last-child td{border-bottom:none}.commission-note{font-size:.95rem;color:#666;font-style:italic}.partnership-text{font-size:1.1rem;color:#444;margin-top:2rem;padding-left:1rem;border-left:4px solid #6c63ff;font-style:italic;background:#ffffff80;border-radius:6px;padding:1rem 1.5rem}.offer-section{background-image:linear-gradient(360deg,#fffaf8,#a89cff 40%,#a89cff 60%,#5247e4),radial-gradient(circle,rgba(255,255,255,.05) 1%,transparent 100%);background-blend-mode:overlay}@media (max-width: 768px){.offer-container{flex-direction:column;padding:3rem 1rem}.commission-card{padding:1rem}}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;padding:2rem;border-radius:10px;max-width:400px;width:90%;position:relative;box-shadow:0 0 10px #0003}.modal input{width:100%;padding:10px;margin:1rem 0;font-size:16px}.modal button{padding:.5rem 1rem;margin-top:10px;cursor:pointer}.result{margin-top:10px;font-weight:700;color:green}.calculate-btn{padding:.6rem 1.2rem;background-color:#6c63ff;color:#fff;border:none;border-radius:4px;cursor:pointer}.close-btn{background:transparent;color:#666;margin-left:10px;font-size:14px}.calculator-wrapper{display:flex;align-items:center;align-content:center;justify-content:space-between}.offer-contact{background:#fff;padding:2rem;text-align:center;font-size:1rem;color:#333}.offer-contact a{color:#6c63ff;text-decoration:none;font-weight:500}.offer-contact a:hover{text-decoration:underline}.products-page{padding:1rem;font-family:Playfair Display,serif;background-color:#fffaf8;color:#3a1928}.products-page h1{font-size:1.8rem;text-align:center;margin-bottom:2rem;font-weight:500}.top-bar{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.categories{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.category-btn{border:1px solid #3a1928;background:transparent;color:#3a1928;padding:.4rem 1rem;border-radius:4px;cursor:pointer;font-family:Inter;transition:all .2s ease}.category-btn:not(.active):hover{background-color:#3a1928;color:#fff}.category-btn.active{background-color:#3a1928;color:#fff;font-weight:600}.filters-sort{display:flex;justify-content:space-between;font-family:Playfair Display,serif;font-size:1rem;border-top:1px solid #ccc;padding-top:1rem}.products-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.product-card{flex:1 1 240px;max-width:300px;text-align:center}.product-image{width:100%;object-fit:contain;border-radius:8px;background-color:#f8f5f3;max-height:500px}.product-name{font-size:1rem;font-weight:500;margin:.7rem 0 .4rem}.product-rating{color:#8b5e75;font-size:.85rem;margin-bottom:.5rem}.reviews{margin-left:.5rem;text-decoration:underline;font-size:.8rem}.swatches{display:flex;justify-content:center;gap:.5rem;margin:1rem 0}.swatch{width:28px;height:28px;border-radius:50%;border:2px solid transparent;transition:transform .2s ease}.swatch.active{border-color:#3a1928!important;box-shadow:0 0 0 2px #d6a1c6;border:2px solid #000!important}.swatch:hover{transform:scale(1.1)}.add-to-bag{background-color:transparent;border:1px solid #3a1928;color:#3a1928;padding:.6rem 1rem;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter}.add-to-bag:disabled{background-color:#e0e0e0;color:#888;cursor:not-allowed}.add-to-bag:hover{background-color:#3a1928;color:#fff}@media (max-width: 600px){.products-grid{display:grid;grid-template-columns:repeat(2,1fr)}.product-card{max-width:100%;flex:none}}.divider-container{display:flex;align-items:center;margin:20px 0}.divider-line{flex:1;height:1px;background-color:#ccc}.divider-text{padding:0 10px;white-space:nowrap;font-weight:700}.checkout-wrapper{min-height:100vh;align-items:center;align-content:center}.checkout-form{font-family:Playfair Display,serif;padding:2rem;background-color:#fffaf8;color:#3a1928;max-width:1200px;margin:0 auto}.checkout-columns{display:flex;flex-direction:column;gap:2rem}.checkout-left,.checkout-right{width:100%}.checkout-subtitle{font-size:1.5rem;margin-bottom:1rem;font-weight:600;color:#3a1928}.checkout-form input,.checkout-form select{width:100%;padding:.75rem;margin-top:.5rem;margin-bottom:.5rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;font-family:inherit;background-color:#fff}.checkout-checkbox{display:flex;align-items:center;gap:.5rem;margin-top:1.5rem;margin-bottom:1rem;font-weight:500}.checkout-form ul{list-style:none;padding:0;margin:0}.checkout-form li{padding:.3rem 0;font-size:1rem;border-bottom:1px solid #eee}.checkout-total{font-weight:600;font-size:1.2rem;margin-top:1rem}.checkout-card{border:1px solid #ccc;padding:1rem;border-radius:6px;background-color:#fff;margin-top:1rem}.checkout-btn{background-color:#3a1928;color:#fff;padding:.9rem 2rem;border:none;border-radius:6px;font-size:1.1rem;font-weight:500;cursor:pointer;margin-top:2rem;transition:background-color .3s ease;width:100%}.checkout-btn:disabled{background-color:#ccc;cursor:not-allowed}.checkout-btn:hover:not(:disabled){background-color:#d6a1c6}.checkout-message{margin-top:1rem;font-size:1.2rem;color:#000}input.checkout-input{width:20px;margin:0;height:30px}@media (min-width: 900px){.checkout-columns{flex-direction:row;align-items:flex-start}.checkout-left,.checkout-right{width:50%}.checkout-left{padding-right:2rem}.checkout-right{padding-left:2rem;border-left:1px solid #eee}.checkout-btn{width:100%}}.checkout-address-row{display:flex;gap:20px}.checkout-address-row div{flex:1}.checkout-right.empty-cart-message{color:#000}.checkout-summary{font-family:Segoe UI,sans-serif;margin-bottom:20px;width:100%;display:none}@media (max-width: 900px){.checkout-summary{background-color:#3a1928;width:100%;display:block;padding:10px;color:#fff}.summary-toggle{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.summary-title{font-size:16px;font-weight:600;color:#e3e3e3}.order-summary{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-start}.summary-list{list-style:none;padding:0;margin:10px 0 0;font-size:14px}.summary-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:5px 0;color:#e3e3e3}.item-info{flex:2;word-break:break-word}.quantity-control{flex:1;display:flex;justify-content:center;align-items:center;gap:.5rem}.price-info{flex:1;text-align:right}.quantity-control button{background-color:#f0f0f0;border:none;padding:4px 8px;cursor:pointer;border-radius:4px}button.quantity-button{background:#3a1928;border:solid 1px}.summary-total{display:flex;justify-content:space-between;font-size:16px;font-weight:600}.summary-toggle svg{transition:transform .3s ease;font-size:20px}.summary-toggle:hover svg{transform:scale(1.1)}.summary-toggle:active svg{transform:scale(.9)}}.summary-extra{display:flex;justify-content:space-between;font-size:14px;flex-direction:column;align-content:space-around;flex-wrap:wrap}.summary-line{display:flex;width:100%;justify-content:space-between}.empty-cart-message{padding:2rem;text-align:center;color:#fff}.free-shipping-note{margin-top:10px;color:#fff;font-weight:500}.login-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#fff;font-family:Segoe UI,Helvetica Neue,sans-serif;overflow:hidden}.login-page:before{content:"";position:absolute;top:0;left:0;width:100%;height:350px;background:linear-gradient(135deg,#635bff,#ec4899,#fbbf24,#60a5fa);background-size:cover;filter:blur(80px);clip-path:polygon(0 0,100% 0,100% 60%,0 100%);z-index:0}.login-card{background:#fff;padding:2.5rem;border-radius:10px;box-shadow:0 4px 20px #0000000f;width:100%;max-width:420px;z-index:1;position:relative;text-align:center}.login-title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#1a1a1a}.login-form{display:flex;flex-direction:column}.login-input{padding:12px;margin-bottom:1rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;width:100%;color:#000;caret-color:#000;cursor:text}.login-input:focus{border-color:#635bff;outline:none}.remember-checkbox{display:flex;align-items:center;justify-content:flex-start;font-size:.9rem;margin-bottom:1rem;color:#333;flex-direction:row}.remember-checkbox input{margin-right:8px}.login-error{color:red;font-size:.9rem;margin-bottom:1rem}.login-button{background-color:#635bff;color:#fff;padding:12px;font-size:1rem;font-weight:500;border:none;border-radius:6px;cursor:pointer;margin-bottom:1.25rem;transition:background-color .2s ease}.login-button:hover{background-color:#5346e0}.divider{text-align:center;margin:1rem 0;color:#aaa;font-size:.85rem;position:relative}.divider:before,.divider:after{content:"";height:1px;background:#ddd;width:40%;position:absolute;top:50%}.divider:before{left:0}.divider:after{right:0}.oauth-button{border:1px solid #ff8080;border-radius:6px;padding:10px;margin-bottom:.75rem;background-color:#fff;font-size:.95rem;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.oauth-button:hover{background-color:#f3f3f3}.oauth-button.google img{width:18px;margin-right:8px}.signup-link{font-size:.85rem;color:#333}.signup-link a{color:#635bff;text-decoration:none}.signup-link a:hover{text-decoration:underline}.mfa-note{font-size:.75rem;color:#555;margin-top:1.5rem;text-align:left}.mfa-note a{color:#635bff;text-decoration:none}.mfa-note a:hover{text-decoration:underline}.terms-checkbox{font-size:.9rem;margin:10px 0;text-align:left}.terms-checkbox input{margin-right:8px}.terms-checkbox a{color:#007bff;text-decoration:underline}label.terms-label{display:flex;gap:5px;flex-direction:row;align-content:center;align-items:center}.spinner-btn{border:3px solid #f3f3f3;border-top:3px solid #3498db;border-radius:50%;width:18px;height:18px;animation:spin .8s linear infinite;margin:auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}button.link-button{background:none;color:#32325d}.pd-page{min-height:calc(100vh - 4rem);padding:2rem 1rem;font-family:Playfair Display,serif;background-color:#fffaf8;color:#2e1a23;display:flex;align-items:center;justify-content:center}.pd-card{width:100%;max-width:900px;display:grid;grid-template-columns:1fr 1fr;background-color:#fff;border-radius:12px;box-shadow:0 8px 24px #00000014;overflow:hidden}.pd-slider{width:100%;height:100%;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.pd-slider-track{display:flex;width:100%;height:100%;transition:transform .8s ease-in-out}.pd-slider .pd-image{flex:0 0 100%;width:100%;height:100%;object-fit:cover;background-color:#f8f5f3}.pd-details{padding:2rem;display:flex;flex-direction:column;justify-content:center}.pd-name{font-size:2rem;font-weight:600;margin-bottom:1rem}.pd-description{font-size:1.1rem;color:#7d566b;margin-bottom:1.2rem;line-height:1.5}.pd-price{font-size:1.3rem;font-weight:700;margin-bottom:.5rem;color:#3a1928}.pd-stock{font-size:1rem;font-weight:500;margin-bottom:.4rem}.pd-category{font-size:1rem;color:#9a7a89;margin-bottom:1.2rem}.pd-variant-swatches{margin:1rem 0}.pd-variant-swatches p{margin:0;font-weight:500}.pd-swatches{display:flex;gap:.5rem}.pd-swatch{width:28px;height:28px;border-radius:50%;border:2px solid transparent;transition:transform .2s ease}.pd-swatch:hover{transform:scale(1.1)}.pd-swatch.active{border-color:#3a1928;box-shadow:0 0 0 2px #d6a1c6}.pd-quantity-controls{display:flex;align-items:center;gap:1rem;margin-top:1.5rem}.pd-quantity-btn{background-color:#3a1928;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:6px;font-size:1.2rem;font-family:Inter;cursor:pointer;transition:background-color .3s ease}.pd-quantity-btn:hover:not(:disabled){background-color:#d6a1c6}.pd-quantity-btn:disabled{background-color:#ccc;cursor:not-allowed}.pd-quantity-display{font-size:1.5rem;font-weight:600}.pd-add-to-cart-btn{background-color:#3a1928;color:#fff;padding:1rem 2rem;border-radius:8px;font-family:Inter;font-size:1.1rem;margin-top:2rem;cursor:pointer;transition:background-color .3s ease}.pd-add-to-cart-btn:hover:not(:disabled){background-color:#d6a1c6}.pd-add-to-cart-btn:disabled{background-color:#ccc;cursor:not-allowed}@media (max-width: 768px){.pd-card{grid-template-columns:1fr;max-height:95vh;overflow-y:auto;border-radius:10px}.pd-slider{height:250px}.pd-details{padding:1.2rem}.pd-name{font-size:1.4rem;margin-bottom:.5rem}.pd-description{font-size:.95rem;margin-bottom:1rem}.pd-price{font-size:1.1rem}.pd-stock,.pd-category{font-size:.9rem;margin-bottom:.4rem}.pd-variant-swatches{margin:.8rem 0}.pd-swatch{width:24px;height:24px}.pd-quantity-controls{gap:.6rem;margin-top:1rem}.pd-quantity-btn{padding:.4rem .9rem;font-size:1rem}.pd-quantity-display{font-size:1.2rem}.pd-add-to-cart-btn{width:100%;font-size:1rem;padding:.9rem;margin-top:1.2rem;position:sticky;bottom:0;left:0;z-index:100;border-radius:0}}.orders-page{padding:2rem 1rem;max-width:960px;margin:0 auto;font-family:Helvetica Neue,sans-serif;color:#3c1e1e}.orders-title{font-size:2rem;margin-bottom:2rem;text-align:center;color:#4a1f2d}.orders-loading,.orders-empty{text-align:center;font-size:1.2rem;margin-top:3rem;color:#999}.orders-list{display:flex;flex-direction:column;gap:1.5rem}.order-card{background:#fff;border-radius:12px;box-shadow:0 8px 16px #0000000a;padding:1.5rem;transition:box-shadow .3s ease}.order-card:hover{box-shadow:0 12px 20px #0000000f}.order-header{display:flex;justify-content:space-between;margin-bottom:1rem;font-weight:600}.order-status{background:#f3e1ec;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.85rem;text-transform:uppercase}.order-details{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}.order-info{flex:1;min-width:200px}.order-items{flex:2;display:flex;flex-direction:column;gap:.5rem;min-width:240px}.order-item{display:flex;justify-content:space-between;font-size:.95rem;padding:.5rem 0;border-bottom:1px solid #f1f1f1}.item-name{font-weight:500;color:#5b3b3b}.item-qty-price{color:#777}.order-status.processing{background-color:#4cb7ff}.order-status.shipped{background-color:#004b97}.order-status.delivered{background-color:#2ecc71}.order-status.cancelled{background-color:#d82612}.profile-wrapper{position:relative;max-width:860px;margin:4rem auto;padding:2.5rem 3rem;font-family:Segoe UI,Helvetica Neue,sans-serif;background:#fff;color:#32325d;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 20px #0000000a;z-index:0;overflow:hidden}.profile-wrapper:before{content:"";position:absolute;top:0;left:0;width:100%;height:300px;background:linear-gradient(135deg,#635bff,#ec4899,#fbbf24,#60a5fa);background-size:400% 400%;filter:blur(80px);clip-path:polygon(0 0,100% 0,100% 60%,0 100%);z-index:-1;pointer-events:none}.profile-title{font-size:1.5rem;font-weight:600;color:#32325d;margin-bottom:2rem}.profile-form{display:flex;flex-direction:column}.section{border-top:1px solid #e5e7eb;padding-top:2rem}.section-title{font-size:1.1rem;font-weight:500;color:#32325d;margin-bottom:1rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}label{font-size:.9rem;font-weight:500;color:#525f7f;display:flex;flex-direction:column}input,select,textarea{padding:.6rem .75rem;font-size:1rem;border:1px solid #ccd0d5;border-radius:6px;background-color:#fff;color:#32325d;transition:border-color .2s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:#635bff;box-shadow:0 0 0 1px #635bff}.save-btn{align-self:flex-start;margin-top:1rem;padding:.75rem 1.5rem;font-size:1rem;background-color:#635bff;color:#fff;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease,transform .1s ease}.save-btn:hover{background-color:#5247e4;transform:translateY(-1px)}.status-message{margin-top:1.5rem;padding:.75rem 1rem;border-radius:6px;font-size:.95rem;font-weight:500;line-height:1.5}.status-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.status-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.profile-loading{text-align:center;padding:2rem;font-size:1.05rem;color:#6b7280;font-style:italic}.business-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}.business-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.business-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 20px #0000000a;padding:1.5rem 2rem;display:flex;flex-direction:column;gap:1rem;transition:all .2s ease}.business-card:hover{box-shadow:0 6px 28px #635bff14}.business-card p{margin:.25rem 0;font-size:.95rem;color:#444}.business-card strong{font-size:1.05rem;color:#222}.delete-btn{padding:.5rem 1rem;background-color:#e53935;color:#fff;margin-top:1rem;font-size:.9rem;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.delete-btn:hover{background-color:#c62828}@media (max-width: 600px){.profile-wrapper{padding:2rem 1.25rem;margin:2rem 1rem}.form-grid{grid-template-columns:1fr;gap:1rem}.save-btn{width:100%;padding:.85rem 0;text-align:center}.business-card{padding:1.25rem}}.heading-icon{margin-left:8px;vertical-align:middle;color:#fff;font-size:30px;background:#6859ff;padding:5px;border-radius:100%}.business-form label{display:block;margin-bottom:.5rem}.business-form input{width:100%;padding:.4rem;margin-top:.2rem}.btn-group{display:flex;gap:.5rem}.toast{position:fixed;bottom:20px;left:50%;transform:translate(-50%) translateY(100%);min-width:250px;padding:15px 20px;border-radius:5px;color:#fff;font-weight:600;box-shadow:0 2px 10px #0003;z-index:1000;opacity:0;animation:slideInOut 4s forwards}.toast.success{background-color:#4caf50;color:#fff}.toast.error{background-color:#f44336;color:#fff}@keyframes slideInOut{0%{transform:translate(-50%) translateY(100%);opacity:0}10%,90%{transform:translate(-50%) translateY(0);opacity:1}to{transform:translate(-50%) translateY(100%);opacity:0}}.loading-spinner-container{display:flex;justify-content:center;align-items:center;height:100vh}.loading-spinner{width:60px;height:60px;border:6px solid rgba(128,0,128,.2);border-top-color:#635bff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.admin-orders-page{display:flex;height:calc(100vh - 4rem);background-color:#f9fafb;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#1f2937;overflow:hidden}.admin-sidebar{width:280px;background-color:#fff;padding:32px 24px;border-right:1px solid #e5e7eb;box-shadow:2px 0 8px #0000000a;overflow-y:auto;position:sticky;top:0;height:100vh}.admin-sidebar h2{font-size:20px;font-weight:700;color:#111827;margin-bottom:28px}.admin-content{flex:1;padding:48px;overflow-y:auto;background-color:#f9fafb}.admin-orders-title{font-size:28px;font-weight:700;color:#111827;margin-bottom:32px}.admin-orders-list{display:flex;flex-direction:column;gap:24px}.admin-order-card{background-color:#fff;padding:28px;border-radius:12px;box-shadow:0 6px 18px #0000000d;transition:box-shadow .3s ease}.admin-order-card:hover{box-shadow:0 10px 24px #00000014}.admin-order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.admin-order-id h3{font-size:20px;font-weight:600;margin:0;color:#1f2937}.admin-order-status{font-weight:600;padding:6px 16px;border-radius:9999px;text-transform:uppercase;font-size:13px;display:inline-block;min-width:100px;text-align:center}.admin-order-status.processing{background-color:#fff8db;color:#a0780e}.admin-order-status.shipped{background-color:#e0edff;color:#1d4ed8}.admin-order-status.delivered{background-color:#e6fff0;color:#0f766e}.admin-order-status.cancelled{background-color:#ffe4e6;color:#b91c1c}.admin-order-details{display:flex;flex-wrap:wrap;gap:32px}.admin-order-info,.admin-order-items{flex:1;min-width:320px;padding:24px;background-color:#fff;border-radius:10px;box-shadow:0 2px 12px #0000000a}.admin-order-section{margin-top:20px}.admin-order-section h2{font-size:18px;font-weight:600;color:#2563eb;margin-bottom:8px}.admin-order-awb{margin-top:12px;display:flex;gap:10px;flex-wrap:wrap}.admin-order-awb input{flex:1;padding:10px 14px;font-size:14px;border:1px solid #d1d5db;border-radius:8px;transition:border-color .2s,box-shadow .2s}.admin-order-awb input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33;outline:none}.admin-order-awb button{background-color:#2563eb;color:#fff;border:none;padding:10px 16px;font-size:14px;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.admin-order-awb button:hover{background-color:#1e40af}.admin-order-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px dashed #e5e7eb}.admin-item-name{font-weight:500;color:#374151}.admin-order-total{margin-top:16px;font-size:16px;font-weight:700;color:#111827}.admin-order-status-update{margin-top:28px}.admin-order-status-update select{padding:10px 14px;font-size:14px;border-radius:8px;border:1px solid #d1d5db;background-color:#fff;transition:border-color .2s,box-shadow .2s}.admin-order-status-update select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33;outline:none}.admin-warning{margin-top:12px;color:#b91c1c;background-color:#fee2e2;padding:10px 14px;border-radius:8px;font-size:14px}@media (max-width: 768px){.admin-orders-page{flex-direction:column}.admin-sidebar{width:100%;height:auto;border-right:none;border-bottom:1px solid #e5e7eb;box-shadow:0 2px 6px #0000000a;position:relative}.admin-content{padding:24px}.admin-order-details{flex-direction:column}}.admin-order-view-btn{margin-top:20px}.btn-view-details{display:inline-block;padding:10px 20px;background-color:transparent;color:#2c3e50;border:1px solid #2c3e50;font-size:.875rem;border-radius:4px;text-decoration:none;font-weight:500;transition:all .2s ease-in-out;cursor:pointer}.btn-view-details:hover{background-color:#ecf0f1;color:#34495e;border-color:#34495e}.btn-view-details:focus{outline:none;box-shadow:0 0 5px #2c3e5099}.btn-view-details:active{transform:translateY(1px);border-color:#34495e}.order-filters{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.filter-field{position:relative;display:flex;align-items:center;background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;padding:.5rem .75rem;flex:1 1 220px;transition:border-color .25s ease,box-shadow .25s ease}.filter-field:focus-within{border-color:#4f46e5;box-shadow:0 0 0 3px #6366f133}.filter-icon{display:flex;align-items:center;justify-content:center;margin-right:.5rem;color:#4f46e5;font-size:1rem;flex-shrink:0;height:1.5rem}.filter-field input,.filter-field select{border:none;outline:none;background:transparent;font-size:.95rem;width:100%;padding:.25rem 0;color:#1f2937}.filter-field select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg fill='gray' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:.625rem;padding-right:1.5rem}@media (max-width: 768px){.filter-field{flex:1 1 100%;padding:.4rem .65rem}.filter-field input,.filter-field select{font-size:.9rem;padding:.2rem 0}.filter-icon{font-size:.9rem;margin-right:.4rem}.order-filters{gap:.5rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,sans-serif;background-color:#f4f4f4;color:#333}.order-container{width:100%;max-width:1260px;margin:1rem auto;background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}.order-title{font-size:1.6rem;font-weight:600;margin-bottom:1rem;color:#333}.order-info{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.order-items{flex:1;min-width:100%}.order-items h5{font-size:1rem;font-weight:600;color:#2c3e50;margin-bottom:.8rem}.order-item-grid{display:flex;grid-template-columns:1fr 120px 120px;align-items:start;gap:1rem;padding:1rem 0;border-bottom:1px solid #eee;justify-content:space-between}.order-item-info p{color:#7f8c8d;font-size:.9rem;margin-top:4px}.order-item-qty,.order-item-price{display:flex;align-items:flex-start;justify-content:flex-end;white-space:nowrap}.order-item-grid.total{font-weight:700;border:none;padding-top:1.2rem;display:flex;gap:2px;justify-content:flex-start}.order-item p{font-size:.9rem;color:#7f8c8d;line-height:1.5}.personal-info-container{display:flex;width:100%;flex-wrap:wrap;justify-content:space-between;gap:1rem}.personal-info h5{font-size:1rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.personal-info p{font-size:.9rem;color:#7f8c8d;margin-bottom:.8rem}.order-status{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.status-badge{font-size:.9rem;padding:6px 14px;border-radius:12px;text-transform:capitalize;font-weight:600;color:#fff}.status-new{background-color:#3498db}.status-processing{background-color:#f39c12}.status-completed{background-color:#2ecc71}.status-denied{background-color:#e74c3c}.status-approved{background-color:#27ae60}.download-btn{background-color:#2c3e50;color:#fff;padding:8px 18px;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:.9rem;transition:background-color .3s ease}.download-btn:hover{background-color:#34495e}.loading,.error{font-size:1rem;text-align:center;color:#e74c3c;margin-top:1.5rem}@media (max-width: 768px){.order-container{padding:1rem}.order-title{font-size:1.4rem}.order-info{flex-direction:column}.order-items,.info-item{min-width:100%}.order-status{margin-top:1rem}.download-btn{width:100%;margin-top:1rem}}.order-status-update{display:flex;align-items:center;flex-direction:column}.order-status-update h5{font-size:1.1rem;font-weight:600;color:#2c3e50;display:flex;align-items:center;margin-bottom:1rem;gap:8px}.status-section{width:100%}.status-section h5{font-size:1.1rem;margin-bottom:10px}.status-select{width:100%;padding:10px;font-size:1rem;border:1px solid #ccc;border-radius:5px;background-color:#fff;margin-top:10px;box-sizing:border-box}.awb-error{color:red;font-size:.9rem;margin-top:10px}.awb-section{display:flex;flex-direction:column;margin-bottom:20px}.awb-input{width:100%;padding:10px;font-size:1rem;border:1px solid #ccc;border-radius:5px;background-color:#fff;margin-top:10px;box-sizing:border-box}.actions-section{text-align:center;margin-top:20px}button.update-awb-btn{margin-top:10px}.update-status-btn{padding:12px 24px;background-color:#4caf50;color:#fff;border:none;border-radius:5px;font-size:1rem;margin-top:10px;cursor:pointer;transition:background-color .3s}.update-status-btn:hover{background-color:#45a049}.download-section{margin-top:20px;text-align:center}.status-badge{display:inline-block;background-color:#4caf50;color:#fff;padding:6px 15px;font-size:1rem;border-radius:3px;text-transform:capitalize}.download-btn{margin-top:10px;padding:10px 20px;background-color:#3498db;color:#fff;border:none;border-radius:5px;font-size:1rem;cursor:pointer;transition:background-color .3s}.download-btn:hover{background-color:#2980b9}.order-items h5,.personal-info h5{display:flex;align-items:center;gap:8px;font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#333}.order-items h5 svg,.personal-info h5 svg,.awb-section h5 svg{color:#6c757d;font-size:1.1rem}.back-to-orders{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.back-button{display:inline-block;font-size:.95rem;color:#555;text-decoration:none;background-color:#f4f4f4;padding:6px 12px;border-radius:5px;transition:background-color .2s ease}.back-button:hover{background-color:#e0e0e0;color:#000}.order-container-wrapper{min-height:calc(100vh - 4rem);display:flex;align-items:center}.status-badge{font-weight:600;padding:6px 16px;border-radius:9999px;text-transform:uppercase;font-size:13px;display:inline-block;min-width:100px;text-align:center}.status-badge.Processing{background-color:#3498db}.status-badge.Shipped{background-color:#f1c40f}.status-badge.Delivered{background-color:#2ecc71}.status-badge.Cancelled{background-color:#e74c3c}.dashboard-container{padding:2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f9fafc;min-height:100vh;color:#333}h1{margin-bottom:2rem;font-size:2.2rem;color:#2c3e50}.section{margin-bottom:3rem}.chart-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.chart-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.chart-card:hover{box-shadow:0 8px 25px #00000014}.chart-card h2{font-size:1.1rem;margin-bottom:1rem;color:#444;font-weight:600}.chart-card canvas{width:100%!important;height:auto!important;max-height:300px}@media (max-width: 600px){.dashboard-container{padding:1rem}h1{font-size:1.6rem}.chart-card{padding:1rem}.chart-card h2{font-size:1rem}}@keyframes slideUpFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cart-bottom-bar{position:fixed;bottom:20px;left:20px;background-color:#3a1928;color:#fff;padding:8px 12px;display:flex;justify-content:space-between;align-items:center;border-radius:8px;z-index:1000;box-shadow:0 4px 10px #0003;width:auto;max-width:360px;animation:slideUpFadeIn .4s ease forwards}.cart-message{font-size:15px;margin:0}.cart-button-container{display:flex;gap:8px;align-items:center;margin-left:10px}.cart-checkout-button{background-color:transparent;color:#fff;padding:6px 12px;cursor:pointer;border-radius:4px;display:flex;font-size:14px;transition:background-color .3s,color .3s,border .3s}.cart-checkout-button:hover{background-color:transparent;border:none;color:#eaeaea}.cart-close-button{background-color:transparent;color:#fff;border:none;font-size:18px;cursor:pointer;line-height:1;transition:color .3s}.cart-close-button:hover{color:#ccc}.image-uploader{display:flex;align-items:center;width:100%;flex-wrap:wrap;gap:20px;justify-content:flex-start}.custom-file-upload{background-color:#4caf50;color:#fff;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:16px;transition:background-color .3s ease}.custom-file-upload:hover{background-color:#45a049}.preview-container{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem;scroll-behavior:smooth}.preview-container::-webkit-scrollbar{height:6px}.preview-container::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.preview-container img{flex-shrink:0;width:80px;height:80px;object-fit:cover;border-radius:6px;border:1px solid #e5e7eb}.error-message{color:red;font-size:14px;margin-top:10px;font-weight:700}.custom-file-upload{background-color:#9670ff;color:#fff;padding:10px;font-size:16px;border-radius:5px;cursor:pointer;text-align:center}.custom-file-upload:hover{background-color:#630095}button.admin-delete-product-btn{background:#c11a1a}button.admin-edit-product-btn{background:#4f46e5}.admin-products-page{padding:2rem;font-family:Inter,sans-serif;background:#f9f9f9;min-height:100vh}.admin-products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-add-product-btn{background-color:#4f46e5;color:#fff;padding:.8rem 1.5rem;border:none;border-radius:8px;font-weight:600;font-size:16px;cursor:pointer;transition:background .3s}.admin-add-product-btn:hover{background-color:#4338ca}.admin-products-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000000f;margin-bottom:3rem;display:flex;flex-direction:column;gap:1.5rem}.admin-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.admin-input{padding:.6rem .8rem;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;transition:border .2s ease;background:#fafafa}.admin-input:focus{border-color:#6366f1;outline:none;background:#fff}.admin-textarea{min-height:100px;resize:vertical;padding:.8rem;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;background:#fafafa;transition:border .2s ease}.admin-textarea:focus{border-color:#6366f1;outline:none;background:#fff}.admin-upload-section{display:flex;flex-direction:column;gap:.5rem}.admin-upload-label{font-weight:500;color:#374151;margin-bottom:.25rem}.admin-uploaded-images-preview{display:flex;gap:10px;flex-wrap:wrap}.admin-uploaded-images-preview img{height:80px;width:80px;object-fit:cover;border-radius:6px;border:1px solid #e5e7eb}.admin-save-product-btn{align-self:flex-start;background-color:#22c55e;color:#fff;padding:.7rem 2rem;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:background .3s}.admin-save-product-btn:hover{background-color:#16a34a}.admin-products-list{display:flex;flex-direction:column;gap:1.5rem}.admin-product-row{display:flex;align-items:center;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px #00000014;transition:box-shadow .3s ease}.admin-product-row:hover{box-shadow:0 4px 20px #0000001f}.admin-product-image{flex-shrink:0;width:120px;height:120px;background-color:#f8f5f3;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-right:1.5rem}.admin-product-image img{width:100%;height:100%;object-fit:cover;border-radius:8px}.admin-product-details{flex:1}.admin-product-details h3{margin:0 0 .5rem;font-size:20px}.admin-product-description{color:#666;margin-bottom:1rem;font-size:14px}.admin-product-meta{display:flex;flex-wrap:wrap;gap:1rem;font-size:14px;color:#333}.admin-product-meta span{background:#f3f4f6;padding:.4rem .8rem;border-radius:6px}.admin-products-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:flex-start}.admin-product-card{background:#fff;width:260px;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column;transition:transform .3s}.admin-product-card:hover{transform:translateY(-5px)}.admin-product-card-info{padding:1rem}.admin-product-card-info h3{font-size:18px;margin-bottom:.5rem}.admin-product-card-info p{font-size:14px;color:#666}.color-swatch{display:inline-block;width:16px;height:16px;border-radius:50%!important;border:1px solid #ccc;margin-left:8px;vertical-align:middle;padding:0!important;box-sizing:border-box}.image-preview-wrapper{position:relative;display:inline-block;margin:5px}.image-preview-wrapper img{max-width:100px;max-height:100px;object-fit:cover;border:1px solid #ccc;border-radius:4px}.remove-image-btn{position:absolute;top:-8px;right:-8px;background:red;color:#fff;border:none;border-radius:50%;width:20px;height:20px;font-size:14px;cursor:pointer;padding:0;line-height:20px}.faq-container{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;background-color:#f9fafb;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;padding:60px 20px}.faq-content{background-color:#fff;border-radius:12px;box-shadow:0 6px 16px #00000014;width:100%;max-width:900px;padding:48px 40px;text-align:left;transition:box-shadow .3s ease}.faq-title{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:48px;text-align:center;letter-spacing:.03em;text-transform:none}.accordion-item{border-radius:8px;border:1px solid #e0e7ff;margin-bottom:20px;box-shadow:none;transition:box-shadow .3s ease,border-color .3s ease;background-color:#fff}.accordion-item.open{border-color:#6366f1;box-shadow:0 8px 24px #6366f126}.accordion-question{display:flex;justify-content:space-between;align-items:center;background:transparent;padding:24px 32px;font-size:1.125rem;font-weight:600;color:#1f2937;cursor:pointer;border:none;-webkit-user-select:none;user-select:none;transition:color .3s ease}.accordion-question:hover,.accordion-question:focus{color:#4f46e5;outline:none}.accordion-question svg{width:20px;height:20px;stroke:#6b7280;transition:transform .3s ease,stroke .3s ease}.accordion-item.open .accordion-question svg{transform:rotate(45deg);stroke:#4f46e5}.accordion-answer{padding:24px 32px;font-size:1rem;color:#4b5563;line-height:1.7;border-top:1px solid #e0e7ff;animation:fadeInSlideDown .35s ease forwards;background-color:#f9fafb}@keyframes fadeInSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.faq-content{padding:32px 24px}.faq-title{font-size:2rem}.accordion-question{padding:20px 24px;font-size:1rem}.accordion-answer{padding:20px 24px;font-size:.95rem}}:root{--background: #f9fafb;--card-bg: #fff;--text-primary: #1f2937;--text-secondary: #6b7280;--border: #e5e7eb;--accent: #6366f1;--admin-color: #10b981;--user-color: #3b82f6;--shadow: 0 4px 14px rgba(0, 0, 0, .05)}.admin-users-dashboard{padding:3rem 2rem;background:var(--background);font-family:Inter,sans-serif;min-height:100vh}.dashboard-header h1{font-size:2rem;font-weight:600;color:var(--text-primary)}.dashboard-header .subtext{color:var(--text-secondary);margin-top:4px;font-size:.95rem}.users-grid{display:grid;grid-template-columns:1fr;gap:1.8rem;margin-top:2rem}.user-card{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;padding:1.5rem;box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;gap:1.2rem}.user-card:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00000012}.user-top{display:flex;align-items:flex-start;justify-content:flex-start;gap:1rem}.user-info{display:flex;flex-direction:column;gap:.3rem}.user-info h2{margin:0;font-size:1.1rem;color:var(--text-primary)}.user-info .email{font-size:.9rem;color:var(--text-secondary);display:flex;align-items:center;gap:6px}.avatar{font-size:2.5rem;color:var(--accent)}.role-badge{padding:.3rem .6rem;border-radius:6px;font-size:.75rem;font-weight:500;text-transform:uppercase}.role-badge.admin{background-color:var(--admin-color);color:#fff}.role-badge.user{background-color:var(--user-color);color:#fff}.user-meta p{margin:.3rem 0;font-size:.88rem;color:var(--text-secondary);display:flex;align-items:center;gap:8px}.iban{font-family:monospace;font-size:.85rem;color:var(--text-primary);margin-top:.5rem}.form-section{padding:2rem;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;overflow:hidden;position:relative}@media (max-width: 480px){.form-section{padding:1rem}}.form-wrapper{max-width:900px;margin:3rem auto;padding:2rem;background:#fff;border:1px solid #e0e0e0;border-radius:12px;position:relative;z-index:20;box-shadow:0 4px 20px #0000000d;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.form-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:400px;background:linear-gradient(135deg,#635bff,#8c00ff,#60a5fa);background-size:400% 400%;filter:contrast(1.2) brightness(1.1);clip-path:ellipse(100% 100% at 15% 0%);z-index:0;pointer-events:none}.form-title{font-size:1.5rem;margin-bottom:1.5rem;color:#32325d}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-weight:500;color:#4a4a4a;margin-bottom:.5rem}input[type=text],input[type=url],textarea,select{width:100%;padding:.75rem;border:1px solid #d0d0d0;border-radius:6px;font-size:1rem;transition:border-color .2s}input:focus,textarea:focus,select:focus{outline:none;border-color:#635bff;box-shadow:0 0 0 2px #635bff1a}.input-option{display:block;margin-top:.5rem;color:#555;font-size:.95rem}.form-nav{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.btn{padding:.6rem 1.5rem;font-size:1rem;border-radius:6px;cursor:pointer;font-weight:500;transition:background .2s}.btn.primary{background-color:#635bff;color:#fff;border:none}.btn.primary:hover{background-color:#5247e4}.btn.secondary{background-color:#f5f5f5;color:#333;border:1px solid #ccc}.btn.secondary:hover{background-color:#eaeaea}.input-option{display:flex;align-items:center;gap:.75rem;font-size:1rem;margin:.5rem 0;color:#333;cursor:pointer;flex-direction:row}input[type=checkbox],input[type=radio]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:20px;height:20px;border:2px solid #ccc;border-radius:4px;background-color:#fff;display:grid;place-content:center;transition:all .2s ease;cursor:pointer;position:relative}input[type=radio]{border-radius:50%}input[type=radio]:checked{background-color:#635bff;border-color:#635bff}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border:2px solid #ccc;border-radius:4px;background-color:#fff;position:relative;cursor:pointer;transition:all .2s ease;display:inline-block}input[type=checkbox]:checked{background-color:#635bff;border-color:#635bff}input[type=checkbox]:checked:after{content:"";position:absolute;left:5px;top:0%;width:6px;height:12px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}input[type=radio]:checked:before{content:"";width:10px;height:10px;background-color:#fff;border-radius:50%;display:block}input[type=checkbox]:checked:before,input[type=radio]:checked:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.progress-bar{display:flex;justify-content:center;margin-bottom:20px;gap:10px}.progress-step{width:30px;height:30px;min-width:30px;min-height:30px;aspect-ratio:1 / 1;border-radius:50%;background-color:#e0e0e0;color:#333;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;transition:background-color .3s,color .3s}@media (max-width: 480px){.progress-step{width:24px;height:24px;min-width:24px;min-height:24px;font-size:.8rem}}.progress-step.active{background-color:#635bffcc;color:#fff}.progress-step.completed{background-color:#635bff;color:#fff}.user-site-wrapper{position:relative;min-height:100vh;padding:2rem;font-family:Segoe UI,Helvetica Neue,sans-serif;overflow:hidden;background:#fff;color:#32325d;z-index:0}.user-site-wrapper:before{content:"";position:absolute;top:0;left:0;width:100%;height:350px;background:linear-gradient(135deg,#130ab8,#ec4899,#fbbf24,#60a5fa);background-size:400% 400%;clip-path:polygon(0 0,100% 0,100% 60%,0 100%);z-index:-1;pointer-events:none}.user-site-wrapper>*{position:relative;z-index:1}.support-container{position:relative}.support-button{background-color:#635bff;border:none;color:#fff;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-weight:600;transition:background-color .2s ease}.support-button:hover{background-color:#5247e4}.support-tooltip{position:absolute;top:110%;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.5rem;z-index:1000}.support-tooltip a{color:#635bff;text-decoration:none;font-weight:500}.support-tooltip a:hover{color:#5247e4}.stripe-header{margin-bottom:1rem;display:flex;justify-content:space-between}.stripe-title{font-size:1.5rem;font-weight:500;color:#32325d;margin:0}.status-tag{padding:4px 8px;border-radius:4px;font-weight:700;display:inline-block;text-transform:capitalize}.status-pending{background-color:#fff3cd;color:#856404}.status-in-progress{background-color:#d1ecf1;color:#0c5460}.status-completed{background-color:#d4edda;color:#155724}.status-rejected{background-color:#f8d7da;color:#721c24}.user-sites-empty{text-align:center;padding:60px 20px;background:linear-gradient(to right,#f8f9fa,#eef1f5);border-radius:12px;box-shadow:0 6px 18px #0000000d;margin:40px auto;max-width:600px}.empty-icon{font-size:64px;margin-bottom:20px;animation:pop .5s ease}@keyframes pop{0%{transform:scale(.8);opacity:.2}to{transform:scale(1);opacity:1}}.empty-title{font-size:24px;font-weight:600;color:#333;margin-bottom:10px}.empty-subtitle{font-size:16px;color:#666;margin-bottom:30px}.create-request-button{display:inline-block;background-color:#635bff;color:#fff;padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-weight:500;transition:background-color .2s ease}.create-request-button:hover{color:#fff}.admin-wrapper{max-width:1200px;margin:40px auto;padding:0 20px;font-family:Segoe UI,sans-serif;color:#333}.admin-title{font-size:2rem;margin-bottom:20px;color:#2d3748;font-weight:600}.admin-loading,.admin-error,.admin-empty{font-size:1rem;color:#666;text-align:center;margin-top:30px}.admin-error{color:red}.admin-table-container{overflow-x:auto;border-radius:8px;background:#fff;box-shadow:0 0 0 1px #e2e8f0,0 1px 3px #00000014}.admin-table{width:100%;border-collapse:collapse;min-width:800px}.admin-table th,.admin-table td{padding:16px;text-align:left;border-bottom:1px solid #edf2f7;font-size:.95rem}.admin-table th{background-color:#f7fafc;color:#4a5568;font-weight:500}.admin-table tr:hover{background-color:#f0f4f8}.status-dropdown{padding:6px 10px;font-size:.9rem;border:1px solid #cbd5e0;border-radius:4px;background-color:#fff;color:#2d3748;cursor:pointer}.status-dropdown:disabled{background-color:#edf2f7;color:#a0aec0;cursor:not-allowed}.status-label{padding:4px 8px;border-radius:12px;font-size:.85rem;text-transform:capitalize;font-weight:500;display:inline-block}.status-pending{background-color:#fefcbf;color:#744210}.status-in_progress{background-color:#bee3f8;color:#2b6cb0}.status-completed{background-color:#c6f6d5;color:#276749}.status-rejected{background-color:#fed7d7;color:#c53030}@media (max-width: 768px){.admin-title{font-size:1.5rem}.admin-table th,.admin-table td{padding:12px}}.admin-manage-container{max-width:640px;margin:40px auto;padding:32px;background:#fff;border-radius:14px;box-shadow:0 8px 24px #0000000d;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.admin-manage-container h2{font-size:1.6rem;font-weight:600;margin-bottom:24px;color:#1a1f36;letter-spacing:-.01em}.admin-manage-form{display:flex;flex-direction:column;gap:20px}.admin-manage-field{display:flex;flex-direction:column;gap:6px}.admin-manage-field label{font-weight:500;font-size:.95rem;color:#1a1f36}.admin-manage-field select,.admin-manage-field input{padding:10px 14px;border-radius:8px;border:1px solid #d1d5db;background:#f9fafb;font-size:.95rem;color:#111827;transition:all .2s ease}.admin-manage-field select:focus,.admin-manage-field input:focus{outline:none;border-color:#635bff;box-shadow:0 0 0 3px #635bff33;background:#fff}.admin-manage-field select:disabled{background:#f3f4f6;color:#9ca3af}.admin-manage-button{background:#635bff;color:#fff;border:none;padding:12px 16px;font-size:1rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s ease}.admin-manage-button:hover{background:#5a52e0}.admin-manage-button:disabled{background:#c7c9f9;cursor:not-allowed}.admin-manage-success{margin-top:20px;color:#059669;font-weight:500}.admin-manage-error{margin-top:20px;color:#dc2626;font-weight:500}.user-sites-loading,.user-sites-error{text-align:center;font-size:1.1rem;padding:1.5rem;color:#333}.user-sites-error{color:#e53935}.website-grid{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.website-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 20px #0000000a;padding:1.5rem 2rem;display:flex;flex-direction:column;gap:1rem;transition:all .2s ease}.website-card:hover{box-shadow:0 6px 28px #635bff14}.website-card-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem}.website-title{font-size:1.3rem;font-weight:600;color:#32325d;margin:0}.website-url a{font-size:.95rem;color:#635bff;text-decoration:none;word-break:break-all;transition:color .2s ease}.website-url a:hover{color:#5247e4}.website-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem 1.5rem}.website-details p{margin:0;font-size:.92rem;color:#444}.website-details strong{font-weight:500;color:#222}.website-meta{margin-top:.5rem;font-size:.8rem;color:#999;font-style:italic}.admin-panel-button{display:inline-block;background-color:#635bff;color:#fff;padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-weight:500;transition:background-color .2s ease}.admin-panel-button:hover{background-color:#5248e3}.bottor-bar{display:flex;justify-content:space-between;align-content:center;align-items:flex-end}@media (max-width:480px){.bottor-bar{display:flex;gap:10px;align-content:center;flex-direction:column-reverse}}.sidebar{width:250px;background:#fff;border-right:1px solid #e3e8ee;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100vh;display:flex;flex-direction:column;z-index:20}@media (max-width: 719px){.sidebar{display:none}}.sidebar-logo{padding:16px;border-bottom:1px solid #e3e8ee;background-color:#fff;display:flex;justify-content:center;align-items:center}.sidebar-logo img{max-height:30px;width:auto;display:block}.sidebar ul{list-style:none;padding:12px 10px;margin:0;flex-grow:1}.sidebar-item{margin:0}.sidebar-button{display:flex;align-items:center;width:100%;background:transparent;border:none;padding:16px 12px;font-size:14px;line-height:1.2;margin-bottom:6px;color:#3c4257;border-radius:10px;cursor:pointer;transition:background .2s ease,color .2s ease}.sidebar-button .icon{display:flex;align-items:center;justify-content:center;font-size:18px;color:#6b7280;margin-right:12px;width:20px;height:20px}.sidebar-button .label{flex-grow:1;text-align:left;display:flex;align-items:center}.sidebar-button .badge{background-color:#f3e8ff;color:#7e22ce;padding:2px 8px;font-size:11px;font-weight:500;border-radius:9999px;margin-left:auto}.sidebar-button:hover{background-color:#f1f5f9}.sidebar-item.active .sidebar-button{background-color:#e0edff;color:#1e40af;font-weight:500}.sidebar-item.active .sidebar-button .icon{color:#1e40af}.sidebar-button:focus{outline:none;box-shadow:none}.dashboard-header{display:flex;justify-content:space-between;align-items:center;background-color:#f6f9fc;color:#444;padding:10px 20px;height:60px;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000}.dashboard-header-left h2{margin:0;font-size:20px;font-weight:500}.dashboard-header-right{display:flex;align-items:center;gap:1rem;position:relative}.notifications-list{list-style:none;padding:0;margin:0}.notification-item{border-bottom:1px solid #eee;padding:10px;font-size:14px}.notification-item.unread{background-color:#f5f8ff}.notification-content p{margin:0 0 4px}.notification-content small{font-size:11px;color:#666}.mark-read-btn{margin-top:5px;font-size:12px;padding:4px 8px;background:#1e88e5;color:#fff;border:none;border-radius:3px;cursor:pointer}.view-all{display:block;text-align:center;padding:10px;font-size:13px;background-color:#f3f3f3;text-decoration:none;color:#007bff;border-top:1px solid #ddd}.user-dropdown{position:relative;cursor:pointer}.dropdown-menu a:hover,.dropdown-menu button:hover{background-color:#f0f0f0}.logout-btn{color:red}.dashboard-container{padding:4rem;margin:0 auto;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#32325d}.dashboard-heading{font-size:2rem;font-weight:500;margin-bottom:2rem}.dashboard-cards{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.card{background:linear-gradient(to bottom right,#f9fafe,#fff);border:none;border-radius:12px;box-shadow:0 4px 12px #32325d14;flex:1 1 300px;padding:1.5rem 2rem;display:flex;align-items:center;gap:1.25rem;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #556cd633}@media (max-width: 768px){.dashboard-cards{flex-direction:column;gap:.75rem}.dashboard-container{padding:2rem}.card{flex:1 1 100%;width:100%;padding:1rem}}.card:hover{box-shadow:0 4px 8px #12151a26;transform:translateY(-2px);border-color:#556cd6}.icon-wrapper{background-color:#fff;border-radius:50%;padding:.6rem;display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;box-shadow:0 2px 8px #556cd64d;flex-shrink:0}.card-icon{color:#5247e4;font-size:1.5rem}.card-text h4{margin:0 0 .25rem;font-size:1.1rem;font-weight:600}.card-text p{margin:0;font-size:.9rem;color:#6b7c93;line-height:1.4}.website-list{margin-top:2rem}.website-list h3{margin-bottom:.75rem}.website-list ul{list-style:none;padding-left:0}.website-list li{margin-bottom:.5rem;font-size:.95rem}.website-list a{color:#556cd6;text-decoration:none}.website-list a:hover{text-decoration:underline}.dashboard-loading,.dashboard-error{padding:2rem;font-size:1.1rem;text-align:center}.dashboard-error{color:red}.website-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-top:2rem}.website-card{background:#fff;border-radius:16px;padding:1.5rem;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 20px #0000000a;display:flex;flex-direction:column;transition:all .25s ease}.website-card:hover{box-shadow:0 12px 30px #00000014;border-color:#6366f14d}.website-card-header{margin-bottom:1rem}.website-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.25rem}.website-url a{font-size:.875rem;color:#6366f1;font-weight:500;text-decoration:none}.website-url a:hover{text-decoration:underline}.website-details{background:#f9fafb;border-radius:12px;padding:.75rem 1rem;font-size:.875rem;color:#374151;margin-bottom:1rem}.website-details p{margin:.25rem 0}.website-details strong{color:#111827}.website-card-footer{margin-top:auto}.admin-panel-button{display:inline-block;background:linear-gradient(90deg,#4f46e5,#6366f1);color:#fff;padding:.6rem 1.25rem;border-radius:10px;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s ease;box-shadow:0 2px 6px #6366f14d}.admin-panel-button:hover{background:linear-gradient(90deg,#4338ca,#4f46e5);box-shadow:0 6px 14px #6366f166}@media (max-width: 768px){.dashboard-cards{flex-direction:column}}.user-notifications{max-width:600px;margin:40px auto;padding:20px;background-color:#fff;border:1px solid #e3e8ee;border-radius:8px;box-shadow:0 4px 6px #32325d0a,0 1px 3px #0000000f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.user-notifications__title{font-size:24px;font-weight:600;margin-bottom:24px;color:#32325d}.user-notifications__message{font-size:16px;color:#425466}.user-notifications__error{font-size:14px;color:#e63946;margin-top:12px}.user-notifications__list{list-style:none;padding:0;margin:0}.user-notifications__item{display:flex;justify-content:space-between;align-items:flex-start;background-color:#f6f9fc;border:1px solid #e3e8ee;border-radius:6px;padding:16px;margin-bottom:12px;transition:background .2s ease}.user-notifications__item--unread{background-color:#e0f0ff}.user-notifications__content{flex:1}.user-notifications__text{margin:0 0 4px;font-size:15px;color:#425466}.user-notifications__timestamp{font-size:12px;color:#8898aa}.user-notifications__button{background-color:#635bff;color:#fff;border:none;border-radius:4px;padding:8px 12px;font-size:14px;cursor:pointer;transition:background .2s ease;margin-left:16px}.user-notifications__button:disabled{background-color:#aab7c4;cursor:not-allowed}.user-notifications__button:hover:not(:disabled){background-color:#5146ff}.user-site-wrapper{min-height:100vh;padding:2rem;font-family:Inter,Segoe UI,Helvetica Neue,sans-serif;background-color:#f9fafc;color:#2d3748}.stripe-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.stripe-title{font-size:1.75rem;font-weight:600;color:#1a202c}.user-sites-error{text-align:center;font-size:1rem;padding:1rem;background:#fff5f5;color:#e53e3e;border-radius:8px}.user-sites-empty{text-align:center;padding:3rem 2rem;background:#fff;border-radius:12px;position:relative;z-index:100;box-shadow:0 2px 12px #0000000d;max-width:500px;margin:0 auto}.empty-icon{font-size:64px;color:#a0aec0;margin-bottom:1rem}.empty-title{font-size:1.5rem;font-weight:600}.empty-subtitle{font-size:.95rem;color:#718096}.website-grid{display:flex;flex-direction:column;gap:1.25rem}.billing-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 12px #0000000a;border:1px solid #e2e8f0;transition:all .2s ease;z-index:100}.billing-card:hover{box-shadow:0 4px 18px #0000000f}.billing-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.billing-period{font-size:1.1rem;font-weight:600;color:#2d3748}.billing-website{font-size:.9rem;color:#718096}.billing-amount{font-size:1.3rem;font-weight:600;color:#2b6cb0}.billing-card-body{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #edf2f7;padding-top:.75rem;font-size:.9rem}.status-badge{padding:.35rem .65rem;border-radius:6px;font-weight:500}.status-badge.paid{background:#c6f6d5;color:#22543d}.status-badge.unpaid{background:#fefcbf;color:#744210}.invoice-btn{background:#667eea;color:#fff;padding:.4rem .9rem;border-radius:6px;text-decoration:none;font-weight:500;font-size:.85rem;transition:background .2s}.invoice-btn:hover{background:#5a67d8}.invoice-pending{color:#a0aec0}@media (max-width: 600px){.billing-card-header{flex-direction:column;align-items:flex-start;gap:.25rem}.billing-card-body{flex-direction:column;align-items:flex-start;gap:.5rem}.billing-amount{font-size:1.15rem}}.contact-container{max-width:500px;margin:4rem auto;padding:3rem 2rem;background-color:#fff;border-radius:12px;box-shadow:0 12px 32px #32325d1a;text-align:center;border:1px solid #e6ebf1;transition:box-shadow .3s ease}.contact-container:hover{box-shadow:0 16px 40px #32325d26}.contact-container h2{font-size:1.8rem;color:#0a2540;margin-bottom:.5rem;font-weight:600}.contact-container p{font-size:1rem;color:#6b7c93;margin-bottom:2rem}.contact-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.contact-buttons button{display:flex;align-items:center;gap:.5rem;font-size:1rem;padding:.75rem 1.5rem;border:none;border-radius:12px;font-weight:500;cursor:pointer;transition:all .25s ease;color:#fff;background-color:#635bff;box-shadow:0 4px 10px #635bff33}.contact-buttons button:hover{background-color:#4e46e5;transform:translateY(-2px);box-shadow:0 6px 18px #635bff4d}.contact-buttons button:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0000001a}.icon{font-size:1.2rem}.admin-commissions{padding:30px;font-family:Inter,system-ui,sans-serif;background-color:#f8f9fb;color:#2c2c2c}h2{font-weight:600;margin-bottom:25px}.error{color:#ff4d4f;margin-bottom:10px}.success{color:#52c41a;margin-bottom:10px}.commission-table{display:flex;flex-direction:column;gap:12px}.table-header,.table-row{display:grid;grid-template-columns:1.5fr 2fr 1fr 1fr 1fr 1fr;align-items:center;background:#fff;padding:12px 16px;border-radius:8px;font-size:14px;box-shadow:0 1px 3px #0000000d}.table-header{font-weight:700;background-color:#eaeef3}.toggle{background:none;border:none;cursor:pointer;padding:0}.toggle:hover{background:none}.toggle-on{color:#52c41a}.toggle-off{color:#ff4d4f}.upload-label{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;padding:6px;background-color:#e3e9f3;color:#4a5a6a;transition:all .2s ease}.upload-label:hover{background-color:#cdd7e5}.upload-label input{display:none}.view-icon{color:#1d72e8;cursor:pointer}.no-invoice{color:#aaa}.spinner{display:inline-block;font-size:20px;color:#888;animation:blink 1s linear infinite}@keyframes blink{50%{opacity:.3}}.terms-container{padding:40px;max-width:900px;margin:0 auto;font-family:Segoe UI,sans-serif;color:#333;background-color:#fff}.terms-content h1{font-size:2.5rem;margin-bottom:20px;text-align:center}.terms-content h2{margin-top:30px;font-size:1.5rem;color:#222}.terms-content p{font-size:1rem;line-height:1.7;margin-top:10px}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;color:#1e1e1e;line-height:1.6;font-weight:400;width:100%;scroll-behavior:smooth}a{font-weight:500;color:#292929;text-decoration:none;transition:color .25s ease}button{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:500;font-size:1em;padding:.6em 1.2em;border:none;border-radius:8px;background-color:#292929;color:#fff;cursor:pointer;transition:background-color .25s,border-color .25s}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:.5em}input,select,textarea{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-size:1em;padding:.5em;border:1px solid #ccc;border-radius:6px;background-color:#fff;color:#000}.container{max-width:1200px;margin:0 auto;padding:1rem}.elegant-title{font-family:Great Vibes,cursive;font-size:2rem!important;color:#3a1928bd;text-align:center;margin:0!important;padding:0 20px}iframe#\:2\.container{display:none}
