@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&display=swap";.app header{padding:1rem;background:#0b5cff;color:#fff}main{display:flex;gap:1rem;padding:1rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem}.card{border:1px solid #ddd;padding:.75rem;border-radius:6px;background:#fff}.card-header{font-weight:600;margin-bottom:.5rem}.card-body .price{margin-top:.5rem;font-weight:700}button{padding:.35rem .6rem;margin-top:.5rem;cursor:pointer}.cart{width:320px;border-left:1px solid #eee;padding-left:1rem}.cart-footer{margin-top:1rem;display:flex;justify-content:space-between;align-items:center}.error{color:#8b0000;margin-bottom:1rem}:root{--bg:#f6f8fb;--card:#ffffff;--muted:#6b7280;--primary:#2563eb;--accent:#7c3aed;--radius:12px;--shadow: 0 6px 18px rgba(15,23,42,.08);--header-icon-size: 24px}*{box-sizing:border-box}body{font-family:Poppins,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;margin:0;padding:0;background:linear-gradient(180deg,var(--bg),#fff);color:#0f172a}.app header{padding:1.25rem 1.5rem;background:linear-gradient(90deg,var(--primary),var(--accent));color:#fff}.app header h1{margin:0;font-size:1.25rem;letter-spacing:.2px}.category-block{margin-bottom:1.5rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.card{background:var(--card);border-radius:10px;padding:.75rem;border:1px solid rgba(15,23,42,.04);box-shadow:0 6px 18px #0c10200f;transition:transform .18s ease,box-shadow .18s ease;cursor:pointer;display:flex;flex-direction:column}.card:hover{transform:translateY(-6px);box-shadow:0 18px 36px #0c102014}.product-image{width:100%;height:150px;object-fit:cover;border-radius:8px;margin-bottom:.6rem}.card-header{font-weight:600;margin-bottom:.35rem;color:#0f172a}.card-body{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.card .price{font-weight:700;color:var(--primary)}button{background:var(--primary);color:#fff;border:none;padding:.5rem .75rem;border-radius:8px;cursor:pointer;font-weight:600;transition:transform .12s ease,filter .12s ease}button:hover{transform:translateY(-1px);filter:brightness(1.02)}button:disabled{opacity:.6;cursor:not-allowed}.cart{width:340px;border-radius:12px;padding:1rem;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:var(--shadow);border:1px solid rgba(12,18,36,.04)}.cart h3{margin:0 0 .5rem}.cart ul{padding-left:1rem}.cart li{display:flex;justify-content:space-between;align-items:center;padding:.35rem 0;border-bottom:1px dashed rgba(15,23,42,.03)}.cart li button{background:transparent;color:var(--muted);border:1px solid rgba(15,23,42,.04);padding:.2rem .45rem;border-radius:6px}.cart-footer{margin-top:1rem;display:flex;justify-content:flex-end}.error{color:#b91c1c;margin-bottom:1rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:linear-gradient(#02061780,#02061773);display:flex;align-items:center;justify-content:center;z-index:1200;padding:1rem}.modal-content{background:var(--card);padding:1.1rem;border-radius:12px;max-width:820px;width:100%;box-shadow:0 30px 60px #02061773;position:relative;max-height:85vh;overflow:auto}.modal-close{position:absolute;right:.6rem;top:.4rem;background:transparent;border:none;font-size:1.4rem;cursor:pointer;color:var(--muted)}.modal-image{width:100%;height:360px;object-fit:contain;margin-bottom:.7rem;background:#f8fafc;padding:.4rem;border-radius:8px}.modal-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.contact-block{margin-top:1.25rem;padding-top:1rem;border-top:1px dashed rgba(12,18,36,.04)}.contact-block h4{margin:0 0 .25rem}.contact-phones{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.5rem}.contact-btn{display:inline-flex;align-items:center;gap:.5rem;background:#f3f4f6;border:1px solid rgba(12,18,36,.04);padding:.45rem .6rem;border-radius:8px;text-decoration:none;color:inherit;font-weight:600}.contact-btn:hover{background:#eef2ff}.contact-btn.whatsapp{background:#25d366;color:#fff;border-color:transparent}.category-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.cat-item{background:transparent;border:1px solid rgba(12,18,36,.04);padding:.5rem .65rem;border-radius:8px;text-align:left;cursor:pointer;font-weight:600;color:var(--muted)}.cat-item.active{background:var(--primary);color:#fff;border-color:var(--primary)}.form-row{display:flex;flex-direction:column;gap:.35rem;margin-top:.6rem}.form-row label{font-size:.85rem;color:var(--muted)}.form-row input{padding:.55rem .65rem;border-radius:8px;border:1px solid rgba(12,18,36,.06);background:transparent;font-weight:600}.form-row input::placeholder{color:#94a3b8;font-weight:500}main{display:flex;gap:1rem;padding:1.25rem;align-items:flex-start}.sidebar{width:240px;padding:1rem;border-radius:var(--radius);background:linear-gradient(180deg,#fff,#fcfdff);box-shadow:var(--shadow);border:1px solid rgba(12,18,36,.04)}.catalog{flex:1}.mobile-only{display:none}@media (max-width:960px){.mobile-only{display:inline-flex}.sidebar{display:none}main{flex-direction:column}}.app-header{display:grid;grid-template-columns:var(--header-icon-size) 1fr var(--header-icon-size);align-items:center;gap:12px;padding:8px 12px;background:linear-gradient(90deg,var(--primary),var(--accent));color:#fff;position:sticky;top:0;z-index:100}.app-title{margin:0;font-size:1.1rem;text-align:center;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.icon-btn{background:transparent;border:none;color:#fff;cursor:pointer;position:relative;display:inline-flex;align-items:center;justify-content:center;width:var(--header-icon-size);height:var(--header-icon-size);padding:0;border-radius:6px;line-height:1}.icon-btn .icon-glyph{display:block;width:var(--header-icon-size);height:var(--header-icon-size);background-size:var(--header-icon-size) var(--header-icon-size);background-repeat:no-repeat}.icon-btn.burger .icon-glyph{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiPjxyZWN0IHg9IjQiIHk9IjYiIHdpZHRoPSIxNiIgaGVpZ2h0PSIyIiByeD0iMSIvPjxyZWN0IHg9IjQiIHk9IjExIiB3aWR0aD0iMTYiIGhlaWdodD0iMiIgcng9IjEiLz48cmVjdCB4PSI0IiB5PSIxNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjIiIHJ4PSIxIi8+PC9zdmc+)}.icon-btn.cart .icon-glyph{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJ3aGl0ZSI+PHBhdGggZD0iTTcgNGgtMmwtMSAySDF2MmgyaDMuNiA3LjU5LTEuMzUgMi40MWEyIDIgMCAwIDAgMS43NCAyLjk5aDExdi0yaC0xMC40MmwxLjEtMmg2LjMyYTIgMiAwIDAgMCAxLjc5LTEuMTFsMy41OC03LjE2YTEgMSAwIDAgMC0uOS0xLjQySDYuNjNsLS4zMS0uNTlhMiAyIDAgMCAwLTEuNzktMS4wMXoiLz48L3N2Zz4=)}.icon-btn .icon-count{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;line-height:16px;display:inline-block;text-align:center}.icon-count-cart{width:12px;height:12px;display:inline-block}.drawer{position:fixed;top:56px;width:86%;max-width:360px;height:calc(100vh - 56px);background:#fff;box-shadow:0 20px 40px #0206172e;border-radius:0 12px 12px 0;transform:translate(-100%);transition:transform .2s ease;z-index:950;padding:1rem;overflow:auto}.drawer.open{transform:translate(0)}.drawer-left{left:0}.drawer-right{right:0;left:auto;border-radius:12px 0 0 12px;transform:translate(100%)}.drawer-right.open{transform:translate(0)}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#02061759;z-index:900}body.no-scroll{overflow:hidden;touch-action:none}@media (min-width: 961px){.app-header .icon-btn.burger,.app-header .icon-btn.cart{display:none!important}}@media (min-width: 961px){.app-header{display:block;padding:12px 16px}.app-title{white-space:nowrap;overflow:visible;text-overflow:clip;text-align:center;font-size:1.25rem;line-height:1;margin:0}}
