#apexx-audit-box{
 max-width:600px;
 padding:20px;
 border-radius:12px;
 background:#0b1220;
 color:#ffffff;
 font-family:system-ui,-apple-system,Segoe UI,Roboto;
}

#apexx-audit-box input{
 width:100%;
 padding:12px;
 border-radius:8px;
 border:0;
 outline:none;
 margin-bottom:10px;
}

#apexx-audit-box button{
 width:100%;
 padding:12px;
 border:0;
 border-radius:8px;
 background:#2563eb;
 color:#ffffff;
 font-weight:600;
 cursor:pointer;
}

#audit_result{ margin-top:15px; }

.audit-score{
 text-align:center;
 font-size:38px;
 font-weight:800;
 margin:15px 0;
}

.audit-item{
 background:#111a2e;
 padding:10px 12px;
 border-radius:8px;
 margin-bottom:8px;
 display:flex;
 justify-content:space-between;
 align-items:center;
}

.good{ color:#22c55e; }
.warn{ color:#facc15; }
.bad{ color:#ef4444; }
