:root{color-scheme:light;--ink:#111;--muted:#626262;--surface:#f3f3f3}*{box-sizing:border-box}body{margin:0;background:#fff;color:var(--ink);font:16px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}header,main,footer{max-width:960px;margin:auto;padding:24px}header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee}a{color:inherit;text-decoration:none}.logo{font:bold 44px Georgia,serif;letter-spacing:-3px}h1{font:42px/1.12 Georgia,serif;margin:12px 0 18px;overflow-wrap:anywhere}.eyebrow{font-size:11px;letter-spacing:2px;color:var(--muted);margin-top:32px}#status{color:var(--muted)}.actions{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0 30px}button,.secondary{font:inherit;cursor:pointer;border:1px solid #111;background:#111;color:#fff;padding:12px 18px;border-radius:4px}.secondary{background:#fff;color:#111}button:disabled{opacity:.6;cursor:default}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 16px}.photo{width:100%;aspect-ratio:.74;object-fit:cover;background:var(--surface);border-radius:4px}h2{font-size:16px;line-height:1.4;margin:5px 0;font-weight:500}.brand{font-size:12px;color:var(--muted);text-transform:uppercase;margin:8px 0 0}.price{font-weight:600;margin:6px 0}.price del{font-weight:400;color:var(--muted);font-size:13px;margin-left:8px}.shop{display:block;margin-top:12px;text-decoration:underline;font-size:14px}.list-row{padding:18px;background:var(--surface);margin:12px 0;display:flex;justify-content:space-between;gap:16px;border-radius:4px}.list-row a{overflow-wrap:anywhere;flex:1}.list-row button{padding:4px 12px;font-size:14px}footer{margin-top:30px;border-top:1px solid #eee;color:var(--muted)}[hidden]{display:none!important}@media(max-width:600px){header,main,footer{padding:18px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px}h1{font-size:34px}.actions>*{flex:1;text-align:center;white-space:nowrap;padding:11px 12px;font-size:14px}}
