
body{
font-family:Arial,sans-serif;
background:#f3f6fb;
}

.dss-wrap{
max-width:1200px;
margin:40px auto;
padding:35px;
background:#fff;
border-radius:22px;
box-shadow:0 4px 18px rgba(0,0,0,.06);
}

.dss-hero h1{
font-size:42px;
margin-bottom:10px;
}

.dss-hero p{
font-size:18px;
color:#555;
}

.dss-search{
display:grid;
grid-template-columns:1fr 1fr auto;
gap:14px;
margin-top:25px;
}

.dss-search input{
padding:16px;
border:1px solid #ddd;
border-radius:14px;
font-size:16px;
}

.dss-search button{
background:#111827;
color:#fff;
padding:16px 24px;
border:none;
border-radius:14px;
font-size:16px;
font-weight:bold;
cursor:pointer;
}

.dss-main-card{
background:linear-gradient(135deg,#111827,#1d4ed8);
padding:30px;
border-radius:22px;
margin-top:30px;
color:#fff;
}

.dss-score-wrap{
display:flex;
align-items:center;
gap:24px;
margin-bottom:18px;
}

.dss-big-score{
font-size:72px;
font-weight:800;
}

.dss-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:18px;
margin-top:20px;
}

.dss-card{
background:#f9fafb;
padding:24px;
border-radius:18px;
border:1px solid #e5e7eb;
}

.dss-progress{
width:100%;
height:24px;
background:#d1d5db;
border-radius:40px;
overflow:hidden;
margin-top:12px;
}

.dss-bar{
height:24px;
background:#2563eb;
color:#fff;
font-size:13px;
text-align:center;
line-height:24px;
font-weight:bold;
}

.dss-table{
width:100%;
border-collapse:collapse;
margin-top:15px;
}

.dss-table th,
.dss-table td{
padding:14px;
border:1px solid #ddd;
}

.dss-summary{
background:#fff;
padding:18px;
border-radius:12px;
line-height:1.8;
}

.dss-list li{
margin-bottom:10px;
}

.dss-loading{
background:#111827;
color:#fff;
padding:20px;
border-radius:16px;
margin-top:20px;
}

@media(max-width:768px){

.dss-search{
grid-template-columns:1fr;
}

.dss-wrap{
padding:20px;
}

.dss-score-wrap{
flex-direction:column;
align-items:flex-start;
}

.dss-big-score{
font-size:56px;
}

}
