:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#1f2937;background:#f3f4f6}*{box-sizing:border-box}body{margin:0;background:#f3f4f6}.market-shell{min-height:100vh}.market-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 24px;color:#0c0c0c;background:transparent;transition:all .25s ease}.market-header.is-scrolled{background:#f1b61e;color:#0a0a09;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.brand-block{display:flex;align-items:center;gap:10px}.brand-name{margin:0;font-weight:800}.brand-logo{height:42px;width:42px;border-radius:50%;display:grid;place-items:center}.market-header nav{display:flex;gap:20px}.market-header nav a{color:inherit;text-decoration:none;font-weight:700}.profile-pill{display:flex;align-items:center;gap:8px;padding:4px 8px;border-radius:999px;background:#facc1526}.profile-pill p{margin:0}.profile-pill img{width:28px;height:28px;border-radius:50%}.header-auth-zone{display:flex;align-items:center;gap:8px}.header-google-slot{min-height:40px}.logout-btn,.dismiss-btn,.open-composer-btn,.category-pills button,.ghost-close{border:0;border-radius:999px;padding:8px 12px;font-weight:600;cursor:pointer}.logout-btn{background:#111827;color:#fff}.dismiss-btn{background:#fee2e2;color:#991b1b}.auth-warning{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:10px;border-radius:10px}.auth-warning.inline{margin-top:0;padding:8px}.header-auth-error{margin:0;font-size:12px;color:#7f1d1d}main{max-width:1280px;margin:0 auto;padding:0 18px 40px}.welcome-strip{padding:10px 0}.category-pills{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}.category-pills button{background:#fff;border:1px solid #e5e7eb}.category-pills .active{background:#facc15}.market-content-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;align-items:start}.market-content-layout.has-left-sidebar.has-right-sidebar{grid-template-columns:minmax(280px,320px) minmax(0,1fr) 280px}.market-content-layout.has-left-sidebar{grid-template-columns:minmax(280px,320px) minmax(0,1fr)}.market-content-layout.has-right-sidebar{grid-template-columns:minmax(0,1fr) 280px}.listing-column{min-width:0}.left-sidebar-drawer{position:sticky;top:86px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 8px 22px #00000014;z-index:120;overflow-y:auto;max-height:calc(100vh - 100px);padding:16px;border-radius:14px;transition:width .2s ease}.left-sidebar-drawer.collapsed{width:74px;padding:14px 8px}.left-sidebar-drawer.collapsed .sidebar-label{writing-mode:vertical-rl;transform:rotate(180deg);margin:0 auto}.composer{margin:0}.composer-form,.product-card,.right-filter-sidebar{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px}.sidebar-top-row{display:flex;justify-content:space-between;align-items:center}.sidebar-top-row h2{margin:0}.ghost-close{background:#f3f4f6}.composer-form label{display:flex;flex-direction:column;gap:6px;margin:12px 0;font-size:14px;font-weight:600}.composer-form input,.composer-form select,.composer-form textarea,.right-filter-sidebar select,.right-filter-sidebar input[type=range]{border:1px solid #d1d5db;border-radius:10px;padding:10px;font:inherit}.composer-form button{width:100%;border:0;border-radius:10px;padding:12px;background:#1877f2;color:#fff;font-weight:700}.composer-form button:disabled{opacity:.5}.right-filter-sidebar{position:sticky;top:86px;z-index:10}.right-filter-sidebar.collapsed{width:74px;padding:12px 8px}.right-filter-sidebar.collapsed .sidebar-label{writing-mode:vertical-lr;margin:0 auto}.sidebar-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;gap:8px}.sidebar-label{margin:0;font-size:14px;font-weight:700;color:#1f2937}.sidebar-collapse-btn{border:1px solid #d1d5db;background:#f9fafb;border-radius:10px;width:34px;height:34px;display:grid;place-items:center;cursor:pointer}.attribute-section{margin:10px 0 14px;padding:10px;border:1px dashed #d1d5db;border-radius:12px}.attribute-section h3{margin:0 0 8px;font-size:15px}.attribute-note{margin:0;color:#6b7280;font-size:13px}.stock-filter-row{display:flex;align-items:center;gap:8px;margin:12px 0}.listing-section{margin:0}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px}.thumb{height:130px;background:#fef3c7;color:#92400e;display:grid;place-items:center;border-radius:12px;font-size:38px;font-weight:800}.product-body h3{margin-bottom:6px}.category-tag{font-size:13px;color:#6b7280;margin:6px 0}.meta-row{display:flex;justify-content:space-between;margin-top:8px}.stock-chip{display:inline-block;margin-top:10px;padding:4px 8px;border-radius:999px;font-weight:700;font-size:12px}.stock-chip.instock{background:#dcfce7;color:#166534}.stock-chip.outofstock{background:#fee2e2;color:#991b1b}.loading-note{margin-top:20px;color:#6b7280}.cart-page{max-width:720px;margin:40px auto;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px}@media(max-width:1200px){.market-content-layout.has-left-sidebar.has-right-sidebar,.market-content-layout.has-left-sidebar,.market-content-layout.has-right-sidebar{grid-template-columns:1fr}.left-sidebar-drawer{position:fixed;left:10px;top:72px;width:min(420px,calc(100vw - 20px));max-height:calc(100vh - 84px);box-shadow:20px 0 50px #0003;z-index:300}}@media(max-width:1024px){.market-content-layout,.market-content-layout.has-sidebar{grid-template-columns:1fr}.right-filter-sidebar{position:static}}@media(max-width:900px){.market-header nav{display:none}}
