:root{--bg: #ffffff;--text: #111827;--muted: #6b7280;--line: #e5e7eb;--accent: #ff4338;--accent-soft: #fff1f0;--shadow: 0 10px 25px rgba(17, 24, 39, .08);--radius: 16px}*{box-sizing:border-box}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,"Apple Color Emoji","Segoe UI Emoji";background:var(--bg)!important;color:var(--text)}header{position:sticky;top:0;z-index:10;background:#fff;border-bottom:1px solid #e5e7eb;padding:24px 16px 20px}.brand--center{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.brand--center img{height:42px;width:auto;object-fit:contain;display:block}.brand--center h1{margin:0;font-size:18px;font-weight:800;line-height:1.25;color:#111827}.brand--center p{margin:0;max-width:760px;font-size:13px;line-height:1.45;color:#6b7280}main{max-width:1100px;margin:0 auto;padding:22px 18px 40px}.grid{display:grid;grid-template-columns:1fr;gap:14px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow)}.card h2{margin:0 0 12px;font-size:14px;font-weight:800}.q{padding:14px;border:1px solid #eef2f7;border-radius:14px;background:#fff}.q+.q{margin-top:12px}.q .meta{display:flex;gap:12px;align-items:flex-start;justify-content:space-between;margin-bottom:10px}.q .num{font-size:12px;color:var(--muted);white-space:nowrap}.q label.title{display:block;margin:0;font-size:14px;font-weight:700;line-height:1.35}.help{font-size:12px;color:var(--muted);margin-top:6px;line-height:1.35}.field{margin-top:10px}input[type=text],input[type=email],input[type=number],input[type=month],textarea,select{width:100%;padding:11px 12px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;color:var(--text);outline:none;font-size:14px;transition:border-color .15s ease,box-shadow .15s ease}textarea{min-height:84px;resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af}select option{color:#111827}input:focus,textarea:focus,select:focus{border-color:#ff43388c;box-shadow:0 0 0 4px #ff43382e}.row{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.pill{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:13px}.pill input{margin:0;accent-color:var(--accent)}.actions{display:flex;gap:12px;align-items:center;justify-content:space-between;margin-top:14px;flex-wrap:wrap}.badge{font-size:12px;padding:6px 10px;border-radius:999px;border:1px solid #e5e7eb;background:var(--accent-soft);color:#374151}button{padding:10px 14px;border-radius:12px;border:1px solid rgba(255,67,56,.35);background:var(--accent);color:#fff;font-weight:800;cursor:pointer}button.secondary{background:#fff;color:#111827;border-color:#e5e7eb;font-weight:700}pre{white-space:pre-wrap;word-break:break-word;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:12px;margin:12px 0 0;color:#111827;font-size:12px;line-height:1.45}@media(max-width:520px){.brand{align-items:flex-start}.brand img{height:28px}header h1{font-size:14px}header p{font-size:12px}}
