:root{--bg:#f6f8fb;--card:#fff;--accent:#0b69ff;--muted:#666}*{box-sizing:border-box;font-family:Inter,system-ui,Segoe UI,Arial,Helvetica,sans-serif}body,html,#root{height:100%;margin:0}.page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg)}.card{width:420px;background:var(--card);padding:24px;border-radius:12px;box-shadow:0 6px 24px #1414320f}h1{margin:0 0 12px;font-size:20px}form{display:flex;flex-direction:column;gap:10px}label{display:flex;flex-direction:column;font-size:13px;color:var(--muted)}input,textarea{padding:10px;margin-top:8px;border-radius:8px;border:1px solid #ddd;font-size:14px}button{margin-top:8px;padding:10px;border-radius:8px;border:0;background:var(--accent);color:#fff;font-weight:600;cursor:pointer}button:disabled{opacity:.6;cursor:default}.status{margin-top:12px;padding:10px;border-radius:8px;background:#f3f6ff}.status.err{background:#fff0f0;color:#6b1e1e}.section{margin-top:16px;padding:12px;border:1px solid #eee;border-radius:10px;background:#fafbff}.section-header{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;font-weight:600;font-size:14px}.section-header button{padding:6px 10px;border-radius:8px;border:0;background:#161616;color:#fff;cursor:pointer;font-size:12px}.section-header button:disabled{opacity:.6;cursor:default}.offers{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.offers li{padding:10px;border-radius:10px;border:1px solid #e5e7eb;background:#fff}.offers li.selected{border-color:var(--accent);box-shadow:0 0 0 2px #0b69ff1f}.offer-meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:6px}.pill{background:#eef2ff;border-radius:6px;padding:4px 8px;font-size:12px;color:#4b5563}.offer-text{white-space:pre-wrap;font-size:14px}.offer-actions{margin-top:8px;display:flex;justify-content:flex-end}.offer-actions button{background:#0b69ff;color:#fff;border:0;padding:8px 10px;border-radius:6px;cursor:pointer;font-size:12px}.offer-actions button:disabled{opacity:.6;cursor:default}.muted{color:#888;font-size:13px}.note{font-size:12px;color:#888;margin-top:10px;line-height:1.5}
