:root{--accent:#111;--accent-hover:#000;--ink:#111;--muted:#6b6b6b;--card:#fff;--line:#0000001f;--soft:#f3f3f3;--danger:#b00020;--radius:10px;color:var(--ink);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:Nunito,system-ui,-apple-system,sans-serif;font-weight:500;line-height:1.5}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}body{min-height:100vh;color:var(--ink);background:#fff}button,input,textarea{font:inherit}button{cursor:pointer}a{color:inherit}.shell{z-index:1;width:100%;min-height:100vh;position:relative}.landing{flex-direction:column;display:flex}.top{justify-content:space-between;align-items:center;gap:16px;width:100%;padding:14px 28px;display:flex}.forum-top{border-bottom:1px solid var(--line);background:#fff}.brand{letter-spacing:-.02em;align-items:center;gap:10px;font-size:20px;font-weight:800;text-decoration:none;display:inline-flex}.brand-mark{background:var(--accent);color:#fff;border-radius:8px;place-items:center;width:36px;height:36px;font-size:18px;display:grid}.pill{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:999px;padding:6px 12px;font-size:13px;font-weight:700}.hero{flex-direction:column;flex:1;justify-content:center;max-width:640px;margin:0 auto;padding:48px 20px 72px;display:flex}.hero.narrow{max-width:480px}.eyebrow{color:var(--ink);letter-spacing:.04em;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:800}.hero h1{letter-spacing:-.03em;margin:0;font-size:clamp(2.2rem,5vw,3.4rem);font-weight:800;line-height:1.05}.lede{color:var(--muted);max-width:36ch;margin:14px 0 28px;font-size:1.05rem}.btn{border:none;border-radius:10px;padding:12px 16px;font-weight:700;transition:background .15s,color .15s,border-color .15s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.primary{background:var(--accent);color:#fff}.btn.primary:hover:not(:disabled){background:var(--accent-hover)}.btn.google{justify-content:center;align-items:center;gap:10px;width:fit-content;min-width:240px;display:inline-flex}.btn.ghost{color:var(--muted);border:1px solid var(--line);background:0 0}.btn.ghost:hover:not(:disabled){color:var(--ink);border-color:var(--ink)}.btn.like{color:var(--ink);border:1px solid var(--line);background:#fff;padding:8px 14px;font-size:.92rem}.btn.like.liked{background:var(--accent);border-color:var(--accent);color:#fff}.fine{color:var(--muted);margin-top:18px;font-size:.9rem}.error{color:var(--danger);margin:12px 0 0;font-size:.92rem}.muted{color:var(--muted);margin:0}.stack{flex-direction:column;gap:14px;display:flex}.field{flex-direction:column;gap:8px;font-weight:700;display:flex}.field input,.field textarea,.create-post textarea,.comment-form textarea{border:1px solid var(--line);color:var(--ink);font:inherit;resize:vertical;background:#fff;border-radius:10px;outline:none;padding:12px 14px}.field input:focus,.field textarea:focus,.create-post textarea:focus,.comment-form textarea:focus{border-color:var(--ink);box-shadow:0 0 0 2px #00000014}.top-actions{align-items:center;gap:12px;display:flex}.who{color:var(--muted);font-size:.92rem;font-weight:700}.avatar-btn{border:1px solid var(--line);background:var(--soft);width:40px;height:40px;color:var(--ink);cursor:pointer;border-radius:50%;place-items:center;padding:0;font-size:.95rem;font-weight:800;display:grid;overflow:hidden}.avatar-btn:hover{border-color:var(--ink)}.avatar-btn img{object-fit:cover;width:100%;height:100%}.modal-backdrop{z-index:50;background:#00000073;place-items:center;padding:20px;animation:.2s rise;display:grid;position:fixed;inset:0}.modal-card{border:1px solid var(--line);background:#fff;border-radius:14px;width:min(100%,420px);padding:28px 24px 24px;position:relative;box-shadow:0 20px 50px #0000002e}.modal-card h2{letter-spacing:-.02em;margin:0;font-size:1.55rem;font-weight:800}.modal-lede{max-width:none;margin:10px 0 22px}.modal-close{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;font-size:1.4rem;line-height:1;position:absolute;top:12px;right:12px}.modal-close:hover{background:var(--soft);color:var(--ink)}.modal-card .btn.google{width:100%;min-width:0}.back-btn{padding:8px 12px}.profile-hero{justify-content:flex-start;padding-top:36px}.profile-avatar-wrap{margin-bottom:18px}.profile-avatar{object-fit:cover;border:1px solid var(--line);background:var(--soft);border-radius:50%;place-items:center;width:72px;height:72px;font-size:1.6rem;font-weight:800;display:grid}.profile-avatar.placeholder{color:#fff;background:var(--accent);border-color:var(--accent)}.success{color:var(--ink);margin:0;font-size:.92rem;font-weight:600}.forum-body{grid-template-columns:260px minmax(0,1fr);width:100%;max-width:none;min-height:calc(100vh - 69px);margin:0;display:grid}.sidebar{border-right:1px solid var(--line);background:#fafafa;min-height:100%;padding:20px 14px}.sidebar-label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:0 10px 10px;font-size:12px;font-weight:800}.sidebar ul{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.channel{text-align:left;width:100%;color:var(--ink);background:0 0;border:none;border-radius:8px;padding:10px 12px;font-weight:700}.channel:hover{background:var(--soft)}.channel.active{background:var(--accent);color:#fff}.panel{background:#fff;flex-direction:column;min-width:0;min-height:0;display:flex}.panel-head{border-bottom:1px solid var(--line);padding:20px 28px 14px}.panel-head-row{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.panel-head h1{letter-spacing:-.02em;margin:0;font-size:1.45rem;font-weight:800}.panel-head p{color:var(--muted);margin:4px 0 0;font-size:.92rem}.feed{flex-direction:column;flex:1;gap:12px;padding:20px 28px;display:flex;overflow:auto}.feed.empty{color:var(--muted);justify-content:center;align-items:center;min-height:280px}.post-feed{gap:12px;max-width:none}.post-card{animation:.25s rise}.post-card-btn{text-align:left;border:1px solid var(--line);width:100%;color:inherit;cursor:pointer;background:#fff;border-radius:12px;padding:18px 20px;transition:border-color .15s,background .15s}.post-card-btn:hover{border-color:var(--ink);background:#fafafa}.post-card-btn h2{letter-spacing:-.02em;margin:0 0 8px;font-size:1.12rem;font-weight:800}.post-excerpt{color:var(--muted);white-space:pre-wrap;word-break:break-word;margin:0 0 12px;line-height:1.45}.post-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:10px 14px;font-size:.85rem;display:flex}.post-author{color:var(--ink);font-weight:800}.post-stat{font-weight:700}.create-post-bar{border-bottom:1px solid var(--line);background:#fff;justify-content:flex-end;padding:12px 28px;display:flex}.create-post{border-bottom:1px solid var(--line);background:#fafafa;flex-direction:column;gap:12px;padding:16px 28px;display:flex}.create-post-label{margin:0;font-size:.92rem;font-weight:800}.create-post-actions{justify-content:flex-end;gap:10px;display:flex}.image-picker{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.image-picker-btn{cursor:pointer;display:inline-flex}.image-preview,.post-card-image,.post-detail-image{object-fit:cover;border:1px solid var(--line);background:var(--soft);border-radius:10px;width:100%;max-height:360px;display:block}.image-preview{max-height:220px;margin-top:4px}.post-card-image{max-height:220px;margin:0 0 12px}.post-detail-image{object-fit:contain;background:#fafafa;max-height:480px;margin:14px 0 0}.post-detail{flex-direction:column;flex:1;gap:18px;max-width:none;padding:20px 28px 32px;display:flex;overflow:auto}.post-detail-body h1{letter-spacing:-.02em;margin:8px 0 10px;font-size:1.7rem;font-weight:800}.post-body-text{white-space:pre-wrap;word-break:break-word;margin:16px 0 0;line-height:1.55}.post-actions{border-top:1px solid var(--line);align-items:center;gap:14px;margin-top:18px;padding-top:14px;display:flex}.comments h2{margin:0 0 12px;font-size:1.05rem;font-weight:800}.comment-list{flex-direction:column;gap:12px;margin:0 0 16px;padding:0;list-style:none;display:flex}.comment{border:1px solid var(--line);background:#fff;border-radius:10px;padding:12px 14px;animation:.25s rise}.comment header{align-items:baseline;gap:10px;margin-bottom:6px;display:flex}.comment time{color:var(--muted);font-size:.8rem}.comment p{white-space:pre-wrap;word-break:break-word;margin:0}.comment-form{flex-direction:column;gap:10px;display:flex}.comment-form .btn{align-self:flex-end}.site-footer{border-top:1px solid var(--line);color:var(--muted);background:#fff;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;padding:16px 20px;font-size:.88rem;font-weight:600;display:flex}.site-footer a{color:var(--muted);text-decoration:none}.site-footer a:hover{color:var(--ink);text-decoration:underline}.legal-doc{max-width:760px;margin:0 auto;padding:32px 24px 64px}.legal-doc h1{letter-spacing:-.03em;margin:0;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:800}.legal-updated{color:var(--muted);margin:10px 0 28px;font-size:.92rem}.legal-body{flex-direction:column;gap:12px;display:flex}.legal-body h2{margin:18px 0 0;font-size:1.15rem;font-weight:800}.legal-body h3{margin:8px 0 0;font-size:1rem;font-weight:800}.legal-body p,.legal-body li{color:var(--ink);margin:0;line-height:1.6}.legal-body ul{flex-direction:column;gap:6px;margin:0;padding-left:1.2rem;display:flex}.legal-body a,.modal-card .fine a{color:var(--ink);font-weight:700}@keyframes rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@media (width<=800px){.top{padding:12px 16px}.forum-body{grid-template-columns:1fr}.sidebar{border-right:none;border-bottom:1px solid var(--line);padding-bottom:8px}.sidebar ul{flex-direction:row;gap:6px;padding-bottom:4px;overflow-x:auto}.channel{white-space:nowrap}.who{display:none}.panel-head,.create-post-bar,.create-post,.feed,.post-detail{padding-left:16px;padding-right:16px}}
