:root{color-scheme:light;font-family:Figtree,Avenir Next,Segoe UI,sans-serif;background:#f5f5f5;color:#111}*{box-sizing:border-box}body{margin:0;background:#f5f5f5}.app{max-width:960px;margin:0 auto;padding:32px 20px 64px;display:flex;flex-direction:column;gap:24px}.hero{background:#0058a3;color:#fff;padding:28px;border-radius:12px;box-shadow:0 16px 28px #0000001f}.hero-copy h1{margin:8px 0;font-size:clamp(2rem,3vw,2.8rem)}.eyebrow{text-transform:uppercase;letter-spacing:.24em;font-size:.65rem;opacity:.9}.subtitle{margin:0;max-width:540px;line-height:1.5}.card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 10px 24px #0000000f;display:flex;flex-direction:column;gap:12px;border:1px solid #e6e6e6}.card h2{margin:0;font-size:1.2rem}.helper{margin:0;color:#475569;font-size:.95rem}.field-row{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));align-items:end}.store-tags{display:flex;flex-wrap:wrap;gap:10px}.tag{border-radius:999px;border:1px solid #d1d1d1;background:#fff;color:#111;padding:8px 14px;font-weight:600;font-size:.9rem;cursor:pointer;box-shadow:none;transition:transform .12s ease,border-color .12s ease,background .12s ease;display:inline-flex;align-items:center;gap:8px}.tag:hover{transform:translateY(-1px);border-color:#0058a3}.tag-active{background:#0058a3;color:#fff;border-color:#0058a3}.tag-name{font-weight:700}.tag-id{background:#11111114;color:inherit;border-radius:999px;padding:2px 8px;font-size:.75rem;font-weight:700}.tag-active .tag-id{background:#fff3}label{display:flex;flex-direction:column;gap:6px;font-weight:600;color:#0f172a}input,select{border-radius:8px;border:1px solid #cccccc;padding:10px 12px;font-size:1rem}button{border-radius:999px;border:none;padding:10px 18px;background:#0058a3;color:#fff;font-weight:700;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease;box-shadow:0 8px 16px #0058a333}button:hover{transform:translateY(-1px)}button.secondary{background:#111}button.ghost{background:#ffda1a;color:#111;box-shadow:none}button.subtle{background:transparent;color:#111;border:1px dashed #c7c7c7;box-shadow:none;font-weight:600}button.subtle:hover{border-color:#0058a3}.status{margin:0;font-size:.95rem;color:#0f172a}.chips{display:flex;flex-wrap:wrap;gap:8px}.chips span{background:#ffda1a;color:#111;padding:6px 12px;border-radius:999px;font-size:.85rem;font-weight:600}.results-header{display:flex;align-items:center;justify-content:space-between}.store-group{display:flex;flex-direction:column;gap:12px}.store-group+.store-group{margin-top:20px}.store-group-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.store-group-header h3{margin:0;font-size:1.05rem}.store-group-id{background:#f0f0f0;border-radius:999px;padding:4px 10px;font-size:.75rem;font-weight:700}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.offer{border-radius:10px;border:1px solid #e6e6e6;overflow:hidden;background:#fff;display:flex;flex-direction:column;max-width:280px}.offer .image{background:#f0f0f0;min-height:140px}.offer img{width:100%;height:160px;object-fit:cover}.offer-body{padding:14px;display:flex;flex-direction:column;gap:8px}.offer-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.offer-body h3{margin:0;font-size:1rem;line-height:1.3}.badge{background:#111;color:#fff;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:700;white-space:nowrap}.offer-body p{margin:0;color:#475569;font-size:.9rem}.meta{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.price{font-weight:700}@media (max-width: 600px){.app{padding:20px 16px 48px}.hero{padding:22px}}
