.teen-blog-article .article-layout { grid-template-columns:minmax(0,760px); }
.teen-interactive { margin:32px 0 42px; min-width:0; }
.teen-filter-bar { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:22px; }
.teen-filter { border:1px solid #dac9f3; border-radius:999px; background:#fff; padding:9px 15px; color:#5d358f; font:inherit; font-size:14px; font-weight:650; cursor:pointer; }
.teen-filter.active { background:#683df3; border-color:#683df3; color:#fff; }
.teen-filter:focus-visible,.teen-card button:focus-visible,.teen-closing-actions button:focus-visible { outline:3px solid #b28afa; outline-offset:3px; }
.teen-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.teen-card { border-color:#e6dbf7; }
.teen-card > img { aspect-ratio:1; object-fit:cover; }
.teen-card .promo-card-content { padding:16px; }
.teen-card h3 { min-height:2.4em; font-size:17px; line-height:1.25; margin-bottom:14px; }
.teen-vote-actions { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-top:auto; }
.teen-vote-actions button { border:1px solid #dac9f3; border-radius:14px; background:#f7f2ff; color:#543091; padding:12px 6px; min-height:48px; font:inherit; font-weight:800; cursor:pointer; }
.teen-vote-actions button[data-teen-vote="norm"].chosen { color:#fff; background:#683df3; border-color:#683df3; }
.teen-vote-actions button[data-teen-vote="strem"].chosen { color:#fff; background:#94648d; border-color:#94648d; }
.teen-vote-actions button:disabled { opacity:.65; cursor:wait; }
.teen-vote-actions span { font-weight:700; }
.teen-card .teen-vote-count { margin:8px 0 0; color:#746b80; font-size:13px; line-height:1.3; }
.teen-card .teen-want { width:100%; min-height:44px; margin-top:10px; font-size:14px; }
.teen-card[hidden] { display:none; }
.teen-leaderboard { border:1px solid #e6dbf7; border-radius:22px; padding:22px; margin-top:34px; background:#fbf8ff; }
.teen-leaderboard h2 { margin:0 0 8px; font-size:24px; }
.teen-leaderboard > p { margin:0 0 14px; }
.teen-leaderboard-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.teen-leaderboard-grid h3 { margin:0 0 8px; font-size:17px; }
.teen-leaderboard-grid ol { margin:0; padding-left:22px; }
.teen-leaderboard-grid li { margin:6px 0; font-size:14px; line-height:1.3; }
.teen-leaderboard-grid a { color:#6538c7; }
.teen-closing-actions { display:flex; flex-wrap:wrap; gap:12px; margin:24px 0 30px; }
.teen-closing-actions > * { text-decoration:none; }
@media(max-width:700px) {
  .teen-grid { grid-template-columns:1fr; }
  .teen-filter-bar { flex-wrap:nowrap; overflow-x:auto; padding:0 0 5px; scrollbar-width:thin; }
  .teen-filter { flex:none; }
  .teen-leaderboard-grid { grid-template-columns:1fr; }
  .teen-card h3 { min-height:0; }
  .teen-vote-actions button { min-height:52px; }
  .teen-closing-actions > * { width:100%; text-align:center; }
}
