/**
 * Memorial Page Styles
 * Unique Hero Layout
 */

/* ===== HERO SECTION ===== */
.memorial-hero {
    position: relative;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    background-size: cover;
    background-position: center;
    padding: 30px 0 40px;
    margin-top: -1px;
}

.memorial-hero .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.92) 0%, rgba(30, 41, 59, 0.88) 100%);
}

.memorial-hero .container {
    position: relative;
    z-index: 1;
}

.memorial-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    margin-bottom: 12px;
}

.hero-breadcrumb,
.hero-breadcrumb a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
}

.hero-breadcrumb a:hover {
    color: white;
}

.hero-breadcrumb span {
    color: white;
    font-weight: 500;
}

.hero-breadcrumb i {
    font-size: 0.5rem;
    opacity: 0.4;
}

.hero-content {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}

.hero-photo {
    flex-shrink: 0;
}

.hero-photo img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    object-fit: cover;
    border: 3px solid rgba(255,255,255,0.15);
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}

.hero-info {
    flex: 1;
}

.hero-category {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.1);
    color: #a5b4fc;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 50px;
    margin-bottom: 8px;
    backdrop-filter: blur(4px);
}

.hero-name {
    font-size: 1.6rem;
    font-weight: 700;
    color: white;
    margin: 0 0 4px;
    line-height: 1.2;
}

.hero-dates {
    font-size: 1rem;
    color: rgba(255,255,255,0.8);
    margin: 0 0 4px;
}

.hero-profession {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.55);
    margin: 0;
}

.hero-stats {
    display: flex;
    gap: 28px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.hstat {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.7);
}

.hstat i {
    font-size: 0.9rem;
    color: #a5b4fc;
}

.hstat-num {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
}

.hstat-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255,255,255,0.45);
}

/* ===== PAGE LAYOUT ===== */
.memorial-page {
    min-height: 50vh;
    background: #f8fafc;
    padding: 24px 0 50px;
}

/* Wrapper Grid */
.memorial-wrapper {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 24px;
    align-items: start;
}

.memorial-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* Anniversary Notice */
.anniversary-notice {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    color: #92400e;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 0.85rem;
}

.anniversary-notice i {
    font-size: 1.1rem;
}

/* ===== CARDS ===== */
.memorial-card {
    background: white;
    border-radius: 12px;
    padding: 18px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.card-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 16px;
}

.card-title i {
    color: #2563eb;
    font-size: 0.9rem;
}

.card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.card-header .card-title {
    margin: 0;
}

.card-meta {
    font-size: 0.85rem;
    color: #94a3b8;
}

.card-meta i {
    margin-right: 4px;
}

/* ===== TIMELINE ===== */
.timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 14px 10px;
    background: #f8fafc;
    border-radius: 8px;
}

.timeline-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    margin-bottom: 10px;
}

.timeline-icon.birth { background: #dcfce7; color: #16a34a; }
.timeline-icon.death { background: #e0e7ff; color: #4f46e5; }
.timeline-icon.age { background: #f1f5f9; color: #475569; }
.timeline-icon.cause { background: #fef3c7; color: #d97706; }
.timeline-icon.anniversary { background: #fce7f3; color: #db2777; }

.timeline-content {
    flex: 1;
}

.timeline-label {
    display: block;
    font-size: 0.65rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}

.timeline-value {
    font-size: 0.8rem;
    color: #1e293b;
    line-height: 1.3;
}

.timeline-value small {
    display: block;
    color: #64748b;
    font-size: 0.7rem;
    margin-top: 2px;
}

/* ===== TTS PLAYER ===== */
.tts-player {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px 16px;
    width: 100%;
    max-width: 520px;
}

.tts-controls {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.tts-button-group {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.tts-track {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    width: 100%;
}

.tts-status-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.tts-btn {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: #e2e8f0;
    color: #475569;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease;
    font-size: 12px;
}

.tts-btn:hover {
    background: #cbd5e1;
}

.tts-play, .tts-pause {
    background: #2563eb;
    color: white;
    width: 40px;
    height: 40px;
    font-size: 14px;
}

.tts-play:hover, .tts-pause:hover {
    background: #1d4ed8;
}

.tts-progress {
    flex: 1;
    height: 6px;
    background: #e2e8f0;
    border-radius: 3px;
    overflow: hidden;
    min-width: 0;
}

.tts-progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #2563eb, #7c3aed);
    border-radius: 3px;
    transition: width 0.1s linear;
}

.tts-status {
    color: #64748b;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tts-speed {
    width: auto;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 600;
    background: #e2e8f0;
    color: #475569;
    border-radius: 14px;
    height: 30px;
}

[data-theme="dark"] .tts-player {
    background: #1e293b;
    border-color: #334155;
}

[data-theme="dark"] .tts-btn {
    background: #334155;
    color: #e2e8f0;
}

[data-theme="dark"] .tts-btn:hover {
    background: #475569;
}

[data-theme="dark"] .tts-progress {
    background: #334155;
}

[data-theme="dark"] .tts-status {
    color: #94a3b8;
}

[data-theme="dark"] .tts-speed {
    background: #334155;
    color: #e2e8f0;
}

@media (max-width: 768px) {
    .tts-controls {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .tts-button-group {
        justify-content: flex-start;
    }

    .tts-track {
        min-width: 0;
        width: 100%;
    }
}

/* ===== BIOGRAPHY ===== */
.bio-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.biography-text {
    font-size: 0.95rem;
    line-height: 1.75;
    color: #334155;
}

.biography-text p {
    margin-bottom: 0.9em;
}

/* ===== ACHIEVEMENTS ===== */
.achievements-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.achievements-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.95rem;
    color: #334155;
    line-height: 1.5;
}

.achievements-list li:last-child {
    border-bottom: none;
}

.achievements-list li i {
    color: #f59e0b;
    font-size: 0.7rem;
    margin-top: 6px;
    flex-shrink: 0;
}

/* ===== TRIBUTES ===== */
.tribute-form {
    background: #f8fafc;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 24px;
}

.tribute-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

.tribute-form input,
.tribute-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.9rem;
    transition: border-color 0.2s;
}

.tribute-form input:focus,
.tribute-form textarea:focus {
    outline: none;
    border-color: #2563eb;
}

.tribute-form textarea {
    resize: vertical;
    min-height: 80px;
    margin-bottom: 12px;
}

.tribute-form .btn {
    width: 100%;
}

.tributes-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tribute {
    background: #f8fafc;
    padding: 16px;
    border-radius: 10px;
    border-left: 3px solid #e2e8f0;
}

.tribute-featured {
    border-left-color: #2563eb;
    background: #eff6ff;
}

.tribute-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.tribute-top strong {
    color: #1e293b;
    font-size: 0.9rem;
}

.tribute-date {
    font-size: 0.8rem;
    color: #94a3b8;
}

.tribute p {
    margin: 0 0 10px;
    color: #475569;
    font-size: 0.9rem;
    line-height: 1.6;
}

.like-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: white;
    border: 1px solid #e2e8f0;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 0.8rem;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s;
}

.like-btn:hover,
.like-btn.liked {
    color: #ef4444;
    border-color: #fecaca;
    background: #fef2f2;
}

.no-tributes {
    text-align: center;
    color: #94a3b8;
    padding: 30px;
    font-size: 0.9rem;
}

/* ===== SIDEBAR ===== */
.memorial-aside {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: sticky;
    top: 100px;
    align-self: flex-start;
    height: fit-content;
}

.aside-card {
    background: white;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.aside-card h3 {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 12px;
}

.aside-card h3 i {
    color: #64748b;
    font-size: 0.8rem;
}

/* Candle Box */
.candle-box {
    text-align: center;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: white;
}

.candle-flame {
    font-size: 2rem;
    color: #fbbf24;
    margin-bottom: 10px;
    animation: flicker 2s ease-in-out infinite;
}

@keyframes flicker {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(1.08); }
}

.candle-box h3 {
    color: white;
    justify-content: center;
    margin-bottom: 4px;
}

.candle-count {
    font-size: 0.8rem;
    opacity: 0.7;
    margin: 0 0 12px;
}

.btn-candle {
    width: 100%;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #1a1a1a;
    border: none;
    padding: 10px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-candle:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
}

/* Share */
.share-row {
    display: flex;
    gap: 6px;
}

.share-link {
    flex: 1;
    height: 34px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
    transition: transform 0.2s, opacity 0.2s;
    border: none;
    cursor: pointer;
}

.share-link:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

.share-link.twitter { background: #1da1f2; }
.share-link.facebook { background: #1877f2; }
.share-link.whatsapp { background: #25d366; }
.share-link.copy { background: #64748b; }

/* Links List */
.links-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.links-list a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    background: #f8fafc;
    border-radius: 6px;
    color: #475569;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.2s;
}

.links-list a:hover {
    background: #2563eb;
    color: white;
}

.links-list a i {
    width: 18px;
    text-align: center;
}

/* Related */
.related-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.related-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s;
}

.related-item:hover {
    background: #f8fafc;
}

.related-item img,
.related-placeholder {
    width: 38px;
    height: 38px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
}

.related-placeholder {
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 0.85rem;
}

.related-item strong {
    display: block;
    color: #1e293b;
    font-size: 0.8rem;
    font-weight: 500;
}

.related-item small {
    color: #94a3b8;
    font-size: 0.7rem;
}

/* ===== RESPONSIVE ===== */

/* Large screens - above 1200px */
@media (min-width: 1200px) {
    .memorial-wrapper {
        grid-template-columns: 1fr 300px;
        gap: 24px;
    }

    .hero-name {
        font-size: 1.8rem;
    }

    .hero-photo img {
        width: 130px;
        height: 130px;
    }
}

/* Mid-large screens - 1024px to 1199px */
@media (min-width: 1024px) and (max-width: 1199px) {
    .memorial-wrapper {
        grid-template-columns: 1fr 260px;
        gap: 20px;
    }
}

/* Mid screens - 768px to 1023px */
@media (min-width: 768px) and (max-width: 1023px) {
    .memorial-wrapper {
        grid-template-columns: 1fr;
    }

    .memorial-aside {
        position: static;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
    }

    .aside-card {
        flex: 1 1 calc(50% - 6px);
        min-width: 200px;
    }

    .hero-stats {
        gap: 24px;
    }

    .timeline {
        grid-template-columns: repeat(3, 1fr);
    }

    .memorial-card {
        padding: 18px;
    }

    .card-title {
        font-size: 0.95rem;
    }
}

/* Small screens - 480px to 767px */
@media (min-width: 480px) and (max-width: 767px) {
    .memorial-hero {
        padding: 24px 0 32px;
    }

    .hero-content {
        gap: 18px;
    }

    .hero-photo img {
        width: 100px;
        height: 100px;
    }

    .hero-name {
        font-size: 1.4rem;
    }

    .hero-dates {
        font-size: 0.95rem;
    }

    .hero-stats {
        gap: 18px;
        flex-wrap: wrap;
    }

    .hstat-num {
        font-size: 1rem;
    }

    .memorial-page {
        padding: 18px 0 40px;
    }

    .memorial-wrapper {
        grid-template-columns: 1fr;
    }

    .timeline {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .timeline-item {
        padding: 12px 8px;
    }

    .memorial-aside {
        position: static;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
    }

    .aside-card {
        flex: 1 1 100%;
    }

    .memorial-card {
        padding: 16px;
        border-radius: 10px;
    }

    .card-title {
        font-size: 0.9rem;
        margin-bottom: 14px;
    }

    .tribute-inputs {
        grid-template-columns: 1fr;
    }
}

/* Extra small screens - below 480px */
@media (max-width: 479px) {
    .memorial-hero {
        padding: 20px 0 28px;
    }

    .hero-breadcrumb {
        font-size: 0.7rem;
        margin-bottom: 10px;
    }

    .hero-content {
        flex-direction: column;
        text-align: center;
        gap: 14px;
    }

    .hero-photo img {
        width: 90px;
        height: 90px;
    }

    .hero-category {
        font-size: 0.65rem;
    }

    .hero-name {
        font-size: 1.3rem;
    }

    .hero-dates {
        font-size: 0.9rem;
    }

    .hero-profession {
        font-size: 0.8rem;
    }

    .hero-stats {
        justify-content: center;
        gap: 16px;
        flex-wrap: wrap;
    }

    .hstat {
        gap: 6px;
    }

    .hstat i {
        font-size: 0.8rem;
    }

    .hstat-num {
        font-size: 0.95rem;
    }

    .hstat-label {
        font-size: 0.6rem;
    }

    .memorial-page {
        padding: 16px 0 32px;
    }

    .memorial-wrapper {
        grid-template-columns: 1fr;
    }

    .memorial-content {
        gap: 14px;
    }

    .timeline {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .timeline-item {
        flex-direction: row;
        text-align: left;
        gap: 12px;
        padding: 12px;
    }

    .timeline-icon {
        margin-bottom: 0;
        width: 34px;
        height: 34px;
        flex-shrink: 0;
        font-size: 0.8rem;
    }

    .timeline-label {
        font-size: 0.6rem;
    }

    .timeline-value {
        font-size: 0.8rem;
    }

    .memorial-aside {
        position: static;
        flex-direction: column;
        gap: 12px;
    }

    .aside-card {
        padding: 14px;
    }

    .memorial-card {
        padding: 14px;
        border-radius: 10px;
    }

    .card-title {
        font-size: 0.85rem;
        margin-bottom: 12px;
        gap: 8px;
    }

    .card-title i {
        font-size: 0.8rem;
    }

    .biography-text {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .tribute-form {
        padding: 14px;
    }

    .tribute-inputs {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .tribute-form input,
    .tribute-form textarea {
        padding: 10px 12px;
        font-size: 0.85rem;
    }

    .tribute {
        padding: 12px;
    }

    .share-row {
        gap: 6px;
    }

    .share-link {
        height: 34px;
        font-size: 0.85rem;
    }

    .candle-flame {
        font-size: 1.8rem;
    }

    .btn-candle {
        padding: 10px;
        font-size: 0.8rem;
    }
}

/* ===== ARTICLE META ROW ===== */
.article-meta-row {
    display: flex;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.article-meta-row .tts-player {
    flex: 1;
    min-width: 260px;
    max-width: 100%;
}

.article-meta-row .article-author {
    flex: 1;
    min-width: 260px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8fafc;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.article-meta-row .author-info {
    display: flex;
    flex-direction: column;
}

.article-meta-row .author-name {
    font-weight: 600;
    color: #1e293b;
    font-size: 0.85rem;
}

.article-meta-row .author-date {
    font-size: 0.7rem;
    color: #64748b;
}

.article-meta-row .author-divider {
    width: 1px;
    height: 24px;
    background: #e2e8f0;
    margin: 0 4px;
}

.article-meta-row .author-stats {
    display: flex;
    gap: 10px;
    font-size: 0.85rem;
    color: #64748b;
}

.article-meta-row .author-stats span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.article-meta-row .author-stats strong {
    color: #1e293b;
}

@media (max-width: 768px) {
    .article-meta-row {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
    }

    .article-meta-row .tts-player,
    .article-meta-row .article-author {
        min-width: 100%;
        max-width: 100%;
    }

    .article-meta-row .article-author {
        flex-wrap: wrap;
        gap: 8px;
        padding: 8px 10px;
    }

    .article-meta-row .author-divider {
        display: none;
    }

    .article-meta-row .author-stats {
        width: 100%;
        padding-top: 6px;
        border-top: 1px solid #e2e8f0;
        justify-content: space-around;
    }
}

@media (max-width: 480px) {
    .article-meta-row {
        gap: 8px;
        margin-bottom: 8px;
    }

    .article-meta-row .article-author {
        padding: 6px 10px;
    }

    .article-meta-row .bio-icon {
        width: 32px;
        height: 32px;
        font-size: 0.85rem;
    }

    .article-meta-row .author-name {
        font-size: 0.8rem;
    }

    .article-meta-row .author-stats {
        font-size: 0.7rem;
        gap: 8px;
        padding-top: 5px;
    }
}

[data-theme="dark"] .article-meta-row .article-author {
    background: #1e293b;
    border-color: #334155;
}

[data-theme="dark"] .article-meta-row .author-name,
[data-theme="dark"] .article-meta-row .author-stats strong {
    color: #e2e8f0;
}

[data-theme="dark"] .article-meta-row .author-date,
[data-theme="dark"] .article-meta-row .author-stats {
    color: #94a3b8;
}

[data-theme="dark"] .article-meta-row .author-divider {
    background: #334155;
}

[data-theme="dark"] .article-meta-row .author-stats {
    border-color: #334155;
}

/* ===== DARK MODE ===== */
[data-theme="dark"] .memorial-page {
    background: #0f172a;
}

[data-theme="dark"] .memorial-card,
[data-theme="dark"] .aside-card:not(.candle-box) {
    background: #1e293b;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

[data-theme="dark"] .card-title,
[data-theme="dark"] .timeline-value,
[data-theme="dark"] .tribute-top strong,
[data-theme="dark"] .aside-card h3,
[data-theme="dark"] .related-item strong {
    color: #e2e8f0;
}

[data-theme="dark"] .timeline-label,
[data-theme="dark"] .card-meta,
[data-theme="dark"] .biography-text,
[data-theme="dark"] .achievements-list li,
[data-theme="dark"] .tribute p {
    color: #94a3b8;
}

[data-theme="dark"] .achievements-list li {
    border-color: #334155;
}

[data-theme="dark"] .timeline-item {
    background: #0f172a;
}

[data-theme="dark"] .tribute-form {
    background: #0f172a;
}

[data-theme="dark"] .tribute-form input,
[data-theme="dark"] .tribute-form textarea {
    background: #1e293b;
    border-color: #334155;
    color: #e2e8f0;
}

[data-theme="dark"] .tribute {
    background: #0f172a;
    border-left-color: #334155;
}

[data-theme="dark"] .tribute-featured {
    background: rgba(37, 99, 235, 0.1);
    border-left-color: #2563eb;
}

[data-theme="dark"] .like-btn {
    background: #1e293b;
    border-color: #334155;
    color: #94a3b8;
}

[data-theme="dark"] .links-list a {
    background: #0f172a;
    color: #94a3b8;
}

[data-theme="dark"] .links-list a:hover {
    background: #2563eb;
    color: white;
}

[data-theme="dark"] .related-item:hover {
    background: #0f172a;
}

[data-theme="dark"] .related-placeholder {
    background: #334155;
}
