.tmf-news-archive { max-width: 1100px; margin: 30px auto; padding: 28px; background: #262626; border-radius: 10px; box-shadow: 0 6px 15px rgba(0,0,0,.3); color: #dedede; }
.tmf-news-archive-hero { padding: 24px 0 22px; border-bottom: 2px solid #f05454; margin-bottom: 18px; }
.tmf-news-archive-kicker { color: #f05454; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.tmf-news-archive-hero h1 { margin: 7px 0 10px; color: #f05454; font-size: 2.2rem; }
.tmf-news-archive-hero p { max-width: 720px; margin: 0 0 14px; color: #aaa; line-height: 1.6; }
.tmf-news-archive-hero a, .tmf-news-archive-source, .tmf-news-archive-read { color: #ddd; text-decoration: none; font-weight: 700; border-bottom: 1px solid #777; }
.tmf-news-archive-hero a:hover, .tmf-news-archive-source:hover, .tmf-news-archive-read:hover,
.tmf-news-archive-hero a:focus-visible, .tmf-news-archive-source:focus-visible, .tmf-news-archive-read:focus-visible { color: #f05454; border-color: #f05454; }
.tmf-news-archive-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.tmf-news-archive-item { padding: 18px; border: 1px solid #414141; border-radius: 8px; background: linear-gradient(180deg,#252525,#202020); }
.tmf-news-archive-meta { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 8px; color: #777; font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; }
.tmf-news-archive-meta span::before { content: "·"; margin-right: 9px; }
.tmf-news-archive-item h2 { margin: 0 0 9px; padding-bottom: 0; border-bottom: 0; color: #eee; font-size: 1.04rem; line-height: 1.3; }
.tmf-news-archive-item h2 a { color: inherit; text-decoration: none; }
.tmf-news-archive-item h2 a:hover, .tmf-news-archive-item h2 a:focus-visible { color: #f05454; }
.tmf-news-archive-item p { margin: 0 0 13px; color: #9a9a9a; font-size: .84rem; line-height: 1.55; }
.tmf-news-archive-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 4px; }
.tmf-news-archive-source, .tmf-news-archive-read { font-size: .78rem; }
.tmf-news-archive-pagination { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 22px; padding-top: 18px; border-top: 1px solid #414141; color: #888; }
.tmf-news-archive-pagination a { color: #ddd; text-decoration: none; font-weight: 700; }
.tmf-news-archive-pagination a:hover { color: #f05454; }
.tmf-news-archive-empty { padding: 24px; border: 1px solid #414141; border-radius: 8px; background: #202020; color: #999; }
.tmf-news-archive-empty p { margin: 0; }
@media (max-width: 760px) { .tmf-news-archive { margin: 15px; padding: 18px; } .tmf-news-archive-list { grid-template-columns: 1fr; } .tmf-news-archive-pagination { flex-wrap: wrap; } }
