:root{color-scheme:light;font-family:Inter,PingFang SC,Noto Sans SC,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#17231c;background:#fff;font-synthesis:none;--green: #2e805a;--green-dark: #216b49;--green-soft: #eaf7ef;--green-faint: #f8fdfa;--ink: #17231c;--text: #2b3731;--muted: #6e7c74;--line: #e1ebe5;--soft: #f6f8f7;--white: #fff;--danger: #a95151;--sidebar: 230px;--topbar: 68px;--focus-ring: #2e805a;--control-line: #ccdcd2;--surface-shadow: 0 1px 2px rgba(23, 35, 28, .025);--control-transition: background-color .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px;background:#fff}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px}button,input,textarea,select{transition:var(--control-transition)}button svg,a svg{flex-shrink:0}.app-shell{min-height:100vh}.app-main{min-width:0;margin-left:var(--sidebar)}.sidebar{position:fixed;z-index:30;inset:0 auto 0 0;display:flex;flex-direction:column;width:var(--sidebar);overflow:hidden;padding:20px 16px 16px;border-right:1px solid var(--line);background:#fffffffa}.brand{display:flex;flex-shrink:0;height:50px;align-items:center;gap:10px;padding:0 8px 8px}.brand-mark{display:grid;width:34px;height:34px;place-items:center;font-size:26px}.brand-mark.large{width:54px;height:54px;margin:0 auto;font-size:42px}.brand-name{font-size:18px;font-weight:760;letter-spacing:-.02em}.main-nav{display:grid;flex-shrink:0;gap:2px;padding-top:8px}.nav-item{display:flex;width:100%;min-height:38px;align-items:center;gap:13px;padding:0 13px;border:0;border-radius:8px;background:transparent;color:#4b5751;cursor:pointer;font-weight:650;text-align:left}.nav-item:hover{background:var(--soft)}.nav-item.active{background:var(--green-soft);color:var(--green)}.nav-item b{display:grid;min-width:19px;height:19px;margin-left:auto;place-items:center;padding:0 5px;border-radius:10px;background:var(--green);color:#fff;font-size:10px}.sidebar-divider{flex-shrink:0;height:1px;margin:18px 0 14px;background:var(--line)}.my-groups{display:flex;flex:1;flex-direction:column;min-height:0}.my-groups h2{flex-shrink:0;margin:0 8px 11px;color:#9aa49f;font-size:12px;font-weight:600}.sidebar-group-scroll{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-width:thin}.group-tree-row{display:flex;min-width:0;align-items:center}.group-link{display:flex;min-width:0;flex:1;align-items:center;gap:9px;height:36px;padding:0 8px;border-radius:7px;color:#526058;font-size:13px}.group-link:hover,.group-link.active{background:var(--soft);color:var(--green-dark)}.group-link span{display:grid;width:25px;height:25px;place-items:center;border:1px solid var(--line);border-radius:7px;background:#fbfdfc;font-size:13px}.group-link em{overflow:hidden;font-style:normal;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.group-link .group-unread-count{flex-shrink:0;min-width:16px;padding:0 4px;border-radius:8px;background:var(--green);color:#fff;font-size:10px;font-weight:600;line-height:16px;text-align:center}.group-link .group-unread-dot{display:block;flex:0 0 7px;width:7px;height:7px;border:0;border-radius:50%;background:var(--green)}.group-tree-row>button{display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:50%;background:transparent;color:#9aa49f;cursor:pointer}.rotate{transform:rotate(90deg)}.top-search-wrap{display:flex;height:var(--topbar);align-items:center;padding:0 24px;background:#fff}.top-search{display:flex;width:min(1100px,100%);height:44px;align-items:center;gap:10px;padding:0 18px;border:1px solid #edf2ef;border-radius:24px;background:#fafcfb;color:#9ba59f}.top-search:focus-within{border-color:#c8ded1;background:#fff;box-shadow:0 0 0 3px #2e805a0f}.top-search input{width:100%;border:0;outline:0;background:transparent;color:var(--ink);font-size:13px}.top-search input::placeholder{color:#78877e}.home-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;max-width:1320px;padding:0 24px 60px}.home-primary{min-width:0;padding-right:4px}.home-primary>section{padding:26px 0;border-bottom:1px solid var(--line)}.page-intro.compact{display:flex;justify-content:space-between;padding-top:24px}.page-intro h1{margin:4px 0 5px;font-size:24px;letter-spacing:-.035em}.page-intro p,.section-heading p,.page-title p{margin:0;color:var(--muted);font-size:13px}.eyebrow{color:var(--green);font-size:12px;font-weight:750}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:16px}.section-heading h2{margin:0 0 4px;font-size:17px}.section-heading>a{display:inline-flex;align-items:center;gap:4px;color:var(--green);font-size:12px;font-weight:650}.section-heading svg{width:15px}.group-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.group-card{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:11px;min-height:92px;padding:13px;border:1px solid var(--line);border-radius:10px;background:#fff;transition:border-color .15s,background .15s}.group-card:hover{border-color:#bdd7c8;background:var(--green-faint)}.group-card-icon,.row-icon{display:grid;place-items:center;border:1px solid var(--line);background:#f9fcfa}.group-card-icon{width:40px;height:40px;border-radius:9px}.group-card strong{font-size:14px}.group-card p{overflow:hidden;margin:4px 0 5px;color:#6f7d75;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.group-card small{display:flex;align-items:center;gap:3px;color:var(--muted);font-size:10px}.group-card small svg{color:var(--green)}.group-card>svg{color:#a7b1ab}.post-feed{display:grid;gap:14px}.post-card{padding:18px 20px;border:1px solid var(--line);border-radius:9px;background:#fff;box-shadow:var(--surface-shadow);transition:var(--control-transition);cursor:pointer}.post-card:hover{border-color:#cedfd5}.post-card header{display:flex;align-items:center;gap:10px}.post-card header>div{display:grid;gap:2px}.post-card header strong{font-size:13px}.post-card header span{color:var(--muted);font-size:11px}.post-card h2{margin:14px 0 6px;font-size:17px;letter-spacing:-.015em}.post-card>p{margin:0 0 14px;color:#58645e;font-size:13.5px;line-height:1.65}.post-cover{max-height:340px;margin:14px 0;border-radius:8px;object-fit:cover}.post-group{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:var(--green-faint)}.post-group>span{display:grid;width:30px;height:30px;place-items:center;border:1px solid var(--line);border-radius:7px;background:#fff}.post-group>div{display:grid;gap:2px}.post-group strong{font-size:12px}.post-group small{display:flex;align-items:center;gap:4px;color:var(--muted);font-size:10px}.join-button{padding:7px 15px;border-radius:18px;background:var(--green);color:#fff;font-size:11px;font-weight:700}.post-card footer{display:flex;gap:8px;margin-top:13px}.post-card footer button,.post-actions button{display:inline-flex;align-items:center;gap:5px;padding:5px 9px;border:1px solid var(--line);border-radius:18px;background:#fff;color:#718078;font-size:11px;cursor:pointer}.post-card footer button:hover,.post-actions button:hover{border-color:#bdd7c8;background:var(--green-faint);color:var(--green-dark)}.post-card footer button.active,.post-actions button.active{border-color:#b7d5c3;background:var(--green-soft);color:var(--green-dark)}.post-card footer svg,.post-actions svg{width:15px}.home-rail{padding-top:56px}.rail-panel{position:sticky;top:18px}.rail-panel>h2{display:flex;align-items:center;gap:7px;margin:0 0 10px;font-size:15px}.rail-panel .content-row:has(>.rank){grid-template-columns:28px minmax(0,1fr) auto;min-height:46px;padding:7px 9px;border:0;border-radius:7px;background:#fafbf9}.rail-panel .row-main small,.rail-panel .row-icon{display:none}.avatar{flex:0 0 auto;border-radius:50%;object-fit:cover}.avatar-sm{width:30px;height:30px}.avatar-md{width:40px;height:40px}.avatar-lg{width:56px;height:56px}.avatar-xl{width:112px;height:112px}.avatar-fallback{display:grid;place-items:center;border:1px solid #dfeae4;background:#f0f7f3;color:var(--green);font-size:13px;font-weight:700}.page-narrow{width:min(100%,1120px);padding:20px 24px 60px}.page-title{margin:5px 0 20px}.page-title h1{margin:0 0 5px;font-size:25px}.tabs{display:flex;gap:28px;min-height:48px;align-items:end;border-bottom:1px solid var(--line)}.tabs button{position:relative;height:48px;padding:0;border:0;background:transparent;color:#627269;cursor:pointer;font-size:13px}.tabs button:hover{color:var(--green-dark)}.tabs button.active{color:var(--green);font-weight:700}.tabs button.active:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;border-radius:2px;background:var(--green);content:""}.ranked-list,.content-list{overflow:hidden;border:1px solid var(--line);border-radius:10px;background:#fff}.ranked-list{margin-top:18px}.content-row{display:grid;min-height:66px;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 14px;border-bottom:1px solid var(--line);background:#fff;transition:background-color .15s ease}.content-row:has(>.rank){grid-template-columns:28px 40px minmax(0,1fr) auto}.content-row:last-child{border-bottom:0}.content-row:hover{background:#fbfdfc}.rank{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:#f1f7f3;color:var(--green);font-size:12px;font-weight:750}.rank-1,.rank-2,.rank-3{background:var(--green);color:#fff}.row-icon{width:38px;height:38px;border-radius:8px}.row-main{display:grid;min-width:0;gap:3px}.row-main strong,.row-main small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.row-main strong{font-size:14px;font-weight:650}.row-main small{color:#68786e;font-size:12px;line-height:1.5}.heat-pill{display:inline-flex;align-items:center;gap:4px;padding:5px 9px;border:1px solid var(--line);border-radius:14px;color:#66806f;font-size:10px}.heat-pill svg{width:13px;color:var(--green)}.result-summary{display:flex;min-height:52px;align-items:center;justify-content:space-between;gap:18px;color:var(--muted);font-size:12px}.result-summary-main{display:flex;min-width:0;align-items:center;gap:16px}.result-summary-main strong{color:var(--ink);font-size:15px}.search-return{display:inline-flex;height:32px;align-items:center;gap:5px;padding:0;border:0;background:transparent;color:#627068;font-weight:680;cursor:pointer}.search-return:hover{color:var(--green)}.search-sections{display:grid;gap:22px;margin-top:22px}.result-section h2{margin:0 0 10px;font-size:14px}.group-workspace{display:grid;height:calc(100vh - var(--topbar));grid-template-columns:minmax(0,1fr) 300px;border-top:1px solid #f3f5f4}.group-center{display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden;border-right:1px solid var(--line)}.group-center>.group-header{min-height:70px;flex-shrink:0}.group-center>.chat-stream{flex:1}.group-center>.chat-compose-area{flex-shrink:0}.group-origin{flex-shrink:0;padding:8px 24px;border-bottom:1px solid var(--line);font-size:11px;color:var(--muted)}.group-origin p{margin:4px 0;color:var(--ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.group-origin a,.breadcrumbs a{color:var(--green)}.group-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 22px;border-bottom:1px solid var(--line)}.breadcrumbs{display:flex;min-width:0;align-items:center;gap:7px;font-size:14px}.breadcrumbs>span{color:var(--muted)}.breadcrumbs svg{width:14px;color:#adb5b0}.visibility-chip{padding:3px 7px;border:1px solid #dcebe2;border-radius:10px;color:var(--green);font-size:9px}.group-header-actions{display:flex;gap:8px}.primary-button,.secondary-button,.danger-button{display:inline-flex;min-height:36px;align-items:center;justify-content:center;gap:6px;padding:0 16px;border-radius:20px;cursor:pointer;font-size:12px;font-weight:700}.primary-button{border:1px solid var(--green);background:var(--green);color:#fff}.primary-button:hover:not(:disabled){border-color:var(--green-dark);background:var(--green-dark)}.primary-button:disabled{opacity:.55;cursor:default}.secondary-button{border:1px solid var(--line);background:#fff;color:#59665f}.secondary-button:hover{border-color:#bfd7c9;color:var(--green)}.secondary-button:disabled,.danger-button:disabled{border-color:var(--line);color:#89968f;background:var(--soft);cursor:default}.danger-button{border:1px solid #efdada;background:snow;color:var(--danger)}.group-posts{overflow-y:auto;padding:22px}.group-posts .post-card+.post-card{margin-top:12px}.group-info{overflow-y:auto;padding:24px}.group-info-head h1{margin:0 0 8px;font-size:18px}.group-info-head p{margin:0;color:#718078;font-size:12px;line-height:1.5}.share-box{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 8px;margin:20px 0;padding-bottom:18px;border-bottom:1px solid var(--line)}.share-box span{grid-column:1 / -1;color:var(--muted);font-size:10px}.share-box code{overflow:hidden;color:#66726b;font-family:inherit;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.share-box button{border:0;background:transparent;color:var(--green);cursor:pointer}.info-block{padding:16px 0;border-bottom:1px solid var(--line)}.info-block header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.info-block h2{display:inline-flex;align-items:center;gap:6px;margin:0;font-size:13px}.info-block header span{color:var(--muted);font-size:10px}.info-block>div{display:flex;flex-wrap:wrap;gap:10px}.member-avatar{display:grid;justify-items:center;gap:4px;width:44px}.member-avatar span{overflow:hidden;width:100%;color:#68786e;font-size:11px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.subgroup-link{display:grid;width:100%;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:36px}.subgroup-link>span{display:grid;width:26px;height:26px;place-items:center;border:1px solid var(--line);border-radius:6px;font-size:11px}.subgroup-link strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.subgroup-link small{display:flex;align-items:center;gap:3px;color:var(--green);font-size:9px}.subgroup-create{display:inline-flex;width:100%;align-items:center;gap:6px;padding:8px 0;color:var(--green);font-size:10px}.setting-list{display:grid;padding-top:14px}.setting-list button{display:grid;min-height:42px;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:7px;padding:0;border:0;background:transparent;color:#5d6a63;cursor:pointer;font-size:11px;text-align:left}.setting-list button:hover{color:var(--green)}.setting-list .danger{color:var(--danger)}.switch{width:29px;height:17px;border-radius:10px;background:#dfe6e2}.sign-in-note{padding:10px;border-radius:7px;background:var(--green-faint);color:#718078;font-size:10px}.chat-thread{overflow-y:auto;padding:20px 24px 12px;scroll-behavior:auto}.chat-message{display:flex;align-items:flex-start;gap:10px;margin:12px 0}.chat-message.mine{flex-direction:row-reverse}.message-stack{display:grid;min-width:0;max-width:min(72%,670px);gap:4px}.message-stack>strong{font-size:12px;font-weight:650}.message-line{display:flex;min-width:0;align-items:center;gap:8px}.chat-message.mine .message-line{flex-direction:row-reverse}.message-bubble{padding:10px 13px;border:1px solid #dfe5e2;border-radius:9px;background:#f7f9f8;color:#2f3e35;font-size:14px;line-height:1.6;white-space:pre-wrap;overflow-wrap:anywhere}.chat-message.mine .message-bubble{border-color:var(--green);background:var(--green);color:#fff}.message-bubble{min-width:0}.message-bubble img{max-width:min(310px,100%);max-height:330px;border-radius:5px;object-fit:cover}.file-card{display:flex;min-width:240px;align-items:center;gap:9px}.message-like{display:inline-flex;align-items:center;gap:3px;padding:5px 8px;border:1px solid var(--line);border-radius:14px;color:var(--green);font-size:9px}.message-meta{display:flex;align-items:center;gap:9px;opacity:0;transition:opacity .15s}.chat-message:hover .message-meta{opacity:1}.message-meta time{color:var(--muted);font-size:10px}.message-meta button{display:inline-flex;align-items:center;gap:3px;padding:0;border:0;background:transparent;color:#68786e;cursor:pointer;font-size:10px}.message-meta button:hover{color:var(--green)}.chat-composer{display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:7px;min-height:52px;margin:0 16px 14px;padding:7px 10px;border:1px solid var(--line);border-radius:8px;background:#fff}.chat-composer:focus-within{border-color:#9bbfa9;box-shadow:0 0 0 3px #2e805a12}.chat-composer button{display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:7px;background:transparent;color:#829089;cursor:pointer}.chat-composer input,.chat-composer textarea{width:100%;border:0;outline:0;color:var(--ink);font:inherit;font-size:13px}.chat-composer textarea{resize:vertical;min-height:24px;max-height:140px;line-height:24px;background:transparent}.chat-composer textarea:focus-visible{outline:none}.chat-stream{min-height:0;min-width:0;display:flex;flex-direction:column}.chat-compose-area{min-width:0}.chat-stream .chat-thread{min-height:0;flex:1;overflow-anchor:none}.chat-stream-bar{padding:7px 24px;font-size:11px;color:var(--muted);display:flex;align-items:center;justify-content:space-between;gap:12px}.chat-stream-bar>div{display:flex;gap:12px;flex-shrink:0}.chat-stream-bar button{padding:0;border:0;background:transparent;font-size:11px;color:var(--green);cursor:pointer}.chat-stream-bar button:disabled,.chat-composer button:disabled{opacity:.45;cursor:default}.chat-newer-note{text-align:center;padding:5px;font-size:11px;color:var(--muted)}.chat-stream-bar{flex-wrap:wrap}.chat-reading-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:7px 12px;padding:5px 24px 8px;color:var(--muted);font-size:11px;border-bottom:1px solid var(--line)}.chat-reading-bar>div{display:flex;flex-wrap:wrap;gap:12px}.chat-reading-bar button{border:0;padding:0;background:transparent;color:var(--green);cursor:pointer;font:inherit}.chat-reading-bar button:disabled{opacity:.45;cursor:default}.chat-reading-bar [role=alert]{flex-basis:100%;color:var(--danger)}.chat-reading-bar [role=alert] button{margin-left:10px}.chat-location-note{flex-shrink:0;padding:5px 24px;font-size:11px;color:var(--green);background:var(--green-faint)}.message-focused .message-bubble{outline:2px solid var(--green);outline-offset:3px}.message-branches{display:flex;flex-wrap:wrap;align-items:flex-start;gap:7px;margin-top:3px;min-width:0}.message-branch-link{display:inline-flex;align-items:center;gap:7px;width:fit-content;max-width:min(100%,440px);min-height:32px;padding:5px 10px;border:1px solid #d9e8df;border-radius:6px;background:#fbfdfc;color:#456156;font-size:12px;font-weight:650;line-height:20px}.message-branch-link:hover{border-color:#bddbc9;color:var(--green-dark);background:#f4faf6}.message-branch-link:focus-visible{outline:2px solid var(--green);outline-offset:2px}.message-branch-icon{display:grid;place-items:center;width:20px;height:20px;flex:0 0 20px;border-radius:5px;background:var(--green-soft);font-size:12px;line-height:1}.message-branch-name{min-width:0;overflow-wrap:anywhere}.message-branch-link>svg{width:12px;height:12px;flex:0 0 12px}.chat-thread:focus-visible{outline:2px solid var(--green);outline-offset:-2px}.chat-message:focus-within .message-meta{opacity:1}.chat-send-error{margin:0 24px 6px;color:#a43f35;font-size:12px}.chat-composer .send-button{background:var(--green);color:#fff}.chat-composer .send-button:disabled{background:#d7e5dc;cursor:default}.post-detail-layout{display:grid;width:min(100%,1100px);min-height:calc(100vh - var(--topbar));grid-template-columns:minmax(0,55%) minmax(360px,45%);border:1px solid var(--line);border-bottom:0;background:#fff}.post-detail-main{padding:32px;border-right:1px solid var(--line)}.post-detail-main>header{display:flex;align-items:center;gap:10px}.post-detail-main>header div{display:grid;gap:2px}.post-detail-main>header a{font-size:13px;font-weight:700}.post-detail-main>header span{color:var(--muted);font-size:10px}.post-detail-main h1{margin:28px 0 18px;font-size:24px;line-height:1.35}.post-body p{margin:0 0 .75em;color:#3b4841;font-size:14px;line-height:1.72;letter-spacing:.015em}.post-detail-image{width:100%;margin:22px 0;border-radius:8px}.post-actions{display:flex;gap:8px;margin-top:28px;padding-top:18px;border-top:1px solid var(--line)}.post-discussion{display:grid;min-width:0;grid-template-rows:auto auto minmax(0,1fr)}.post-discussion>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px;border-bottom:1px solid var(--line)}.post-discussion>header>div{display:grid;gap:3px}.post-discussion>header span{color:var(--muted);font-size:10px}.post-discussion>header strong{font-size:13px}.discussion-context{display:flex;align-items:center;gap:9px;margin:16px 20px 0;padding:10px;border:1px solid var(--line);border-radius:8px;background:var(--green-faint)}.discussion-context>span{font-size:20px}.discussion-context>div{display:grid;gap:2px}.discussion-context strong{font-size:11px}.discussion-context small{display:flex;align-items:center;gap:3px;color:var(--muted);font-size:9px}.comment-list{overflow-y:auto;padding:8px 20px 20px}.messages-layout{display:grid;height:calc(100vh - var(--topbar));grid-template-columns:300px minmax(0,1fr);border-top:1px solid #f3f5f4}.conversation-list{overflow-y:auto;padding:18px 10px;border-right:1px solid var(--line)}.conversation-list>header{display:flex;align-items:center;justify-content:space-between;padding:0 10px 12px}.conversation-list h1{margin:0;font-size:20px}.conversation-search{margin:0 2px 14px;padding:11px 13px;border-radius:7px;background:var(--soft);color:#9ba49f;font-size:11px}.conversation-item{position:relative;display:grid;width:100%;min-height:68px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px 10px;border:0;border-radius:8px;background:transparent;cursor:pointer;text-align:left}.conversation-item.active{background:var(--green-soft)}.conversation-item>span{display:grid;min-width:0;gap:4px}.conversation-item strong,.conversation-item small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-item strong{font-size:13px;font-weight:650}.conversation-item small{color:#68786e;font-size:12px}.conversation-item time{align-self:start;color:var(--muted);font-size:10px}.conversation-item:hover:not(.active){background:var(--soft)}.conversation-item b{position:absolute;right:10px;bottom:8px;display:grid;min-width:17px;height:17px;place-items:center;border-radius:9px;background:var(--green);color:#fff;font-size:8px}.private-chat{display:grid;min-width:0;min-height:0;overflow:hidden;grid-template-columns:minmax(0,1fr);grid-template-rows:70px minmax(0,1fr) auto}.private-chat>header{display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid var(--line)}.private-chat>header>div{display:flex;align-items:center;gap:9px}.private-chat>header>span{display:flex;gap:5px}.notification-list{display:grid;gap:20px;margin-top:18px}.notification-list section h2{margin:0 0 8px;color:var(--muted);font-size:11px}.notification-item{display:grid;width:100%;min-height:76px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;padding:12px 14px;border:0;border-bottom:1px solid var(--line);background:#fff;cursor:pointer;text-align:left}.notification-item.unread{background:var(--green-faint)}.notification-item>span:nth-child(2){display:grid;gap:3px}.notification-item strong{font-size:13px;font-weight:650}.notification-item small{color:#68786e;font-size:12px}.notification-item time{color:var(--muted);font-size:10px}.notification-item:hover{background:var(--green-faint)}.notification-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:50%;background:var(--green-soft);color:var(--green)}.profile-page,.settings-page{width:min(100%,1100px);padding:24px 24px 60px}.profile-head{display:grid;grid-template-columns:112px minmax(0,1fr) auto;align-items:center;gap:22px;padding:8px 0 28px}.profile-head h1{margin:0 0 2px;font-size:26px}.profile-head>div:nth-child(2)>span{color:var(--muted);font-size:10px}.profile-head p{max-width:630px;margin:8px 0;color:#56625c;font-size:12px}.profile-stats{display:flex;gap:6px;color:#66736c;font-size:11px}.profile-stats b{color:var(--ink)}.profile-head>div:last-child{display:flex;gap:8px}.profile-content{margin-top:20px}.create-overlay{min-height:calc(100vh - var(--topbar));padding:36px;background:#26352e47}.create-dialog{overflow:hidden;width:min(100%,980px);margin:0 auto;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 24px 60px #18312529}.create-dialog>header{display:flex;height:64px;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid var(--line)}.create-dialog>header h1{margin:0;font-size:16px}.create-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.95fr)}.create-editor{display:grid;min-height:500px;grid-template-rows:auto auto minmax(240px,1fr) auto;padding:28px 34px;border-right:1px solid var(--line)}.author-line{display:flex;align-items:center;gap:9px;margin-bottom:16px}.author-line>div{display:grid;gap:2px}.author-line strong{font-size:12px}.author-line small{color:var(--muted);font-size:9px}.title-input{height:54px;border:0;border-bottom:1px solid var(--line);outline:0;font-size:21px;font-weight:700}.create-editor textarea{resize:none;padding:18px 0;border:0;outline:0;color:var(--text);font-size:13px;line-height:1.7}.editor-tools{display:flex;align-items:center;gap:18px;padding-top:12px;border-top:1px solid var(--line)}.editor-tools button{display:inline-flex;align-items:center;gap:5px;padding:0;border:0;background:transparent;color:#6c7972;font-size:10px}.editor-tools span{margin-left:auto;color:var(--muted);font-size:9px}.publish-settings{padding:30px}.publish-settings h2{margin:0 0 22px;font-size:13px}.publish-settings>label{display:grid;gap:6px;margin:16px 0;color:#657169;font-size:10px}.publish-settings input,.publish-settings select,.group-create-form input,.group-create-form textarea,.group-create-form select{width:100%;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--ink)}.publish-settings input,.publish-settings select,.group-create-form input,.group-create-form select{height:38px;padding:0 10px}.setting-toggle{grid-template-columns:minmax(0,1fr) auto!important;align-items:center;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--green-faint)}.setting-toggle span{display:grid;gap:3px}.setting-toggle strong{color:var(--ink);font-size:11px}.setting-toggle small,.publish-settings p{color:var(--muted);font-size:9px;line-height:1.5}.create-grid>footer{display:flex;grid-column:1 / -1;min-height:64px;align-items:center;justify-content:flex-end;gap:8px;padding:0 22px;border-top:1px solid var(--line)}.group-create-dialog{width:min(100%,650px)}.group-create-form{display:grid;gap:16px;padding:28px}.group-create-form>label{display:grid;gap:6px;color:#657169;font-size:11px}.group-create-form textarea{min-height:110px;resize:vertical;padding:10px}.icon-picker{display:flex;gap:8px}.icon-picker button{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--line);border-radius:8px;background:#fff;cursor:pointer}.icon-picker button.active{border-color:var(--green);background:var(--green-soft)}.form-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-two label{display:grid;gap:6px;color:#657169;font-size:11px}.advanced-toggle{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:transparent;cursor:pointer;font-size:11px}.advanced-panel,.origin-note{padding:10px;border-radius:7px;background:var(--green-faint);color:#6f7b74;font-size:10px}.group-create-form footer{display:flex;justify-content:flex-end;gap:8px}.settings-section{margin:16px 0 24px;border:1px solid var(--line);border-radius:10px}.settings-section h2{display:flex;align-items:center;gap:7px;margin:0;padding:14px 16px;border-bottom:1px solid var(--line);font-size:13px}.settings-row{display:flex;min-height:66px;align-items:center;justify-content:space-between;gap:20px;padding:12px 16px;border-bottom:1px solid var(--line)}.settings-row:last-child{border-bottom:0}.settings-row>span{display:grid;min-width:0;gap:4px;overflow-wrap:anywhere}.settings-row>button,.settings-row>select{flex-shrink:0;white-space:nowrap}.settings-row strong{font-size:12px}.settings-row small{color:var(--muted);font-size:12px;line-height:1.5}.settings-row select{height:34px;padding:0 9px;border:1px solid var(--line);border-radius:7px}.native-switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;flex:0 0 auto;width:34px;height:19px;margin:0;border:1px solid #bccbc2;border-radius:20px;background:#d2ddd6;cursor:pointer}.native-switch:before{position:absolute;top:2px;left:2px;width:13px;height:13px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #17231c26;transition:transform .15s ease;content:""}.native-switch:checked{border-color:var(--green);background:var(--green)}.native-switch:checked:before{transform:translate(15px)}.native-switch:disabled{opacity:.55;cursor:default}.modal-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#1b282261;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.auth-modal{position:relative;width:min(100%,400px);padding:30px;border-radius:12px;background:#fff;box-shadow:0 24px 70px #10281c3d;text-align:center}.auth-modal h1{margin:12px 0 5px;font-size:22px}.auth-modal>p{margin:0 0 22px;color:var(--muted);font-size:11px}.modal-close{position:absolute;top:14px;right:14px}.icon-button{display:inline-grid;width:36px;height:36px;place-items:center;padding:0;border:1px solid var(--line);border-radius:50%;background:#fff;color:#647169;cursor:pointer}.form-stack{display:grid;gap:13px;text-align:left}.form-stack label{display:grid;gap:5px;color:#657169;font-size:10px}.form-stack input{height:40px;padding:0 11px;border:1px solid var(--line);border-radius:7px;color:var(--ink)}.form-stack input,.group-create-form input,.group-create-form textarea,.group-create-form select,.publish-settings input,.publish-settings select,.settings-row select,.new-direct input{border-color:var(--control-line)}.form-stack input:hover,.group-create-form input:hover,.group-create-form textarea:hover,.group-create-form select:hover{border-color:#a7c3b3}.wide{width:100%}.text-button{margin-top:14px;border:0;background:transparent;color:var(--green);cursor:pointer;font-size:11px}.demo-hint{display:block;margin-top:12px;color:#9ba49f;font-size:9px}.form-error{color:#9b4141;font-size:12px;line-height:1.5}.loading{display:flex;min-height:160px;align-items:center;justify-content:center;gap:9px;color:var(--muted);font-size:11px}.spinner{width:18px;height:18px;border:2px solid #dce9e1;border-top-color:var(--green);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{display:grid;min-height:260px;place-items:center;align-content:center;gap:8px;color:var(--muted);text-align:center}.empty-state svg{color:var(--green)}.empty-state strong{color:var(--ink);font-size:14px}.empty-state span{font-size:11px}.empty-note{display:flex;min-height:160px;align-items:center;justify-content:center;gap:7px;color:var(--muted);font-size:11px}.center-button{display:flex;width:max-content;margin:-70px auto 0}.toast{position:fixed;z-index:120;right:24px;bottom:24px;padding:11px 15px;border-radius:8px;background:#183e2c;color:#fff;box-shadow:0 10px 30px #14322433;font-size:11px}@media(max-width:1180px){.home-layout{grid-template-columns:minmax(0,1fr)}.home-rail{display:none}}@media(max-width:1000px){:root{--sidebar: 82px}.sidebar{padding:24px 10px}.brand{justify-content:center;padding:0 0 12px}.brand-name,.nav-item span,.nav-item b,.sidebar-divider,.my-groups{display:none}.nav-item{justify-content:center;padding:0}.group-workspace{grid-template-columns:minmax(0,1fr)}.group-info{display:none}.post-detail-layout{grid-template-columns:minmax(0,1fr)}.post-detail-main{border-right:0}.post-discussion{min-height:520px;border-top:1px solid var(--line)}}@media(max-width:760px){:root{--sidebar: 0px;--topbar: 60px}.app-shell{display:block;padding-bottom:62px}.app-main{margin-left:0}.sidebar{top:auto;right:0;bottom:0;display:block;width:100%;height:62px;padding:5px 8px;overflow:visible;border-top:1px solid var(--line);border-right:0}.brand,.sidebar-divider,.my-groups{display:none}.main-nav{display:flex;justify-content:space-around;padding:0}.nav-item{width:44px;min-height:48px}.nav-item:nth-child(3){color:var(--green)}.top-search-wrap{padding:0 16px}.home-layout,.page-narrow,.profile-page,.settings-page{padding-right:16px;padding-left:16px}.group-card-grid{grid-template-columns:1fr}.page-intro p{max-width:90%}.group-workspace,.messages-layout{height:calc(100vh - var(--topbar) - 62px)}.group-header{padding:0 14px}.group-header-actions .secondary-button{display:none}.message-stack{max-width:84%}.messages-layout{grid-template-columns:1fr}.conversation-list{display:none}.create-overlay{padding:0;background:#fff}.create-dialog{border:0;border-radius:0;box-shadow:none}.create-grid{display:block}.create-editor{min-height:430px;padding:22px 18px;border-right:0}.publish-settings{border-top:1px solid var(--line)}.create-grid>footer{position:sticky;bottom:62px;background:#fff}.post-detail-main{padding:22px 18px}.post-detail-main h1{font-size:21px}.post-detail-layout{border:0}.profile-head{grid-template-columns:72px minmax(0,1fr);align-items:start;gap:14px}.avatar-xl{width:72px;height:72px}.profile-head>div:last-child{grid-column:2}.content-row{grid-template-columns:34px minmax(0,1fr) auto;padding:9px 10px}.content-row:has(>.rank){grid-template-columns:28px 34px minmax(0,1fr) auto}.row-main small{max-width:48vw}.heat-pill{padding:4px 6px}.result-summary-main{gap:10px}.result-summary-main strong{overflow:hidden;max-width:55vw;text-overflow:ellipsis;white-space:nowrap}}@media(max-width:480px){.tabs{gap:20px;overflow-x:auto}.group-header-actions .secondary-button{display:none}.group-header-actions .primary-button{padding:0 12px}.breadcrumbs>span,.visibility-chip{display:none}.form-two{grid-template-columns:1fr}.publish-settings{padding:22px 18px}.profile-stats{flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){button,input,textarea,select,.content-row,.post-card,.group-card,.message-meta,.native-switch:before{transition:none}}.request-actions{display:flex;align-items:center;justify-content:center;gap:18px;padding:0 20px 24px}.message-row .row-main time{display:block;margin-top:4px;color:var(--muted);font-size:10px}.discussion-return{display:flex;align-items:center;gap:6px;padding:9px 22px;color:var(--green);font-size:12px;flex-shrink:0}.joined-group-tree,.joined-group-tree ul{list-style:none;padding:0;margin:0}.joined-group-tree ul{margin-left:14px;padding-left:5px;border-left:1px solid var(--line)}.joined-parent{display:block;padding:10px 12px 0;color:var(--muted)}.group-center>.tabs{flex-shrink:0;padding:0 22px;margin:0}.group-posts{flex:1;min-height:0}.post-pagination{display:flex;justify-content:center;gap:14px;padding:20px 0}.group-info-toggle,.group-info-return,.conversation-back{display:none}.group-action-error{margin:8px 20px}.group-info-head h1{overflow-wrap:anywhere}.group-info-head+a{margin-top:12px}.share-box code{-webkit-user-select:all;user-select:all}.share-status{color:var(--green);font-size:12px}.member-entry{display:grid;justify-items:center;align-self:flex-start;gap:4px}.member-entry button{min-height:28px}.setting-list button:disabled{cursor:default;opacity:.55}.conversation-list>input.conversation-search{display:block;width:calc(100% - 4px);border:1px solid transparent;font:inherit;font-size:12px}.new-direct{padding:0 10px}.new-direct h2{font-size:16px}.new-direct form,.new-direct label{display:grid;gap:9px;margin-bottom:14px}.new-direct input{width:100%;min-width:0;border:1px solid var(--line);border-radius:7px;padding:10px}.new-direct p{font-size:12px;line-height:1.6}.private-chat>.empty-state{grid-row:1 / -1;align-self:center}@media(max-width:1000px){.group-header-actions .group-info-toggle{display:inline-flex;flex-shrink:0}.show-group-info .group-center{display:none}.show-group-info .group-info{display:block;min-height:0}.group-info-return{display:inline-flex;align-items:center;gap:6px;margin-bottom:20px}}@media(max-width:760px){.messages-layout:not(.has-selection) .conversation-list{display:block;border-right:0}.messages-layout:not(.has-selection) .private-chat{display:none}.messages-layout.has-selection .conversation-list{display:none}.conversation-back{display:inline-flex}.private-chat>header{padding:0 12px;gap:8px}.private-chat>header>div{min-width:0;gap:6px}.private-chat>header strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-center>.tabs{padding:0 14px}.breadcrumbs{min-width:0;flex-wrap:wrap}.breadcrumbs strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-header{gap:8px}.group-info{padding:20px}.group-posts{padding:16px}.message-meta{opacity:1}.message-meta button{min-height:32px;font-size:11px}}.discovery-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;min-height:calc(100vh - var(--topbar))}.discovery-main{min-width:0;padding:8px 34px 46px}.discovery-main>.tabs{min-height:42px}.discovery-main>.tabs button{height:42px}.discovery-feed{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start;margin-top:18px}.discovery-column{display:flex;min-width:0;flex-direction:column;gap:12px}.post-card{padding:22px 22px 14px;border-radius:8px}.post-card header strong{font-size:15px;font-weight:750}.post-card header span{font-size:12px}.post-card h2{margin:16px 0 7px;font-size:16.5px;line-height:1.45;letter-spacing:0}.post-card>p{margin:0 0 16px;font-size:14px;line-height:1.68}.post-expand{color:var(--green);font-weight:700;white-space:nowrap}.post-group strong{font-size:14px;overflow-wrap:anywhere}.post-group small{font-size:12px}.post-group .join-button{font-size:13px;white-space:nowrap}.post-card footer{margin-top:14px}.post-card footer button{min-height:30px;padding:0 11px;font-size:13px;font-weight:700}.discovery-rail{position:sticky;top:var(--topbar);align-self:start;max-height:calc(100vh - var(--topbar));overflow-y:auto;min-width:0;padding:58px 32px 30px 22px;border-left:1px solid var(--line)}.discovery-rail section+section{margin-top:28px}.discovery-rail h2{margin:0 8px 8px;font-size:14px;font-weight:750}.discovery-hot-list{display:grid;gap:6px}.discovery-hot-row{display:grid;grid-template-columns:26px minmax(0,1fr) auto;gap:10px;min-height:40px;align-items:center;padding:7px 6px 7px 8px;border-radius:8px;background:#f7f9f8}.discovery-hot-row:hover{background:var(--green-soft)}.discovery-hot-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:650}.discovery-hot-row small{white-space:nowrap;font-size:12px;color:var(--green)}.discovery-rank{display:grid;width:26px;height:26px;place-items:center;border:1px solid var(--line);border-radius:7px;background:#ecf2ef;color:#315343;font-size:12px}.rail-more{display:flex;height:34px;align-items:center;justify-content:center;margin-top:8px;border-radius:999px;background:var(--green-faint);color:var(--muted);font-size:12px}.rail-more:hover{background:var(--green-soft);color:var(--green-dark)}.finalized-hot{width:100%;max-width:none;padding:16px 32px 48px}.finalized-hot .page-title{margin-bottom:12px}.finalized-hot .page-title h1{font-size:22px}.rank-toolbar{display:flex;align-items:center;gap:24px;border-bottom:1px solid var(--line)}.rank-toolbar>.tabs{flex:1;min-width:0;border-bottom:0}.rank-toolbar button{font-family:inherit;font-size:13px;font-weight:400;line-height:20px}.rank-period{display:inline-flex;flex-shrink:0;padding:3px;gap:2px;border:1px solid var(--line);border-radius:999px;background:var(--green-faint)}.rank-period button{height:30px;padding:0 14px;border:0;border-radius:999px;background:transparent;color:#627269;cursor:pointer}.rank-period button.active{background:#fff;color:var(--green);font-weight:700;box-shadow:0 1px 3px #203d3014}.rank-period button:hover{color:var(--green-dark)}@media(max-width:480px){.rank-toolbar{gap:12px}.rank-period button{padding-inline:10px}}.finalized-hot .ranked-list{overflow:hidden;margin-top:12px;border:1px solid var(--line);border-radius:18px}.finalized-hot .content-row{min-height:68px}.route-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:40px 24px;background:#202f2757;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.route-dialog{position:relative;width:min(980px,100%);max-height:calc(100dvh - 80px);overflow:auto;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 24px 64px #18312529;outline:0}.creation-shell{min-width:0}.creation-head{display:flex;align-items:center;justify-content:space-between;min-height:64px;gap:20px;padding:0 24px;border-bottom:1px solid var(--line)}.creation-tabs{display:flex;align-items:center;gap:34px}.creation-tabs a{position:relative;display:inline-flex;align-items:center;height:64px;font-size:15px;font-weight:700;color:var(--muted);white-space:nowrap}.creation-tabs a.active{color:var(--green)}.creation-tabs a.active:after{content:"";position:absolute;bottom:0;left:50%;width:28px;height:3px;border-radius:3px;transform:translate(-50%);background:var(--green)}.creation-actions{display:flex;gap:10px}.creation-actions button{height:38px;font-size:13px;white-space:nowrap}.creation-workspace{display:grid;grid-template-columns:minmax(0,1.64fr) minmax(300px,1fr);min-height:574px}.creation-editor{min-width:0;padding:30px 34px;display:flex;flex-direction:column}.creation-settings{min-width:0;padding:30px;border-left:1px solid var(--line)}.creation-author{display:flex;gap:11px;align-items:center;margin-bottom:22px}.creation-author>div{display:grid;gap:4px}.creation-author strong{font-size:14px;font-weight:650}.creation-author small{color:var(--muted);font-size:12px}.creation-kicker{margin:0 0 18px;color:var(--green);font-size:13px;font-weight:700}.creation-title-input{width:100%;height:46px;padding:0 0 12px;border:0;border-bottom:1px solid var(--line);border-radius:0;font-size:20px;font-weight:650;background:transparent}.creation-body-input{flex:1;width:100%;min-height:240px;padding:14px 0;border:0;font-size:14px;line-height:1.7;resize:vertical}.creation-title-input:focus-visible,.creation-body-input:focus-visible{outline-offset:2px}.creation-tools{display:flex;gap:14px;align-items:center;border-top:1px solid var(--line);padding-top:14px}.creation-tools button{border:0;background:var(--green-faint);padding:6px 9px;border-radius:6px;color:var(--muted);font-size:12px}.creation-tools button:disabled{cursor:default}.creation-tools>span{margin-left:auto;color:var(--muted);font-size:12px}.creation-notice{margin:26px 0 28px;color:var(--muted);font-size:12px}.creation-settings h2{margin:0 0 8px;font-size:17px;line-height:1.45}.creation-settings>p:not(.creation-kicker){margin:0 0 20px;color:var(--muted);font-size:12px;line-height:1.7}.creation-sync{padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--green-faint);margin:18px 0 10px}.creation-sync>label{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px}.creation-sync strong{font-size:13px}.creation-inline-name{display:flex;align-items:center;gap:9px}.creation-inline-name button{flex:0 0 34px;height:36px;border:1px solid var(--line);border-radius:8px;background:#fff;cursor:pointer}.creation-inline-name input{min-width:0;width:100%;height:38px;padding:0 12px;border:1px solid var(--line);border-radius:8px;font-size:12px}.creation-inline-name :disabled{opacity:.55;cursor:default}.creation-setting-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--line)}.creation-setting-row>span{min-width:0;display:grid;gap:4px}.creation-setting-row strong{font-size:13px;font-weight:650}.creation-setting-row small{color:var(--muted);font-size:12px;line-height:1.45}.creation-setting-row select{width:156px;flex:0 0 auto;height:38px;padding:0 11px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text);font-size:12px}.creation-setting-row select:disabled{color:var(--muted);opacity:.8}.creation-group-editor h1{margin:0 0 9px;font-size:24px;line-height:1.4}.creation-copy{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.creation-identity{display:flex;align-items:end;gap:20px;margin:28px 0 22px}.creation-icon-picker{display:grid;gap:7px;justify-items:center;flex:0 0 74px;padding:12px 6px;border:1px solid var(--line);border-radius:10px;background:var(--green-faint);cursor:pointer}.creation-icon-picker>span{font-size:28px}.creation-icon-picker small{font-size:11px;color:var(--muted)}.creation-identity>label{min-width:0;flex:1}.creation-field-label{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px;font-size:13px;font-weight:650}.creation-field-label small{color:var(--muted);font-size:12px;font-weight:400}.creation-identity input,.creation-field textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:12px;color:var(--ink);font-size:14px}.creation-field textarea{min-height:160px;resize:vertical;line-height:1.6}.creation-advanced{display:flex;width:100%;justify-content:space-between;padding:18px 0;border:0;background:#fff;color:var(--muted);font-size:13px;cursor:pointer}.creation-origin{font-size:12px;color:var(--muted);line-height:1.6}.creation-origin a{color:var(--green)}.creation-error{margin:0;padding:12px 24px;border-top:1px solid var(--line)}.post-detail-modal .route-dialog{width:min(1000px,100%)}.post-modal-head{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;height:58px;padding:0 18px 0 28px;border-bottom:1px solid var(--line);background:#fff}.post-modal-head>strong{font-size:17px;font-weight:750}.post-modal-close{width:36px;height:36px}.post-detail-modal .post-detail-layout{min-height:560px;grid-template-columns:minmax(0,55%) minmax(0,45%)}@media(max-width:1280px){.discovery-layout{grid-template-columns:minmax(0,1fr) 320px}.discovery-main{padding-inline:24px}.discovery-feed{grid-template-columns:minmax(0,1fr)}.discovery-rail{padding-left:20px;padding-right:32px}}@media(max-width:1000px){.discovery-layout{grid-template-columns:minmax(0,1fr)}.discovery-rail{display:none}.discovery-main{padding:8px 16px 36px}.creation-workspace{grid-template-columns:minmax(0,1.35fr) minmax(280px,1fr)}.creation-editor,.creation-settings{padding:26px}}@media(max-width:760px){.post-detail-modal .post-detail-layout{grid-template-columns:minmax(0,1fr)}.finalized-hot{padding:16px 16px 32px}.post-card{padding:18px 16px 14px}.post-group{gap:8px;padding:10px}.post-group .join-button{padding-inline:10px;font-size:12px}.route-overlay{align-items:flex-start;padding:12px;overflow-y:auto}.route-dialog{max-height:calc(100dvh - 24px);width:100%}.creation-head{padding:0 16px;gap:12px;flex-wrap:wrap}.creation-tabs{gap:22px}.creation-tabs a{height:52px;font-size:14px}.creation-actions{margin-bottom:12px}.creation-actions button{min-height:34px;font-size:12px}.creation-workspace{grid-template-columns:minmax(0,1fr)}.creation-editor,.creation-settings{padding:22px 20px}.creation-settings{border-left:0;border-top:1px solid var(--line)}.creation-body-input{min-height:220px}.creation-notice{margin-bottom:0}.creation-group-editor h1{font-size:21px}.creation-setting-row select{width:145px}.post-detail-modal .post-detail-layout{display:block}}.user-card-trigger{display:inline-flex;align-items:center;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:inherit;cursor:pointer;vertical-align:middle}.user-card-trigger:hover{color:var(--green)}.user-card-trigger:focus-visible{outline:2px solid var(--green);outline-offset:4px;border-radius:5px}.user-card-trigger.content-row{display:flex;width:100%;padding:16px 18px;text-align:left}.user-card-overlay{padding:0;background:none;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:none}.user-card-overlay .route-dialog{position:absolute;width:336px;max-width:calc(100vw - 24px);padding:20px;border-radius:8px;border:1px solid var(--line);box-shadow:0 16px 46px #192f2229;pointer-events:auto;overflow:auto;max-height:calc(100dvh - 24px)}.user-card-identity{display:grid;grid-template-columns:64px minmax(0,1fr);gap:14px;align-items:center}.user-card-identity .avatar{width:64px;height:64px}.user-card-identity>div{display:flex;flex-direction:column;gap:4px;min-width:0}.user-card-identity strong{font-size:18px;line-height:1.3;overflow-wrap:anywhere}.user-card-identity span{color:var(--muted);font-size:12px;overflow-wrap:anywhere}.user-card-bio{font-size:13px;line-height:1.55;margin:16px 0 0;color:#66736c;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.user-card-stats{display:flex;gap:22px;margin:18px 0}.user-card-stats>span,.profile-stats>span{display:inline-flex;align-items:baseline;gap:6px;font-size:12px;color:var(--muted)}.user-card-stats b{color:var(--ink);font-size:14px}.user-card-actions{display:flex;gap:10px}.user-card-actions>button{min-height:34px;width:98px;font-size:13px;padding:0 12px}.user-card-actions>button:last-child{width:112px}.profile-page{width:min(100%,1120px);padding:30px 32px 72px}.app-main>.profile-page{margin-inline:auto}@media(min-width:761px){.app-main>.profile-page{padding-inline:clamp(48px,4vw,64px)}}.profile-head{grid-template-columns:112px minmax(0,1fr) auto;gap:26px;padding:0 0 34px;align-items:start}.profile-head>.avatar{width:112px;height:112px}.profile-head h1{font-size:23px;font-weight:800;line-height:1.35;margin:2px 0 6px;overflow-wrap:anywhere}.profile-head>.profile-identity>span{color:var(--muted);font-size:12px}.profile-head p{font-size:13.5px;line-height:1.7;margin:12px 0 16px;white-space:pre-wrap;overflow-wrap:anywhere}.profile-stats{display:flex;flex-wrap:wrap;gap:24px}.profile-stats b{font-size:14px}.profile-actions{padding-top:3px;align-items:center}.profile-actions>button,.profile-actions>.secondary-button{min-width:78px;min-height:34px;font-size:13px}.profile-modal .route-dialog{max-height:calc(100dvh - 48px);display:flex;flex-direction:column;width:min(960px,calc(100vw - 48px));height:min(760px,calc(100dvh - 48px));overflow:hidden}.profile-modal-head{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:58px;padding:10px 22px;border-bottom:1px solid var(--line)}.profile-modal-head strong{font-size:16px}.profile-modal-scroll{overflow-y:auto;min-height:0;flex:1}.profile-modal .profile-page{padding:28px 28px 40px}.profile-modal .profile-head{grid-template-columns:104px minmax(0,1fr) auto}.profile-modal .profile-head>.avatar{width:104px;height:104px}.bookmark-tabs{margin-bottom:18px}.bookmark-tabs .tabs{border:0;gap:8px}.bookmark-tabs .tabs>button{height:32px;border:0;border-radius:18px;min-height:32px;padding:6px 20px;font-size:13px}.bookmark-tabs .tabs>button.active{background:var(--green-soft)}.bookmark-tabs .tabs>button:after{display:none}.profile-edit-modal .route-dialog{width:min(520px,100%);overflow:auto}.profile-edit-body{padding:24px}.profile-edit-body label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:650}.profile-edit-body input,.profile-edit-body textarea{width:100%;border:1px solid var(--line);border-radius:7px;padding:10px 12px;font:inherit;font-weight:400}.profile-edit-body textarea{resize:vertical;min-height:96px;max-height:240px}.profile-edit-identity{display:grid;grid-template-columns:64px minmax(0,1fr);gap:20px;align-items:center;margin-bottom:22px}.profile-avatar-edit{position:relative;border:0;background:transparent;padding:0;width:64px;height:64px;opacity:1}.profile-avatar-edit .avatar{width:64px;height:64px}.profile-avatar-edit>span{display:grid;place-items:center;position:absolute;bottom:0;right:-2px;border:2px solid white;border-radius:50%;width:24px;height:24px;background:#eef3ef}.profile-edit-actions{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px;border-top:1px solid var(--line)}.profile-edit-actions button{min-width:70px}.new-direct-modal .route-dialog{width:min(420px,100%);overflow:hidden}.person-options{padding:12px;overflow:auto;max-height:min(500px,calc(100dvh - 150px))}.person-option{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;min-height:58px;border:0;border-radius:6px;background:transparent;text-align:left;font-size:14px;cursor:pointer}.person-option:hover{background:#f3f7f4}.person-option .avatar{width:38px;height:38px}.person-options .form-error{padding:0 12px}.auth-overlay .route-dialog{width:min(400px,100%);overflow:auto}.auth-overlay .auth-modal{width:100%;box-shadow:none}.chat-message>.user-card-trigger{flex:0 0 auto;align-self:flex-start}.message-stack>strong>.user-card-trigger{font-size:inherit}@media(max-width:640px){.user-card-overlay{background:#202f2738;pointer-events:auto}.user-card-overlay .route-dialog{inset:auto 12px 12px;width:auto}.profile-page{padding:24px 16px 40px}.profile-head,.profile-modal .profile-head{grid-template-columns:76px minmax(0,1fr);gap:16px;padding-bottom:26px}.profile-head>.avatar,.profile-modal .profile-head>.avatar{width:76px;height:76px}.profile-head h1{font-size:21px}.profile-actions{grid-column:2;padding:0}.profile-stats{gap:10px 16px}.profile-stats>span{gap:4px}.profile-modal{padding:10px}.profile-modal .route-dialog{width:100%;height:calc(100dvh - 20px);max-height:calc(100dvh - 20px)}.profile-modal .profile-page{padding:24px 18px 32px}.profile-edit-modal,.new-direct-modal,.auth-overlay{align-items:center}}.app-main:has(>.top-search-wrap){padding-top:var(--topbar)}.top-search-wrap{position:fixed;z-index:35;top:0;right:0;left:var(--sidebar);border-bottom:1px solid #f1f5f2}.top-search{width:100%}.search-page{padding-top:0}.search-page .result-summary{min-height:64px;padding-top:6px}.search-sections{gap:0;margin-top:0}.search-page .result-section{padding-top:26px}.search-page .result-section>header{display:flex;min-height:34px;align-items:center;justify-content:space-between;gap:18px;margin-bottom:5px}.search-page .result-section h2{margin:0;font-size:15px}.search-page .result-section>header button{display:inline-flex;align-items:center;gap:4px;font-size:13px}.search-section-empty{display:grid;min-height:240px;place-items:center;margin:0;color:var(--muted);font-size:13.5px}@media(max-width:760px){.search-page .result-summary{min-height:58px}.search-page .result-section{padding-top:20px}}.finalized-hot .ranked-list>.content-row{height:68px;min-height:68px;padding-block:10px}.finalized-hot .row-main{min-width:0}.finalized-hot .row-main>strong,.finalized-hot .row-main>small{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.finalized-hot .row-main>strong{font-size:14px;line-height:20px}.finalized-hot .row-main>small{font-size:13px;line-height:20px}.finalized-hot .row-icon,.finalized-hot .avatar{width:40px;height:40px}.post-detail-modal .route-dialog{height:calc(100dvh - 96px);max-height:740px;overflow:hidden;display:flex;flex-direction:column}.post-modal-head{flex:0 0 58px}.post-modal-close{width:40px;height:40px;border-radius:50%}.post-detail-modal .post-detail-layout{flex:1;min-height:0;border:0;grid-template-columns:minmax(0,55%) minmax(0,45%)}.post-detail-main{min-width:0;overflow-y:auto;padding:30px 34px}.post-detail-main>header .avatar{width:42px;height:42px}.post-detail-main>header .user-card-name{font-size:14px}.post-detail-main>header span{font-size:12px}.post-detail-main h1{margin:24px 0 16px;font-size:22px;line-height:1.4}.post-detail-main .post-body{font-size:14px;line-height:1.7}.post-actions{display:flex;align-items:center;margin-top:24px;padding-top:18px;border-top:1px solid var(--line)}.post-actions>button{display:inline-flex;min-height:30px;align-items:center;gap:6px;padding:0 11px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--green);font-size:13px;cursor:pointer}.post-actions>.post-report-button{color:var(--muted)}.post-actions>small{margin-left:auto;color:var(--muted);font-size:12px}.post-actions>button.active,.message-like.active{background:var(--green-soft);border-color:#bedcc9;color:var(--green-dark)}.post-discussion{min-height:0;display:flex;flex-direction:column}.post-discussion>header{flex:0 0 auto;min-height:76px;gap:10px;padding:18px 22px;background:var(--green);color:#fff;border:0}.post-discussion>header .discussion-group-icon{flex:0 0 30px;display:grid;place-items:center;width:30px;height:30px;border-radius:6px;background:#ffffff29;font-size:19px}.post-discussion>header strong{min-width:0;flex:1;font-size:15px;line-height:1.5;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.post-discussion>header a{flex:0 0 auto;padding:7px 12px;border:1px solid rgba(255,255,255,.45);border-radius:6px;color:#fff;font-size:12px;font-weight:650}.post-featured{min-height:0;flex:1;overflow-y:auto;padding:20px 22px}.post-featured>h2{margin:0 0 2px;font-size:14px;font-weight:750}.featured-message{padding:18px 0;border-bottom:1px solid var(--line)}.featured-message:last-child{border-bottom:0}.featured-message>header{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:13px;font-weight:700}.featured-message time{color:#8c9991;font-size:11px;font-weight:400}.featured-message>div{display:flex;align-items:flex-start;gap:10px}.featured-message-body{min-width:0;flex:1;color:#4a5b51;font-size:13px;line-height:1.7;white-space:pre-wrap;overflow-wrap:anywhere}.featured-message-body:hover{color:var(--green)}.message-like-wrap{display:inline-flex;flex:0 0 auto;position:relative}.message-like{border:1px solid var(--line);background:#fff;min-height:26px;font-size:11px;cursor:pointer;gap:4px;padding:3px 8px;white-space:nowrap}.message-like-wrap>.form-error{position:absolute;z-index:2;right:0;top:100%;padding:8px;min-width:140px;background:#fff;box-shadow:0 3px 14px #243d3020}.finalized-group{grid-template-columns:minmax(0,1fr) 290px;height:calc(100dvh - var(--topbar))}.finalized-group .group-center{position:relative}.finalized-group .group-header{padding:12px 26px}.group-browse-return{display:inline-flex;flex:0 0 28px;width:28px;height:28px;align-items:center;justify-content:center;border-radius:6px;color:#627068}.group-browse-return:hover{color:var(--green);background:var(--soft)}.group-browse-return svg,.breadcrumbs .group-browse-return svg{width:18px;height:18px;color:currentColor}.group-return-status{padding:12px 26px 0}.group-return-status:empty{display:none}.breadcrumbs h1{margin:0;min-width:0;font-size:18px;font-weight:750;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-parent{display:inline-flex;align-items:center;gap:7px;flex:0 1 auto;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.group-parent>span{display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px;border:1px solid var(--line);border-radius:50%;background:var(--green-faint)}.finalized-group .visibility-chip{flex:0 0 auto;color:var(--green);font-size:11px}.group-curated{display:flex;height:34px;align-items:center;gap:7px;padding:0 13px;border:1px solid #d6e5dc;border-radius:17px;background:#fff;color:#607067;font-size:13px;font-weight:650;white-space:nowrap;cursor:pointer}.group-curated.active{color:var(--green);background:var(--green-soft)}.group-curated:disabled{opacity:.6;cursor:default}.group-curated svg{width:16px;height:16px}.finalized-group .group-info{padding:24px 28px 28px 24px}.group-info-head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:34px}.group-info-head h2{margin:0;min-width:0;font-size:18px;font-weight:750;line-height:1.35;overflow-wrap:anywhere}.group-info-head .icon-button{flex:0 0 28px;height:28px;width:28px;border-radius:6px}.finalized-group .share-box{margin:17px 0 0;gap:8px;padding-bottom:18px}.finalized-group .share-box span,.finalized-group .share-box code{font-size:12px}.finalized-group .info-block{padding:17px 0}.finalized-group .info-block header{gap:14px;margin-bottom:13px}.finalized-group .info-block h2{font-size:14px;font-weight:760;line-height:20px}.finalized-group .group-rail-meta{display:inline-flex;flex:0 0 auto;align-items:center;gap:12px;white-space:nowrap}.finalized-group .group-rail-meta>span{color:#9aa59f;font-size:12px;line-height:20px}.finalized-group .info-block .text-button{margin:0;padding:0;font-size:12px;font-weight:680;line-height:20px}.finalized-group .group-member-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.finalized-group .member-avatar{display:grid;justify-items:center;width:100%;min-width:0;gap:5px;text-align:center}.finalized-group .member-avatar .avatar{width:38px;height:38px}.finalized-group .member-avatar .avatar-fallback{color:var(--green);font-size:13px}.finalized-group .member-name{display:block;min-width:0;width:100%;overflow:hidden;color:#65736b;font-size:12px;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.finalized-group .group-subgroups{padding:14px 0}.finalized-group .group-subgroups header{margin-bottom:10px}.finalized-group .group-subgroup-list{display:grid;gap:0}.finalized-group .subgroup-link{min-width:0;height:36px;min-height:36px;grid-template-columns:25px minmax(0,1fr) auto;gap:9px;padding:0 9px;border-radius:8px}.finalized-group .subgroup-link:hover{background:#f6f8f7}.finalized-group .subgroup-link>span{width:25px;height:25px;border-color:#e5eee9;border-radius:7px;background:#f8fdfa;font-size:13px}.finalized-group .subgroup-link strong{color:#59655f;font-size:13.5px;font-weight:620}.finalized-group .subgroup-link small{gap:5px;font-size:12px;font-weight:700;white-space:nowrap}.group-rail-actions{display:grid;gap:1px;padding-top:10px}.group-rail-actions>button,.group-rail-actions>label{display:grid;grid-template-columns:18px minmax(0,1fr) auto;gap:10px;align-items:center;min-height:44px;border:0;padding:0;background:#fff;text-align:left;color:#607168;font-size:13px;cursor:pointer}.group-rail-actions svg{width:17px;height:17px}.group-rail-actions>button:disabled{opacity:.55;cursor:default}.group-rail-actions .danger{color:#ba6464}.group-rail-actions .native-switch{width:30px;height:18px;margin:0}.group-rail-actions .native-switch:before{width:14px;height:14px;top:1px;left:1px}.group-rail-actions .native-switch:checked:before{transform:translate(12px)}.chat-thread{padding:11px 30px 10px}.chat-message{margin:11px 0}.chat-message>.user-card-trigger .avatar{width:32px;height:32px}.message-stack{max-width:85%;gap:5px}.message-stack>strong{color:#596a60;font-size:12px}.message-bubble{border:0;background:#f3f6f4;font-size:13px;line-height:1.65;padding:9px 12px}.message-quote{display:block;width:100%;margin-bottom:6px;padding:5px 8px;border:0;border-left:2px solid #99b5a3;background:#00000007;color:inherit;font-size:11px;text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}.chat-message.mine .message-quote{border-color:#c6e7d4;background:#ffffff15}.chat-compose-area{position:relative;padding:10px 24px 14px}.chat-composer{margin:0;grid-template-columns:minmax(0,1fr) auto auto auto;min-height:48px;padding:6px 9px 6px 14px;border-radius:8px}.chat-composer textarea{resize:none}.chat-composer .send-button{color:var(--green);background:transparent}.chat-composer .send-button:disabled{background:transparent;color:#aebeb5}.chat-replying{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:7px;padding:7px 10px;border-radius:5px;background:#f3f8f5;color:#64736b;font-size:12px}.chat-replying span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-replying button{border:0;background:transparent;color:var(--muted);white-space:nowrap;cursor:pointer}.chat-emoji-panel{position:absolute;right:24px;bottom:calc(100% - 8px);display:flex;flex-wrap:wrap;width:220px;gap:4px;padding:8px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 4px 16px #23412d18;z-index:3}.chat-emoji-panel button{width:45px;height:38px;padding:0;border:0;background:transparent;font-size:22px;cursor:pointer}.chat-stream{position:relative}.chat-jump-latest{position:absolute;bottom:8px;right:24px;border:1px solid var(--line);border-radius:16px;padding:6px 12px;background:#fff;color:var(--green);cursor:pointer;font-size:12px;box-shadow:0 2px 8px #23412d0a}.message-context-menu{position:fixed;z-index:110;display:flex;align-items:center;width:max-content;max-width:calc(100vw - 16px);padding:3px 5px;border:1px solid var(--line);border-radius:999px;background:#fff;box-shadow:0 8px 24px #243b3020}.message-context-menu button{display:flex;flex:0 0 auto;align-items:center;gap:7px;width:auto;min-height:30px;padding:0 12px;border:0;border-radius:0;background:transparent;font-size:13px;line-height:20px;white-space:nowrap;text-align:left;cursor:pointer}.message-context-menu button+button{border-left:1px solid var(--line)}.message-context-menu button:first-child{border-radius:999px 0 0 999px}.message-context-menu button:last-child{border-radius:0 999px 999px 0}.message-context-menu button svg{width:16px;height:16px}.message-context-menu .message-menu-report{color:#d5544c}.message-context-menu button:hover{background:var(--green-soft)}.message-context-menu button:disabled{opacity:.45;cursor:default}.group-detail-dialog .route-dialog{width:min(480px,100%)}.group-report-dialog .route-dialog{width:min(580px,100%)}.group-report-head{position:relative;display:flex;align-items:center;justify-content:center;min-height:64px;padding:16px 56px;border-bottom:1px solid var(--line)}.group-report-head h2{margin:0;font-size:20px;line-height:1.4}.group-report-head .icon-button{position:absolute;right:16px;color:var(--muted)}.group-report-body{padding:24px}.group-report-target{display:flex;align-items:center;gap:8px;padding-bottom:30px;margin-bottom:24px;border-bottom:1px solid var(--line);font-size:13px;color:var(--muted)}.group-report-target>span{flex-shrink:0}.group-report-target strong{display:inline-flex;align-items:center;gap:10px;min-width:0;padding:8px 12px;border-radius:12px;background:#f5f7f6;color:var(--ink);font-size:15px;overflow-wrap:anywhere}.group-report-target strong span{flex-shrink:0}.group-report-reasons{min-width:0;margin:0;padding:0;border:0}.group-report-reasons legend{display:flex;align-items:center;gap:9px;padding:0;font-size:17px;font-weight:700}.group-report-reasons legend svg{flex-shrink:0;color:#df6049;font-size:23px}.group-report-reasons>p{margin:8px 0 22px 32px;font-size:13px;line-height:1.7;color:var(--muted)}.group-report-option{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:44px;padding:9px 8px;border-radius:6px;color:var(--body-ink, #526159);font-size:15px;cursor:pointer}.group-report-option:hover{background:#f8faf9}.group-report-option input{flex:0 0 20px;width:20px;height:20px;margin:0;accent-color:var(--green);cursor:pointer}.group-report-reasons:disabled .group-report-option{cursor:default;opacity:.65}.group-report-submit{width:100%;min-height:48px;margin-top:24px;border-radius:10px}.group-report-success{padding:28px 0;text-align:center;color:var(--green)}.group-dialog-body{padding:22px 24px}.group-dialog-body label{display:grid;gap:8px;font-size:13px}.group-dialog-body input,.group-dialog-body textarea{width:100%;padding:10px 12px;border:1px solid var(--line);border-radius:7px;font:inherit;font-size:13px}.group-dialog-body textarea{min-height:130px;resize:vertical}.group-dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.group-message-search{display:flex;gap:10px;margin-bottom:16px}.group-message-search input{min-width:0;flex:1}.group-search-message{display:grid;gap:4px;min-width:0;padding:10px 12px;border-bottom:1px solid var(--line);font-size:13px;line-height:20px}.group-search-message:last-child{border-bottom:0}.group-search-message:hover{background:var(--soft)}.group-search-message-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.group-search-message-meta strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-search-message p{min-width:0;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-search-message time{flex-shrink:0;color:var(--muted);font-size:11px;white-space:nowrap}.announcement-copy{white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;line-height:1.7}.group-posts{flex:1;padding:18px 26px 84px}.group-post-create{position:absolute;right:28px;bottom:24px;display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--green);color:#fff;box-shadow:0 4px 12px #2e805a30}.group-post-create svg{width:24px;height:24px}@media(max-width:1000px){.finalized-group{grid-template-columns:minmax(0,1fr)}}@media(max-width:760px){.finalized-group{height:calc(100dvh - var(--topbar) - 62px)}.finalized-group .group-header{gap:8px;padding:12px 14px}.breadcrumbs{flex:1;gap:5px}.breadcrumbs h1{font-size:16px}.group-parent{max-width:65px;font-size:11px}.group-parent>span{display:none}.group-curated{padding:0 9px}.group-curated span{display:none}.group-curated{min-width:34px}.group-header-actions{flex-shrink:0}.chat-thread{padding:11px 14px}.chat-compose-area{padding:10px 12px 14px}.message-stack{max-width:83%}.post-detail-modal .route-dialog{height:calc(100dvh - 24px);max-height:calc(100dvh - 24px)}.post-detail-modal .post-detail-layout{display:block;overflow-y:auto}.post-detail-main{padding:24px 22px}.post-discussion{min-height:0}.post-featured{overflow:visible}.post-discussion>header{padding-inline:18px}.finalized-hot .row-main>strong{font-size:13px}.finalized-hot .row-main>small{font-size:12px}}.post-discussion>header a{min-height:38px;display:inline-flex;align-items:center;padding:0 16px;border-radius:20px;background:#ffffff20}.post-detail-main>header>div>.user-card-trigger{font-size:14px;font-weight:750}.featured-message{position:relative;padding-right:64px}.featured-message>div{display:block}.featured-message .message-like-wrap{position:absolute;right:0;top:18px}.chat-message .message-like.zero{opacity:0}.chat-message:hover .message-like.zero,.chat-message:focus-within .message-like.zero{opacity:1}.chat-composer .send-button:not(:disabled){background:var(--green);color:#fff;border-radius:6px}.finalized-notifications{width:100%;max-width:none;padding:16px 32px 48px}.finalized-notifications .page-title{margin-bottom:18px}.finalized-notifications .page-title h1{font-size:22px}.finalized-notifications .notification-item{min-height:86px;padding:14px 16px;border-radius:0;background:#fff;box-shadow:none}.finalized-notifications .notification-item>span>strong{font-size:13.5px}.finalized-notifications .notification-item>span>small{font-size:12.5px}.finalized-notifications .notification-item time{opacity:0;height:0;margin:0}.finalized-notifications .notification-item:hover time,.finalized-notifications .notification-item:focus-visible time{opacity:1;height:auto}@media(max-width:760px){.finalized-notifications{padding:24px 16px 48px}.finalized-notifications .tabs{gap:12px}.finalized-notifications .tabs button{font-size:12px}}.chat-message.mine .message-meta{justify-content:flex-end}@media(max-width:760px){.chat-message .message-like.zero{opacity:1}}.search-match{background:transparent;color:var(--green-dark);font-style:normal;font-weight:inherit}.content-action-row{display:flex;align-items:center;gap:16px;border-bottom:1px solid var(--line)}.content-action-row>.content-row{flex:1;min-width:0;border-bottom:0}.row-action{flex:0 0 auto;min-width:70px;height:32px;padding:0 14px;border:1px solid #dfe5e1;border-radius:8px;background:#fff;color:var(--green);font-size:12px;font-weight:650}.row-action.is-primary{background:var(--green-soft);border-color:var(--green-soft)}.row-action:disabled{cursor:default;opacity:.65}@media(max-width:760px){.content-action-row{gap:8px}.row-action{min-width:60px;padding-inline:10px}}.profile-stats>.profile-stat-action{display:inline-flex;align-items:baseline;gap:6px;padding:0;border:0;background:transparent;color:var(--muted);font:inherit;font-size:12px;cursor:pointer}.profile-stat-action:hover,.profile-stat-action:hover b{color:var(--green)}.profile-stat-action:focus-visible{outline:2px solid var(--green);outline-offset:4px;border-radius:3px}.profile-relations-modal .route-dialog{width:min(560px,100%);max-height:min(700px,calc(100dvh - 40px));display:flex;flex-direction:column;overflow:hidden;border-radius:16px}.profile-relations-modal>.route-dialog>.tabs{flex-shrink:0;margin:0;padding:0 22px}.relations-list-scroll{min-height:140px;padding:8px 18px 18px}.relations-row .content-action-row{border-bottom:1px solid var(--line)}.relations-row:last-of-type .content-action-row{border-bottom:0}.relations-row .user-card-trigger.content-row{padding:15px 4px}.relations-row .row-action{margin-right:4px;min-width:68px}.relations-row .form-error{margin:0;padding:0 4px 12px}@media(max-width:640px){.profile-stats>.profile-stat-action{gap:4px}.profile-relations-modal{padding:14px;align-items:center}.profile-relations-modal .route-dialog{max-height:calc(100dvh - 28px)}.relations-list-scroll{padding-left:14px;padding-right:14px}}.chat-origin-post{margin:11px 0 18px;min-width:0;max-width:640px}.chat-origin-post .post-card{box-shadow:none}.chat-origin-label{display:block;margin:0 0 7px;color:var(--muted);font-size:11px}.chat-origin-post .content-row{min-height:72px;background:#f3f6f4;border-color:transparent}.chat-origin-post .content-row:hover{background:#eaf2ed}.chat-origin-message{margin:11px 0 18px;min-width:0;max-width:640px}.chat-origin-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:7px}.chat-origin-heading .chat-origin-label{margin:0}.chat-origin-heading>a{display:inline-flex;align-items:center;gap:3px;color:var(--green);font-size:11px}.chat-origin-heading>a:focus-visible{outline:2px solid var(--green);outline-offset:3px;border-radius:3px}.chat-origin-message-card{min-width:0;padding:15px;border:1px solid var(--line);border-radius:8px;background:#fff}.chat-origin-message-card .chat-message{margin:0}.chat-origin-message-card .message-stack{flex:1;max-width:calc(100% - 42px)}.chat-origin-message-card .message-meta{opacity:1}.chat-origin-message-card .file-card{min-width:0;max-width:100%}.settings-title-row{display:flex;align-items:center;gap:16px;margin-bottom:5px}.settings-title-row .search-return{flex-shrink:0}.settings-title-row h1{margin:0}.settings-overlay{padding:0;align-items:stretch;justify-content:flex-end;background:#12231b47;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.settings-overlay>.route-dialog{width:min(315px,100vw);height:100dvh;max-height:none;margin:0;border:0;border-radius:0;overflow-y:auto;box-shadow:-18px 0 52px #12231b1f}.settings-drawer-head{display:flex;height:68px;align-items:center;padding:0 20px;border-bottom:1px solid var(--line)}.settings-drawer-head h2{margin:0;font-size:20px;font-weight:790}.settings-drawer-close{display:grid;place-items:center;width:34px;height:34px;margin-left:auto;border:0;border-radius:7px;color:#8f9993;background:transparent}.settings-drawer-close svg{width:20px;height:20px}.settings-drawer-body{padding:12px 14px 28px}.settings-drawer-nav{display:flex;width:100%;min-height:46px;align-items:center;gap:11px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:#5e6d65;font-size:14px;font-weight:700;text-align:left}.settings-drawer-nav svg{width:18px;height:18px;flex-shrink:0}.settings-drawer-nav svg:last-child{margin-left:auto;width:15px;color:#a2aca6}.settings-drawer-nav:hover,.settings-drawer-close:hover,.settings-drawer-back:hover{background:#f3f7f5;color:var(--green)}.settings-drawer-back{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;margin:0 0 4px 1px;padding:0;border:0;border-radius:7px;color:#718078;background:transparent}.settings-drawer-title{margin:6px 8px 8px;color:#4f5e56;font-size:14px;font-weight:740;line-height:1.4}.settings-drawer-row{display:flex;width:100%;min-height:46px;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border:0;background:transparent;color:#536059;font-size:13px;text-align:left}.settings-drawer-row small{display:block;margin-top:2px;color:var(--muted);font-size:11.5px;line-height:1.35}.settings-drawer-row>span{min-width:0}.settings-drawer-row>svg{width:15px;height:15px;color:#a2aca6;flex-shrink:0}.settings-drawer-row select{max-width:108px;height:30px;border:1px solid var(--line);border-radius:6px;padding:0 8px;font-size:12px}.settings-drawer-row .native-switch{flex-shrink:0}.settings-drawer-value{display:flex;align-items:center;gap:4px;max-width:126px;font-size:12px;color:var(--muted)}.settings-drawer-value svg{flex-shrink:0}.settings-drawer-hint{margin:8px;color:var(--muted);font-size:12px;line-height:1.65}.settings-drawer-feedback{margin:12px 8px;font-size:12px;color:var(--green)}.settings-password-form{display:grid;gap:16px;margin:16px 8px}.settings-password-form label{display:grid;gap:7px;font-size:13px}.settings-password-form input{width:100%;min-width:0;height:36px;padding:6px 10px;border:1px solid var(--line);border-radius:6px}.settings-password-form .settings-drawer-hint{margin:0}.settings-password-form .primary-button{justify-content:center}@media(max-width:480px){.settings-overlay>.route-dialog{width:100vw}}.finalized-notifications .notification-item{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:68px;height:68px;padding:10px 14px}.notification-open{min-width:0;padding:0;border:0;background:transparent;text-align:left}.notification-open strong{display:block;overflow:hidden;color:var(--ink);font-size:13.5px;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.notification-open small{display:block;overflow:hidden;margin-top:4px;color:#7c8881;font-size:12.5px;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.finalized-notifications .notification-item .notification-open time{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0;opacity:1}.notification-side{position:relative;display:flex;grid-column:3;grid-row:1;width:auto;min-width:30px;align-items:center;justify-content:flex-end;gap:6px;padding-right:30px}.notification-side .notification-action{height:32px;padding:0 13px;border:1px solid #cfe1d7;border-radius:7px;color:var(--green);background:#fff;font-size:12px;font-weight:720;white-space:nowrap}.notification-side .notification-action.approve{background:var(--green);border-color:var(--green);color:#fff}.notification-review-status{color:var(--muted);font-size:12px;white-space:nowrap}.notification-side .notification-action.done{background:var(--soft);color:var(--muted);border-color:var(--line)}.notification-remove{position:absolute;top:50%;right:0;transform:translateY(-50%);display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;padding:0;border:0;border-radius:7px;color:#a4aea8;background:transparent;opacity:0}.notification-remove svg{width:15px;height:15px}.notification-item:hover .notification-remove,.notification-item:focus-within .notification-remove{opacity:1}.notification-remove:hover{background:#fff2f2;color:#c85c5c}@media(max-width:720px){.finalized-notifications .notification-item{grid-template-columns:32px minmax(0,1fr) auto;gap:8px;padding:10px}.finalized-notifications .notification-item>.avatar,.finalized-notifications .notification-icon{width:32px;height:32px}.notification-side{min-width:24px;padding-right:24px}.notification-side .notification-action{height:30px;padding:0 8px}.notification-remove{width:24px;height:28px;opacity:1}}.auth-code-row{display:flex;align-items:center;gap:8px}.auth-code-row input{min-width:0;flex:1}.auth-code-row .text-button{flex:none;white-space:nowrap;margin:0;font-size:12px;padding:7px 0 7px 8px}.auth-phone-help{justify-self:end;margin:-5px 0 0;padding:0;font-size:12px}.auth-phone-hint{color:#38654b;background:#f0f7f2;padding:12px 14px;border-radius:8px;font-size:12px;line-height:1.7;text-align:left;overflow-wrap:anywhere}.auth-phone-note{color:var(--muted);font-size:12px;line-height:1.6;margin:14px 0 0}.auth-phone-note .text-button{margin:0 0 0 5px}.auth-modal>.auth-phone-hint{margin-bottom:18px}.auth-overlay>.route-dialog{max-height:calc(100dvh - 32px);overflow:auto}.top-search-wrap{gap:16px}.top-search-wrap .top-search{min-width:0;flex:1;width:auto}.top-login-button{flex:none;min-width:80px;height:38px;padding:0 20px;white-space:nowrap}.chat-composer-signin{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:14px 18px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--muted);font:inherit;text-align:left;cursor:pointer}.chat-composer-signin strong{flex:none;color:#39704f;font-size:13px;font-weight:500}.chat-composer-signin:hover{background:#f5f8f5}.chat-composer-signin:focus-visible{outline:2px solid #39704f;outline-offset:2px}@media(max-width:600px){.top-login-button{min-width:64px;padding:0 14px}}.identity-control{display:flex;align-items:center;gap:9px;flex:none;max-width:190px;padding:4px 0 4px 10px;border:0;background:none;color:#335b45;text-align:left;cursor:pointer}.identity-control span{display:grid;gap:2px;min-width:0}.identity-control small{color:var(--muted);font-size:10px;line-height:1.2}.identity-control strong{max-width:145px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.4}.identity-overlay>.route-dialog{width:min(520px,calc(100vw - 32px));max-height:calc(100dvh - 40px);overflow:auto;padding:24px;border-radius:14px;background:#fff}.identity-head{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.identity-head h2{margin:0;font-size:20px}.identity-head p{margin:6px 0 0;font-size:12px;color:var(--muted)}.identity-head .icon-button{margin-left:auto;flex:none}.identity-owner{padding-bottom:14px;border-bottom:1px solid var(--line)}.identity-option{display:flex;align-items:center;gap:12px;width:100%;border:0;border-radius:9px;background:transparent;padding:10px 12px;text-align:left;color:var(--ink);cursor:pointer}.identity-option:hover,.identity-option.selected{background:#f0f6f2}.identity-option.selected{opacity:1}.identity-option>span:not(.avatar){display:grid;flex:1;min-width:0;gap:4px}.identity-option strong{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.identity-option small{font-size:11px;color:var(--muted)}.identity-option b{font-size:11px;font-weight:500;color:#39704f;flex:none}.identity-admin-entry{margin-bottom:12px;color:#335b45;background:#f0f6f2;text-decoration:none}.identity-admin-entry:hover{background:#e5efe8}.identity-admin-entry[aria-disabled=true]{opacity:.5;cursor:default}.identity-create{display:grid;gap:12px;padding:17px 0;border-bottom:1px solid var(--line)}.identity-create>div{display:grid;grid-template-columns:1fr 1fr;gap:16px}.identity-create label{display:grid;gap:8px;font-size:11px;color:var(--muted)}.identity-create input{width:100%;min-width:0;padding:8px 0;color:var(--ink);font-size:13px}.identity-create .primary-button{justify-self:start;font-size:12px;padding:9px 15px}.identity-list-head{display:flex;gap:12px;align-items:center;margin:16px 0 9px}.identity-list-head strong{font-size:12px;flex:none}.identity-list-head input{min-width:0;margin-left:auto;max-width:180px;padding:5px 0;text-align:right;font-size:12px}.identity-options{max-height:300px;overflow-y:auto;overscroll-behavior:contain}.identity-notice{font-size:12px;color:var(--muted);line-height:1.7;margin:12px 0 0}.identity-error{margin:12px 0 0;color:#a54141;font-size:12px;line-height:1.7}@media(max-width:600px){.top-search-wrap{gap:8px}.identity-control{max-width:96px;padding-left:0;gap:4px}.identity-control strong{max-width:76px;font-size:11px}.identity-overlay>.route-dialog{padding:20px 16px;max-height:calc(100dvh - 24px)}.identity-create>div{gap:12px}.identity-options{max-height:36dvh}.identity-head p{font-size:11px}}body :is(input:not([type]),input[type=text],input[type=email],input[type=password],input[type=search],input[type=url],input[type=tel],input[type=number],textarea):is(:enabled,:disabled){border-color:transparent;background:transparent;box-shadow:none;outline:none;caret-color:var(--green)}.top-search,.chat-composer{border-color:#dfe4e1;background:#fafbfa;box-shadow:none;outline:none}.top-search:focus-within,.chat-composer:focus-within{border-color:#b8c2bc;background:#fff;box-shadow:0 0 0 2px #6f80760f;outline:none}body input.creation-title-input:is(:enabled,:disabled){border-bottom-color:var(--line)}body .creation-inline-name input:is(:enabled,:disabled){border-color:#dfe4e1}body .creation-inline-name input:enabled:focus{border-color:#b8c2bc}.post-images{display:grid;gap:8px;margin:14px 0;overflow:hidden;border-radius:8px}.post-images.multiple{grid-template-columns:repeat(3,minmax(0,1fr))}.post-images img{display:block;width:100%;height:auto;max-height:400px;object-fit:contain;border-radius:8px}.post-card .post-images{grid-template-columns:repeat(3,minmax(0,1fr))}.post-card .post-images img{aspect-ratio:1;height:100%;max-height:340px;object-fit:cover}.post-images.multiple img{aspect-ratio:1;height:100%;object-fit:cover}.media-image-button{display:block;padding:0;border:0;background:transparent;max-width:100%;cursor:zoom-in;overflow:hidden;border-radius:8px}.message-bubble .media-image-button img{display:block;max-width:100%;width:auto;height:auto;max-height:360px;object-fit:contain}.message-bubble:has(.media-image-button){max-width:min(360px,100%)}.media-file{color:inherit;text-decoration:none;max-width:100%;min-width:min(240px,100%)}.media-file>svg{width:22px;flex-shrink:0}.media-file>span{display:flex;flex:1;flex-direction:column;min-width:0}.media-file b{overflow-wrap:anywhere}.media-file small{opacity:.65;font-size:11px;margin-top:4px}.media-viewer .route-dialog{width:auto;max-width:calc(100vw - 32px);max-height:calc(100dvh - 32px);background:#fff;display:flex;flex-direction:column;padding:12px}.media-viewer header{display:flex;justify-content:flex-end;align-items:center;gap:16px;margin-bottom:8px}.media-viewer header a{display:flex;align-items:center;gap:5px;font-size:13px}.media-viewer .route-dialog>img{display:block;max-width:calc(100vw - 56px);max-height:calc(100dvh - 100px);object-fit:contain;min-height:0}.creation-attachment-preview{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0}.creation-attachment-preview figure{position:relative;margin:0;width:90px}.creation-attachment-preview img{width:90px;height:72px;object-fit:cover;border-radius:8px}.creation-attachment-preview button{position:absolute;right:3px;top:3px;width:22px;height:22px;padding:2px;border:0;border-radius:50%;color:#fff;background:#243c33bb}.creation-attachment-preview figcaption{font-size:11px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-attachment-pending{display:flex;align-items:center;gap:10px;padding:9px 12px;font-size:12px}.chat-attachment-pending img{width:42px;height:42px;object-fit:cover;border-radius:6px}.chat-attachment-pending span{flex:1;min-width:0;overflow-wrap:anywhere}.chat-attachment-pending button,.media-error button{border:0;background:transparent;color:var(--green);font-size:12px}.media-error{display:block;padding:12px;font-size:12px;color:var(--muted)}.creation-emoji-panel{display:flex;gap:5px;flex-wrap:wrap;padding:8px 0}.creation-emoji-panel button{border:0;background:transparent;font-size:20px;padding:5px}@media(max-width:600px){.post-images.multiple,.post-card .post-images{gap:5px}.media-file{min-width:0}}
