/**
 * NEWZEEFY RASI PALAN STYLESHEET (rasi-palan.css)
 * Premium Glassmorphism Cards, Glowing Zodiac Badges, Interactive Selection Pills
 */

.rasi-palan-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    min-height: auto !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

.rasi-palan-card p,
.crypto-rasi-grid-section p,
#rasiGridContainer p {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    display: block !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    word-break: break-word !important;
    word-wrap: break-word !important;
    line-height: 1.6 !important;
    max-height: none !important;
    height: auto !important;
    margin-bottom: 0.5rem !important;
}

.rasi-palan-card .text-truncate {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

.rasi-palan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12) !important;
}

.rasi-palan-card.active {
    border: 2px solid #0d6efd !important;
    background: linear-gradient(145deg, #ffffff, #f0f7ff) !important;
    box-shadow: 0 0 25px rgba(13, 110, 253, 0.3) !important;
    transform: translateY(-2px);
}

.rasi-select-badge {
    transition: all 0.2s ease-in-out;
    font-size: 0.7rem;
    font-weight: 700;
}

#heroRasiSelect, #rasiGridSelect {
    cursor: pointer;
    transition: all 0.3s ease;
}

#heroRasiSelect:hover, #rasiGridSelect:hover {
    filter: brightness(1.05);
}

.rasi-avatar-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(118, 75, 162, 0.3);
}

.rasi-detail-box {
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

[data-bs-theme="dark"] .rasi-palan-card {
    background: #1e293b !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

[data-bs-theme="dark"] .rasi-palan-card.active {
    background: linear-gradient(145deg, #1e293b, #0f172a) !important;
    border-color: #3b82f6 !important;
    box-shadow: 0 0 25px rgba(59, 130, 246, 0.35) !important;
}

[data-bs-theme="dark"] .rasi-detail-box {
    background: #1e293b !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}
