@import "https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:wght@200..800&display=swap";:root{--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-surface:#fff;--accent-primary:#002f6c;--accent-secondary:#00428d;--accent-hover:#002352;--text-primary:#111;--text-secondary:#666;--text-dim:#999;--border-light:#f0f0f0;--border-focus:#002f6c33;--premium-shadow:0 4px 30px #0000000d;--smooth-transition:all .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:Plus Jakarta Sans,Outfit,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{letter-spacing:-.02em;font-family:Outfit,sans-serif;font-weight:800}a{color:inherit;transition:var(--smooth-transition);text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.flex-center{justify-content:center;align-items:center;display:flex}.btn-premium{background:var(--accent-primary);color:#fff;letter-spacing:.1em;text-transform:uppercase;transition:var(--smooth-transition);border-radius:6px;justify-content:center;align-items:center;padding:.85rem 2.5rem;font-size:.75rem;font-weight:800;display:inline-flex;box-shadow:0 4px 15px #002f6c1a}.btn-premium:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 25px #002f6c33}.btn-outline{color:var(--accent-primary);border:1.5px solid var(--accent-primary);letter-spacing:.1em;text-transform:uppercase;transition:var(--smooth-transition);background:0 0;border-radius:6px;justify-content:center;align-items:center;padding:.85rem 2.5rem;font-size:.75rem;font-weight:800;display:inline-flex}.btn-outline:hover{background:#002f6c08;transform:translateY(-2px)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f8f9fa}::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#d0d0d0}.navbar{z-index:1000;width:100%;padding:1.25rem 0;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border-bottom:1px solid #f0f0f0;padding:1rem 0}.navbar .container{justify-content:space-between;align-items:center;display:flex}.brand-terminal{align-items:center;text-decoration:none;display:flex}.brand-logo{object-fit:contain;width:auto;height:58px;transition:transform .3s}.brand-terminal:hover .brand-logo{transform:scale(1.02)}.nav-actions{align-items:center;gap:1.5rem;display:flex}.nav-icon-btn{cursor:pointer;color:#111;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:relative}.nav-icon-btn:hover{color:#002f6c}.cart-badge{color:#fff;background:#002f6c;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.6rem;font-weight:800;display:flex;position:absolute;top:0;right:0}.login-link{color:#002f6c;text-transform:uppercase;letter-spacing:.05em;border:1.5px solid #002f6c;border-radius:4px;padding:.5rem 1.25rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:all .2s}.login-link:hover{color:#fff;background:#002f6c}.user-menu-container{position:relative}.user-dropdown{transform-origin:100% 0;background:#fff;border:1px solid #f0f0f0;border-radius:12px;width:240px;position:absolute;top:calc(100% + 1rem);right:0;overflow:hidden;box-shadow:0 10px 40px #00000014}.dropdown-header{background:#f8f9fa;border-bottom:1px solid #f0f0f0;padding:1.25rem}.dropdown-header p{color:#999;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem;font-size:.65rem;font-weight:800}.dropdown-header h4{color:#002f6c;font-size:.9rem;font-weight:700}.dropdown-menu{padding:.5rem 0}.dropdown-item{color:#444;text-align:left;align-items:center;gap:1rem;width:100%;padding:.85rem 1.25rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.dropdown-item:hover{color:#002f6c;background:#f8f9fa}.dropdown-item.logout{color:#ff4d4d;border-top:1px solid #f0f0f0;margin-top:.5rem}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#0006;justify-content:center;align-items:center;width:100%;height:100%;padding:1.5rem;display:flex;position:fixed;top:0;left:0}.confirm-modal{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 20px 60px #00000026}.modal-icon{color:#ff4d4d;background:#fff5f5;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;display:flex}.confirm-modal h3{color:#002f6c;margin-bottom:.75rem;font-size:1.4rem;font-weight:800}.confirm-modal p{color:#666;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.btn-cancel{color:#495057;background:#f1f3f5;border-radius:8px;padding:.85rem;font-size:.85rem;font-weight:700}.btn-confirm{color:#fff;background:#ff4d4d;border-radius:8px;padding:.85rem;font-size:.85rem;font-weight:700}@media (width<=768px){.logo{font-size:.9rem}.nav-actions{gap:1rem}}.nav-avatar-circle{border:1px solid #002f6c;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;overflow:hidden}.nav-avatar-circle img{object-fit:cover;width:100%;height:100%}.home-container{width:100%;overflow-x:hidden}.home-section{justify-content:center;align-items:center;min-height:80vh;padding:6rem 2rem;display:flex;position:relative}.section-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;display:grid}.section-text{z-index:1}.section-image{justify-content:center;align-items:center;display:flex;position:relative}.section-image img{object-fit:contain;width:100%;max-width:600px;height:auto;transition:transform .5s}.section-image:hover img{transform:scale(1.05)}.header-hero{background:#fff;padding:10rem 2rem 5rem}.header-hero .container{justify-content:space-between;align-items:flex-end;gap:6rem;max-width:1280px;display:flex}.header-hero-left{flex:2}.header-hero-right{flex:1;max-width:450px;margin-bottom:.75rem}.header-hero .label{text-transform:uppercase;letter-spacing:.25em;color:#002f6c;margin-bottom:1.5rem;font-size:.65rem;font-weight:600;display:block}.header-hero h1{color:#002f6c;margin:0;font-size:4.5rem;font-weight:800;line-height:1}.header-hero .tagline{color:#333;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:500;line-height:1.8}.spectre-section{background:#fff;padding-top:2rem}.spectre-section .section-image{background:radial-gradient(circle,#0096ff26 0%,#0000 70%);border-radius:40px;padding:2rem}.spectre-section .badge{color:#fff;text-transform:uppercase;letter-spacing:.1em;background:#c084fc;border-radius:4px;margin-bottom:1.5rem;padding:.4rem .8rem;font-size:.65rem;font-weight:700;display:inline-block}.omen-section{background:#fff;padding:4rem 2rem}.omen-section .badge{color:#fff;text-transform:uppercase;letter-spacing:.1em;background:#eab308;border-radius:4px;margin-bottom:1rem;padding:.4rem .8rem;font-size:.65rem;font-weight:700;display:inline-block}@keyframes shimmer-sweep{0%{left:-100%}15%{left:100%}to{left:100%}}@keyframes pulse-soft{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.omen-section .section-image{background:#050505;border-radius:24px;padding:3rem;box-shadow:0 20px 40px #0003}.envy-section{background:#f8f9fa;padding:6rem 2rem}.envy-card{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1100px;margin:0 auto;display:grid}.envy-section h3{color:#002f6c;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.envy-section h2{color:#a16207;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-size:.9rem}.dragonfly-section{text-align:center;background:#fff;flex-direction:column;padding-bottom:8rem;display:flex}.dragonfly-section img{max-width:800px;margin-bottom:4rem}.specs-grid{gap:2rem;margin:2rem 0;display:flex}.spec-item{flex-direction:column;display:flex}.spec-label{text-transform:uppercase;color:#999;letter-spacing:.05em;margin-bottom:.25rem;font-size:.6rem}.spec-value{color:#333;font-size:.85rem;font-weight:700}.price{color:#002f6c;margin-bottom:1.5rem;font-size:1.5rem;font-weight:800;display:block}.price span{color:#999;text-transform:uppercase;margin-left:.5rem;font-size:.65rem;font-weight:600}.cta-group{flex-wrap:wrap;gap:1rem;display:flex}.btn-premium{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#002f6c;border-radius:6px;padding:.75rem 2rem;font-size:.75rem;font-weight:700;transition:all .3s}.btn-premium:hover{background:#00428d;transform:translateY(-2px)}.btn-dark{color:#fff;text-transform:uppercase;background:#002f6c;border-radius:6px;padding:.75rem 2rem;font-size:.75rem;font-weight:700}.btn-outline{color:#333;text-transform:uppercase;background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:.75rem 2rem;font-size:.75rem;font-weight:700}.discovery-empty{text-align:center;justify-content:center;align-items:center;min-height:50vh;padding:4rem 2rem;display:flex}.empty-state-content{flex-direction:column;align-items:center;gap:1.5rem;max-width:400px;display:flex}.empty-icon-wrapper{color:#002f6c;opacity:.15;margin-bottom:.5rem}.discovery-empty p{color:#002f6c;letter-spacing:.2em;margin:0;font-size:.85rem;font-weight:800}.empty-subtext{color:#999;letter-spacing:.05em;font-size:.75rem;font-weight:500;line-height:1.6}.main-image-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.display-image{object-fit:contain;width:100%;height:100%}.slider-nav{cursor:pointer;z-index:10;opacity:0;color:#002f6c;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #0000001a}.main-image-container:hover .slider-nav{opacity:1}.slider-nav.prev{left:1rem}.slider-nav.next{right:1rem}.slider-nav:hover{color:#fff;background:#002f6c;transform:translateY(-50%)scale(1.1)}.slider-dots{z-index:11;gap:.5rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.dot{background:#002f6c33;border-radius:50%;width:6px;height:6px;transition:all .3s}.dot.active{background:#002f6c;border-radius:100px;width:18px}.discount-stack{flex-direction:column;gap:.25rem;display:flex}.old-price-wrap{align-items:center;gap:.75rem;display:flex}.discount-badge{color:#10b981;background:#ecfdf5;border-radius:4px;padding:.2rem .6rem;font-size:.7rem;font-weight:800}.new-price{color:#002f6c;align-items:baseline;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.new-price span{opacity:.6;font-size:.7rem;font-weight:800}@media (width<=1024px){.header-hero h1{font-size:3.5rem}.section-content{gap:2rem}}@media (width<=768px){.header-hero{padding:8rem 1rem 3rem}.header-hero .container{flex-direction:column;align-items:flex-start;gap:2rem}.header-hero-right{max-width:100%}.header-hero h1{font-size:2.75rem}.home-section{padding:4rem 1rem}.section-content{text-align:center;grid-template-columns:1fr}.section-image{order:-1}.section-image img{max-width:90%}.specs-grid{flex-wrap:wrap;justify-content:center;gap:1.5rem}.cta-group{justify-content:center}.envy-card{text-align:center;grid-template-columns:1fr;padding:1.5rem}.dragonfly-section{padding:4rem 1rem}.dragonfly-section img{max-width:100%;transform:none!important}footer .container{text-align:center;flex-direction:column;gap:2rem}footer div[style*="display: flex"]{flex-direction:column;gap:1rem!important}}@media (width<=480px){.header-hero h1{font-size:2.25rem}.price{font-size:1.25rem}.badge{padding:.35rem .6rem;font-size:.6rem}}.info-page{background:#fff;min-height:100vh;padding:10rem 2rem}.info-container{max-width:800px;margin:0 auto}.info-page-header{border-bottom:2px solid #002f6c;margin-bottom:5rem;padding-bottom:2rem}.info-page-header h1{color:#002f6c;margin-bottom:1rem;font-size:3.5rem;font-weight:800}.info-page-header .last-updated{color:#999;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem}.info-content{color:#444;font-size:1rem;line-height:1.8}.info-content h2{color:#002f6c;margin:3rem 0 1rem;font-size:1.5rem}.info-content p{margin-bottom:1.5rem}.info-content ul{margin-bottom:2rem;padding-left:1.5rem}.info-content li{margin-bottom:1rem;list-style:outside}@media (width<=768px){.info-page{padding-top:8rem}.info-page-header h1{font-size:2.5rem}}.auth-screen{background:#fbfbfd;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.auth-card{text-align:center;background:#fff;border-radius:12px;width:100%;max-width:440px;padding:3rem;box-shadow:0 10px 30px #0000000d}.auth-header{margin-bottom:2.5rem}.auth-header h1{color:#002f6c;margin-bottom:.5rem;font-size:2rem;font-weight:800}.auth-header p{color:#666;font-size:.9rem}.auth-brand-tag{color:#002f6c;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem;font-size:.65rem;font-weight:800}.google-auth-container{flex-direction:column;justify-content:center;align-items:center;min-height:120px;margin:1.5rem 0;display:flex}.auth-loading-state{color:#002f6c;letter-spacing:.1em;flex-direction:column;align-items:center;gap:1rem;font-size:.7rem;font-weight:700;display:flex}.footer-legal{color:#999;font-size:.75rem}.auth-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{text-align:left}.form-group label{color:#002f6c;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.7rem;font-weight:700;display:block}.form-group input{color:#111;border:none;border-bottom:1.5px solid #eee;outline:none;width:100%;padding:.8rem 0;font-size:1rem;transition:all .3s}.form-group input:focus{border-bottom-color:#002f6c}.auth-button{color:#fff;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;background:#002f6c;border:none;border-radius:4px;margin-top:1rem;padding:1rem;font-size:.8rem;font-weight:700;transition:all .3s}.auth-button:hover{background:#001f46;transform:translateY(-2px)}.auth-footer{flex-direction:column;gap:1rem;margin-top:2rem;font-size:.8rem;display:flex}.auth-footer a{color:#002f6c;font-weight:600;text-decoration:none;transition:color .2s}.auth-footer a:hover{text-decoration:underline}.secondary-links{border-top:1px solid #f0f0f0;justify-content:space-between;margin-top:.5rem;padding-top:1.5rem;display:flex}.password-input-wrapper{align-items:center;display:flex;position:relative}.password-toggle{color:#999;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:absolute;right:0}.password-toggle:hover{color:#002f6c}@media (width<=480px){.auth-card{box-shadow:none;background:0 0;padding:2rem}}*{box-sizing:border-box}.product-details-screen{background-color:#fff;width:100%;min-height:100vh;overflow-x:hidden}.product-hero{border-bottom:1px solid #f0f0f0;justify-content:center;align-items:center;width:100%;min-height:70vh;padding:8rem 0 4rem;display:flex}.product-hero .container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid}.hero-text{width:100%}.hero-text .back-link{color:#666;letter-spacing:.1em;margin-bottom:2rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:color .3s;display:inline-block}.hero-text h1{color:#002f6c;word-wrap:break-word;margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1.1}.hero-text .tagline{color:#333;margin-bottom:2rem;font-size:1rem;font-weight:500;line-height:1.4}.hero-text .price-tag{color:#002f6c;margin-bottom:2.5rem;font-size:1.75rem;font-weight:800}.hero-text .cta-group{gap:1.5rem;display:flex}.gallery-container{flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:100%;display:flex}.main-image-container{background:0 0;border-radius:12px;justify-content:center;align-items:center;width:100%;max-width:600px;height:400px;display:flex;overflow:hidden}.main-image{object-fit:contain;filter:drop-shadow(0 20px 40px #0000001a);max-width:100%;max-height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.zoom-effect:hover{cursor:zoom-in;transform:scale(1.5)}.thumbnails{flex-wrap:wrap;justify-content:center;gap:.75rem;width:100%;display:flex}.thumbnail{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:64px;height:64px;padding:4px;transition:all .3s;display:flex;box-shadow:0 4px 10px #0000000d}.thumbnail:hover{transform:translateY(-3px)}.thumbnail.active{border-color:#002f6c}.thumbnail img{object-fit:contain;max-width:100%;max-height:100%}.product-info-section{background-color:#fff;width:100%;padding:6rem 2rem}.product-info-section .container{max-width:1200px;margin:0 auto}.description-col h2,.specs-col h2{color:#002f6c;margin-bottom:2rem;font-size:2rem;font-weight:700}.description-col p{color:#444;margin-bottom:3rem;font-size:1rem;line-height:2}.key-features h3{letter-spacing:.2em;text-transform:uppercase;color:#999;margin-bottom:1.5rem;font-size:.85rem;font-weight:800}.key-features li{color:#333;margin-bottom:1rem;padding-left:1.5rem;font-size:.95rem;font-weight:500;position:relative}.key-features li:before{content:"•";color:#002f6c;font-weight:800;position:absolute;left:0}.specs-list{border-top:1px solid #f0f0f0}.spec-row{border-bottom:1px solid #f0f0f0;justify-content:space-between;padding:1.25rem 0;display:flex}.spec-row .spec-label{color:#999;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.spec-row .spec-value{color:#000;text-align:right;padding-left:1rem;font-size:.9rem;font-weight:600}.elite-offer-badge{color:#fff;letter-spacing:.15em;background:linear-gradient(135deg,#ff4d4d 0%,#f97316 100%);border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.6rem;font-weight:900;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #ef44444d}.elite-offer-badge:after{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;animation:3s infinite shimmer-sweep;position:absolute;top:0;left:-100%}.elite-offer-badge span{z-index:1;position:relative}.price-stack{margin-bottom:2.5rem}.discounted-price-group{flex-direction:column;gap:.5rem;display:flex}.original-price-wrap{align-items:center;gap:1rem;display:flex}.old-price{color:#999;font-size:1.25rem;font-weight:500;text-decoration:line-through}.discount-pill{color:#10b981;background:#ecfdf5;border-radius:100px;padding:.25rem .75rem;font-size:.75rem;font-weight:800}@media (width<=768px){.hero-text{text-align:center;flex-direction:column;order:2;align-items:center;width:100%;display:flex}.back-link{display:block;margin-bottom:1.5rem!important}.elite-offer-badge{margin-bottom:2rem;display:inline-flex}.discounted-price-group{align-items:center}.product-hero{padding:6rem 0 3rem}.product-hero .container{grid-template-columns:1fr;gap:3rem;padding:0 1.5rem}.hero-text{text-align:center;order:2}.gallery-container{order:1;width:100%;margin-bottom:2rem}.main-image-container{max-width:100%;height:300px}.hero-text h1{margin-bottom:.5rem;font-size:2.2rem}.hero-text .price-tag{margin-bottom:2rem}.hero-text .cta-group{flex-direction:column-reverse;justify-content:center;gap:.75rem;max-width:400px;margin:0 auto}.btn-premium,.btn-outline{width:100%;padding:1.1rem}.product-info-section{padding:4rem 1.5rem}.description-col h2,.specs-col h2{text-align:center;font-size:1.75rem}.description-col p{text-align:center}.key-features ul{max-width:500px;margin:0 auto}}@media (width<=480px){.product-hero{padding-top:5rem}.hero-text h1{font-size:1.8rem}.main-image-container{height:240px}.thumbnail{width:58px;height:58px}.price-tag{font-size:1.5rem}.info-grid{gap:3rem}.description-col h2,.specs-col h2{font-size:1.5rem}}.cart-screen{background-color:#fff;min-height:100vh;padding:10rem 2rem 5rem}.cart-header{text-align:center;margin-bottom:4rem}.cart-header .back-button{color:#002f6c;letter-spacing:.15em;opacity:.7;justify-content:center;align-items:center;gap:.5rem;margin-bottom:2.5rem;font-size:.7rem;font-weight:800;text-decoration:none;transition:all .3s;display:flex}.cart-header .back-button:hover{opacity:1;transform:translate(-5px)}.cart-header h1{color:#002f6c;letter-spacing:-.02em;margin-bottom:.75rem;font-size:3rem;font-weight:800}.cart-header p{color:#666;letter-spacing:.2em;text-transform:uppercase;font-size:.75rem;font-weight:700}.cart-layout{grid-template-columns:1.6fr .9fr;gap:3rem;max-width:1280px;margin:0 auto;display:grid}.cart-items-column{flex-direction:column;gap:1.5rem;display:flex}.cart-item-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;align-items:center;gap:3rem;padding:2.5rem;transition:all .3s;display:flex;box-shadow:0 4px 30px #00000008}.cart-item-card:hover{transform:translateY(-2px);box-shadow:0 10px 40px #0000000f}.item-image img{object-fit:contain;width:160px;height:160px}.item-details{flex:1}.item-details h3{color:#002f6c;margin-bottom:.5rem;font-size:1.4rem;font-weight:800}.item-specs{color:#999;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2.5rem;font-size:.8rem;font-weight:600}.item-controls{align-items:center;gap:2.5rem;display:flex}.quantity-selector{background:#f8f9fa;border-radius:100px;align-items:center;gap:1.25rem;padding:.5rem 1rem;display:flex}.quantity-selector button{cursor:pointer;color:#002f6c;opacity:.6;background:0 0;border:none;justify-content:center;align-items:center;padding:.2rem;transition:opacity .2s;display:flex}.quantity-selector button:hover{opacity:1}.quantity-selector span{color:#002f6c;text-align:center;min-width:20px;font-size:.95rem;font-weight:800}.remove-button{cursor:pointer;color:#ff4d4d;letter-spacing:.1em;text-transform:uppercase;opacity:.8;background:0 0;border:none;align-items:center;gap:.5rem;font-size:.7rem;font-weight:800;display:flex}.remove-button:hover{opacity:1}.summary-card{background:#fff;border:1px solid #f0f0f0;border-radius:20px;padding:3.5rem 3rem;position:sticky;top:10rem;box-shadow:0 20px 60px #0000000d}.summary-card h2{letter-spacing:.2em;color:#002f6c;text-align:left;margin-bottom:3rem;font-size:.8rem;font-weight:800}.summary-row{color:#666;letter-spacing:.02em;justify-content:space-between;margin-bottom:2rem;font-size:.85rem;font-weight:700;display:flex}.free-shipping{color:#10b981;font-weight:800}.summary-divider{background-color:#f0f0f0;height:1px;margin:2rem 0}.total-row{color:#002f6c;margin-bottom:3rem;font-size:1.5rem}.checkout-button{color:#fff;letter-spacing:.15em;cursor:pointer;background-color:#002f6c;border:none;border-radius:8px;width:100%;margin-bottom:1.5rem;padding:1.25rem;font-size:.8rem;font-weight:800;transition:all .3s}.checkout-button:hover{background-color:#00428d;transform:translateY(-2px);box-shadow:0 10px 30px #002f6c26}.secure-checkout-badge{justify-content:center;margin-bottom:.75rem;display:flex}.secure-checkout-badge img{object-fit:contain;opacity:.95;width:auto;max-width:240px;height:110px}.summary-note{color:#999;text-align:center;letter-spacing:.02em;font-size:.7rem;font-weight:600}.empty-cart-screen{text-align:center;justify-content:center;align-items:center;height:80vh;padding:2rem;display:flex}.empty-cart-content h2{color:#002f6c;margin-bottom:1rem;font-size:2rem;font-weight:800}.empty-cart-content p{color:#666;margin-bottom:2.5rem}@media (width<=1024px){.cart-screen{padding:8rem 2rem 4rem}.cart-layout{grid-template-columns:1fr;gap:3rem}.summary-card{max-width:600px;margin:0 auto;position:static}}@media (width<=768px){.cart-screen{padding:7rem 1rem 3rem}.cart-header h1{font-size:2rem}.cart-item-card{text-align:center;flex-direction:column;gap:2rem;padding:2rem 1.5rem}.item-image img{width:120px;height:120px}.item-details h3{font-size:1.25rem}.item-specs{margin-bottom:2rem}.item-controls{flex-direction:column;justify-content:center;gap:1.5rem}.item-price{margin-top:.5rem;font-size:1.25rem}.summary-card{padding:2.5rem 1.5rem}.total-row{font-size:1.25rem}}@media (width<=480px){.cart-header h1,.empty-cart-content h2{font-size:1.5rem}}.checkout-screen{background-color:#fff;min-height:100vh;padding:10rem 2rem 5rem}.checkout-header{text-align:center;margin-bottom:5rem}.checkout-header h1{color:#002f6c;margin-bottom:1.5rem;font-size:3rem;font-weight:800}.step-indicator{color:#999;letter-spacing:.15em;text-transform:uppercase;justify-content:center;align-items:center;gap:1.5rem;font-size:.75rem;font-weight:700;display:flex}.step-indicator span.active{color:#002f6c;text-underline-offset:8px;font-weight:800;text-decoration:underline;text-decoration-thickness:1.5px}.checkout-layout{grid-template-columns:1.5fr .8fr;gap:4rem;max-width:1280px;margin:0 auto;display:grid}.checkout-card{background:#fff;border:1px solid #f0f0f0;border-radius:20px;padding:4rem;box-shadow:0 10px 40px #00000008}.checkout-card h2{letter-spacing:.25em;color:#002f6c;text-transform:uppercase;text-align:left;margin-bottom:3.5rem;font-size:.85rem;font-weight:800}.back-btn{color:#666;cursor:pointer;text-transform:uppercase;letter-spacing:.1em;background:0 0;border:none;margin-bottom:2.5rem;font-size:.75rem;font-weight:700}.checkout-form{flex-direction:column;gap:1.5rem;display:flex}.form-group.row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.checkout-form input{color:#002f6c;background:#f8f9fa;border:1.5px solid #f0f0f0;border-radius:10px;padding:1.25rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .3s}.checkout-form input:focus{background:#fff;border-color:#002f6c;outline:none;box-shadow:0 4px 15px #002f6c0d}.checkout-form input::placeholder{color:#999;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:600}.payment-card{text-align:center}.payment-note{color:#444;margin-bottom:3rem;font-size:1rem;line-height:1.8}.payment-content-grid{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem;display:grid}.qr-container{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:0;display:flex}.qr-image-wrapper{background:#fff;border:1.5px solid #f0f0f0;border-radius:12px;justify-content:center;align-items:center;width:200px;height:200px;padding:1rem;display:flex;overflow:hidden;box-shadow:0 5px 20px #00000008}.qr-image{object-fit:contain;width:100%;height:100%}.qr-badge{color:#fff;letter-spacing:.1em;background:#002f6c;border-radius:50px;padding:.6rem 1.25rem;font-size:.7rem;font-weight:800}.qr-footer{color:#666;align-items:center;gap:.75rem;font-size:.75rem;font-weight:700;display:flex}.upi-pay-mobile{margin-top:.5rem}.btn-upi{color:#fff;letter-spacing:.1em;cursor:pointer;text-transform:uppercase;background:#22c55e;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.8rem 2rem;font-size:.8rem;font-weight:800;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 15px #22c55e33}.btn-upi:hover{background:#16a34a;transform:translateY(-2px);box-shadow:0 8px 25px #22c55e4d}.btn-upi:active{transform:translateY(0)}.upload-section{text-align:left;flex-direction:column;gap:1.5rem;display:flex}.upload-header{color:#002f6c;letter-spacing:.1em;align-items:center;gap:.75rem;font-size:.75rem;font-weight:800;display:flex}.upload-box{cursor:pointer;background:#f8f9fa;border:2px dashed #e0e0e0;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;height:334px;transition:all .3s;display:flex;position:relative;overflow:hidden}.upload-box:hover{background:#fff;border-color:#002f6c}.upload-box.has-file{border-style:solid;border-color:#002f6c}.upload-placeholder{text-align:center;padding:2rem}.upload-icon-circle{color:#002f6c;background:#002f6c0d;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;display:flex}.upload-placeholder p{color:#002f6c;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.upload-placeholder span{color:#999;font-size:.7rem;font-weight:600}.preview-container{width:100%;height:100%;position:relative}.payment-preview{object-fit:cover;width:100%;height:100%}.change-overlay{color:#fff;opacity:0;background:#002f6ccc;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.preview-container:hover .change-overlay{opacity:1}.change-overlay span{letter-spacing:.1em;font-size:.75rem;font-weight:800}.upload-success{color:#22c55e;align-items:center;gap:.5rem;margin-top:-.5rem;font-size:.75rem;font-weight:700;display:flex}.loader{border:3px solid #002f6c1a;border-top-color:#002f6c;border-radius:50%;width:24px;height:24px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=600px){.payment-content-grid{grid-template-columns:1fr}}.payment-instructions{text-align:left;background:#002f6c05;border-radius:12px;margin-bottom:4rem;padding:2.5rem}.payment-instructions p{color:#002f6c;margin-bottom:1.25rem;font-size:.85rem;font-weight:700}.order-summary-card{background:#fff;border:1px solid #f0f0f0;border-radius:20px;margin-bottom:2rem;padding:3.5rem 3rem;box-shadow:0 10px 40px #00000008}.order-summary-card h3{letter-spacing:.25em;color:#002f6c;text-transform:uppercase;margin-bottom:3rem;font-size:.8rem;font-weight:800}.summary-item{color:#666;justify-content:space-between;margin-bottom:1.25rem;font-size:.85rem;font-weight:700;display:flex}.summary-row.highlight{color:#ff4d4d;background:#ff4d4d0d;border-radius:8px;margin:1.5rem -1rem;padding:.75rem 1rem}.summary-row.final-total{color:#002f6c;margin-bottom:1.5rem;font-size:1.4rem;font-weight:800}.shipping-info-preview{background:#f8f9fa;border:1px solid #f0f0f0;border-radius:16px;padding:2.5rem}.info-header{color:#002f6c;letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.75rem;font-weight:800;display:flex}.shipping-info-preview p{color:#444;font-size:.9rem;font-weight:600;line-height:1.6}.placeholder{color:#999;font-style:italic;font-weight:500}.success-overlay{z-index:9999;background:#fff;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:fixed;top:0;left:0;overflow:hidden}.success-card{text-align:center;z-index:2;width:100%;max-width:600px;position:relative}.success-icon-wrap{color:#002f6c;background:#002f6c08;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 3rem;display:flex}.success-card h1{color:#002f6c;margin-bottom:2rem;font-size:3rem;font-weight:800}.success-message{color:#666;margin-bottom:3.5rem;font-size:1.1rem;line-height:1.8}.success-message b,.success-message strong{color:#002f6c;font-weight:800}.order-details-preview{background:#f8f9fa;border-radius:20px;max-width:400px;margin-bottom:4rem;margin-left:auto;margin-right:auto;padding:2.5rem}.detail-row{letter-spacing:.1em;color:#999;justify-content:space-between;margin-bottom:1rem;font-size:.75rem;font-weight:800;display:flex}.detail-row span:last-child{color:#002f6c}.order-id-badge{letter-spacing:.05em;background:#002f6c;border-radius:4px;padding:.2rem .6rem;font-size:.65rem;color:#fff!important}.success-actions{justify-content:center;display:flex}.success-bg-ornament{z-index:1;pointer-events:none;background:radial-gradient(circle,#002f6c0d 0%,#0000 70%);width:800px;height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width<=768px){.success-card h1{font-size:2rem}.success-message{font-size:1rem}.success-icon-wrap{width:100px;height:100px;margin-bottom:2rem}}@media (width<=1024px){.checkout-screen{padding:8rem 0 4rem}.checkout-layout{grid-template-columns:1fr;gap:3rem;max-width:800px;padding:0 1.5rem}.summary-column{order:-1}.checkout-header h1{padding:0 1rem;font-size:2.2rem}}@media (width<=768px){.checkout-screen{padding:6rem 0 3rem}.checkout-header{margin-bottom:2.5rem}.checkout-header h1{font-size:1.8rem}.step-indicator{flex-direction:column;gap:.5rem;font-size:.6rem}.step-indicator svg{display:none}.checkout-card{border-left:none;border-right:none;border-radius:0;padding:2.5rem 1.25rem}.form-group.row{grid-template-columns:1fr;gap:1.25rem}.payment-content-grid{grid-template-columns:1fr;gap:2.5rem}.qr-container{background:#fcfcfc;border:1px solid #f0f0f0;border-radius:12px;width:100%;padding:2.5rem 1rem}.qr-image-wrapper{width:160px;height:160px}.qr-image{width:100%;height:100%}.upload-box{height:240px}.payment-instructions{margin-bottom:2.5rem;padding:1.5rem 1.25rem}.order-summary-card{border-left:none;border-right:none;border-radius:0;padding:2rem 1.25rem}.summary-row.final-total{font-size:1.3rem}.success-overlay,.success-card{padding:1rem}.success-card h1{margin-bottom:1rem;font-size:1.75rem}.success-message{margin-bottom:2rem;font-size:.9rem}.success-icon-wrap{width:70px;height:70px;margin-bottom:1.5rem}.order-details-preview{margin-bottom:2.5rem;padding:1.25rem}}@media (width<=480px){.checkout-screen{padding-top:5rem}.checkout-header h1{font-size:1.5rem}.checkout-header{margin-bottom:2rem}.checkout-card{padding:2rem 1rem}.checkout-form input{padding:1rem;font-size:.85rem}.btn-premium{padding:1.1rem;font-size:.75rem}.btn-upi{padding:1rem;font-size:.75rem}.summary-row.final-total{font-size:1.15rem}.qr-image-wrapper{width:140px;height:140px}}.profile-screen{background-color:#fff;min-height:100vh;padding:10rem 2rem 5rem}.profile-header{text-align:center;margin-bottom:5rem}.profile-header .back-btn{color:#002f6c;letter-spacing:.15em;opacity:.7;justify-content:center;align-items:center;gap:.5rem;margin-bottom:2.5rem;font-size:.7rem;font-weight:800;text-decoration:none;transition:all .3s;display:flex}.profile-header .back-btn:hover{opacity:1;transform:translate(-5px)}.profile-header h1{color:#002f6c;margin-bottom:1rem;font-size:3rem;font-weight:800}.profile-header p{color:#999;letter-spacing:.25em;text-transform:uppercase;font-size:.65rem;font-weight:800}.profile-layout{grid-template-columns:.8fr 1.6fr;gap:4rem;max-width:1280px;margin:0 auto;display:grid}.profile-sidebar{flex-direction:column;gap:2rem;display:flex}.user-avatar-section{text-align:center;background:#f8f9fa;border:1px solid #f0f0f0;border-radius:20px;padding:3.5rem 2rem}.avatar-wrapper{width:100px;height:100px;margin:0 auto 1.5rem;position:relative}.avatar-circle{color:#002f6c;background:#fff;border:1px solid #f0f0f0;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000d}.preview-image{object-fit:cover;width:100%;height:100%}.avatar-edit-btn{color:#fff;cursor:pointer;background:#002f6c;border:3px solid #f8f9fa;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;bottom:0;right:0}.avatar-edit-btn:hover{background:#00428d;transform:scale(1.1)}.user-avatar-section h3{color:#002f6c;margin-bottom:.5rem;font-size:1.25rem;font-weight:800}.user-avatar-section p{color:#666;font-size:.85rem;font-weight:600}.profile-nav-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.profile-nav-card button{color:#666;text-align:left;border-radius:10px;align-items:center;gap:1rem;width:100%;padding:1rem 1.5rem;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.profile-nav-card button.active{color:#002f6c;background:#002f6c0d}.profile-nav-card button:hover:not(.active){color:#002f6c;background:#f8f9fa}.profile-content-card{background:#fff;border:1px solid #f0f0f0;border-radius:20px;padding:4rem;box-shadow:0 10px 40px #00000008}.profile-content-card h2{letter-spacing:.25em;color:#002f6c;margin-bottom:3.5rem;font-size:.75rem;font-weight:800}.profile-form{flex-direction:column;gap:3rem;display:flex}.form-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.form-grid.single{grid-template-columns:1fr;max-width:500px}.form-group{flex-direction:column;gap:.75rem;display:flex}.form-group label{color:#999;text-transform:uppercase;letter-spacing:.1em;font-size:.65rem;font-weight:800}.input-wrap{align-items:center;display:flex;position:relative}.input-wrap svg{color:#002f6c;opacity:.4;position:absolute;left:1.25rem}.input-wrap input{padding-left:3.5rem!important}.profile-form input{color:#002f6c;background:#f8f9fa;border:1.5px solid #f0f0f0;border-radius:10px;width:100%;padding:1rem 1.25rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .3s}.profile-form input:focus{background:#fff;border-color:#002f6c;outline:none;box-shadow:0 4px 15px #002f6c0d}.profile-form input:disabled{cursor:not-allowed;color:#999;opacity:.8;background:#f1f3f5;border-color:#e9ecef}.form-footer{align-items:center;gap:2rem;padding-top:2rem;display:flex}.form-footer .btn-premium{gap:1rem;min-width:220px;padding:1rem 2.5rem;font-size:.8rem}.success-msg{color:#10b981;font-size:.85rem;font-weight:700}.spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}@media (width<=1024px){.profile-layout{grid-template-columns:1fr;gap:3rem}.profile-sidebar{width:100%;max-width:500px;margin:0 auto}}@media (width<=768px){.profile-screen{padding:8rem 1rem 4rem}.profile-header h1{font-size:2.25rem}.form-grid{grid-template-columns:1fr}.profile-content-card{padding:3rem 1.5rem}.form-footer{flex-direction:column;align-items:flex-start;gap:1rem}.btn-premium{width:100%}}.profile-loading-screen{z-index:2000;color:#002f6c;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}.profile-loading-screen p{letter-spacing:.3em;text-transform:uppercase;opacity:.8;font-size:.75rem;font-weight:800}.profile-loading-screen svg{color:#002f6c}.orders-screen{background-color:#fff;min-height:100vh;padding:10rem 2rem 5rem}.orders-header{text-align:center;margin-bottom:5rem}.orders-header .back-btn{color:#002f6c;letter-spacing:.15em;opacity:.7;justify-content:center;align-items:center;gap:.5rem;margin-bottom:2.5rem;font-size:.7rem;font-weight:800;text-decoration:none;transition:all .3s;display:flex}.orders-header .back-btn:hover{opacity:1;transform:translate(-5px)}.orders-header h1{color:#002f6c;margin-bottom:1rem;font-size:3rem;font-weight:800}.orders-header p{color:#999;letter-spacing:.25em;text-transform:uppercase;font-size:.65rem;font-weight:800}.orders-list{flex-direction:column;gap:2rem;max-width:900px;margin:0 auto;display:flex}.order-card{background:#fff;border:1px solid #f0f0f0;border-radius:20px;padding:2.5rem;transition:all .3s;box-shadow:0 10px 40px #00000008}.order-card:hover{transform:translateY(-2px);box-shadow:0 15px 50px #0000000f}.order-main-info{justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem;display:flex}.id-group{flex-direction:column;gap:.25rem;display:flex}.order-label{color:#999;font-size:.65rem;font-weight:800}.id-group h3{color:#002f6c;font-size:1.25rem;font-weight:800}.order-date{color:#666;font-size:.75rem;font-weight:700}.status-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:100px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.75rem;font-weight:800;display:flex}.status-badge.success{color:#10b981;background:#10b9810d}.status-badge.warning{color:#f59e0b;background:#f59e0b0d}.order-items{border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;padding:2rem 0}.order-item-row{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.order-item-row:last-child{margin-bottom:0}.item-meta{color:#444;align-items:center;gap:1rem;font-size:.9rem;font-weight:700;display:flex}.item-meta svg{color:#002f6c;opacity:.4}.order-footer{justify-content:space-between;align-items:center;padding-top:2.5rem;display:flex}.total-group{flex-direction:column;gap:.25rem;display:flex}.total-label{color:#999;font-size:.65rem;font-weight:800}.total-amount{color:#002f6c;font-size:1.5rem;font-weight:800}.btn-track{color:#fff;letter-spacing:.1em;background:#002f6c;border-radius:8px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:.75rem;font-weight:800;transition:all .3s;display:flex}.btn-track:hover{background:#00428d;transform:translate(5px)}.empty-orders-screen{justify-content:center;align-items:center;height:80vh;padding:2rem;display:flex}.empty-box{text-align:center;max-width:400px}.empty-icon{color:#002f6c;opacity:.5;background:#f8f9fa;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 2.5rem;display:flex}.empty-box h2{color:#002f6c;margin-bottom:1rem;font-size:1.8rem;font-weight:800}.empty-box p{color:#666;margin-bottom:2.5rem;line-height:1.6}@media (width<=1024px){.orders-list{padding:0 1.5rem}}@media (width<=768px){.orders-screen{padding:8rem 0 4rem}.orders-header h1{padding:0 1rem;font-size:2.25rem}.order-card{border-left:none;border-right:none;border-radius:0;padding:2rem 1.25rem}.order-main-info{flex-direction:column;align-items:flex-start;gap:1.5rem}.order-footer{flex-direction:column;align-items:flex-start;gap:2rem}.btn-track{border-radius:4px;justify-content:center;width:100%}.total-amount{font-size:1.25rem}}.order-details-screen{background-color:#fff;min-height:100vh;padding:10rem 2rem 5rem}.details-header{max-width:1200px;margin:0 auto 5rem}.details-header .back-btn{color:#002f6c;letter-spacing:.1em;opacity:.7;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.75rem;font-weight:800;text-decoration:none;transition:all .3s;display:flex}.details-header .back-btn:hover{opacity:1;transform:translate(-5px)}.title-group h1{color:#002f6c;margin-bottom:.5rem;font-size:3rem;font-weight:800}.order-id{color:#999;letter-spacing:.25em;text-transform:uppercase;font-size:.9rem;font-weight:800}.details-grid{grid-template-columns:1.6fr .8fr;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.details-card{background:#fff;border:1px solid #f0f0f0;border-radius:20px;margin-bottom:2rem;padding:3rem;box-shadow:0 10px 40px #00000008}.card-header{border-bottom:1px solid #f8f9fa;align-items:center;gap:1rem;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}.card-header h3{color:#002f6c;letter-spacing:.2em;text-transform:uppercase;font-size:.75rem;font-weight:800}.card-header svg{color:#002f6c;opacity:.5}.timeline-container{flex-direction:column;gap:2rem;display:flex}.timeline-item{opacity:.4;gap:2rem;display:flex;position:relative}.timeline-item.active{opacity:1}.point-box{flex-direction:column;align-items:center;width:20px;display:flex}.circle{z-index:2;background:#f0f0f0;border-radius:50%;width:20px;height:20px;transition:all .3s}.active .circle{background:#002f6c;box-shadow:0 0 15px #002f6c33}.line{background:#f0f0f0;width:2px;height:100%;margin:5px 0}.active .line{background:#002f6c}.timeline-item .content{flex-direction:column;gap:.25rem;display:flex}.timeline-item .label{color:#002f6c;font-size:1rem;font-weight:800}.timeline-item .timestamp{color:#666;font-size:.8rem;font-weight:600}.items-list{flex-direction:column;gap:2rem;display:flex}.order-item-row{justify-content:space-between;align-items:center;display:flex}.item-info{align-items:center;gap:2rem;display:flex}.item-info img{object-fit:cover;background:#f8f9fa;border:1px solid #f0f0f0;border-radius:12px;width:80px;height:80px}.item-info h4{color:#002f6c;margin-bottom:.25rem;font-size:1.1rem;font-weight:800}.item-info span{color:#666;text-transform:uppercase;letter-spacing:.1em;font-size:.85rem;font-weight:700}.item-price{color:#002f6c;font-size:1.25rem;font-weight:800}.address-content strong{color:#002f6c;margin-bottom:.75rem;font-size:1.1rem;display:block}.address-content p{color:#666;font-size:.9rem;line-height:1.8}.payment-content p{color:#666;margin-bottom:2rem;font-size:.9rem;font-weight:700}.total-row{border-top:1px solid #f8f9fa;justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.total-row span{color:#999;font-size:.65rem;font-weight:800}.total-row strong{color:#002f6c;font-size:1.5rem}.btn-invoice{color:#002f6c;letter-spacing:.1em;background:0 0;border:1.5px solid #002f6c;border-radius:12px;justify-content:center;align-items:center;gap:1rem;width:100%;margin-top:1rem;padding:1.25rem;font-size:.75rem;font-weight:800;transition:all .3s;display:flex}.btn-invoice:hover{color:#fff;background:#002f6c;transform:translateY(-5px)}.btn-invoice.success{color:#fff;background:#10b981;border-color:#10b981}.spinner.white{border:3px solid #fff3;border-top-color:#fff}@media (width<=1024px){.details-grid{grid-template-columns:1fr;gap:2rem}.sidebar-details{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.btn-invoice{grid-column:span 2}}@media (width<=768px){.order-details-screen{padding:8rem 0 4rem}.details-header h1{font-size:2.25rem}.details-card{border-left:none;border-right:none;border-radius:0;padding:2rem 1.25rem}.sidebar-details{grid-template-columns:1fr}.btn-invoice{border-radius:4px;grid-column:auto;width:100%;margin-top:0}.item-info{gap:1rem}.item-info img{width:60px;height:60px}.item-info h4{font-size:.95rem}.item-price{font-size:1rem}}.admin-login-screen{z-index:10000;background:radial-gradient(circle at 100% 0,#00428d 0%,#002f6c 100%);justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.admin-overlay{z-index:1;background-image:radial-gradient(#ffffff08 1px,#0000 1px);background-size:30px 30px;width:100%;height:100%;position:absolute;top:0;left:0}.admin-login-container{z-index:10;width:100%;max-width:480px;padding:2rem;position:relative}.admin-login-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff05;border:1px solid #ffffff1a;border-radius:24px;padding:4rem 3.5rem;box-shadow:0 40px 100px #0000004d}.admin-brand{text-align:center;margin-bottom:4rem}.brand-icon{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 2rem;display:flex;box-shadow:inset 0 0 20px #ffffff0d}.admin-brand h2{color:#fff;letter-spacing:.15em;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.admin-brand h2 span{color:#999}.admin-brand p{color:#ffffff80;letter-spacing:.3em;font-size:.65rem;font-weight:800}.admin-form{flex-direction:column;gap:2rem;display:flex}.admin-form .form-group{flex-direction:column;gap:.85rem;display:flex}.admin-form label{color:#fff6;letter-spacing:.15em;padding-left:.5rem;font-size:.65rem;font-weight:800}.admin-input-wrap{align-items:center;display:flex;position:relative}.admin-input-wrap svg{color:#ffffff4d;position:absolute;left:1.25rem}.admin-form input{color:#fff;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;width:100%;padding:1.15rem 1.25rem 1.15rem 3.5rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .3s}.admin-form input::placeholder{color:#ffffff26}.admin-form input:focus{background:#ffffff0f;border-color:#ffffff4d;outline:none;box-shadow:0 0 20px #ffffff0d}.admin-error{color:#ff4757;background:#ff47571a;border:1px solid #ff475733;border-radius:12px;align-items:center;gap:.75rem;padding:1rem;font-size:.8rem;font-weight:700;display:flex}.btn-admin-login{color:#002f6c;letter-spacing:.1em;cursor:pointer;background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;gap:1rem;margin-top:1rem;padding:1.25rem;font-size:.85rem;font-weight:800;transition:all .3s;display:flex}.btn-admin-login:hover{transform:translateY(-3px);box-shadow:0 10px 30px #ffffff26}.btn-admin-login:disabled{opacity:.7;cursor:not-allowed}.admin-form .spinner{border:3px solid #002f6c33;border-top-color:#002f6c;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}.admin-footer{text-align:center;margin-top:4rem}.admin-footer p{color:#ffffff40;letter-spacing:.1em;font-size:.55rem;font-weight:700;line-height:2}@media (width<=480px){.admin-login-card{padding:3rem 1.5rem}.admin-login-container{padding:1.5rem}.btn-admin-login{padding:1rem;font-size:.75rem}}.intro-actions-mobile{display:none}.admin-dashboard-layout{z-index:10001;background:#f8f9fa;grid-template-columns:280px 1fr;width:100vw;height:100vh;display:grid;position:fixed;top:0;left:0;overflow:hidden}.dashboard-sidebar{z-index:10005;background:#fff;border-right:1px solid #f0f0f0;flex-direction:column;justify-content:flex-start;gap:.25rem;padding:1.5rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.sidebar-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10004;background:#0006;width:100%;height:100%;position:fixed;top:0;left:0}.btn-close-sidebar{color:#002f6c;cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.sidebar-brand{justify-content:space-between;align-items:center;margin-bottom:0;display:flex}.brand-group{align-items:center;gap:1rem;display:flex}.brand-dot{background:#002f6c;border-radius:50%;width:8px;height:8px}.sidebar-brand h2{color:#002f6c;font-size:1.1rem;font-weight:800}.sidebar-brand h2 span{color:#999;font-weight:600}.sidebar-nav{flex-direction:column;gap:.25rem;margin-top:0;display:flex}.sidebar-nav button{color:#666;text-align:left;background:0 0;border-radius:12px;align-items:center;gap:1.25rem;width:100%;padding:1.1rem 1.25rem;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.sidebar-nav button.active{color:#fff;background:#002f6c;box-shadow:0 4px 15px #002f6c1a}.sidebar-nav button:hover:not(.active){color:#002f6c;background:#f8f9fa}.btn-logout-admin{color:#ff4757;background:#fff;border-radius:12px;align-items:center;gap:1.25rem;width:100%;margin-top:auto;padding:1.15rem 1.5rem;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.btn-logout-admin:hover{background:snow}.dashboard-main{flex:1;padding:2.5rem;overflow-y:auto}.dashboard-header{justify-content:space-between;align-items:center;margin-bottom:4rem;display:flex}.header-left{flex:1;align-items:center;gap:1.5rem;display:flex}.btn-menu-toggle{color:#002f6c;background:#fff;border:1px solid #f0f0f0;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:none}.header-actions{align-items:center;gap:1.5rem;display:flex}.icon-btn{color:#666;background:#fff;border:1px solid #f0f0f0;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex}.icon-btn:hover{color:#002f6c;background:#f8f9fa}.admin-profile-hint{color:#fff;background:#002f6c;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:.8rem;font-weight:800;display:flex}.content-intro{margin-bottom:4rem}.content-intro h1{color:#002f6c;margin-bottom:.5rem;font-size:2.25rem;font-weight:800}.content-intro p{color:#999;letter-spacing:.25em;font-size:.65rem;font-weight:800}.stats-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:4rem;display:grid}.stat-card{background:#fff;border:1px solid #f0f0f0;border-radius:20px;padding:2rem;box-shadow:0 10px 40px #00000005}.stat-header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.icon-box{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.trend-badge{color:#10b981;background:#10b9811a;border-radius:100px;padding:.4rem .8rem;font-size:.7rem;font-weight:800}.stat-body h3{color:#002f6c;margin-bottom:.25rem;font-size:1.5rem;font-weight:800}.stat-body p{color:#999;text-transform:uppercase;font-size:.75rem;font-weight:700}.recent-orders-card{background:#fff;border:1px solid #f0f0f0;border-radius:24px;padding:3rem;overflow:hidden;box-shadow:0 15px 50px #00000005}.recent-orders-card .card-header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.recent-orders-card .card-header h2{letter-spacing:.25em;color:#002f6c;font-size:.75rem;font-weight:800}.btn-view-all{color:#002f6c;letter-spacing:.1em;background:#f8f9fa;border-radius:8px;padding:.75rem 1.5rem;font-size:.65rem;font-weight:800}.table-responsive{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;min-width:600px}.admin-table th{text-align:left;color:#999;letter-spacing:.1em;background:#fcfcfc;padding:1.5rem 1rem;font-size:.65rem;font-weight:800}.admin-table td{color:#444;border-bottom:1px solid #f8f9fa;padding:1.5rem 1rem;font-size:.85rem;font-weight:700}.id-cell{color:#002f6c;font-weight:800}.user-cell{font-weight:800}.amount-cell{color:#002f6c;font-weight:800}.status-pill{text-transform:uppercase;border-radius:100px;padding:.5rem 1rem;font-size:.7rem;font-weight:800}.status-pill.delivered{color:#10b981;background:#ecfdf5}.status-pill.in-transit{color:#f59e0b;background:#fffbeb}.status-pill.pending{color:#ef4444;background:#fef2f2}.btn-action{color:#002f6c;background:0 0;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.btn-action:hover{color:#00428d;background:#f8f9fa}@media (width<=1200px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.admin-dashboard-layout{grid-template-columns:1fr}.dashboard-sidebar{width:280px;position:fixed;top:0;bottom:0;left:-100%}.dashboard-sidebar.open{left:0}.btn-close-sidebar,.btn-menu-toggle{display:flex}.dashboard-main{padding:1.5rem}.dashboard-header{margin-bottom:2rem}.recent-orders-card{padding:1.5rem}}.admin-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100010;background:#0006;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:fixed;top:0;left:0}.admin-modal-card{text-align:center;background:#fff;border-radius:24px;width:100%;max-width:480px;padding:3rem;box-shadow:0 30px 60px #0000001f}.modal-icon.warning{color:#ef4444;background:#fef2f2;border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 2rem;display:flex}.admin-modal-card h2{color:#002f6c;margin-bottom:1rem;font-size:1.5rem;font-weight:800}.admin-modal-card p{color:#666;margin-bottom:2.5rem;font-size:.9rem;line-height:1.6}.modal-actions{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.btn-cancel-modal{color:#002f6c;background:#f8f9fa;border-radius:12px;padding:1rem;font-size:.9rem;font-weight:700;transition:all .2s}.btn-cancel-modal:hover{background:#f0f1f2}.btn-confirm-modal{color:#fff;background:#002f6c;border-radius:12px;padding:1rem;font-size:.9rem;font-weight:700;transition:all .2s;box-shadow:0 10px 20px #002f6c1a}.btn-confirm-modal:hover{background:#00428d;transform:translateY(-2px)}.settings-workspace{padding-bottom:5rem}.editor-grid{grid-template-columns:1.2fr .8fr;align-items:start;gap:2.5rem;display:grid}.editor-panel,.preview-panel{background:#fff;border:1px solid #f0f0f0;border-radius:24px;overflow:hidden;box-shadow:0 10px 40px #00000005}.panel-header{border-bottom:1px solid #f8f9fa;padding:2rem}.panel-header h2{letter-spacing:.2em;color:#002f6c;margin-bottom:.5rem;font-size:.7rem;font-weight:800}.panel-header p{color:#999;font-size:.75rem;font-weight:600}.policy-textarea{color:#333;resize:none;background:#fdfdfd;border:none;width:100%;height:450px;padding:2rem;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.8}.policy-textarea:focus{background:#fff;outline:none}.editor-footer{background:#fcfcfc;border-top:1px solid #f0f0f0;justify-content:flex-end;gap:1.5rem;padding:1.5rem 2rem;display:flex}.btn-reset{color:#999;letter-spacing:.1em;background:0 0;font-size:.7rem;font-weight:800;transition:color .2s}.btn-reset:hover{color:#ef4444}.btn-save-policy{color:#fff;letter-spacing:.05em;background:#002f6c;border-radius:12px;padding:1rem 2rem;font-size:.8rem;font-weight:800;transition:all .3s;box-shadow:0 10px 25px #002f6c26}.btn-save-policy:hover{background:#00428d;transform:translateY(-2px);box-shadow:0 15px 30px #002f6c33}.preview-window{background:#fafafa;height:520px;padding:2rem;overflow-y:auto}.preview-content{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 5px 20px #00000008}.preview-header{margin-bottom:2rem}.preview-header .last-updated{color:#002f6c;letter-spacing:.2em;font-size:.6rem;font-weight:800}.preview-header h1{color:#002f6c;margin-top:.5rem;font-size:1.75rem;font-weight:800}.preview-body p{color:#666;margin-bottom:1.5rem;font-size:.85rem;line-height:1.7}.preview-body h2{color:#002f6c;margin:2rem 0 1rem;font-size:1.1rem;font-weight:800}.orders-management-workspace{animation:.5s fadeIn}.header-search-box{background:#f8f9fa;border:1px solid #eee;border-radius:10px;flex:1;align-items:center;gap:1rem;max-width:400px;padding:.6rem 1.25rem;display:flex}.header-search-box input{color:#444;background:0 0;border:none;outline:none;width:100%;font-size:.85rem}.table-img-wrap{background:#f8f9fa;border:1px solid #f0f0f0;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;padding:4px;display:flex;overflow:hidden}.table-img-wrap img{object-fit:contain;width:100%;height:100%;transition:transform .3s}.table-img-wrap.clickable{cursor:pointer}.preview-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:3000;background:#002f6c66}.image-preview-card{background:#fff;border-radius:24px;max-width:90vw;max-height:85vh;padding:2rem;position:relative;box-shadow:0 50px 100px #0006}.btn-close-preview{color:#fff;background:#002f6c;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:absolute;top:-20px;right:-20px;box-shadow:0 10px 20px #0003}.btn-close-preview:hover{background:#004094;transform:rotate(90deg)scale(1.1)}.preview-image-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.preview-image-container img{object-fit:contain;border-radius:12px;max-width:100%;max-height:75vh}.user-info-stack{flex-direction:column;display:flex}.user-info-stack span{color:#002f6c;font-weight:800}.user-info-stack small{color:#999;font-size:.75rem}.price-hint-mobile{display:none}.btn-action.view-dossier{color:#fff;letter-spacing:.05em;background:#002f6c;border-radius:6px;width:auto;height:auto;padding:.5rem 1rem;font-size:.7rem;font-weight:800}.dossier-overlay{background:#000f1e99}.order-dossier-card{background:#fff;border-radius:24px;flex-direction:column;width:90vw;max-width:1100px;height:85vh;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 100px #00000040}.dossier-header{color:#fff;background:#002f6c;justify-content:space-between;align-items:center;padding:2.5rem 3rem;display:flex}.dossier-header h2{letter-spacing:.05em;font-size:1.5rem;font-weight:800}.dossier-header p{letter-spacing:.3em;color:#fff9;margin-top:.25rem;font-size:.7rem}.btn-close-dossier{color:#fff;background:#ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex}.btn-close-dossier:hover{background:#fff3}.dossier-content{flex:1;grid-template-columns:1fr 380px;display:grid;overflow-y:auto}.dossier-content.single-view{grid-template-columns:1fr}.dossier-main{border-right:1px solid #f0f0f0;padding:3rem}.dossier-sidebar{background:#fafafa;padding:3rem}.product-image-uploader{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.main-preview-box{background:#fff;border:1px solid #f0f0f0;border-radius:16px;justify-content:center;align-items:center;width:100%;height:220px;padding:1.5rem;display:flex;overflow:hidden;box-shadow:0 5px 15px #00000005}.thumbnail-strip{align-items:center;gap:.75rem;width:100%;padding-bottom:.5rem;display:flex;overflow-x:auto}.mini-thumb{cursor:pointer;background:#fff;border:2px solid #eee;border-radius:8px;flex-shrink:0;width:50px;height:50px;padding:2px;transition:all .2s;overflow:hidden}.mini-thumb.active{border-color:#002f6c;box-shadow:0 5px 10px #002f6c1a}.btn-add-thumb{color:#002f6c;background:#f0f7ff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;transition:all .2s;display:flex}.btn-add-thumb:hover{color:#fff;background:#002f6c}.dossier-section{margin-bottom:3.5rem}.dossier-section h3{letter-spacing:.2em;color:#999;text-transform:uppercase;margin-bottom:1.5rem;font-size:.7rem;font-weight:800}.info-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.info-item label{color:#999;margin-bottom:.5rem;font-size:.7rem;font-weight:700;display:block}.info-item span{color:#002f6c;font-size:.95rem;font-weight:800}.address-box{color:#444;background:#f8f9fa;border-radius:16px;gap:1.25rem;padding:2rem;display:flex}.address-box p{font-size:.95rem;font-weight:700;line-height:1.7}.item-entry{color:#666;border-bottom:1px solid #f8f9fa;justify-content:space-between;padding:1.25rem 0;font-weight:700;display:flex}.financial-totals{background:#fcfcfc;border:1px solid #f0f0f0;border-radius:16px;margin-top:2rem;padding:2rem}.total-row{color:#666;justify-content:space-between;margin-bottom:1rem;font-size:.9rem;font-weight:800;display:flex}.total-row.highlight{color:#10b981}.total-row.final{color:#002f6c;border-top:2px dashed #eee;margin-top:1rem;padding-top:1rem;font-size:1.25rem}.payment-screenshot-wrap{background:#000;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.payment-screenshot-wrap img{width:100%;display:block}.screenshot-actions{background:#fff;gap:1rem;padding:1.5rem;display:grid}.btn-verify{color:#fff;letter-spacing:.1em;text-align:center;background:#10b981;border-radius:10px;justify-content:center;align-items:center;padding:1rem;font-size:.75rem;font-weight:800;display:flex}.btn-reject{color:#ef4444;text-align:center;background:#fafafa;border:1px solid #fee2e2;border-radius:10px;justify-content:center;align-items:center;padding:1rem;font-size:.75rem;font-weight:800;display:flex}.dossier-footer{background:#fff;border-top:1px solid #f0f0f0;justify-content:flex-end;padding:2rem 3rem;display:flex}.btn-status-update{color:#fff;letter-spacing:.05em;text-align:center;background:#002f6c;border-radius:12px;justify-content:center;align-items:center;width:100%;padding:1rem 2.5rem;font-size:.8rem;font-weight:800;display:flex;box-shadow:0 10px 20px #002f6c1a}.status-pill.payment-confirmed{color:#10b981;background:#ecfdf5}.status-pill.verification-pending{color:#f59e0b;background:#fffbeb}.logistics-form-grid{background:#f8f9fa;border-radius:16px;grid-template-columns:1fr 1fr;gap:1.5rem;padding:2rem;display:grid}.form-item{flex-direction:column;gap:.75rem;display:flex}.form-item.spread{grid-column:span 2}.form-item label{color:#999;letter-spacing:.1em;font-size:.65rem;font-weight:800}.luxury-select,.luxury-input{color:#002f6c;background:#fff;border:1px solid #eee;border-radius:10px;width:100%;padding:1rem 1.25rem;font-size:.9rem;font-weight:800;transition:all .2s}.luxury-select:focus,.luxury-input:focus{border-color:#002f6c;outline:none;box-shadow:0 0 0 4px #002f6c0d}.luxury-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23002f6c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.2rem}@media (width<=600px){.logistics-form-grid{grid-template-columns:1fr}.form-item.spread{grid-column:span 1}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.dossier-content{grid-template-columns:1fr}.dossier-sidebar{border-top:1px solid #f0f0f0}.info-grid{grid-template-columns:1fr}.order-dossier-card{width:95vw;height:95vh}}@media (width<=1200px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.admin-dashboard-layout{grid-template-columns:1fr}.dashboard-sidebar{width:280px;position:fixed;top:0;bottom:0;left:-100%}.dashboard-sidebar.open{left:0}.btn-close-sidebar,.btn-menu-toggle{display:flex}.dashboard-main{padding:1.5rem}.dashboard-header{margin-bottom:2rem}.recent-orders-card{padding:1.5rem}}@media (width<=1024px){.order-dossier-card{border-radius:0;width:100vw;max-width:none;height:100vh}.dossier-header{padding:2rem}.dossier-content{flex-direction:column;grid-template-columns:1fr;display:flex}.dossier-main,.dossier-sidebar{border-right:none;padding:2rem}.dossier-sidebar{background:#fff;border-top:1px solid #f0f0f0}.dossier-footer{padding:1.5rem 2rem}.logistics-form-grid{grid-template-columns:1fr}.form-item.spread{grid-column:span 1}}.specs-editor-list{background:#f8f9fa;border-radius:12px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.spec-edit-row{grid-template-columns:1fr 1fr auto;align-items:center;gap:1rem;display:grid}.btn-remove-spec{color:#ef4444;background:#fff;border:1px solid #fee2e2;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.product-image-uploader{flex-direction:column;gap:1.5rem;display:flex}.main-preview-box{aspect-ratio:1;background:#f8f9fa;border:1px solid #eee;border-radius:16px;justify-content:center;align-items:center;display:flex;overflow:hidden}.main-preview-box img{object-fit:contain;width:100%;height:100%}.thumbnail-strip{gap:.75rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.mini-thumb{cursor:pointer;border:2px solid #0000;border-radius:10px;flex-shrink:0;width:60px;height:60px;transition:all .2s;position:relative;overflow:hidden}.btn-remove-image{color:#fff;cursor:pointer;z-index:10;opacity:0;background:#ef4444e6;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;transition:all .2s;display:flex;position:absolute;top:4px;right:4px}.mini-thumb:hover .btn-remove-image{opacity:1}.btn-remove-image:hover{background:#ef4444;transform:scale(1.1)}.mini-thumb.active{border-color:#002f6c}.mini-thumb img{object-fit:cover;width:100%;height:100%}.btn-add-thumb{color:#999;background:#fff;border:2px dashed #ddd;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.btn-remove-spec:hover{color:#fff;background:#ef4444}@media (width<=768px){.mobile-hide{display:none!important}.dashboard-main{padding:1rem!important}.dashboard-header{border-bottom:1px solid #f0f0f0;margin-bottom:2rem;padding-bottom:1rem;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;display:flex!important}.header-left,.header-actions{gap:.75rem;width:auto!important;display:flex!important}.content-intro{text-align:center;margin-bottom:2rem}.content-intro h1{color:#002f6c;margin-bottom:1rem;font-size:1.75rem}.intro-actions-mobile{justify-content:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.btn-mobile-action{color:#002f6c;background:#f8f9fa;border:1px solid #eee;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.8rem;font-size:.8rem;font-weight:600;transition:all .3s;display:flex}.btn-mobile-action.primary{color:#fff;background:#002f6c;border:none;box-shadow:0 4px 12px #002f6c33}.content-intro p{letter-spacing:.1em;color:#999;font-size:.65rem}.recent-orders-card{border-radius:16px;padding:1rem!important}.admin-table th,.admin-table td{padding:1rem .5rem!important}}@media (width<=480px){.dashboard-main{padding:.75rem!important}.content-intro h1{font-size:1.5rem}.intro-actions-mobile{gap:.5rem}.btn-mobile-action{padding:.7rem;font-size:.75rem}.price-hint-mobile{margin-top:2px;font-size:.6rem;display:block!important}.table-img-wrap{width:40px;height:40px}.admin-table th,.admin-table td{font-size:.65rem;padding:.8rem .4rem!important}.btn-action{width:32px;height:32px}.user-info-stack span{font-size:.75rem}}@media (width<=900px){.order-dossier-card{border-radius:0!important;width:100vw!important;max-width:none!important;height:100vh!important}.dossier-header{padding:1rem 1.5rem!important}.dossier-header h2{font-size:1rem}.dossier-content{height:calc(100vh - 120px);flex-direction:column!important;gap:1.5rem!important;padding:1.25rem!important;display:flex!important;overflow-y:auto!important}.dossier-main,.dossier-sidebar{border:none!important;width:100%!important;padding:0!important}.logistics-form-grid{grid-template-columns:1fr!important;gap:1rem!important}.form-item.spread{grid-column:span 1!important}.spec-edit-row{background:#fff;border:1px solid #eee;border-radius:10px;padding:1rem;position:relative;grid-template-columns:1fr!important;gap:.5rem!important}.btn-remove-spec{width:28px;height:28px;position:absolute;top:-.5rem;right:-.5rem;box-shadow:0 2px 8px #0000001a}.thumbnail-strip{padding-bottom:1rem}.mini-thumb{width:50px;height:50px}.dossier-footer{padding:1rem 1.5rem!important}.btn-status-update{width:100%;padding:.8rem!important;font-size:.75rem!important}.luxury-input,.luxury-select,.luxury-textarea{padding:.8rem 1rem!important;font-size:.85rem!important}}.user-info-stack span{word-break:break-all;max-width:100%;display:inline-block}.btn-back-overview{color:#002f6c;background:#fff;border:1px solid #f0f0f0;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem 1.25rem;font-size:.8rem;font-weight:800;transition:all .3s;display:flex}.btn-back-overview:hover{background:#f8f9fa;transform:translate(-4px);box-shadow:0 5px 15px #0000000d}.panel-title-group{align-items:center;gap:1.5rem;display:flex}.indicator-icon{color:#4361ee;background:#f0f4ff;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.btn-save-policy{color:#fff;cursor:pointer;background:#002f6c;border:none;border-radius:10px;align-items:center;gap:.75rem;padding:.85rem 1.75rem;font-size:.85rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 10px 20px #002f6c1a}.btn-save-policy:hover:not(:disabled){background:#001f4d;transform:translateY(-2px);box-shadow:0 15px 30px #002f6c33}.btn-save-policy:disabled{opacity:.7;cursor:not-allowed}.btn-reset{color:#666;cursor:pointer;background:0 0;border:1px solid #e0e0e0;border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.8rem;font-weight:700;transition:all .3s;display:flex}.btn-reset:hover{color:#002f6c;background:#f8f9fa;border-color:#002f6c}.sidebar-nav button.active-settings{color:#fff;background:#002f6c;box-shadow:0 10px 25px #002f6c26}.legal-tabs-container{border-bottom:1px solid #f0f0f0;gap:2rem;margin-bottom:2.5rem;display:flex}.legal-tab{color:#999;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;padding:1rem 0;font-size:.8rem;font-weight:800;transition:all .3s;position:relative}.legal-tab:hover,.legal-tab.active{color:#002f6c}.legal-tab.active:after{content:"";background:#002f6c;width:100%;height:2px;position:absolute;bottom:-1px;left:0}@media (width<=768px){.legal-tabs-container{gap:1.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;overflow-x:auto}.legal-tab{white-space:nowrap;padding-bottom:.75rem;font-size:.75rem}.settings-workspace{padding:0 0 5rem}.content-intro h1{font-size:1.75rem}}.other-settings-workspace{flex-direction:column;gap:3rem;padding-top:1rem;animation:.5s fadeIn;display:flex}.settings-section{flex-direction:column;gap:2rem;display:flex}.section-info h2{color:#002f6c;letter-spacing:.15em;margin-bottom:.5rem;font-size:.9rem;font-weight:800}.section-info p{color:#666;font-size:.85rem}.settings-controls-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.control-item{background:#fff;border:1px solid #f0f0f0;border-radius:12px;justify-content:space-between;align-items:center;padding:2rem;transition:all .3s;display:flex}.control-item:hover{border-color:#002f6c;box-shadow:0 5px 15px #002f6c0d}.control-label h3{color:#1a1a1a;margin-bottom:.25rem;font-size:1rem;font-weight:700}.control-label p{color:#888;font-size:.8rem}.luxury-switch{width:48px;height:24px;display:inline-block;position:relative}.luxury-switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:#eee;border-radius:24px;transition:all .4s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .4s;position:absolute;bottom:3px;left:3px;box-shadow:0 2px 5px #0000001a}input:checked+.slider{background-color:#002f6c}input:checked+.slider:before{transform:translate(24px)}.inputs-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.input-group{flex-direction:column;gap:.75rem;display:flex}.input-group label{color:#1a1a1a;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.luxury-select,.luxury-input{color:#333;background:#fff;border:1px solid #e0e0e0;border-radius:8px;outline:none;padding:1rem;font-size:.9rem;transition:all .3s}.luxury-select:focus,.luxury-input:focus{border-color:#002f6c;box-shadow:0 0 0 4px #002f6c0d}.structured-editor{flex-direction:column;gap:2rem;margin-bottom:0;padding:2.5rem;display:flex}.luxury-textarea{color:#333;resize:vertical;background:#fff;border:1px solid #e0e0e0;border-radius:8px;outline:none;width:100%;min-height:150px;padding:1rem;font-family:inherit;font-size:.9rem;transition:all .3s}.luxury-textarea.small{min-height:100px}.luxury-textarea:focus{border-color:#002f6c;box-shadow:0 0 0 4px #002f6c0d}.premium-profile-editor{flex-direction:column;gap:3.5rem;animation:.5s fadeIn;display:flex}.profile-top-bar{border-bottom:1px solid #f0f0f0;align-items:center;gap:2.5rem;padding-bottom:3.5rem;display:flex}.avatar-upload-portal{width:100px;height:100px;position:relative}.avatar-frame{color:#fff;background:#002f6c;border-radius:28px;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.75rem;font-weight:800;display:flex;overflow:hidden;box-shadow:0 15px 35px #002f6c33}.avatar-frame img{object-fit:cover;width:100%;height:100%}.btn-upload-avatar{color:#002f6c;cursor:pointer;background:#fff;border:1px solid #f0f0f0;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s;display:flex;position:absolute;bottom:-10px;right:-10px;box-shadow:0 10px 20px #0000001a}.btn-upload-avatar:hover:not(:disabled){color:#fff;background:#002f6c;transform:scale(1.1)rotate(5deg)}.profile-intro h2{color:#002f6c;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.profile-intro p{letter-spacing:.3em;color:#999;text-transform:uppercase;font-size:.65rem;font-weight:800}.qr-config-portal{background:#fff;border:1px solid #eee;border-radius:16px;align-items:center;gap:2rem;padding:1.5rem;display:flex}.qr-preview-box{background:#f8f9fa;border:2px dashed #eee;border-radius:12px;justify-content:center;align-items:center;width:140px;height:140px;padding:10px;display:flex;overflow:hidden}.qr-preview-box img{object-fit:contain;width:100%;height:100%}.qr-upload-info{flex:1}.qr-upload-info p{color:#666;margin-bottom:1rem;font-size:.85rem;line-height:1.5}.btn-verify{color:#fff;cursor:pointer;background:#4361ee;border:none;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1.25rem;font-size:.8rem;font-weight:700;transition:all .3s;display:flex}.btn-verify:hover{background:#3951d4;transform:translateY(-2px)}.admin-toast{z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:40px;align-items:center;gap:.75rem;padding:.8rem 1.5rem;font-size:.85rem;font-weight:700;display:flex;position:fixed;top:30px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #0000001a}.admin-toast.success{color:#fff;background:#10b981f2;border:1px solid #fff3}.admin-toast.error{color:#fff;background:#ef4444f2;border:1px solid #fff3}.boutique-editor-container{background:#fff;border:1px solid #e0e0e0;border-radius:16px;flex-direction:column;min-height:480px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 4px 20px #00000008}.boutique-editor-container:focus-within{border-color:#002f6c;box-shadow:0 20px 50px #002f6c14}.editor-header{color:#fff;background:#002f6c;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;display:flex}.editor-status{letter-spacing:.2em;align-items:center;gap:.75rem;font-size:.65rem;font-weight:800;display:flex}.status-dot{background:#10b981;border-radius:50%;width:6px;height:6px}.status-dot.pulse{animation:2s infinite pulse;box-shadow:0 0 #10b98166}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #10b981b3}70%{transform:scale(1);box-shadow:0 0 0 6px #10b98100}to{transform:scale(.95);box-shadow:0 0 #10b98100}}.editor-security{letter-spacing:.1em;opacity:.8;align-items:center;gap:.5rem;font-size:.55rem;font-weight:700;display:flex}.editor-toolbar{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fdfdfd;border-bottom:1px solid #f0f0f0;flex-wrap:wrap;align-items:center;gap:.75rem;padding:1rem;display:flex}.editor-toolbar button{color:#555;cursor:pointer;background:#fff;border:1px solid #eee;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.editor-toolbar button:hover{color:#fff;background:#002f6c;border-color:#002f6c;transform:translateY(-2px)scale(1.05)}.editor-toolbar button:active{transform:translateY(0)scale(.95)}.toolbar-separator{background:#eee;width:1px;height:24px;margin:0 .5rem}.boutique-editor-content{color:#222;outline:none;flex:1;padding:2.5rem;font-size:1rem;line-height:1.8;position:relative;overflow-y:auto}.boutique-editor-content:empty:before{content:attr(data-placeholder);color:#bbb;pointer-events:none;font-style:normal;position:absolute;top:2.5rem;left:2.5rem}.boutique-editor-content h2{color:#002f6c;margin:2rem 0 1.25rem;font-size:1.6rem;font-weight:800;line-height:1.3}.boutique-editor-content p{margin-bottom:1.5rem}.boutique-editor-content ul{margin:0 0 1.5rem 1.75rem;list-style:outside}.boutique-editor-content li{margin-bottom:.75rem;padding-left:.5rem}.spinner{animation:1s linear infinite spin}.preview-panel{background:#fff;border:1px solid #f0f0f0;border-radius:16px;flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.preview-window{background:#fafafa;border:1px solid #f0f0f0;border-radius:12px;min-height:400px;padding:1.5rem}.preview-content{color:#444}.preview-header h1{color:#002f6c;margin-bottom:1rem;font-size:2rem}.last-updated{color:#999;letter-spacing:.2em;font-size:.7rem;font-weight:700}.preview-body{line-height:1.6}.preview-body h2{color:#002f6c;margin-top:1.5rem}.preview-body p{margin-bottom:1rem}@media (width<=1024px){.editor-grid{grid-template-columns:1fr;gap:2rem}.preview-panel{order:2}}@media (width<=768px){.profile-top-bar{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding-bottom:2.5rem}.inputs-row{grid-template-columns:1fr;gap:1.5rem}.settings-section{gap:1.5rem}.qr-config-portal{text-align:center;flex-direction:column;padding:2rem}.qr-preview-box{width:180px;height:180px}.btn-save-policy{justify-content:center;width:100%}.boutique-editor-content,.structured-editor{padding:1.5rem}.editor-toolbar{gap:.5rem;padding:.75rem}.editor-toolbar button{width:32px;height:32px}.panel-title-group{gap:1rem}.indicator-icon{width:40px;height:40px}.panel-title-group h2{font-size:1rem}.settings-actions-footer{margin-top:1rem;padding-bottom:2rem}.settings-actions-footer .btn-save-policy{justify-content:center;width:100%;padding:1rem!important}}.settings-actions-footer{border-top:1px solid #f0f0f0;justify-content:flex-end;margin-top:3rem;padding-top:2rem;display:flex}
