.fm-main{max-width:780px;margin:0 auto;padding:2.5rem 1.75rem 5rem}.fm-crumbs{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--text-3);margin-bottom:1.25rem;flex-wrap:wrap}.fm-crumbs a{color:var(--text-2)}.fm-crumbs a:hover{color:var(--text)}.fm-header{margin-bottom:2rem}.fm-eyebrow{display:block;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3);margin-bottom:.5rem}.fm-title{font-family:var(--font-display);font-weight:500;font-size:clamp(1.9rem,4vw,2.6rem);line-height:1.1}.fm-sub{color:var(--text-2);margin-top:.6rem;font-size:.98rem;max-width:56ch}.fm-list{display:flex;flex-direction:column;gap:.65rem}.fm-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .15s ease,transform .15s ease}a.fm-card:hover{border-color:var(--border-strong);transform:translateY(-1px)}.fm-card-main{min-width:0}.fm-card-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.6rem;flex-shrink:0}.fm-card-name{font-weight:500;font-size:1.02rem}.fm-card-desc{color:var(--text-3);font-size:.86rem;margin-top:.3rem}.fm-card-title{font-weight:500;font-size:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fm-card-meta{margin-top:.3rem}.fm-card-meta,.fm-card-stats{color:var(--text-3);font-size:.82rem}.fm-card-stats{text-align:right;flex-shrink:0}.fm-card-stats strong{color:var(--text-2);font-weight:500}.fm-empty{color:var(--text-3);font-size:.92rem;padding:2rem 0;text-align:center;border:1px dashed var(--border);border-radius:var(--radius)}.fm-actions{display:flex;justify-content:flex-end;margin:1.5rem 0 1rem}.fm-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.65rem 1.1rem;background:var(--text);color:var(--bg);border-radius:999px;font-size:.88rem;font-weight:500;border:none;cursor:pointer;transition:opacity .15s ease}.fm-btn:hover{opacity:.85}.fm-btn:disabled{opacity:.5;cursor:not-allowed}.fm-btn-ghost{background:transparent;color:var(--text-2);border:1px solid var(--border-strong)}.fm-thread-title{font-family:var(--font-display);font-weight:500;font-size:clamp(1.6rem,3.6vw,2.2rem);line-height:1.15;margin-bottom:.4rem}.fm-posts{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.fm-post{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.15rem 1.3rem}.fm-post-head{display:flex;align-items:baseline;gap:.6rem;margin-bottom:.55rem;font-size:.82rem}.fm-post-author{font-weight:600;color:var(--text)}.fm-post-time{color:var(--text-3)}.fm-post-body{white-space:pre-wrap;word-wrap:break-word;font-size:.96rem;line-height:1.65;color:var(--text)}.fm-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;margin-top:1.5rem}.fm-form-title{font-weight:500;font-size:1.05rem}.fm-field,.fm-form-title{margin-bottom:1rem}.fm-field label{display:block;font-size:.82rem;color:var(--text-2);margin-bottom:.4rem}.fm-field input,.fm-field textarea{width:100%;background:var(--bg-3);border:1px solid var(--border-strong);border-radius:8px;padding:.7rem .85rem;color:var(--text);font-family:var(--font-body);font-size:.94rem;resize:vertical}.fm-field input:focus,.fm-field textarea:focus{outline:none;border-color:var(--text-3)}.fm-field textarea{min-height:140px}.fm-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.fm-form-error{color:#e08787;font-size:.86rem;margin-bottom:.9rem}.fm-form-foot{display:flex;align-items:center;justify-content:space-between;gap:1rem}.fm-form-hint{color:var(--text-4);font-size:.78rem}.fm-notice{border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;color:var(--text-2);font-size:.94rem;line-height:1.6}.fm-notice code{background:var(--bg-3);border:1px solid var(--border);border-radius:4px;padding:.1rem .4rem;font-size:.85em}