:root{--ink:#0b2529;--teal:#35666c;--green:#138267;--line:#d4e0df;--muted:#667a7d;--paper:#f4f8f7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,sans-serif}.catalog-header{position:sticky;top:0;z-index:10;display:grid;grid-template-columns:auto 58px 1fr auto;gap:14px;align-items:center;padding:15px max(18px,calc((100% - 1180px)/2));background:#0b2529f2;color:#fff;backdrop-filter:blur(14px);box-shadow:0 8px 30px #07171925}.catalog-header img{width:58px;height:58px;object-fit:cover;border-radius:13px;background:#fff}.catalog-header small{font-size:11px;letter-spacing:.16em;color:#9ec1c1;font-weight:800}.catalog-header h1{font:500 clamp(22px,3vw,32px) Georgia,serif;margin:2px 0}.catalog-header p{margin:0;color:#c5d8d7;font-size:13px}.back{color:#dbe9e8;text-decoration:none;font-size:13px;font-weight:800}.catalog-header button{border:1px solid #ffffff50;border-radius:11px;background:#fff;color:var(--ink);padding:11px 13px;font:inherit;font-size:13px;font-weight:850;cursor:pointer}.catalog-header button b{display:inline-grid;place-items:center;min-width:22px;height:22px;margin-left:5px;border-radius:99px;background:var(--green);color:#fff}main{max-width:1180px;margin:auto;padding:24px 18px 50px}.catalog-controls{padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff}.search-box{display:flex;align-items:center;gap:10px;border:1px solid #bfd0ce;border-radius:13px;padding:0 14px;background:#f9fcfb}.search-box span{font-size:24px;color:var(--teal)}.search-box input{width:100%;border:0;background:transparent;outline:0;padding:15px 0;font:inherit;font-size:16px;color:var(--ink)}.category-filters{display:flex;gap:7px;overflow:auto;padding:12px 0 5px;scrollbar-width:thin}.category-filters button{flex:none;border:1px solid var(--line);border-radius:99px;background:#f6f9f8;color:var(--ink);padding:9px 12px;font:inherit;font-size:12px;font-weight:750;cursor:pointer}.category-filters button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.select-filters{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.select-filters label{font-size:12px;font-weight:800;color:#40565a}.select-filters select{display:block;width:100%;margin-top:5px;padding:11px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);font:inherit}.catalog-controls>p{margin:13px 2px 0;color:var(--teal);font-size:12px;font-weight:850}.category-overview{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:18px 0}.category-tile{position:relative;min-height:132px;border:0;border-radius:16px;overflow:hidden;padding:0;text-align:left;cursor:pointer;background:#17383c;color:#fff}.category-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.52}.category-tile:after{content:"";position:absolute;inset:25% 0 0;background:linear-gradient(transparent,#061719ef)}.category-tile div{position:absolute;z-index:1;inset:auto 13px 12px}.category-tile strong,.category-tile span{display:block}.category-tile strong{font:500 17px Georgia,serif}.category-tile span{font-size:11px;color:#d4e3e2;margin-top:3px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 8px 22px #17383c08}.product-card img{width:100%;height:148px;object-fit:cover;background:#dbe6e5}.product-card-body{padding:14px}.product-card small{font-size:11px;font-weight:850;color:var(--teal);text-transform:uppercase;letter-spacing:.08em}.product-card h2{font:500 20px Georgia,serif;margin:4px 0}.product-card p{min-height:36px;margin:0;color:var(--muted);font-size:12px;line-height:1.5}.spec-chips{display:flex;flex-wrap:wrap;gap:5px;margin:11px 0}.spec-chips span{padding:5px 7px;border-radius:7px;background:#edf4f3;font-size:10px;font-weight:750;color:#3e5659}.card-actions{display:grid;grid-template-columns:1fr auto;gap:7px}.card-actions button{border:0;border-radius:9px;padding:10px;background:var(--ink);color:#fff;font:inherit;font-size:11px;font-weight:850;cursor:pointer}.card-actions button:last-child{width:40px;background:#e2edeb;color:var(--teal);font-size:18px}.empty-state{text-align:center;padding:50px 18px;background:#fff;border-radius:18px}.empty-state strong{font:500 25px Georgia,serif}.empty-state p{color:var(--muted)}.empty-state button{border:0;border-radius:10px;background:var(--green);color:#fff;padding:12px 15px;font-weight:800}.technical-note{margin-top:22px;padding:15px;border-left:4px solid #b88742;background:#fff8eb;color:#6a5a42;font-size:12px;line-height:1.6}dialog{width:min(calc(100% - 22px),720px);max-height:92vh;border:0;border-radius:20px;padding:0;color:var(--ink);box-shadow:0 30px 90px #0007}dialog::backdrop{background:#061719bf;backdrop-filter:blur(4px)}.product-detail{position:relative;padding-bottom:18px}.product-detail>.close{position:absolute;z-index:2;right:12px;top:12px;width:40px;height:40px;border:0;border-radius:50%;background:#fff;color:var(--ink);font-size:25px;box-shadow:0 4px 14px #0003;cursor:pointer}.product-detail>img{width:100%;height:230px;object-fit:cover}.detail-title{padding:18px 20px 5px}.detail-title small{color:var(--teal);font-size:11px;font-weight:850;letter-spacing:.1em}.detail-title h2{font:500 30px Georgia,serif;margin:4px 0}.detail-title p{margin:0;color:var(--muted);font-size:13px}#detail-specs{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px 20px;margin:0}#detail-specs div{border:1px solid var(--line);border-radius:11px;padding:10px;background:#f8fbfa}#detail-specs dt{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}#detail-specs dd{margin:4px 0 0;font-size:13px;line-height:1.5;font-weight:700}.detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:8px 20px}.detail-actions button,#send-selection{border:0;border-radius:11px;padding:13px;background:var(--ink);color:#fff;font:inherit;font-size:12px;font-weight:850;cursor:pointer}.detail-actions button:last-child,#send-selection{background:var(--green)}.selection-panel{padding:22px}.selection-head{display:flex;justify-content:space-between;align-items:start}.selection-head small{font-size:10px;color:var(--teal);font-weight:850}.selection-head h2{font:500 28px Georgia,serif;margin:3px 0}.selection-close{border:0;width:38px;height:38px;border-radius:50%;font-size:24px}.selection-panel ol{padding-left:22px}.selection-panel li{padding:8px 4px;border-bottom:1px solid var(--line);font-size:13px}.selection-panel li button{float:right;border:0;background:none;color:#9c302a;font-size:18px}.selection-panel>p{color:var(--muted);font-size:13px}.selection-panel>#send-selection{width:100%}.toast{position:fixed;z-index:30;left:50%;bottom:25px;transform:translate(-50%,18px);opacity:0;background:#07191c;color:#fff;padding:11px 16px;border-radius:99px;font-size:13px;transition:.2s;pointer-events:none}.toast.show{opacity:1;transform:translate(-50%,0)}@media(max-width:850px){.category-overview{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:1fr 1fr}.catalog-header{grid-template-columns:auto 48px 1fr}.catalog-header img{width:48px;height:48px}.catalog-header button{grid-column:1/-1;width:100%}}@media(max-width:560px){main{padding:14px 11px 35px}.catalog-header{position:relative;padding:13px 11px;grid-template-columns:auto 45px 1fr}.catalog-header p{display:none}.catalog-header h1{font-size:20px}.back{font-size:11px}.catalog-header img{width:45px;height:45px}.category-overview{grid-template-columns:1fr 1fr}.category-tile{min-height:115px}.product-grid{grid-template-columns:1fr}.select-filters{grid-template-columns:1fr}.product-card img{height:170px}#detail-specs,.detail-actions{grid-template-columns:1fr}.product-detail>img{height:185px}}
