.admin-page{width:100%;max-width:1440px;margin:0 auto;padding:28px 32px 72px}.admin-heading,.admin-panel__head,.admin-product-form__head,.admin-actions{justify-content:space-between;align-items:center;gap:16px;display:flex}.admin-heading{align-items:flex-start;margin-bottom:16px}.admin-kicker{color:var(--accent);font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:700}.admin-heading h1,.admin-login h1{color:var(--text);margin:6px 0 0;font-size:clamp(30px,4vw,52px);font-weight:750;line-height:1}.admin-tabs{scrollbar-width:none;gap:8px;margin-bottom:16px;display:flex;overflow-x:auto}.admin-tabs::-webkit-scrollbar{display:none}.admin-tabs button{border-color:var(--line);background:var(--surface);min-height:42px;color:var(--muted-strong);flex:none}.admin-tabs button.is-active{border-color:var(--accent);background:var(--accent);color:var(--accent-ink)}.admin-tabs span{min-width:22px;height:22px;font-family:var(--mono);background:#ffffff29;border-radius:999px;place-items:center;margin-left:8px;font-size:11px;display:inline-grid}.admin-layout{grid-template-columns:340px minmax(0,1fr);align-items:start;gap:16px;display:grid}.admin-panel{border:1px solid var(--line);border-radius:var(--radius);background:color-mix(in srgb, var(--surface) 92%, transparent);box-shadow:0 16px 36px #0000002e}.admin-panel h2{color:var(--text);margin:0;font-size:21px;font-weight:750}.admin-panel p{color:var(--muted);margin:5px 0 0;font-size:12px}.admin-products,.admin-product-form,.admin-settings,.admin-leads{padding:18px}.admin-products{position:sticky;top:132px}.admin-search{margin:14px 0}.admin-products__list{gap:8px;max-height:680px;padding-right:4px;display:grid;overflow:auto}.admin-products__list button{border:1px solid var(--line);width:100%;color:var(--muted-strong);text-align:left;cursor:pointer;background:#0b1018;border-radius:12px;grid-template-columns:54px 1fr;align-items:center;gap:11px;padding:8px;display:grid}.admin-products__list button.is-active{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 12%, var(--surface-2));color:var(--text)}.admin-products__list img{object-fit:contain;background:#eef2f5;border-radius:8px;width:54px;height:44px}.admin-products__list span,.admin-products__list small,.admin-muted{min-width:0}.admin-products__list strong,.admin-products__list small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.admin-products__list small,.admin-muted{color:var(--muted);font-size:12px;font-weight:500}.admin-product-form__head{border-bottom:1px solid var(--line);align-items:flex-start;margin-bottom:18px;padding-bottom:16px}.admin-editor{grid-template-columns:minmax(260px,.42fr) minmax(0,1fr);align-items:start;gap:18px;display:grid}.admin-photo-box{gap:12px;display:grid}.admin-photo-box__preview{aspect-ratio:4/3;border:1px solid var(--line);color:#526071;background:linear-gradient(145deg,#f7f9fb,#dce4ee);border-radius:12px;place-items:center;font-weight:800;display:grid;overflow:hidden}.admin-photo-box__preview img{object-fit:contain;width:100%;height:100%;padding:14px}.admin-upload{border:1px dashed var(--accent-line);background:var(--accent-soft);text-align:center;cursor:pointer;border-radius:12px;place-items:center;min-height:118px;padding:16px;position:relative;color:var(--text)!important;display:grid!important}.admin-upload input{opacity:0;cursor:pointer;position:absolute;inset:0}.admin-upload strong,.admin-upload small{display:block}.admin-upload small{color:var(--muted);margin-top:4px;font-size:12px}.admin-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.admin-gallery div{border:1px solid var(--line);background:var(--surface-2);border-radius:10px;position:relative;overflow:hidden}.admin-gallery div.is-main{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-ring)}.admin-gallery img{aspect-ratio:1.25;object-fit:contain;background:#eef2f5;width:100%;padding:8px;display:block}.admin-gallery button{border:0;border-top:1px solid var(--line);width:50%;min-height:30px;color:var(--muted-strong);background:#0b1018;border-radius:0;padding:0;font-size:11px}.admin-gallery div.is-main button:first-of-type{color:var(--accent)}.admin-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.admin-page label{color:var(--muted-strong);gap:7px;font-size:12px;font-weight:700;display:grid}.admin-page input,.admin-page select,.admin-page textarea{border:1px solid var(--line);background:var(--bg-2);width:100%;min-height:42px;color:var(--text);border-radius:10px;outline:0;padding:10px 12px}.admin-page textarea{resize:vertical}.admin-page input:focus,.admin-page select:focus,.admin-page textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}.admin-wide{grid-column:1/-1}.admin-raw-gallery textarea{font-family:var(--mono);font-size:12px}.admin-switch{border:1px solid var(--line);background:var(--surface-2);border-radius:10px;grid-template-columns:auto 1fr;align-items:center;gap:9px;min-height:42px;padding:0 11px;display:inline-flex!important}.admin-switch input{width:17px;min-height:17px;accent-color:var(--accent);padding:0}.admin-actions{flex-wrap:wrap;justify-content:flex-start;margin-top:18px}.admin-btn,.admin-login__form button,.admin-tabs button{border:1px solid var(--accent-line);cursor:pointer;border-radius:10px;min-height:40px;padding:0 14px;font-weight:800}.admin-btn--primary,.admin-login__form button{background:var(--accent);color:var(--accent-ink)}.admin-btn--ghost{background:var(--surface-2);color:var(--muted-strong)}.admin-btn--primary:hover,.admin-login__form button:hover,.admin-tabs button.is-active:hover{background:#73eed6}.admin-btn--ghost:hover{border-color:var(--accent);color:var(--accent)}.admin-danger{color:var(--danger)!important;background:#ff7a8c21!important;border-color:#ff7a8c66!important}.admin-settings{gap:13px;max-width:680px;display:grid}.admin-leads__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.admin-leads article{border:1px solid var(--line);background:var(--surface-2);border-radius:12px;padding:14px}.admin-leads article.is-done{opacity:.58}.admin-leads article>div{color:var(--muted);justify-content:space-between;gap:12px;font-size:12px;display:flex}.admin-leads h3{color:var(--text);margin:8px 0 4px;font-size:17px}.admin-leads a{color:var(--accent);font-weight:750}.admin-leads p{color:var(--muted-strong);margin:8px 0 0;font-size:13px;line-height:1.55}.admin-leads article button{color:var(--accent);background:0 0;margin-top:12px}.admin-message,.admin-error{border-radius:10px;margin:0 0 14px;padding:10px 12px;font-size:13px;font-weight:700}.admin-message{background:var(--accent-soft);color:var(--accent)}.admin-error{color:var(--danger);background:#ff7a8c1f}.admin-login{place-items:center;min-height:62vh;display:grid}.admin-login__form{gap:16px;width:min(100%,430px);padding:26px;display:grid}@media (width<=1120px){.admin-page{padding:24px 20px 56px}.admin-layout,.admin-editor{grid-template-columns:1fr}.admin-products{position:static}.admin-products__list{grid-template-columns:repeat(2,minmax(0,1fr));max-height:320px}.admin-photo-box{grid-template-columns:minmax(220px,.8fr) 1fr;align-items:start}.admin-gallery{grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=720px){.admin-page{padding:18px 12px 44px}.admin-heading,.admin-product-form__head{flex-direction:column;align-items:stretch}.admin-form-grid,.admin-products__list,.admin-photo-box,.admin-leads__list{grid-template-columns:1fr}.admin-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}.cart-page{width:100%;max-width:1280px;min-height:65vh;margin:0 auto;padding:36px 40px 72px}.cart-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.cart-heading span{color:var(--accent);font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:700}.cart-heading h1{color:var(--text);margin:7px 0 0;font-size:clamp(34px,4vw,56px);font-weight:750;line-height:1}.cart-heading p{max-width:650px;color:var(--muted);margin:14px 0 0;line-height:1.65}.cart-heading button,.cart-item__remove{border:1px solid var(--line);background:var(--surface);min-height:40px;color:var(--muted-strong);cursor:pointer;border-radius:10px;padding:0 14px;font-weight:750}.cart-heading button:hover,.cart-item__remove:hover{border-color:var(--danger);color:var(--danger)}.cart-layout{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:22px;display:grid}.cart-list{gap:12px;display:grid}.cart-item{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-template-columns:118px minmax(0,1fr) 132px 132px auto;align-items:center;gap:16px;padding:14px;display:grid}.cart-item__image{aspect-ratio:4/3;background:#eef2f5;border-radius:10px;place-items:center;display:grid;overflow:hidden}.cart-item__image img{object-fit:contain;width:100%;height:100%;padding:8px}.cart-item__main{min-width:0}.cart-item__main span,.cart-item__main small{color:var(--muted);font-size:12px;display:block}.cart-item__main a{color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin:5px 0;font-size:17px;font-weight:750;display:block;overflow:hidden}.cart-stepper{border:1px solid var(--line);background:var(--bg-2);border-radius:10px;grid-template-columns:38px 1fr 38px;display:grid;overflow:hidden}.cart-stepper button,.cart-stepper input{width:100%;min-height:40px;color:var(--text);text-align:center;background:0 0;border:0}.cart-stepper button{cursor:pointer;font-size:18px;font-weight:800}.cart-stepper button:hover{background:var(--accent-soft);color:var(--accent)}.cart-item>strong{color:var(--text);font-family:var(--mono);text-align:right;font-size:17px}.cart-summary{border:1px solid var(--accent-line);border-radius:var(--radius);background:linear-gradient(145deg, var(--accent-soft), var(--surface) 42%);box-shadow:var(--shadow);padding:20px;position:sticky;top:140px}.cart-summary h2{color:var(--text);margin:0 0 16px;font-size:24px}.cart-summary dl{gap:10px;margin:0;display:grid}.cart-summary dl div{border-bottom:1px solid var(--line);justify-content:space-between;gap:14px;padding-bottom:10px;display:flex}.cart-summary dt{color:var(--muted)}.cart-summary dd{color:var(--text);margin:0;font-weight:800}.cart-summary a{background:var(--accent);width:100%;min-height:50px;color:var(--accent-ink);border-radius:10px;justify-content:center;align-items:center;gap:9px;margin-top:18px;font-size:14px;font-weight:850;display:inline-flex}.cart-summary svg{width:18px;height:18px}.cart-summary p{color:var(--muted);margin:14px 0 0;font-size:12px;line-height:1.55}.cart-page--empty{place-items:center;display:grid}.cart-empty{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);text-align:center;justify-items:center;max-width:460px;padding:34px;display:grid}.cart-empty>svg{width:42px;height:42px;color:var(--accent)}.cart-empty h1{color:var(--text);margin:14px 0 0;font-size:34px}.cart-empty p{color:var(--muted)}.cart-empty a{background:var(--accent);min-height:44px;color:var(--accent-ink);border-radius:10px;align-items:center;margin-top:12px;padding:0 18px;font-weight:800;display:inline-flex}@media (width<=980px){.cart-page{padding:24px 20px 56px}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-columns:96px minmax(0,1fr) 132px}.cart-item>strong,.cart-item__remove{grid-column:2/-1;justify-self:end}}@media (width<=640px){.cart-page{padding:20px 12px 46px}.cart-heading{flex-direction:column}.cart-heading h1{font-size:32px}.cart-item{grid-template-columns:82px minmax(0,1fr);gap:12px}.cart-stepper,.cart-item>strong,.cart-item__remove{grid-column:1/-1}.cart-item>strong,.cart-item__remove{text-align:left;justify-self:stretch}}.catalog-preview{padding:48px 40px 64px}.catalog-preview__inner{max-width:1280px;margin:0 auto}.catalog-preview__kicker{color:var(--accent);font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;margin:0 0 10px;font-size:11px;font-weight:600}.catalog-preview h2{color:var(--text);letter-spacing:-.04em;margin:0;font-size:clamp(28px,3vw,38px);font-weight:700}.catalog-preview__lead{color:var(--muted);margin:10px 0 0;font-size:15px}.cat-strip{flex-wrap:wrap;gap:8px;margin-top:28px;padding-bottom:6px;display:flex}.cat-strip__item{border:1px solid var(--line);background:var(--surface);color:var(--muted-strong);border-radius:999px;align-items:center;gap:8px;padding:9px 12px;font-size:13px;font-weight:600;display:inline-flex}.cat-strip__item svg{width:15px;height:15px;color:var(--muted)}.cat-strip__item.is-active,.cat-strip__item:hover{border-color:var(--accent-line);color:var(--text)}.cat-strip__item.is-active{background:var(--accent-soft);color:var(--accent)}.cat-strip__item.is-active svg,.cat-strip__item:hover svg{color:var(--accent)}.catalog-preview__head{align-items:baseline;gap:16px;margin:36px 0 20px;display:flex}.catalog-preview__head h3{color:var(--text);letter-spacing:-.03em;margin:0;font-size:28px;font-weight:700}.catalog-preview__head a{color:var(--accent);align-items:center;gap:8px;font-size:14px;font-weight:650;display:inline-flex}.catalog-preview__head svg{width:15px;height:15px}.catalog-preview__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid;overflow:visible}.pcard{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);flex-direction:column;min-width:0;height:100%;padding:12px 12px 16px;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex;position:relative}.pcard:hover{z-index:2;border-color:var(--line-strong);box-shadow:var(--shadow);transform:translateY(-2px)}.pcard__media{aspect-ratio:16/11;background:linear-gradient(145deg,#f4f6f8,#dfe6ee);border-radius:12px;position:relative;overflow:hidden}.pcard__gallery{display:block;position:absolute;inset:0}.pcard__gallery img{object-fit:contain;object-position:center;opacity:0;width:100%;height:100%;padding:clamp(10px,1.4vw,20px);transition:opacity .14s,transform .35s;position:absolute;inset:0}.pcard__gallery img.is-active{opacity:1}.pcard:hover .pcard__gallery img.is-active{transform:scale(1.035)}.pcard__progress{z-index:1;opacity:0;pointer-events:none;gap:3px;transition:opacity .15s,transform .15s;display:flex;position:absolute;bottom:9px;left:12px;right:12px;transform:translateY(3px)}.pcard__gallery:hover .pcard__progress,.pcard__gallery:focus-visible .pcard__progress{opacity:1;transform:translateY(0)}.pcard__progress span{background:#080c0e3d;border-radius:999px;flex:1;height:3px;box-shadow:0 1px 5px #ffffff73}.pcard__progress span.is-active{background:var(--accent);box-shadow:0 1px 5px #080c0e42}.pcard__badge{z-index:2;color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#080c0edb;border-radius:8px;padding:5px 8px;font-size:10px;font-weight:700;position:absolute;top:12px;left:12px}.pcard__badge--new{background:var(--accent);color:var(--accent-ink)}.pcard__actions{z-index:2;gap:7px;display:flex;position:absolute;top:10px;right:10px}.pcard__actions button{color:#c5c9ce;cursor:pointer;background:#080b0dd6;border:1px solid #141a1d38;border-radius:10px;place-items:center;width:34px;height:34px;padding:0;display:grid;box-shadow:0 4px 16px #0000002e}.pcard__actions button:hover,.pcard__actions button.is-on{border-color:var(--accent);color:var(--accent)}.pcard__actions button.is-on{background:var(--accent);color:var(--accent-ink)}.pcard__actions svg{width:16px;height:16px}@media (hover:none){.pcard__progress{display:none}}.pcard__meta{color:var(--muted);justify-content:space-between;gap:12px;margin-top:14px;font-size:12px;display:flex}.pcard__stock{align-items:center;gap:6px;font-size:12px;font-weight:650;display:inline-flex}.pcard__stock svg{width:14px;height:14px}.pcard__stock.is-in{color:var(--ok)}.pcard__stock.is-out{color:var(--danger)}.pcard__title{color:var(--text);letter-spacing:-.02em;margin-top:8px;font-size:17px;font-weight:700;line-height:1.3;display:block}.pcard__specs{flex:1;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:16px 0 0;display:grid}.pcard__specs div{min-width:0}.pcard__specs dt{color:var(--muted);font-size:11px}.pcard__specs dd{color:var(--muted-strong);margin:4px 0 0;font-size:12.5px;font-weight:650}.pcard__footer{gap:14px;margin-top:auto;padding-top:18px;display:grid}.pcard__price{flex-wrap:wrap;align-items:baseline;gap:12px;min-width:0;display:flex}.pcard__price strong{color:var(--text);font-family:var(--mono);letter-spacing:-.03em;font-size:24px;font-weight:600}.pcard__old-price{color:var(--muted);white-space:nowrap;font-size:15px;font-weight:650;text-decoration:line-through}.pcard__row{grid-template-columns:minmax(0,.86fr) minmax(0,1.35fr);gap:8px;width:100%;display:grid}.pcard__more,.pcard__cart{border-radius:var(--radius-sm);white-space:nowrap;justify-content:center;align-items:center;gap:8px;width:100%;min-width:0;height:44px;font-size:13.5px;font-weight:650;display:inline-flex}.pcard__more{border:1px solid var(--line-strong);background:var(--surface-2);color:var(--text)}.pcard__more svg{width:14px;height:14px}.pcard__cart{background:var(--accent);color:var(--accent-ink);cursor:pointer;border:0}.pcard__cart svg{width:16px;height:16px}.pcard__cart.is-disabled{color:var(--muted);cursor:not-allowed;background:#24303a}@media (width<=1100px){.catalog-preview{padding:36px 20px 48px}.catalog-preview__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-preview__head h3{font-size:22px}}@media (width<=760px){.catalog-preview{padding:32px 12px 42px}.cat-strip{scrollbar-width:none;flex-wrap:nowrap;margin-left:-12px;margin-right:-12px;padding:0 12px 8px;overflow-x:auto}.cat-strip::-webkit-scrollbar{display:none}.cat-strip__item{flex:none;min-height:38px}.catalog-preview__head{flex-direction:column;align-items:flex-start;gap:8px;margin-top:28px}.catalog-preview__grid{grid-template-columns:1fr;gap:12px}.pcard{border-radius:12px;padding:10px 10px 14px}.pcard__media{border-radius:10px}.pcard__meta{flex-direction:column;align-items:flex-start;gap:6px;margin-top:12px}.pcard__title{font-size:16px}.pcard__specs{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px}.pcard__price strong{font-size:21px}.pcard__row{grid-template-columns:1fr}.pcard__more,.pcard__cart{height:42px;font-size:13px}}.catalog-page{align-self:stretch;width:100%;max-width:1280px;min-height:65vh;margin:0 auto;padding:36px 40px 72px}.breadcrumbs{color:var(--muted);flex-wrap:wrap;align-items:center;gap:7px;font-size:11px;display:flex}.breadcrumbs a{color:var(--muted-strong)}.breadcrumbs a:hover{color:var(--accent)}.catalog-heading{justify-content:space-between;align-items:flex-start;gap:30px;width:100%;margin:22px 0 32px;display:flex}.catalog-heading h1,.catalog-heading p{margin:0}.catalog-heading h1{color:var(--text);letter-spacing:-.05em;font-size:clamp(38px,4vw,58px);font-weight:700;line-height:1}.catalog-heading p{max-width:580px;color:var(--muted);flex:1;margin-left:auto;line-height:1.65}.catalog-layout{grid-template-columns:286px minmax(0,1fr);align-items:start;gap:32px;width:100%;display:grid}.catalog-filters{z-index:8;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg, var(--accent-soft), var(--surface) 42%);box-shadow:var(--shadow);gap:17px;padding:19px;display:grid;position:sticky;top:140px;overflow:visible}.catalog-filters__header{border-bottom:1px solid var(--line);grid-template-columns:38px 1fr auto;align-items:center;gap:11px;padding-bottom:16px;display:grid}.catalog-filters__icon{border:1px solid var(--accent-line);background:var(--accent-dim);width:38px;height:38px;color:var(--accent);border-radius:8px;place-items:center;display:grid}.catalog-filters__icon svg{width:18px;height:18px}.catalog-filters__header>div{gap:1px;display:grid}.catalog-filters__header span:not(.catalog-filters__icon){color:var(--muted);font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:600}.catalog-filters__header h2{color:var(--text);margin:0;font-size:17px;font-weight:700}.catalog-filters__header b{background:var(--accent);width:24px;height:24px;color:var(--accent-ink);border-radius:50%;place-items:center;font-size:10px;display:grid}.catalog-filter-field{color:var(--muted-strong);gap:8px;font-size:11px;display:grid}.catalog-search,.catalog-select{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-2);width:100%;min-height:44px;color:var(--text);transition:border-color .15s,box-shadow .15s}.catalog-search{border-color:var(--accent-line);align-items:center;gap:9px;padding:0 11px;display:flex}.catalog-search:focus-within,.catalog-select:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}.catalog-search svg{width:16px;height:16px;color:var(--muted);flex:none}.catalog-search input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0;font-size:13px}.catalog-search input::placeholder{color:var(--muted)}.catalog-search input[type=search]::-webkit-search-cancel-button{appearance:none}.catalog-search input[type=search]::-webkit-search-decoration{appearance:none}.catalog-search button{color:var(--muted);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:grid}.catalog-search button svg{width:14px;height:14px}.catalog-select{position:relative}.catalog-select>button{width:100%;min-height:44px;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:10px;padding:0 12px;font-size:13px;display:flex}.catalog-select>button span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.catalog-select>button svg{width:14px;height:14px;color:var(--muted);flex:none;transition:transform .15s}.catalog-select.is-open,.catalog-select:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}.catalog-select.is-open>button svg{transform:rotate(180deg)}.catalog-select__menu{z-index:20;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--bg-2);max-height:260px;box-shadow:var(--shadow);scrollbar-width:thin;scrollbar-color:#334055 var(--bg);outline:0;gap:2px;padding:6px;display:grid;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:auto}.catalog-select__menu button{width:100%;min-height:36px;color:var(--muted-strong);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;padding:0 10px;font-size:13px;display:flex}.catalog-select__menu button.is-active{background:var(--accent-soft);color:var(--text)}.catalog-select__menu button.is-selected{background:var(--accent);color:var(--accent-ink);font-weight:700}.catalog-filters__reset{border:1px solid var(--line);border-radius:var(--radius-sm);min-height:39px;color:var(--muted-strong);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:8px;margin-top:1px;font-size:10px;font-weight:700;display:inline-flex}.catalog-filters__reset:hover{border-color:var(--accent);color:var(--accent)}.catalog-filters__reset svg{width:14px;height:14px}.catalog-results{width:100%;min-width:0}.catalog-results__bar{min-height:42px;color:var(--muted);justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;font-size:12px;display:flex}.catalog-results__summary{align-items:baseline;gap:6px;display:flex}.catalog-results__summary strong{color:var(--text);font-size:18px}.catalog-results__summary span{color:var(--muted);font-size:11px}.catalog-prefs{align-items:center;gap:18px;display:flex}.catalog-prefs a{color:var(--muted-strong);align-items:center;gap:6px;display:inline-flex}.catalog-prefs a:hover,.catalog-prefs a.is-active{color:var(--accent)}.catalog-prefs svg{width:15px;height:15px}.catalog-chips{flex-wrap:wrap;gap:7px;margin:-6px 0 16px;display:flex}.catalog-chips button{border:1px solid var(--accent-line);background:var(--accent-soft);min-height:30px;color:var(--muted-strong);cursor:pointer;border-radius:999px;align-items:center;gap:7px;padding:0 9px;font-size:9px;font-weight:700;display:inline-flex}.catalog-chips button:hover{border-color:var(--accent);color:var(--accent)}.catalog-chips svg{width:12px;height:12px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid;overflow:visible}.catalog-empty{max-width:36em;color:var(--muted);margin:8px 0 0;font-size:14px;line-height:1.65}.empty-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);max-width:520px;margin-top:8px;padding:28px}.empty-panel h2{color:var(--text);margin:0;font-size:24px;font-weight:700}.empty-panel p{color:var(--muted);margin:10px 0 0;font-size:15px;line-height:1.65}.empty-panel a{color:var(--accent);margin-top:16px;font-weight:700;display:inline-flex}@media (width<=1100px){.catalog-page{padding:24px 20px 56px}.catalog-heading{flex-direction:column;align-items:flex-start}.catalog-layout,.catalog-grid{grid-template-columns:1fr}.catalog-filters{position:static}}@media (width>=760px) and (width<=1100px){.catalog-heading{gap:16px;margin-bottom:24px}.catalog-heading h1{font-size:42px}.catalog-filters{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end}.catalog-filters__header,.catalog-filters__reset{grid-column:1/-1}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.catalog-page{padding:20px 12px 46px}.breadcrumbs{font-size:10px}.catalog-heading{gap:12px;margin:18px 0 20px}.catalog-heading h1{font-size:32px;line-height:1.05}.catalog-heading p{max-width:none;margin-left:0;font-size:14px;line-height:1.55}.catalog-layout{gap:20px}.catalog-filters{border-radius:12px;gap:13px;padding:14px}.catalog-filters__header{grid-template-columns:34px 1fr auto;padding-bottom:12px}.catalog-filters__icon{width:34px;height:34px}.catalog-results__bar{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:14px}.catalog-prefs{gap:8px;width:100%;padding-bottom:2px;overflow-x:auto}.catalog-prefs a{border:1px solid var(--line);background:var(--surface);border-radius:999px;flex:none;min-height:34px;padding:0 10px;font-size:12px}.catalog-grid{gap:12px}}.compare-page{width:100%}.comparison-table-wrapper{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg, var(--surface-2), var(--surface));width:100%;box-shadow:var(--shadow);overflow-x:auto}.comparison-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:640px}.comparison-table th,.comparison-table td{text-align:left;vertical-align:top;border-bottom:1px solid #ffffff0f;padding:18px 20px}.comparison-table thead th{color:var(--text);letter-spacing:-.02em;font-size:15px;font-weight:750}.comparison-table thead th:first-child,.comparison-table tbody th{width:168px;color:var(--muted);font-size:13px;font-weight:650}.comparison-table tbody td{color:var(--muted-strong);font-size:14px;font-weight:650}.comparison-table tbody tr:last-child th,.comparison-table tbody tr:last-child td{border-bottom:0}.comparison-table tbody tr:nth-child(2n) th,.comparison-table tbody tr:nth-child(2n) td{background:#ffffff04}.comparison-table a{color:var(--text)}.comparison-table a:hover{color:var(--lime)}.comparison-table__product{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.comparison-table__product button{width:26px;height:26px;color:var(--muted);cursor:pointer;background:#080b0dd6;border:1px solid #ffffff14;border-radius:8px;flex:none;place-items:center;padding:0;display:grid}.comparison-table__product button:hover{border-color:var(--lime);color:var(--lime)}.comparison-table__product svg{width:12px;height:12px}.compare-empty{max-width:42em;color:var(--muted);margin:8px 0 0;font-size:15px;line-height:1.65}.compare-empty a{color:var(--lime);font-weight:700}@media (width<=760px){.comparison-table thead th:first-child,.comparison-table tbody th{width:120px}.comparison-table th,.comparison-table td{padding:14px 12px}}.favorites-page{align-self:stretch;width:100%}.favorites-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid;overflow:visible}.favorites-empty{max-width:42em;color:var(--muted);margin:8px 0 0;font-size:15px;line-height:1.65}.favorites-empty a{color:var(--lime);font-weight:700}@media (width<=1120px){.favorites-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.favorites-grid{grid-template-columns:1fr}}.site-footer{border:1px solid var(--line);background:color-mix(in srgb, var(--bg-2) 88%, transparent);border-radius:24px;margin:24px 16px 16px}.site-footer__inner{grid-template-columns:1.4fr .7fr .9fr auto;align-items:start;gap:44px;max-width:1280px;margin:0 auto;padding:36px 40px;display:grid}.site-footer__brand strong{color:var(--text);letter-spacing:-.03em;align-items:center;gap:10px;font-size:15px;font-weight:700;display:inline-flex}.site-footer__brand svg{width:22px;height:22px;color:var(--accent)}.site-footer p{max-width:390px;color:var(--muted);margin:12px 0 0;font-size:13px;line-height:1.6}.footer-telegram{color:var(--accent);align-items:center;gap:10px;margin-top:18px;font-size:13px;font-weight:650;display:inline-flex}.footer-telegram svg{flex:none;width:20px;height:20px}.footer-telegram span,.footer-telegram small{display:block}.footer-telegram small{color:var(--muted);font-family:var(--mono);margin-top:2px;font-size:11px;font-weight:500}.site-footer nav,.site-footer__legal{color:var(--muted-strong);gap:9px;font-size:13px;display:grid}.site-footer nav span{color:var(--muted);font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:600}.site-footer nav a:hover,.footer-telegram:hover{color:var(--accent)}.site-footer__legal{color:var(--muted);text-align:right}@media (width<=900px){.site-footer{border-radius:18px;margin:16px 10px 10px}.site-footer__inner{grid-template-columns:1fr 1fr;gap:28px;padding:28px 20px}.site-footer__brand,.site-footer__legal{grid-column:1/-1}.site-footer__legal{text-align:left}}.mega{z-index:40;border:1px solid var(--line);background:radial-gradient(80% 70% at 8% 0%, #4ee4c81a, transparent 42%), var(--bg-2);box-shadow:var(--shadow);transform-origin:120px 0;border-radius:22px;padding:28px 32px 22px;animation:.22s cubic-bezier(.22,1,.36,1) both mega-in;position:absolute;top:calc(100% + 10px);left:16px;right:16px}.mega--closing{pointer-events:none;animation:.16s ease-in both mega-out}@keyframes mega-in{0%{opacity:0;transform:translateY(-10px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes mega-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-8px)scale(.985)}}@media (prefers-reduced-motion:reduce){.mega,.mega--closing{animation-duration:1ms}}.mega__head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.mega__kicker{color:var(--accent);font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;margin:0 0 6px;font-size:11px;font-weight:600}.mega__title{color:var(--text);letter-spacing:-.03em;margin:0;font-size:28px;font-weight:650;line-height:1.15}.mega__all{color:var(--accent);align-items:center;gap:8px;font-size:14px;font-weight:600;display:inline-flex}.mega__all svg{width:15px;height:15px}.mega__grid{grid-template-columns:1.15fr .95fr .72fr;min-height:430px;display:grid}.mega__col{min-width:0}.mega__col--popular{border-left:1px solid var(--line);border-right:1px solid var(--line);padding:0 28px}.mega__col--services{flex-direction:column;padding-left:28px;display:flex}.mega__label{color:var(--muted);font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;margin:0 0 14px;font-size:11px;font-weight:600}.mega__cats,.mega__products,.mega__services{margin:0;padding:0;list-style:none}.mega__cat{color:var(--text);border-radius:16px;grid-template-columns:48px 1fr 16px;align-items:center;gap:14px;padding:10px 14px 10px 10px;display:grid}.mega__cat:hover{background:var(--surface)}.mega__cat strong{font-size:15px;font-weight:650;display:block}.mega__cat small{color:var(--muted);margin-top:2px;font-size:12.5px;display:block}.mega__cat>svg,.mega__services a svg{width:16px;height:16px;color:var(--muted)}.cat-icon{border:1px solid var(--accent-line);width:48px;height:48px;color:var(--accent);background:var(--accent-soft);border-radius:14px;place-items:center;display:grid}.cat-icon svg{width:16px;height:16px;color:inherit}.mega__product{color:var(--text);grid-template-columns:72px 1fr;align-items:center;gap:14px;padding:8px 0;display:grid}.mega__product img{object-fit:cover;background:#f4f4f2;border-radius:12px;width:72px;height:56px}.mega__product strong{font-size:15px;font-weight:650;display:block}.mega__product small{color:var(--muted);letter-spacing:.02em;margin:2px 0 6px;font-size:12px;display:block}.mega__product em{color:var(--accent);font-size:14px;font-style:normal;font-weight:700;display:block}.mega__services a{border-bottom:1px solid var(--line);color:var(--text);justify-content:space-between;align-items:center;padding:13px 0;font-size:15px;display:flex}.mega__note{color:var(--muted);max-width:18em;margin-top:auto;padding-top:28px;font-size:13px;line-height:1.45}@media (width<=1100px){.mega{max-height:calc(100vh - 172px);padding:20px;left:10px;right:10px;overflow:auto}.mega__title{font-size:22px}.mega__grid{grid-template-columns:1fr;gap:24px;min-height:0}.mega__col--popular,.mega__col--services{border:0;padding:0}}@media (width<=760px){.mega{border-radius:16px;max-height:calc(100vh - 188px);padding:16px;top:calc(100% + 8px);left:8px;right:8px}.mega__head{flex-direction:column;align-items:flex-start;margin-bottom:16px}.mega__title{font-size:20px}.mega__grid{gap:20px}.mega__cat{border-radius:12px;grid-template-columns:42px 1fr 14px;gap:10px;padding:9px}.cat-icon{border-radius:12px;width:42px;height:42px}.mega__cat strong,.mega__product strong,.mega__services a{font-size:14px}.mega__cat small{font-size:12px}.mega__product{grid-template-columns:64px 1fr;gap:11px}.mega__product img{border-radius:10px;width:64px;height:50px}}.topbar{z-index:30;padding:12px 16px 0;position:sticky;top:0}.topbar__shell{border:1px solid var(--line);background:color-mix(in srgb, var(--bg-2) 82%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:20px;max-width:1280px;margin:0 auto;position:relative;box-shadow:0 12px 40px #00000047}.topbar__bar{grid-template-columns:auto auto minmax(240px,1fr) auto auto;align-items:center;gap:10px;min-height:64px;padding:8px 10px 6px;display:grid}.brand{color:var(--text);align-items:center;gap:10px;padding-left:6px;display:flex}.brand__icon{width:34px;height:34px;color:var(--accent)}.brand strong{letter-spacing:-.03em;font-size:15px;font-weight:700;line-height:1.1;display:block}.brand em{color:var(--accent);margin-left:1px;font-style:normal;font-weight:700}.brand small{color:var(--muted);font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;margin-top:3px;font-size:10px;display:block}.catalog-btn,.order-btn,.cart-btn,.search{border-radius:var(--radius-sm);height:44px}.catalog-btn{border:1px solid var(--line-strong);background:color-mix(in srgb, var(--surface) 70%, transparent);color:var(--text);font:inherit;cursor:pointer;align-items:center;gap:8px;padding:0 14px;font-size:14px;font-weight:650;display:inline-flex}.catalog-btn:hover,.catalog-btn.is-open{border-color:var(--accent-line);color:var(--accent)}.catalog-btn svg:first-child{width:16px;height:16px}.catalog-btn svg:last-child{width:11px;height:11px;transition:transform .2s}.catalog-btn.is-open svg:last-child{transform:rotate(180deg)}@media (prefers-reduced-motion:reduce){.catalog-btn svg:last-child{transition:none}}.search{border:1px solid var(--line);background:color-mix(in srgb, var(--bg) 70%, transparent);color:var(--muted);align-items:center;gap:10px;padding:0 14px;display:flex}.search:focus-within{border-color:var(--accent-line);box-shadow:0 0 0 3px var(--accent-ring)}.search svg{flex:none;width:16px;height:16px}.search input{width:100%;color:var(--text);font:inherit;background:0 0;border:0;outline:none;font-size:14px}.search input::placeholder{color:var(--muted)}.order-btn{background:var(--accent);min-width:204px;color:var(--accent-ink);grid-template-columns:18px 1fr 16px;align-items:center;gap:10px;padding:0 12px 0 14px;display:grid}.order-btn:hover{background:#73eed6}.order-btn svg{width:16px;height:16px}.order-btn strong{font-size:13px;font-weight:700;line-height:1.1;display:block}.order-btn small{font-family:var(--mono);opacity:.72;margin-top:2px;font-size:10px;display:block}.cart-btn{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 70%, transparent);color:var(--text);align-items:center;gap:8px;padding:0 12px 0 14px;font-size:13px;font-weight:600;display:inline-flex;position:relative}.cart-btn:hover{border-color:var(--accent-line)}.cart-btn svg{width:16px;height:16px}.cart-btn b{background:var(--accent);min-width:18px;height:18px;color:var(--accent-ink);font-family:var(--mono);border-radius:99px;place-items:center;margin-left:2px;font-size:10px;font-weight:700;display:grid}.topbar__links{scrollbar-width:none;gap:2px;padding:0 10px 8px;display:flex;overflow-x:auto}.topbar__links::-webkit-scrollbar{display:none}.topbar__links a{color:var(--muted-strong);border-radius:8px;flex:none;padding:6px 10px;font-size:12px;font-weight:550}.topbar__links a:hover,.topbar__links a.is-active{background:var(--accent-soft);color:var(--accent)}@media (width<=1100px){.topbar{padding:8px 10px 0}.topbar__bar{grid-template-columns:1fr auto auto;grid-template-areas:"brand order cart""catalog catalog catalog""search search search"}.brand{grid-area:brand}.catalog-btn{grid-area:catalog;justify-content:center}.search{grid-area:search}.order-btn{grid-area:order;min-width:0}.cart-btn{grid-area:cart}}@media (width<=760px){.topbar{padding:6px 8px 0}.topbar__shell{border-radius:16px}.topbar__bar{grid-template-columns:1fr auto auto;gap:8px;min-height:0;padding:8px}.brand{min-width:0;padding-left:0}.brand__icon{flex:none;width:30px;height:30px}.brand span{min-width:0}.brand strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.brand small,.order-btn small,.cart-btn{font-size:0}.brand small{display:none}.order-btn{grid-template-columns:18px;place-items:center;width:44px;min-width:44px;padding:0}.order-btn span,.order-btn>svg:last-child{display:none}.cart-btn{justify-content:center;gap:0;width:44px;padding:0}.cart-btn b{position:absolute;transform:translate(12px,-12px)}.catalog-btn{min-height:44px}.search{padding:0 12px}.topbar__links{gap:6px;padding:0 8px 8px}.topbar__links a{min-height:34px;padding:8px 10px}}@media (width<=420px){.brand strong{max-width:158px}.catalog-btn{justify-content:space-between;padding:0 12px}}.hero{border:1px solid var(--line);background:var(--bg-2);border-radius:24px;min-height:620px;margin:14px 16px 0;padding:48px 40px 32px;position:relative;overflow:hidden}.hero__media{pointer-events:none;position:absolute;inset:0}.hero__media img{object-fit:cover;object-position:72% 48%;width:100%;height:100%;position:absolute;inset:0}.hero:after{content:"";pointer-events:none;background:linear-gradient(90deg,#07090f 26%,#07090fd1 44%,#07090f38 64%,#0000 82%),linear-gradient(#07090f2e 0%,#0000 28%,#07090f8c 100%);position:absolute;inset:0}.hero__inner{z-index:1;flex-direction:column;max-width:1280px;min-height:520px;margin:0 auto;display:flex;position:relative}.hero__kicker{color:var(--accent);font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;margin:0 0 16px;font-size:12px;font-weight:600}.hero__inner h1{color:#fff;letter-spacing:-.045em;max-width:14em;margin:0;font-size:clamp(34px,4.6vw,58px);font-weight:700;line-height:1.08}.hero__copy{max-width:38em;color:var(--muted-strong);margin:18px 0 0;font-size:16px;line-height:1.6}.hero__actions{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.proof-rail{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;max-width:920px;margin-top:auto;padding-top:40px;display:grid}.proof-item{border:1px solid var(--line);border-radius:var(--radius-sm);background:color-mix(in srgb, var(--bg) 62%, transparent);min-height:92px;color:var(--accent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);grid-template-columns:18px 1fr;align-items:start;gap:12px;padding:14px 16px;display:grid}.proof-item svg{width:16px;height:16px;margin-top:2px}.proof-item strong{color:var(--text);letter-spacing:-.02em;font-size:13px;font-weight:650;display:block}.proof-item span{color:var(--muted);margin-top:4px;font-size:12px;line-height:1.45;display:block}@media (width<=1100px){.hero{border-radius:18px;min-height:0;margin:10px 10px 0;padding:28px 20px 24px}.hero__media img{object-position:80% 40%}.hero__inner{min-height:0}.proof-rail{grid-template-columns:1fr 1fr;max-width:none;padding-top:28px}}@media (width<=640px){.proof-rail{grid-template-columns:1fr}.hero__actions .btn{width:100%}}.home-inner{max-width:1280px;margin:0 auto;padding:56px 40px}.home-eyebrow{color:var(--accent);font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:600;line-height:1.2;display:block}.home-heading{align-items:baseline;gap:26px;margin-bottom:24px;display:flex}.home-heading h2{color:var(--text);letter-spacing:-.04em;margin:0;font-size:clamp(28px,2.1vw,38px);font-weight:700;line-height:1.1}.home-heading--split{justify-content:space-between;align-items:flex-end}.home-heading--split .home-eyebrow,.home-heading--split h2{margin-bottom:0}.home-heading--split p{max-width:380px;color:var(--muted);text-align:right;margin:0;font-size:14px;line-height:1.55}.home-trust{margin-top:8px}.trust-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.trust-card{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg, color-mix(in srgb, var(--accent) 6%, var(--surface)), var(--surface));min-height:168px;padding:22px}.trust-card svg{width:22px;height:22px;color:var(--accent)}.trust-card h3,.trust-card p{margin:0}.trust-card h3{color:var(--text);margin-top:22px;font-size:15px;font-weight:650;line-height:1.25}.trust-card p{color:var(--muted);margin-top:8px;font-size:13px;line-height:1.55}.maker-strip{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;margin-top:28px;padding-top:22px;display:flex}.maker-strip .home-eyebrow{flex:none;margin:0}.maker-list{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.maker-list span{border:1px solid var(--line);color:var(--muted-strong);font-family:var(--mono);border-radius:999px;padding:8px 12px;font-size:11px;font-weight:600}.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:28px;display:grid}.metric-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);gap:4px;padding:20px;display:grid}.metric-card strong{color:var(--accent);font-family:var(--mono);font-size:clamp(24px,3vw,34px);font-weight:600;line-height:1}.metric-card span{color:var(--text);font-size:14px;font-weight:650}.metric-card small{color:var(--muted);font-size:12px}.home-tasks{border-top:1px solid var(--line)}.task-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.task-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);flex-direction:column;min-height:172px;padding:22px;transition:border-color .18s,transform .18s;display:flex}.task-card:hover{border-color:var(--accent-line);transform:translateY(-2px)}.task-card strong{max-width:190px;color:var(--text);font-size:15px;font-weight:700;line-height:1.3}.task-card span{color:var(--muted);margin-top:12px;font-size:13px;line-height:1.55}.task-card svg{width:16px;height:16px;color:var(--accent);margin-top:auto}.home-process{border-top:1px solid var(--line)}.process-grid{grid-template-columns:.8fr 1.2fr;align-items:center;gap:clamp(36px,7vw,110px);padding-top:72px;padding-bottom:76px;display:grid}.process-grid h2{color:var(--text);letter-spacing:-.045em;margin:0;font-size:clamp(34px,3.5vw,54px);font-weight:700;line-height:1.08}.process-grid>div:first-child p{max-width:500px;color:var(--muted);margin:22px 0 0;line-height:1.7}.process-list{gap:0;margin:0;display:grid}.process-list div{border-bottom:1px solid var(--line);grid-template-columns:54px 1fr;gap:18px;padding:19px 0;display:grid}.process-list dt{color:var(--accent);font-family:var(--mono);font-size:13px;font-weight:600}.process-list dd{margin:0}.process-list strong,.process-list span{display:block}.process-list strong{color:var(--text);font-size:16px;font-weight:700}.process-list span{color:var(--muted);margin-top:6px;font-size:13px;line-height:1.55}.home-seo{border-top:1px solid var(--line)}.home-seo__heading{max-width:780px}.home-seo__heading h2{color:var(--text);letter-spacing:-.045em;margin:0;font-size:clamp(30px,3vw,46px);font-weight:700;line-height:1.08}.home-seo__copy{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 42px;max-width:1140px;margin-top:30px;display:grid}.home-seo__copy p{color:var(--muted-strong);margin:0;font-size:14px;line-height:1.75}.home-faq{border-top:1px solid var(--line)}.faq-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.faq-list details{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:18px 20px}.faq-list summary{color:var(--text);cursor:pointer;align-items:center;gap:10px;font-size:14px;font-weight:700;line-height:1.4;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:before{content:"";border-top:5px solid #0000;border-bottom:5px solid #0000;border-left:7px solid var(--accent);flex:none;width:0;height:0}.faq-list details[open] summary:before{transform:rotate(90deg)}.faq-list p{color:var(--muted);margin:14px 0 0;font-size:13px;line-height:1.65}.service-band{border:1px solid var(--accent-line);background:radial-gradient(80% 140% at 0% 50%, var(--accent-dim), transparent 55%), var(--surface);border-radius:24px;margin:0 16px}.service-band .home-inner{padding-top:32px;padding-bottom:32px}.service-band__inner{justify-content:space-between;align-items:center;gap:30px;min-height:132px;display:flex}.service-band h2,.service-band p{margin:0}.service-band h2{color:var(--text);letter-spacing:-.035em;font-size:clamp(24px,2.5vw,36px);font-weight:700;line-height:1.15}.service-band p{max-width:720px;color:var(--muted-strong);margin-top:10px;line-height:1.6}.service-band .btn{white-space:nowrap;flex:none}@media (width<=1100px){.home-inner{padding:36px 20px}.home-heading--split,.maker-strip,.service-band__inner{flex-direction:column;align-items:flex-start}.home-heading--split p{text-align:left}.trust-grid,.task-grid{grid-template-columns:1fr 1fr}.metric-grid,.home-seo__copy,.faq-list,.process-grid{grid-template-columns:1fr}.process-grid{padding-top:40px;padding-bottom:48px}.maker-list{justify-content:flex-start}.service-band{border-radius:18px;margin:0 10px}}@media (width<=640px){.trust-grid,.task-grid{grid-template-columns:1fr}}.info-page{align-self:stretch;width:100%}.info-heading{margin:22px 0 32px}.info-heading h1{color:var(--text);letter-spacing:-.05em;margin:0;font-size:clamp(38px,4vw,62px);font-weight:750;line-height:1}.info-heading p{max-width:720px;color:var(--muted);margin:16px 0 0;font-size:16px;line-height:1.65}.info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.info-grid article{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg, color-mix(in srgb, var(--accent) 6%, var(--surface)), var(--surface));min-height:170px;padding:22px}.info-grid svg{width:25px;height:25px;color:var(--lime)}.info-grid h2,.info-details h2,.info-faq h2,.service-form h2{color:var(--text);letter-spacing:-.03em;margin:14px 0 0;font-size:20px;font-weight:750}.info-grid p,.info-details p{color:var(--muted);margin:10px 0 0;font-size:14px;line-height:1.65}.info-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:28px;display:grid}.info-details section{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:26px}.info-details h2{margin-top:0;font-size:24px}.info-faq{margin-top:34px}.info-faq h2{margin:0 0 18px;font-size:clamp(25px,3vw,38px)}.info-faq>div{gap:10px;display:grid}.info-faq details{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface)}.info-faq summary{cursor:pointer;color:var(--text);padding:17px 19px;font-size:14px;font-weight:800}.info-faq details p{color:var(--muted);padding:0 19px 18px;font-size:13px;line-height:1.65}.info-cta{background:var(--accent);height:48px;color:var(--accent-ink);border-radius:14px;align-items:center;gap:10px;margin-top:28px;padding:0 20px;font-size:15px;font-weight:750;display:inline-flex}.info-cta svg{width:16px;height:16px}.service-form{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);margin-top:34px;padding:clamp(22px,3vw,32px);position:relative}.service-form__top{justify-content:space-between;align-items:center;gap:18px;margin-bottom:22px;display:flex}.service-form__top>div>span{color:var(--accent);font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:700}.service-form__top h2{margin-top:5px}.service-form--done{gap:12px;display:grid}.service-form--done h2{margin:0}.service-form--done a,.service-form__telegram{color:var(--lime);align-items:center;gap:10px;font-weight:800;display:inline-flex}.service-form__telegram{border:1px solid var(--accent-line);border-radius:var(--radius-sm);background:var(--accent-soft);flex:none;padding:14px 16px}.service-form__telegram strong,.service-form__telegram small{display:block}.service-form__telegram small{color:var(--muted-strong);margin-top:3px;font-size:12px}.service-form__telegram svg,.service-form--done svg{width:18px;height:18px}.service-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px;display:grid}.service-form label{color:var(--muted-strong);gap:8px;font-size:13px;font-weight:700;display:grid}.service-form input,.service-form textarea{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--bg-2);width:100%;color:var(--text);font:inherit;padding:12px 14px;font-weight:500}.service-form input:focus,.service-form textarea:focus{outline:1px solid var(--lime);border-color:var(--lime)}.service-form label small{color:var(--muted);font-size:12px;font-weight:500}.service-form__full{grid-column:1/-1}.service-form__honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.service-form__consent{color:var(--muted-strong);align-items:flex-start;gap:10px;margin-top:18px;font-size:13px;font-weight:600;display:flex}.service-form__consent input{width:16px;height:16px;accent-color:var(--lime);margin-top:2px;padding:0}.service-form__error{color:var(--danger);margin:12px 0 0;font-size:13px}.service-form__submit{border-radius:var(--radius-sm);background:var(--accent);min-height:50px;color:var(--accent-ink);cursor:pointer;border:0;justify-content:center;align-items:center;margin-top:18px;padding:0 22px;font-size:14px;font-weight:800;display:inline-flex}.service-form__submit:hover{background:#73eed6}@media (width<=1100px){.info-grid,.info-details,.service-form__grid{grid-template-columns:1fr}}@media (width<=640px){.info-heading{margin-top:16px}.info-heading h1{font-size:32px}.info-grid article,.info-details section,.service-form{padding:18px}.service-form__top{flex-direction:column;align-items:stretch}.service-form__telegram{width:100%}}.product-page{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:start;gap:clamp(28px,3.5vw,52px);display:grid;overflow:visible}.product-page .breadcrumbs,.product-details-grid,.product-seo,.related-products{grid-column:1/-1}.product-gallery-shell{min-width:0}.product-gallery{aspect-ratio:16/10;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,#1a2230,#121826);position:relative;overflow:hidden}.product-gallery__open{z-index:1;cursor:zoom-in;background:0 0;border:0;width:100%;padding:0;display:block;position:absolute;inset:0;overflow:hidden}.product-gallery img,.product-viewer img{object-fit:contain;width:100%;height:100%;padding:clamp(18px,2.8vw,42px)}.product-gallery__hint,.product-gallery__counter,.product-viewer__counter{z-index:3;min-height:32px;color:var(--text);pointer-events:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#080b0dd1;border:1px solid #ffffff2e;border-radius:6px;align-items:center;padding:0 10px;font-size:11px;font-weight:800;display:inline-flex;position:absolute}.product-gallery__hint{gap:7px;font-size:10px;bottom:14px;right:14px}.product-gallery__hint svg{width:15px;height:15px}.product-gallery__counter{top:14px;right:14px}.product-gallery__arrow,.product-viewer__arrow,.product-viewer__close{z-index:4;width:44px;height:44px;color:var(--text);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#080b0dc7;border:1px solid #fff3;border-radius:50%;place-items:center;padding:0;display:grid;position:absolute}.product-gallery__arrow:hover,.product-viewer__arrow:hover,.product-viewer__close:hover{border-color:var(--lime);background:var(--accent);color:var(--accent-ink)}.product-gallery__arrow svg,.product-viewer__arrow svg{width:18px;height:18px}.product-gallery__arrow--previous,.product-viewer__arrow--previous{top:50%;left:14px;transform:translateY(-50%)scaleX(-1)}.product-gallery__arrow--next,.product-viewer__arrow--next{top:50%;right:14px;transform:translateY(-50%)}.product-summary{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg, var(--accent-soft), transparent 38%), var(--surface);min-width:0;padding:clamp(22px,2.4vw,32px)}.product-summary__id{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;font-size:11px;display:flex}.inspection-status{color:var(--lime);white-space:nowrap;align-items:center;gap:5px;font-weight:700;display:inline-flex}.inspection-status svg{width:16px;height:16px}.inspection-status--out-of-stock{color:var(--danger)}.product-summary h1{color:var(--text);letter-spacing:-.045em;overflow-wrap:anywhere;margin:18px 0 0;font-size:clamp(30px,2.8vw,44px);font-weight:750;line-height:1.08}.product-summary__description{color:var(--muted-strong);margin:18px 0 0;line-height:1.7}.product-summary__price{align-items:baseline;gap:18px;margin:25px 0;display:flex}.product-summary__price strong{color:var(--text);letter-spacing:-.04em;font-size:34px;font-weight:750}.product-summary__old-price{color:var(--muted);text-decoration:line-through}.product-cart{border-radius:var(--radius-sm);background:var(--accent);width:100%;min-height:50px;color:var(--accent-ink);cursor:pointer;border:0;justify-content:center;align-items:center;gap:9px;font-size:14px;font-weight:800;display:inline-flex}.product-cart:hover:not(:disabled){background:#73eed6}.product-cart.is-disabled,.product-cart:disabled{color:var(--muted);cursor:not-allowed;background:#24303a}.product-assurances{color:var(--muted);gap:10px;margin-top:20px;font-size:12px;display:grid}.product-assurances span{align-items:center;gap:9px;display:flex}.product-assurances svg{width:17px;height:17px;color:var(--lime);flex:none}.product-details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:6px;display:grid}.detail-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:26px}.detail-panel h2,.product-seo h2,.related-products h2,.product-decision-grid h2{color:var(--text);margin:0 0 20px;font-size:22px;font-weight:750}.detail-panel dl,.detail-panel ul{margin:0;padding:0}.detail-panel dl div{border-bottom:1px solid #ffffff0f;justify-content:space-between;gap:20px;padding:11px 0;display:flex}.detail-panel dt,.detail-panel li{color:var(--muted)}.detail-panel dd{color:var(--muted-strong);text-align:right;margin:0;font-weight:650}.detail-panel ul{gap:13px;list-style:none;display:grid}.detail-panel li{align-items:flex-start;gap:10px;display:flex}.detail-panel li svg,.product-decision-grid li svg{width:18px;height:18px;color:var(--lime);flex:none}.detail-panel--source{grid-column:1/-1}.detail-panel--source p{color:var(--muted);margin:0;line-height:1.7}.product-seo,.related-products{gap:34px;margin-top:10px;display:grid}.product-seo>header,.related-products>header{border-bottom:1px solid #ffffff0f;gap:7px;padding-bottom:20px;display:grid}.product-seo>header span,.related-products>header span,.product-conversion span{color:var(--lime);letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:800}.product-seo h2,.related-products h2{letter-spacing:-.035em;margin:0;font-size:clamp(25px,3vw,38px)}.product-seo__intro{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.product-seo__intro p,.product-seo section p,.product-conversion p{color:var(--muted-strong);margin:0;line-height:1.8}.product-seo>section{gap:18px;display:grid}.product-benefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.product-benefits article{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:22px}.product-benefits h3{color:var(--text);margin:0 0 9px;font-size:16px}.product-benefits p{color:var(--muted);margin:0;font-size:13px;line-height:1.65}.product-decision-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.product-decision-grid section{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:25px}.product-decision-grid h2{font-size:23px}.product-decision-grid ul{gap:12px;margin:18px 0 0;padding:0;list-style:none;display:grid}.product-decision-grid li{color:var(--muted-strong);gap:9px;font-size:13px;line-height:1.65;display:flex}.product-faq{gap:10px;display:grid}.product-faq details{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface)}.product-faq summary{cursor:pointer;color:var(--text);padding:17px 19px;font-size:14px;font-weight:800}.product-faq details p{color:var(--muted);padding:0 19px 18px;font-size:13px}.product-conversion{border:1px solid var(--accent-line);border-radius:var(--radius);background:linear-gradient(135deg, var(--accent-dim), var(--surface) 55%);justify-content:space-between;align-items:center;gap:26px;padding:clamp(24px,4vw,40px);display:flex}.product-conversion>div{gap:8px;max-width:760px;display:grid}.product-conversion h2{margin:0;font-size:clamp(24px,3vw,36px)}.product-conversion a{border:1px solid var(--lime);min-height:48px;color:var(--lime);border-radius:7px;flex:none;align-items:center;gap:9px;padding:0 18px;font-size:13px;font-weight:800;display:inline-flex}.product-conversion a:hover{background:var(--accent);color:var(--accent-ink)}.product-conversion svg{width:18px;height:18px}.related-products>header{grid-template-columns:1fr auto;align-items:end}.related-products>header span{grid-column:1/-1}.related-products>header a{color:var(--lime);align-items:center;gap:7px;font-size:12px;font-weight:800;display:inline-flex}.related-products>header svg{width:15px;height:15px}.product-related-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid;overflow:visible}.product-viewer{z-index:80;background:#080b0df2;place-items:center;display:grid;position:fixed;inset:0}.product-viewer img{max-width:min(92vw,1100px);max-height:82vh;padding:0}.product-viewer__close{top:20px;right:20px}.product-viewer__counter{pointer-events:none;bottom:20px;right:20px}.product-missing h1{color:var(--text);margin:0;font-size:clamp(32px,4vw,48px)}.product-missing p{max-width:36em;color:var(--muted)}.product-missing__cta{color:var(--lime);margin-top:18px;font-weight:800;display:inline-flex}@media (width<=1100px){.product-page,.product-seo__intro,.product-benefits,.product-decision-grid,.product-details-grid,.product-related-grid{grid-template-columns:1fr}.product-conversion{flex-direction:column;align-items:flex-start}.related-products>header{grid-template-columns:1fr}}:root{--bg:#07090f;--bg-2:#0a0e16;--surface:#10161f;--surface-2:#151c28;--line:#94b0dc24;--line-strong:#94b0dc3d;--text:#eef3fb;--muted:#8d97ab;--muted-strong:#b7c0d0;--accent:#4ee4c8;--accent-2:#7aa2ff;--accent-ink:#06241f;--accent-soft:color-mix(in srgb, var(--accent) 10%, transparent);--accent-dim:color-mix(in srgb, var(--accent) 16%, transparent);--accent-line:color-mix(in srgb, var(--accent) 32%, transparent);--accent-ring:color-mix(in srgb, var(--accent) 18%, transparent);--ok:#4ee4c8;--danger:#ff7a8c;--warn:#e8c56a;--lime:var(--accent);--sans:"Outfit", system-ui, sans-serif;--mono:"IBM Plex Mono", ui-monospace, monospace;--radius:14px;--radius-sm:10px;--shadow:0 18px 48px #00000052}*{box-sizing:border-box}html,body,#root{min-height:100%}html{scrollbar-width:thin;scrollbar-color:#334055 #07090f}html::-webkit-scrollbar{width:10px;height:10px}html::-webkit-scrollbar-track{background:#07090f}html::-webkit-scrollbar-thumb{background:#334055;border:2px solid #07090f;border-radius:999px}html::-webkit-scrollbar-thumb:hover{background:var(--accent)}html::-webkit-scrollbar-corner{background:#07090f}body{color:var(--text);background:radial-gradient(1100px 520px at 88% -8%, #4ee4c817, transparent 52%), radial-gradient(900px 480px at -8% 12%, #7aa2ff14, transparent 48%), var(--bg);font:16px/1.45 var(--sans);margin:0}::selection{background:var(--accent);color:var(--accent-ink)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.app-shell{background:linear-gradient(#94b0dc09 1px,#0000 1px) 0 0/56px 56px,linear-gradient(90deg,#94b0dc09 1px,#0000 1px) 0 0/56px 56px,0 0;flex-direction:column;min-height:100vh;display:flex}.page{max-width:1280px;color:var(--muted);margin:0 auto;padding:48px 24px 80px}.page h1{color:var(--text);letter-spacing:-.05em;margin:0;font-size:clamp(36px,4vw,52px);font-weight:700}.page p{max-width:36em;margin:16px 0 0;line-height:1.65}.btn{border-radius:var(--radius-sm);letter-spacing:-.01em;justify-content:center;align-items:center;gap:10px;min-height:46px;padding:0 18px;font-size:14px;font-weight:650;transition:background .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.btn svg{width:16px;height:16px}.btn--primary{background:var(--accent);color:var(--accent-ink);border:0}.btn--primary:hover{background:#73eed6}.btn--ghost{border:1px solid var(--line-strong);color:var(--text);background:#10161f8c}.btn--ghost:hover{border-color:var(--accent-line);color:var(--accent)}
