:root{--font-primary:var(--font-inter),"Inter",ui-sans-serif,system-ui,sans-serif;--font-mono:var(--font-jetbrains-mono),"JetBrains Mono",ui-monospace,monospace;--font-display:var(--font-outfit),"Outfit",var(--font-primary);--text-xs:12px;--text-xs-line:1.4;--text-sm:14px;--text-sm-line:1.5;--text-base:15px;--text-base-line:1.5;--text-lg:18px;--text-lg-line:1.4;--text-xl:24px;--text-xl-line:1.3;--text-2xl:32px;--text-2xl-line:1.2;--text-hero:52px;--text-hero-line:1.1;--text-page-title:28px;--text-page-title-lg:36px;--text-section:22px;--text-section-lg:22px;--text-card-title:15px;--text-card-price:20px;--text-card-price-lg:20px;--layout-max:1440px;--layout-pad-x:20px;--layout-pad-x-lg:20px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--space-24:96px;--color-background:#fff;--color-surface-1:#f5f5f5;--color-surface-2:#f9fafb;--color-border:#e5e7eb;--color-border-hover:#d1d5db;--color-cyan:#2ecc71;--color-cyan-hover:#27ae60;--color-cyan-glow:#2ecc7126;--color-success:#2ecc71;--color-warning:#ffab00;--color-error:#ff3d57;--color-text-primary:#1a1a1a;--color-text-secondary:#6b7280;--color-text-muted:#9ca3af;--shadow-card:0 1px 3px #0000000d,0 1px 2px #0000000a;--shadow-hover:0 12px 28px #00000014,0 0 0 1px #e5e7eb;--shadow-glow-cyan:0 0 24px #2ecc7133;--radius-sm:8px;--radius-card:12px;--radius-panel:16px;--radius-modal:24px}.theme-dark{--color-background:#0a0a0f;--color-surface-1:#111118;--color-surface-2:#1a1a24;--color-border:#ffffff0f;--color-border-hover:#ffffff1a;--color-text-primary:#fff;--color-text-secondary:#8b8b9e;--color-text-muted:#4a4a5e;--shadow-card:0 1px 3px #0000004d,0 1px 2px #0000003d;--shadow-hover:0 20px 40px #00000066,0 0 0 1px #ffffff0f;background-color:#0a0a0f!important;color:#fff!important}html{font-size:16px}body,html{color-scheme:light!important;background-color:#f0f2f5!important}body{color:#1a1a1a!important;font-family:var(--font-primary);font-size:var(--text-base);line-height:var(--text-base-line);font-feature-settings:"cv02","cv03","cv04","cv11"}.layout-shell{width:100%;max-width:var(--layout-max);margin-left:auto;margin-right:auto;padding-left:var(--layout-pad-x);padding-right:var(--layout-pad-x)}@media (min-width:768px){.layout-shell{padding-left:var(--layout-pad-x-lg);padding-right:var(--layout-pad-x-lg)}}.font-mono,[data-code],code,kbd,pre{font-family:var(--font-mono);font-variant-numeric:tabular-nums}[data-price]{font-family:var(--font-primary);font-weight:700;font-variant-numeric:tabular-nums}.font-display,[data-hero]{font-family:var(--font-display);font-weight:800}.page-title{font-size:var(--text-page-title);line-height:1.2}.page-title,.section-title{font-weight:800;color:var(--color-text-primary);letter-spacing:-.02em}.section-title{font-size:var(--text-section);line-height:1.3}.section-link{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:#2f7cf6;padding:6px 12px;border-radius:999px;border:1px solid #e8ecf2;background:#fff;box-shadow:0 1px 3px rgba(15,23,42,.06);transition:background .15s ease,border-color .15s ease}.section-link:hover{color:#2f7cf6;background:#eff6ff;border-color:#2f7cf6}.product-grid,.products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0;align-items:stretch}@media (min-width:640px){.product-grid,.products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}}@media (min-width:1024px){.product-grid,.products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}}@media (min-width:1280px){.product-grid,.products-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.product-grid--profile{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:stretch}@media (min-width:640px){.product-grid--profile{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.product-grid--profile{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1280px){.product-grid--profile{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-card{display:flex;flex-direction:column;height:100%;background:#fff;border:1px solid #f0f0f0;border-radius:16px;overflow:hidden;cursor:pointer;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}.product-card:hover{box-shadow:0 12px 28px rgba(0,0,0,.1);border-color:#e5e7eb;transform:translateY(-3px)}.product-card__image-wrap{position:relative;width:100%;flex-shrink:0;overflow:hidden}.product-card__image{width:100%;aspect-ratio:1/1;object-fit:cover;flex-shrink:0;background:#f5f5f5;display:block;transition:transform .35s cubic-bezier(.4,0,.2,1)}@media (hover:hover) and (pointer:fine){.product-card:hover .product-card__image{transform:scale(1.06)}}.product-card__trust{display:inline-flex;align-items:center;gap:3px;font-size:10.5px;font-weight:600;color:#16a34a;margin-bottom:6px}.product-card__body{display:flex;flex-direction:column;flex:1;padding:8px 10px 10px;min-height:0}.product-card__category{font-size:10px;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.04em;margin-bottom:3px;flex-shrink:0}.product-card__title{font-size:13px;font-weight:600;color:#1a1a1a;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:calc(13px * 1.35 * 2);margin-bottom:4px;flex-shrink:0}.product-card__title:hover{color:#2ecc71}.product-card__price{font-size:16px;font-weight:800;color:#1a1a1a;margin-bottom:3px;flex-shrink:0;line-height:1.2}.product-card__sales{font-size:11px;color:#9ca3af;margin-bottom:8px;flex-shrink:0;min-height:15px}.product-card__spacer{flex:1}.product-card__btn{display:flex;align-items:center;justify-content:center;width:100%;height:34px;background:#2ecc71;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;flex-shrink:0;transition:background .15s}.product-card__btn:hover:not(:disabled){background:#27ae60}.product-card__btn:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}@media (max-width:639px){.product-card__price{font-size:14px}.product-card__btn{height:36px;font-size:12px}.product-card__body{padding:7px 8px 8px}}@media (min-width:768px){.page-title{font-size:var(--text-page-title-lg)}.section-title{font-size:var(--text-section-lg)}}input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):not([type=button]):not([type=submit]):not([type=reset]),textarea{border:1px solid var(--color-border);border-radius:10px;background:var(--color-surface-1);padding:12px 16px;color:var(--color-text-primary);outline:none;transition:border-color .16s ease,box-shadow .16s ease}input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):not([type=button]):not([type=submit]):not([type=reset]):focus,textarea:focus{border-color:var(--color-cyan);box-shadow:0 0 0 3px var(--color-cyan-glow)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:48px;padding:0 24px;border:1.5px solid #e5e7eb;border-radius:12px;background:#f5f5f5;color:#1a1a1a;font-size:15px;font-weight:600;transition:background-color .16s ease,border-color .16s ease,transform .16s ease;-webkit-tap-highlight-color:transparent}@media (min-width:768px){.btn-secondary{min-height:44px}}@media (hover:hover) and (pointer:fine){.btn-secondary:hover{background:#ebebeb;border-color:#d1d5db;color:#1a1a1a}}.btn-secondary:active{transform:scale(.97)}.theme-dark .btn-secondary{background:hsla(0,0%,100%,.12);border:1.5px solid hsla(0,0%,100%,.35);color:#fff}@media (hover:hover) and (pointer:fine){.theme-dark .btn-secondary:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.35);color:#fff}}.theme-dark .btn-secondary:active{transform:scale(.97);color:#fff}.btn-danger{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:48px;padding:0 24px;border:1px solid #ff3d5730;border-radius:12px;background:#ff3d5715;color:var(--color-error);font-size:15px;font-weight:600;transition:background-color .16s ease,transform .16s ease}@media (min-width:768px){.btn-danger{min-height:44px}}.btn-danger:active{transform:scale(.97)}:root{--bg-page:#f0f2f5;--bg-card:#fff;--bg-dark:linear-gradient(135deg,#0b1220,#101a35 60%,#0d1526);--tk-border:#e8ecf2;--tk-text-primary:#0f172a;--tk-text-secondary:#64748b;--tk-text-muted:#94a3b8;--accent-green:#2ecc71;--accent-blue:linear-gradient(135deg,#2f7cf6,#1e5fd8);--accent-blue-solid:#2f7cf6;--r-sm:10px;--r-md:14px;--r-lg:20px;--tk-shadow-card:0 1px 3px rgba(15,23,42,.06),0 4px 12px rgba(15,23,42,.04);--tk-shadow-hover:0 4px 16px rgba(15,23,42,.08),0 12px 32px rgba(15,23,42,.06);--glow-green:0 8px 24px rgba(46,204,113,.35);--glow-blue:0 8px 24px rgba(47,124,246,.35)}@keyframes tk-float{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.tk-float{animation:tk-float 4s ease-in-out infinite alternate}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}