:root{--font: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--ink: #f4f4f5;--ink-muted: #a1a1aa;--surface: #141419;--surface-2: #0a0a0d;--surface-elevated: #1c1c24;--border: #2e2e38;--border-bright: #3f3f4c;--brand: #d4d4d8;--brand-bright: #fafafa;--brand-soft: #27272a;--accent: #a3a3a3;--shadow: 0 8px 32px rgba(0, 0, 0, .45);--shadow-hover: 0 16px 48px rgba(0, 0, 0, .55);--radius: 14px;--radius-lg: 22px;font-family:var(--font);color:var(--ink);background:var(--surface-2);line-height:1.45}@keyframes dropInSoft{0%{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}.drop-stagger .drop-item{opacity:0;animation:dropInSoft .7s cubic-bezier(.22,1,.36,1) forwards}.drop-stagger .drop-item:nth-child(1){animation-delay:.04s}.drop-stagger .drop-item:nth-child(2){animation-delay:.12s}.drop-stagger .drop-item:nth-child(3){animation-delay:.2s}.drop-stagger .drop-item:nth-child(4){animation-delay:.28s}.drop-stagger .drop-item:nth-child(5){animation-delay:.36s}.drop-stagger .drop-item:nth-child(6){animation-delay:.44s}.drop-stagger .drop-item:nth-child(7){animation-delay:.52s}.drop-stagger .drop-item:nth-child(8){animation-delay:.6s}.drop-stagger .drop-item:nth-child(9){animation-delay:.68s}@media (prefers-reduced-motion: reduce){.drop-stagger .drop-item{animation:none;opacity:1;transform:none}}*{box-sizing:border-box}body{margin:0}.container,.container-wide{width:min(1100px,100% - 2rem);margin-inline:auto}.container-wide{width:min(1280px,100% - 2rem)}.main-content{flex:1;width:100%}.app-shell{min-height:100dvh;display:flex;flex-direction:column}.brand-lockup{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}.brand-logo-ring{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;overflow:hidden;background:linear-gradient(145deg,#2a2a32,#0f0f12);border:2px solid var(--border-bright);box-shadow:0 4px 18px #00000080,inset 0 1px #ffffff0f;flex-shrink:0}.brand-logo-ring--large{width:56px;height:56px}.brand-logo-img{width:100%;height:100%;object-fit:cover;display:block}.brand-text-stack{display:flex;flex-direction:column;gap:.05rem;min-width:0}.topbar{background:linear-gradient(180deg,#0a0a0d,#12121a);color:#fff;padding:.75rem 0;position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.06);box-shadow:0 8px 32px #0003}.topbar-ecom .topbar-row{align-items:center}.topbar-brand-block{display:flex;flex-direction:row;align-items:center;gap:.35rem}.brand{color:#fff;text-decoration:none;font-weight:800;font-size:1.25rem;letter-spacing:-.03em}.brand-tagline{font-size:.72rem;color:#94a3b8;font-weight:500}.row{display:flex}.between{justify-content:space-between}.center{align-items:center}.gap{gap:.7rem}.wrap{flex-wrap:wrap}.nav{gap:.85rem}.nav-ecom{gap:.5rem 1rem}.nav-link{color:#cbd5e1;text-decoration:none;font-size:.9rem;padding:.35rem .55rem;border-radius:8px;transition:background .15s,color .15s}.nav-link:hover{color:#fff;background:#ffffff14}.nav-link.active{color:#fff;font-weight:700;background:#f4f4f51f;box-shadow:inset 0 0 0 1px #ffffff1f}.page{padding-block:1rem 1.6rem}.input,textarea.input{width:100%;border:1px solid var(--border);border-radius:.7rem;padding:.65rem .8rem;font:inherit;background:#0f0f14;color:var(--ink)}.input::placeholder,textarea.input::placeholder{color:#71717a}.input:focus,textarea.input:focus{outline:none;border-color:var(--border-bright);box-shadow:0 0 0 3px #d4d4d81f}.product-grid{margin-top:1rem;display:grid;gap:.85rem;grid-template-columns:repeat(1,minmax(0,1fr))}.card{--ink: #18181b;--ink-muted: #71717a;--border: #e4e4e7;background:#fff;color:#18181b;border-radius:.85rem;border:1px solid var(--border);display:flex;flex-direction:column;justify-content:space-between}.card-body{padding:.9rem}.price{font-weight:800}.btn{border:none;border-radius:12px;background:linear-gradient(180deg,#fafafa,#e4e4e7);color:#18181b;cursor:pointer;font-weight:700;font-family:inherit;text-decoration:none;padding:.65rem 1rem;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #00000059,inset 0 1px #ffffffe6;transition:transform .12s,box-shadow .12s}.btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 24px #00000073,inset 0 1px #fff}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-light{background:#3f3f46;color:#f4f4f5;box-shadow:inset 0 1px #ffffff14}.btn-light:hover:not(:disabled){background:#52525b}.muted{color:var(--ink-muted)}.error{color:#b91c1c}.success{color:#166534}.stack{display:grid;gap:.6rem}.line{--ink: #18181b;--ink-muted: #71717a;--border: #e4e4e7;background:#fff;color:#18181b;border:1px solid var(--border);border-radius:.8rem;padding:.75rem}.qty{width:70px;border:1px solid var(--border);border-radius:.5rem;padding:.45rem;background:#0f0f14;color:var(--ink)}.summary{--ink: #18181b;--ink-muted: #71717a;--border: #e4e4e7;margin-top:1rem;background:#fff;color:#18181b;border:1px solid var(--border);border-radius:.8rem;padding:.9rem}.checkout-form{display:grid;gap:.75rem;max-width:520px}@media (min-width: 720px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.narrow{max-width:36rem}.small{font-size:.85rem}.strong{font-weight:700}.account-strip{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end;justify-content:space-between;padding:.85rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:.75rem;margin-bottom:1rem}.btn-small{padding:.45rem .75rem;font-size:.85rem;min-height:auto}.btn-link{background:none;border:none;color:#d4d4d8;cursor:pointer;font-weight:600;font-size:.9rem;text-decoration:underline;padding:.25rem 0}.nav-user{font-size:.85rem;color:#cbd5e1;max-width:10rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 640px){.hide-mobile{display:none}}.order-list{display:grid;gap:.75rem;margin-top:1rem}.order-card{--ink: #18181b;--ink-muted: #71717a;--border: #e4e4e7;background:#fff;color:#18181b;border:1px solid var(--border);border-radius:.75rem;padding:1rem}.pill{display:inline-block;padding:.2rem .55rem;border-radius:999px;font-size:.75rem;font-weight:700}.order-summary{margin:.75rem 0 0;padding:.75rem;background:#0f0f14;border-radius:.5rem;font-size:.85rem;white-space:pre-wrap;overflow-x:auto;border:1px solid var(--border)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.home-ecom{padding-bottom:3rem;--home-media-height: min(30vw, 220px)}@media (max-width: 640px){.home-ecom{--home-media-height: min(42vw, 180px)}}@media (min-width: 1100px){.home-ecom{--home-media-height: min(24vw, 240px)}}.hero-ecom{--hero-bg-image: none;background-color:#050810;background-image:var(--hero-bg-image);background-size:cover;background-position:center 42%;background-repeat:no-repeat;color:#f8fafc;padding:2.25rem 0 2.75rem;position:relative;overflow:hidden}.hero-ecom:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:linear-gradient(105deg,#040812e6,#060c1ab8 36%,#050a16ad 58%,#040810d1)}.hero-ecom:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(ellipse 85% 70% at 70% 20%,rgba(59,130,246,.08),transparent 52%);pointer-events:none}.hero-ecom-inner{position:relative;z-index:1;display:grid;gap:1.75rem;align-items:center}.hero-ecom-copy{text-shadow:0 2px 20px rgba(0,0,0,.75)}@media (min-width: 900px){.hero-ecom-inner{grid-template-columns:1.35fr .65fr;gap:2.5rem}}.hero-ecom-kicker{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#a1a1aa;margin:0 0 .75rem}.hero-ecom-title{font-size:clamp(1.55rem,4vw,2.35rem);font-weight:800;line-height:1.15;margin:0 0 .85rem;letter-spacing:-.03em;text-shadow:0 2px 28px rgba(0,0,0,.8)}.hero-ecom-accent{color:#e4e4e7;font-weight:800}.hero-ecom-sub{margin:0 0 1.35rem;color:#cbd5e1;font-size:1rem;max-width:36rem}.hero-ecom-actions{display:flex;flex-wrap:wrap;gap:.75rem}.btn-hero{padding:.75rem 1.35rem;border-radius:12px;font-weight:700}.btn-hero-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.35);box-shadow:none;text-decoration:none;padding:.65rem 1.2rem;border-radius:12px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s}.btn-hero-outline:hover{background:#ffffff14;border-color:#fff9;transform:none}.hero-ecom-panel{background:#0f172a8c;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-ecom-panel--promo{padding:0;overflow:hidden;display:flex;flex-direction:column;height:var(--home-media-height, min(30vw, 220px));min-height:96px;max-height:var(--home-media-height, min(30vw, 220px));border-radius:clamp(1.35rem,5vw,2.25rem);box-shadow:0 10px 32px #00000038;border-color:#ffffff1a;background:#09090c}.hero-stats-strip{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .75rem;margin-top:1.1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.12)}.hero-stat-item{display:inline-flex;flex-direction:column;gap:.05rem;min-width:0}.hero-stat-item-num{font-size:1.35rem;font-weight:800;color:#fff;line-height:1.15;text-shadow:0 1px 14px rgba(0,0,0,.55)}.hero-stat-item-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#a1a1aa}.hero-stat-item--stack{flex-direction:column;align-items:flex-start}.hero-stat-item-note{font-size:.68rem;font-weight:700;color:#d4d4d8;line-height:1.2}.hero-stat-item-country{font-size:.82rem;font-weight:800;color:#f4f4f5;letter-spacing:.03em}.hero-stat-sep{color:#ffffff40;font-weight:700;-webkit-user-select:none;user-select:none}@media (max-width: 520px){.hero-stat-sep{display:none}.hero-stats-strip{gap:.65rem 1rem}}.hero-promo-slider{display:flex;flex-direction:column;height:100%;min-height:0;position:relative;border-radius:inherit;overflow:hidden}.hero-promo-viewport{flex:1;min-height:0;position:relative;display:flex;align-items:center;justify-content:center;background:#0c0c10}.hero-promo-slide{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hero-promo-link{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.hero-promo-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero-promo-plug{width:100%;height:100%;min-height:5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#1e293b80,#0f172ad9)}.hero-promo-plug-inner{width:42%;max-width:120px;aspect-ratio:1;border-radius:1rem;border:1px dashed rgba(255,255,255,.12);opacity:.45}.hero-promo-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:2.1rem;height:2.1rem;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#0f0f14bf;color:#fff;font-size:1.2rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s ease,border-color .15s ease}.hero-promo-arrow:hover,.hero-promo-arrow:focus-visible{background:#ea580c66;border-color:#fb923ca6;outline:none}.hero-promo-arrow--prev{left:.35rem}.hero-promo-arrow--next{right:.35rem}.hero-promo-progress{height:3px;flex-shrink:0;background:#ffffff1a;width:100%}.hero-promo-progress-fill{height:100%;background:linear-gradient(90deg,#ea580c,#fb923c);transition:width .45s ease}.hero-promo-dots{display:flex;justify-content:center;flex-wrap:wrap;gap:.35rem;padding:.4rem .5rem .5rem;background:#0f172a99;flex-shrink:0}.hero-promo-dot{width:7px;height:7px;border-radius:999px;border:none;padding:0;background:#ffffff59;cursor:pointer}.hero-promo-dot.is-on{background:#e4e4e7;transform:scale(1.2)}@media (prefers-reduced-motion: reduce){.hero-promo-progress-fill{transition:none}}.trust-strip{--ink: #18181b;--ink-muted: #71717a;--border: #e4e4e7;background:#fff;color:#18181b;border-bottom:1px solid var(--border);box-shadow:0 4px 24px #0000000f}.trust-strip-inner{display:grid;gap:.85rem;padding:.9rem 0}@media (min-width: 720px){.trust-strip-inner{grid-template-columns:repeat(3,1fr);padding:1rem 0}}.trust-item{display:flex;align-items:center;gap:.55rem;font-size:.88rem;color:var(--ink-muted)}.trust-icon{color:#16a34a;font-weight:800;font-size:.95rem}.catalog-section{padding:2rem 0 1rem}.catalog-head{display:grid;gap:1rem;margin-bottom:1.25rem}@media (min-width: 768px){.catalog-head{grid-template-columns:1fr 1fr;align-items:end}}.catalog-title{margin:0 0 .35rem;font-size:1.45rem;font-weight:800;letter-spacing:-.02em}.catalog-lead{margin:0;font-size:.95rem}.app-download-hint{margin:.65rem 0 0;padding:.65rem .85rem;font-size:.9rem;line-height:1.45;color:var(--ink-muted);background:linear-gradient(180deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:10px}.hero-ecom-brand-line{opacity:.92;font-weight:500}.catalog-search .input-search{width:100%;border-radius:12px;border:2px solid var(--border);padding:.75rem 1rem;font-size:1rem;transition:border-color .15s,box-shadow .15s}.catalog-search .input-search:focus{outline:none;border-color:#71717a;box-shadow:0 0 0 4px #a1a1aa26}.category-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.category-chip{border:1px solid #e4e4e7;background:#fff;color:#18181b;padding:.45rem .95rem;border-radius:999px;font-size:.88rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.category-chip:hover{border-color:#d4d4d8;background:#f4f4f5}.category-chip.is-active{background:linear-gradient(180deg,#fff7ed,#ffedd5);color:#9a3412;border-color:#fdba74;box-shadow:0 2px 12px #ea580c33}.catalog-state{position:relative}.catalog-loading-text{text-align:center;margin-top:.75rem}.catalog-error,.catalog-empty{text-align:center;padding:2rem 1rem}.skeleton-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width: 640px){.skeleton-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1024px){.skeleton-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.skeleton-card{aspect-ratio:1 / 1.15;border-radius:var(--radius-lg);border:1px solid #e4e4e7;background:linear-gradient(110deg,#f4f4f5 8%,#fff 18%,#f4f4f5 33%);background-size:200% 100%;animation:sheen 1.3s ease-in-out infinite}@keyframes sheen{to{background-position:200% 0}}.product-grid-ecom{display:grid;gap:1.15rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width: 640px){.product-grid-ecom{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1100px){.product-grid-ecom{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-card-ecom{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:transform .18s,box-shadow .18s;box-shadow:0 2px 12px #00000059}.product-card-ecom:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.product-card-media{position:relative;display:block;background:#fff;text-decoration:none;color:inherit}.product-image-frame{display:block;aspect-ratio:1 / 1;overflow:hidden}.product-image-frame--detail{aspect-ratio:1 / 1;max-height:min(72vw,520px)}@media (min-width: 880px){.product-image-frame--detail{max-height:560px}}.product-image-img{width:100%;height:100%;object-fit:cover;display:block}.product-image-fallback{width:100%;height:100%;min-height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;color:#94a3b8;background:linear-gradient(160deg,#f1f5f9,#e2e8f0)}.product-image-fallback-icon{width:48px;height:48px}.product-image-fallback-text{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.product-badge{position:absolute;top:.5rem;left:.5rem;font-size:.7rem;font-weight:800;padding:.2rem .5rem;border-radius:6px;text-transform:uppercase;letter-spacing:.04em}.product-badge--out{background:#450a0a;color:#fecaca}.product-badge--low{background:#fffbeb;color:#b45309;left:auto;right:.5rem}.product-card-body{--ink: #f4f4f5;--ink-muted: #a1a1aa;padding:.95rem 1rem 1.1rem;display:flex;flex-direction:column;gap:.4rem;flex:1;background:linear-gradient(180deg,#18181b,#12121a);color:#f4f4f5;border-top:1px solid rgba(255,255,255,.06)}.product-card-cat{margin:0;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#a1a1aa}.product-card-title{margin:0;font-size:.98rem;font-weight:700;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-title a{color:#f4f4f5;text-decoration:none}.product-card-title a:hover{color:#fafafa;text-decoration:underline}.product-card-meta{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.35rem;margin-top:auto}.product-card-price{font-size:1.05rem;font-weight:800;color:#fafafa}.product-card-stock{font-size:.82rem;color:#a1a1aa}.btn-cart{margin-top:.65rem;width:100%;font-size:.9rem;padding:.55rem .75rem}.page-cart-ecom .page-cart-title{margin:0 0 .25rem;font-size:1.6rem;font-weight:800}.page-cart-head{margin-bottom:1.25rem}.page-cart-lead{margin:0}.cart-empty-ecom{--ink: #18181b;--ink-muted: #71717a;--border: #e4e4e7;text-align:center;padding:3rem 1rem;background:#fff;color:#18181b;border-radius:var(--radius-lg);border:1px dashed #d4d4d8}.cart-lines-ecom{display:grid;gap:.75rem}.cart-line-ecom{--ink: #18181b;--ink-muted: #71717a;--border: #e4e4e7;display:grid;grid-template-columns:76px 1fr;gap:.85rem 1rem;align-items:center;background:#fff;color:#18181b;border:1px solid #e4e4e7;border-radius:var(--radius);padding:.85rem 1rem;box-shadow:0 1px 6px #0f172a0f}@media (min-width: 560px){.cart-line-ecom{grid-template-columns:88px 1fr auto}}.cart-line-thumb{width:76px;height:76px;border-radius:12px;overflow:hidden;background:#f1f5f9}@media (min-width: 560px){.cart-line-thumb{width:88px;height:88px}}.cart-line-thumb .product-image-frame{width:100%;height:100%;aspect-ratio:1 / 1}.cart-line-name{display:block;font-size:1rem}.cart-line-cat{font-size:.85rem;margin-top:.2rem}.cart-line-price{font-size:.9rem;margin-top:.35rem;font-weight:600;color:var(--ink)}.cart-line-actions{grid-column:1 / -1;justify-content:flex-start}@media (min-width: 560px){.cart-line-actions{grid-column:auto;justify-content:flex-end}}.qty-ecom{width:72px;font-weight:600}.cart-line-ecom .qty-ecom{background:#fafafa;color:#18181b;border-color:#e4e4e7}.summary-ecom{--ink: #18181b;--ink-muted: #71717a;--border: #e4e4e7;margin-top:1.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem 1.25rem;border-radius:var(--radius-lg);background:#fff;color:#18181b;border:1px solid #e4e4e7;box-shadow:0 4px 20px #0000000f}.summary-total{margin:0;font-size:1.1rem}.btn-checkout{min-width:200px;justify-content:center}.cart-checkout-actions{display:flex;flex-direction:column;gap:.5rem;align-items:stretch}.cart-gate-note{max-width:520px;margin:0 0 .75rem}.catalog-gate-hint{margin-top:.75rem;max-width:560px}.legal-page .legal-sections section{margin-top:1.75rem}.legal-page .legal-list{margin:.5rem 0 0;padding-left:1.25rem}.legal-page .legal-list li{margin-bottom:.35rem}.terms-of-use-body .terms-prose{white-space:pre-line;line-height:1.55;margin-top:.35rem}.link-legal-terms{font-weight:700;color:#fb923c;text-decoration:underline}.app-footer-ecom{margin-top:auto;padding:1.25rem 1rem 2rem;border-top:1px solid var(--border);background:var(--surface-elevated)}.app-footer-ecom-inner{max-width:var(--container-wide);margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem 1.5rem;font-size:.9rem}.app-footer-ecom a{color:var(--text-muted);text-decoration:none}.app-footer-ecom a:hover{color:var(--accent);text-decoration:underline}.agent-hub-page .agent-hub-grid{display:grid;gap:1.5rem;margin-top:1.75rem}@media (min-width: 880px){.agent-hub-page .agent-hub-grid{grid-template-columns:1fr 1fr;align-items:start}}.agent-hub-card{--ink: #18181b;--ink-muted: #71717a;--border: #e4e4e7;--surface: #f4f4f5;--surface-2: #fafafa;--brand: #18181b;--border-bright: #d4d4d8;border-radius:var(--radius-lg);padding:1.35rem 1.25rem;border:1px solid #e4e4e7;background:#fff;color:#18181b;box-shadow:0 4px 24px #0000000f;color-scheme:light}.agent-hub-card.glass-panel{background:#fff}@media (prefers-color-scheme: dark){.agent-hub-card{--ink: #f4f4f5;--ink-muted: #a1a1aa;--border: #3f3f46;--surface: #27272a;--surface-2: #18181b;--brand: #fafafa;--border-bright: #52525b;background:#1c1c24;color:#f4f4f5;border-color:#3f3f46;box-shadow:0 8px 32px #00000059;color-scheme:dark}.agent-hub-card.glass-panel{background:#1c1c24}.agent-hub-card .input{background:#0f0f14;color:#f4f4f5;border-color:#3f3f46}.agent-hub-card .input::placeholder{color:#a1a1aa}.agent-hub-card .input:focus{border-color:#71717a;box-shadow:0 0 0 3px #ffffff14}.agent-hub-card a:not(.btn){color:#7dd3fc}.agent-hub-card a:not(.btn):hover{color:#bae6fd}}@media (prefers-color-scheme: light){.agent-hub-page{--ink: #0f172a;--ink-muted: #64748b;color:#0f172a}.agent-hub-page .catalog-title{color:#0f172a}.agent-hub-page .hero-ecom-kicker{color:#64748b}}.agent-hub-card h2{margin:0 0 .5rem;font-size:1.2rem}.agent-hub-form{margin-top:1rem}.agent-hub-info .legal-list{margin:.5rem 0 1rem}.login-flow-steps{margin:0 0 1rem;padding:0 0 0 .15rem;list-style:none;display:grid;gap:.75rem}.login-flow-steps li{display:flex;gap:.65rem;align-items:flex-start;font-size:.92rem;color:var(--ink-muted)}.login-flow-num{flex-shrink:0;width:1.75rem;height:1.75rem;border-radius:50%;background:linear-gradient(180deg,#3f3f46,#27272a);color:#fafafa;font-size:.8rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border-bright)}.login-ecom-page{padding:1.25rem 0 2.5rem;background:linear-gradient(180deg,#0a0a0d,#14141a);min-height:60vh;color:var(--ink)}@media (prefers-color-scheme: light){.login-ecom-page{--ink: #0f172a;--ink-muted: #64748b;background:linear-gradient(180deg,#f8fafc,#eef2f7);color:#0f172a}}.login-ecom-grid{display:grid;gap:2rem;max-width:960px}@media (min-width: 880px){.login-ecom-grid{grid-template-columns:1fr 1fr;align-items:start}}.login-ecom-aside{padding:1rem 0}.login-aside-brand{margin-bottom:.5rem}.login-aside-kicker{font-weight:800;color:#a1a1aa;margin:0 0 .5rem;letter-spacing:.06em;font-size:.8rem;text-transform:uppercase}.login-aside-title{margin:0 0 .75rem;font-size:1.5rem;font-weight:800;letter-spacing:-.02em;color:#fafafa}.login-aside-text{margin:0 0 1rem;color:var(--ink-muted)}.login-aside-list{margin:0;padding-left:1.2rem;color:var(--ink-muted);font-size:.95rem}@media (prefers-color-scheme: light){.login-ecom-aside .login-aside-kicker{color:#64748b}.login-ecom-aside .login-aside-title{color:#0f172a}.login-ecom-aside .login-aside-text,.login-ecom-aside .login-aside-list,.login-ecom-aside .login-flow-steps li{color:#475569}.login-ecom-aside .login-flow-num{background:linear-gradient(180deg,#e2e8f0,#cbd5e1);color:#0f172a;border-color:#94a3b8}}.login-ecom-panel{--ink: #18181b;--ink-muted: #71717a;--border: #e4e4e7;--surface: #f4f4f5;--surface-2: #fafafa;--brand: #18181b;--border-bright: #d4d4d8;background:#fff;color:#18181b;border-radius:var(--radius-lg);padding:1.35rem 1.5rem;border:1px solid #e4e4e7;box-shadow:0 8px 32px #0000001f;color-scheme:light}.login-ecom-panel .input,.login-ecom-panel textarea.input{background:#fafafa;color:#18181b;border-color:#e4e4e7}.login-ecom-panel .input::placeholder,.login-ecom-panel textarea.input::placeholder{color:#71717a}.login-ecom-panel .input:focus,.login-ecom-panel textarea.input:focus{border-color:#a1a1aa;box-shadow:0 0 0 3px #0000000f}@media (prefers-color-scheme: dark){.login-ecom-panel{--ink: #f4f4f5;--ink-muted: #a1a1aa;--border: #3f3f46;--surface: #27272a;--surface-2: #18181b;--brand: #fafafa;--border-bright: #52525b;background:#1c1c24;color:#f4f4f5;border-color:#3f3f46;box-shadow:0 8px 32px #00000073;color-scheme:dark}.login-ecom-panel .muted{color:var(--ink-muted)}.login-ecom-panel .inline-code{background:#27272a;color:#e4e4e7}.login-ecom-panel a:not(.btn){color:#7dd3fc}.login-ecom-panel a:not(.btn):hover{color:#bae6fd}.login-tabs{background:#27272a;border-color:#3f3f46}.login-tab{color:#a1a1aa}.login-tab.is-active{background:#3f3f46;color:#fafafa;box-shadow:0 2px 8px #00000059}.login-ecom-panel .input,.login-ecom-panel textarea.input{background:#0f0f14;color:#f4f4f5;border-color:#3f3f46}.login-ecom-panel .input::placeholder,.login-ecom-panel textarea.input::placeholder{color:#a1a1aa}.login-ecom-panel .input:focus,.login-ecom-panel textarea.input:focus{border-color:#71717a;box-shadow:0 0 0 3px #ffffff14}.login-ecom-panel .btn-google{background:#27272a;color:#f4f4f5;border-color:#52525b;box-shadow:0 2px 12px #00000059}.login-ecom-panel .btn-google:hover:not(:disabled){background:#3f3f46}.login-banner{background:#422006;color:#fef3c7}.login-banner--info{background:#1e3a5f;color:#dbeafe}.login-ecom-panel .error{color:#fca5a5}}.login-tabs{display:flex;gap:.25rem;margin-bottom:1.25rem;padding:.25rem;background:#f4f4f5;border-radius:12px;border:1px solid #e4e4e7}.login-tab{flex:1;border:none;background:none;padding:.55rem .75rem;font-weight:700;font-family:inherit;border-radius:10px;cursor:pointer;color:#71717a}.login-tab.is-active{background:#fff;color:#18181b;box-shadow:0 2px 8px #00000014}.login-banner{background:#fef3c7;color:#92400e;padding:.65rem .85rem;border-radius:10px;font-size:.9rem;margin-bottom:1rem}.login-banner--info{background:#dbeafe;color:#1e3a5f}.login-signup{display:grid;gap:1rem}.btn-full{width:100%;justify-content:center}.btn-google{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;background:#fafafa;color:#18181b;border:2px solid var(--border-bright);box-shadow:0 2px 12px #00000040;font-weight:700}.btn-google:hover:not(:disabled){background:#fff}.btn-google-icon{display:flex}.login-divider{display:flex;align-items:center;gap:.75rem;margin:1rem 0;color:var(--ink-muted);font-size:.85rem}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:var(--border)}.login-footer-link{margin-top:1.25rem;text-align:center}.login-ecom-panel .login-footer-link a{color:var(--ink-muted)}.login-ecom-panel .login-footer-link a:hover{color:var(--ink)}.btn-secondary-outline{background:var(--surface);color:var(--ink);border:2px solid var(--border);box-shadow:none;cursor:pointer;font-weight:700;font-family:inherit;border-radius:12px;padding:.6rem 1rem}.btn-secondary-outline:hover{border-color:var(--brand);color:var(--brand)}.auth-wallet-wall h1{margin-top:0}.product-page{padding-top:1rem}.product-breadcrumb{font-size:.88rem;margin-bottom:1rem}.product-breadcrumb a{color:var(--brand);text-decoration:none;font-weight:600}.product-breadcrumb a:hover{text-decoration:underline}.product-layout{display:grid;gap:1.5rem}@media (min-width: 880px){.product-layout{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:start}}.product-gallery-main .product-image-frame{border-radius:var(--radius-lg);border:1px solid var(--border);overflow:hidden;background:#f1f5f9}.product-gallery-thumbs{display:flex;gap:.5rem;margin-top:.6rem;flex-wrap:wrap}.product-thumb-btn{width:56px;height:56px;padding:0;border:2px solid transparent;border-radius:10px;overflow:hidden;cursor:pointer;background:#f1f5f9}.product-thumb-btn.is-active{border-color:var(--brand)}.product-thumb-btn img{width:100%;height:100%;object-fit:cover}.product-title{font-size:clamp(1.35rem,3vw,1.75rem);font-weight:800;margin:.25rem 0 .75rem}.product-price-big{font-size:1.5rem;font-weight:800;margin:0 0 .5rem}.product-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem}.product-trust{margin-top:1rem;padding-top:1rem;border-top:1px dashed var(--border)}.review-list{list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:.75rem}.review-card{--ink: #18181b;--ink-muted: #71717a;--border: #e4e4e7;background:#fff;color:#18181b;border:1px solid #e4e4e7;border-radius:var(--radius);padding:1rem}.review-stars{color:var(--accent);letter-spacing:.1em}.review-text{margin:.5rem 0 0;font-size:.95rem}.inline-code{font-size:.78rem;background:#f1f5f9;padding:.1rem .35rem;border-radius:6px}.topbar-main{padding:.45rem 0;row-gap:.65rem}.main-app-nav{flex:1 1 auto;justify-content:center;min-width:0}@media (max-width: 900px){.main-app-nav{order:3;width:100%;justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:.15rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin}}.topbar-actions{flex-shrink:0;align-items:center}.nav-link--app{font-size:.8rem;font-weight:650;letter-spacing:.02em;white-space:nowrap}.nav-link--app.active{color:#fff!important;background:#ea580c38;box-shadow:inset 0 -2px #ea580c}.nav-cart-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;color:#e4e4e7;padding:.35rem .45rem;border-radius:10px;line-height:0}.nav-cart-icon:hover{background:#ffffff14;color:#fff}.nav-cart-badge{position:absolute;top:-2px;right:-2px;min-width:18px;min-height:18px;padding:0 5px;border-radius:999px;background:#ea580c;color:#fff;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;line-height:1}.topbar-wallet-strip{padding:.45rem 0 .6rem;border-top:1px solid rgba(255,255,255,.07)}.wallet-mini-card{width:100%}.wallet-mini-inner{--ink: #18181b;--ink-muted: #71717a;background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:.65rem 1rem;max-width:720px;color:#18181b;box-shadow:0 2px 12px #0000000f}.wallet-mini-label{margin:0 0 .15rem;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#71717a}.wallet-mini-name{margin:0;font-size:1rem;font-weight:800;color:#18181b}.wallet-mini-acc{margin:.2rem 0 .5rem}.wallet-mini-hint{margin:0;line-height:1.4}.sokoni-page{padding-top:1rem;padding-bottom:2rem}.sokoni-head{margin-bottom:1.25rem}.sokoni-app-only-panel{margin-top:.5rem;padding:1.35rem 1.4rem 1.15rem;border-radius:var(--radius-lg);background:linear-gradient(155deg,#0f172a,#1e293b 52%,#0c1222);color:#fff;border:1px solid rgba(255,255,255,.14);box-shadow:0 12px 40px #00000038}.sokoni-app-only-text{margin:0 0 1.1rem;color:#fff;font-size:.98rem;line-height:1.58}.sokoni-app-only-btn{background:#fff!important;color:#0f172a!important;border:none!important;font-weight:700}.sokoni-app-only-btn:hover{background:#f1f5f9!important;color:#020617!important}.sokoni-app-only-foot{margin:1rem 0 0!important}.sokoni-app-only-foot a{color:#ffffffe0;text-decoration:underline;text-underline-offset:2px}.sokoni-app-only-foot a:hover{color:#fff}.sokoni-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sokoni-modal{width:100%;max-width:22rem;padding:1.35rem 1.4rem 1.25rem;border-radius:14px;background:#fff;color:#0f172a;box-shadow:0 24px 64px #00000047}.sokoni-modal-title{margin:0 0 .65rem;font-size:1.1rem;font-weight:800;letter-spacing:-.02em}.sokoni-modal-body{margin:0 0 1.15rem;font-size:.92rem;line-height:1.5;color:#334155}.sokoni-modal-ok{width:100%}.sokoni-feed{display:grid;gap:1rem}.sokoni-card{--ink: #18181b;--ink-muted: #71717a;--border: #e4e4e7;background:#fff;color:#18181b;border:1px solid #e4e4e7;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 4px 24px #0000000f}.sokoni-card-imgwrap{aspect-ratio:16 / 10;background:#f4f4f5;overflow:hidden}.sokoni-card-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.sokoni-card-body{padding:1rem 1.1rem 1.15rem}.sokoni-cat{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#a1a1aa;margin-bottom:.35rem}.sokoni-caption{margin:.5rem 0 0;font-size:.95rem;line-height:1.45;color:var(--ink)}.about-page-ecom{padding-bottom:3rem}.about-hero-strip{background:linear-gradient(145deg,#08080a,#16161c 42%,#0a0a0d);color:#f8fafc;padding:1.75rem 0 2rem;margin-bottom:1.75rem;border-bottom:1px solid rgba(255,255,255,.08)}.about-hero-inner{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.25rem}.about-hero-kicker{margin:0 0 .4rem;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#a1a1aa}.about-hero-title{margin:0 0 .35rem;font-size:clamp(1.65rem,4vw,2.2rem);font-weight:800;letter-spacing:-.03em;line-height:1.12}.about-hero-sub{margin:0;color:#cbd5e1;font-size:.98rem;max-width:28rem}.about-hero-actions{display:flex;flex-wrap:wrap;gap:.65rem}.about-hero-back.btn-hero-outline,.about-hero-cta{text-decoration:none}.about-content{padding-bottom:1rem}.about-bento{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width: 820px){.about-bento{grid-template-columns:repeat(2,minmax(0,1fr))}.about-tile--lead,.about-tile--wide{grid-column:1 / -1}}.about-tile{border-radius:var(--radius-lg);padding:1.2rem 1.25rem 1.35rem;border:1px solid rgba(255,255,255,.1);background:linear-gradient(165deg,#24242ceb,#121216fa);box-shadow:0 12px 40px #00000059;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.about-tile-title{margin:0 0 .65rem;font-size:1.05rem;font-weight:800;color:#fafafa;letter-spacing:-.02em}.about-tile-text{margin:0 0 .5rem;line-height:1.55;color:#d4d4d8;font-size:.95rem}.about-tile-text:last-child{margin-bottom:0}.about-feature-list{margin:.65rem 0 0;padding:0;list-style:none;display:grid;gap:.65rem}.about-feature-list li{display:flex;gap:.55rem;align-items:flex-start;font-size:.92rem;line-height:1.45;color:#e4e4e7}.about-feature-icon{color:#ea580c;font-size:.65rem;line-height:1.8;flex-shrink:0}.about-contact-chips{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem}.about-chip{display:inline-flex;align-items:center;padding:.5rem .85rem;border-radius:999px;border:1px solid rgba(234,88,12,.45);background:#ea580c1f;color:#fdba74;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .15s ease,border-color .15s ease}.about-chip:hover{background:#ea580c38;border-color:#fb923cbf}.about-chip--static{cursor:default;color:#e7e5e4}.about-chip--with-icon{gap:.55rem}.about-chip-icon{flex-shrink:0;color:#fb923c;opacity:.95}.about-contact-social-row{display:flex;flex-direction:column;gap:.45rem}.about-social-label{font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:.68rem;color:#a8a29e!important}.about-social-icons{display:flex;flex-wrap:wrap;gap:.45rem}.about-social-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .75rem;border-radius:999px;border:1px solid rgba(234,88,12,.45);background:#ea580c1f;color:#fdba74;font-size:.82rem;font-weight:600;text-decoration:none;transition:background .15s ease,border-color .15s ease}.about-social-btn svg{flex-shrink:0;color:#fdba74;opacity:.95}.about-social-btn:hover,.about-social-btn:focus-visible{background:#ea580c38;border-color:#fb923cbf;outline:none}.about-footnote{margin-top:1.5rem;max-width:40rem;line-height:1.45}.inbox-info-page .inbox-info-list{margin:1rem 0;padding-left:1.25rem}.lang-switch{gap:.15rem}.lang-switch-btn{font:inherit;font-size:.75rem;font-weight:700;letter-spacing:.02em;padding:.28rem .5rem;border-radius:6px;border:1px solid rgba(255,255,255,.2);background:#00000026;color:#e7e5e4;cursor:pointer;line-height:1}.lang-switch-btn:hover{border-color:#fb923c8c;color:#fff7ed}.lang-switch-btn.is-active{border-color:#ea580cd9;background:#ea580c59;color:#fffbeb}
