
/* ── Weekly Salon ───────────────────────────────────────── */
.theme-spotlight { margin-bottom: 2rem; }
.theme-card { text-align: center; padding: 2rem; border: 1px solid var(--border,#ddd);
    border-radius: 10px; background: var(--hover-bg,#f9f9f9); }
.theme-label { font-size: .78rem; text-transform: uppercase; letter-spacing: .07em;
    font-weight: 700; opacity: .55; margin-bottom: .3rem; }
.theme-title { font-size: 2.2rem; font-weight: 700; margin: .2rem 0; }
.theme-dates { font-size: .85rem; opacity: .55; margin-bottom: 1rem; }
.countdown-bar { font-size: .9rem; }
.countdown-value { font-weight: 700; font-variant-numeric: tabular-nums; }
.game-date-label { font-size: .85rem; opacity: .5; }
.submitted-note { color: #27ae60; font-weight: 600; margin: 1rem 0; }
.entries-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(270px,1fr)); gap: 1rem; }
.entry-card { border: 1px solid var(--border,#ddd); border-radius: 8px;
    padding: 1.1rem 1.3rem; }
.entry-title { font-size: 1.05rem; font-weight: 600; margin: 0 0 .3rem; }
.entry-author { font-size: .84rem; opacity: .65; margin: 0 0 .6rem; }
.entry-text-preview { font-size: .9rem; white-space: pre-wrap; opacity: .8;
    line-height: 1.6; margin-bottom: .6rem; }
.entry-date { font-size: .78rem; opacity: .45; margin: 0; }
.no-theme-card { padding: 2rem; text-align: center; opacity: .65; }
.past-themes-list { display: flex; flex-direction: column; gap: .5rem; }
.past-theme-row { display: flex; justify-content: space-between;
    padding: .5rem .7rem; border: 1px solid var(--border,#ddd); border-radius: 5px; }
.past-theme-title { font-weight: 600; }
.past-theme-dates { font-size: .82rem; opacity: .6; }
.admin-section { padding: 1.5rem; border: 1px dashed var(--border,#ccc);
    border-radius: 8px; background: rgba(0,0,0,.02); }

/* ── Duels ──────────────────────────────────────────────── */
.duels-list { display: flex; flex-direction: column; gap: .5rem; margin-top: .8rem; }
.duel-row { display: flex; justify-content: space-between; align-items: center;
    padding: .65rem 1rem; border: 1px solid var(--border,#ddd);
    border-radius: 6px; text-decoration: none; color: inherit; transition: background .1s; }
.duel-row:hover { background: var(--hover-bg,#f5f5f5); }
.duel-names { font-weight: 500; }
.vs { margin: 0 .4rem; opacity: .45; font-size: .82rem; }
.duel-challenge-form summary { list-style: none; }
.duel-challenge-form summary::-webkit-details-marker { display: none; }
.duel-header { text-align: center; margin-bottom: 2rem; }
.duel-title { font-size: 2rem; font-weight: 700; margin: .4rem 0; }
.vs-large { display: inline-block; margin: 0 .8rem; opacity: .4; font-size: 1.2rem; }
.duel-status { display: inline-block; font-size: .78rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: .06em; padding: .18rem .6rem;
    border-radius: 4px; }
.duel-status--pending  { background: #f39c12; color: #fff; }
.duel-status--active   { background: #27ae60; color: #fff; }
.duel-status--closed   { background: #7f8c8d; color: #fff; }
.duel-poems-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin: 2rem 0; }
@media (max-width: 680px) { .duel-poems-grid { grid-template-columns: 1fr; } }
.duel-poem-card { border: 1px solid var(--border,#ddd); border-radius: 10px;
    padding: 1.4rem; }
.duel-winner { border-color: #f1c40f; box-shadow: 0 0 0 2px #f1c40f; }
.duel-poet-name { font-size: 1.2rem; font-weight: 700; margin-bottom: .7rem; }
.winner-crown { font-size: .85rem; }
.duel-poem-title { font-size: 1rem; font-weight: 600; margin-bottom: .6rem; opacity: .8; }
.duel-poem-text { white-space: pre-wrap; line-height: 1.8; font-size: .95rem;
    margin-bottom: 1rem; }
.vote-count { font-size: .88rem; font-weight: 600; margin-bottom: .8rem; opacity: .7; }
.btn-vote { width: 100%; text-align: center; }
.duel-accept-box { padding: 1rem; border: 1px solid #f39c12; border-radius: 8px;
    background: rgba(243,156,18,.08); margin-bottom: 1.5rem; }
.draw-note { color: #7f8c8d; font-weight: 600; }
.archive-theme-section { margin-bottom: 2.5rem; padding-bottom: 2rem;
    border-bottom: 1px solid var(--border,#ddd); }
.archive-theme-title { font-size: 1.4rem; font-weight: 700; margin-bottom: 1rem; }
.archive-theme-dates { font-size: .85rem; font-weight: 400; opacity: .55;
    margin-left: .6rem; }
