@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);width:100%;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}.search-hero-pure{background:#fbfbfd;justify-content:center;align-items:center;padding:1.5rem 1rem;display:flex}.search-hub-centered{width:100%;max-width:680px;margin:0 auto}.search-input-wrapper-pure{background:#fff;border:1px solid #00000012;border-radius:100px;align-items:center;gap:1rem;padding:.9rem 1.6rem;transition:all .3s;display:flex;box-shadow:0 8px 30px #0000000f}.search-input-wrapper-pure:focus-within{border-color:#007aff40;transform:translateY(-2px);box-shadow:0 12px 40px #007aff1a}.search-icon-minimal{color:#86868b;flex-shrink:0}.search-input-wrapper-pure input{color:#1d1d1f;letter-spacing:-.01em;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:1rem;font-weight:500}.search-input-wrapper-pure input::placeholder{color:#86868b}.trust-bar-light{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#f5f5f7e6;border-top:1px solid #0000000d;border-bottom:1px solid #0000000d;padding:1.5rem 0}.stats-row-pristine{justify-content:space-between;align-items:center;gap:1rem;padding:0 1.5rem;display:flex}.stat-item-pristine{border-radius:16px;flex:1;align-items:center;gap:1rem;padding:.8rem 1rem;transition:all .3s;display:flex;position:relative}.stat-item-pristine:hover{background:#fff;transform:translateY(-3px);box-shadow:0 8px 20px #0000000a}.stat-icon-pristine{color:#007aff;background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:all .3s;display:flex;box-shadow:0 4px 12px #0000000d}.stat-item-pristine:hover .stat-icon-pristine{color:#fff;background:#007aff}.stat-content-pristine{flex-direction:column;display:flex}.stat-label-pristine{color:#86868b;letter-spacing:.15em;text-transform:uppercase;margin-bottom:.15rem;font-size:.55rem;font-weight:800}.stat-value-pristine{color:#1d1d1f;font-size:.95rem;font-weight:800}.trust-build-refined{background:#fbfbfd;border-bottom:1px solid #0000000a;padding:4rem 0}.trust-grid-refined{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.trust-card-refined{background:#fff;border:1px solid #00000008;border-radius:24px;align-items:flex-start;gap:1.5rem;padding:2rem;transition:all .4s;display:flex}.trust-card-refined:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0000000f}.trust-icon-box{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.trust-icon-box.star{background:#ffd7001a}.trust-icon-box.pin{background:#ff3b301a}.trust-icon-box.phone{background:#007aff1a}.trust-info-refined h4{color:#1d1d1f;margin-bottom:.4rem;font-size:1.1rem;font-weight:800}.trust-info-refined p{color:#86868b;font-size:.9rem;line-height:1.5}.trust-manifesto-section{background:#fff;padding:6rem 0}.manifesto-header{text-align:center;margin-bottom:4rem}.manifesto-label{color:#007aff;letter-spacing:.3em;text-transform:uppercase;margin-bottom:1rem;font-size:.7rem;font-weight:800;display:block}.manifesto-title{color:#1d1d1f;letter-spacing:-.03em;font-size:2.8rem;font-weight:800}.modern-gradient-text{background:linear-gradient(135deg,#007aff 0%,#5856d6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.manifesto-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.manifesto-card{background:#fbfbfd;border:1px solid #00000008;border-radius:32px;flex-direction:column;gap:1.5rem;padding:2.5rem;transition:all .4s;display:flex}.manifesto-card:hover{background:#fff;transform:translateY(-10px);box-shadow:0 30px 60px #0000000f}.manifesto-icon-box{color:#007aff;background:#fff;border-radius:20px;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;box-shadow:0 8px 20px #0000000a}.manifesto-card:hover .manifesto-icon-box{color:#fff;background:#007aff;transform:scale(1.1)rotate(8deg)}.manifesto-info h4{color:#1d1d1f;margin-bottom:.5rem;font-size:1.1rem;font-weight:800}.manifesto-info p{color:#86868b;font-size:.9rem;line-height:1.6}.testimonials-section{background:#fbfbfd;padding:5rem 0 7rem}.testimonials-header{text-align:center;margin-bottom:3rem}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));justify-content:center;gap:2rem;display:grid}.testimonial-card-pristine{background:#fff;border:1px solid #00000008;border-radius:32px;padding:2.5rem;transition:all .4s;box-shadow:0 15px 40px #0000000a}.testimonial-card-pristine:hover{transform:scale(1.02);box-shadow:0 25px 60px #00000012}.star-rating-glow{gap:.25rem;margin-bottom:1.2rem;display:flex}.testimonial-quote{color:#1d1d1f;margin-bottom:1.5rem;font-size:1.15rem;font-style:italic;font-weight:700;line-height:1.5}.testimonial-footer{color:#007aff;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.75rem;font-size:.8rem;font-weight:800;display:flex}.author-dot{background:#007aff;border-radius:50%;width:8px;height:8px}.catalog-discovery-section{background:#fff;padding:6rem 0}.discovery-header-modern{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:4rem;display:flex}.discovery-label{color:#007aff;letter-spacing:.3em;margin-bottom:1rem;font-size:.65rem;font-weight:800;display:block}.discovery-heading{color:#1d1d1f;letter-spacing:-.04em;font-size:3.5rem;font-weight:900;line-height:1}.gradient-highlight{background:linear-gradient(135deg,#007aff,#5856d6);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.discovery-meta{text-align:right;min-width:180px}.meta-count{color:#86868b;letter-spacing:.1em;font-size:.7rem;font-weight:700}.meta-line{background:#f5f5f7;height:2px;margin-top:.8rem}.modern-product-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem;display:grid}.modern-product-card{cursor:pointer;background:#fff;border:1px solid #f5f5f7;border-radius:28px;flex-direction:column;transition:all .5s;display:flex;overflow:hidden}.modern-product-card:hover{border-color:#007aff1a;box-shadow:0 30px 70px #00000014}.modern-image-wrapper{aspect-ratio:4/5;background:#fbfbfd;justify-content:center;align-items:center;padding:2.5rem;display:flex;position:relative;overflow:hidden}.product-main-img{object-fit:contain;width:100%;height:100%;transition:transform .7s}.modern-product-card:hover .product-main-img{transform:scale(1.07)}.premium-discount-tag{color:#fff;background:#ff3b30;border-radius:100px;padding:.4rem .9rem;font-size:.65rem;font-weight:800;position:absolute;top:1.2rem;right:1.2rem}.card-hover-actions{opacity:0;transition:all .3s;position:absolute;bottom:1.2rem;right:1.2rem;transform:translateY(15px)}.modern-product-card:hover .card-hover-actions{opacity:1;transform:translateY(0)}.btn-card-quick{color:#1d1d1f;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;transition:all .3s;display:flex;box-shadow:0 8px 20px #0000001a}.btn-card-quick:hover{color:#fff;background:#007aff}.modern-card-info{flex-direction:column;flex:1;padding:2rem;display:flex}.info-top{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.card-category{color:#86868b;letter-spacing:.2em;text-transform:uppercase;font-size:.6rem;font-weight:800}.stock-badge{color:#34c759;align-items:center;gap:.4rem;font-size:.55rem;font-weight:700;display:flex}.pulse-dot{background:#34c759;border-radius:50%;width:6px;height:6px}.card-title{color:#1d1d1f;letter-spacing:-.02em;margin-bottom:.6rem;font-size:1.35rem;font-weight:700}.card-tagline{color:#86868b;margin-bottom:1.5rem;font-size:.85rem;line-height:1.5}.card-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.price-container{flex-direction:column;display:flex}.old-price-label{color:#86868b;margin-bottom:.15rem;font-size:.8rem;text-decoration:line-through}.current-price-label{color:#1d1d1f;font-size:1.4rem;font-weight:800}.btn-card-action{color:#fff;cursor:pointer;letter-spacing:.05em;background:#1d1d1f;border:none;border-radius:10px;padding:.7rem 1.6rem;font-size:.7rem;font-weight:700;transition:all .3s}.btn-card-action:hover{background:#007aff}.discovery-loader-pristine{color:#86868b;letter-spacing:.2em;flex-direction:column;align-items:center;gap:1.5rem;padding:8rem 0;font-size:.75rem;font-weight:700;display:flex}.discovery-empty-state{text-align:center;flex-direction:column;align-items:center;padding:8rem 0;display:flex}.empty-visual-radar{color:#d2d2d7;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:2.5rem;display:flex;position:relative}.radar-circle{border:2px solid #007aff;border-radius:50%;animation:2s infinite radar-ping;position:absolute;inset:0}@keyframes radar-ping{0%{opacity:.8;transform:scale(.5)}to{opacity:0;transform:scale(2)}}.discovery-empty-state h3{color:#1d1d1f;margin-bottom:.75rem;font-size:1.4rem;font-weight:800}.discovery-empty-state p{color:#86868b;font-size:.95rem}.btn-reset-discovery{cursor:pointer;letter-spacing:.05em;background:0 0;border:1px solid #1d1d1f;border-radius:100px;margin-top:2rem;padding:.9rem 2.2rem;font-size:.75rem;font-weight:700;transition:all .3s}.btn-reset-discovery:hover{color:#fff;background:#1d1d1f}@media (width<=1024px){.trust-grid-refined{grid-template-columns:1fr;gap:1rem}.discovery-header-modern{flex-direction:column;align-items:flex-start}.discovery-meta{text-align:left}.discovery-heading{font-size:2.8rem}}@media (width<=768px){.search-hero-pure{padding:calc(64px + 1rem) 1rem 1rem}.stats-row-pristine{grid-template-columns:1fr 1fr;gap:.75rem;padding:0 .75rem;display:grid}.trust-build-refined{padding:2.5rem 0}.trust-grid-refined{grid-template-columns:1fr;gap:.75rem}.trust-card-refined{border-radius:18px;gap:1rem;padding:1.2rem 1.5rem}.trust-icon-box{border-radius:12px;width:44px;height:44px}.trust-info-refined h4{font-size:.95rem}.trust-info-refined p{font-size:.82rem}.manifesto-title{font-size:2rem}.manifesto-grid,.testimonials-grid{grid-template-columns:1fr}.modern-product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.discovery-heading{font-size:2.2rem}}@media (width<=480px){.stats-row-pristine,.modern-product-grid{grid-template-columns:1fr}.manifesto-title{font-size:1.8rem}.discovery-heading{font-size:2rem}}.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}}.product-details-container{background:#fff;min-height:100vh;padding-top:4rem;position:relative;overflow-x:hidden}.hero-noise-overlay-light{opacity:.03;pointer-events:none;z-index:1;background-image:url(https://grainy-gradients.vercel.app/noise.svg);position:absolute;inset:0}.product-showcase-section{z-index:2;padding:2rem 0 4rem;position:relative}.showcase-grid{grid-template-columns:1.1fr 1fr;align-items:flex-start;gap:3rem;display:grid}.gallery-orchestra{gap:1.5rem;display:flex;position:sticky;top:6rem}.vertical-thumbnails{flex-direction:column;gap:1.2rem;display:flex}.thumb-item{cursor:pointer;background:#fbfbfd;border:1px solid #f5f5f7;border-radius:16px;width:90px;height:90px;transition:all .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.thumb-item.active{border-color:#007aff;box-shadow:0 0 0 2px #007aff1a}.thumb-item img{object-fit:contain;width:100%;height:100%;padding:.8rem}.main-display-prism{aspect-ratio:1;background:#fbfbfd;border:1px solid #f5f5f7;border-radius:32px;flex:1;justify-content:center;align-items:center;padding:2.5rem;display:flex;position:relative}.prism-image{object-fit:contain;width:100%;height:100%;display:block}.prism-discount-badge{color:#fff;background:#ff3b30;border-radius:100px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.75rem;font-weight:800;display:flex;position:absolute;top:2rem;right:2rem;box-shadow:0 10px 20px #ff3b3033}.product-intel-side{padding-top:1rem}.btn-back-pristine{color:#86868b;letter-spacing:.1em;align-items:center;gap:.6rem;margin-bottom:3rem;font-size:.7rem;font-weight:700;text-decoration:none;transition:color .3s;display:inline-flex}.btn-back-pristine:hover{color:#007aff}.intel-category{color:#007aff;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem;font-size:.75rem;font-weight:800;display:block}.promo-subheading{color:#007aff;letter-spacing:.02em;margin-bottom:.8rem;font-size:.85rem;font-weight:700}.intel-title{color:#1d1d1f;letter-spacing:-.01em;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;margin-bottom:1rem;font-size:1.1rem;font-weight:800;line-height:1.3}.intel-tagline{color:#666;margin-bottom:2.5rem;font-size:1rem;line-height:1.6}.intel-price-block{border-bottom:1px solid #f5f5f7;margin-bottom:2rem;padding-bottom:1.5rem}.price-evolution{flex-direction:column;margin-bottom:.5rem;display:flex}.old-value{color:#86868b;margin-bottom:.3rem;font-size:1rem;text-decoration:line-through}.current-value{color:#1d1d1f;align-items:baseline;gap:.2rem;display:flex}.currency{font-size:1.5rem;font-weight:600}.amount{letter-spacing:-.02em;font-size:2.2rem;font-weight:800}.tax-notice{color:#86868b;letter-spacing:.05em;margin-top:1rem;font-size:.65rem;font-weight:700}.intel-cta-group{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2.5rem;display:grid}.btn-buy-pristine{color:#fff;cursor:pointer;background:#007aff;border:none;border-radius:16px;padding:1.2rem;font-size:.85rem;font-weight:800;box-shadow:0 15px 30px #007aff33}.btn-cart-pristine{color:#1d1d1f;cursor:pointer;background:#fff;border:1px solid #1d1d1f;border-radius:16px;padding:1.2rem;font-size:.85rem;font-weight:800}.intel-trust-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.trust-node{color:#86868b;letter-spacing:.05em;align-items:center;gap:.8rem;font-size:.65rem;font-weight:800;display:flex}.trust-node svg{color:#007aff}.product-deep-dive{background:#fbfbfd;border-top:1px solid #f5f5f7;padding:8rem 0}.dive-grid{grid-template-columns:1.2fr 1fr;gap:6rem;display:grid}.block-label{color:#007aff;letter-spacing:.3em;margin-bottom:1.5rem;font-size:.7rem;font-weight:800;display:block}.dive-narrative h2,.tech-header h2{color:#1d1d1f;letter-spacing:-.02em;margin-bottom:2rem;font-size:2.5rem;font-weight:900}.narrative-block p{color:#666;margin-bottom:4rem;font-size:1.1rem;line-height:1.8}.feature-nodes{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.feature-node{color:#1d1d1f;align-items:center;gap:1rem;font-size:.9rem;font-weight:600;display:flex}.node-dot{background:#007aff;border-radius:50%;width:6px;height:6px}.tech-table{background:#fff;border:1px solid #f5f5f7;border-radius:32px;padding:2.5rem}.tech-row{border-bottom:1px solid #f5f5f7;justify-content:space-between;padding:1.2rem 0;display:flex}.tech-row:last-child{border-bottom:none}.tech-label{color:#86868b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.tech-value{color:#1d1d1f;text-align:right;word-break:break-word;max-width:60%;font-size:.85rem;font-weight:700}.product-details-loader{color:#007aff;letter-spacing:.2em;flex-direction:column;justify-content:center;align-items:center;gap:2rem;height:80vh;font-weight:800;display:flex}.product-not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem;height:80vh;display:flex}@media (width<=1024px){.container{padding:0 1.5rem}.showcase-grid{flex-direction:column;align-items:center;gap:2.5rem;width:100%;display:flex}.dive-grid{grid-template-columns:1fr;gap:3.5rem}.gallery-orchestra{align-items:center;gap:1.5rem;width:100%;margin-top:1.5rem;display:flex;position:static;flex-direction:column-reverse!important}.vertical-thumbnails{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-flow:row;flex-shrink:0;justify-content:flex-start;gap:1rem;width:100%;padding:1rem 0;display:flex;overflow-x:auto}.vertical-thumbnails::-webkit-scrollbar{display:none}.thumb-item{border-radius:12px;flex-shrink:0;width:75px;height:75px}.intel-header{text-align:center}.intel-title{word-break:break-word;overflow-wrap:break-word;margin-bottom:.8rem;line-height:1.4;font-size:1.1rem!important}.intel-tagline{margin-bottom:2rem;font-size:.95rem}.intel-price-block{text-align:center;border-bottom:none;flex-direction:column;align-items:center;margin-bottom:1rem;display:flex}.btn-back-pristine{justify-content:center;width:100%;margin-bottom:1.5rem}.intel-trust-grid{justify-content:center;gap:1.5rem}}@media (width<=768px){.product-details-container{padding-top:0;padding-bottom:90px}.product-showcase-section{padding-top:6rem!important}.main-display-prism{aspect-ratio:4/3;border-radius:20px;justify-content:center;align-items:center;max-width:400px;min-height:220px;max-height:280px;padding:1.5rem;display:flex;overflow:hidden;width:90%!important;margin:0 auto!important}.prism-discount-badge{padding:.4rem .8rem;font-size:.6rem;top:.8rem;right:.8rem}.intel-title{font-size:1rem!important}.amount{font-size:1.6rem}.currency{font-size:1.1rem}.intel-cta-group{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);padding:1rem 1.2rem calc(1rem + env(safe-area-inset-bottom));z-index:1000;background:#fffffff2;border-top:1px solid #0000000d;grid-template-columns:1fr 1fr;gap:.8rem;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 30px #00000014}.btn-buy-pristine,.btn-cart-pristine{border-radius:12px;padding:.85rem;font-size:.75rem}.product-deep-dive{padding:3.5rem 0}.dive-narrative h2{margin-bottom:1.5rem;font-size:1.6rem}.narrative-block p{margin-bottom:2.5rem;font-size:.95rem;line-height:1.7}.feature-nodes{grid-template-columns:1fr;gap:.8rem}.tech-table{border-radius:20px;padding:1.2rem}}@media (width<=480px){.container{padding:0 1rem}.main-display-prism{min-height:180px;max-height:220px;padding:1rem;width:90%!important;margin:0 auto!important}.thumb-item{width:60px;height:60px}.intel-title{width:100%;margin-left:auto;margin-right:auto;display:block;font-size:.9rem!important}.intel-tagline{margin-bottom:1.2rem;font-size:.8rem}.intel-trust-grid{flex-direction:column;align-items:center;gap:.8rem;display:flex}.trust-node{justify-content:center;width:100%}.dive-narrative h2{font-size:1.4rem}.tech-row{padding:.8rem 0}}.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}
