.sec-fullwidth{width:100%;box-sizing:border-box;padding:18px 12px;background:linear-gradient(90deg,#ffffff 0%, #fbfbff 100%);}
.sec-card-wrap{max-width:1200px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 6px 22px rgba(32,33,36,0.06);padding:18px;display:flex;flex-direction:column;gap:12px;border-left:6px solid #0b76ef;overflow:hidden}
.sec-brand{display:flex;align-items:center;gap:8px}
.sec-logo{font-weight:700;font-size:18px;color:#0b76ef;font-family:Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial}
.sec-form-row{display:flex;gap:8px;align-items:center;width:100%}
#sec_email_input{flex:1;padding:12px 14px;border:1px solid #e6e8ee;border-radius:8px;font-size:15px;outline:none;box-sizing:border-box}
#sec_email_input:focus{border-color:#0b76ef;box-shadow:0 6px 18px rgba(11,118,239,0.08)}
#sec_check_btn{padding:12px 18px;border-radius:10px;border:0;background:#0b76ef;color:#fff;font-weight:600;cursor:pointer;box-shadow:0 6px 14px rgba(11,118,239,0.12)}
.sec-footnote{font-size:13px;color:#6b7280;margin:0}
.sec-result-card{margin-top:8px;padding:14px;border-radius:10px;border:1px solid #eef2ff;background:#fcfdff}
.sec-top{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px}
.sec-verdict{font-weight:700;text-transform:capitalize}
.sec-confidence{font-weight:700;color:#374151}
.sec-likely_legit{border-left:4px solid #10b981;background:#f0fdf4}
.sec-suspicious{border-left:4px solid #f59e0b;background:#fffbeb}
.sec-fake{border-left:4px solid #ef4444;background:#fff1f2}
.sec-messages{margin:8px 0 0 18px}
.sec-note{font-size:13px;color:#6b7280;margin-top:8px}
.sec-error{color:#ef4444;font-weight:600}

/* Responsive: make inputs stacked on small screens */
@media (max-width:768px){
    .sec-form-row{flex-direction:column;align-items:stretch}
    #sec_email_input{width:100%}
    #sec_check_btn{width:100%}
    .sec-card-wrap{padding:12px;border-radius:8px}
    .sec-logo{font-size:16px}
}
