:root{--ink:#132a3a;--muted:#60717d;--paper:#f6f8f8;--white:#fff;--brand:#087f75;--line:#dce5e7;--warning:#fff5d7}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}.site-header{min-height:68px;background:var(--white);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 5vw;gap:20px}.brand{font-weight:800;color:var(--ink);font-size:1.15rem}.site-header nav{display:flex;align-items:center;gap:14px}.container{width:min(1180px,92vw);margin:0 auto;padding:32px 0 64px}.site-footer{display:flex;justify-content:center;gap:18px;padding:25px;color:var(--muted);font-size:.88rem}.hero{padding:68px 0 52px;max-width:760px}.hero h1{font-size:clamp(2.2rem,6vw,4.5rem);line-height:1.02;margin:.1em 0}.hero p{font-size:1.15rem;color:var(--muted);max-width:660px}.eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--brand);margin:0 0 8px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border:0;border-radius:9px;background:var(--brand);color:#fff;font:inherit;font-weight:700;cursor:pointer}.button:hover{background:#05665f;text-decoration:none}.button.secondary{background:#e1f0ee;color:#075f59}.button.small{min-height:36px;padding:7px 12px;font-size:.88rem}.text-button{border:0;background:none;color:var(--brand);font:inherit;cursor:pointer}.inline-form{display:inline}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.section-heading,.dashboard-header{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:26px 0 18px}.listing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:18px}.listing-card,.card{background:var(--white);border:1px solid var(--line);border-radius:12px;overflow:hidden}.listing-card img,.image-grid img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#e9efef}.image-placeholder{aspect-ratio:1;background:#e9efef;display:grid;place-items:center;color:var(--muted)}.listing-card-body{padding:14px}.listing-card h3,.listing-card h2{margin:4px 0 10px;font-size:1rem}.muted{color:var(--muted)}.narrow{max-width:620px;margin:20px auto}.card{padding:24px}.card form p{display:grid;gap:6px}.card input,.card textarea,.card select,.search-header input,.marketplace-search input{width:100%;border:1px solid #b9c7cb;border-radius:8px;padding:10px;font:inherit;background:white}.card small{color:var(--muted)}.url-field{display:flex;align-items:center;border:1px solid #b9c7cb;border-radius:8px;background:#fff;overflow:hidden}.url-field>span{padding:10px;background:#edf3f3;color:var(--muted);white-space:nowrap}.url-field input{border:0;border-radius:0;min-width:0}.message{padding:13px 15px;border-radius:9px;margin:0 0 18px;background:#dff4ed;color:#075f59}.message.error{background:#fde6e3;color:#962d1d}.message.warning{background:var(--warning);color:#704f00}.marketplace-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:28px}.marketplace-heading{background:#fff;border:1px solid var(--line);border-radius:14px;padding:25px}.marketplace-heading h1{margin:0 0 18px;font-size:2rem}.marketplace-search{display:flex;gap:10px}.marketplace-search input{min-height:44px}.category-chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.category-chips a{padding:7px 11px;border-radius:999px;background:#e8f1f0;color:var(--ink);font-size:.9rem}.marketplace-listings{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.marketplace-listings .listing-card{border-radius:8px}.marketplace-listings .listing-card-body{padding:12px}.business-cta{align-self:start;position:sticky;top:18px;background:#102b3a;color:#fff;border-radius:14px;padding:25px}.business-cta .eyebrow{color:#9fe4d6}.business-cta h2{margin:0;font-size:1.55rem}.business-cta p:not(.eyebrow){color:#d5e3e5}.empty-state{grid-column:1/-1}.merchant-hero{padding:40px 0;border-bottom:1px solid var(--line);margin-bottom:28px;background-size:cover;background-position:center;border-radius:14px}.merchant-hero h1{font-size:clamp(2rem,5vw,3.6rem);margin:0}.merchant-hero[style]{color:#fff;padding:42px 28px}.merchant-hero[style] .eyebrow,.merchant-hero[style] a{color:#c9f4e8}.merchant-logo{display:block;width:72px;height:72px;border-radius:16px;object-fit:cover;background:#fff;border:2px solid rgba(255,255,255,.8);margin-bottom:14px}.contact-links{display:flex;gap:14px;flex-wrap:wrap}.detail-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:42px;margin-bottom:36px}.image-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.attributes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0;list-style:none}.attributes li{padding:9px 11px;background:#eef5f4;border-radius:8px}.price{font-size:1.65rem;font-weight:800}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.metrics article{background:var(--white);border:1px solid var(--line);border-radius:10px;padding:18px}.metrics span{display:block;color:var(--muted);font-size:.86rem}.metrics strong{font-size:1.7rem}.actions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px}.action-card{color:var(--ink)}.action-card h2{font-size:1.1rem;margin-top:0}.stack{display:grid;gap:12px}.row-card{display:flex;justify-content:space-between;align-items:center;gap:18px}.row-card h2{font-size:1.1rem;margin:0}.row-card p{margin:5px 0}.search-header{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:28px}.search-header form{display:flex;gap:8px;flex:1;max-width:480px}.dashboard-nav{display:flex;gap:8px;overflow:auto;padding:10px 0 18px;border-bottom:1px solid var(--line);white-space:nowrap}.dashboard-nav a{background:#e8f1f0;border-radius:999px;padding:7px 11px;font-size:.88rem}.two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px}.stat-list{margin:0}.stat-list div{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--line)}.stat-list div:last-child{border-bottom:0}.stat-list dt{color:var(--muted)}.stat-list dd{font-weight:800;margin:0}.link-code{padding:14px;background:#102b3a;color:#fff;border-radius:8px;overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.listing-review-card{display:grid;grid-template-columns:120px minmax(0,1fr) auto;align-items:center}.listing-review-preview{width:120px;height:120px;object-fit:cover;border-radius:9px;background:#e9efef}.listing-review-price{color:var(--ink);font-weight:800}.merchant-catalog{margin-top:34px}.merchant-category-section{margin-bottom:18px}.merchant-listings{margin-top:18px}@media(max-width:900px){.marketplace-layout{grid-template-columns:1fr}.business-cta{position:static}.marketplace-listings{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.site-header{padding:0 5vw}.site-header nav{gap:10px;font-size:.9rem}.site-header .button{display:none}.container{width:min(92vw,1120px);padding-top:28px}.detail-grid,.metrics,.actions-grid,.two-column,.marketplace-listings{grid-template-columns:1fr}.attributes{grid-template-columns:1fr}.dashboard-header,.search-header,.row-card{align-items:flex-start;flex-direction:column}.listing-review-card{display:flex}.listing-review-preview{width:100%;height:auto;aspect-ratio:1/1}.search-header form,.marketplace-search{width:100%}.marketplace-search{flex-direction:column}.hero{padding-top:40px}.card{padding:18px}}
