/* style.css - minimal styling */
body { font-family: 'Segoe UI', Tahoma, Arial, sans-serif; background:#f5f7fb; color:#222; margin:0; padding:20px; }
.container { max-width:900px; margin:20px auto; background:#fff; padding:24px; border-radius:10px; box-shadow:0 6px 20px rgba(12,20,40,0.06); }
h1{margin-top:0;}
input[type=url], input[type=text], select { width:100%; padding:12px; margin:8px 0; border-radius:8px; border:1px solid #e1e6ee; box-sizing:border-box; }
button, .btn { display:inline-block; background:#0073e6; color:#fff; padding:10px 16px; border-radius:8px; text-decoration:none; border:none; cursor:pointer; }
.captcha-box { display:inline-block; padding:10px 14px; background:#eef4ff; border-radius:6px; margin-right:8px; font-weight:bold; }
.card{ background:#fbfcff; padding:12px; border-radius:8px; margin:12px 0; border:1px solid #eef2ff;}
pre.whois { max-height:240px; overflow:auto; background:#0f1720; color:#e6eef8; padding:10px; border-radius:6px; }
.small{ font-size:12px; color:#6b7280; margin-top:10px; }
.error{ color:#b91c1c; }
.captcha-row { display:flex; gap:8px; align-items:center; }
