@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Unbounded:wght@600;700&display=swap');
:root{--red:#d90812;--red-dark:#a80008;--ink:#121416;--muted:#687079;--paper:#f3f4f4;--line:#dfe2e3;--white:#fff;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font:15px/1.65 Manrope,Arial,sans-serif;background:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin:auto}.header{height:86px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.96);position:sticky;top:0;z-index:20}.header__row{height:100%;display:flex;align-items:center;gap:55px}.logo{width:142px;height:58px;background:var(--red);color:#fff;border-radius:50%;border:3px double #fff;outline:2px solid var(--red);display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Georgia,serif;line-height:1}.logo span{font-size:22px;letter-spacing:2px}.logo small{font-size:12px;margin-top:5px}.nav{display:flex;gap:32px;font-weight:600}.nav a:hover{color:var(--red)}.header__contact{margin-left:auto;display:flex;flex-direction:column;text-align:right}.header__contact a{font-size:17px;font-weight:800}.header__contact small{color:var(--muted)}.menu{display:none;border:0;background:none;font-size:25px}.hero{background:var(--ink);color:#fff;overflow:hidden}.hero__grid{min-height:650px;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:60px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:800;color:var(--red)}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Unbounded,Manrope,sans-serif;line-height:1.1;letter-spacing:-.04em}.hero h1{font-size:clamp(42px,6vw,78px);max-width:800px;margin:20px 0 28px}.hero p{font-size:18px;max-width:650px;color:#b8bdc0}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:#fff;border:0;padding:15px 24px;border-radius:9px;font:700 14px Manrope;cursor:pointer}.button:hover{background:var(--red-dark)}.button--ghost{background:transparent;border:1px solid #555}.hero__actions{display:flex;gap:12px}.hero__facts{display:flex;gap:38px;margin-top:60px;color:#aeb3b5}.hero__facts span{display:flex;flex-direction:column}.hero__facts b{color:#fff;font-size:20px}.hero__visual{height:460px;position:relative}.radar{position:absolute;inset:20px;border-radius:50%;border:1px solid #444;background:repeating-radial-gradient(circle,transparent 0 56px,#2b2e30 57px 58px),linear-gradient(145deg,transparent 49.8%,var(--red) 50%,transparent 50.5%)}.radar:after{content:"";position:absolute;inset:20%;background:radial-gradient(circle,var(--red) 0 5px,transparent 6px);border:1px solid #373a3c;border-radius:50%}.hero__card{position:absolute;right:0;bottom:0;background:#fff;color:var(--ink);padding:23px 28px;border-radius:12px;display:flex;flex-direction:column}.hero__card small{color:var(--muted)}.section{padding-top:100px;padding-bottom:100px}.section__head{display:flex;align-items:end;justify-content:space-between;margin-bottom:40px}.section h2,.page-head h1{font-size:clamp(30px,4vw,48px);margin:10px 0}.section__head>a,.back{font-weight:700;color:var(--red)}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.category-card{background:var(--paper);padding:30px;border-radius:var(--radius);min-height:260px;display:flex;flex-direction:column;transition:.2s}.category-card:hover{background:var(--red);color:#fff;transform:translateY(-4px)}.category-card__num{font-weight:800;color:var(--red)}.category-card:hover .category-card__num{color:#fff}.category-card h3{font-size:21px;margin:32px 0 10px}.category-card p{color:var(--muted)}.category-card:hover p{color:#fff}.category-card b{margin-top:auto}.section--dark{background:var(--ink);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{background:#fff;border-radius:var(--radius);overflow:hidden;color:var(--ink);border:1px solid var(--line)}.product-card__image{height:245px;background:#eceeee;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:contain;padding:20px}.product-card__image span{font:700 22px/1.1 Unbounded;text-align:center;color:#c8cbcc}.product-card__body{padding:22px}.product-card__body>small{color:var(--red);font-weight:700}.product-card h3{font-size:16px;line-height:1.35;margin:9px 0}.product-card p{color:var(--muted);font-size:13px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__bottom{display:flex;justify-content:space-between;align-items:center;margin-top:18px}.product-card__bottom a{background:var(--ink);color:#fff;width:34px;height:34px;border-radius:50%;display:grid;place-items:center}.trust{display:grid;grid-template-columns:1fr 1fr;gap:100px}.trust>div>p{font-size:19px;color:var(--muted)}.trust__items{display:grid;grid-template-columns:1fr 1fr;gap:14px}.trust__items span{border-top:1px solid var(--line);padding-top:12px;font-weight:700}.lead{background:var(--paper);border-radius:28px;padding:60px;display:grid;grid-template-columns:1fr 1fr;gap:80px}.request-form{display:grid;grid-template-columns:1fr 1fr;gap:15px}.request-form label,.admin-form label,.filter label{display:flex;flex-direction:column;font-size:12px;font-weight:700;gap:5px}.request-form label:nth-of-type(4),.request-form>small{grid-column:span 2}input,textarea,select{width:100%;border:1px solid var(--line);background:#fff;border-radius:8px;padding:12px 13px;font:14px Manrope;color:var(--ink)}textarea{resize:vertical}.footer{background:#0b0c0d;color:#a9adaf;padding-top:70px}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:80px}.logo--footer{margin-bottom:24px}.footer__grid>div{display:flex;flex-direction:column;gap:8px}.footer__grid b{color:#fff;margin-bottom:12px}.footer__bottom{border-top:1px solid #292b2d;margin-top:50px;padding:24px 0;font-size:12px}.page-head{background:var(--paper);padding:80px 0}.page-head p{color:var(--muted);font-size:18px}.catalog{display:grid;grid-template-columns:250px 1fr;gap:45px;align-items:start}.filter{display:flex;flex-direction:column;gap:18px;position:sticky;top:115px}.catalog__bar{margin-bottom:20px}.product-grid--light{grid-template-columns:repeat(3,1fr)}.product{display:grid;grid-template-columns:1fr 1fr;gap:70px}.product__image{height:560px;background:var(--paper);border-radius:24px;display:flex;justify-content:center;align-items:center}.product__image img{width:100%;height:100%;object-fit:contain;padding:40px}.product__image span{font:700 30px Unbounded;color:#bbb;text-align:center}.product__info{padding-top:35px}.product__info>small{display:block;color:var(--muted);margin:30px 0 12px}.product__info h1{font-size:42px}.product__lead{font-size:18px;color:var(--muted)}.product__price{font:700 27px Unbounded;margin:30px 0 15px}.stock{display:block;color:#9a6500;margin-bottom:28px}.stock--yes{color:#168044}.product-detail{display:grid;grid-template-columns:1.2fr .8fr;gap:100px;border-top:1px solid var(--line)}.prose{font-size:17px;color:#444}.prose--page{max-width:850px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.contact-grid dl{display:grid;grid-template-columns:120px 1fr;gap:18px}.contact-grid dt{color:var(--muted)}.contact-grid dd{margin:0;font-weight:700}.empty{text-align:center;min-height:350px;display:flex;flex-direction:column;align-items:center;justify-content:center}.flash{padding:13px 18px;margin-top:20px;border-radius:8px;background:#e9f8ef;color:#15723a}.flash--error{background:#fdebec;color:#a90009}
.admin-body{background:var(--paper)}.admin-nav{position:fixed;inset:0 auto 0 0;width:240px;background:var(--ink);padding:28px;color:#fff}.admin-nav .logo{margin:0 auto 45px}.admin-nav nav{display:flex;flex-direction:column;gap:6px}.admin-nav nav a{padding:12px;border-radius:7px}.admin-nav nav a:hover{background:#292c2e}.admin-main{margin-left:240px;padding:45px;min-height:100vh}.admin-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.admin-head h1{font-size:38px;margin:7px 0}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:25px}.stats div,.admin-panel,.admin-form{background:#fff;border-radius:14px;padding:25px}.stats span{color:var(--muted)}.stats b{font:700 38px Unbounded;display:block;margin-top:10px}.admin-panel__head{display:flex;justify-content:space-between;align-items:center}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:14px;border-bottom:1px solid var(--line);vertical-align:top}th{color:var(--muted);font-size:11px;text-transform:uppercase}.actions{white-space:nowrap}.actions form{display:inline}.actions button{border:0;background:none;color:var(--red);cursor:pointer}.admin-form{max-width:480px}.admin-form--wide{max-width:none;margin-bottom:24px}.admin-form h1{font-size:27px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.span-2{grid-column:span 2}.checks{display:flex;gap:20px;margin:20px 0}.checks label{display:flex;flex-direction:row;align-items:center}.checks input{width:auto}.login{min-height:100vh;display:grid;place-items:center}.login .logo{margin:0 auto 30px}
@media(max-width:900px){.header{height:72px}.header__row{gap:15px}.header .logo{width:105px;height:44px}.header .logo span{font-size:16px}.header__contact{display:none}.menu{display:block;margin-left:auto}.nav{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;padding:22px;flex-direction:column;border-bottom:1px solid var(--line)}.nav--open{display:flex}.hero__grid{grid-template-columns:1fr;min-height:auto;padding:80px 0}.hero__visual{display:none}.hero__facts{gap:18px;flex-wrap:wrap}.category-grid{grid-template-columns:1fr 1fr}.product-grid,.product-grid--light{grid-template-columns:1fr 1fr}.trust,.lead,.product,.product-detail,.contact-grid{grid-template-columns:1fr;gap:40px}.catalog{grid-template-columns:1fr}.filter{position:static}.footer__grid{grid-template-columns:1fr 1fr}.admin-nav{position:static;width:100%;padding:15px}.admin-nav .logo{display:none}.admin-nav nav{flex-direction:row;overflow:auto}.admin-main{margin:0;padding:25px}.product__image{height:400px}}
@media(max-width:580px){.container{width:min(100% - 28px,1180px)}.section{padding-top:65px;padding-bottom:65px}.hero h1{font-size:38px}.hero__actions{flex-direction:column}.hero__facts{margin-top:40px}.category-grid,.product-grid,.product-grid--light,.trust__items,.request-form,.footer__grid,.form-grid,.stats{grid-template-columns:1fr}.category-card{min-height:210px}.section__head{align-items:start;gap:15px;flex-direction:column}.lead{padding:28px}.request-form label:nth-of-type(4),.request-form>small,.span-2{grid-column:span 1}.product__image{height:320px}.product__info h1{font-size:31px}.page-head{padding:55px 0}.admin-main{padding:18px}.admin-head{align-items:flex-start}.admin-head h1{font-size:28px}.admin-panel{padding:12px}.checks{flex-wrap:wrap}}

/* Public site navigation */
.site-header{position:sticky;top:0;z-index:50;box-shadow:0 10px 35px rgba(0,0,0,.12)}
.header-meta{height:32px;background:#08090a;color:#8f969a;font-size:10px;letter-spacing:.055em;text-transform:uppercase}
.header-meta__row{height:100%;display:flex;align-items:center;gap:28px}
.header-meta__row>span:nth-child(2){margin-left:auto}
.header-meta__row a{color:#d9dcde;transition:color .2s}
.header-meta__row a:hover{color:#fff}
.header-meta__status{color:#c8ccce!important;display:flex;align-items:center;gap:8px}
.header-meta__status i{width:6px;height:6px;border-radius:50%;background:#e10b15;box-shadow:0 0 0 4px rgba(225,11,21,.14)}
.site-header .header{position:relative;top:auto;height:82px;border:0;background:#151719;color:#fff;box-shadow:none}
.site-header .header__row{gap:34px}
.brand-logo{width:148px;height:64px;display:flex;align-items:center;flex:none}
.brand-logo img{width:100%;height:auto}
.site-header .nav{height:100%;display:flex;align-items:center;gap:30px;font-weight:700}
.nav__catalog{height:46px;display:flex;align-items:center;gap:12px;padding:0 19px;border-radius:8px;background:#e10b15;color:#fff!important;transition:background .2s,transform .2s}
.nav__catalog:hover{background:#bd070f!important;transform:translateY(-1px)}
.catalog-icon{width:17px;display:grid;grid-template-columns:repeat(2,6px);gap:3px}
.catalog-icon i{height:6px;border:1.5px solid currentColor;border-radius:1px}
.nav__links{height:100%;display:flex;align-items:center;gap:27px}
.nav__links>a{height:100%;display:flex;align-items:center;position:relative;color:#c5c9cb}
.nav__links>a:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;background:#e10b15;transition:right .25s}
.nav__links>a:hover,.nav__links>a.is-active{color:#fff}
.nav__links>a:hover:after,.nav__links>a.is-active:after{right:0}
.site-header .header__contact{line-height:1.35}
.site-header .header__contact small{font-size:9px;letter-spacing:.05em;text-transform:uppercase;color:#858b8f}
.site-header .header__contact a{font-size:15px;color:#fff}
.header__cta{height:42px;padding:0 15px;border:1px solid #424649;border-radius:8px;display:flex;align-items:center;gap:15px;font-size:12px;font-weight:700;white-space:nowrap;transition:.2s}
.header__cta span{color:#e10b15;font-size:17px}
.header__cta:hover{border-color:#777;background:#202326}
.header__call{display:none}
.header__search-button,.header-search{display:none}
.nav__mobile-contact{display:none}
.brand-logo--footer{width:154px;height:auto;margin-bottom:24px}

@media(max-width:1100px){.site-header .header__contact{display:none}.site-header .header__row{gap:25px}.header__cta{margin-left:auto}}
@media(max-width:900px){
  .header-meta{display:none}.site-header{box-shadow:0 5px 24px rgba(0,0,0,.2)}.site-header .header{height:78px;background:#151719;border-bottom:1px solid #292c2e;color:#fff}
  .site-header .header__row{gap:9px}.brand-logo{width:132px;height:56px}.header__cta{display:none}
  .header__search-button,.header__call{display:grid;width:42px;height:42px;place-items:center;border:1px solid #393d40;border-radius:9px;background:#202326;color:#f22b34;padding:0}.header__search-button{margin-left:auto}.header__search-button svg,.header__call svg{width:21px;height:21px}.header__call{margin-left:0}
  .site-header .menu{display:flex;margin-left:0;width:42px;height:42px;border:1px solid #393d40;background:#202326;border-radius:9px;align-items:center;justify-content:center;flex-direction:column;gap:5px;position:relative;z-index:2;padding:0}
  .site-header .menu span{display:block;width:17px;height:1.5px;background:#fff;transition:.25s}
  .site-header .menu--open span:first-child{transform:translateY(6.5px) rotate(45deg)}.site-header .menu--open span:nth-child(2){opacity:0;transform:scaleX(0)}.site-header .menu--open span:last-child{transform:translateY(-6.5px) rotate(-45deg)}
  .site-header .nav{display:flex;position:absolute;top:78px;left:0;right:0;height:auto;max-height:calc(100vh - 78px);overflow-y:auto;background:#fff;color:var(--ink);padding:16px 20px 26px;flex-direction:column;align-items:stretch;gap:10px;border-bottom:1px solid var(--line);box-shadow:0 18px 35px rgba(18,20,22,.13);transform:translateY(-12px);opacity:0;visibility:hidden;pointer-events:none;transition:transform .22s,opacity .22s,visibility .22s}
  .site-header .nav--open{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}
  .nav__catalog{height:54px;justify-content:space-between;padding:0 18px;font-size:14px}.nav__catalog .catalog-icon{order:2}
  .nav__links{height:auto;display:flex;flex-direction:column;align-items:stretch;gap:0;border-top:0}
  .nav__links>a{height:auto;padding:15px 3px;border-bottom:1px solid var(--line);font-size:16px;color:var(--ink)}.nav__links>a:after{display:none}.nav__links>a:hover,.nav__links>a.is-active{color:var(--red)}
  .nav__mobile-contact{display:flex;flex-direction:column;padding:16px 17px;margin-top:6px;background:var(--paper);border-radius:10px}.nav__mobile-contact small,.nav__mobile-contact span{color:#747a7e;font-size:11px}.nav__mobile-contact a{font:700 19px Manrope;margin:3px 0;color:var(--ink)}
  .header-search{position:absolute;display:block;top:78px;left:0;right:0;background:#151719;border-top:1px solid #292c2e;padding:0;opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s;box-shadow:0 14px 24px rgba(0,0,0,.2)}
  .header-search--open{opacity:1;visibility:visible;transform:translateY(0)}.header-search .container{display:flex;padding-top:14px;padding-bottom:14px;gap:8px}.header-search input{height:44px;border-color:#35393b;background:#202326;color:#fff}.header-search button{border:0;border-radius:8px;background:var(--red);color:#fff;padding:0 18px;font-weight:700}
}

/* Light opening screen separates content from the graphite navigation. */
.hero{position:relative;background:#f1f2f2;color:var(--ink);border-top:0}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(255,255,255,.88) 0%,rgba(255,255,255,.3) 54%,transparent 54%),linear-gradient(90deg,transparent 0 49.9%,rgba(18,20,22,.045) 50%);pointer-events:none}
.hero__grid{position:relative;z-index:1}
.hero p{color:#5f666b}
.hero .button--ghost{color:var(--ink);border-color:#bfc4c6;background:rgba(255,255,255,.35)}
.hero .button--ghost:hover{border-color:var(--ink);background:#fff}
.hero__facts{color:#6b7276}
.hero__facts b{color:var(--ink)}
.hero__visual:before{content:"";position:absolute;width:310px;height:310px;right:-70px;top:-25px;background:var(--red);border-radius:50%;filter:blur(0);opacity:.96}
.radar{inset:18px;border-color:#c7cbcd;background:repeating-radial-gradient(circle,transparent 0 56px,rgba(18,20,22,.13) 57px 58px),linear-gradient(145deg,transparent 49.7%,var(--red) 49.9% 50.2%,transparent 50.4%);box-shadow:0 24px 70px rgba(18,20,22,.12);background-color:rgba(255,255,255,.68);backdrop-filter:blur(12px)}
.radar:after{border-color:#b8bdc0;background:radial-gradient(circle,var(--red) 0 5px,transparent 6px)}
.hero__card{box-shadow:0 18px 45px rgba(18,20,22,.16);border-left:0}

@media(max-width:900px){.hero:before{background:linear-gradient(145deg,#fff 0%,transparent 72%)}}
@media(max-width:430px){.site-header .header__row{gap:7px}.brand-logo{width:118px}.header__search-button,.header__call,.site-header .menu{width:39px;height:39px}}

/* Unified brand color and button system */
:root{--red:#e10b15;--red-dark:#bd070f}
.button,.nav__catalog,.header-search button{min-height:46px;border:1px solid var(--red);border-radius:9px;background:var(--red);color:#fff;font-family:Manrope,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.2;transition:background-color .2s,border-color .2s,color .2s,transform .2s,box-shadow .2s}
.button:hover,.nav__catalog:hover,.header-search button:hover{background:var(--red-dark)!important;border-color:var(--red-dark);color:#fff;transform:translateY(-1px)}
.button:focus-visible,.nav__catalog:focus-visible,.header-search button:focus-visible,.header__search-button:focus-visible,.header__call:focus-visible,.menu:focus-visible{outline:3px solid rgba(225,11,21,.28);outline-offset:3px}
.button--ghost,.hero .button--ghost{border-color:#bfc4c6;background:transparent;color:var(--ink)}
.button--ghost:hover,.hero .button--ghost:hover{border-color:var(--ink)!important;background:var(--ink)!important;color:#fff}
.header-meta__status i,.nav__links>a:after{background:var(--red)}
.header__cta span,.header__search-button,.header__call{color:var(--red)}
.product-card__bottom a{transition:background-color .2s,transform .2s}.product-card__bottom a:hover{background:var(--red);transform:translateY(-1px)}

/* About page */
.about-head{position:relative;overflow:hidden;background:#eef0f1;color:var(--ink)}.about-head:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(255,255,255,.9),rgba(255,255,255,.15) 58%,transparent 58%);pointer-events:none}.about-head:after{content:"25";position:absolute;right:4%;top:50%;transform:translateY(-52%);font:700 190px/1 Unbounded;color:rgba(18,20,22,.055);letter-spacing:-.1em}.about-head .container{position:relative;z-index:1}.about-head h1{max-width:900px}.about-head .eyebrow{display:inline-flex;align-items:center;gap:10px}.about-head .eyebrow:before{content:"";width:24px;height:2px;background:var(--red)}
.about-intro{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:80px}.about-intro__content h2{font:700 clamp(25px,3vw,38px)/1.25 Manrope;letter-spacing:-.035em;margin:25px 0}.about-intro__content p{font-size:18px;color:var(--muted)}.about-marker{display:inline-flex;border-left:3px solid var(--red);padding-left:12px;color:var(--red);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:11px}.about-photo{margin:0;position:relative;padding:18px 18px 0;background:var(--paper);border-radius:18px}.about-photo img{width:100%;aspect-ratio:533/250;object-fit:cover;border-radius:11px}.about-photo figcaption{display:flex;align-items:center;justify-content:space-between;padding:16px 4px}.about-photo figcaption span{font-weight:800}.about-photo figcaption small{color:var(--muted)}
.about-directions{background:var(--paper)}.about-directions .section__head>p{max-width:410px;color:var(--muted)}.direction-list{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #cfd3d4}.direction-list article{display:grid;grid-template-columns:55px 1fr;gap:12px;padding:32px 28px 32px 0;border-bottom:1px solid #cfd3d4}.direction-list article:nth-child(odd){border-right:1px solid #cfd3d4}.direction-list article:nth-child(even){padding-left:28px}.direction-list article>span{color:var(--red);font:700 13px Unbounded}.direction-list h3{font-size:19px;line-height:1.35;margin-bottom:12px}.direction-list p{color:var(--muted);margin:0}
.about-experience{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px;align-items:start}.about-experience__number{min-height:360px;border-radius:24px;background:var(--red);color:#fff;padding:45px;display:flex;flex-direction:column;justify-content:space-between}.about-experience__number b{font:700 clamp(80px,11vw,145px)/.9 Unbounded;letter-spacing:-.09em}.about-experience__number span{font-size:19px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.about-experience__text>p{font-size:17px;color:var(--muted)}.about-experience blockquote{margin:35px 0 0;padding:25px 0 0;border-top:2px solid var(--ink);font-size:20px;font-weight:700;line-height:1.5}.about-cta{padding-left:55px;padding-right:55px;background:var(--ink);color:#fff;border-radius:24px;margin-bottom:100px;display:flex;align-items:center;justify-content:space-between;gap:50px}.about-cta>div{max-width:750px}.about-cta h2{font-size:clamp(27px,4vw,44px)}.about-cta p{color:#aeb3b5;margin-bottom:0}.about-cta .button{flex:none}
@media(max-width:900px){.about-intro,.about-experience{grid-template-columns:1fr;gap:45px}.about-intro__content{order:1}.about-photo{order:2}.about-directions .section__head>p{max-width:none}.about-experience__number{min-height:280px}.about-cta{margin-left:20px;margin-right:20px}}
@media(max-width:580px){.about-head:after{font-size:110px}.about-intro__content h2{font-size:25px}.about-photo{padding:10px 10px 0}.about-photo figcaption{align-items:flex-start;flex-direction:column;gap:2px}.direction-list{grid-template-columns:1fr}.direction-list article,.direction-list article:nth-child(even){padding:25px 0}.direction-list article:nth-child(odd){border-right:0}.about-experience__number{min-height:230px;padding:30px}.about-cta{padding:38px 25px;margin-bottom:65px;align-items:flex-start;flex-direction:column}.about-cta .button{width:100%}}

/* Meaningful hero visual and presentation metrics */
.hero__visual{height:auto}.hero__visual:before{display:none}
.hero-solutions{position:relative;background:#fff;border:1px solid #d9dcde;border-radius:22px;padding:10px;box-shadow:0 28px 70px rgba(18,20,22,.14)}
.hero-solutions:before{content:"";position:absolute;width:150px;height:150px;right:-42px;top:-42px;border-radius:50%;background:var(--red);z-index:-1}
.hero-solutions__head{padding:22px 20px 24px;display:flex;flex-direction:column;border-bottom:1px solid var(--line)}.hero-solutions__head span{color:var(--red);font-size:10px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.hero-solutions__head b{font:700 20px/1.3 Unbounded;margin-top:8px}
.hero-solutions>a{display:grid;grid-template-columns:34px 1fr 24px;align-items:center;gap:10px;padding:18px 20px;border-bottom:1px solid var(--line);transition:background-color .2s}.hero-solutions>a:hover{background:var(--paper)}.hero-solutions>a>span{color:var(--red);font:700 11px Unbounded}.hero-solutions>a>div{display:flex;flex-direction:column}.hero-solutions>a b{font-size:15px}.hero-solutions>a small{color:var(--muted)}.hero-solutions>a>i{font-style:normal;color:var(--red);font-size:18px}
.hero-solutions__foot{display:flex;align-items:center;gap:10px;padding:16px 20px;color:var(--muted);font-size:11px}.hero-solutions__foot i{width:7px;height:7px;border-radius:50%;background:var(--red);box-shadow:0 0 0 4px rgba(225,11,21,.12)}
.hero__facts{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:58px;border-top:1px solid #d4d7d8}.hero__facts>div{position:relative;padding:21px 20px 0 0;display:flex;flex-direction:column}.hero__facts>div+div{padding-left:20px;border-left:1px solid #d4d7d8}.hero__facts>div>span{position:absolute;right:14px;top:9px;color:#c1c5c7;font:700 9px Unbounded}.hero__facts b{font:700 19px/1.2 Unbounded;color:var(--ink);letter-spacing:-.04em}.hero__facts small{margin-top:7px;color:var(--muted);font-size:11px;line-height:1.4}
@media(max-width:900px){.hero__facts{margin-top:45px}.hero__facts>div{min-width:0}.hero__facts b{font-size:17px}}
@media(max-width:580px){.hero__facts{display:grid;grid-template-columns:1fr;margin-top:42px;border-top:0;background:#fff;border-radius:14px;padding:0 18px;box-shadow:0 12px 35px rgba(18,20,22,.07)}.hero__facts>div,.hero__facts>div+div{padding:16px 25px 16px 0;border-left:0;border-bottom:1px solid var(--line)}.hero__facts>div:last-child{border-bottom:0}.hero__facts>div>span{right:0;top:19px}.hero__facts small{margin-top:4px}}

/* Admin sign in */
.admin-auth{min-height:100vh;background:#111315}.admin-main--auth{margin:0;padding:0;min-height:100vh}.admin-main--auth>.flash{position:fixed;z-index:2;top:22px;left:50%;transform:translateX(-50%);width:min(440px,calc(100% - 30px));margin:0}
.admin-main--auth .login{position:relative;min-height:100vh;padding:55px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.admin-main--auth .login:before,.admin-main--auth .login:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.admin-main--auth .login:before{width:430px;height:430px;left:-180px;top:-190px;border:1px solid rgba(255,255,255,.08);box-shadow:0 0 0 75px rgba(255,255,255,.02),0 0 0 150px rgba(255,255,255,.018)}.admin-main--auth .login:after{width:310px;height:310px;right:-170px;bottom:-170px;background:var(--red);opacity:.9}
.login__brand{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;margin-bottom:25px}.login__brand a{display:block;width:166px}.login__brand img{width:100%}.login__brand>span{margin-top:10px;color:#858b8f;font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.admin-main--auth .login__form{position:relative;z-index:1;width:min(440px,100%);max-width:none;padding:38px;background:#fff;border-radius:20px;box-shadow:0 30px 80px rgba(0,0,0,.3)}.login__heading{text-align:center;margin-bottom:28px}.login__heading .eyebrow{justify-content:center}.login__heading h1{margin:11px 0 8px;font-size:29px}.login__heading p{margin:0;color:var(--muted);font-size:13px}.login__form label{margin-bottom:17px;color:#4f565a}.login__form input{height:48px;margin-top:3px;background:#f7f8f8;border-color:#d9dcde}.login__form input:focus{outline:0;border-color:var(--red);box-shadow:0 0 0 3px rgba(225,11,21,.1);background:#fff}.login__form .button{width:100%;margin-top:5px;justify-content:space-between;padding-left:20px;padding-right:18px}.login__form .button span{font-size:19px}.login__back{display:block;margin-top:20px;text-align:center;color:var(--muted);font-size:12px;font-weight:700}.login__back:hover{color:var(--red)}.login__copyright{position:relative;z-index:1;margin-top:25px;color:#666d71;font-size:10px}
@media(max-width:580px){.admin-main--auth .login{padding:35px 14px}.login__brand{margin-bottom:18px}.login__brand a{width:145px}.admin-main--auth .login__form{padding:28px 22px;border-radius:16px}.login__heading h1{font-size:25px}.login__copyright{text-align:center}}

/* Shared section label */
.eyebrow{display:inline-flex;align-items:center;gap:10px}
.eyebrow:before{content:"";display:block;width:24px;height:2px;flex:none;background:var(--red)}
.setup-form{max-width:520px}.setup-form__error{margin:0 0 18px}.setup-note{display:flex;flex-direction:column;gap:4px;margin-top:20px;padding:14px 16px;border-radius:9px;background:#f2f3f3;border-left:3px solid var(--red);font-size:11px;color:var(--muted)}.setup-note b{color:var(--ink);font-size:12px}.setup-note code{color:var(--red);font-weight:700}.setup-login .login__copyright{position:relative}

/* Admin interface */
.admin-body:not(.admin-auth){background:#eef0f1}.admin-body:not(.admin-auth) .admin-nav{width:250px;padding:0 18px 22px;background:#111315;display:flex;flex-direction:column;border-right:1px solid #292c2e}.admin-nav__brand{height:128px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-bottom:1px solid #292c2e;margin-bottom:22px}.admin-nav__brand a{width:142px}.admin-nav__brand img{width:100%}.admin-nav__brand>span{margin-top:7px;color:#747a7e;font-size:9px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.admin-body:not(.admin-auth) .admin-nav nav{display:flex;flex-direction:column;gap:5px}.admin-body:not(.admin-auth) .admin-nav nav a{display:grid;grid-template-columns:28px 1fr;align-items:center;gap:10px;min-height:48px;padding:0 14px;border-radius:9px;color:#aeb3b5;font-weight:700;transition:.2s}.admin-body:not(.admin-auth) .admin-nav nav a i{font:700 9px Unbounded;color:#555c60}.admin-body:not(.admin-auth) .admin-nav nav a:hover{background:#202326;color:#fff}.admin-body:not(.admin-auth) .admin-nav nav a.is-active{background:var(--red);color:#fff}.admin-body:not(.admin-auth) .admin-nav nav a.is-active i{color:rgba(255,255,255,.65)}.admin-nav__bottom{margin-top:auto;padding-top:18px;border-top:1px solid #292c2e;display:flex;flex-direction:column;gap:4px}.admin-nav__bottom a{display:flex;justify-content:space-between;padding:10px 12px;color:#8e9497;font-size:12px}.admin-nav__bottom a:hover{color:#fff}.admin-nav__bottom a span{color:var(--red)}
.admin-body:not(.admin-auth) .admin-main{margin-left:250px;padding:42px 48px}.admin-body:not(.admin-auth) .admin-head{min-height:66px;margin-bottom:25px}.admin-body:not(.admin-auth) .admin-head h1{font-size:34px}.admin-body:not(.admin-auth) .admin-head .button{padding-left:20px;padding-right:20px}.admin-body:not(.admin-auth) .stats{gap:14px}.admin-body:not(.admin-auth) .stats div{position:relative;padding:24px;border:1px solid #e1e3e4;overflow:hidden}.admin-body:not(.admin-auth) .stats div:after{content:"";position:absolute;width:65px;height:65px;right:-28px;top:-28px;border-radius:50%;background:var(--red);opacity:.08}.admin-body:not(.admin-auth) .stats b{font-size:34px}.admin-body:not(.admin-auth) .admin-panel,.admin-body:not(.admin-auth) .admin-form{border:1px solid #e1e3e4;box-shadow:0 8px 28px rgba(18,20,22,.035)}.admin-body:not(.admin-auth) th{background:#f6f7f7;color:#737a7e}.admin-body:not(.admin-auth) th:first-child{border-radius:7px 0 0 7px}.admin-body:not(.admin-auth) th:last-child{border-radius:0 7px 7px 0}.admin-body:not(.admin-auth) td{padding-top:16px;padding-bottom:16px}.admin-body:not(.admin-auth) tbody tr:hover td{background:#fafafa}.admin-body:not(.admin-auth) input:focus,.admin-body:not(.admin-auth) textarea:focus,.admin-body:not(.admin-auth) select:focus{outline:0;border-color:var(--red);box-shadow:0 0 0 3px rgba(225,11,21,.12)}.admin-body:not(.admin-auth) .actions a,.admin-body:not(.admin-auth) .actions button{font:700 12px Manrope}.admin-body:not(.admin-auth) .actions a{color:var(--ink);margin-right:8px}.admin-body:not(.admin-auth) .actions a:hover{color:var(--red)}.admin-body:not(.admin-auth) .flash{margin:0 0 22px}.admin-body:not(.admin-auth) .checks input{accent-color:var(--red)}
@media(max-width:900px){.admin-body:not(.admin-auth) .admin-nav{position:static;width:100%;height:auto;padding:10px 14px;display:flex;flex-direction:row;align-items:center;gap:15px;overflow-x:auto}.admin-nav__brand{height:auto;min-width:92px;margin:0;padding:0 14px 0 0;border:0;border-right:1px solid #292c2e}.admin-nav__brand a{width:88px}.admin-nav__brand>span,.admin-nav__bottom{display:none}.admin-body:not(.admin-auth) .admin-nav nav{flex-direction:row;gap:4px}.admin-body:not(.admin-auth) .admin-nav nav a{grid-template-columns:1fr;min-height:40px;padding:0 14px;white-space:nowrap}.admin-body:not(.admin-auth) .admin-nav nav a i{display:none}.admin-body:not(.admin-auth) .admin-main{margin:0;padding:28px 20px}}
@media(max-width:580px){.admin-body:not(.admin-auth) .admin-main{padding:22px 14px}.admin-body:not(.admin-auth) .admin-head{align-items:flex-start;gap:14px;flex-direction:column}.admin-body:not(.admin-auth) .admin-head .button{width:100%}.admin-body:not(.admin-auth) .admin-panel,.admin-body:not(.admin-auth) .admin-form{border-radius:11px}.admin-body:not(.admin-auth) .admin-form--wide{padding:18px}}

/* Category tree */
.category-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding:0 4px}.category-toolbar>div:first-child{display:flex;align-items:baseline;gap:10px}.category-toolbar span{color:var(--muted);font-size:12px}.category-toolbar>div:last-child{display:flex;gap:6px}.category-toolbar button{border:1px solid #d7dadd;background:#fff;color:#545b5f;border-radius:7px;padding:8px 11px;font:600 11px Manrope;cursor:pointer}.category-toolbar button:hover{border-color:var(--red);color:var(--red)}.category-tree{padding:10px 18px}.category-tree tr[hidden]{display:none}.category-tree-name{display:flex;align-items:center;gap:10px;padding-left:calc(var(--tree-depth) * 29px);min-width:320px}.category-tree-name>div{display:flex;flex-direction:column}.category-tree-name small{color:#9aa0a3;font-size:10px}.category-tree-name em{margin-left:4px;padding:2px 7px;border-radius:10px;background:#eceeef;color:#7c8387;font-size:9px;font-style:normal;font-weight:700}.tree-toggle{position:relative;width:24px;height:24px;flex:none;border:1px solid #d9dcde;border-radius:6px;background:#fff;cursor:pointer}.tree-toggle span:before,.tree-toggle span:after{content:"";position:absolute;left:7px;right:7px;top:11px;height:1.5px;background:var(--red);transition:transform .2s}.tree-toggle span:after{transform:rotate(90deg) scaleX(0)}.tree-toggle--collapsed span:after{transform:rotate(90deg) scaleX(1)}.tree-toggle:hover{border-color:var(--red)}.tree-branch{width:24px;height:24px;position:relative;flex:none}.tree-branch:before{content:"";position:absolute;left:11px;top:-17px;width:13px;height:29px;border-left:1px solid #d7dadd;border-bottom:1px solid #d7dadd;border-radius:0 0 0 5px}.category-row--group>td:first-child b{font-size:14px}.inline-sort{display:flex;align-items:center;gap:5px}.inline-sort input{width:66px;height:34px;padding:5px 7px;text-align:center}.inline-sort button{width:32px;height:32px;border:0;border-radius:6px;background:#edf8f1;color:#188047;font-weight:800;cursor:pointer;opacity:0;transition:.2s}.inline-sort:focus-within button,.inline-sort:hover button{opacity:1}.inline-sort button:hover{background:#188047;color:#fff}.product-count{display:inline-grid;min-width:30px;height:27px;padding:0 8px;place-items:center;border-radius:7px;background:#f0f2f2;font-weight:700}.category-status{display:inline-flex;align-items:center;gap:7px;color:#8a6567;font-size:12px;font-weight:700}.category-status i{width:7px;height:7px;border-radius:50%;background:#c6cbcd}.category-status--active{color:#188047}.category-status--active i{background:#20a45c}
@media(max-width:700px){.category-toolbar{align-items:flex-start;gap:10px;flex-direction:column}.category-tree-name{min-width:260px;padding-left:calc(var(--tree-depth) * 20px)}.category-tree{padding:6px}.inline-sort button{opacity:1}}
.inline-sort button:disabled{cursor:wait;opacity:.55}.inline-sort button.inline-sort__saved{opacity:1;background:#188047;color:#fff}.inline-sort button.inline-sort__error{opacity:1;background:var(--red);color:#fff}
.inline-visibility{display:inline}.inline-visibility .category-status{border:0;background:transparent;padding:7px 9px;border-radius:7px;font-family:Manrope;cursor:pointer;transition:.2s}.inline-visibility .category-status:hover{background:#f1f2f2}.inline-visibility .category-status:disabled{cursor:wait;opacity:.55}.inline-visibility .category-status--error{background:#fdebec;color:var(--red)}
.category-parent-select{font-variant-numeric:tabular-nums}.category-parent-select option{padding:7px 10px}.field-hint{margin-top:5px;color:var(--muted);font-size:10px;font-weight:500}

/* Consistent admin controls */
.admin-body:not(.admin-auth) .button,.admin-body:not(.admin-auth) button.button{min-height:42px;height:42px;padding:0 18px;border:1px solid var(--red);border-radius:8px;background:var(--red);color:#fff;font:700 13px/1 Manrope;box-shadow:none;vertical-align:middle}.admin-body:not(.admin-auth) .button:hover,.admin-body:not(.admin-auth) button.button:hover{background:var(--red-dark)!important;border-color:var(--red-dark);transform:translateY(-1px)}.admin-body:not(.admin-auth) .button:active,.admin-body:not(.admin-auth) button.button:active{transform:translateY(0)}
.admin-body:not(.admin-auth) .admin-form>.button{margin-top:4px}.admin-body:not(.admin-auth) .admin-form>.button+a{display:inline-flex;align-items:center;justify-content:center;height:42px;margin:4px 0 0 8px;padding:0 17px;border:1px solid #d7dadd;border-radius:8px;background:#fff;color:#4f565a;font-size:13px;font-weight:700;vertical-align:middle;transition:.2s}.admin-body:not(.admin-auth) .admin-form>.button+a:hover{border-color:#9da3a6;color:var(--ink);background:#f6f7f7}
.admin-body:not(.admin-auth) .checks{min-height:30px;margin:18px 0 16px;align-items:center}.admin-body:not(.admin-auth) .checks label{gap:8px;font-size:12px}.admin-body:not(.admin-auth) .checks input[type="checkbox"]{width:16px;height:16px;margin:0;cursor:pointer}
.admin-body:not(.admin-auth) .admin-head>.button{height:42px;min-width:150px}.admin-body:not(.admin-auth) .category-toolbar button{min-height:34px;padding:0 12px;border-radius:7px}.admin-body:not(.admin-auth) .category-sort-form button{width:34px;height:34px;min-height:34px;padding:0;border-radius:7px;background:#188047;border:0}.admin-body:not(.admin-auth) .category-sort-form button:hover{background:#116a3a!important}.admin-body:not(.admin-auth) .category-visibility-form button{min-height:32px}
.admin-body:not(.admin-auth) .actions{display:table-cell}.admin-body:not(.admin-auth) .actions a,.admin-body:not(.admin-auth) .actions button{display:inline-flex;align-items:center;min-height:30px;padding:0 8px;border-radius:6px}.admin-body:not(.admin-auth) .actions a:hover{background:#f0f1f2}.admin-body:not(.admin-auth) .actions button:hover{background:#fdebec}
@media(max-width:580px){.admin-body:not(.admin-auth) .admin-form>.button,.admin-body:not(.admin-auth) .admin-form>.button+a{width:100%;margin-left:0}.admin-body:not(.admin-auth) .admin-head>.button{width:100%}}

/* Unified catalog explorer */
.catalog-create-actions{display:flex;gap:8px}.admin-secondary-button{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 18px;border:1px solid #cfd3d5;border-radius:8px;background:#fff;font-size:13px;font-weight:700}.admin-secondary-button:hover{border-color:var(--red);color:var(--red)}.catalog-breadcrumbs{display:flex;align-items:center;gap:9px;margin:-10px 0 22px;color:#8a9195;font-size:12px;overflow-x:auto;white-space:nowrap}.catalog-breadcrumbs a:hover,.catalog-breadcrumbs a:last-child{color:var(--red)}.catalog-current-info{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:16px;padding:17px 20px;border:1px solid #e0e3e4;border-radius:11px;background:#fff}.catalog-current-info>div{display:flex;align-items:center;gap:18px}.catalog-current-info span{color:var(--red);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;white-space:nowrap}.catalog-current-info p{margin:0;color:var(--muted);font-size:12px}.catalog-current-info>a{font-size:12px;font-weight:700;white-space:nowrap}.catalog-current-info>a:hover{color:var(--red)}.catalog-explorer{overflow:hidden;border:1px solid #e0e3e4;border-radius:14px;background:#fff;box-shadow:0 8px 28px rgba(18,20,22,.035)}.catalog-explorer__bar{display:flex;align-items:center;justify-content:space-between;padding:17px 20px;background:#f7f8f8;border-bottom:1px solid #e2e4e5}.catalog-explorer__bar>div:first-child{display:flex;align-items:baseline;gap:10px}.catalog-explorer__bar span{color:var(--muted);font-size:11px}.catalog-legend{display:flex;gap:16px}.catalog-legend span{display:flex;align-items:center;gap:6px}.catalog-type{width:8px;height:8px;border-radius:2px;background:#f1b400}.catalog-type--product{border-radius:50%;background:var(--red)}.catalog-item{min-height:78px;display:grid;grid-template-columns:minmax(360px,1fr) 120px 90px 38px;align-items:center;gap:15px;padding:9px 18px;border-bottom:1px solid #e5e7e8}.catalog-item:last-child{border-bottom:0}.catalog-item:hover{background:#fafbfb}.catalog-item__main{display:grid;grid-template-columns:48px 1fr;align-items:center;gap:15px;min-width:0}.catalog-item__main>div{display:flex;min-width:0;flex-direction:column}.catalog-item__main small{color:#9aa0a3;font-size:9px;text-transform:uppercase;letter-spacing:.04em}.catalog-item__main b{overflow:hidden;text-overflow:ellipsis;font-size:14px;white-space:nowrap}.catalog-item__main div>span{color:var(--muted);font-size:10px}.catalog-folder-icon{position:relative;width:45px;height:35px;border-radius:5px;background:#f3c51b}.catalog-folder-icon:before{content:"";position:absolute;left:0;top:-5px;width:20px;height:8px;border-radius:4px 4px 0 0;background:#dcae08}.catalog-folder-icon i{position:absolute;inset:8px 7px;border-top:1px solid rgba(80,60,0,.2)}.catalog-product-image{width:45px;height:45px;border-radius:7px;background:#f0f2f2;display:grid;place-items:center;overflow:hidden}.catalog-product-image img{width:100%;height:100%;object-fit:contain}.catalog-product-image i{width:17px;height:22px;border:2px solid #aeb4b7;border-radius:3px}.catalog-item__edit{font-size:11px;font-weight:700}.catalog-item__edit:hover{color:var(--red)}.catalog-item__open{width:34px;height:34px;border-radius:7px;background:#f0f2f2;display:grid;place-items:center;font-size:17px;transition:.2s}.catalog-item:hover .catalog-item__open{background:var(--red);color:#fff}.catalog-empty{min-height:300px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.catalog-empty>span{color:var(--red);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.catalog-empty h2{font-size:25px;margin:8px 0}.catalog-empty p{color:var(--muted)}
@media(max-width:800px){.catalog-admin-head{align-items:flex-start;flex-direction:column}.catalog-create-actions{width:100%}.catalog-create-actions>*{flex:1}.catalog-current-info{align-items:flex-start;flex-direction:column;gap:10px}.catalog-current-info>div{align-items:flex-start;flex-direction:column;gap:5px}.catalog-legend{display:none}.catalog-item{grid-template-columns:minmax(240px,1fr) 35px}.catalog-item>.category-status,.catalog-item__edit{display:none}.catalog-item__main{grid-template-columns:42px 1fr}.catalog-folder-icon{width:39px;height:31px}.catalog-product-image{width:39px;height:39px}}
@media(max-width:480px){.catalog-create-actions{flex-direction:column}.catalog-create-actions>*{width:100%}.catalog-item{padding:9px 11px}.catalog-explorer__bar{padding:14px}.catalog-explorer__bar>div:first-child{align-items:flex-start;flex-direction:column;gap:2px}}

/* Catalog quick controls */
.catalog-item{grid-template-columns:minmax(300px,1fr) 105px 120px 82px 38px}.catalog-quick-sort{display:flex;align-items:center;gap:5px}.catalog-quick-sort input{width:62px;height:34px;padding:5px;text-align:center;font-variant-numeric:tabular-nums}.catalog-quick-sort button{width:34px;height:34px;padding:0;border:0;border-radius:7px;background:#188047;color:#fff;font-weight:800;cursor:pointer;opacity:0;transition:.2s}.catalog-quick-sort:hover button,.catalog-quick-sort:focus-within button{opacity:1}.catalog-quick-sort button:hover{background:#116a3a}.catalog-visibility{display:inline}.catalog-visibility button{min-height:32px;border:0;padding:7px 10px;border-radius:7px;background:#fdebec;font-family:Manrope;cursor:pointer}.catalog-visibility button.category-status--active{background:#eaf8ef}.catalog-visibility button:hover{box-shadow:inset 0 0 0 1px currentColor}.catalog-item:target{animation:catalog-item-saved 1.8s ease}@keyframes catalog-item-saved{0%,40%{background:#eaf8ef}100%{background:#fff}}
@media(max-width:900px){.catalog-item{grid-template-columns:minmax(230px,1fr) 105px 110px 36px}.catalog-item__edit{display:none}.catalog-quick-sort button{opacity:1}}
@media(max-width:650px){.catalog-item{grid-template-columns:1fr 36px;padding-top:13px;padding-bottom:13px}.catalog-item__main{grid-column:1}.catalog-item__open{grid-column:2;grid-row:1}.catalog-quick-sort{grid-column:1;grid-row:2;margin-left:57px}.catalog-visibility{grid-column:2;grid-row:2}.catalog-visibility button{font-size:0;width:34px}.catalog-visibility button i{margin:0}.catalog-item__edit{display:none}}
.catalog-item__actions{display:flex;align-items:center;gap:4px}.catalog-item__actions form{display:flex}.catalog-item__actions button{width:28px;height:28px;border:0;border-radius:6px;background:transparent;color:#a1a6a9;font-size:20px;line-height:1;cursor:pointer}.catalog-item__actions button:hover{background:#fdebec;color:var(--red)}
@media(max-width:900px){.catalog-item__actions .catalog-item__edit{display:none}}
@media(max-width:650px){.catalog-item__actions{display:none}}

/* Media editors and product gallery */
.media-editor{grid-column:1/-1;margin:24px 0 6px;padding:20px;border:1px solid #dfe2e3;border-radius:12px;background:#f7f8f8}.media-editor__head{display:flex;align-items:center;justify-content:space-between;gap:20px}.media-editor__head>div{display:flex;flex-direction:column}.media-editor__head span{color:var(--muted);font-size:11px}.media-upload{position:relative;display:inline-flex!important}.media-upload input{position:absolute;width:1px;height:1px;opacity:0}.media-upload>span{display:inline-flex;align-items:center;height:38px;padding:0 14px;border-radius:8px;background:var(--red);color:#fff!important;font-size:12px!important;font-weight:700;cursor:pointer}.media-upload>span:hover{background:var(--red-dark)}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(125px,1fr));gap:12px;margin-top:18px}.media-item{position:relative;display:flex!important;padding:8px;border:1px solid #dfe2e3;border-radius:9px;background:#fff;cursor:pointer}.media-item img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:5px}.media-item>span{position:absolute;left:13px;top:13px;padding:3px 6px;border-radius:5px;background:rgba(18,20,22,.78);color:#fff;font-size:9px}.media-item input{position:absolute;right:13px;bottom:14px;width:16px!important;height:16px!important}.media-item em{padding:7px 3px 1px;color:var(--muted);font-size:10px;font-style:normal}.media-item:has(input:checked){border-color:var(--red);background:#fff1f2;opacity:.65}.media-empty{margin-top:16px;padding:24px;border:1px dashed #c9cdcf;border-radius:9px;color:var(--muted);font-size:12px;text-align:center}.category-image-preview{display:flex;align-items:center;gap:20px;margin-top:16px}.category-image-preview img{width:150px;height:90px;object-fit:contain;border-radius:8px;background:#fff}.category-image-preview label{display:flex!important;align-items:center;flex-direction:row!important}.category-image-preview input{width:16px!important;height:16px!important}.product-gallery{min-width:0}.product-thumbs{display:flex;gap:9px;margin-top:12px;overflow-x:auto;padding:2px}.product-thumbs button{width:74px;height:74px;flex:none;padding:5px;border:1px solid var(--line);border-radius:9px;background:#fff;cursor:pointer}.product-thumbs button.is-active{border:2px solid var(--red)}.product-thumbs img{width:100%;height:100%;object-fit:contain}
@media(max-width:580px){.media-editor{padding:15px}.media-editor__head{align-items:flex-start;flex-direction:column}.media-upload,.media-upload>span{width:100%;justify-content:center}.media-grid{grid-template-columns:repeat(2,1fr)}}
.category-card--image{position:relative;overflow:hidden;background:#151719;color:#fff}.category-card--image>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.3;transition:.3s}.category-card--image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(18,20,22,.12),rgba(18,20,22,.92));}.category-card--image>*:not(img){position:relative;z-index:1}.category-card--image p{color:#d3d6d7}.category-card--image:hover>img{transform:scale(1.04);opacity:.2}

/* Equal catalog action buttons */
.catalog-item__actions{gap:6px}.catalog-item__actions .catalog-item__edit,.catalog-item__actions button,.catalog-item__open{display:grid;width:36px;height:36px;min-width:36px;min-height:36px;padding:0;place-items:center;border:1px solid #e0e3e4;border-radius:8px;background:#f0f2f2;color:#596065;line-height:1;transition:.2s}.catalog-item__actions .catalog-item__edit{overflow:hidden;font-size:0}.catalog-item__actions .catalog-item__edit:before{content:"✎";font-size:17px}.catalog-item__actions button{font-size:20px}.catalog-item__open{font-size:17px}.catalog-item:hover .catalog-item__open{background:#f0f2f2;color:#596065}.catalog-item__actions .catalog-item__edit:hover{border-color:#b9bec1;background:#fff;color:var(--ink)}.catalog-item__actions button:hover{border-color:#f7c9cc;background:#fdebec;color:var(--red)}.catalog-item__open:hover,.catalog-item:hover .catalog-item__open:hover{border-color:var(--red);background:var(--red);color:#fff}
.media-selection{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px;margin-top:16px;padding-top:16px;border-top:1px solid #dfe2e3}.media-selection>div{min-width:0;padding:7px;border-radius:8px;background:#fff;border:1px solid #dfe2e3}.media-selection img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:5px;background:#f3f4f4}.media-selection span{display:block;margin-top:6px;overflow:hidden;color:#555d61;font-size:9px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.media-upload>span{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.catalog-item__actions .catalog-item__edit,.catalog-item__open{display:flex;align-items:center;justify-content:center;padding:0!important;line-height:0}.catalog-item__actions .catalog-item__edit:before{content:"";display:block;width:15px;height:3px;border-radius:2px;background:currentColor;transform:rotate(-45deg)}.catalog-item__actions .catalog-item__edit:after{content:"";display:block;width:3px;height:3px;margin-left:-1px;background:currentColor;transform:rotate(-45deg)}.catalog-item__open{font-size:0}.catalog-item__open:before{content:"→";display:block;font:400 17px/1 Arial,sans-serif;transform:translateY(-1px)}
.admin-panel td>form .category-status{min-height:32px;padding:7px 10px;border:0;border-radius:7px;background:#fdebec;font-family:Manrope;cursor:pointer}.admin-panel td>form .category-status--active{background:#eaf8ef}

/* Characteristics */
.catalog-current-actions{display:flex;align-items:center;gap:16px}.catalog-current-actions a{font-size:12px;font-weight:700;white-space:nowrap}.catalog-current-actions a:first-child{display:inline-flex;align-items:center;height:34px;padding:0 12px;border-radius:7px;background:var(--red);color:#fff}.characteristic-help{display:flex;align-items:center;gap:20px;margin-bottom:18px;padding:16px 19px;border-left:3px solid var(--red);border-radius:0 9px 9px 0;background:#fff}.characteristic-help b{white-space:nowrap}.characteristic-help span{color:var(--muted);font-size:12px}.form-grid--three{grid-template-columns:repeat(3,1fr)}.characteristic-type{display:inline-flex;padding:5px 8px;border-radius:6px;background:#eef0f1;font-size:11px;font-weight:700}.characteristic-editor{margin:24px 0 6px;padding:20px;border:1px solid #dfe2e3;border-radius:12px;background:#fff}.characteristic-editor__head{display:flex;flex-direction:column;padding-bottom:15px;border-bottom:1px solid var(--line)}.characteristic-editor__head span{color:var(--muted);font-size:11px}.characteristic-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px 20px;margin-top:18px}.characteristic-field{display:grid;grid-template-columns:minmax(150px,.8fr) 1.2fr;align-items:center;gap:15px}.characteristic-field>div:first-child{display:flex;flex-direction:column}.characteristic-field>div:first-child b{font-size:12px}.characteristic-field>div:first-child span{color:var(--red);font-size:10px}.characteristic-pair{display:grid;grid-template-columns:1fr 18px 1fr;align-items:center;gap:5px}.characteristic-pair i{text-align:center;color:var(--muted);font-style:normal}.product-specifications{background:var(--paper)}.product-specifications h2{margin-bottom:35px}.product-specifications dl{display:grid;grid-template-columns:1fr 1fr;gap:0 50px;margin:0}.product-specifications dl>div{display:flex;justify-content:space-between;gap:30px;padding:15px 0;border-bottom:1px solid #d6d9da}.product-specifications dt{color:var(--muted)}.product-specifications dd{margin:0;font-weight:700;text-align:right}
@media(max-width:800px){.form-grid--three,.characteristic-fields{grid-template-columns:1fr}.characteristic-help{align-items:flex-start;flex-direction:column;gap:5px}.product-specifications dl{grid-template-columns:1fr}.catalog-current-actions{width:100%;justify-content:space-between}}
@media(max-width:500px){.characteristic-field{grid-template-columns:1fr;gap:6px}.characteristic-editor{padding:15px}.product-specifications dl>div{gap:15px}}

/* Quick brand modal */
.brand-select-control{display:grid;grid-template-columns:1fr 42px;gap:7px}.brand-add-button{height:42px;border:1px solid var(--red);border-radius:8px;background:var(--red);color:#fff;font-size:22px;line-height:1;cursor:pointer}.brand-add-button:hover{background:var(--red-dark)}.brand-modal{width:min(480px,calc(100% - 28px));padding:0;border:0;border-radius:16px;background:transparent;box-shadow:0 28px 80px rgba(0,0,0,.28)}.brand-modal::backdrop{background:rgba(10,11,12,.68);backdrop-filter:blur(3px)}.brand-modal__card{padding:26px;background:#fff}.brand-modal__head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:22px}.brand-modal__head h2{font:700 25px/1.2 Unbounded;margin:7px 0 0}.brand-modal__head>button{width:34px;height:34px;border:0;border-radius:7px;background:#f0f2f2;color:#687075;font-size:22px;cursor:pointer}.brand-modal__card>label{display:flex;flex-direction:column;gap:5px;margin-top:13px;font-size:11px;font-weight:700}.brand-modal__error{min-height:20px;margin-top:8px;color:var(--red);font-size:11px}.brand-modal__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.brand-modal__actions .button,.brand-modal__actions .admin-secondary-button{height:42px}.brand-modal__actions button:disabled{cursor:wait;opacity:.6}
@media(max-width:500px){.brand-modal__card{padding:22px 18px}.brand-modal__actions{flex-direction:column-reverse}.brand-modal__actions>*{width:100%}}

/* Product content blocks */
.content-block-editor{margin:24px 0 6px;padding:20px;border:1px solid #dfe2e3;border-radius:12px;background:#f7f8f8}.content-block-editor__head{display:flex;align-items:center;justify-content:space-between;gap:20px}.content-block-editor__head>div{display:flex;flex-direction:column}.content-block-editor__head span{color:var(--muted);font-size:11px}.content-block-list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.content-block-row{padding:14px;border:1px solid #dfe2e3;border-radius:10px;background:#fff}.content-block-row__top{display:flex;align-items:center;gap:8px;margin-bottom:10px}.content-block-title-control{display:grid;grid-template-columns:1fr 42px;gap:7px;flex:1}.content-block-title-control select,.content-block-title-control>button{height:42px}.content-block-title-control>button{border:0;border-radius:8px;background:var(--red);color:#fff;font-size:20px;cursor:pointer}.content-block-remove{width:42px;height:42px;border:0;border-radius:8px;background:#f0f2f2;color:#747b7f;font-size:20px;cursor:pointer}.content-block-remove:hover{background:#fdebec;color:var(--red)}.content-block-row textarea{min-height:120px}.block-title-modal .brand-modal__card{max-height:min(680px,90vh);overflow:auto}.block-title-add{display:grid;grid-template-columns:1fr 100px;gap:8px}.block-title-add input,.block-title-add .button{height:42px}.block-title-error{min-height:20px;color:var(--red);font-size:11px}.block-title-list{display:flex;flex-direction:column;border-top:1px solid var(--line)}.block-title-list>div{display:grid;grid-template-columns:1fr 85px 36px;gap:6px;padding:9px 0;border-bottom:1px solid var(--line)}.block-title-list input{height:36px}.block-title-list button{border:0;border-radius:6px;background:#eef0f1;font:700 10px Manrope;cursor:pointer}.block-title-list [data-title-delete]{color:var(--red);font-size:17px}.product-content-blocks{display:flex;flex-direction:column}.product-content-blocks article{display:grid;grid-template-columns:70px 1fr;gap:25px;padding:45px 0;border-top:1px solid var(--line)}.product-content-blocks article>span{color:var(--red);font:700 12px Unbounded}.product-content-blocks h2{font-size:30px}.product-content-blocks .prose{max-width:850px}
@media(max-width:580px){.content-block-editor{padding:15px}.content-block-editor__head{align-items:flex-start;flex-direction:column}.content-block-editor__head .admin-secondary-button{width:100%}.content-block-title-control{grid-template-columns:1fr 40px}.content-block-remove{width:40px}.block-title-add{grid-template-columns:1fr}.block-title-list>div{grid-template-columns:1fr 70px 34px}.product-content-blocks article{grid-template-columns:35px 1fr;gap:10px;padding:32px 0}.product-content-blocks h2{font-size:24px}}
.rich-editor{overflow:hidden;border:1px solid #dfe2e3;border-radius:9px;background:#fff}.rich-editor__toggle{display:flex;align-items:center;min-height:36px;margin:7px;padding:0 11px;border:0;border-radius:6px;background:#eef0f1;color:#555d61;font:700 10px Manrope;cursor:pointer}.rich-editor__toggle:before{content:"Aa";margin-right:7px;color:var(--red);font-weight:800}.rich-editor__toggle.is-active{background:var(--ink);color:#fff}.rich-editor__toolbar{display:flex;align-items:center;gap:4px;padding:8px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#f5f6f6;overflow-x:auto}.rich-editor__toolbar[hidden]{display:none}.rich-editor__toolbar button{height:30px;padding:0 9px;border:1px solid #d9dcde;border-radius:5px;background:#fff;color:#4f565a;font:600 10px Manrope;white-space:nowrap;cursor:pointer}.rich-editor__toolbar button:hover{border-color:var(--red);color:var(--red)}.rich-editor__content{min-height:150px;padding:15px;outline:0;font:14px/1.65 Manrope}.rich-editor__content:focus{box-shadow:inset 0 0 0 2px rgba(225,11,21,.12)}.rich-editor__content h3{font-size:20px;margin:16px 0 8px}.rich-editor__content p{margin:0 0 10px}.rich-editor__content blockquote{margin:15px 0;padding:10px 15px;border-left:3px solid var(--red);background:#f5f6f6}.rich-editor__content ul,.rich-editor__content ol{padding-left:25px}.rich-content p{margin-bottom:15px}.rich-content h3{margin:28px 0 12px;font-size:23px}.rich-content h4{margin:22px 0 10px;font-size:18px}.rich-content ul,.rich-content ol{padding-left:24px}.rich-content li{margin:5px 0}.rich-content blockquote{margin:25px 0;padding:18px 22px;border-left:3px solid var(--red);background:var(--paper);font-weight:600}.rich-content a{color:var(--red);text-decoration:underline}.rich-content u{text-underline-offset:3px}
.product-main-fields{grid-template-areas:"name slug" "category brand" "order sku" "source price" "short short" "description description";align-items:start}.product-main-fields>label{min-width:0}
@media(max-width:580px){.product-main-fields{grid-template-areas:"name" "category" "order" "source" "slug" "brand" "sku" "price" "short" "description"}}
.content-block-order{display:flex;gap:4px}.content-block-order button{width:36px;height:42px;padding:0;border:1px solid #dfe2e3;background:#f0f2f2;color:#596065;font-size:16px;cursor:pointer}.content-block-order button:first-child{border-radius:8px 3px 3px 8px}.content-block-order button:last-child{border-radius:3px 8px 8px 3px}.content-block-order button:hover{border-color:var(--red);background:#fff;color:var(--red)}
@media(max-width:500px){.content-block-row__top{align-items:stretch;flex-wrap:wrap}.content-block-title-control{width:100%;flex-basis:100%}.content-block-order{margin-left:auto}}

/* Price parser */
.hidden-action-form{display:none}.price-parser-status{display:flex;align-items:center;justify-content:space-between;gap:30px;margin:24px 0 6px;padding:18px 20px;border:1px solid #dfe2e3;border-radius:12px;background:#f7f8f8}.price-parser-status>div:first-child{display:flex;flex-direction:column}.price-parser-status span{color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.price-parser-status b{font:700 20px Unbounded;margin:3px 0}.price-parser-status small{color:var(--muted)}.price-parser-status em{margin-top:6px;color:var(--red);font-size:11px;font-style:normal}.price-parser-status>div:last-child{display:flex;gap:8px}.price-parser-status--success{border-left:3px solid #188047}.price-parser-status--error{border-left:3px solid var(--red)}
@media(max-width:650px){.price-parser-status{align-items:flex-start;flex-direction:column}.price-parser-status>div:last-child{width:100%;flex-direction:column}.price-parser-status>div:last-child>*{width:100%}}
.price-source-live-status{display:block;min-height:16px;margin-top:5px;font-size:10px;font-weight:600}.price-source-live-status.is-loading{color:var(--muted)}.price-source-live-status.is-success{color:#188047}.price-source-live-status.is-error{color:var(--red)}
.remote-image-import{margin:24px 0 6px;padding:20px;border:1px solid #b9dfc9;border-radius:12px;background:#f2faf5}.remote-image-import__head{display:flex;flex-direction:column;margin-bottom:14px}.remote-image-import__head span{color:var(--muted);font-size:11px}.remote-image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(125px,1fr));gap:11px}.remote-image-grid label{position:relative;display:block!important;padding:7px;border:1px solid #d6dcda;border-radius:9px;background:#fff;cursor:pointer}.remote-image-grid img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:5px}.remote-image-grid input{position:absolute;right:12px;top:12px;width:18px!important;height:18px!important;accent-color:#188047}.remote-image-grid span{display:block;padding:6px 2px 1px;color:var(--muted);font-size:10px}.remote-image-grid label:has(input:not(:checked)){opacity:.42;filter:grayscale(1)}
@media(max-width:580px){.remote-image-import{padding:15px}.remote-image-grid{grid-template-columns:repeat(2,1fr)}}

/* Clear gallery management */
.media-grid{grid-template-columns:repeat(auto-fill,minmax(165px,1fr))}.media-item--managed{position:relative;display:flex!important;flex-direction:column;padding:9px;border:1px solid #dfe2e3;border-radius:10px;background:#fff;transition:border-color .2s,opacity .2s,box-shadow .2s}.media-item--managed>img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:6px;background:#f5f6f6}.media-item--managed.is-primary{border-color:var(--red);box-shadow:0 0 0 1px var(--red)}.media-item--managed.is-primary:before{content:"Основное";position:absolute;left:15px;top:15px;z-index:1;padding:4px 7px;border-radius:5px;background:var(--red);color:#fff;font-size:9px;font-weight:800}.media-item--managed.is-deleting{border-color:#f0b7ba;background:#fff1f2;opacity:.55}.media-item--managed.is-deleting>img{filter:grayscale(1)}.media-item__controls{display:flex;flex-direction:column;gap:5px;margin-top:9px}.media-primary-control,.media-delete-control{display:flex!important;align-items:center!important;flex-direction:row!important;gap:7px!important;min-height:34px;padding:6px 8px;border-radius:7px;font-size:10px!important;font-weight:700!important;cursor:pointer}.media-primary-control{background:#f0f2f2;color:#535b5f}.media-item--managed.is-primary .media-primary-control{background:#fdebec;color:var(--red)}.media-delete-control{color:#8b5558}.media-delete-control:hover{background:#fdebec;color:var(--red)}.media-primary-control input,.media-delete-control input{position:static!important;width:15px!important;height:15px!important;margin:0!important;accent-color:var(--red)}.media-item--managed:has(.media-delete-control input:checked){border-color:#f0b7ba;background:#fff1f2;opacity:.55}
@media(max-width:580px){.media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.media-primary-control,.media-delete-control{padding:6px 5px;font-size:9px!important}}
.remote-image-item{position:relative;padding:7px;border:1px solid #d6dcda;border-radius:9px;background:#fff;transition:.2s}.remote-image-item>img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:5px}.remote-image-item>.remote-image-select{position:absolute;right:12px;top:12px;width:18px!important;height:18px!important;accent-color:#188047}.remote-image-item>span{display:block;padding:6px 2px 0;color:#555d61;font-size:10px;font-weight:700}.remote-image-item>small{display:block;padding:1px 2px 7px;color:#92989b;font-size:9px}.remote-image-primary{display:flex!important;align-items:center;gap:6px;padding:7px 3px 2px;border-top:1px solid var(--line);color:var(--muted);font-size:9px!important;cursor:pointer}.remote-image-primary input{position:static!important;width:14px!important;height:14px!important;margin:0;accent-color:var(--red)}.remote-image-primary span{font-size:9px}.remote-image-item:has(>.remote-image-select:not(:checked)){opacity:.42;filter:grayscale(1)}.remote-image-item:has(.remote-image-primary input:checked){border-color:var(--red);box-shadow:0 0 0 1px var(--red)}

/* Catalog price actions */
.catalog-item{grid-template-columns:minmax(270px,1fr) 105px 120px 38px 82px 38px}.catalog-price-refresh button{display:grid;width:36px;height:36px;padding:0;place-items:center;border:1px solid #dfe2e3;border-radius:8px;background:#f0f2f2;color:#596065;font:700 15px Unbounded;cursor:pointer}.catalog-price-refresh button:hover{border-color:#188047;background:#eaf8ef;color:#188047}.catalog-price-refresh button:disabled{cursor:not-allowed;opacity:.35}.catalog-price-refresh{display:flex}
@media(max-width:1100px){.catalog-item{grid-template-columns:minmax(230px,1fr) 90px 105px 38px 38px}.catalog-item__actions{display:none}}
@media(max-width:650px){.catalog-item{grid-template-columns:1fr 36px 36px}.catalog-item__main{grid-column:1;grid-row:1}.catalog-price-refresh{grid-column:2;grid-row:1}.catalog-item__open{grid-column:3;grid-row:1}.catalog-quick-sort,.catalog-visibility{display:none}}

/* Price monitoring dashboard */
.price-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:16px}.price-summary>div{padding:22px 24px;border:1px solid #e1e3e4;border-radius:13px;background:#fff}.price-summary span{color:var(--muted);font-size:11px}.price-summary b{display:block;margin-top:6px;font:700 32px Unbounded}.price-summary__error b{color:var(--red)}.price-chart{margin-bottom:16px}.price-chart .admin-panel__head p{margin:0;color:var(--muted);font-size:11px}.price-chart__plot{height:290px;display:grid;grid-template-columns:repeat(5,1fr);gap:24px;padding-top:20px}.price-chart__column{min-width:0;display:flex;align-items:center;flex-direction:column}.price-chart__track{width:min(70px,70%);height:220px;display:flex;align-items:flex-end;border-radius:9px 9px 4px 4px;background:#f1f2f2;overflow:hidden}.price-chart__bar{position:relative;width:100%;height:var(--bar-height);min-height:7px;background:#188047;transition:height .4s}.price-chart__bar b{position:absolute;left:50%;top:-25px;transform:translateX(-50%);font:700 12px Unbounded}.price-chart__bar--normal{background:#62a27f}.price-chart__bar--warning{background:#e0a423}.price-chart__bar--stale,.price-chart__bar--never{background:var(--red)}.price-chart__bar--never{opacity:.45}.price-chart__column>span{margin-top:12px;color:var(--muted);font-size:10px;text-align:center}.price-table{margin-top:0}.price-table .admin-panel__head>span{color:var(--muted);font-size:11px}.price-error{display:block;max-width:320px;margin-top:4px;color:var(--red)}.price-edit-link{font-size:11px;font-weight:700}.price-edit-link:hover{color:var(--red)}
@media(max-width:700px){.price-summary{grid-template-columns:1fr}.price-chart__plot{gap:8px}.price-chart__track{width:60%;height:180px}.price-chart__plot{height:255px}.price-chart__column>span{font-size:8px}}
.source-stock{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:11px;font-weight:700;white-space:nowrap}.source-stock i{width:7px;height:7px;border-radius:50%;background:#b9bec1}.source-stock--yes{color:#188047}.source-stock--yes i{background:#20a45c}.source-stock--no{color:var(--red)}.source-stock--no i{background:var(--red)}
@media(max-width:800px){.catalog-create-actions{width:100%;display:flex;flex-flow:row nowrap;overflow-x:auto}.catalog-create-actions>*{width:auto!important;min-width:max-content;flex:1 0 auto;white-space:nowrap}}
@media(max-width:480px){.catalog-create-actions{flex-direction:row}.catalog-create-actions .button,.catalog-create-actions .admin-secondary-button{height:40px;padding-left:13px;padding-right:13px;font-size:11px}}
.catalog-create-actions{display:flex;flex-flow:row nowrap}.catalog-create-actions>a{width:auto!important;min-width:max-content;white-space:nowrap!important;word-break:keep-all}.catalog-create-actions .button,.catalog-create-actions .admin-secondary-button{white-space:nowrap!important}
.media-source{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.media-source>label{display:block;margin-bottom:7px;font-size:11px;font-weight:700}.media-source>div{display:flex;gap:8px}.media-source input{min-width:0}.media-source button{flex:none;white-space:nowrap}.media-source>small{display:block;margin-top:6px;color:var(--muted);font-size:10px}.media-source>small.is-loading{color:#8a6500}.media-source>small.is-success{color:#188047}.media-source>small.is-error{color:var(--red)}.remote-image-import--gallery{margin:18px 0 0;background:#fff}
@media(max-width:580px){.media-source>div{align-items:stretch;flex-direction:column}.media-source button{width:100%}}
@media(max-width:1100px){.catalog-create-actions{flex:none;gap:6px}.catalog-create-actions .button,.catalog-create-actions .admin-secondary-button{height:40px;padding:0 13px;font-size:11px}.catalog-admin-head{gap:18px}}
.brand-select-control{grid-template-columns:1fr 48px}.brand-select-control select,.brand-select-control .brand-add-button{width:100%;height:48px}
.characteristic-options-field{display:none!important}.characteristic-options-field.is-visible{display:flex!important}.characteristic-options-field textarea{font-size:14px;line-height:1.7}
.category-sort-form{display:flex;align-items:center;gap:5px}.category-sort-form input{width:66px;height:34px;padding:5px 7px;text-align:center}.category-sort-form button{width:34px;height:34px;border:0;border-radius:7px;background:#188047;color:#fff;font-weight:800;cursor:pointer;opacity:0;visibility:hidden;transform:translateX(-5px);transition:opacity .18s,visibility .18s,transform .18s,background-color .18s}.category-sort-form:focus-within button,.category-sort-form:hover button{opacity:1;visibility:visible;transform:translateX(0)}.category-sort-form button:hover{background:#116a3a}.category-visibility-form{display:inline}.category-visibility-form .category-status{border:0;background:#fdebec;padding:7px 10px;border-radius:7px;font-family:Manrope;cursor:pointer}.category-visibility-form .category-status--active{background:#eaf8ef}.category-visibility-form .category-status:hover{box-shadow:inset 0 0 0 1px currentColor}.category-row:target td{animation:category-saved 1.6s ease}.category-row:target .category-sort-form button{visibility:visible;animation:sort-confirmed 2.2s ease forwards}@keyframes category-saved{0%,45%{background:#eaf8ef}100%{background:transparent}}@keyframes sort-confirmed{0%,55%{opacity:1;transform:translateX(0);background:#188047}100%{opacity:0;transform:translateX(-5px);visibility:hidden}}
.quick-order-form{display:grid!important;grid-template-columns:30px 52px 30px 17px;align-items:center;gap:3px;width:max-content}.quick-order-form input[name="sort_order"]{width:52px!important;height:34px;padding:4px!important;border-radius:6px;text-align:center;font-variant-numeric:tabular-nums}.quick-order-form button{display:grid!important;width:30px!important;height:34px!important;min-height:34px!important;padding:0!important;place-items:center;border:1px solid #dfe2e3!important;border-radius:6px!important;background:#f0f2f2!important;color:#555d61!important;font:700 16px/1 Manrope!important;opacity:1!important;visibility:visible!important;transform:none!important;cursor:pointer}.quick-order-form button:hover{border-color:var(--red)!important;background:#fff!important;color:var(--red)!important}.order-save-state{position:relative;display:block;width:17px;height:17px}.order-save-state:after{position:absolute;inset:0;display:grid;place-items:center;font:700 12px/1 Manrope}.order-save-state.is-saving:after{content:"";width:11px;height:11px;margin:3px;border:2px solid #ccd1d3;border-top-color:var(--red);border-radius:50%;animation:order-spin .65s linear infinite}.order-save-state.is-saved:after{content:"✓";color:#188047}.order-save-state.is-error:after{content:"!";color:var(--red)}@keyframes order-spin{to{transform:rotate(360deg)}}.characteristic-order-form{margin:auto 0}.catalog-item{grid-template-columns:minmax(250px,1fr) 132px 120px 38px 82px 38px}
@media(max-width:1100px){.catalog-item{grid-template-columns:minmax(220px,1fr) 132px 105px 38px 38px}}

/* Request management */
.requests-table{min-width:800px;table-layout:fixed}
.requests-table th:nth-child(1){width:20%}
.requests-table th:nth-child(2){width:20%}
.requests-table th:nth-child(4){width:125px}
.requests-table th:nth-child(5){width:180px}
.request-delete-form{margin-top:8px}
.requests-table .request-delete{width:152px}
.requests-table td,.recent-requests-table td{overflow-wrap:anywhere}
.request-date{white-space:nowrap}
.request-status-select{width:152px;min-width:152px;padding:12px 28px 12px 12px;cursor:pointer}
.request-status{display:inline-block;padding:6px 12px;border-radius:7px;font-size:13px;font-weight:700;white-space:nowrap}
.request-status--new{background:#eaf2ff;color:#2458a6}
.request-status--working{background:#fff4da;color:#815600}
.request-status--done{background:#eaf8ef;color:#216b3c}
.request-status-select option{background:#fff;color:var(--ink)}
.request-delete{min-height:44px;padding:10px 12px;border:1px solid #f0c4c6;border-radius:8px;background:#fff;color:var(--red);font:600 13px Manrope,Arial,sans-serif;cursor:pointer;white-space:nowrap}
.request-delete:hover{background:#fdebec;border-color:var(--red)}
.request-delete:focus-visible,.request-status-select:focus-visible{outline:2px solid var(--ink);outline-offset:2px}
.recent-requests-table{min-width:720px}

/* Product PDF documentation */
.document-editor{margin-bottom:24px}


.document-editor__hint{font-size:12px;color:var(--muted);margin:0}
.document-editor__row{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,1fr) auto;align-items:center;gap:16px;padding:16px 0;border-top:1px solid var(--line)}
.document-editor__row>a{overflow-wrap:anywhere;color:var(--red);font-size:14px}
.document-editor__row input[type=file]{min-width:0;font-size:12px}
.document-editor__row .document-editor__delete{display:flex;flex-direction:row;align-items:center;font-size:12px;gap:8px;color:var(--red)}
.document-editor__delete input{width:auto}
.document-editor__hint{margin-top:12px}
.product-documents{border-top:1px solid var(--line)}
.product-documents__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.product-document{display:flex;align-items:center;gap:16px;padding:22px;border:1px solid var(--line);border-radius:12px;background:var(--paper)}
.product-document:hover{border-color:var(--red);background:#fff}
.product-document__icon{flex-shrink:0;padding:12px 8px;background:#fce8e9;border-radius:7px;font-size:12px;font-weight:800;color:var(--red)}
.product-document>span:nth-child(2){min-width:0;flex:1;overflow-wrap:anywhere}
.product-document strong{display:block;font-size:15px}
.product-document small{display:block;color:var(--muted);font-size:12px;margin-top:5px}
@media(max-width:900px){.document-editor__row{grid-template-columns:minmax(0,1fr)}.product-documents__list{grid-template-columns:minmax(0,1fr)}}

/* Tables inside product information blocks */
.rich-editor__table-tools{display:inline-flex;flex-wrap:wrap;gap:4px;border-left:1px solid var(--line);padding-left:6px}
.rich-editor__table-tools button:disabled{opacity:.45;cursor:default}
.rich-editor__content,.rich-content{overflow-x:auto}
.rich-editor__content table,.rich-content table{width:100%;min-width:360px;border-collapse:collapse;table-layout:fixed;margin:18px 0}
.rich-editor__content td,.rich-editor__content th,.rich-content td,.rich-content th{border:1px solid #ccd1d4;padding:10px 12px;vertical-align:top;text-align:left;overflow-wrap:anywhere;min-width:70px}
.rich-editor__content th,.rich-content th{background:#edf0f2;color:var(--ink);font-size:inherit;text-transform:none;font-weight:700}
.rich-editor__content td:focus-within,.rich-editor__content th:focus-within{background:#fff9ed}
.rich-content td p:last-child,.rich-content th p:last-child{margin-bottom:0}

.document-editor [data-document-uploads]:not(:empty){margin-top:16px}
.document-editor__file{display:flex;align-items:center;gap:12px;min-width:0}
.document-editor__file>span:last-of-type{min-width:0;overflow-wrap:anywhere}
.document-editor__file b{display:block;font-size:13px}
.document-editor__file small{display:block;font-size:11px;color:var(--muted)}
.document-editor__pdf{padding:10px 8px;border-radius:7px;background:#fce8e9;color:var(--red);font-size:11px;font-weight:800}
.document-editor__error{margin:14px 0 0;color:var(--red);font-size:12px;overflow-wrap:anywhere}
.media-upload:focus-within>span{outline:2px solid var(--ink);outline-offset:3px}

/* Price source error details */
.price-errors-link{display:block;border-radius:4px}
.price-errors-link small{display:block;color:var(--red);font-size:12px;margin-top:6px}
.price-errors-link:hover small{text-decoration:underline}
.price-errors-link:focus-visible{outline:2px solid var(--red);outline-offset:6px}
.price-errors-panel{margin-bottom:16px;scroll-margin-top:24px}
.price-errors-panel:target{border-color:var(--red)!important}
.price-errors-panel>p{color:var(--muted);font-size:13px}
.price-errors-panel table{min-width:700px}
.price-error-product{font-weight:700;overflow-wrap:anywhere}
.price-error-detail{color:var(--red);min-width:240px;max-width:600px;overflow-wrap:anywhere}
.price-error-actions{display:flex;flex-direction:column;gap:8px;min-width:155px;font-size:12px;font-weight:700}
.price-error-actions a:hover,.price-error-product:hover{color:var(--red)}
