/* ID26 — Iraq Derma 2026 frontend styles */

.id26-category-picker {
    max-width: 900px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem;
    text-align: center;
    font-family: 'Tajawal', -apple-system, BlinkMacSystemFont, sans-serif;
}

.id26-picker-title {
    font-size: 1.9rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    color: #0f3460;
}

.id26-picker-subtitle {
    color: #64748b;
    margin-bottom: 2rem;
    font-size: 1.05rem;
}

.id26-picker-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
}

.id26-picker-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 2rem 1rem;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    text-decoration: none;
    color: #1e293b;
    transition: 0.2s;
}

.id26-picker-card:hover {
    border-color: #0f3460;
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(15, 52, 96, 0.12);
}

.id26-picker-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0f3460, #533483);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.id26-picker-label {
    font-weight: 700;
    font-size: 1.05rem;
}

.id26-picker-empty {
    color: #94a3b8;
    padding: 2rem;
}
