.blt-wrapper{
    max-width:900px;
    margin:40px auto;
    background:#0f172a;
    padding:25px;
    border-radius:12px;
    color:#fff;
    font-family:Arial;
}

.blt-wrapper h2{
    text-align:center;
    margin-bottom:20px;
}

.blt-input-box textarea{
    width:100%;
    height:120px;
    padding:15px;
    border-radius:8px;
    border:none;
    outline:none;
    font-size:16px;
}

.blt-buttons{
    margin-top:10px;
    display:flex;
    gap:10px;
}

.blt-buttons button{
    flex:1;
    padding:10px;
    border:none;
    cursor:pointer;
    border-radius:6px;
    background:linear-gradient(45deg,#2563eb,#06b6d4);
    color:#fff;
    font-weight:bold;
}

#blt-loader{
    margin:15px 0;
    color:#fbbf24;
}

.blt-card{
    background:#111827;
    padding:15px;
    margin-top:15px;
    border-radius:10px;
}

.blt-status-clean{color:#22c55e;}
.blt-status-risk{color:#f59e0b;}
.blt-status-bad{color:#ef4444;}