/* Controlled presentation override for the frozen 2026 Daily details. */
.daily-tarot-page { padding-top: 0; }
.daily-tarot-page .breadcrumb {
    position: static;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    width: min(100% - 2rem, 1040px);
    max-width: none;
    min-height: 32px;
    margin: 0 auto 0.75rem;
    padding: 0;
    color: var(--text-muted-warm, #9b9788);
    font-size: 0.78rem;
    line-height: 1.55;
    letter-spacing: 0;
}
.daily-tarot-page .breadcrumb a {
    color: var(--gold-pale);
    text-decoration: none;
    opacity: 0.78;
    transition: color 0.2s ease, opacity 0.2s ease;
}
.daily-tarot-page .breadcrumb a:hover { color: var(--gold-light); text-decoration: none; opacity: 1; }
.daily-tarot-page .breadcrumb a:focus-visible,
.daily-tarot-page .daily-nav-link:focus-visible,
.daily-tarot-page .related-link:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 3px; }
.daily-tarot-page .breadcrumb-separator { color: rgba(212, 175, 55, 0.32); user-select: none; }

.daily-container {
    width: min(100% - 2rem, 1040px);
    max-width: none;
    margin: 0 auto;
    padding: 0 0 5rem;
}
.daily-hero {
    margin: 0 0 2.25rem;
    padding: 0 0 2rem;
    border: 0;
    border-bottom: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: left;
}
.daily-date { margin: 0 0 0.45rem; color: var(--gold-pale); font-size: 0.78rem; line-height: 1.5; opacity: 0.72; }
.daily-hero h1 {
    max-width: 860px;
    margin: 0 0 0.6rem;
    color: var(--text-warm, #e8e4d9);
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
}
.daily-subhead { margin: 0; color: var(--gold-pale); font-size: 0.95rem; line-height: 1.6; opacity: 0.76; }
.daily-theme-desc {
    max-width: 820px;
    margin: 0.9rem 0 0;
    color: var(--text-warm, #e8e4d9);
    font-size: 0.95rem;
    line-height: 1.88;
    opacity: 0.82;
}
.daily-meta { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 0.5rem; margin-top: 1rem; }
.daily-meta span {
    padding: 0.3rem 0.7rem;
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 4px;
    background: transparent;
    color: var(--gold-pale);
    font-size: 0.74rem;
    line-height: 1.4;
}

.daily-timeline {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 0 0 0.5rem;
    border-bottom: 1px solid rgba(212, 175, 55, 0.14);
}
.daily-card-col {
    min-width: 0;
    padding: 0 1.3rem 2.2rem;
    border: 0;
    border-left: 1px solid rgba(212, 175, 55, 0.14);
    border-radius: 0;
    background: transparent;
    align-items: stretch;
}
.daily-card-col:first-child { padding-left: 0; border-left: 0; }
.daily-card-col:last-child { padding-right: 0; }
.card-position-badge {
    align-self: flex-start;
    width: auto;
    min-height: 32px;
    margin: 0 0 1rem;
    padding: 0.36rem 0.65rem;
    border-radius: 4px;
    background: transparent;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.45;
    text-align: left;
}
.badge-upright { border: 1px solid rgba(212, 175, 55, 0.3); background: transparent; color: var(--gold-light); }
.badge-reversed { border: 1px solid rgba(184, 144, 190, 0.38); background: transparent; color: #d1add7; }
.daily-card-preview { margin: 0 0 1.15rem; text-align: center; }
.daily-card-preview img {
    display: block;
    width: 148px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 296 / 500;
    margin: 0 auto;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 6px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.3);
    object-fit: cover;
    transition: transform 0.2s ease;
}
.daily-card-preview img.img-reversed { transform: rotate(180deg); }
.card-name-block { margin-top: 0.75rem; }
.card-zh { color: var(--text-warm, #e8e4d9); font-size: 1.02rem; line-height: 1.45; }
.card-en { margin-top: 0.12rem; color: var(--gold-pale); font-size: 0.72rem; line-height: 1.4; opacity: 0.66; }
.card-interp { width: 100%; }
.card-intro {
    margin: 0 0 0.9rem;
    color: var(--text-warm, #e8e4d9);
    font-size: 0.88rem;
    font-style: normal;
    line-height: 1.8;
    opacity: 0.86;
}
.card-keywords { margin: 0 0 0.75rem; }
.kw-label { display: block; margin: 0 0 0.2rem; color: var(--text-muted-warm, #9b9788); font-size: 0.68rem; line-height: 1.4; opacity: 1; }
.kw-text { color: var(--gold-pale); font-size: 0.82rem; line-height: 1.6; }
.card-desc { margin: 0 0 0.9rem; }
.card-desc p { margin: 0; color: var(--text-warm, #e8e4d9); font-size: 0.82rem; line-height: 1.78; opacity: 0.76; }
.card-quick-dims { padding-top: 0.75rem; border-top: 1px solid rgba(212, 175, 55, 0.11); }
.quick-dim { gap: 0; margin: 0 0 0.45rem; color: var(--text-warm, #e8e4d9); font-size: 0.77rem; line-height: 1.65; opacity: 0.76; }
.quick-dim:last-child { margin-bottom: 0; }
.dim-icon:empty { display: none; }

.card-detail-section {
    margin: 0;
    padding: 1.9rem 0;
    border: 0;
    border-bottom: 1px solid rgba(212, 175, 55, 0.14);
    border-radius: 0;
    background: transparent;
}
.card-detail-section h2 { margin: 0 0 1rem; color: var(--gold); font-size: 1.25rem; line-height: 1.45; letter-spacing: 0; }
.interpret-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; }
.interpret-card {
    min-width: 0;
    padding: 0 1.25rem;
    border: 0;
    border-left: 1px solid rgba(212, 175, 55, 0.12);
    border-radius: 0;
    background: transparent;
}
.interpret-card:first-child { padding-left: 0; border-left: 0; }
.interpret-card:last-child { padding-right: 0; }
.interpret-card h3 { margin: 0 0 0.55rem; color: var(--gold-light); font-size: 0.98rem; line-height: 1.5; }
.interpret-card p { margin: 0 0 0.5rem; color: var(--text-warm, #e8e4d9); font-size: 0.86rem; line-height: 1.82; opacity: 0.8; }

.advice-box {
    margin: 1.9rem 0 0;
    padding: 1.25rem 1.35rem;
    border: 1px solid rgba(212, 175, 55, 0.26);
    border-radius: 6px;
    background: rgba(212, 175, 55, 0.035);
}
.advice-box h2 { margin: 0 0 0.65rem; color: var(--gold-light); font-size: 1.12rem; line-height: 1.5; letter-spacing: 0; }
.advice-box p { margin: 0 0 0.45rem; color: var(--text-warm, #e8e4d9); font-size: 0.92rem; font-style: normal; line-height: 1.82; opacity: 0.84; }
.advice-box p:last-child { margin-bottom: 0; }
.affirmation-box {
    margin: 0.8rem 0 1.9rem;
    padding: 1rem 1.25rem;
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 6px;
    background: transparent;
    text-align: left;
}
.affirmation-box .label { margin: 0 0 0.28rem; color: var(--text-muted-warm, #9b9788); font-size: 0.74rem; line-height: 1.4; }
.affirmation-box .text { color: var(--gold-pale); font-size: 1rem; line-height: 1.65; letter-spacing: 0; }

.daily-nav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
    gap: 0.55rem;
    margin: 0 0 1.75rem;
}
.daily-nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.55rem 0.75rem;
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 4px;
    background: transparent;
    color: var(--gold-pale);
    font-size: 0.82rem;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.daily-nav-link:hover { border-color: rgba(212, 175, 55, 0.5); background: rgba(212, 175, 55, 0.06); color: var(--gold-light); }
.daily-nav-cal { border-color: rgba(212, 175, 55, 0.36); font-weight: 700; }
.related-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 1.25rem;
    border-top: 1px solid rgba(212, 175, 55, 0.12);
}
.related-link {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 44px;
    padding: 0.7rem 1.8rem 0.7rem 0;
    border: 0;
    border-bottom: 1px solid rgba(212, 175, 55, 0.11);
    border-radius: 0;
    background: transparent;
    color: var(--text-warm, #e8e4d9);
    font-size: 0.84rem;
    line-height: 1.5;
    text-decoration: none;
    overflow-wrap: anywhere;
    transition: color 0.2s ease;
}
.related-link::after { content: '\2192'; position: absolute; right: 0.15rem; color: rgba(212, 175, 55, 0.62); transition: color 0.2s ease, transform 0.2s ease; }
.related-link:hover { border-color: rgba(212, 175, 55, 0.11); background: transparent; color: var(--gold-light); }
.related-link:hover::after { color: var(--gold-light); transform: translateX(3px); }

@media (max-width: 680px) {
    .daily-tarot-page .breadcrumb, .daily-container { width: min(100% - 1.5rem, 1040px); }
    .daily-tarot-page .breadcrumb { gap: 0.42rem; margin-bottom: 0.65rem; font-size: 0.74rem; }
    .daily-container { padding-bottom: 3rem; }
    .daily-hero { margin-bottom: 1.5rem; padding-bottom: 1.4rem; }
    .daily-hero h1 { font-size: 1.55rem; line-height: 1.4; }
    .daily-theme-desc { font-size: 0.92rem; line-height: 1.82; }
    .daily-timeline { grid-template-columns: 1fr; }
    .daily-card-col, .daily-card-col:first-child, .daily-card-col:last-child {
        padding: 1.5rem 0;
        border: 0;
        border-top: 1px solid rgba(212, 175, 55, 0.13);
    }
    .daily-card-col:first-child { padding-top: 0; border-top: 0; }
    .daily-card-preview img { width: 136px; }
    .card-intro { font-size: 0.9rem; }
    .card-desc p { font-size: 0.86rem; }
    .quick-dim { font-size: 0.82rem; }
    .card-detail-section { padding: 1.45rem 0; }
    .card-detail-section h2 { font-size: 1.15rem; }
    .interpret-grid { grid-template-columns: 1fr; }
    .interpret-card, .interpret-card:first-child, .interpret-card:last-child {
        padding: 1rem 0;
        border: 0;
        border-top: 1px solid rgba(212, 175, 55, 0.11);
    }
    .interpret-card:first-child { padding-top: 0; border-top: 0; }
    .interpret-card:last-child { padding-bottom: 0; }
    .advice-box { margin-top: 1.45rem; padding: 1.1rem; }
    .affirmation-box { margin-bottom: 1.45rem; padding: 0.9rem 1rem; }
    .related-cards { grid-template-columns: 1fr; }
}

@media (max-width: 340px) {
    .daily-tarot-page .breadcrumb, .daily-container { width: min(100% - 1.1rem, 1040px); }
    .daily-hero h1 { font-size: 1.38rem; }
    .daily-meta span { max-width: 100%; }
    .daily-nav { gap: 0.4rem; }
    .daily-nav-link { min-height: 42px; padding-inline: 0.45rem; font-size: 0.76rem; }
}

@media (prefers-reduced-motion: reduce) {
    .daily-tarot-page .breadcrumb a,
    .daily-card-preview img,
    .daily-nav-link,
    .related-link,
    .related-link::after { transition: none; }
}
