.forum-shell{max-width:1180px;min-height:65vh;margin:auto;padding:54px 28px 80px}.forum-heading{justify-content:space-between;align-items:center;gap:24px;margin-bottom:32px;display:flex}.forum-heading h1{letter-spacing:-.04em;margin:6px 0 12px;font-size:clamp(2rem,4vw,3rem);font-weight:650;line-height:1.15}.forum-heading p{color:var(--muted-foreground);font-size:1rem}.forum-heading .forum-kicker{text-transform:uppercase;letter-spacing:.14em;color:#087cf0;font-size:.875rem;font-weight:650}.forum-button{color:#fff;font:inherit;cursor:pointer;white-space:nowrap;background:#087cf0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 18px;font-weight:600;display:inline-flex}.forum-button:disabled{opacity:.6;cursor:wait}.forum-button.secondary{color:#133047;border-color:var(--border);background:#fff}.forum-button.danger{background:#a52335}.forum-categories{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:32px;display:grid}.forum-category{border:1px solid var(--border);background:#fff;border-top:3px solid #087cf0;border-radius:10px;padding:24px}.forum-category svg{color:#087cf0}.forum-category h2{margin:14px 0 6px;font-size:1.125rem;font-weight:650}.forum-category p,.forum-topic-row p{color:var(--muted-foreground);font-size:.875rem;line-height:1.6}.forum-list{border:1px solid var(--border);background:#fff;border-radius:12px;overflow:hidden}.forum-list-heading{background:#edf3f8;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.forum-list-heading h2{font-size:1.125rem;font-weight:650}.forum-list-heading span,.forum-topic-row>span{color:var(--muted-foreground);font-size:.875rem}.forum-topic-row{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:24px;padding:22px 24px;display:flex}.forum-topic-row:hover{background:#f5faff}.forum-topic-row h3{overflow-wrap:anywhere;margin-bottom:5px;font-size:1rem;font-weight:600}.forum-topic-row>span{white-space:nowrap}:is(.forum-shell a:focus-visible,.forum-shell button:focus-visible,.forum-shell input:focus-visible,.forum-shell textarea:focus-visible,.forum-shell select:focus-visible){outline-offset:4px;outline:3px solid #087cf0}.forum-toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:24px;display:flex}.forum-toolbar a{color:#0870ce;font-size:.875rem}.forum-form{border:1px solid var(--border);background:#fff;border-radius:12px;max-width:760px;padding:28px}.forum-form label{margin-bottom:8px;font-size:.875rem;font-weight:600;display:block}.forum-form input,.forum-form textarea,.forum-form select,.forum-search input{width:100%;font:inherit;background:#fff;border:1px solid #b7c7d4;border-radius:7px;margin-bottom:20px;padding:12px;display:block}.forum-form textarea{resize:vertical;min-height:180px}.forum-form p{color:var(--muted-foreground);margin:12px 0;font-size:.875rem;line-height:1.6}.forum-form a{color:#0870ce;text-decoration:underline}.forum-message{color:#164d34;overflow-wrap:anywhere;background:#e5f5ec;border-radius:8px;margin:18px 0;padding:16px;display:block}.forum-message.error{color:#8b1c30;background:#fff0f1}.forum-post{border:1px solid var(--border);background:#fff;border-radius:12px;margin-bottom:20px;padding:28px}.forum-post-meta{color:var(--muted-foreground);border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:18px;font-size:.875rem;display:flex}.forum-post-meta strong{color:var(--foreground)}.forum-post-body{white-space:pre-wrap;overflow-wrap:anywhere;font-size:1rem;line-height:1.75}.forum-post-body a{color:#0870ce;text-decoration:underline}.forum-breadcrumb{color:#0870ce;margin-bottom:24px;font-size:.875rem}.forum-recovery{white-space:pre-wrap;overflow-wrap:anywhere;background:#edf3f8;margin:18px 0;padding:18px;font-family:monospace;font-size:1rem;display:block}.forum-search{gap:12px;margin-bottom:24px;display:flex}.forum-search input{flex:1;min-width:0;margin:0}.forum-empty{color:var(--muted-foreground);padding:32px}@media (max-width:720px){.forum-heading{flex-direction:column;align-items:flex-start}.forum-categories{grid-template-columns:1fr}.forum-shell{padding:32px 18px 56px}.forum-topic-row{align-items:flex-start;gap:12px;padding:18px}.forum-topic-row>span{font-size:.8125rem}.forum-form,.forum-post{padding:20px}.forum-search{flex-wrap:wrap}}
