.anro-form { max-width:760px; margin:20px auto; display:grid; gap:12px; }
.anro-form input, .anro-form select, .anro-form textarea { padding:12px; width:100%; border:1px solid #e0e0e0; border-radius:8px; box-sizing:border-box; font-size:16px; }
.anro-form button { background:#1a73e8; color:#fff; border:none; padding:14px; border-radius:10px; cursor:pointer; font-size:16px; }
.anro-report { background:#fff; padding:28px; border-radius:10px; box-shadow:0 6px 18px rgba(0,0,0,0.06); margin-top:20px; font-family: Arial, sans-serif; color:#222; }
.anro-report h1 { font-size:32px; margin-bottom:8px; }
.anro-report h2 { font-size:20px; margin-top:18px; }
.anro-report h3 { font-size:16px; margin-top:12px; }
.anro-report p { line-height:1.7; color:#444; }
.anro-report ul { margin-left:18px; color:#444; }
