: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:#4cd137;--color-cyan-hover:#45c430;--color-cyan-glow:#4cd13726;--color-success:#4cd137;--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 #4cd13733;--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:only light!important;background-color:#fff!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{font-size:14px;font-weight:500;color:var(--color-cyan);transition:color .15s ease}.section-link:hover{color:var(--color-cyan-hover)}.product-grid,.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:0 12px;align-items:stretch}@media (min-width:640px){.product-grid,.products-grid{grid-template-columns:repeat(3,1fr);gap:12px;padding:0 16px}}@media (min-width:1024px){.product-grid,.products-grid{grid-template-columns:repeat(5,1fr);gap:14px;padding:0}}@media (min-width:1280px){.product-grid,.products-grid{grid-template-columns:repeat(6,1fr)}}.product-card{display:flex;flex-direction:column;height:100%;background:#fff;border:1px solid #f0f0f0;border-radius:12px;overflow:hidden;cursor:pointer;transition:box-shadow .15s ease,transform .15s ease}.product-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.1);transform:translateY(-2px)}.product-card__image-wrap{position:relative;width:100%;flex-shrink:0}.product-card__image{width:100%;aspect-ratio:1/1;object-fit:cover;flex-shrink:0;background:#f5f5f5;display:block}.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:#4cd137}.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:#4cd137;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:#45c430}.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-primary{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:48px;padding:0 24px;border-radius:12px;background:#4cd137;color:#fff;font-size:15px;font-weight:600;transition:background-color .15s ease,transform .15s ease}@media (min-width:768px){.btn-primary{min-height:44px}}@media (hover:hover) and (pointer:fine){.btn-primary:hover{background:#45c430}}.btn-primary:active{transform:scale(.97)}.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)}