:root{color-scheme:light;--ink:#17221c;--muted:#68736c;--green:#1e6b46;--pale:#edf6f0;--line:#dfe7e1;--paper:#fff;--bg:#f4f5f1}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.shell{width:min(1050px,calc(100% - 32px));margin:48px auto}.hero{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px}.eyebrow{font-size:12px;letter-spacing:.16em;font-weight:800;color:var(--green);margin:0 0 8px}.hero h1{font-family:Georgia,serif;font-size:clamp(34px,6vw,58px);font-weight:500;line-height:1;margin:0}.subtitle{color:var(--muted);margin:13px 0 0}.import{border:0;border-radius:12px;background:var(--green);color:#fff;padding:13px 18px;font-weight:750;cursor:pointer;box-shadow:0 6px 18px #1e6b4630}.panel{background:var(--paper);border:1px solid var(--line);border-radius:18px;box-shadow:0 15px 45px #26382d0b;overflow:hidden}.toolbar{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;border-bottom:1px solid var(--line)}.toolbar button{border:0;background:transparent;color:var(--green);font-weight:700;cursor:pointer;margin-left:14px}.tree{list-style:none;margin:0;padding:0 0 0 27px}.tree--root{padding:12px 22px 24px}.tree__row{display:flex;align-items:center;gap:9px;min-height:42px;border-bottom:1px solid #edf1ee}.tree__row a{color:var(--ink);text-decoration:none}.tree__row a:hover{color:var(--green);text-decoration:underline}.toggle{width:25px;height:25px;border:1px solid #cddbd1;border-radius:7px;background:var(--pale);color:var(--green);font-weight:900;cursor:pointer}.toggle--empty{display:grid;place-items:center;border-color:transparent;background:transparent;color:#a8b6ac}.notice{padding:13px 16px;border-radius:10px;margin:0 0 16px}.notice--success{background:#e1f4e8;color:#155b36}.notice--error{background:#fee7e7;color:#8a2020}.empty{text-align:center;padding:70px 20px;color:var(--muted)}.empty span{font-size:52px;color:var(--green)}.empty h2{color:var(--ink);margin-bottom:6px}@media(max-width:680px){.shell{margin:25px auto}.hero{align-items:stretch;flex-direction:column}.import{width:100%}.toolbar{align-items:flex-start;gap:10px;flex-direction:column}.toolbar button{margin:0 14px 0 0}.tree--root{padding-left:12px}.tree{padding-left:18px}}
.shell--wide{width:min(1320px,calc(100% - 32px))}.topnav{display:flex;gap:24px;margin-bottom:35px;border-bottom:1px solid var(--line)}.topnav a{padding:12px 2px;color:var(--muted);font-weight:750;text-decoration:none}.topnav a.active{color:var(--green);border-bottom:2px solid var(--green)}.scrape-form{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:8px;min-width:min(100%,460px)}.scrape-form small{grid-column:1/-1;text-align:right;color:var(--muted)}select,input{border:1px solid var(--line);border-radius:10px;background:#fff;padding:11px 13px;color:var(--ink);font:inherit}.filters{display:grid;grid-template-columns:1fr minmax(220px,360px) auto;gap:10px;margin-bottom:22px}.filters button{border:1px solid var(--green);border-radius:10px;background:var(--pale);color:var(--green);padding:10px 18px;font-weight:750}.products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 8px 28px #26382d0a}.product-card__image{display:grid;place-items:center;aspect-ratio:1.25;background:#fff;color:var(--muted)}.product-card__image img{width:100%;height:100%;object-fit:contain;padding:16px}.product-card__body{padding:15px}.product-card__category{margin:0 0 7px;color:var(--green);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.product-card h2{font-size:16px;line-height:1.35;margin:0;min-height:44px}.product-card h2 a{color:var(--ink);text-decoration:none}.sku{font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prices{display:flex;justify-content:space-between;align-items:end;gap:8px}.prices strong{font-family:Georgia,serif;font-size:23px;color:var(--green)}.prices span{font-size:12px;color:var(--muted)}.pagination{display:flex;justify-content:center;align-items:center;gap:22px;margin:30px}.pagination a{color:var(--green);font-weight:750;text-decoration:none}@media(max-width:1000px){.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filters{grid-template-columns:1fr}.scrape-form{grid-template-columns:1fr}.scrape-form small{text-align:left}}@media(max-width:480px){.products-grid{grid-template-columns:1fr}}
.store-switcher{display:flex;align-items:center;gap:12px;margin:-18px 0 28px}.store-switcher label{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.store-switcher select{min-width:240px}.filters--products{grid-template-columns:minmax(190px,240px) 1fr minmax(240px,360px) auto}.product-card__store{margin:0 0 4px;font-size:10px;font-weight:900;letter-spacing:.1em;color:var(--muted)}@media(max-width:900px){.filters--products{grid-template-columns:1fr 1fr}.filters--products button{grid-column:1/-1}}@media(max-width:600px){.store-switcher{align-items:stretch;flex-direction:column}.filters--products{grid-template-columns:1fr}.filters--products button{grid-column:auto}}
.catalog-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px;align-items:start}.catalog-main{min-width:0}.catalog-layout .products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-sidebar{position:sticky;top:18px;max-height:calc(100vh - 36px);overflow:auto;background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:17px;box-shadow:0 10px 32px #26382d0a}.category-sidebar__head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:12px;border-bottom:1px solid var(--line)}.category-sidebar__head h2{font-family:Georgia,serif;font-size:23px;font-weight:500;margin:0}.category-sidebar__head a{font-size:12px;font-weight:750;color:var(--green);text-decoration:none}.store-category-tree h3{font-size:12px;letter-spacing:.08em;color:var(--green);margin:18px 0 8px}.filter-tree{list-style:none;padding:0;margin:5px 0}.filter-tree .filter-tree{padding-left:14px;border-left:1px solid var(--line)}.filter-tree li{margin:2px 0}.filter-tree summary{padding:7px 4px;font-size:13px;font-weight:750;cursor:pointer;color:var(--ink)}.filter-tree a{display:block;padding:7px 8px;border-radius:7px;color:var(--muted);font-size:13px;line-height:1.3;text-decoration:none}.filter-tree a:hover,.filter-tree a.active{background:var(--pale);color:var(--green)}.filter-tree a.active{font-weight:800}.filters--products{grid-template-columns:minmax(190px,240px) 1fr auto}@media(max-width:1050px){.catalog-layout{grid-template-columns:minmax(0,1fr) 260px}.catalog-layout .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.catalog-layout{display:flex;flex-direction:column-reverse}.category-sidebar{position:static;width:100%;max-height:460px}.catalog-layout .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.catalog-layout .products-grid{grid-template-columns:1fr}}
.category-sidebar__head p{margin:4px 0 0;font-size:11px;color:var(--muted)}.filter-tree a{display:flex!important;align-items:center;justify-content:space-between;gap:8px}.filter-tree a>span{min-width:0}.scrape-state{flex:0 0 auto;display:inline-grid;place-items:center;min-width:20px;height:20px;border-radius:10px;padding:0 5px;font-size:10px;font-weight:900;background:#eef1ef;color:#89928c}.scrape-state--completed{background:#daf1e2;color:#17643c}.scrape-state--running{background:#fff1c7;color:#866400}.scrape-state--failed{background:#fee1e1;color:#992828}
.category-count{font-size:11px;font-weight:700;color:#8b958f}.filter-tree summary .category-count{margin-left:3px}
.catalog-layout--no-sidebar{grid-template-columns:minmax(0,1fr)}.catalog-layout--no-sidebar .products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:1000px){.catalog-layout--no-sidebar .products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.catalog-layout--no-sidebar .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.catalog-layout--no-sidebar .products-grid{grid-template-columns:1fr}}
.scrape-form--selected{grid-template-columns:minmax(220px,1fr) auto}.selected-fetch{display:flex;flex-direction:column;justify-content:center;padding:8px 12px;border:1px solid var(--line);border-radius:11px;background:var(--paper)}.selected-fetch small{grid-column:auto!important;text-align:left!important;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.selected-fetch strong{font-size:14px;color:var(--ink)}
body .catalog-layout--no-sidebar .products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:1000px){body .catalog-layout--no-sidebar .products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){body .catalog-layout--no-sidebar .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){body .catalog-layout--no-sidebar .products-grid{grid-template-columns:1fr}}
body .catalog-layout.catalog-layout--no-sidebar{grid-template-columns:minmax(0,1fr)}
.selected-store-logo{width:115px;height:42px;object-fit:contain;object-position:left center;margin-right:4px}.product-card__store{display:flex;align-items:center;gap:7px;min-height:19px}.product-card__store img{width:72px;height:18px;object-fit:contain;object-position:left center}.product-card__store img+span{display:none}@media(max-width:600px){.selected-store-logo{width:100px}}
.selected-store-logo{display:block!important;width:80px!important;max-width:80px!important;height:28px!important;max-height:28px!important;object-fit:contain!important;object-position:left center}.product-store-picker{display:flex;align-items:center;gap:9px;min-width:0}.product-store-picker select{min-width:0;flex:1}.product-card__store img{display:block!important;width:54px!important;max-width:54px!important;height:14px!important;max-height:14px!important;object-fit:contain!important;object-position:left center}
