:root{color-scheme:light}*{box-sizing:border-box}body,html{padding:0;margin:0}body{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;background:#f3f4f6;color:#0f172a}a{color:inherit;text-decoration:none}.container{max-width:960px;margin:0 auto;padding:24px}.card{background:white;border:1px solid #e5e7eb;border-radius:16px;padding:20px;box-shadow:0 1px 2px rgba(0,0,0,.04)}.row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.muted{color:#64748b;font-size:14px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;padding:10px 14px;font-weight:600;border:1px solid #e5e7eb;background:white}.btnPrimary{border:1px solid #0f172a;background:#0f172a;color:white}.btn:hover{filter:brightness(.98)}.pill{display:inline-flex;align-items:center;gap:8px;border:1px solid #e5e7eb;background:#f8fafc;padding:8px 10px;border-radius:999px;font-size:13px}