/* What Day of the Week Was I Born? — dwb- prefix */

/* Day-specific accent colors (set via inline style --dwb-accent) */
.dwb-result-icon {
    font-size: 48px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: var(--dwb-accent-bg, rgba(139,123,184,0.08));
}

.dwb-day-label {
    font-size: 15px;
    color: #695A80;
    margin: 0 0 4px;
}

.dwb-day-name {
    font-size: 32px;
    font-weight: 800;
    color: var(--dwb-accent, #8B7BB8);
    margin: 0 0 12px;
}

.dwb-rhyme-line {
    font-size: 17px;
    font-style: italic;
    color: #3D2F50;
    margin: 0 0 8px;
    line-height: 1.5;
}

.dwb-birthdate {
    font-size: 14px;
    color: #695A80;
    margin: 0 0 4px;
}

.dwb-age-info {
    font-size: 14px;
    color: #695A80;
    margin: 0 0 16px;
}

/* Personality card */
.dwb-personality-card {
    margin: 0 auto 20px;
    background: #fff;
    border: 1.5px solid rgba(139,123,184,0.10);
    border-radius: 14px;
    padding: 24px;
    border-top: 3px solid var(--dwb-accent, #8B7BB8);
}

.dwb-section-title {
    font-size: 18px;
    font-weight: 800;
    color: #3D2F50;
    margin: 0 0 16px;
    text-transform: none;
    letter-spacing: 0;
}

.dwb-planet-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.dwb-planet-symbol {
    font-size: 28px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--dwb-accent-bg, rgba(139,123,184,0.08));
    flex-shrink: 0;
}

.dwb-planet-info {
    font-size: 15px;
    color: #3D2F50;
    line-height: 1.4;
}

.dwb-planet-name {
    font-weight: 700;
}

.dwb-traits {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.dwb-traits li {
    list-style: none;
    font-size: 14px;
    background: var(--dwb-accent-bg, rgba(139,123,184,0.08));
    color: #3D2F50;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 600;
}

/* Poem card */
.dwb-poem-card {
    margin: 0 auto 20px;
    background: #fff;
    border: 1.5px solid rgba(139,123,184,0.10);
    border-radius: 14px;
    padding: 24px;
}

.dwb-poem {
    font-size: 15px;
    color: #695A80;
    line-height: 2;
    margin: 0;
    font-style: italic;
}

.dwb-poem .dwb-highlight {
    color: var(--dwb-accent, #8B7BB8);
    font-weight: 800;
    font-style: normal;
    background: var(--dwb-accent-bg, rgba(139,123,184,0.08));
    padding: 2px 8px;
    border-radius: 6px;
}

/* Akan card */
.dwb-akan-card {
    margin: 0 auto 20px;
    background: #fff;
    border: 1.5px solid rgba(139,123,184,0.10);
    border-radius: 14px;
    padding: 24px;
}

.dwb-akan-names {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.dwb-akan-name-box {
    flex: 1;
    background: var(--dwb-accent-bg, rgba(139,123,184,0.08));
    border-radius: 12px;
    padding: 16px;
    text-align: center;
}

.dwb-akan-label {
    font-size: 12px;
    font-weight: 700;
    color: #695A80;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 4px;
}

.dwb-akan-value {
    font-size: 22px;
    font-weight: 800;
    color: var(--dwb-accent, #8B7BB8);
    margin: 0 0 4px;
}

.dwb-akan-meaning {
    font-size: 13px;
    color: #695A80;
    font-style: italic;
}

.dwb-akan-text {
    font-size: 15px;
    color: #3D2F50;
    line-height: 1.7;
    margin: 0;
}

/* Etymology card */
.dwb-etymology-card {
    margin: 0 auto 20px;
    background: #fff;
    border: 1.5px solid rgba(139,123,184,0.10);
    border-radius: 14px;
    padding: 24px;
}

.dwb-etymology-text {
    font-size: 15px;
    color: #3D2F50;
    line-height: 1.7;
    margin: 0 0 16px;
}

.dwb-etymology-table {
    width: 100%;
    border-collapse: collapse;
}

.dwb-etymology-table th {
    font-size: 11px;
    font-weight: 700;
    color: #695A80;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 10px;
    text-align: left;
    border-bottom: 2px solid rgba(139,123,184,0.12);
}

.dwb-etymology-table td {
    font-size: 14px;
    color: #3D2F50;
    padding: 10px;
    border-bottom: 1px solid rgba(139,123,184,0.06);
}

.dwb-etymology-table tr.dwb-current-row td {
    background: var(--dwb-accent-bg, rgba(139,123,184,0.08));
    font-weight: 700;
}

/* Birth stats card */
.dwb-stats-card {
    margin: 0 auto 20px;
    background: #fff;
    border: 1.5px solid rgba(139,123,184,0.10);
    border-radius: 14px;
    padding: 24px;
}

.dwb-stats-intro {
    font-size: 15px;
    color: #3D2F50;
    line-height: 1.7;
    margin: 0 0 20px;
}

.dwb-bar-chart {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dwb-bar-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dwb-bar-label {
    font-size: 13px;
    font-weight: 700;
    color: #3D2F50;
    width: 80px;
    flex-shrink: 0;
    text-align: right;
}

.dwb-bar-track {
    flex: 1;
    height: 24px;
    background: #EDEAF3;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.dwb-bar-fill {
    display: block;
    height: 100%;
    border-radius: 12px;
    background: #C4BADB;
    transition: width 0.3s;
}

.dwb-bar-row.dwb-current-bar .dwb-bar-fill {
    background: var(--dwb-accent, #C4BADB);
}

.dwb-bar-row.dwb-current-bar .dwb-bar-label {
    color: var(--dwb-accent, #8B7BB8);
}

.dwb-bar-pct {
    font-size: 12px;
    font-weight: 700;
    color: #695A80;
    width: 42px;
    flex-shrink: 0;
}

.dwb-bar-row.dwb-current-bar .dwb-bar-pct {
    color: var(--dwb-accent, #8B7BB8);
}

/* Next birthday card */
.dwb-next-birthday {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--dwb-accent-bg, rgba(139,123,184,0.08));
    border-radius: 12px;
    padding: 14px 18px;
    margin-top: 16px;
}

.dwb-next-birthday-emoji {
    font-size: 28px;
    flex-shrink: 0;
}

.dwb-next-birthday-text {
    font-size: 15px;
    color: #3D2F50;
    line-height: 1.5;
}

.dwb-next-birthday-text strong {
    color: var(--dwb-accent, #8B7BB8);
}

/* Screenshot button */
.dwb-screenshot-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
    padding: 10px 22px;
    background: linear-gradient(135deg, #7BC8B8, #5aa898);
    color: #fff;
    border: none;
    border-radius: 24px;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.15s;
}

.dwb-screenshot-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(123,200,184,0.35);
}

/* About / content sections */
.dwb-content-card {
    margin: 0 auto 20px;
    background: #fff;
    border: 1.5px solid rgba(139,123,184,0.10);
    border-radius: 14px;
    padding: 24px;
}

.dwb-content-text {
    font-size: 15px;
    color: #3D2F50;
    line-height: 1.7;
    margin: 0;
}

/* FAQ section */
.dwb-faq-item {
    margin-bottom: 16px;
}

.dwb-faq-item:last-child {
    margin-bottom: 0;
}

.dwb-faq-q {
    font-size: 15px;
    font-weight: 800;
    color: #3D2F50;
    margin: 0 0 6px;
    text-transform: none;
    letter-spacing: 0;
}

.dwb-faq-a {
    font-size: 15px;
    color: #695A80;
    line-height: 1.6;
    margin: 0;
}

/* Disclaimer */
.dwb-disclaimer {
    margin: 12px auto 32px;
    font-size: 13px;
    color: #695A80;
    text-align: center;
    line-height: 1.5;
}

/* Mobile */
@media (max-width: 600px) {
    .dwb-day-name {
        font-size: 26px;
    }

    .dwb-result-icon {
        font-size: 40px;
        width: 68px;
        height: 68px;
    }

    .dwb-personality-card,
    .dwb-poem-card,
    .dwb-akan-card,
    .dwb-etymology-card,
    .dwb-stats-card,
    .dwb-content-card {
        margin-left: 12px;
        margin-right: 12px;
    }

    .dwb-akan-names {
        flex-direction: column;
        gap: 10px;
    }

    .dwb-bar-label {
        width: 60px;
        font-size: 12px;
    }

    .dwb-etymology-table th,
    .dwb-etymology-table td {
        padding: 6px;
        font-size: 12px;
    }

    .dwb-disclaimer {
        margin-left: 12px;
        margin-right: 12px;
    }
}
