:root{--nav:#071633;--bg:#f5f7fb;--card:#fff;--ink:#0f172a;--muted:#64748b;--line:#e2e8f0;--blue:#2563eb;--violet:#7c3aed;--shadow:0 12px 34px #0f172a0d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink)}button,input,select{font:inherit}.wrap{width:min(1440px,calc(100% - 32px));margin:auto}.utility{background:var(--nav);color:#cbd5e1;font-size:11px}.utility .wrap{height:32px;display:flex;align-items:center;justify-content:space-between}.utility a{color:#cbd5e1;text-decoration:none}.top{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}.topin{height:76px;display:flex;align-items:center;gap:20px}.brand{width:225px;flex:0 0 auto}.brand img{width:100%;height:56px;object-fit:contain}.mainnav{display:flex;gap:4px}.mainnav a{color:#334155;text-decoration:none;font-weight:800;padding:10px 12px;border-radius:11px}.mainnav a:hover,.mainnav a.active{background:#f1f5f9;color:var(--blue)}.top-actions{margin-left:auto;display:flex;gap:8px}.btn{border:0;border-radius:12px;padding:10px 14px;background:linear-gradient(135deg,var(--blue),var(--violet));color:#fff;font-weight:850;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.btn.light{background:#fff;color:#334155;border:1px solid var(--line)}.crumbs-wrap{background:#fff;border-bottom:1px solid #eef2f7}.breadcrumbs{min-height:46px;display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted);overflow:auto;white-space:nowrap}.breadcrumbs a{color:#475569;text-decoration:none}.breadcrumbs a:hover{color:var(--blue)}.catalog-hero{padding:26px 0 18px;background:radial-gradient(circle at 88% 12%,#dbeafe,transparent 24%),linear-gradient(135deg,#fff,#f8f7ff)}.hero-grid{min-height:210px;border-radius:28px;padding:30px 34px;background:linear-gradient(135deg,#071633,#172554 58%,#312e81);color:#fff;display:grid;grid-template-columns:1fr 180px;align-items:center;gap:24px;box-shadow:0 20px 50px #0f172a1b}.eyebrow{color:#93c5fd;text-transform:uppercase;letter-spacing:.13em;font-size:10px;font-weight:900}.hero-copy h1{font-size:38px;letter-spacing:-.035em;margin:8px 0 9px;line-height:1.04}.hero-copy p{margin:0;color:#dbeafe;max-width:780px;line-height:1.6;font-size:14px}.hero-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.hero-meta span{background:#ffffff10;border:1px solid #ffffff16;border-radius:999px;padding:7px 10px;font-size:10px;color:#e2e8f0;font-weight:750}.hero-icon{width:154px;height:154px;justify-self:end;display:grid;place-items:center;font-size:72px}.hero-icon img{max-width:100%;max-height:100%;object-fit:contain}.section-strip{display:grid;grid-template-columns:repeat(7,1fr);gap:9px;padding:18px 0}.section-pill{background:#fff;border:1px solid var(--line);border-radius:15px;text-decoration:none;color:#334155;padding:12px 10px;font-size:12px;font-weight:850;text-align:center;transition:.16s}.section-pill:hover{transform:translateY(-2px);border-color:#c7d2fe}.section-pill.active{background:linear-gradient(135deg,#eff6ff,#faf5ff);border-color:#818cf8;color:#3730a3}.catalog-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:20px;padding-top:8px}.sidebar{position:sticky;top:94px;align-self:start;background:#fff;border:1px solid var(--line);border-radius:20px;padding:13px;max-height:calc(100vh - 115px);overflow:auto;box-shadow:var(--shadow)}.sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:5px 5px 11px}.sidebar-head button{display:none;border:0;background:transparent;font-size:24px;color:#64748b}.side-section{margin-bottom:7px}.side-title{display:flex;align-items:center;justify-content:space-between;gap:8px;text-decoration:none;color:#0f172a;font-size:12px;font-weight:900;padding:10px;border-radius:11px}.side-title:hover,.side-title.active{background:#eef4ff;color:#1d4ed8}.side-subs{display:grid;padding:2px 0 5px 9px}.side-sub{text-decoration:none;color:#64748b;padding:7px 9px;border-radius:9px;font-size:11px;line-height:1.25}.side-sub:hover,.side-sub.active{background:#f8fafc;color:#2563eb;font-weight:850}.catalog-main{min-width:0}.mobile-filter-row{display:none}.toolbar{display:grid;grid-template-columns:minmax(280px,1fr) 210px 180px;gap:9px;margin-bottom:16px}.toolbar input,.toolbar select{border:1px solid #cbd5e1;border-radius:12px;background:#fff;padding:11px 12px;outline:none}.toolbar input:focus,.toolbar select:focus{border-color:#818cf8;box-shadow:0 0 0 3px #e0e7ff}.searchbox{display:grid;grid-template-columns:1fr auto;background:#fff;border:1px solid #cbd5e1;border-radius:12px;overflow:hidden}.searchbox input{border:0;border-radius:0;box-shadow:none!important}.searchbox button{border:0;padding:0 17px;background:#0f172a;color:#fff;font-weight:850;cursor:pointer}.content-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin:12px 0 13px}.content-head h2{margin:0;font-size:25px;letter-spacing:-.02em}.content-head p{margin:4px 0 0;color:var(--muted);font-size:12px}.count{font-size:11px;color:var(--muted);font-weight:800}.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.product{background:#fff;border:1px solid var(--line);border-radius:19px;overflow:hidden;display:flex;flex-direction:column;min-width:0;box-shadow:0 8px 24px #0f172a08;transition:.18s}.product:hover{transform:translateY(-2px);border-color:#c7d2fe;box-shadow:0 16px 35px #0f172a12}.product-img{height:190px;background:linear-gradient(145deg,#f8fafc,#eef2ff);display:grid;place-items:center;overflow:hidden;position:relative;padding:12px}.product-img img{width:100%;height:100%;object-fit:contain}.badge{position:absolute;left:10px;top:10px;max-width:calc(100% - 20px);padding:5px 8px;border-radius:999px;background:#fffffff0;border:1px solid var(--line);font-size:9px;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-body{padding:14px;display:flex;flex-direction:column;flex:1}.seller{font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.055em;color:var(--blue);text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product h3{font-size:14px;line-height:1.35;margin:6px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:38px}.price{font-size:20px;font-weight:950;margin-top:10px}.address{color:var(--muted);font-size:10px;margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:auto;padding-top:12px}.product-actions a,.product-actions button{border-radius:10px;min-height:37px;font-size:10px;font-weight:850;text-decoration:none;display:grid;place-items:center;cursor:pointer}.product-actions .primary{border:0;background:linear-gradient(135deg,var(--blue),var(--violet));color:#fff}.product-actions .secondary{border:1px solid var(--line);background:#f8fafc;color:#334155}.companies-block{margin-top:34px}.companies{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.company{background:#fff;border:1px solid var(--line);border-radius:18px;padding:17px;text-decoration:none;color:var(--ink);display:flex;align-items:center;gap:12px}.company:hover{border-color:#c7d2fe}.avatar{width:48px;height:48px;border-radius:15px;background:linear-gradient(135deg,#38bdf8,#7c3aed);display:grid;place-items:center;color:#fff;font-weight:950;flex:0 0 auto}.company b{display:block;font-size:13px}.company span{display:block;color:var(--muted);font-size:10px;margin-top:4px}.empty{grid-column:1/-1;padding:42px;text-align:center;background:#fff;border:1px dashed #cbd5e1;border-radius:18px;color:var(--muted);line-height:1.55}footer{margin-top:60px;background:#06132d;color:#9fb0c7;padding-top:38px}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:30px;padding-bottom:30px}.footer-brand img{width:205px;height:58px;object-fit:contain;object-position:left}.footer-brand p{font-size:12px;line-height:1.6;max-width:330px}.footer-grid>div:not(.footer-brand){display:grid;align-content:start;gap:8px}.footer-grid b{color:#fff;font-size:13px;margin-bottom:4px}.footer-grid a{color:#9fb0c7;text-decoration:none;font-size:12px}.footer-bottom{border-top:1px solid #ffffff12;padding:17px 0 22px;font-size:10px}.sidebar-shade{display:none}.loading{opacity:.55;pointer-events:none}@media(max-width:1180px){.products{grid-template-columns:repeat(3,1fr)}.section-strip{grid-template-columns:repeat(4,1fr)}.hero-grid{grid-template-columns:1fr 135px}.hero-icon{width:125px;height:125px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}}@media(max-width:900px){.mainnav{display:none}.top-actions .light{display:none}.catalog-layout{grid-template-columns:1fr}.sidebar{position:fixed;left:-300px;top:0;bottom:0;width:285px;max-height:none;border-radius:0;z-index:100;transition:.2s;padding-top:16px}.sidebar.open{left:0}.sidebar-head button{display:block}.sidebar-shade{position:fixed;inset:0;background:#0f172a66;z-index:90}.sidebar-shade.show{display:block}.mobile-filter-row{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px}.mobile-filter-row span{font-size:11px;color:var(--muted);font-weight:800}.toolbar{grid-template-columns:1fr 1fr}.searchbox{grid-column:1/-1}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media(max-width:680px){.wrap{width:min(100% - 20px,1440px)}.utility{display:none}.topin{height:66px}.brand{width:180px}.brand img{height:48px}.top-actions .btn{font-size:10px;padding:9px 11px}.catalog-hero{padding-top:14px}.hero-grid{min-height:190px;padding:23px;border-radius:22px;grid-template-columns:1fr 80px}.hero-copy h1{font-size:29px}.hero-copy p{font-size:12px}.hero-icon{width:80px;height:80px;font-size:42px}.section-strip{display:flex;overflow:auto;padding:13px 0}.section-pill{min-width:110px}.toolbar{grid-template-columns:1fr}.searchbox{grid-column:auto}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.product-img{height:150px}.product-body{padding:11px}.product h3{font-size:12px;min-height:33px}.price{font-size:17px}.product-actions{grid-template-columns:1fr}.companies{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:420px){.hero-grid{grid-template-columns:1fr}.hero-icon{display:none}.products{grid-template-columns:1fr 1fr}.product-img{height:136px}.content-head h2{font-size:22px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}}
