:root{--bg: #f5f7fb;--card: #ffffff;--text: #132034;--muted: #516079;--primary: #0f6adf;--border: #dbe2ee}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text)}.container{width:min(1120px,92vw);margin:0 auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;background:#fff;padding:.5rem .75rem;border-radius:.25rem}.site-header,.site-footer{background:#fff;border-bottom:1px solid var(--border)}.site-footer{border-top:1px solid var(--border);border-bottom:0;margin-top:2rem}.nav-wrap,.footer-row{display:flex;gap:1rem;align-items:center;justify-content:space-between;padding:.9rem 0}.brand{color:var(--text);font-weight:700;text-decoration:none}.main-nav{display:flex;gap:.9rem}.main-nav a,.header-actions a{color:var(--muted);text-decoration:none}.header-actions{display:flex;align-items:center;gap:.75rem}.currency-label{font-size:.875rem;color:var(--muted)}.app-banner-wrap{background:#fff;border-bottom:1px solid var(--border)}.app-banner-link{display:block;padding:.5rem 0}.app-banner-image{width:100%;height:auto;display:block;border-radius:.6rem;border:1px solid var(--border)}.hero{margin-top:1rem;padding:1.2rem 0}.hero h1{margin:0 0 .5rem}.card{background:var(--card);border:1px solid var(--border);border-radius:.75rem;padding:1rem;margin-bottom:1rem}.filters-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem}.filters-grid input,.filters-grid select,.auth-form input,button{min-height:2.5rem;border-radius:.5rem;border:1px solid var(--border);padding:.6rem .75rem}.stock-checkbox{display:flex;align-items:center;gap:.5rem}.section-header{display:flex;justify-content:space-between;gap:1rem;align-items:center}.products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem}.product-card{border:1px solid var(--border);border-radius:.75rem;overflow:hidden;background:#fff}.product-card img{width:100%;height:180px;object-fit:cover;background:#f0f3f9}.product-body{padding:.75rem}.product-name{margin:0 0 .35rem;font-size:1rem}.price{font-weight:700}.price-original{margin-left:.45rem;text-decoration:line-through;color:var(--muted)}.product-meta{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.875rem;color:var(--muted)}.product-actions,.button-group,.actions-row{display:flex;gap:.5rem;margin-top:.7rem}.btn-primary,.btn-secondary,.btn-link{cursor:pointer}.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-secondary{background:#f8faff;color:var(--text)}.btn-link{border:0;background:transparent;color:var(--muted)}.icon-action{width:2.4rem;height:2.4rem;border-radius:.55rem;border:1px solid var(--border);background:#f8faff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.icon-action img{width:1.2rem;height:1.2rem}.product-layout{display:grid;grid-template-columns:minmax(240px,380px) 1fr;gap:1rem}.product-layout img{width:100%;border:1px solid var(--border);border-radius:.5rem}.auth-card{max-width:520px;margin:1.5rem auto}.auth-form{display:grid;gap:.5rem}.divider{text-align:center;margin:.8rem 0;color:var(--muted)}.help-text{color:var(--muted)}.hidden{display:none!important}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.45);display:grid;place-items:center;z-index:50}.modal-card{background:#fff;width:min(420px,90vw);border-radius:.75rem;padding:1rem}.toast{position:fixed;right:1rem;bottom:1rem;background:#1e2c44;color:#fff;padding:.7rem 1rem;border-radius:.5rem;z-index:60}@media (max-width: 980px){.filters-grid,.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-layout{grid-template-columns:1fr}}@media (max-width: 680px){.nav-wrap{flex-wrap:wrap}.header-actions{width:100%;justify-content:space-between}.products-grid,.filters-grid{grid-template-columns:1fr}}
