:root{font-family:Inter,Segoe UI,system-ui,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:2.4rem;margin:.2rem 0 0}h3{margin:0}.app{max-width:900px;margin:0 auto;padding:2.5rem 1.5rem 4rem;display:flex;flex-direction:column;gap:2rem;position:relative}.header{display:flex;flex-direction:column;gap:.75rem}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;color:#6b7280;margin:0}.subhead{margin:.5rem 0 0;color:#4b5563}.status{padding:.75rem 1rem;background:#f3f4f6;border-radius:.75rem;color:#111827;font-weight:500}.product-card{display:grid;grid-template-columns:minmax(0,240px) 1fr;gap:1.5rem;align-items:center;padding:1.5rem;border-radius:1rem;background:#fff;box-shadow:0 10px 30px #0f172a14}.product-image{width:100%;height:200px;object-fit:cover;border-radius:.75rem}.product-meta h2{margin:.25rem 0 0;font-size:1.5rem;color:#0f172a}.category{margin:0;font-size:.85rem;color:#6b7280;text-transform:uppercase;letter-spacing:.08em}.guess-panel{background:#f8fafc;padding:1.5rem;border-radius:1rem}.guess-form{display:flex;flex-direction:column;gap:.75rem}.input-label{font-weight:600;color:#111827}.input-row{display:flex;gap:.75rem;flex-wrap:wrap}.input-row input{flex:1 1 200px;padding:.65rem .85rem;border-radius:.65rem;border:1px solid #d1d5db;font-size:1rem}.input-row button{padding:.65rem 1.25rem;border-radius:.65rem;border:none;background:#2563eb;color:#fff;font-weight:600}.input-row button:disabled,.input-row input:disabled{opacity:.6;cursor:not-allowed}.error{color:#dc2626;margin:0}.history{background:#fff;border-radius:1rem;padding:1.5rem;border:1px solid #e5e7eb}.history ul{list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:.5rem}.history li{padding:.6rem .75rem;background:#f9fafb;border-radius:.65rem;font-weight:500}.price{font-weight:700;color:#111827}.muted{color:#6b7280;margin:.5rem 0 0}.reveal{padding:1.5rem;border-radius:1rem;background:#ecfeff;border:1px solid #a5f3fc}.reveal h3{margin:0 0 .5rem}.share-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-top:1rem}.share-button{padding:.65rem 1.25rem;border-radius:.65rem;border:none;background:#0f172a;color:#fff;font-weight:600;cursor:pointer}.share-status{color:#0f172a;font-weight:500}.modal-backdrop{position:fixed;inset:0;background:#0f172aa6;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:10}.modal-card{background:#fff;border-radius:1.25rem;padding:2rem;max-width:420px;width:100%;text-align:center;box-shadow:0 20px 60px #0f172a40;position:relative}.modal-card h2{margin:.5rem 0 .75rem;font-size:1.8rem;color:#0f172a}.modal-text{margin:0 0 1.5rem;color:#475569}.primary-button{padding:.75rem 1.5rem;border-radius:999px;border:none;background:#111827;color:#fff;font-weight:600;cursor:pointer;width:160px}.modal-card--end{max-width:460px}.modal-close{position:absolute;top:1rem;right:1rem;width:2.25rem;height:2.25rem;border-radius:.75rem;border:1px solid #e2e8f0;background:#fff;font-size:1.5rem;line-height:1;cursor:pointer}.modal-icon{width:56px;height:56px;margin:0 auto 1rem;border-radius:1rem;background:#22c55e;color:#fff;display:grid;place-items:center;font-size:1.75rem}@media(max-width:720px){.product-card{grid-template-columns:1fr}}
