.asc-wrapper {
    max-width: 520px;
    margin: 30px auto;
    padding: 25px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    text-align: center;
}

.asc-wrapper h2 {
    margin-bottom: 15px;
}

.asc-wrapper input {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

.asc-wrapper button {
    background: #2563eb;
    color: #fff;
    border: none;
    padding: 12px 22px;
    border-radius: 8px;
    cursor: pointer;
}

.asc-score {
    margin: 18px 0;
    font-size: 18px;
}

.asc-list {
    text-align: left;
    list-style: none;
    padding: 0;
}

.asc-list li {
    padding: 8px 10px;
    border-radius: 6px;
    margin-bottom: 6px;
    font-size: 14px;
}

.asc-list li.ok { background:#ecfdf5; color:#065f46; }
.asc-list li.warn { background:#fff7ed; color:#92400e; }
.asc-list li.bad { background:#fef2f2; color:#991b1b; }
.asc-list li.info { background:#eef2ff; color:#3730a3; }

.asc-note {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}
