
.sgo-form,
.sgo-dashboard{
max-width:900px;
margin:40px auto;
background:#0f172a;
padding:30px;
border-radius:20px;
color:#fff;
}

.sgo-form input,
.sgo-form textarea,
.sgo-form select{
width:100%;
padding:14px;
margin-bottom:15px;
border:none;
border-radius:10px;
}

.sgo-form button{
background:#d4af37;
color:#000;
border:none;
padding:15px 25px;
border-radius:10px;
font-weight:700;
cursor:pointer;
}

.sgo-success{
background:#16a34a;
padding:15px;
border-radius:10px;
margin-bottom:20px;
}

.sgo-error{
background:#dc2626;
padding:15px;
border-radius:10px;
margin-bottom:20px;
}

.sgo-table{
width:100%;
border-collapse:collapse;
margin-top:30px;
}

.sgo-table th,
.sgo-table td{
padding:15px;
border:1px solid rgba(255,255,255,.1);
}

.sgo-table th{
background:#111827;
}
