:root{--color-primary:#0d4f6c;--color-primary-hover:#0a3d55;--color-primary-light:#e8f4f8;--color-accent:#0096c7;--color-accent-hover:#0077a3;--color-bg:#f0f5f9;--color-surface:#fff;--color-surface-2:#f8fafc;--color-border:#dde6ed;--color-border-focus:#0096c7;--color-text:#1a2e3b;--color-text-muted:#556e7a;--color-text-light:#8aa3af;--color-success:#059669;--color-success-bg:#ecfdf5;--color-error:#dc2626;--color-error-bg:#fef2f2;--color-warning:#d97706;--color-warning-bg:#fffbeb;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 3px #0d4f6c14;--shadow-md:0 4px 12px #0d4f6c1f;--shadow-lg:0 8px 24px #0d4f6c29;--font-sans:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--transition:.15s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;font-size:16px}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);min-height:100vh;line-height:1.6}#root{flex-direction:column;min-height:100vh;display:flex}img{max-width:100%;height:auto;display:block}a{color:var(--color-accent);transition:color var(--transition);text-decoration:none}a:hover{color:var(--color-accent-hover)}h1,h2,h3,h4,h5,h6{color:var(--color-primary);font-weight:600;line-height:1.3}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.btn{border-radius:var(--radius-md);font-size:.9375rem;font-weight:500;font-family:var(--font-sans);cursor:pointer;transition:background var(--transition), border-color var(--transition), color var(--transition), box-shadow var(--transition), transform var(--transition);white-space:nowrap;border:1.5px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;line-height:1.4;text-decoration:none;display:inline-flex}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.btn-primary:hover:not(:disabled){background:var(--color-primary-hover);border-color:var(--color-primary-hover);box-shadow:var(--shadow-sm);color:#fff}.btn-secondary{background:var(--color-surface);color:var(--color-primary);border-color:var(--color-border)}.btn-secondary:hover:not(:disabled){border-color:var(--color-primary);box-shadow:var(--shadow-sm);color:var(--color-primary)}.btn-ghost{color:var(--color-primary);background:0 0;border-color:#0000}.btn-ghost:hover:not(:disabled){background:var(--color-primary-light);color:var(--color-primary)}.btn-danger{background:var(--color-error);color:#fff;border-color:var(--color-error)}.btn-danger:hover:not(:disabled){color:#fff;background:#b91c1c;border-color:#b91c1c}.btn-google{background:var(--color-surface);color:var(--color-text);border-color:var(--color-border);font-weight:500}.btn-google:hover:not(:disabled){box-shadow:var(--shadow-sm);color:var(--color-text);border-color:#bbb}.btn-full{width:100%}.btn-lg{padding:.75rem 1.75rem;font-size:1rem}.btn-sm{padding:.375rem .875rem;font-size:.875rem}.form-group{flex-direction:column;gap:.375rem;display:flex}.form-label{color:var(--color-text);font-size:.875rem;font-weight:500}.form-input{border:1.5px solid var(--color-border);border-radius:var(--radius-md);font-size:.9375rem;font-family:var(--font-sans);color:var(--color-text);background:var(--color-surface);transition:border-color var(--transition), box-shadow var(--transition);outline:none;width:100%;padding:.625rem .875rem}.form-input:focus{border-color:var(--color-border-focus);box-shadow:0 0 0 3px #0096c726}.form-input::placeholder{color:var(--color-text-light)}.form-input.error{border-color:var(--color-error)}.form-input.error:focus{box-shadow:0 0 0 3px #dc262626}.form-hint{color:var(--color-text-muted);font-size:.8125rem}.form-error{color:var(--color-error);font-size:.8125rem}.alert{border-radius:var(--radius-md);border:1px solid #0000;padding:.75rem 1rem;font-size:.9rem}.alert-error{background:var(--color-error-bg);color:var(--color-error);border-color:#fca5a5}.alert-success{background:var(--color-success-bg);color:var(--color-success);border-color:#6ee7b7}.alert-info{background:var(--color-primary-light);color:var(--color-primary);border-color:#bae0f0}.card{background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.card-pad{padding:2rem}.divider{color:var(--color-text-light);align-items:center;gap:.75rem;font-size:.875rem;display:flex}.divider:before,.divider:after{content:"";background:var(--color-border);flex:1;height:1px}.spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.auth-page{background:var(--color-bg);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.auth-card{background:var(--color-surface);border-radius:var(--radius-xl);border:1px solid var(--color-border);width:100%;max-width:420px;box-shadow:var(--shadow-md);padding:2.5rem 2rem}.auth-logo{text-align:center;margin-bottom:1.75rem}.auth-logo-mark{background:var(--color-primary);border-radius:var(--radius-lg);justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:.875rem;display:inline-flex}.auth-title{color:var(--color-primary);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.auth-subtitle{color:var(--color-text-muted);font-size:.9rem}.auth-form{flex-direction:column;gap:1.125rem;display:flex}.auth-footer{text-align:center;color:var(--color-text-muted);margin-top:1.25rem;font-size:.875rem}.profile-page{max-width:700px;margin:3rem auto;padding:0 1rem}.profile-section{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);margin-bottom:1.5rem;padding:1.75rem}.profile-section-title{color:var(--color-primary);border-bottom:1px solid var(--color-border);margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1rem;font-weight:600}.profile-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=520px){.profile-grid{grid-template-columns:1fr}.auth-card{padding:2rem 1.25rem}h1{font-size:1.625rem}}.layout{flex-direction:column;min-height:100vh;display:flex}.layout-main{flex:1}.navbar{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--color-border);background:#fffffff2;position:sticky;top:0}.navbar-inner{align-items:center;gap:2rem;max-width:1200px;height:64px;margin:0 auto;padding:0 1.5rem;display:flex}.navbar-logo{flex-shrink:0;align-items:center;gap:.625rem;text-decoration:none;display:flex}.navbar-logo-icon{background:var(--color-primary);border-radius:var(--radius-md);color:#fff;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.navbar-logo-icon svg{width:18px;height:18px}.navbar-logo-text{color:var(--color-primary);letter-spacing:-.02em;font-size:1.0625rem;font-weight:700}.navbar-nav{flex:1;align-items:center;gap:.25rem;display:flex}.navbar-link{border-radius:var(--radius-md);color:var(--color-text-muted);transition:color var(--transition), background var(--transition);cursor:pointer;font-size:.9rem;font-weight:500;font-family:var(--font-sans);background:0 0;border:none;padding:.4rem .75rem;text-decoration:none}.navbar-link:hover:not(:disabled),.navbar-link.active{color:var(--color-primary);background:var(--color-primary-light)}.navbar-link.coming-soon{opacity:.5;cursor:default}.navbar-actions{align-items:center;gap:.5rem;margin-left:auto;display:flex}.navbar-icon-btn{border-radius:var(--radius-md);width:38px;height:38px;color:var(--color-text-muted);transition:color var(--transition), background var(--transition);justify-content:center;align-items:center;text-decoration:none;display:flex;position:relative}.navbar-icon-btn:hover{color:var(--color-primary);background:var(--color-primary-light)}.navbar-auth{align-items:center;gap:.5rem;display:flex}.navbar-account{position:relative}.navbar-account-btn{border-radius:var(--radius-md);border:1.5px solid var(--color-border);font-family:var(--font-sans);color:var(--color-text);cursor:pointer;transition:border-color var(--transition), background var(--transition);background:0 0;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.875rem;font-weight:500;display:flex}.navbar-account-btn:hover{border-color:var(--color-primary);background:var(--color-primary-light)}.navbar-account-name{text-overflow:ellipsis;white-space:nowrap;max-width:100px;overflow:hidden}.navbar-dropdown-backdrop{z-index:50;position:fixed;inset:0}.navbar-dropdown{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);min-width:220px;box-shadow:var(--shadow-lg);z-index:51;animation:.12s dropdownIn;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.navbar-dropdown-header{border-bottom:1px solid var(--color-border);background:var(--color-surface-2);padding:.875rem 1rem}.navbar-dropdown-name{color:var(--color-text);font-size:.9rem;font-weight:600}.navbar-dropdown-email{color:var(--color-text-muted);margin-top:.125rem;font-size:.8rem}.navbar-dropdown-item{color:var(--color-text);cursor:pointer;transition:background var(--transition);width:100%;font-size:.9rem;font-family:var(--font-sans);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.625rem 1rem;text-decoration:none;display:flex}.navbar-dropdown-item:hover{background:var(--color-primary-light);color:var(--color-primary)}.navbar-dropdown-item.coming-soon{opacity:.6;cursor:default}.navbar-dropdown-item.coming-soon:hover{color:var(--color-text);background:0 0}.navbar-dropdown-item.danger{color:var(--color-error)}.navbar-dropdown-item.danger:hover{background:var(--color-error-bg);color:var(--color-error)}.navbar-dropdown-divider{background:var(--color-border);height:1px}.navbar-hamburger{cursor:pointer;width:38px;height:38px;color:var(--color-text);border-radius:var(--radius-md);background:0 0;border:none;justify-content:center;align-items:center;display:none}.navbar-mobile-menu{background:var(--color-surface);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-md)}.navbar-mobile-nav{flex-direction:column;padding:.5rem 0;display:flex}.navbar-mobile-link{color:var(--color-text);cursor:pointer;font-size:.9375rem;font-weight:500;font-family:var(--font-sans);transition:background var(--transition);background:0 0;border:none;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;text-decoration:none;display:flex}.navbar-mobile-link:hover:not(.coming-soon){background:var(--color-primary-light);color:var(--color-primary)}.navbar-mobile-link.coming-soon{opacity:.55;cursor:default}.navbar-mobile-divider{background:var(--color-border);height:1px;margin:.25rem 0}.badge-soon{border-radius:var(--radius-full);background:var(--color-primary-light);color:var(--color-primary);letter-spacing:.02em;text-transform:uppercase;padding:.125rem .4rem;font-size:.6875rem;font-weight:600}.footer{background:var(--color-primary);color:#ffffffbf;margin-top:auto}.footer-inner{grid-template-columns:280px 1fr;gap:3rem;max-width:1200px;margin:0 auto;padding:3.5rem 1.5rem 2.5rem;display:grid}.footer-logo{color:#fff;align-items:center;gap:.625rem;margin-bottom:1rem;font-size:1.0625rem;font-weight:700;text-decoration:none;display:flex}.footer-logo-icon{border-radius:var(--radius-md);background:#ffffff26;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.footer-logo-icon svg{color:#fff;width:17px;height:17px}.footer-tagline{color:#ffffffb3;margin-bottom:.75rem;font-size:.875rem;line-height:1.6}.footer-disclaimer{color:#fff6;font-size:.75rem;line-height:1.5}.footer-links{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.footer-col-title{color:#fff;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.875rem;font-size:.8125rem;font-weight:600}.footer-col-list{flex-direction:column;gap:.5rem;list-style:none;display:flex}.footer-col-list a{color:#ffffffa6;transition:color var(--transition);font-size:.875rem}.footer-col-list a:hover{color:#fff}.footer-link-soon{color:#ffffff59;cursor:default;align-items:center;gap:.4rem;font-size:.875rem;display:flex}.footer-link-soon .badge-soon{color:#ffffff80;background:#ffffff1a}.footer-bottom{color:#fff6;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1.25rem 1.5rem;font-size:.8125rem;display:flex}.footer-bottom-note{font-size:.75rem}.home{flex-direction:column;display:flex}.hero{background:linear-gradient(135deg, var(--color-primary) 0%, #0a3a54 60%, #062a40 100%);color:#fff;padding:5rem 1.5rem 4.5rem;overflow:hidden}.hero-inner{grid-template-columns:1fr 420px;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.hero-badge{border-radius:var(--radius-full);color:#ffffffe6;letter-spacing:.02em;background:#ffffff1a;border:1px solid #fff3;align-items:center;gap:.375rem;margin-bottom:1.5rem;padding:.375rem .875rem;font-size:.8125rem;font-weight:500;display:inline-flex}.hero-title{color:#fff;letter-spacing:-.03em;margin-bottom:1.25rem;font-size:3rem;font-weight:800;line-height:1.1}.hero-title-accent{color:#48cae4}.hero-description{color:#ffffffbf;max-width:520px;margin-bottom:2rem;font-size:1.0625rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-visual{justify-content:center;align-items:center;display:flex}.hero-graphic{justify-content:center;align-items:center;width:320px;height:320px;display:flex;position:relative}.hero-flask{filter:drop-shadow(0 0 40px #00b4d84d);width:160px}.hero-data-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-lg);text-align:center;background:#ffffff1a;border:1px solid #fff3;padding:.625rem 1rem;animation:4s ease-in-out infinite float;position:absolute}.hero-data-card-1{animation-delay:0s;top:20px;right:10px}.hero-data-card-2{animation-delay:1.3s;bottom:60px;left:10px}.hero-data-card-3{animation-delay:.7s;bottom:20px;right:30px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero-data-value{color:#fff;font-size:1.125rem;font-weight:700}.hero-data-label{color:#fff9;text-transform:uppercase;letter-spacing:.05em;font-size:.6875rem}.trust-bar{background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:1.25rem 1.5rem}.trust-bar-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;max-width:1200px;margin:0 auto;display:flex}.trust-item{color:var(--color-text-muted);align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;display:flex}.trust-item svg{color:var(--color-accent);flex-shrink:0}.trust-divider{background:var(--color-border);width:1px;height:24px}.section{padding:5rem 1.5rem}.section-alt{background:var(--color-surface)}.section-inner{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:3rem}.section-title{margin-bottom:.75rem;font-size:2rem}.section-subtitle{color:var(--color-text-muted);max-width:560px;margin:0 auto;font-size:1rem}.home-product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.home-product-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden}.home-product-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000017}.home-product-thumb{text-decoration:none;display:block;overflow:hidden}.home-product-body{flex-direction:column;flex:1;padding:1rem 1.125rem 1.125rem;display:flex}.home-product-category{text-transform:uppercase;letter-spacing:.6px;color:var(--color-primary);margin-bottom:.35rem;font-size:.72rem;font-weight:700}.home-product-name{color:var(--color-text);margin-bottom:.4rem;font-size:1rem;font-weight:700;line-height:1.3;text-decoration:none}.home-product-name:hover{color:var(--color-primary)}.home-product-desc{color:var(--color-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin-bottom:.875rem;font-size:.825rem;line-height:1.5;display:-webkit-box;overflow:hidden}.home-product-footer{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.home-product-price{color:var(--color-text);font-size:1.1rem;font-weight:800}.btn.home-product-atc{background:var(--color-primary);color:#fff;border-radius:var(--radius);cursor:pointer;white-space:nowrap;border:none;padding:.45rem 1rem;font-size:.8125rem;font-weight:600;transition:background .15s,transform .1s}.btn.home-product-atc:hover:not(:disabled){background:var(--color-primary-dark)}.btn.home-product-atc.added{background:var(--color-success)}.btn.home-product-atc:disabled{opacity:.5;cursor:default}@media (width<=900px){.home-product-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=580px){.home-product-grid{grid-template-columns:1fr}}.category-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.category-card{border-radius:var(--radius-lg);transition:transform var(--transition), box-shadow var(--transition);border:1px solid var(--color-border);flex-direction:column;gap:.75rem;padding:2rem;text-decoration:none;display:flex}.category-card h3{color:var(--color-primary);font-size:1.125rem}.category-card p{color:var(--color-text-muted);flex:1;font-size:.9rem}.category-card-icon{border-radius:var(--radius-md);background:var(--color-primary-light);width:52px;height:52px;color:var(--color-primary);justify-content:center;align-items:center;margin-bottom:.25rem;display:flex}.category-card-featured{background:var(--color-surface);box-shadow:var(--shadow-sm)}.category-card-featured:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.category-card-soon{background:var(--color-surface-2);opacity:.7}.category-card-cta{color:var(--color-accent);margin-top:auto;font-size:.875rem;font-weight:600}.features-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.feature-card{background:var(--color-bg);border-radius:var(--radius-lg);border:1px solid var(--color-border);padding:1.75rem}.feature-icon{border-radius:var(--radius-md);background:var(--color-primary-light);width:52px;height:52px;color:var(--color-primary);justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.feature-title{margin-bottom:.5rem;font-size:1rem}.feature-desc{color:var(--color-text-muted);font-size:.875rem;line-height:1.6}.cta-banner{background:linear-gradient(135deg, var(--color-accent) 0%, var(--color-primary) 100%);text-align:center;padding:4rem 1.5rem}.cta-banner-inner{max-width:600px;margin:0 auto}.cta-banner h2{color:#fff;margin-bottom:.75rem;font-size:2rem}.cta-banner p{color:#fffc;margin-bottom:2rem;font-size:1rem}@media (width<=1024px){.features-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.navbar-nav,.navbar-auth{display:none}.navbar-hamburger{display:flex}.hero-inner{text-align:center;grid-template-columns:1fr}.hero-visual{display:none}.hero-title{font-size:2.25rem}.hero-description{max-width:100%}.hero-actions{justify-content:center}.trust-divider{display:none}.trust-item{padding:.5rem .75rem}.category-grid,.features-grid{grid-template-columns:1fr}.footer-links{grid-template-columns:1fr 1fr}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem}}@media (width<=520px){.hero{padding:3rem 1.25rem}.hero-title{font-size:1.875rem}.section{padding:3rem 1.25rem}.footer-links{grid-template-columns:1fr}.navbar-inner{padding:0 1rem}}.products-page{flex-direction:column;min-height:60vh;display:flex}.products-header{background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:2.5rem 1.5rem}.products-header-inner{justify-content:space-between;align-items:flex-end;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.breadcrumb{color:var(--color-text-muted);align-items:center;gap:.25rem;margin-bottom:.875rem;font-size:.8125rem;display:flex}.breadcrumb a{color:var(--color-text-muted)}.breadcrumb a:hover{color:var(--color-primary)}.breadcrumb span{color:var(--color-text);font-weight:500}.products-title{margin-bottom:.375rem;font-size:2rem}.products-subtitle{color:var(--color-text-muted);font-size:.9375rem}.products-count{color:var(--color-text-muted);white-space:nowrap;font-size:.875rem}.products-body{padding:3rem 1.5rem}.products-body-inner{max-width:1200px;margin:0 auto}.products-loading{color:var(--color-text-muted);flex-direction:column;align-items:center;gap:1rem;padding:5rem 0;display:flex}.products-empty{text-align:center;color:var(--color-text-muted);padding:5rem 0}.product-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.product-card{background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition);flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-md);border-color:var(--color-border-focus);transform:translateY(-4px)}.product-card-image{aspect-ratio:4/3;position:relative;overflow:hidden}.product-img-placeholder{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.product-img-icon{opacity:.9}.product-img-label{flex-direction:column;align-items:center;gap:.125rem;display:flex}.product-img-category{color:#fffffff2;letter-spacing:.02em;font-size:.875rem;font-weight:700}.product-img-sublabel{color:#ffffff8c;text-transform:uppercase;letter-spacing:.08em;font-size:.6875rem}.product-img-dots{gap:5px;display:flex;position:absolute;bottom:12px;right:12px}.product-img-dots span{border-radius:50%;display:block}.product-img-dots span:first-child{width:28px;height:28px}.product-img-dots span:nth-child(2){width:18px;height:18px}.product-img-dots span:nth-child(3){width:10px;height:10px}.product-badge{border-radius:var(--radius-full);letter-spacing:.04em;text-transform:uppercase;padding:.25rem .625rem;font-size:.6875rem;font-weight:700;position:absolute;top:10px;left:10px}.product-badge-low{color:#92400e;background:#fef3c7}.product-badge-out{background:var(--color-error-bg);color:var(--color-error)}.product-card-body{flex-direction:column;flex:1;padding:1.25rem;display:flex}.product-card-category{color:var(--color-accent);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.375rem;font-size:.75rem;font-weight:600}.product-card-name{color:var(--color-primary);margin-bottom:.5rem;font-size:1.0625rem;line-height:1.3}.product-card-desc{color:var(--color-text-muted);flex:1;margin-bottom:1rem;font-size:.875rem;line-height:1.55}.product-card-footer{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;padding-top:.875rem;display:flex}.product-card-price{color:var(--color-primary);font-size:1.25rem;font-weight:700}.product-card-cta{color:var(--color-accent);font-size:.8125rem;font-weight:600}.product-card-stock{margin-top:.5rem;font-size:.75rem}.stock-count{color:var(--color-text-muted)}.stock-out{color:#ef4444;font-weight:600}.product-detail-page{flex-direction:column;display:flex}.product-detail-breadcrumb{background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:.875rem 1.5rem}.product-detail-breadcrumb-inner{max-width:1200px;color:var(--color-text-muted);align-items:center;gap:.25rem;margin:0 auto;font-size:.8125rem;display:flex}.product-detail-breadcrumb-inner a{color:var(--color-text-muted)}.product-detail-breadcrumb-inner a:hover{color:var(--color-primary)}.product-detail-breadcrumb-inner span{color:var(--color-text);font-weight:500}.product-detail-inner{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;max-width:1200px;margin:3rem auto;padding:0 1.5rem;display:grid}.product-detail-image-panel{flex-direction:column;gap:1rem;display:flex}.product-img-large{aspect-ratio:1;border-radius:var(--radius-xl);flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.product-detail-badges{flex-wrap:wrap;gap:.625rem;display:flex}.product-detail-badge{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-text-muted);flex:1;justify-content:center;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8rem;font-weight:500;display:flex}.product-detail-badge svg{color:var(--color-accent)}.product-detail-category{color:var(--color-accent);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.625rem;font-size:.8125rem;font-weight:600}.product-detail-name{color:var(--color-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:2rem;font-weight:700}.product-detail-short-desc{color:var(--color-text-muted);margin-bottom:1.75rem;font-size:1rem;line-height:1.65}.product-detail-price-row{background:var(--color-surface-2);border-radius:var(--radius-lg);border:1px solid var(--color-border);align-items:center;gap:1rem;margin-bottom:1.75rem;padding:1.25rem;display:flex}.product-detail-price{color:var(--color-primary);font-size:2rem;font-weight:800}.product-detail-stock{border-radius:var(--radius-full);padding:.25rem .75rem;font-size:.875rem;font-weight:600}.product-detail-stock.in-stock{background:var(--color-success-bg);color:var(--color-success)}.product-detail-stock.out-of-stock{background:var(--color-error-bg);color:var(--color-error)}.product-qty-row{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.product-qty-label{color:var(--color-text-muted);min-width:60px;font-size:.9rem;font-weight:500}.product-qty-control{border:1.5px solid var(--color-border);border-radius:8px;align-items:center;display:flex;overflow:hidden}.product-qty-btn{cursor:pointer;width:36px;height:36px;color:var(--color-text);background:0 0;border:none;justify-content:center;align-items:center;transition:background .15s;display:flex}.product-qty-btn:hover:not(:disabled){background:var(--color-bg-subtle)}.product-qty-btn:disabled{opacity:.35;cursor:not-allowed}.product-qty-value{text-align:center;border-left:1.5px solid var(--color-border);border-right:1.5px solid var(--color-border);min-width:36px;padding:0 4px;font-size:.9375rem;font-weight:600;line-height:36px}.product-detail-actions{margin-bottom:1rem}.btn-success-state{background:var(--color-success)!important;border-color:var(--color-success)!important;color:#fff!important}.product-detail-research-note{color:var(--color-text-light);text-align:center;background:var(--color-surface-2);border-radius:var(--radius-md);border:1px solid var(--color-border);padding:.625rem;font-size:.8125rem}.product-detail-description{border-top:1px solid var(--color-border);background:var(--color-surface);padding:3rem 1.5rem}.product-detail-description-inner{max-width:1200px;margin:0 auto}.product-detail-tabs{border-bottom:2px solid var(--color-border);gap:0;margin-bottom:2rem;display:flex}.product-detail-tab{color:var(--color-text-muted);cursor:pointer;font-size:.9375rem;font-weight:600;font-family:var(--font-sans);transition:color var(--transition), border-color var(--transition);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.75rem 1.5rem}.product-detail-tab.active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.product-detail-desc-body{flex-direction:column;gap:.875rem;max-width:720px;display:flex}.product-desc-para{color:var(--color-text);font-size:.9375rem;line-height:1.75}.product-desc-kv{border-bottom:1px solid var(--color-border);gap:1rem;padding:.625rem 0;font-size:.9rem;display:flex}.product-desc-kv-key{color:var(--color-text);flex-shrink:0;min-width:180px;font-weight:600}.product-desc-kv-val{color:var(--color-text-muted);font-family:var(--font-mono,monospace)}@media (width<=1024px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.product-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}.product-detail-inner{grid-template-columns:1fr;gap:2rem}.product-detail-name{font-size:1.625rem}.products-header-inner{flex-direction:column;align-items:flex-start}}@media (width<=520px){.products-body{padding:2rem 1rem}.products-header{padding:1.75rem 1rem}.product-detail-description{padding:2rem 1rem}}.navbar-icon-btn{position:relative}.cart-badge{background:var(--color-accent);color:#fff;border-radius:var(--radius-full);pointer-events:none;border:2px solid #fff;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.6875rem;font-weight:700;line-height:1;display:flex;position:absolute;top:2px;right:2px}.cart-page{min-height:60vh;padding:3rem 1.5rem}.cart-page-inner{max-width:1100px;margin:0 auto}.cart-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.25rem;display:flex}.cart-title{margin-bottom:.25rem;font-size:1.875rem}.cart-subtitle{color:var(--color-text-muted);font-size:.9rem}.cart-empty{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:5rem 1rem;display:flex}.cart-empty-icon{color:var(--color-text-light);margin-bottom:.5rem}.cart-empty h2{color:var(--color-text);font-size:1.375rem}.cart-empty p{color:var(--color-text-muted);max-width:360px;font-size:.9375rem}.cart-layout{grid-template-columns:1fr 360px;align-items:start;gap:2rem;display:grid}.cart-items{flex-direction:column;gap:0;display:flex}.cart-item{border-bottom:1px solid var(--color-border);transition:opacity var(--transition);align-items:center;gap:1.25rem;padding:1.25rem 0;display:flex}.cart-item-busy{opacity:.5;pointer-events:none}.cart-item-thumb{border-radius:var(--radius-md);width:72px;height:72px;transition:transform var(--transition);flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;display:flex;overflow:hidden}.cart-item-thumb:hover{transform:scale(1.03)}.cart-item-info{flex:1;min-width:0}.cart-item-category{color:var(--color-accent);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem;font-size:.6875rem;font-weight:600}.cart-item-name{color:var(--color-primary);margin-bottom:.2rem;font-size:.9375rem;font-weight:600;text-decoration:none;display:block}.cart-item-name:hover{color:var(--color-accent)}.cart-item-unit-price{color:var(--color-text-muted);font-size:.8125rem}.cart-item-qty{border:1.5px solid var(--color-border);border-radius:var(--radius-md);flex-shrink:0;align-items:center;gap:0;display:flex;overflow:hidden}.cart-qty-btn{cursor:pointer;width:32px;height:32px;color:var(--color-text-muted);transition:background var(--transition), color var(--transition);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.cart-qty-btn:hover:not(:disabled){background:var(--color-primary-light);color:var(--color-primary)}.cart-qty-btn:disabled{opacity:.35;cursor:not-allowed}.cart-qty-value{text-align:center;min-width:32px;color:var(--color-text);border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);padding:0 .25rem;font-size:.9rem;font-weight:600;line-height:32px}.cart-item-total{color:var(--color-primary);text-align:right;flex-shrink:0;min-width:70px;font-size:1rem;font-weight:700}.cart-item-remove{cursor:pointer;width:30px;height:30px;color:var(--color-text-light);border-radius:var(--radius-md);transition:background var(--transition), color var(--transition);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cart-item-remove:hover:not(:disabled){background:var(--color-error-bg);color:var(--color-error)}.cart-summary-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem;position:sticky;top:80px}.cart-summary-title{margin-bottom:1.25rem;font-size:1.0625rem}.cart-summary-rows{flex-direction:column;gap:.625rem;margin-bottom:1rem;display:flex}.cart-summary-row{color:var(--color-text-muted);justify-content:space-between;align-items:baseline;gap:.5rem;font-size:.875rem;display:flex}.cart-summary-label{flex:1;min-width:0}.cart-summary-qty{color:var(--color-text-light);margin-left:.25rem;font-size:.8125rem}.cart-summary-value{color:var(--color-text);white-space:nowrap;font-weight:500}.cart-summary-divider{background:var(--color-border);height:1px;margin:1rem 0}.cart-summary-total{color:var(--color-primary);font-size:1.0625rem;font-weight:700}.cart-summary-total span{font-size:1.25rem}.cart-summary-shipping{color:var(--color-text-light);text-align:center;margin-top:.5rem;font-size:.8125rem}.cart-summary-note{color:var(--color-text-light);text-align:center;margin-top:.875rem;font-size:.75rem;line-height:1.5}@media (width<=768px){.cart-layout{grid-template-columns:1fr}.cart-summary-card{position:static}.cart-page{padding:2rem 1rem}.cart-item-total{display:none}}@media (width<=480px){.cart-item{gap:.875rem}.cart-item-thumb{width:58px;height:58px}}.profile-quick-link{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);transition:border-color var(--transition), background var(--transition), color var(--transition);align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}.profile-quick-link svg{color:var(--color-accent)}.profile-quick-link:hover{border-color:var(--color-primary);color:var(--color-primary);background:var(--color-primary-light)}.orders-page{min-height:60vh;padding:3rem 1.5rem}.orders-page-inner{max-width:860px;margin:0 auto}.orders-header{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2rem;display:flex}.orders-empty{text-align:center;color:var(--color-text-muted);flex-direction:column;align-items:center;gap:.75rem;padding:5rem 1rem;display:flex}.orders-empty-icon{color:var(--color-text-light);margin-bottom:.5rem}.orders-empty h2{color:var(--color-text);font-size:1.375rem}.orders-empty p{max-width:360px;font-size:.9375rem}.orders-list{flex-direction:column;gap:1rem;display:flex}.order-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden}.order-card-header{cursor:pointer;transition:background var(--transition);justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.order-card-header:hover{background:var(--color-surface-2)}.order-card-meta{flex-direction:column;gap:.25rem;display:flex}.order-card-id{color:var(--color-primary);font-size:.9375rem;font-weight:600}.order-card-id span{font-family:var(--font-mono,monospace)}.order-card-date{color:var(--color-text-muted);font-size:.8125rem}.order-card-right{align-items:center;gap:1rem;display:flex}.order-status-badge{border-radius:var(--radius-full);padding:.25rem .75rem;font-size:.8rem;font-weight:600}.order-card-total{color:var(--color-primary);font-size:1rem;font-weight:700}.order-expand-btn{cursor:pointer;width:28px;height:28px;color:var(--color-text-muted);border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.order-card-body{border-top:1px solid var(--color-border);background:var(--color-surface-2);padding:1.25rem 1.5rem}.order-items-list{flex-direction:column;gap:.625rem;margin-bottom:1rem;display:flex}.order-item-row{justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.order-item-info{align-items:center;gap:.5rem;display:flex}.order-item-name{color:var(--color-text);font-weight:500}.order-item-qty{color:var(--color-text-muted);font-size:.8125rem}.order-item-price{color:var(--color-text);font-weight:600}.order-card-summary{border-top:1px solid var(--color-border);flex-direction:column;gap:.5rem;max-width:280px;margin-left:auto;padding-top:.875rem;display:flex}.order-summary-row{color:var(--color-text-muted);justify-content:space-between;font-size:.875rem;display:flex}.order-summary-total{color:var(--color-primary);border-top:1px solid var(--color-border);padding-top:.375rem;font-size:1rem;font-weight:700}@media (width<=520px){.orders-page{padding:2rem 1rem}.orders-header{flex-direction:column;align-items:flex-start}.order-card-right{gap:.625rem}.order-card-total{display:none}}.checkout-page{background:var(--color-bg);min-height:70vh;padding:3rem 1.5rem}.checkout-inner{grid-template-columns:1fr 380px;align-items:start;gap:3rem;max-width:1100px;margin:0 auto;display:grid}.checkout-section{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding:1.75rem;display:flex}.checkout-section-title{color:var(--color-primary);align-items:center;gap:.625rem;margin-bottom:.25rem;font-size:1.0625rem;font-weight:700;display:flex}.checkout-step-num{background:var(--color-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.8125rem;font-weight:700;display:inline-flex}.checkout-grid-2{grid-template-columns:1fr 1fr;gap:.875rem;display:grid}.checkout-grid-3{grid-template-columns:1fr 1fr 1fr;gap:.875rem;display:grid}.field-optional{color:var(--color-text-muted);font-size:.8125rem;font-weight:400}.checkout-demo-banner{background:var(--color-primary-light);border-radius:var(--radius-md);color:var(--color-primary);border:1px solid #bae0f0;align-items:flex-start;gap:.625rem;padding:.875rem 1rem;font-size:.875rem;line-height:1.5;display:flex}.pay-methods{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.625rem;margin-bottom:1.5rem;display:grid}.pay-method-tile{background:var(--color-surface);border:2px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;text-align:center;-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;gap:.375rem;padding:.875rem .5rem;transition:border-color .15s,background .15s,box-shadow .15s;display:flex}.pay-method-tile:hover{border-color:var(--color-primary);background:var(--color-primary-light)}.pay-method-tile.active{border-color:var(--color-primary);background:var(--color-primary-light);box-shadow:0 0 0 3px #0d4f6c1f}.pay-method-icon{border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;font-weight:700;display:flex}.pay-method-label{color:var(--color-text);font-size:.8125rem;font-weight:600;line-height:1.2}.pay-method-sub{color:var(--color-text-light);font-size:.7rem}.pay-info-box{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-direction:column;gap:.875rem;margin-bottom:1rem;padding:1rem 1.125rem;display:flex}.pay-info-label{letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-light);margin-bottom:.25rem;font-size:.75rem;font-weight:700}.pay-address-row{align-items:center;gap:.5rem;display:flex}.pay-address{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text);word-break:break-all;flex:1;padding:.5rem .75rem;font-family:monospace;font-size:.875rem;line-height:1.5}.pay-copy-btn{background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:none;flex-shrink:0;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;transition:background .15s}.pay-copy-btn:hover{background:var(--color-primary-dark)}.pay-copy-btn.copied{background:var(--color-success)}.pay-amount-note{color:var(--color-text-muted);font-size:.875rem;line-height:1.5}.pay-amount-note strong{color:var(--color-text)}.pay-instructions{color:var(--color-text-light);background:var(--color-primary-light);border-radius:var(--radius-sm);border:1px solid #bae0f0;border-left:3px solid var(--color-primary);padding:.75rem 1rem;font-size:.8125rem;line-height:1.6}.checkout-submit{margin-top:.5rem}.checkout-legal{color:var(--color-text-light);text-align:center;margin-top:.75rem;font-size:.8rem;line-height:1.5}.checkout-sidebar{position:sticky;top:88px}.checkout-summary-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem}.checkout-summary-title{margin-bottom:1.25rem;font-size:1rem;font-weight:700}.checkout-summary-items{flex-direction:column;gap:.875rem;margin-bottom:1rem;display:flex}.checkout-summary-item{align-items:center;gap:.75rem;display:flex}.checkout-summary-item-thumb{flex-shrink:0;position:relative}.checkout-summary-qty{background:var(--color-text);color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.6875rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}.checkout-summary-item-name{color:var(--color-text);flex:1;font-size:.875rem;font-weight:500}.checkout-summary-item-price{color:var(--color-primary);white-space:nowrap;font-size:.875rem;font-weight:600}.checkout-summary-divider{background:var(--color-border);height:1px;margin:.75rem 0}.checkout-summary-rows{flex-direction:column;gap:.5rem;display:flex}.checkout-summary-row{color:var(--color-text-muted);justify-content:space-between;font-size:.875rem;display:flex}.checkout-summary-total{color:var(--color-primary);padding-top:.5rem;font-size:1rem;font-weight:700}.checkout-free-ship-note{color:var(--color-accent);text-align:center;margin-top:.75rem;font-size:.8rem;font-weight:500}.checkout-mobile-summary{display:none}.confirmation-page{padding:3rem 1.5rem}.confirmation-inner{max-width:680px;margin:0 auto}.confirmation-hero{text-align:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);margin-bottom:1.5rem;padding:3rem 2rem 2.5rem}.confirmation-icon{background:var(--color-success-bg);width:80px;height:80px;color:var(--color-success);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.confirmation-title{margin-bottom:.5rem;font-size:2rem}.confirmation-subtitle{color:var(--color-text-muted);max-width:420px;margin:0 auto 1.25rem;font-size:1rem}.confirmation-order-num{background:var(--color-primary-light);border-radius:var(--radius-full);color:var(--color-primary);align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.9rem;display:inline-flex}.confirmation-order-num strong{font-family:var(--font-mono,monospace)}.confirmation-date{color:var(--color-text-muted)}.confirmation-body{flex-direction:column;gap:1.25rem;display:flex}.confirmation-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem}.confirmation-card-title{margin-bottom:1.25rem;font-size:1rem;font-weight:700}.confirmation-items{flex-direction:column;gap:1rem;margin-bottom:1rem;display:flex}.confirmation-item{align-items:center;gap:1rem;display:flex}.confirmation-item-info{flex:1}.confirmation-item-name{color:var(--color-text);font-size:.9375rem;font-weight:600}.confirmation-item-qty{color:var(--color-text-muted);margin-top:.125rem;font-size:.8125rem}.confirmation-item-price{color:var(--color-primary);white-space:nowrap;font-weight:700}.confirmation-totals{border-top:1px solid var(--color-border);flex-direction:column;gap:.5rem;padding-top:1rem;display:flex}.confirmation-total-row{color:var(--color-text-muted);justify-content:space-between;font-size:.875rem;display:flex}.confirmation-grand-total{color:var(--color-primary);border-top:1px solid var(--color-border);margin-top:.25rem;padding-top:.625rem;font-size:1rem;font-weight:700}.confirmation-address{color:var(--color-text);font-size:.9375rem;font-style:normal;line-height:1.8}.confirmation-status-card{flex-direction:column;gap:0;display:flex}.confirmation-status-row{align-items:flex-start;gap:.875rem;padding:.625rem 0;display:flex}.confirmation-status-row.muted .confirmation-status-label{color:var(--color-text-muted)}.confirmation-status-row.muted .confirmation-status-sub{color:var(--color-text-light)}.confirmation-status-label{color:var(--color-text);font-size:.9rem;font-weight:600}.confirmation-status-sub{color:var(--color-text-muted);margin-top:.125rem;font-size:.8125rem}.confirmation-status-line{background:var(--color-border);width:2px;height:20px;margin-left:6px}.confirmation-actions{flex-wrap:wrap;justify-content:center;gap:.875rem;padding:1rem 0 .5rem;display:flex}@media (width<=860px){.checkout-inner{grid-template-columns:1fr}.checkout-sidebar{display:none}.checkout-mobile-summary{margin-bottom:1.5rem;display:block}}@media (width<=580px){.checkout-grid-2{grid-template-columns:1fr}.checkout-grid-3{grid-template-columns:1fr 1fr}.checkout-page,.confirmation-page{padding:2rem 1rem}.confirmation-hero{padding:2rem 1.25rem}.confirmation-title{font-size:1.625rem}}.ann-bar{background:linear-gradient(90deg, var(--color-primary) 0%, #0a3d55 100%);color:#fff;z-index:200;padding:.5rem 3rem .5rem 1.25rem;position:relative}.ann-bar-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;max-width:1200px;margin:0 auto;display:flex}.ann-item{align-items:center;gap:.375rem;padding:.125rem .75rem;font-size:.8125rem;line-height:1.4;display:flex}.ann-icon{flex-shrink:0;font-size:.9375rem}.ann-sep{background:#ffffff40;flex-shrink:0;width:1px;height:18px;display:inline-block}.ann-text{color:#ffffffeb}.ann-text strong{color:#fff}.ann-actions{flex-shrink:0;align-items:center;gap:.375rem;margin-left:.5rem;display:flex}.ann-action-btn{white-space:nowrap;border-radius:99px;align-items:center;gap:.3rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-flex}.ann-action-btn:hover{opacity:.85}.ann-wa{color:#fff;background:#25d366}.ann-sms{color:#fff;background:#ffffff2e;border:1px solid #ffffff4d}.ann-close{color:#ffffffb3;cursor:pointer;background:0 0;border:none;padding:.25rem .375rem;font-size:1.25rem;line-height:1;transition:color .15s;position:absolute;top:50%;right:.625rem;transform:translateY(-50%)}.ann-close:hover{color:#fff}@media (width<=820px){.ann-sep{display:none}.ann-item{padding:.2rem .5rem;font-size:.75rem}.ann-actions{justify-content:center;width:100%;margin-top:.25rem;margin-left:0}}@media (width<=520px){.ann-bar-inner{flex-direction:column;align-items:flex-start;gap:.25rem}.ann-item{padding:.125rem 0}}.wa-fab-wrap{z-index:1000;flex-direction:column;align-items:flex-end;gap:.625rem;display:flex;position:fixed;bottom:1.75rem;right:1.75rem}.wa-fab-btn{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,background .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 4px 16px #25d36673}.wa-fab-btn:hover{transform:scale(1.08);box-shadow:0 6px 22px #25d3668c}.wa-fab-btn.open{background:#64748b;box-shadow:0 4px 16px #0003}.wa-fab-pulse{pointer-events:none;background:#25d36666;border-radius:50%;animation:2.5s ease-out infinite wa-pulse;position:absolute;inset:0}@keyframes wa-pulse{0%{opacity:.7;transform:scale(1)}to{opacity:0;transform:scale(1.9)}}.wa-fab-menu{background:#fff;border-radius:16px;width:300px;animation:.2s wa-menu-in;overflow:hidden;box-shadow:0 8px 40px #0000002e}@keyframes wa-menu-in{0%{opacity:0;transform:scale(.9)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.wa-fab-menu-header{color:#fff;background:#075e54;align-items:center;gap:.75rem;padding:1rem 1rem .875rem;display:flex;position:relative}.wa-fab-menu-avatar{background:#ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.wa-fab-menu-name{font-size:.9375rem;font-weight:700}.wa-fab-menu-status{color:#ffffffbf;align-items:center;gap:4px;margin-top:2px;font-size:.75rem;display:flex}.wa-online-dot{background:#25d366;border-radius:50%;width:8px;height:8px;display:inline-block}.wa-fab-menu-close{color:#ffffffb3;cursor:pointer;background:0 0;border:none;padding:.25rem .375rem;font-size:1.25rem;transition:color .15s;position:absolute;top:.5rem;right:.5rem}.wa-fab-menu-close:hover{color:#fff}.wa-fab-menu-body{color:#444;background:#ece5dd;border-radius:0 12px 12px 0;margin:.75rem;padding:.875rem 1rem;font-size:.875rem;line-height:1.5}.wa-fab-menu-actions{flex-direction:column;gap:.5rem;padding:0 1rem 1rem;display:flex}.wa-fab-action{border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .15s,transform .1s;display:flex}.wa-fab-action:hover{opacity:.9;transform:translateY(-1px)}.wa-fab-action-green{color:#fff;background:#25d366}.wa-fab-action-blue{color:#fff;background:#007aff}.wa-fab-phone{text-align:center;color:#888;padding-bottom:.25rem;font-size:.8125rem}.section-pay{background:var(--color-bg);padding:3.5rem 1.5rem}.pay-grid{grid-template-columns:1fr 1fr 1fr;align-items:stretch;gap:1.25rem;display:grid}@media (width<=900px){.pay-grid{grid-template-columns:1fr 1fr}}@media (width<=580px){.pay-grid{grid-template-columns:1fr}}.pay-deal-card{border-radius:var(--radius-lg);color:#fff;background:linear-gradient(135deg,#0d4f6c 0%,#0a3d55 100%);flex-direction:column;gap:1rem;padding:2rem 1.75rem;display:flex;position:relative;overflow:hidden}.pay-deal-card:before{content:"";background:#ffffff0a;border-radius:50%;width:140px;height:140px;position:absolute;top:-40px;right:-40px}.pay-deal-badge{letter-spacing:.04em;text-transform:uppercase;background:#ffffff26;border:1px solid #ffffff40;border-radius:99px;align-self:flex-start;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.pay-deal-icons{gap:.5rem;display:flex}.pay-deal-coin{border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.125rem;font-weight:900;display:flex}.pay-deal-coin.btc{color:#f7931a;background:#f7931a33}.pay-deal-coin.eth{color:#8fa8f5;background:#627eea33}.pay-deal-title{color:#fff;margin:0;font-size:1.375rem;font-weight:800}.pay-deal-desc{color:#fffc;margin:0;font-size:.9rem;line-height:1.6}.pay-methods-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-direction:column;gap:1rem;padding:2rem 1.75rem;display:flex}.pay-methods-title{color:var(--color-text);margin:0;font-size:1.125rem;font-weight:700}.pay-methods-sub{color:var(--color-text-muted);margin:0;font-size:.875rem;line-height:1.5}.pay-method-pills{flex-wrap:wrap;gap:.5rem;display:flex}.pay-pill{background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text);border-radius:99px;align-items:center;gap:.375rem;padding:.375rem .875rem;font-size:.8125rem;font-weight:600;display:inline-flex}.pay-pill-icon{font-size:.9375rem;font-weight:900;line-height:1}.pay-contact-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-direction:column;gap:1rem;padding:2rem 1.75rem;display:flex}.pay-contact-title{color:var(--color-text);margin:0;font-size:1.125rem;font-weight:700}.pay-contact-sub{color:var(--color-text-muted);margin:0;font-size:.875rem;line-height:1.5}.pay-contact-btns{flex-direction:column;gap:.5rem;display:flex}.pay-contact-btn{border-radius:var(--radius-sm);justify-content:center;align-items:center;gap:.5rem;padding:.6875rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .15s,transform .1s;display:flex}.pay-contact-btn:hover{opacity:.88;transform:translateY(-1px)}.pay-contact-wa{color:#fff;background:#25d366}.pay-contact-sms{color:#fff;background:#007aff}.pay-contact-phone{text-align:center;color:var(--color-text-muted);letter-spacing:.03em;font-size:.8125rem}.hero-badges{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.hero-badge-crypto{color:#c07010;background:#f7931a26;border:1px solid #f7931a4d}.footer-contact-list{flex-direction:column;gap:.5rem;display:flex}.footer-contact-link{color:var(--color-text-muted);align-items:center;gap:.375rem;font-size:.875rem;text-decoration:none;transition:color .15s;display:inline-flex}.footer-contact-link:hover{color:var(--color-primary)}.footer-contact-number{color:var(--color-text-muted);letter-spacing:.03em;margin-top:.25rem;font-size:.875rem}.footer-payments{border-top:1px solid var(--color-border);flex-wrap:wrap;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.footer-payments-label{color:var(--color-text-muted);white-space:nowrap;font-size:.8125rem;font-weight:600}.footer-payment-badges{flex-wrap:wrap;gap:.5rem;display:flex}.footer-pay-badge{border:1px solid;border-radius:6px;padding:.25rem .625rem;font-size:.75rem;font-weight:700}.footer-pay-btc{color:#c07010;background:#f7931a1a;border-color:#f7931a40}.footer-pay-eth{color:#5069c9;background:#627eea1a;border-color:#627eea40}.footer-pay-sol{color:#7c35d4;background:#9945ff1a;border-color:#9945ff40}.footer-pay-ltc{color:#2a4d8f;background:#345d9d1a;border-color:#345d9d40}.footer-pay-card{color:var(--color-primary);border-color:var(--color-border);background:#0d4f6c14}.footer-pay-zelle{color:#6d1ed4;background:#6d1ed41a;border-color:#6d1ed440}.footer-crypto-note{color:var(--color-primary);white-space:nowrap;margin-left:auto;font-size:.8125rem;font-weight:600}@media (width<=640px){.footer-payments{flex-direction:column;align-items:flex-start}.footer-crypto-note{margin-left:0}}.checkout-discount-row{font-weight:600;color:var(--color-success)!important}.checkout-discount-row span{color:var(--color-success)!important}.static-page{flex-direction:column;min-height:60vh;display:flex}.static-hero{background:linear-gradient(135deg, var(--color-primary-dark,#0f766e) 0%, var(--color-primary) 100%);color:#fff;text-align:center;padding:4rem 1.5rem 3.5rem}.static-hero-title{letter-spacing:-.02em;margin:0 0 .6rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800}.static-hero-sub{opacity:.85;margin:0;font-size:1.0625rem}.static-content{max-width:780px;margin:0 auto;padding:3rem 1.5rem 4rem}.static-block{margin-bottom:2.75rem}.static-block h2{color:var(--color-text);border-bottom:2px solid var(--color-primary);margin:0 0 .85rem;padding-bottom:.5rem;font-size:1.3rem;font-weight:700;display:inline-block}.static-block h3{color:var(--color-text);margin:1.25rem 0 .5rem;font-size:1rem;font-weight:600}.static-block p{color:var(--color-text-muted,#4b5563);margin:0 0 1rem;line-height:1.8}.static-list{color:var(--color-text-muted,#4b5563);margin:.5rem 0 1rem;padding-left:1.4rem;line-height:1.8}.static-list li{margin-bottom:.4rem}.static-note{color:var(--color-text-muted,#6b7280);margin-top:.75rem;font-size:.875rem;font-style:italic}.static-standards-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-top:1.25rem;display:grid}.static-standard-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg,12px);padding:1.5rem 1.25rem}.static-standard-icon{margin-bottom:.6rem;font-size:1.75rem}.static-standard-card h3{color:var(--color-text);margin:0 0 .4rem;font-size:.9375rem;font-weight:700}.static-standard-card p{color:var(--color-text-muted,#6b7280);margin:0;font-size:.875rem;line-height:1.6}.static-rate-table{border:1px solid var(--color-border);border-radius:var(--radius-lg,12px);margin:1rem 0;overflow:hidden}.static-rate-row{border-bottom:1px solid var(--color-border);grid-template-columns:1fr 1fr;padding:.85rem 1.25rem;font-size:.9375rem;display:grid}.static-rate-row:last-child{border-bottom:none}.static-rate-header{background:var(--color-surface);text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted,#6b7280);font-size:.8125rem;font-weight:700}.static-rate-highlight{background:var(--color-success-bg,#f0fdf4);color:var(--color-success,#16a34a)}.static-rate-highlight strong{color:var(--color-success,#16a34a)}.static-cta{margin-top:1rem;display:flex}.static-cta .btn-primary{background:var(--color-primary);color:#fff;border-radius:var(--radius-lg,12px);align-items:center;padding:.75rem 1.75rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.static-cta .btn-primary:hover{background:var(--color-primary-dark,#0f766e)}.products-search-bar{flex-direction:column;gap:.75rem;max-width:1200px;margin:0 auto;padding:1rem 1.5rem 0;display:flex}.products-search-wrap{align-items:center;display:flex;position:relative}.products-search-icon{color:var(--color-text-muted,#9ca3af);pointer-events:none;flex-shrink:0;position:absolute;left:1rem}.products-search-input{border:1.5px solid var(--color-border);border-radius:var(--radius-lg,12px);background:var(--color-surface);width:100%;color:var(--color-text);outline:none;padding:.75rem 2.75rem;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.products-search-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #0d94881f}.products-search-input::placeholder{color:var(--color-text-muted,#9ca3af)}.products-search-input::-webkit-search-cancel-button{display:none}.products-search-clear{cursor:pointer;color:var(--color-text-muted,#9ca3af);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.25rem;transition:color .15s,background .15s;display:flex;position:absolute;right:.75rem}.products-search-clear:hover{color:var(--color-text);background:var(--color-border)}.products-filter-pills{flex-wrap:wrap;gap:.5rem;display:flex}.products-filter-pill{border:1.5px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted,#6b7280);cursor:pointer;white-space:nowrap;border-radius:999px;padding:.35rem 1rem;font-size:.8125rem;font-weight:500;transition:all .15s}.products-filter-pill:hover{border-color:var(--color-primary);color:var(--color-primary)}.products-filter-pill.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.products-count-total{opacity:.6;font-weight:400}.products-empty{text-align:center;flex-direction:column;align-items:center;padding:4rem 1.5rem;display:flex}.products-empty-title{color:var(--color-text);margin:0 0 .4rem;font-size:1.0625rem;font-weight:600}.products-empty-sub{color:var(--color-text-muted,#6b7280);margin:0 0 1.25rem;font-size:.9rem}.products-empty-clear{border:1.5px solid var(--color-primary);border-radius:var(--radius-lg,12px);color:var(--color-primary);cursor:pointer;background:0 0;padding:.6rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .15s}.products-empty-clear:hover{background:var(--color-primary);color:#fff}mark.search-highlight{color:inherit;background:#0d94882e;border-radius:2px;padding:0 1px}.product-card-img{object-fit:cover;width:100%;height:100%;display:block}@media (width<=640px){.products-search-input{font-size:1rem}}
