@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap";:root{--navy:#121a2d;--navy-2:#1a243a;--navy-3:#26334d;--yellow:#fad200;--yellow-soft:#fff8cf;--bg:#f3f5f8;--panel:#fff;--text:#172033;--muted:#758096;--line:#e3e7ed;--green:#169b62;--red:#dc4753;--blue:#3478f6;--orange:#f07a2d;--violet:#7658d4;--radius:12px;--shadow:0 12px 36px #1c27390f}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);min-width:320px;color:var(--text);-webkit-font-smoothing:antialiased;font-family:Montserrat,sans-serif;font-size:14px;line-height:1.45}button,input,select,textarea{color:inherit;font:inherit}button{cursor:pointer;background:0 0;border:0}button:disabled{cursor:not-allowed;opacity:.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}input,select,textarea{outline:0}select{appearance:none}textarea{resize:vertical}::selection{background:var(--yellow);color:var(--navy)}.app-shell{min-height:100vh}.app-main{min-height:100vh;margin-left:276px}.app-content{padding:32px 38px 60px}.page{width:100%;max-width:1500px;margin:0 auto;animation:.28s both page-in}.panel{background:var(--panel);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid #dce1e9d1}@keyframes page-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}.button{white-space:nowrap;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:0 20px;font-weight:700;transition:all .2s;display:inline-flex}.button--primary{background:var(--yellow);color:var(--navy);box-shadow:0 7px 16px #fad2002b}.button--primary:hover{background:#ffe03a;transform:translateY(-1px)}.button--secondary{border-color:var(--line);color:var(--text);background:#fff}.button--secondary:hover{background:#fafbfc;border-color:#aeb6c3}.button--ghost{color:#536075;background:0 0}.button--ghost:hover{color:var(--text);background:#f4f6f8}.icon-button{border:1px solid var(--line);color:#596579;border-radius:9px;flex:none;place-items:center;width:42px;height:42px;transition:all .2s;display:inline-grid;position:relative}.icon-button:hover{color:var(--text);background:#fff;border-color:#aeb6c3}.icon-button__badge{background:var(--red);color:#fff;border:2px solid #fff;border-radius:10px;min-width:19px;height:19px;padding:0 5px;font-size:12px;font-weight:800;line-height:15px;position:absolute;top:-6px;right:-5px}.status{white-space:nowrap;border-radius:30px;justify-content:center;align-items:center;width:fit-content;padding:6px 10px;font-size:13px;font-weight:700;line-height:1;display:inline-flex}.status--delivery,.status--draft{color:#2f6ecb;background:#eaf2ff}.status--assembling{color:#a66d00;background:#fff4d6}.status--done{color:#117a4c;background:#e4f6ed}.status--cancelled{color:#b72e3b;background:#fce8ea}.status--sale{background:var(--yellow);color:var(--navy)}.status--new{color:#5a43b4;background:#ece9ff}.green{color:var(--green)!important}.red{color:var(--red)!important}.back-link{color:#69758a;align-items:center;gap:7px;margin-bottom:21px;font-weight:600;display:inline-flex}.back-link:hover{color:var(--text)}.page-heading{justify-content:space-between;align-items:flex-end;gap:22px;min-height:70px;margin-bottom:28px;display:flex}.page-heading__eyebrow{color:#79859a;letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px;font-size:13px;font-weight:700;display:block}.page-heading h1{letter-spacing:-.035em;font-size:clamp(25px,2.2vw,34px);line-height:1.16}.page-heading p{max-width:750px;color:var(--muted);margin-top:8px}.page-heading__actions{align-items:center;gap:10px;display:flex}.section-heading{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.section-heading h2{letter-spacing:-.025em;font-size:18px}.section-heading p{color:var(--muted);margin-top:4px;font-size:12px}.section-heading>button{color:#536075;align-items:center;gap:7px;font-size:12px;font-weight:700;display:flex}.section-heading>button:hover{color:var(--text)}.tabs{border-bottom:1px solid var(--line);scrollbar-width:none;align-items:center;display:flex;overflow-x:auto}.tabs button{color:#778397;white-space:nowrap;padding:16px 20px;font-size:12px;font-weight:700;position:relative}.tabs button.is-active{color:var(--text)}.tabs button.is-active:after{content:"";background:var(--yellow);border-radius:4px 4px 0 0;height:3px;position:absolute;bottom:-1px;left:18px;right:18px}.tabs em{background:#eef1f5;border-radius:10px;place-items:center;min-width:19px;height:19px;margin-left:5px;padding:0 5px;font-size:12px;font-style:normal;display:inline-grid}.empty-state{text-align:center;flex-direction:column;align-items:center;padding:70px 20px;display:flex}.empty-state__icon{background:var(--yellow-soft);border-radius:50%;place-items:center;width:60px;height:60px;margin-bottom:18px;display:grid}.empty-state h3{font-size:18px}.empty-state p{max-width:400px;color:var(--muted);margin:7px auto 20px}.logo{color:#fff;align-items:center;gap:11px;display:flex}.logo__mark{border:2px solid var(--yellow);width:43px;height:43px;box-shadow:inset 0 0 0 4px var(--navy), inset 0 0 0 5px #fad20059;border-radius:50% 50% 48% 52%;place-items:center;display:grid;position:relative}.logo__mark:before,.logo__mark:after{content:"";border:2px solid var(--yellow);background:var(--navy);border-radius:50%;width:7px;height:7px;position:absolute}.logo__mark:before{top:8px;right:-4px}.logo__mark:after{bottom:8px;left:-4px}.logo__mark span{color:var(--yellow);font-size:17px;font-style:italic;font-weight:800}.logo__text{flex-direction:column;line-height:1.02;display:flex}.logo__text span{color:#d4d8e0;letter-spacing:.18em;text-transform:uppercase;font-size:11px;font-weight:600}.logo__text strong{letter-spacing:.05em;text-transform:uppercase;font-size:19px}.avatar{color:#fff;background:linear-gradient(135deg,#34435f,#1a263b);border-radius:50%;flex:none;place-items:center;width:38px;height:38px;font-size:13px;font-weight:800;display:inline-grid}.avatar--small{width:34px;height:34px;font-size:12px}.sidebar{z-index:40;background:var(--navy);color:#fff;flex-direction:column;width:276px;padding:22px 17px 16px;display:flex;position:fixed;inset:0 auto 0 0;overflow-y:auto}.sidebar__top{justify-content:space-between;align-items:center;padding:0 8px 21px;display:flex}.sidebar__close{color:#fff;border-color:#ffffff24;display:none}.sidebar__company{background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;margin:0 2px 16px;padding:12px;display:grid}.sidebar__company-icon{background:var(--yellow);width:34px;height:34px;color:var(--navy);border-radius:8px;place-items:center;display:grid}.sidebar__company div{flex-direction:column;min-width:0;display:flex}.sidebar__company strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.sidebar__company span:not(.sidebar__company-icon){color:#9099ab;margin-top:2px;font-size:12px}.sidebar__company>svg{color:#6e7a90}.sidebar__nav{flex-direction:column;gap:3px;display:flex}.sidebar-link{color:#aeb6c6;text-align:left;border-radius:8px;grid-template-columns:23px 1fr auto;align-items:center;gap:10px;width:100%;min-height:44px;padding:0 12px;font-size:12px;font-weight:600;transition:all .18s;display:grid;position:relative}.sidebar-link:hover{color:#fff;background:#ffffff0f}.sidebar-link.is-active{color:#fff;background:#fad2001f}.sidebar-link.is-active:before{content:"";background:var(--yellow);border-radius:0 3px 3px 0;width:3px;height:24px;position:absolute;left:-17px}.sidebar-link.is-active svg{color:var(--yellow)}.sidebar-link--accent span{color:#ffe24b}.sidebar-link em{background:var(--yellow);min-width:21px;height:21px;color:var(--navy);border-radius:11px;place-items:center;padding:0 6px;font-size:12px;font-style:normal;font-weight:800;display:grid}.sidebar__support{color:#d5d9e2;background:#ffffff09;border:1px solid #ffffff14;border-radius:10px;grid-template-columns:36px 1fr auto;align-items:center;gap:9px;margin-top:auto;padding:15px 11px;display:grid}.sidebar__support-icon{width:36px;height:36px;color:var(--yellow);background:#fad20021;border-radius:50%;place-items:center;display:grid}.sidebar__support div{flex-direction:column;display:flex}.sidebar__support strong{font-size:12px}.sidebar__support div span{color:#8490a4;margin-top:2px;font-size:11px}.sidebar__footer{color:#738096;justify-content:space-between;align-items:center;padding:15px 5px 0;display:flex}.sidebar__footer>div{flex-direction:column;gap:2px;font-size:11px;display:flex}.sidebar__footer strong{color:#96a0b2;font-size:11px;font-weight:500}.sidebar__footer button{color:#718097;border-radius:7px;place-items:center;width:32px;height:32px;display:grid}.sidebar__footer button:hover{color:#fff;background:#ffffff0f}.sync-dot{background:#21c47b;border-radius:50%;width:6px;height:6px;margin-right:4px;display:inline-block;box-shadow:0 0 8px #21c47bb3}.sidebar-overlay{display:none}.header{z-index:30;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;justify-content:space-between;align-items:center;gap:20px;height:72px;padding:0 38px;display:flex;position:sticky;top:0}.header__left,.header__actions{align-items:center;gap:11px;display:flex}.header__menu{display:none}.header__breadcrumb{color:#9099aa;align-items:center;gap:8px;font-size:13px;display:flex}.header__breadcrumb strong{color:#4f5b6e}.role-switcher{border:1px solid var(--line);color:#6d788b;background:#f8f9fb;border-radius:8px;align-items:center;gap:7px;height:38px;padding:0 9px;display:flex}.role-switcher select{background:0 0;border:0;width:112px;font-size:12px;font-weight:700}.role-switcher>svg:last-child{pointer-events:none;margin-left:-16px}.header-profile{text-align:left;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;margin-left:4px;display:grid}.header-profile>span{flex-direction:column;display:flex}.header-profile strong{font-size:12px}.header-profile small{color:#8893a5;margin-top:2px;font-size:12px}.mobile-nav{display:none}.dashboard-hero{color:#fff;background:linear-gradient(122deg,#111b30 0%,#1e3252 58%,#153a50 100%);border-radius:15px;height:265px;margin-bottom:22px;position:relative;overflow:hidden;box-shadow:0 20px 45px #111b3026}.dashboard-hero__content{z-index:3;flex-direction:column;align-items:flex-start;height:100%;padding:33px 40px;display:flex;position:relative}.dashboard-hero__eyebrow{color:var(--yellow);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:7px;margin-bottom:14px;font-size:12px;font-weight:700;display:flex}.dashboard-hero h2{letter-spacing:-.03em;font-size:31px;line-height:1.08}.dashboard-hero p{color:#aebbd0;margin-top:9px;font-size:13px}.dashboard-hero__content button{color:var(--yellow);align-items:center;gap:8px;margin-top:auto;font-size:13px;font-weight:700;display:flex}.dashboard-hero>img{z-index:2;object-fit:contain;filter:drop-shadow(0 30px 25px #00000047);width:43%;height:150%;position:absolute;bottom:-40%;right:5%;transform:rotate(-7deg)}.dashboard-hero__price{z-index:4;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0c1728bd;border:1px solid #fad20052;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:128px;height:128px;display:flex;position:absolute;top:40px;right:39%}.dashboard-hero__price small{color:#b4bfd0;text-transform:uppercase;font-size:11px}.dashboard-hero__price strong{color:var(--yellow);letter-spacing:-.04em;margin-top:2px;font-size:23px}.dashboard-hero__price strong span{font-size:12px}.dashboard-hero__price em{background:var(--yellow);color:var(--navy);border-radius:9px;margin-top:4px;padding:3px 7px;font-size:11px;font-style:normal;font-weight:800}.dashboard-hero__ring{border:1px solid #fad2001f;border-radius:50%;position:absolute}.dashboard-hero__ring--one{width:500px;height:500px;bottom:-190px;right:-90px}.dashboard-hero__ring--two{width:350px;height:350px;bottom:-120px;right:80px}.metric-grid{grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:22px;display:grid}.metric-card{border:1px solid var(--line);border-radius:var(--radius);min-width:0;min-height:108px;box-shadow:var(--shadow);text-align:left;background:#fff;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:18px;transition:all .2s;display:grid}.metric-card:hover{border-color:#ccd2dc;transform:translateY(-2px);box-shadow:0 15px 30px #1b263917}.metric-card--warning{background:#fffcf5;border-color:#f6e5c7}.metric-card__icon{border-radius:10px;place-items:center;width:42px;height:42px;display:grid}.metric-card__icon--blue{color:var(--blue);background:#eaf2ff}.metric-card__icon--orange{color:var(--orange);background:#fff0e6}.metric-card__icon--violet{color:var(--violet);background:#f0edff}.metric-card__icon--red{color:var(--red);background:#fcebed}.metric-card>div{flex-direction:column;min-width:0;display:flex}.metric-card div span{color:#788397;font-size:12px}.metric-card div strong{letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap;margin:3px 0 1px;font-size:19px;overflow:hidden}.metric-card div small{color:#8e98a9;font-size:11px}.metric-card>svg{color:#b4bbc7}.dashboard-columns{grid-template-columns:minmax(0,1.7fr) minmax(290px,.75fr);gap:15px;margin-bottom:28px;display:grid}.dashboard-columns>.panel{padding:21px}.orders-compact{flex-direction:column;display:flex}.order-compact{text-align:left;border-top:1px solid #eef0f3;grid-template-columns:39px minmax(130px,1fr) auto minmax(90px,auto) 18px;align-items:center;gap:11px;min-height:66px;padding:9px 0;display:grid}.order-compact:first-child{border-top:0}.order-compact__icon{color:#5e697c;background:#f2f4f7;border-radius:9px;place-items:center;width:39px;height:39px;display:grid}.order-compact__main{flex-direction:column;min-width:0;display:flex}.order-compact__main strong{font-size:13px}.order-compact__main span{color:#8b96a7;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:11px;overflow:hidden}.order-compact__amount{text-align:right;font-size:13px}.order-compact>svg{color:#b4bbc7}.manager-card__person{align-items:center;gap:12px;margin-bottom:15px;display:flex}.manager-card__person img{object-fit:cover;border-radius:50%;width:52px;height:52px}.manager-card__person div{flex-direction:column;display:flex}.manager-card__person strong{font-size:12px}.manager-card__person span{color:var(--muted);margin-top:3px;font-size:12px}.online-pill{color:var(--green);background:#eaf8f1;border-radius:12px;align-items:center;gap:5px;padding:5px 8px;font-size:11px;font-weight:700;display:inline-flex}.online-pill i{background:var(--green);border-radius:50%;width:6px;height:6px}.manager-card__contacts{flex-direction:column;gap:8px;margin-bottom:15px;display:flex}.manager-card__contacts a{color:#556174;background:#f7f8fa;border-radius:8px;align-items:center;gap:9px;padding:8px 10px;font-size:12px;display:flex}.manager-card__contacts a span{flex-direction:column;display:flex}.manager-card__contacts small{color:#929bac;margin-bottom:1px;font-size:12px}.manager-card .button{width:100%;min-height:38px;font-size:12px}.dashboard-products{margin-top:7px}.quick-product-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.quick-product{border:1px solid var(--line);text-align:left;background:#fff;border-radius:10px;grid-template-columns:65px 1fr auto;align-items:center;gap:9px;min-width:0;padding:10px 12px 10px 9px;transition:all .2s;display:grid}.quick-product:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.quick-product img{object-fit:contain;background:#f7f8f9;border-radius:7px;width:65px;height:65px}.quick-product div{flex-direction:column;min-width:0;display:flex}.quick-product div span{color:#929bac;font-size:12px}.quick-product div strong{text-overflow:ellipsis;white-space:nowrap;margin:2px 0 5px;font-size:12px;overflow:hidden}.quick-product div b{font-size:12px}.quick-product>svg{color:#bcc2cb}.admin-metrics{grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:20px;display:grid}.admin-stat{border:1px solid var(--line);border-radius:var(--radius);min-height:136px;box-shadow:var(--shadow);background:#fff;flex-direction:column;padding:22px;display:flex;position:relative;overflow:hidden}.admin-stat>span{color:#7d889a;font-size:12px}.admin-stat>strong{letter-spacing:-.04em;margin-top:10px;font-size:24px}.admin-stat>small{color:#8994a5;margin-top:auto;font-size:11px}.admin-stat>small b{color:var(--green)}.admin-stat>svg{color:#e9ecf1;position:absolute;bottom:18px;right:20px}.admin-stat--dark{border-color:var(--navy);background:var(--navy);color:#fff}.admin-stat--dark>span,.admin-stat--dark>small{color:#9aa5b9}.admin-stat--dark>svg{color:#fad20038}.sync-title{align-items:center;gap:8px;display:flex;font-size:17px!important}.sync-title i{background:#1cbb73;border-radius:50%;width:9px;height:9px;box-shadow:0 0 10px #1cbb7380}.dashboard-columns--admin{grid-template-columns:1.55fr .8fr}.sync-row{border-top:1px solid #eef0f3;grid-template-columns:28px 1fr auto;align-items:center;gap:9px;min-height:49px;display:grid}.sync-row__check{width:25px;height:25px;color:var(--green);background:#e6f7ef;border-radius:50%;place-items:center;font-size:11px;font-weight:800;display:grid}.sync-row div{flex-direction:column;display:flex}.sync-row strong{font-size:12px}.sync-row span,.sync-row time{color:#909aaa;font-size:12px}.sync-panel .button{width:100%;min-height:38px;margin-top:12px;font-size:12px}.partner-preview{padding:21px}.partner-preview>button{text-align:left;border-top:1px solid #eef0f3;grid-template-columns:34px 1fr auto 18px;align-items:center;gap:10px;width:100%;min-height:57px;padding:8px 0;display:grid}.partner-preview>button>div{flex-direction:column;display:flex}.partner-preview>button>div strong{font-size:12px}.partner-preview>button>div span{color:var(--muted);margin-top:2px;font-size:11px}.partner-preview>button>span:not(.avatar){color:var(--muted);text-align:right;flex-direction:column;font-size:11px;display:flex}.partner-preview>button>span strong{color:var(--red);margin-top:2px;font-size:13px}.latest-publications{padding:24px}.editor-preview-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.editor-preview-card{border:1px solid var(--line);text-align:left;background:#fff;border-radius:10px;min-width:0;transition:border-color .2s,box-shadow .2s,transform .2s;overflow:hidden}.editor-preview-card:hover{border-color:#c7ced9;transform:translateY(-2px);box-shadow:0 12px 26px #1a253817}.editor-preview-card:focus-visible{outline-offset:3px;outline:3px solid #fad20080}.editor-preview-card img{object-fit:cover;width:100%;height:150px}.editor-preview-card>div{flex-wrap:wrap;align-content:flex-start;align-items:center;min-height:172px;padding:16px;display:flex}.editor-preview-grid time{color:var(--muted);margin-left:8px;font-size:11px}.editor-preview-grid h3{width:100%;margin:12px 0 6px;font-size:13px;line-height:1.4}.editor-preview-grid p{width:100%;color:var(--muted);font-size:12px;line-height:1.55}.editor-preview-card__link{color:#536075;align-items:center;gap:6px;width:100%;margin-top:auto;padding-top:14px;font-size:12px;font-weight:700;display:flex}.editor-preview-card:hover .editor-preview-card__link{color:var(--text)}.catalog-note{color:#69758a;background:#fff;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-size:12px;font-weight:600;display:flex}.sale-banner,.new-banner{border-radius:13px;justify-content:space-between;align-items:center;height:145px;margin-bottom:22px;padding:25px 34px;display:flex;overflow:hidden}.sale-banner{color:var(--navy);background:linear-gradient(110deg,#f9d100,#ffe862)}.new-banner{color:#fff;background:linear-gradient(120deg,#17243b,#274a67)}.sale-banner span,.new-banner span{letter-spacing:.09em;text-transform:uppercase;opacity:.68;font-size:12px;font-weight:700}.sale-banner h2,.new-banner h2{letter-spacing:-.04em;margin-top:6px;font-size:25px}.sale-banner p,.new-banner p{opacity:.7;margin-top:4px;font-size:12px}.sale-banner>svg{color:#111b302e;transform:rotate(-11deg)}.new-banner>svg{color:var(--yellow);opacity:.7}.catalog-searchbar{align-items:center;gap:9px;margin-bottom:18px;display:flex}.catalog-searchbar>label{border:1px solid var(--line);background:#fff;border-radius:10px;flex:1;align-items:center;gap:10px;height:48px;padding:0 15px;display:flex}.catalog-searchbar input{border:0;width:100%;font-size:13px}.catalog-searchbar label>svg{color:#939dad}.catalog-searchbar label button{color:#99a2b1;place-items:center;display:grid}.mobile-filter-button{display:none}.catalog-layout{grid-template-columns:228px minmax(0,1fr);align-items:start;gap:18px;display:grid}.filters{border:1px solid var(--line);background:#fff;border-radius:11px;transition:all .2s;overflow:hidden}.filters.is-collapsed{display:none}.catalog-layout:has(.filters.is-collapsed){grid-template-columns:1fr}.filter-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:53px;padding:0 15px;display:flex}.filter-head strong{font-size:12px}.filter-head button{color:#8b95a6;font-size:11px;text-decoration:underline}.filter-section{border-bottom:1px solid #eef0f3;padding:14px 15px}.filter-section__title{text-align:left;justify-content:space-between;align-items:center;width:100%;margin-bottom:12px;font-size:12px;font-weight:700;display:flex}.filter-categories{flex-direction:column;gap:8px;display:flex}.filter-categories label{color:#596579;cursor:pointer;grid-template-columns:14px 1fr auto;align-items:center;gap:7px;font-size:12px;display:grid}.filter-categories input{width:14px;height:14px;accent-color:var(--navy)}.filter-categories small{color:#a0a9b8;font-size:11px}.price-range{grid-template-columns:1fr 1fr;gap:7px;display:grid}.price-range label{border:1px solid var(--line);border-radius:7px;align-items:center;gap:5px;height:34px;padding:0 8px;display:flex}.price-range span{color:#9ba4b2;font-size:12px}.price-range input{border:0;width:100%;min-width:0;font-size:12px;font-weight:600}.range-track{height:14px;margin-top:9px;position:relative}.range-track:before{content:"";background:#e4e7ec;border-radius:2px;height:3px;position:absolute;top:6px;left:0;right:0}.range-track i{z-index:1;background:var(--yellow);height:3px;position:absolute;top:6px;left:12%;right:15%}.range-track b,.range-track span{z-index:2;border:3px solid var(--navy);background:#fff;border-radius:50%;width:11px;height:11px;position:absolute;top:2px}.range-track b{left:10%}.range-track span{right:13%}.check-label{color:#596579;cursor:pointer;align-items:center;gap:8px;margin:8px 0;font-size:12px;display:flex}.check-label input{opacity:0;position:absolute}.check-label>span{color:#0000;border:1px solid #cdd3dc;border-radius:4px;place-items:center;width:15px;height:15px;display:grid}.check-label input:checked+span{border-color:var(--navy);background:var(--navy);color:#fff}.mobile-filter-apply{display:none}.catalog-results{min-width:0}.catalog-toolbar{justify-content:space-between;align-items:center;gap:13px;height:42px;margin-bottom:11px;display:flex}.catalog-toolbar>div{align-items:center;gap:13px;display:flex}.catalog-toolbar strong{font-size:12px}.filter-toggle{color:#6e798c;align-items:center;gap:6px;font-size:12px;display:flex}.select-wrap{color:#8c96a6;align-items:center;gap:4px;font-size:12px;display:flex}.select-wrap select{color:#505b6d;background:0 0;border:0;padding-right:15px;font-size:12px;font-weight:600}.select-wrap svg{pointer-events:none;margin-left:-17px}.view-switch{border:1px solid var(--line);background:#fff;border-radius:7px;padding:3px;display:flex}.view-switch button{color:#919aaa;border-radius:5px;place-items:center;width:30px;height:26px;display:grid}.view-switch button.is-active{color:var(--navy);background:#edf0f4}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.product-card{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:11px;min-width:0;transition:all .22s;overflow:hidden}.product-card:hover{border-color:#c7ced9;transform:translateY(-3px);box-shadow:0 15px 32px #1a25381a}.product-card__visual{background:#f7f8fa;place-items:center;height:205px;display:grid;position:relative;overflow:hidden}.product-card__visual:after{content:"";filter:blur(9px);background:#111b3014;border-radius:50%;height:15px;position:absolute;inset:auto 15% 7px}.product-card__visual img{z-index:1;object-fit:contain;width:84%;height:84%;transition:all .25s;position:relative}.product-card:hover .product-card__visual img{transform:scale(1.035)}.product-card__badges{z-index:3;gap:5px;display:flex;position:absolute;top:10px;left:10px}.badge{border-radius:15px;padding:5px 8px;font-size:11px;font-weight:800}.badge--sale{background:var(--yellow);color:var(--navy)}.badge--new{background:var(--navy);color:#fff}.heart-button{z-index:3;color:#7f899a;background:#ffffffe6;border:1px solid #dce1e8cc;border-radius:50%;place-items:center;width:33px;height:33px;transition:all .18s;display:grid;position:absolute;top:9px;right:9px}.heart-button:hover,.heart-button.is-active{color:var(--red);transform:scale(1.05)}.heart-button--static{position:static}.product-card__body{padding:13px}.product-card__article{color:#939dab;font-size:12px;font-weight:600}.product-card h3{-webkit-line-clamp:3;-webkit-box-orient:vertical;height:42px;margin:5px 0 8px;font-size:13px;line-height:1.3;display:-webkit-box;overflow:hidden}.product-card__meta{color:#8c96a6;justify-content:space-between;align-items:center;gap:6px;font-size:12px;display:flex}.stock{color:#6a7689;align-items:center;gap:5px;font-size:11px;display:inline-flex}.stock>span{border-radius:50%;width:6px;height:6px}.stock--yes>span{background:#20b66f}.stock--no>span{background:#c4c9d1}.stock--yes{color:#168254}.stock--no{color:#8a94a4}.product-card__offer{border-top:1px solid #edf0f3;justify-content:space-between;align-items:flex-end;gap:8px;min-height:54px;margin-top:11px;padding-top:10px;display:flex}.product-card__price{flex-direction:column;min-width:0;display:flex}.product-card__price>span,.product-card__price del{color:#9ca5b3;height:14px;font-size:11px}.product-card__price del{color:#9a7680}.product-card__price strong{letter-spacing:-.04em;font-size:15px}.product-card__price small{font-size:11px;font-weight:500}.price-hidden{color:#8590a2;align-items:center;gap:5px;font-size:11px;display:flex}.add-button{background:var(--yellow);width:38px;height:38px;color:var(--navy);border-radius:8px;flex:none;place-items:center;transition:all .18s;display:grid}.add-button:hover:not(:disabled){background:#ffe13b;transform:scale(1.04)}.add-button:disabled{color:#9aa3b0;opacity:1;background:#eef0f3}.product-list{flex-direction:column;gap:8px;display:flex}.product-row{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:10px;grid-template-columns:74px minmax(180px,1fr) 100px 120px 34px 38px;align-items:center;gap:12px;min-height:88px;padding:9px 13px 9px 9px;transition:all .2s;display:grid}.product-row:hover{box-shadow:var(--shadow);border-color:#c6cdd7}.product-row__image{background:#f7f8fa;border-radius:7px;place-items:center;width:74px;height:68px;display:grid}.product-row__image img{object-fit:contain;width:90%;height:90%}.product-row__main,.product-row__stock,.product-row__price{flex-direction:column;display:flex}.product-row__main span,.product-row__main small,.product-row__price small{color:#929cac;font-size:12px}.product-row__main strong{margin:3px 0;font-size:12px}.product-row__stock strong,.product-row__price strong{margin-top:5px;font-size:12px}.mobile-filter-drawer,.drawer-overlay{display:none}.product-detail{grid-template-columns:minmax(360px,.9fr) minmax(460px,1fr);gap:36px;margin-bottom:24px;display:grid}.product-gallery{direction:rtl;grid-template-columns:66px 1fr;gap:10px;display:grid}.product-gallery__main{border:1px solid var(--line);direction:ltr;background:#fff;border-radius:13px;place-items:center;height:500px;display:grid;position:relative;overflow:hidden}.product-gallery__main img{object-fit:contain;width:88%;height:88%}.product-gallery__thumbs{direction:ltr;flex-direction:column;gap:8px;display:flex}.product-gallery__thumbs button{border:1px solid var(--line);background:#fff;border-radius:8px;place-items:center;width:66px;height:66px;display:grid;overflow:hidden}.product-gallery__thumbs button.is-active{border:2px solid var(--yellow)}.product-gallery__thumbs img{object-fit:contain;width:90%;height:90%}.product-info{padding:5px 0}.product-info__top{justify-content:space-between;align-items:center;display:flex}.product-info__top>span{color:#8e98a8;font-size:12px}.product-info__top button{color:#6d788b;align-items:center;gap:7px;font-size:12px;font-weight:600;display:flex}.product-info__top button.is-active{color:var(--red)}.product-info__category{color:#6e7a8e;margin:18px 0 5px;font-size:12px;font-weight:600}.product-info h1{letter-spacing:-.04em;max-width:650px;font-size:clamp(24px,2.3vw,35px);line-height:1.18}.availability-card{background:#f6fcf9;border:1px solid #d8eee4;border-radius:9px;grid-template-columns:34px 1fr auto;align-items:center;gap:11px;margin:24px 0 16px;padding:12px 14px;display:grid}.availability-card__icon{width:34px;height:34px;color:var(--green);background:#daf4e8;border-radius:50%;place-items:center;display:grid}.availability-card div{flex-direction:column;display:flex}.availability-card strong{font-size:12px}.availability-card div span{color:#779083;margin-top:2px;font-size:11px}.availability-card b{color:var(--green);font-size:12px}.price-box{background:var(--navy);color:#fff;border-radius:11px;grid-template-columns:1fr 1fr;align-items:center;gap:16px;min-height:120px;padding:20px;display:grid}.price-box__main,.price-box__saving{flex-direction:column;display:flex}.price-box__main>span,.price-box__saving>span{color:#9faabd;font-size:11px}.price-box__main>strong{color:var(--yellow);letter-spacing:-.045em;margin-top:5px;font-size:29px}.price-box__main>strong small{font-size:11px}.price-box__main del{color:#929daf;margin-top:1px;font-size:12px}.price-box__saving{border-left:1px solid #ffffff1c;padding-left:18px}.price-box__saving strong{margin:4px 0;font-size:13px}.price-box__saving small{color:#7f8ba0;font-size:11px}.admin-price-message{grid-column:1/-1;align-items:center;gap:12px;display:flex}.admin-price-message>svg{color:var(--yellow)}.admin-price-message div{flex-direction:column;display:flex}.admin-price-message span{color:#9da8ba;font-size:12px}.buy-box{grid-template-columns:154px 1fr;gap:9px;margin:14px 0;display:grid}.buy-box .button{min-height:50px}.quantity-control{border:1px solid var(--line);background:#fff;border-radius:9px;grid-template-columns:37px 1fr 37px;align-items:center;min-height:50px;display:grid}.quantity-control button{color:#5e697d;place-items:center;height:100%;display:grid}.quantity-control label{justify-content:center;align-items:center;display:flex}.quantity-control input{text-align:center;border:0;width:45px;min-width:0;font-weight:700}.quantity-control input::-webkit-inner-spin-button{display:none}.quantity-control span{color:#8b95a5;font-size:12px}.product-logistics{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:10px;padding-top:15px;display:grid}.product-logistics>div{color:#6f7b8f;align-items:center;gap:8px;display:flex}.product-logistics svg{color:#778398}.product-logistics span{flex-direction:column;font-size:11px;display:flex}.product-logistics strong{color:#303b4e;margin-bottom:2px;font-size:11px}.product-tabs{margin-bottom:28px;overflow:hidden}.product-tab-content{min-height:180px;padding:27px}.description-copy{max-width:920px}.description-copy h2,.pricing-explanation h2{margin-bottom:11px;font-size:17px}.description-copy p,.pricing-explanation p{color:#657186;margin-bottom:10px;font-size:12px;line-height:1.7}.spec-grid{grid-template-columns:repeat(2,1fr);gap:0 30px;display:grid}.spec-grid div{border-bottom:1px solid #eef0f3;justify-content:space-between;align-items:center;gap:15px;padding:11px 0;display:flex}.spec-grid span{color:var(--muted);font-size:12px}.spec-grid strong{font-size:12px}.stock-table>div{border-bottom:1px solid #eef0f3;grid-template-columns:110px 1fr 100px;align-items:center;gap:15px;min-height:48px;display:grid}.stock-table strong,.stock-table b{font-size:12px}.stock-table b{text-align:right}.pricing-explanation{gap:16px;display:flex}.pricing-explanation>span{background:var(--yellow-soft);color:#a88600;border-radius:10px;flex:none;place-items:center;width:44px;height:44px;display:grid}.pricing-explanation>div>div{gap:24px;margin-top:18px;display:flex}.pricing-explanation>div>div span{color:var(--muted);flex-direction:column;font-size:11px;display:flex}.pricing-explanation>div>div strong{color:var(--text);margin-top:3px;font-size:11px}.related-products{margin-bottom:20px}.list-toolbar{justify-content:space-between;align-items:center;gap:15px;min-height:64px;margin-bottom:16px;padding:10px 14px;display:flex}.list-toolbar>label:first-child{border:1px solid var(--line);background:#fafbfc;border-radius:8px;align-items:center;gap:9px;width:min(460px,100%);height:40px;padding:0 12px;display:flex}.list-toolbar input{background:0 0;border:0;width:100%;font-size:12px}.list-toolbar svg{color:#8e98a8}.list-toolbar>span{color:var(--muted);font-size:12px}.list-toolbar .select-field{width:180px}.cart-list{flex-direction:column;gap:12px;display:flex}.cart-card{grid-template-columns:minmax(260px,1.4fr) minmax(330px,1fr);gap:10px 30px;padding:18px 20px;display:grid}.cart-card__main{text-align:left;grid-template-columns:50px 1fr;align-items:center;gap:13px;display:grid}.cart-card__main>div{min-width:0}.cart-card__main div>span{color:#949dac;font-size:11px}.cart-card__main h2{margin:3px 0;font-size:15px}.cart-card__main p{color:#818b9d;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.cart-card__icon{border-radius:11px;place-items:center;width:50px;height:50px;display:grid}.cart-card__icon--0{color:var(--blue);background:#eaf2ff}.cart-card__icon--1{color:var(--violet);background:#eeeaff}.cart-card__icon--2{color:var(--green);background:#e8f7f0}.cart-card__stats{grid-template-columns:repeat(3,1fr);align-items:center;display:grid}.cart-card__stats>span{border-left:1px solid var(--line);flex-direction:column;padding:3px 18px;display:flex}.cart-card__stats small{color:#929cab;font-size:11px}.cart-card__stats strong{margin-top:3px;font-size:12px}.cart-card__footer{border-top:1px solid #eef0f3;grid-column:1/-1;justify-content:space-between;align-items:center;padding-top:13px;display:flex}.cart-card__footer>span{color:#929cab;align-items:center;gap:6px;font-size:11px;display:flex}.cart-card__footer>div{align-items:center;gap:7px;display:flex}.cart-card__footer .icon-button{width:36px;height:36px}.cart-card__footer .button{min-height:36px;padding:0 13px;font-size:12px}.multi-cart-tip{background:#fffdf1;border:1px solid #f0df82;border-radius:10px;gap:13px;margin-top:18px;padding:18px 20px;display:flex}.multi-cart-tip>span{background:var(--yellow);border-radius:9px;flex:none;place-items:center;width:40px;height:40px;display:grid}.multi-cart-tip strong{font-size:12px}.multi-cart-tip p{color:#7d8490;max-width:780px;margin-top:3px;font-size:12px}.cart-switch{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:center;gap:8px;height:42px;padding:0 10px;display:flex}.cart-switch select{background:0 0;border:0;min-width:170px;padding-right:18px;font-size:12px;font-weight:600}.cart-switch>svg:last-child{pointer-events:none;margin-left:-20px}.cart-layout{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:16px;display:grid}.cart-items{padding:0 20px 16px}.cart-items__head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:53px;display:flex}.cart-items__head span{font-size:12px;font-weight:700}.cart-items__head button{color:#8b95a5;align-items:center;gap:6px;font-size:11px;display:flex}.cart-item{border-bottom:1px solid #eef0f3;grid-template-columns:86px minmax(180px,1fr) 120px 126px 40px;align-items:center;gap:13px;min-height:118px;padding:14px 0;display:grid}.cart-item>img{object-fit:contain;background:#f7f8fa;border-radius:8px;width:86px;height:86px}.cart-item__main{flex-direction:column;min-width:0;display:flex}.cart-item__main>span{color:#949dac;font-size:10px}.cart-item__main strong{margin:3px 0 7px;font-size:12px}.cart-item__main small{color:#758174;align-items:center;gap:5px;font-size:11px;display:flex}.cart-item__main i{background:var(--green);border-radius:50%;width:6px;height:6px}.cart-item__price{text-align:right;flex-direction:column;display:flex}.cart-item__price span{color:var(--muted);font-size:11px}.cart-item__price strong{margin-top:5px;font-size:12px}.quantity-control--small{grid-template-columns:30px 1fr 30px;min-height:38px}.quantity-control--small input{width:34px;font-size:12px}.cart-item>.icon-button{border:0;width:35px;height:35px}.add-more{color:#596579;align-items:center;gap:7px;margin-top:14px;font-size:12px;font-weight:700;display:flex}.order-summary{padding:21px;position:sticky;top:92px}.order-summary h2{margin-bottom:20px;font-size:17px}.order-summary>div:not(.checkout-summary__delivery){color:#737f91;justify-content:space-between;align-items:center;margin:10px 0;font-size:12px;display:flex}.order-summary>div strong{color:var(--text);font-size:12px}.order-summary hr{background:var(--line);border:0;height:1px;margin:17px 0}.order-summary .order-summary__total{font-weight:700;color:var(--text)!important;font-size:12px!important}.order-summary__total strong{letter-spacing:-.04em;font-size:19px!important}.order-summary>p{color:#8c96a6;margin:15px 0;font-size:11px;line-height:1.55}.order-summary>.button{width:100%;margin-top:8px;font-size:12px}.checkout-layout{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:16px;display:grid}.checkout-form{flex-direction:column;gap:13px;display:flex}.form-section{padding:24px 24px 24px 72px;position:relative}.step-number{background:var(--yellow);border-radius:50%;place-items:center;width:31px;height:31px;font-size:11px;font-weight:800;display:grid;position:absolute;top:23px;left:23px}.form-section__content>h2{margin-bottom:17px;font-size:16px}.segmented{background:#eef1f4;border-radius:8px;width:fit-content;margin-bottom:17px;padding:3px;display:flex}.segmented button{color:#758093;border-radius:6px;min-height:34px;padding:0 15px;font-size:12px;font-weight:600}.segmented button.is-active{color:var(--text);background:#fff;box-shadow:0 2px 8px #18223214}.form-grid{grid-template-columns:1fr 1fr;gap:13px;display:grid}.field{flex-direction:column;gap:6px;display:flex;position:relative}.field--full{grid-column:1/-1}.field>span{color:#657186;font-size:11px;font-weight:700}.field input,.field select,.field textarea{border:1px solid var(--line);background:#fff;border-radius:8px;width:100%;min-height:42px;padding:0 12px;font-size:12px;transition:all .2s}.field textarea{padding-top:11px}.field input:focus,.field select:focus,.field textarea:focus{border-color:#8e99aa;box-shadow:0 0 0 3px #121a2d0d}.field>svg{color:#8993a4;pointer-events:none;position:absolute;bottom:12px;right:12px}.delivery-cards{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px;display:grid}.delivery-cards>button{border:1px solid var(--line);text-align:left;border-radius:9px;grid-template-columns:39px 1fr 18px;align-items:center;gap:9px;min-height:76px;padding:13px;display:grid;position:relative}.delivery-cards>button.is-active{border:2px solid var(--navy);background:#fbfcfd}.delivery-cards button>span{background:#eff2f5;border-radius:8px;place-items:center;width:39px;height:39px;display:grid}.delivery-cards button div{flex-direction:column;display:flex}.delivery-cards strong{font-size:12px}.delivery-cards small{color:var(--muted);margin-top:3px;font-size:11px}.delivery-cards i{color:#0000;border:1px solid #ccd2db;border-radius:50%;place-items:center;width:18px;height:18px;display:grid}.delivery-cards button.is-active i{border-color:var(--navy);background:var(--navy);color:#fff}.pickup-address{background:#f5f7f9;border-radius:8px;gap:10px;padding:13px;display:flex}.pickup-address div{flex-direction:column;display:flex}.pickup-address strong{font-size:12px}.pickup-address span{color:var(--muted);margin-top:3px;font-size:11px}.agreement{margin-top:14px}.checkout-summary__delivery{background:#f4f6f8;border-radius:8px;gap:9px;padding:12px;justify-content:flex-start!important;align-items:center!important;margin:17px 0!important;display:flex!important}.checkout-summary__delivery div{flex-direction:column;display:flex}.checkout-summary__delivery strong{font-size:12px!important}.checkout-summary__delivery span{color:var(--muted);margin-top:2px;font-size:10px}.secure-caption{color:#8490a1;justify-content:center;align-items:center;gap:5px;margin-top:12px;font-size:10px;display:flex}.orders-filters{gap:9px;min-height:64px;margin-bottom:14px;padding:10px 12px;display:flex}.search-field,.select-field{border:1px solid var(--line);background:#fafbfc;border-radius:8px;align-items:center;gap:8px;height:40px;padding:0 11px;display:flex}.search-field{flex:1;min-width:250px}.search-field input{background:0 0;border:0;width:100%;font-size:12px}.select-field{min-width:160px;position:relative}.select-field select{background:0 0;border:0;width:100%;padding-right:15px;font-size:12px}.select-field>svg:last-child{pointer-events:none;position:absolute;right:9px}.orders-filters svg{color:#8b95a5}.orders-table{overflow:hidden}.orders-table__head,.orders-table__row{grid-template-columns:125px 86px 105px minmax(170px,1fr) 115px 18px;align-items:center;gap:14px;display:grid}.orders-table__head.is-admin,.orders-table__row.is-admin{grid-template-columns:110px minmax(170px,1fr) 75px 100px minmax(150px,1fr) 105px 18px}.orders-table__head{color:#8490a1;text-transform:uppercase;background:#f4f6f8;min-height:42px;padding:0 18px;font-size:11px;font-weight:700}.orders-table__row{text-align:left;border-top:1px solid #eef0f3;width:100%;min-height:74px;padding:10px 18px}.orders-table__row:hover{background:#fafbfc}.order-number,.dealer-cell,.delivery-cell{flex-direction:column;min-width:0;display:flex}.order-number strong,.dealer-cell strong,.delivery-cell strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.order-number small,.dealer-cell small,.delivery-cell small{color:#8d97a7;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:10px;overflow:hidden}.orders-table__row>span:not(.status){font-size:12px}.amount-cell{text-align:right;font-size:12px}.orders-table__row>svg{color:#b6bdc8}.table-footer{color:#8993a4;justify-content:space-between;align-items:center;padding:15px 2px;font-size:11px;display:flex}.table-footer>div{gap:4px;display:flex}.table-footer button{border:1px solid var(--line);background:#fff;border-radius:7px;place-items:center;width:30px;height:30px;display:grid}.table-footer button.is-active{border-color:var(--navy);background:var(--navy);color:#fff}.order-progress{grid-template-columns:repeat(4,1fr);align-items:center;min-height:90px;margin-bottom:15px;padding:18px 24px;display:grid}.progress-step{grid-template-columns:31px 1fr;align-items:center;gap:9px;display:grid;position:relative}.progress-step>span{z-index:2;color:#909aaa;background:#fff;border:2px solid #d8dde5;border-radius:50%;place-items:center;width:31px;height:31px;font-size:12px;font-weight:700;display:grid;position:relative}.progress-step.is-done>span{border-color:var(--green);background:var(--green);color:#fff}.progress-step.is-active>span{border-color:var(--yellow);background:var(--yellow);color:var(--navy)}.progress-step>div{flex-direction:column;display:flex}.progress-step strong{font-size:12px}.progress-step small{color:var(--muted);margin-top:2px;font-size:10px}.progress-step>i{z-index:1;background:#e0e4ea;width:calc(100% - 31px);height:2px;position:absolute;top:15px;left:31px}.progress-step.is-done>i{background:var(--green)}.order-detail-layout{grid-template-columns:minmax(0,1fr) 285px;align-items:start;gap:15px;display:grid}.order-content{overflow:hidden}.order-items{padding:10px 22px 18px}.order-items>div:not(.order-items__total){border-bottom:1px solid #eef0f3;grid-template-columns:68px minmax(150px,1fr) 80px 110px;align-items:center;gap:13px;min-height:94px;padding:10px 0;display:grid}.order-items img{object-fit:contain;background:#f7f8fa;border-radius:7px;width:68px;height:68px}.order-items>div>div{flex-direction:column;display:flex}.order-items div span,.order-items small{color:var(--muted);font-size:11px}.order-items div strong{font-size:12px}.order-items div>div strong{margin:3px 0}.order-items>div>strong{text-align:right}.order-items__total{justify-content:flex-end;align-items:center;gap:40px;padding:18px 0 2px;display:flex}.order-items__total span{color:var(--text)!important;font-size:12px!important}.order-items__total strong{font-size:16px!important}.order-side{flex-direction:column;gap:12px;display:flex}.order-side>.panel{padding:18px}.order-side h3{margin-bottom:15px;font-size:13px}.side-info{color:#657185;gap:9px;margin:11px 0;display:flex}.side-info span{flex-direction:column;display:flex}.side-info strong{font-size:12px}.side-info small{color:var(--muted);margin-top:3px;font-size:10px}.side-company{font-size:12px}.order-side p{color:var(--muted);margin-top:7px;font-size:11px}.document-list{padding:18px 22px}.document-list article{border-bottom:1px solid #eef0f3;grid-template-columns:39px 1fr auto;align-items:center;gap:10px;min-height:65px;padding:10px 0;display:grid}.document-list article>span{color:#566276;background:#eff3f7;border-radius:8px;place-items:center;width:39px;height:39px;display:grid}.document-list article>div{flex-direction:column;display:flex}.document-list strong{font-size:12px}.document-list small{color:var(--muted);margin-top:3px;font-size:10px}.document-list .button{min-height:34px;font-size:11px}.history-list{padding:22px}.history-list>div{grid-template-columns:115px 1fr 120px;align-items:start;gap:10px;min-height:55px;padding-left:24px;display:grid;position:relative}.history-list i{background:var(--green);border-radius:50%;width:8px;height:8px;position:absolute;top:4px;left:2px;box-shadow:0 0 0 5px #e5f6ee}.history-list time,.history-list span{color:var(--muted);font-size:11px}.history-list strong{font-size:12px}.finance-overview{grid-template-columns:1.4fr .8fr .8fr;gap:13px;margin-bottom:20px;display:grid}.debt-card{background:var(--navy);color:#fff;border-radius:12px;min-height:165px;padding:23px}.debt-card__label{color:#9ea9ba;font-size:12px}.debt-card>strong{color:var(--yellow);margin:5px 0 13px;font-size:27px;display:block}.debt-card>div{color:#a5afbf;justify-content:space-between;font-size:11px;display:flex}.debt-card>div b{color:#fff;margin-left:4px}.debt-card>i{background:#344058;border-radius:3px;height:5px;margin:12px 0;display:block;overflow:hidden}.debt-card>i b{border-radius:inherit;background:var(--yellow);height:100%;display:block}.debt-card p{color:#aeb7c6;align-items:center;gap:6px;font-size:11px;display:flex}.debt-card p strong{color:#fff}.finance-stat{border:1px solid var(--line);background:#fff;border-radius:12px;flex-direction:column;min-height:165px;padding:22px;display:flex}.finance-stat>span{color:#5e697b;background:#f1f3f6;border-radius:9px;place-items:center;width:39px;height:39px;display:grid}.finance-stat>div{flex-direction:column;margin-top:auto;display:flex}.finance-stat small{color:var(--muted);font-size:11px}.finance-stat strong{margin:4px 0;font-size:12px}.finance-stat b{font-size:12px}.finance-tabs,.news-filter,.notification-tabs{gap:5px;margin-bottom:13px;display:flex}.finance-tabs button,.news-filter button,.notification-tabs button{color:#778295;border-radius:8px;min-height:35px;padding:0 13px;font-size:12px;font-weight:600}.finance-tabs button.is-active,.news-filter button.is-active,.notification-tabs button.is-active{background:var(--navy);color:#fff}.notification-tabs em{margin-left:4px;font-style:normal}.documents-panel{overflow:hidden}.documents-toolbar{border-bottom:1px solid var(--line);gap:9px;padding:12px;display:flex}.documents-toolbar label{border:1px solid var(--line);background:#fafbfc;border-radius:8px;align-items:center;gap:8px;height:38px;padding:0 10px;display:flex;position:relative}.documents-toolbar label:first-child{flex:1}.documents-toolbar input,.documents-toolbar select{background:0 0;border:0;width:100%;min-width:150px;font-size:12px}.documents-toolbar label svg:last-child{color:#8d97a8}.documents-table__head,.documents-table__row{grid-template-columns:minmax(190px,1.4fr) 90px 130px 120px 105px 42px;align-items:center;gap:12px;display:grid}.documents-table__head{min-height:41px;color:var(--muted);text-transform:uppercase;background:#f4f6f8;padding:0 18px;font-size:11px;font-weight:700}.documents-table__row{border-top:1px solid #eef0f3;min-height:70px;padding:9px 18px}.documents-table__row>span:not(.status),.documents-table__row>strong{font-size:12px}.document-name{align-items:center;gap:9px;display:flex}.document-name>i{color:#566376;background:#edf2f7;border-radius:8px;place-items:center;width:36px;height:36px;display:grid}.document-name>span{flex-direction:column;display:flex}.document-name small{color:var(--muted);margin-top:2px;font-size:10px}.documents-table__row .icon-button{width:34px;height:34px}.company-identity{grid-template-columns:51px 1fr auto;align-items:center;gap:13px;min-height:104px;margin-bottom:14px;padding:19px 22px;display:grid}.company-identity>span:first-child{background:var(--yellow);border-radius:11px;place-items:center;width:51px;height:51px;display:grid}.company-identity div{flex-direction:column;display:flex}.company-identity small{color:var(--muted);font-size:11px}.company-identity h2{margin:3px 0;font-size:16px}.company-identity p{color:#7e899a;font-size:11px}.company-tabs{margin-bottom:15px}.company-details{grid-template-columns:1fr 1fr;gap:14px;display:grid}.company-details>section{padding:22px}.company-details h2{margin-bottom:18px;font-size:15px}.company-details dl>div{border-bottom:1px solid #eef0f3;grid-template-columns:145px 1fr;gap:15px;padding:11px 0;display:grid}.company-details dt{color:var(--muted);font-size:11px}.company-details dd{font-size:12px;font-weight:600}.entity-list,.counterparties{padding:19px 22px}.entity-list__head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.entity-list__head h2{font-size:15px}.entity-list__head p{color:var(--muted);margin-top:3px;font-size:11px}.entity-list article{border-top:1px solid #eef0f3;grid-template-columns:39px minmax(170px,1fr) minmax(180px,1fr) auto 38px;align-items:center;gap:11px;min-height:70px;padding:10px 0;display:grid}.entity-list article>div{flex-direction:column;display:flex}.entity-list strong{font-size:12px}.entity-list span,.entity-list small{color:var(--muted);margin-top:2px;font-size:11px}.entity-list .icon-button{width:34px;height:34px}.address-grid{grid-template-columns:repeat(3,1fr);gap:13px;display:grid}.address-grid article,.add-address{min-height:250px;padding:22px;position:relative;overflow:hidden}.address-index{color:#eef1f4;font-size:38px;font-weight:800;position:absolute;top:10px;right:15px}.address-grid article>svg{color:#687589}.address-grid h3{margin:13px 0 7px;font-size:13px}.address-grid p{color:#687488;min-height:39px;font-size:12px}.address-grid dl{margin:13px 0}.address-grid dl>div{grid-template-columns:66px 1fr;gap:7px;margin:6px 0;display:grid}.address-grid dt{color:var(--muted);font-size:10px}.address-grid dd{font-size:11px;font-weight:600}.address-grid .button{min-height:34px;font-size:11px}.add-address{color:#7a8698;border:1px dashed #bdc5d0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;display:flex}.add-address strong{color:var(--text);margin:10px 0 2px;font-size:11px}.add-address span{font-size:11px}.sync-caption{color:var(--muted);align-items:center;gap:5px;font-size:11px;display:flex}.sync-caption i{background:var(--green);border-radius:50%;width:7px;height:7px}.counterparties article{border-top:1px solid #eef0f3;grid-template-columns:38px minmax(180px,1fr) 130px 140px auto;align-items:center;gap:10px;min-height:67px;padding:9px 0;display:grid}.counterparties article>span:first-child{background:#f0f3f6;border-radius:8px;place-items:center;width:36px;height:36px;display:grid}.counterparties article div{flex-direction:column;display:flex}.counterparties strong{font-size:12px}.counterparties small{color:var(--muted);font-size:10px}.news-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.news-card{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:12px;transition:all .2s;overflow:hidden}.news-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.news-card--featured{grid-column:span 2;grid-template-columns:1.1fr 1fr;display:grid}.news-card__image{background:#eef1f4;height:190px;position:relative;overflow:hidden}.news-card--featured .news-card__image{height:100%;min-height:280px}.news-card__image img{object-fit:cover;width:100%;height:100%}.news-card__image .status{position:absolute;top:12px;left:12px}.news-card__content{padding:18px}.news-card time{color:var(--muted);font-size:11px}.news-card h2{margin:7px 0;font-size:15px}.news-card--featured h2{font-size:21px}.news-card p{color:#6d788b;font-size:12px;line-height:1.6}.news-card__content button{align-items:center;gap:4px;margin-top:15px;font-size:12px;font-weight:700;display:flex}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0a101da8;outline:0;place-items:center;padding:25px;animation:.2s both modal-backdrop-in;display:grid;position:fixed;inset:0;overflow-y:auto}.article-modal{background:#fff;border-radius:14px;width:min(740px,100%);max-height:90vh;animation:.24s both modal-content-in;position:relative;overflow:auto;box-shadow:0 28px 80px #050a144d}.article-modal>.icon-button{z-index:2;background:#fff;position:absolute;top:12px;right:12px}.article-modal>img{object-fit:cover;width:100%;height:310px}.article-modal>div:last-child{padding:26px}.article-modal time{color:var(--muted);margin-left:8px;font-size:11px}.article-modal h1{margin:13px 0;font-size:25px}.article-modal p{color:#657185;margin:11px 0;font-size:12px;line-height:1.75}.article-modal .button{margin-top:10px}@keyframes modal-backdrop-in{0%{opacity:0}}@keyframes modal-content-in{0%{opacity:0;transform:translateY(12px)scale(.985)}}.notification-list{overflow:hidden}.notification-list>button{text-align:left;border-top:1px solid #eef0f3;grid-template-columns:42px 1fr 8px 18px;align-items:center;gap:13px;width:100%;min-height:91px;padding:15px 20px;display:grid;position:relative}.notification-list>button:first-child{border-top:0}.notification-list>button.is-unread{background:#fffcf1}.notification-icon{border-radius:10px;place-items:center;width:42px;height:42px;display:grid}.notification-icon--order{color:var(--blue);background:#eaf2ff}.notification-icon--document{color:var(--green);background:#e8f7f0}.notification-icon--sale{background:var(--yellow-soft);color:#a88700}.notification-icon--system{color:#687487;background:#eef0f4}.notification-list button>div{flex-direction:column;display:flex}.notification-list strong{font-size:12px}.notification-list p{color:#6d788b;margin:4px 0;font-size:12px}.notification-list time{color:#99a2b0;align-items:center;gap:4px;font-size:10px;display:flex}.notification-list button>i{background:var(--yellow);border-radius:50%;width:7px;height:7px}.partner-stats,.publication-stats{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:14px;display:grid}.partner-stats>div,.publication-stats>div{border:1px solid var(--line);background:#fff;border-radius:10px;flex-direction:column;min-height:100px;padding:18px;display:flex}.partner-stats span,.publication-stats span{color:var(--muted);font-size:11px}.partner-stats strong,.publication-stats strong{margin-top:7px;font-size:21px}.partner-stats small{margin-top:auto;font-size:11px}.partners-table{overflow:hidden}.partners-table__head,.partners-table>button{grid-template-columns:minmax(210px,1.5fr) 120px 65px 105px 110px 105px 18px;align-items:center;gap:12px;display:grid}.partners-table__head{min-height:40px;color:var(--muted);text-transform:uppercase;background:#f4f6f8;padding:0 18px;font-size:11px;font-weight:700}.partners-table>button{text-align:left;border-top:1px solid #eef0f3;width:100%;min-height:70px;padding:10px 18px}.partners-table>button:hover{background:#fafbfc}.partners-table button>strong{font-size:12px}.partner-name{align-items:center;gap:10px;display:flex}.partner-name>span{flex-direction:column;display:flex}.partner-name strong{font-size:12px}.partner-name small{color:var(--muted);margin-top:2px;font-size:10px}.partner-detail-stats{border:1px solid var(--line);background:#fff;border-radius:11px;grid-template-columns:repeat(4,1fr);margin-bottom:14px;display:grid;overflow:hidden}.partner-detail-stats>div{border-left:1px solid var(--line);flex-direction:column;justify-content:center;min-height:90px;padding:18px;display:flex}.partner-detail-stats>div:first-child{border-left:0}.partner-detail-stats small{color:var(--muted);font-size:11px}.partner-detail-stats strong{margin-top:6px;font-size:14px}.simple-orders{padding:12px 20px}.simple-orders>div{border-top:1px solid #eef0f3;grid-template-columns:1fr 100px 100px 120px;align-items:center;gap:12px;min-height:56px;display:grid}.simple-orders>div:first-child{border-top:0}.simple-orders strong,.simple-orders span,.simple-orders b{font-size:12px}.publication-stats{grid-template-columns:repeat(4,1fr)}.publications-list{overflow:hidden}.publications-list__head,.publications-list article{grid-template-columns:minmax(300px,1fr) 90px 95px 105px 120px;align-items:center;gap:14px;display:grid}.publications-list__head{min-height:40px;color:var(--muted);text-transform:uppercase;background:#f4f6f8;padding:0 18px;font-size:11px;font-weight:700}.publications-list article{border-top:1px solid #eef0f3;min-height:82px;padding:10px 18px}.publication-name{align-items:center;gap:11px;min-width:0;display:flex}.publication-name img{object-fit:cover;border-radius:7px;width:66px;height:52px}.publication-name>span{flex-direction:column;min-width:0;display:flex}.publication-name strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.publication-name small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:10px;overflow:hidden}.publications-list article>span:not(.publication-name,.status){font-size:11px}.publications-list article>div{gap:5px;display:flex}.publications-list .icon-button{width:32px;height:32px}.editor-modal{background:#fff;border-radius:14px;flex-direction:column;width:min(650px,100%);max-height:92vh;display:flex;overflow:hidden}.editor-modal__head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:20px 22px;display:flex}.editor-modal__head span{color:var(--muted);font-size:11px}.editor-modal__head h2{margin-top:3px;font-size:17px}.editor-modal__body{grid-template-columns:1fr 1fr;gap:14px;padding:20px 22px;display:grid;overflow-y:auto}.editor-modal__body .field:nth-child(2),.editor-modal__body .field:nth-child(3),.upload-field{grid-column:1/-1}.upload-field{color:#7d8899;border:1px dashed #bfc7d2;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;min-height:130px;display:flex}.upload-field strong{color:var(--text);margin-top:6px;font-size:12px}.upload-field span{margin:2px 0 9px;font-size:11px}.upload-field .button{min-height:33px;font-size:11px}.editor-modal__footer{border-top:1px solid var(--line);justify-content:flex-end;gap:7px;padding:14px 22px;display:flex}.editor-modal__footer .button{min-height:38px;font-size:11px}.profile-layout{grid-template-columns:240px minmax(0,1fr);align-items:start;gap:14px;display:grid}.profile-side{text-align:center;flex-direction:column;align-items:center;padding:24px 18px;display:flex}.profile-side>.avatar{width:68px;height:68px;font-size:16px}.profile-side h2{margin-top:12px;font-size:14px}.profile-side>p{color:var(--muted);margin:3px 0 10px;font-size:11px}.profile-side nav{border-top:1px solid var(--line);flex-direction:column;gap:3px;width:100%;margin-top:22px;padding-top:13px;display:flex}.profile-side nav button{color:#697589;text-align:left;border-radius:7px;align-items:center;gap:9px;min-height:40px;padding:0 10px;font-size:12px;font-weight:600;display:flex}.profile-side nav button.is-active{color:var(--text);background:#f1f3f6}.profile-content{min-height:510px;padding:27px}.profile-content>h2{font-size:17px}.profile-content>p{color:var(--muted);margin:4px 0 22px;font-size:12px}.profile-content .button{margin-top:20px}.profile-content .field input{min-height:45px}.security-form{flex-direction:column;gap:13px;max-width:540px;display:flex}.security-note{color:#5f6b7f;background:#f3f6f8;border-radius:9px;gap:10px;max-width:540px;margin-top:25px;padding:15px;display:flex}.security-note div{flex-direction:column;display:flex}.security-note strong{font-size:12px}.security-note span{color:var(--muted);margin-top:3px;font-size:11px}.notification-settings{flex-direction:column;max-width:640px;display:flex}.notification-settings label{cursor:pointer;border-bottom:1px solid #eef0f3;justify-content:space-between;align-items:center;min-height:66px;display:flex}.notification-settings label>div{flex-direction:column;display:flex}.notification-settings strong{font-size:12px}.notification-settings span{color:var(--muted);margin-top:3px;font-size:11px}.notification-settings input{display:none}.notification-settings i{background:#cdd3dc;border-radius:12px;width:37px;height:21px;transition:all .2s;position:relative}.notification-settings i:after{content:"";background:#fff;border-radius:50%;width:15px;height:15px;transition:all .2s;position:absolute;top:3px;left:3px}.notification-settings input:checked+i{background:var(--navy)}.notification-settings input:checked+i:after{left:19px}.auth-page{background:#fff;grid-template-columns:minmax(440px,1.12fr) minmax(430px,.88fr);min-height:100vh;display:grid}.auth-visual{color:#fff;background:radial-gradient(circle at 80% 70%,#274861 0,#172842 35%,#101a2c 72%);flex-direction:column;min-height:100vh;padding:42px 55px;display:flex;position:relative;overflow:hidden}.auth-brand{z-index:2;align-items:center;gap:12px;display:flex;position:relative}.auth-brand__mark{border:2px solid var(--yellow);width:49px;height:49px;color:var(--yellow);border-radius:50%;place-items:center;font-size:19px;font-style:italic;font-weight:800;display:grid}.auth-brand div{flex-direction:column;line-height:1.05;display:flex}.auth-brand small{color:#bac1cd;letter-spacing:.16em;text-transform:uppercase;font-size:11px}.auth-brand strong{text-transform:uppercase;font-size:22px}.auth-visual__content{z-index:2;margin-top:auto;margin-bottom:70px;position:relative}.auth-visual__content>span{color:var(--yellow);letter-spacing:.1em;text-transform:uppercase;font-size:12px;font-weight:700}.auth-visual__content h1{letter-spacing:-.045em;margin:15px 0;font-size:clamp(31px,3.1vw,48px);line-height:1.08}.auth-visual__content p{color:#adb7c8;max-width:530px;font-size:11px;line-height:1.7}.auth-visual__content>div{flex-wrap:wrap;gap:10px 20px;margin-top:25px;display:flex}.auth-visual__content div span{color:#d2d7e0;align-items:center;gap:6px;font-size:12px;display:flex}.auth-visual__content div svg{color:var(--yellow)}.auth-visual>img{object-fit:contain;opacity:.25;filter:blur(.2px);width:70%;height:72%;position:absolute;bottom:-12%;right:-16%;transform:rotate(-9deg)}.auth-form-wrap{flex-direction:column;justify-content:center;padding:45px clamp(40px,7vw,105px);display:flex;position:relative}.auth-form{flex-direction:column;width:100%;max-width:420px;margin:auto;display:flex}.auth-form>div:first-child>span{color:#9b8700;letter-spacing:.1em;text-transform:uppercase;font-size:12px;font-weight:700}.auth-form h2{letter-spacing:-.04em;margin:8px 0;font-size:27px}.auth-form>div:first-child>p,.restore-success p{color:var(--muted);margin-bottom:27px;font-size:12px;line-height:1.6}.auth-form .field{margin-bottom:15px}.auth-form .field input{min-height:49px;padding-left:13px;padding-right:40px}.auth-form .forgot-link{color:#556174;align-self:flex-end;margin:-4px 0 18px;font-size:12px;font-weight:600}.auth-form>.button{width:100%;min-height:49px}.auth-support{color:var(--muted);text-align:center;margin-top:22px;font-size:12px}.auth-support a{color:var(--text);font-weight:700;text-decoration:underline}.auth-form-wrap footer{color:#a0a8b5;justify-content:center;gap:18px;font-size:10px;display:flex;position:absolute;bottom:25px;left:0;right:0}.auth-mobile-logo{display:none}.restore-success{text-align:center;flex-direction:column;align-items:center;display:flex}.restore-success>span{width:62px;height:62px;color:var(--green);background:#e5f7ee;border-radius:50%;place-items:center;margin-bottom:16px;display:grid}.restore-success .button{margin-top:8px}.toast{z-index:160;background:#fff;border:1px solid #d8e9e1;border-radius:10px;align-items:center;gap:10px;max-width:390px;min-height:50px;padding:10px 16px 10px 10px;font-size:12px;font-weight:700;animation:.28s both toast-in;display:flex;position:fixed;bottom:25px;right:25px;box-shadow:0 18px 45px #121a2d2e}.toast>span{width:31px;height:31px;color:var(--green);background:#e2f6eb;border-radius:50%;place-items:center;display:grid}@keyframes toast-in{0%{opacity:0;transform:translateY(12px)}}.small-modal{background:#fff;border-radius:13px;width:min(450px,100%);padding:23px}.small-modal>div:first-child{justify-content:space-between;align-items:center;display:flex}.small-modal h2{font-size:18px}.small-modal>p{color:var(--muted);margin:8px 0 20px;font-size:12px}.small-modal>div:last-child{justify-content:flex-end;gap:7px;margin-top:20px;display:flex}@media (width<=1300px){.app-main{margin-left:244px}.sidebar{width:244px}.app-content,.header{padding-left:25px;padding-right:25px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-grid,.quick-product-grid{grid-template-columns:repeat(2,1fr)}.dashboard-hero__price{right:37%}.dashboard-hero>img{width:45%;right:2%}.cart-item{grid-template-columns:78px minmax(150px,1fr) 105px 115px 35px}.cart-item>img{width:78px;height:78px}.orders-table__head.is-admin,.orders-table__row.is-admin{grid-template-columns:95px minmax(150px,1fr) 70px 90px minmax(130px,1fr) 95px 18px}.partners-table__head,.partners-table>button{grid-template-columns:minmax(180px,1.5fr) 100px 50px 90px 100px 95px 18px}}@media (width<=1050px){.app-main{margin-left:0}.sidebar{width:276px;transition:transform .25s;transform:translate(-102%);box-shadow:15px 0 40px #060b1533}.sidebar.is-open{transform:none}.sidebar__close{display:grid}.sidebar-overlay{z-index:39;opacity:0;pointer-events:none;background:#090e198a;transition:all .25s;display:block;position:fixed;inset:0}.sidebar-overlay.is-open{opacity:1;pointer-events:auto}.header__menu{display:grid}.dashboard-columns,.dashboard-columns--admin{grid-template-columns:1fr}.product-detail{gap:22px}.product-gallery__main{height:430px}.product-info h1{font-size:27px}.product-logistics{grid-template-columns:1fr}.product-logistics>div{padding:6px 0}.cart-layout,.checkout-layout{grid-template-columns:minmax(0,1fr) 295px}.cart-item{grid-template-columns:70px minmax(120px,1fr) 105px}.cart-item>img{width:70px;height:70px}.cart-item .quantity-control,.cart-item>.icon-button{grid-row:2}.cart-item .quantity-control{grid-column:2;width:120px}.cart-item>.icon-button{grid-column:3;justify-self:end}.order-detail-layout{grid-template-columns:minmax(0,1fr) 245px}.orders-table,.partners-table,.documents-table,.publications-list{overflow-x:auto}.orders-table__head,.orders-table__row{min-width:780px}.orders-table__head.is-admin,.orders-table__row.is-admin{min-width:1000px}.partners-table__head,.partners-table>button{min-width:900px}.documents-table__head,.documents-table__row{min-width:800px}.publications-list__head,.publications-list article{min-width:820px}.address-grid,.news-grid{grid-template-columns:repeat(2,1fr)}.auth-page{grid-template-columns:1fr 1fr}.auth-visual{padding:35px}}@media (width<=780px){body{font-size:14px}.app-content{padding:22px 16px 92px}.header{height:62px;padding:0 14px}.header__breadcrumb{display:none}.role-switcher{padding:0 8px}.role-switcher select{width:75px}.header-profile>span,.header-profile>svg{display:none}.header-profile{grid-template-columns:38px;gap:0}.header__actions{gap:7px}.header .icon-button{width:38px;height:38px}.mobile-nav{z-index:50;height:70px;padding:6px 8px max(6px, env(safe-area-inset-bottom));border-top:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-nav button{color:#8791a1;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:10px;font-weight:600;display:flex}.mobile-nav button>span{place-items:center;display:grid;position:relative}.mobile-nav button.is-active{color:var(--navy)}.mobile-nav button.is-active svg{color:#af9200}.mobile-nav em{background:var(--yellow);width:16px;height:16px;color:var(--navy);border-radius:50%;place-items:center;font-size:10px;font-style:normal;font-weight:800;display:grid;position:absolute;top:-7px;right:-9px}.page-heading{flex-direction:column;align-items:flex-start;min-height:0;margin-bottom:22px}.page-heading h1{font-size:25px}.page-heading__actions{flex-wrap:wrap;width:100%}.page-heading__actions .button{flex:1}.dashboard-hero{height:320px}.dashboard-hero__content{padding:25px}.dashboard-hero h2{font-size:27px}.dashboard-hero__content p{max-width:210px}.dashboard-hero>img{width:78%;height:90%;bottom:-24%;right:-17%}.dashboard-hero__price{width:105px;height:105px;top:160px;left:25px;right:auto}.dashboard-hero__price strong{font-size:19px}.metric-grid{grid-template-columns:1fr 1fr;gap:9px}.metric-card{grid-template-columns:36px 1fr;gap:9px;min-height:120px;padding:13px}.metric-card__icon{width:36px;height:36px}.metric-card>svg{display:none}.metric-card div strong{font-size:16px}.dashboard-columns>.panel{padding:16px}.order-compact{grid-template-columns:36px 1fr auto}.order-compact .status{grid-column:2;justify-self:start}.order-compact__amount{grid-area:1/3}.order-compact>svg{grid-area:2/3;justify-self:end}.quick-product-grid{grid-template-columns:1fr}.admin-metrics{grid-template-columns:1fr 1fr}.admin-stat{min-height:125px;padding:17px}.admin-stat>strong{font-size:20px}.editor-preview-grid{grid-template-columns:1fr}.latest-publications{padding:18px}.editor-preview-card{grid-template-columns:minmax(180px,.8fr) 1fr;display:grid}.editor-preview-card img{height:100%;min-height:210px}.editor-preview-card>div{min-height:210px}.catalog-note{display:none}.sale-banner,.new-banner{height:128px;padding:20px}.sale-banner h2,.new-banner h2{font-size:20px}.sale-banner p,.new-banner p{max-width:260px}.sale-banner>svg,.new-banner>svg{width:55px}.mobile-filter-button{min-width:104px;display:inline-flex}.catalog-layout{grid-template-columns:1fr}.filters{display:none}.catalog-toolbar{flex-wrap:wrap;height:auto}.filter-toggle{display:none}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.product-card__visual{height:180px}.product-row{grid-template-columns:64px 1fr 38px}.product-row__stock,.product-row__price,.product-row .heart-button{display:none}.mobile-filter-drawer{z-index:111;background:#fff;width:min(350px,92vw);padding:0 17px 25px;transition:all .25s;display:block;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(102%)}.mobile-filter-drawer.is-open{transform:none}.mobile-filter-drawer__head{z-index:2;border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;height:64px;display:flex;position:sticky;top:0}.mobile-filter-drawer .filter-head{display:none}.mobile-filter-drawer .filter-section{padding-left:0;padding-right:0}.mobile-filter-apply{width:100%;display:flex;position:sticky;bottom:0}.drawer-overlay{z-index:110;background:#090e198c;display:block;position:fixed;inset:0}.product-detail{grid-template-columns:1fr}.product-gallery{direction:ltr;grid-template-columns:1fr}.product-gallery__main{height:360px}.product-gallery__thumbs{flex-direction:row}.product-info{padding-top:5px}.price-box{grid-template-columns:1fr 1fr}.product-logistics{grid-template-columns:repeat(3,1fr)}.product-tabs .tabs button{padding-left:13px;padding-right:13px}.product-tab-content{padding:20px}.spec-grid{grid-template-columns:1fr}.cart-card{grid-template-columns:1fr;padding:16px}.cart-card__stats{margin-top:5px}.cart-card__stats>span:first-child{border-left:0}.cart-card__footer{flex-wrap:wrap;gap:10px}.cart-layout,.checkout-layout{grid-template-columns:1fr}.order-summary{position:static}.cart-item{grid-template-columns:65px 1fr 35px}.cart-item__price{text-align:left;grid-area:2/2}.cart-item .quantity-control{grid-row:3}.cart-item>.icon-button{grid-row:1}.form-section{padding:20px 18px 20px 58px}.step-number{top:19px;left:16px}.order-summary.checkout-summary{order:-1}.orders-filters{flex-wrap:wrap}.search-field{min-width:100%}.select-field{flex:1;min-width:calc(50% - 5px)}.order-progress{grid-template-columns:1fr;gap:13px;padding:16px}.progress-step>i{width:2px;height:13px;top:31px;left:15px}.order-detail-layout{grid-template-columns:1fr}.order-items>div:not(.order-items__total){grid-template-columns:60px 1fr 80px}.order-items>div>strong{grid-area:1/3}.order-items>div>span{grid-column:2}.order-side{grid-template-columns:1fr 1fr;display:grid}.order-side>.button{grid-column:1/-1}.finance-overview{grid-template-columns:1fr 1fr}.debt-card{grid-column:1/-1}.company-details{grid-template-columns:1fr}.address-grid{grid-template-columns:1fr 1fr}.entity-list article{grid-template-columns:39px 1fr auto}.entity-list article>div:nth-of-type(2){grid-column:2}.entity-list article .status{grid-area:1/3}.entity-list article .icon-button{grid-area:2/3}.news-grid{grid-template-columns:1fr 1fr}.news-card--featured{grid-column:1/-1}.partner-stats,.publication-stats,.partner-detail-stats{grid-template-columns:1fr 1fr}.partner-detail-stats>div:nth-child(3){border-left:0;border-top:1px solid var(--line)}.partner-detail-stats>div:nth-child(4){border-top:1px solid var(--line)}.profile-layout{grid-template-columns:1fr}.profile-side{text-align:left;align-items:flex-start}.profile-side>.avatar{width:54px;height:54px}.profile-side nav{grid-template-columns:repeat(3,1fr);display:grid}.profile-side nav button{justify-content:center}.profile-content{min-height:0;padding:20px}.auth-page{grid-template-columns:1fr}.auth-visual{display:none}.auth-form-wrap{min-height:100vh;padding:70px 25px 55px}.auth-mobile-logo{text-transform:uppercase;align-items:center;gap:9px;display:flex;position:absolute;top:25px;left:25px}.auth-mobile-logo span{color:#9c8500;border:1px solid #b79b00;border-radius:50%;place-items:center;width:32px;height:32px;font-weight:800;display:grid}.auth-form-wrap footer{bottom:16px}}@media (width<=520px){.latest-publications{padding:15px}.editor-preview-card{display:block}.editor-preview-card img{height:145px;min-height:0}.editor-preview-card>div{min-height:172px}.article-modal>div:last-child{padding:20px}.header .role-switcher{display:none}.page-heading h1{font-size:23px}.page-heading p{font-size:12px}.button{min-height:42px;padding:0 15px;font-size:12px}.metric-grid{grid-template-columns:1fr}.metric-card{grid-template-columns:40px 1fr;min-height:92px}.metric-card__icon{width:40px;height:40px}.dashboard-hero>img{width:92%;right:-24%}.admin-metrics{grid-template-columns:1fr}.admin-stat{min-height:112px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card__visual{height:135px}.product-card__body{padding:10px}.product-card h3{height:46px;font-size:12px}.product-card__meta>span:last-child{display:none}.product-card__price strong{font-size:13px}.product-card__price>span,.product-card__price del{font-size:10px}.add-button{width:34px;height:34px}.product-gallery__main{height:300px}.product-info h1{font-size:23px}.price-box{grid-template-columns:1fr}.price-box__saving{border-top:1px solid #ffffff1c;border-left:0;padding:12px 0 0}.buy-box,.product-logistics{grid-template-columns:1fr}.pricing-explanation>div>div{flex-direction:column;gap:9px}.stock-table>div{grid-template-columns:90px 1fr}.stock-table b{grid-column:2}.cart-card__stats>span{padding:3px 8px}.cart-item{grid-template-columns:56px 1fr 32px;gap:9px}.cart-item>img{width:56px;height:56px}.cart-item__main strong{font-size:12px}.form-section{padding:58px 16px 18px}.step-number{top:16px}.form-grid,.delivery-cards{grid-template-columns:1fr}.field--full{grid-column:auto}.order-side{grid-template-columns:1fr}.order-side>.button{grid-column:auto}.finance-overview{grid-template-columns:1fr}.debt-card{grid-column:auto}.documents-toolbar{flex-wrap:wrap}.documents-toolbar label:first-child{flex-basis:100%}.company-identity{grid-template-columns:45px 1fr}.company-identity>.status{grid-column:2}.address-grid,.news-grid{grid-template-columns:1fr}.news-card--featured{display:block}.news-card--featured .news-card__image{min-height:200px}.article-modal>img{height:220px}.notification-list>button{grid-template-columns:38px 1fr 7px;padding:14px}.notification-list>button>svg{display:none}.partner-stats,.publication-stats{grid-template-columns:1fr 1fr}.profile-side nav{grid-template-columns:1fr}.profile-side nav button{justify-content:flex-start}.profile-content .form-grid,.editor-modal__body{grid-template-columns:1fr}.editor-modal__body .field:nth-child(2),.editor-modal__body .field:nth-child(3),.upload-field{grid-column:auto}.editor-modal__footer{flex-wrap:wrap}.editor-modal__footer .button{flex:1}.toast{bottom:82px;left:12px;right:12px}.modal-backdrop{padding:12px}.simple-orders>div{grid-template-columns:1fr auto}.simple-orders .status{grid-column:1}.auth-form h2{font-size:23px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
