.ils-login, .ils-dashboard {
    max-width: 500px;
    margin: 40px auto;
    padding: 25px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.ils-login input, .ils-dashboard input {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}
.ils-login button {
    background: #0073aa;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}
.ils-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    margin-top: 20px;
}
.stat-card {
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.1);
}
.status-جديد { color: #f39c12; font-weight: bold; }
.status-قيد\ المعالجة { color: #2980b9; font-weight: bold; }
.status-تم\ الإصدار { color: #27ae60; font-weight: bold; }

.license-images img {
    width: 200px;
    margin: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
}