.forum-page{background:#fff}
.forum-page .forum-wrap{width:100%;max-width:none;margin:0 auto;padding-left:max(63px,calc((100vw - 1440px)/2 + 63px));padding-right:max(63px,calc((100vw - 1440px)/2 + 63px))}
.forum-hero{padding:78px 0 62px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff 0%,#fafbfe 100%)}
.forum-kicker{font-size:12px;font-weight:600;letter-spacing:.08em;color:var(--fg4)}
.forum-hero h1{margin-top:14px;font-size:clamp(38px,4.2vw,60px);font-weight:650;line-height:1.08;letter-spacing:-.045em}
.forum-hero p{max-width:680px;margin-top:20px;color:var(--fg3);font-size:16px;line-height:1.75}
.forum-index{padding:64px 0 96px;border-bottom:0}
.forum-index-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}
.forum-index-head h2{font-size:28px;font-weight:650;letter-spacing:-.03em}
.forum-index-head p{color:var(--fg4);font-size:12px;white-space:nowrap}
.thread-list{list-style:none;border-top:1px solid var(--line2)}
.forum-thread{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:24px;align-items:start;padding:30px 0;border-bottom:1px solid var(--line)}
.thread-vote{display:grid;justify-items:center;align-content:start;color:#8b8f96;font-variant-numeric:tabular-nums}
.thread-vote button{width:30px;height:24px;border:0;background:transparent;color:inherit;font-size:15px;line-height:1;cursor:pointer}
.thread-vote button:hover,.thread-vote button[aria-pressed="true"]{color:#111}
.thread-vote button:focus-visible{outline:1px solid #777;outline-offset:1px}
.thread-vote strong{font-size:12px;font-weight:650;line-height:18px;color:#555b64}
.thread-copy{min-width:0}
.thread-copy h3{font-size:19px;font-weight:650;line-height:1.42;letter-spacing:-.018em}
.thread-copy p{max-width:760px;margin-top:8px;color:var(--fg3);font-size:14px;line-height:1.7}
.thread-meta{display:flex;align-items:center;gap:10px;margin-top:14px;color:var(--fg4);font-size:12px}
.thread-tag{padding:3px 9px;border-radius:999px;background:#f2f4f8;color:#4e5b6b;font-weight:600}
.thread-state{padding-top:3px;color:var(--fg4);font-size:12px;white-space:nowrap}
.community-note{display:grid;grid-template-columns:160px minmax(0,1fr);gap:32px;margin-top:54px;padding:30px 0 0;border-top:1px solid var(--line2)}
.community-note h2{font-size:16px;font-weight:650}
.community-note p{max-width:760px;color:var(--fg3);font-size:13.5px;line-height:1.75}
.forum-page footer{border-top:1px solid var(--line)}
.forum-page .forum-foot{display:flex;justify-content:space-between;gap:24px;align-items:center;color:var(--fg4);font-size:12px}
.forum-page .forum-foot nav{display:flex;flex-wrap:wrap;gap:20px}
.forum-page .forum-foot a:hover{color:var(--fg)}
@media(max-width:760px){
  .forum-page .forum-wrap{padding-left:20px;padding-right:20px}
  .forum-hero{padding:52px 0 44px}
  .forum-hero p{font-size:14.5px}
  .forum-index{padding:42px 0 70px}
  .forum-index-head{display:block;margin-bottom:22px}
  .forum-index-head p{margin-top:8px;white-space:normal}
  .forum-thread{grid-template-columns:38px minmax(0,1fr);gap:14px;padding:24px 0}
  .thread-copy h3{font-size:17px}
  .thread-state{grid-column:2;padding-top:0}
  .community-note{grid-template-columns:1fr;gap:10px;margin-top:42px}
  .forum-page .forum-foot{align-items:flex-start;flex-direction:column}
}
@media(max-width:380px){
  .forum-thread{grid-template-columns:34px minmax(0,1fr);gap:10px}
  .thread-meta{align-items:flex-start;flex-direction:column;gap:6px}
}
