/* Rising Sign & Big 3 Calculator - Cosmic & Light Theme Polish */

.apple-glass {
    background: rgba(24, 20, 36, 0.7);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(245, 158, 11, 0.2);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.5);
}

html:not(.dark) .apple-glass {
    background: #ffffff;
    border: 1px solid rgba(217, 119, 6, 0.15);
    box-shadow: 0 10px 30px -5px rgba(217, 119, 6, 0.08);
}

.custom-input {
    background: rgba(15, 12, 26, 0.75);
    border: 1px solid rgba(245, 158, 11, 0.2);
    color: #fef3c7;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

html:not(.dark) .custom-input {
    background: #ffffff;
    border: 1px solid #fde68a;
    color: #451a03;
}

.custom-input:focus {
    border-color: #f59e0b;
    outline: none;
    box-shadow: 0 0 18px rgba(245, 158, 11, 0.35);
}

.custom-input option {
    background-color: #181424;
    color: #f8fafc;
}

html:not(.dark) .custom-input option {
    background-color: #ffffff;
    color: #0f172a;
}

.preset-active {
    background: rgba(245, 158, 11, 0.25) !important;
    border-color: rgba(245, 158, 11, 0.6) !important;
    color: #fbbf24 !important;
    font-weight: 700;
    box-shadow: 0 0 12px rgba(245, 158, 11, 0.3);
}

html:not(.dark) .preset-active {
    background: #fef3c7 !important;
    border-color: #f59e0b !important;
    color: #92400e !important;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.15);
}

/* Big 3 Social Share Card - Dark Mode */
.big3-share-card {
    background: linear-gradient(135deg, rgba(30, 27, 75, 0.95) 0%, rgba(49, 27, 146, 0.9) 50%, rgba(15, 23, 42, 0.95) 100%);
    border: 2px solid rgba(245, 158, 11, 0.4);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    color: #ffffff;
}

/* Big 3 Social Share Card - Light Mode */
html:not(.dark) .big3-share-card {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 50%, #fde68a 100%);
    border: 2px solid #f59e0b;
    box-shadow: 0 20px 40px -10px rgba(217, 119, 6, 0.2);
    color: #18181b;
}

html:not(.dark) .big3-share-card h2 {
    color: #18181b !important;
}

html:not(.dark) .big3-share-card .big3-sub-box {
    background: #ffffff !important;
    border: 1px solid #fcd34d !important;
    color: #0f172a !important;
    box-shadow: 0 4px 12px rgba(217, 119, 6, 0.08);
}

html:not(.dark) .big3-share-card .big3-sub-box strong {
    color: #18181b !important;
}

html:not(.dark) .big3-share-card .big3-badge-sun-label {
    color: #d97706 !important;
}

html:not(.dark) .big3-share-card .big3-badge-moon-label {
    color: #7c3aed !important;
}

html:not(.dark) .big3-share-card .big3-badge-rising-label {
    color: #b45309 !important;
}
