@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500;600&family=Inter:wght@500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&display=swap";:root{font-family:Inter,Noto Sans SC,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#242424;background:#f7f7f7;font-synthesis:none;text-rendering:optimizeLegibility;--canvas: #f7f7f7;--surface: #ffffff;--surface-soft: #fff7f8;--ink: #242424;--ink-soft: #454545;--muted: #666666;--quiet: #999999;--line: #ededed;--line-strong: #dedede;--blue: #ff2442;--blue-hover: #e61e3b;--blue-soft: #fff0f2;--success: #16856b;--danger: #c81d36;--shadow: 0 22px 55px rgba(45, 24, 27, .13)}*{box-sizing:border-box}html{min-width:320px;background:var(--canvas)}body{min-width:320px;min-height:100vh;margin:0;background:var(--canvas)}button,input,textarea,select{font:inherit}button{border:0}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:3px solid rgba(255,36,66,.2);outline-offset:2px}button:disabled{cursor:not-allowed;opacity:.58}h1,h2,p{margin-top:0}img{display:block;max-width:100%}.section-label{display:flex;align-items:center;gap:7px;margin:0 0 10px;color:var(--blue);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.brand-lockup{display:flex;align-items:center;gap:10px;color:var(--ink)}.brand-lockup strong{font-family:Inter,sans-serif;font-size:15px;letter-spacing:.08em}.brand-lockup>span:last-child{padding-left:10px;color:var(--muted);border-left:1px solid var(--line-strong);font-size:12px}.brand-symbol{display:inline-grid;width:38px;height:38px;place-items:center;color:#fff;background:var(--blue);border-radius:10px}.primary-button,.secondary-button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;padding:0 16px;border-radius:8px;cursor:pointer;font-size:13px;font-weight:700;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}.primary-button{color:#fff;background:var(--blue)}.primary-button:hover:not(:disabled){background:var(--blue-hover)}.primary-button:active:not(:disabled){transform:translateY(1px)}.secondary-button{color:var(--ink-soft);background:#fff;border:1px solid var(--line-strong)}.secondary-button:hover:not(:disabled){color:var(--blue);border-color:#9bb0ec}.icon-button{display:inline-grid;width:36px;height:36px;flex:0 0 auto;place-items:center;padding:0;color:var(--muted);background:transparent;border-radius:8px;cursor:pointer}.icon-button:hover{color:var(--ink);background:#f0f2f5}.avatar{display:inline-grid;width:38px;height:38px;flex:0 0 auto;place-items:center;overflow:hidden;color:var(--blue);background:var(--blue-soft);border:1px solid #d9e3ff;border-radius:10px;font-size:12px;font-weight:700}.avatar.small{width:34px;height:34px;border-radius:9px;font-size:11px}.avatar img{width:100%;height:100%;object-fit:cover}.avatar-button{display:inline-grid;flex:0 0 auto;place-items:center;padding:0;background:transparent;border-radius:10px;cursor:pointer}.avatar-button:hover .avatar{border-color:#9bb0ec;box-shadow:0 0 0 3px #315bdc14}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.auth-page{min-height:100vh;padding:28px clamp(20px,4vw,64px) 44px;background:var(--canvas)}.auth-header{width:min(1120px,100%);margin:0 auto 26px}.auth-shell{display:grid;width:min(1120px,100%);min-height:min(700px,calc(100vh - 126px));margin:0 auto;overflow:hidden;grid-template-columns:minmax(0,.88fr) minmax(440px,1fr);background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:0 12px 40px #1720330f}.auth-story{position:relative;display:flex;min-height:600px;padding:clamp(48px,7vw,88px);justify-content:space-between;flex-direction:column;background:var(--surface-soft);border-right:1px solid var(--line)}.auth-story:before{position:absolute;top:clamp(48px,7vw,88px);bottom:clamp(48px,7vw,88px);left:0;width:3px;background:var(--blue);content:""}.auth-story-copy{max-width:480px;margin:auto 0}.auth-story-copy h1{margin:0 0 24px;color:var(--ink);font-size:clamp(42px,5vw,66px);line-height:1.12;letter-spacing:-.055em}.auth-story-copy>p:last-child{max-width:430px;margin-bottom:0;color:var(--muted);font-size:15px;line-height:1.9}.auth-principles{display:flex;flex-wrap:wrap;gap:8px 20px;color:var(--ink-soft);font-size:12px}.auth-principles span{display:inline-flex;align-items:center;gap:8px}.auth-principles span:before{width:5px;height:5px;background:var(--blue);border-radius:50%;content:""}.auth-form-side{display:grid;min-width:0;padding:clamp(40px,6vw,80px);place-items:center}.auth-card{width:min(420px,100%)}.auth-kicker{margin-bottom:10px;color:var(--blue);font-size:12px;font-weight:700}.auth-card h2{margin-bottom:10px;color:var(--ink);font-size:clamp(28px,3vw,36px);line-height:1.2;letter-spacing:-.035em}.auth-subtitle{margin-bottom:32px;color:var(--muted);font-size:14px}.auth-card form>label,.composer-modal label{display:block;margin:17px 0 8px;color:var(--ink-soft);font-size:12px;font-weight:600}.auth-card form>label span,.composer-modal label span{color:var(--quiet);font-weight:400}.input-shell{display:flex;min-height:48px;align-items:center;gap:10px;padding:0 13px;color:var(--quiet);background:#fff;border:1px solid var(--line-strong);border-radius:9px;transition:border-color .15s ease,box-shadow .15s ease}.input-shell:focus-within{color:var(--blue);border-color:var(--blue);box-shadow:0 0 0 3px #315bdc1a}.input-shell.invalid{border-color:#f09a93}.input-shell input{width:100%;min-width:0;color:var(--ink);background:transparent;border:0;outline:0;font-size:14px}.input-shell input::placeholder{color:#aab1bd}.input-shell .icon-button{width:30px;height:30px;margin-right:-5px}.code-row{display:grid;grid-template-columns:1fr 116px;gap:10px}.code-row .secondary-button{min-height:48px}.field-error{display:block;margin-top:6px;color:var(--danger);font-size:11px}.auth-card form>.remember-row{display:flex;margin:20px 0 0;align-items:center;gap:9px;color:var(--muted);font-weight:400}.remember-row input{width:15px;height:15px;accent-color:var(--blue)}.form-message{margin:16px 0 0;padding:10px 12px;color:var(--ink-soft);background:#f8fafc;border-left:3px solid var(--blue);font-size:12px;line-height:1.6}.auth-submit{width:100%;min-height:48px;margin-top:22px}.mode-switch{display:block;margin:20px auto 0;padding:6px;color:var(--blue);background:transparent;cursor:pointer;font-size:12px;font-weight:600}.mode-switch:hover{text-decoration:underline;text-underline-offset:3px}.forum-app{min-height:100vh;background:var(--canvas)}.forum-sidebar{position:fixed;z-index:30;top:0;bottom:0;left:0;display:flex;width:216px;padding:22px 16px 18px;flex-direction:column;background:var(--surface);border-right:1px solid var(--line)}.sidebar-head{display:flex;min-height:48px;align-items:center;justify-content:space-between;padding:0 8px}.brand-lockup.compact{gap:9px}.brand-lockup.compact .brand-symbol{width:34px;height:34px;border-radius:11px;box-shadow:0 8px 18px #ff244233}.brand-lockup.compact strong{font-size:13px}.brand-lockup.compact>span:last-child{padding-left:0;border:0;font-size:11px}.primary-nav{display:grid;gap:7px;margin-top:36px}.primary-nav button{display:flex;width:100%;min-height:46px;align-items:center;gap:11px;padding:0 13px;color:var(--muted);background:transparent;border-radius:12px;cursor:pointer;text-align:left;font-size:13px;font-weight:600;transition:color .15s ease,background .15s ease,transform .15s ease}.primary-nav button:hover{color:var(--ink);background:#f7f7f7;transform:translate(2px)}.primary-nav button.active{color:var(--blue);background:var(--blue-soft);font-weight:700}.sidebar-user{display:grid;margin-top:auto;padding:15px 7px 0;grid-template-columns:38px minmax(0,1fr) 34px;gap:10px;align-items:center;border-top:1px solid var(--line)}.sidebar-profile-copy{min-width:0;padding:0;overflow:hidden;color:inherit;background:transparent;cursor:pointer;text-align:left}.sidebar-user strong,.sidebar-profile-copy span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-user strong{font-size:12px}.sidebar-profile-copy span{margin-top:3px;color:var(--quiet);font-size:10px}.forum-main{min-height:100vh;margin-left:216px}.forum-topbar{position:sticky;z-index:20;top:0;display:flex;height:68px;align-items:center;gap:14px;padding:0 clamp(20px,3vw,42px);background:#ffffffeb;border-bottom:1px solid rgba(237,237,237,.94);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.search-box{display:flex;width:min(520px,52vw);min-height:42px;align-items:center;gap:9px;padding:0 12px;color:var(--quiet);background:#f5f5f5;border:1px solid transparent;border-radius:999px}.search-box:focus-within{background:#fff;border-color:#ffc1ca;box-shadow:0 0 0 3px #ff244212}.search-box input{min-width:0;flex:1;color:var(--ink);background:transparent;border:0;outline:0;font-size:13px}.search-box input::placeholder{color:var(--quiet)}.search-box kbd{padding:3px 7px;color:var(--quiet);background:#fff;border:1px solid var(--line);border-radius:999px;font-family:inherit;font-size:9px}.compose-top{margin-left:auto}.forum-columns{display:grid;width:min(1540px,calc(100% - 48px));margin:0 auto;padding:34px 0 72px;grid-template-columns:minmax(0,1fr) 254px;gap:clamp(22px,2.5vw,36px)}.feed-column{min-width:0}.feed-intro{display:flex;min-height:82px;align-items:center;justify-content:space-between;gap:24px}.feed-intro h1{margin-bottom:8px;font-size:clamp(27px,3vw,36px);line-height:1.15;letter-spacing:-.04em}.feed-intro>div>p:last-child{margin-bottom:0;color:var(--muted);font-size:12px}.sort-switch{display:flex;padding:3px;background:#eee;border-radius:999px}.sort-switch button{min-height:32px;padding:0 13px;color:var(--muted);background:transparent;border-radius:999px;cursor:pointer;font-size:12px}.sort-switch button.active{color:var(--ink);background:#fff;box-shadow:0 1px 4px #2d181b17;font-weight:700}.category-strip{display:flex;gap:8px;margin:9px 0 24px;padding-bottom:2px;overflow-x:auto;scrollbar-width:none}.category-strip::-webkit-scrollbar{display:none}.category-strip button{flex:0 0 auto;min-height:34px;padding:0 14px;color:var(--muted);background:#fff;border:1px solid var(--line);border-radius:999px;cursor:pointer;font-size:11px}.category-strip button:hover{color:var(--ink);background:#fff}.category-strip button.active{color:#fff;background:var(--ink);border-color:var(--ink);box-shadow:0 7px 16px #2424241f}.post-stream{columns:200px;column-gap:16px}.post-card{position:relative;display:inline-flex;width:100%;margin:0 0 16px;overflow:hidden;break-inside:avoid;flex-direction:column;vertical-align:top;background:#fff;border:1px solid var(--line);border-radius:14px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.post-card:hover{border-color:#ffc4cc;box-shadow:0 12px 30px #331c1f17;transform:translateY(-3px)}.post-cover{width:100%;min-height:0;aspect-ratio:4 / 3;object-fit:cover;border:0;border-radius:0}.post-text-cover{display:flex;min-height:158px;padding:20px 18px;justify-content:space-between;flex-direction:column;color:var(--ink);background:color-mix(in srgb,var(--category) 13%,#fffafa);border-bottom:1px solid color-mix(in srgb,var(--category) 18%,white)}.post-text-cover>span{width:max-content;max-width:100%;overflow:hidden;color:color-mix(in srgb,var(--category) 82%,#4a2228);font-size:10px;font-weight:700;letter-spacing:.08em;text-overflow:ellipsis;white-space:nowrap}.post-text-cover h2{margin:30px 0 0;font-size:clamp(19px,1.7vw,24px);line-height:1.35;letter-spacing:-.035em}.post-main{display:flex;min-width:0;padding:14px 14px 13px;flex:1;flex-direction:column}.post-copy{padding:0 0 13px}.post-flags{display:flex;min-height:0;align-items:center;gap:6px;margin-bottom:8px}.post-flags:empty{display:none}.featured-badge,.category-badge{display:inline-flex;min-height:21px;align-items:center;padding:0 7px;border-radius:999px;font-size:9px;font-weight:700}.featured-badge{color:var(--blue);background:var(--blue-soft)}.category-badge{color:var(--category, var(--muted));background:color-mix(in srgb,var(--category, var(--blue)) 9%,white);border:1px solid color-mix(in srgb,var(--category, var(--blue)) 22%,white)}.post-copy h2{margin-bottom:8px;font-size:16px;line-height:1.45;letter-spacing:-.02em}.post-copy>p{display:-webkit-box;margin-bottom:10px;overflow:hidden;color:var(--muted);font-size:11px;line-height:1.65;-webkit-line-clamp:3;-webkit-box-orient:vertical}.tag-row{display:flex;flex-wrap:wrap;gap:5px 8px}.tag-row span{color:#8b5960;font-family:IBM Plex Mono,monospace;font-size:9px}.post-card-footer{display:grid;min-width:0;margin-top:auto;padding-top:11px;grid-template-columns:minmax(0,1fr) auto auto;gap:7px;align-items:center;border-top:1px solid var(--line)}.post-author{display:flex;min-width:0;align-items:center;gap:7px;padding:0;color:var(--ink);background:transparent;cursor:pointer;text-align:left}.post-author>span:last-child{min-width:0}.post-author strong,.post-author small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-author strong{font-size:10px;font-weight:600}.post-author small{margin-top:2px;color:var(--quiet);font-size:8px}.post-card-footer .avatar.small{width:28px;height:28px;border-radius:50%;font-size:9px}.follow-action{display:inline-grid;width:27px;height:27px;place-items:center;padding:0;color:var(--blue);background:var(--blue-soft);border-radius:50%;cursor:pointer}.follow-action.followed{color:var(--quiet);background:#f2f2f2}.post-stats{display:flex;align-items:center;gap:7px;color:var(--quiet)}.post-stats button,.post-stats>span{display:inline-flex;align-items:center;gap:3px;color:inherit;background:transparent;border:0;font-size:9px}.post-stats button{padding:0;cursor:pointer}.post-stats button:hover,.post-stats button.active{color:var(--blue)}.loading-state,.empty-state{display:grid;min-height:250px;place-items:center;align-content:center;gap:10px;color:var(--muted);background:#fff;border:1px solid var(--line);border-radius:12px;text-align:center}.empty-state h2{margin:3px 0 0;font-size:18px}.empty-state p{margin:0 0 8px;font-size:12px}.load-more{display:flex;min-height:40px;margin:22px auto 0;align-items:center;gap:8px;padding:0 16px;color:var(--ink-soft);background:#fff;border:1px solid var(--line-strong);border-radius:8px;cursor:pointer;font-size:12px;font-weight:700}.load-more:hover:not(:disabled){color:var(--blue);border-color:#9bb0ec}.context-column{position:sticky;top:92px;display:grid;align-content:start;height:max-content;gap:14px;padding-top:4px}.token-card,.community-note{padding:20px;background:#fff;border:1px solid var(--line);border-radius:14px}.token-card{border-top:3px solid var(--blue)}.token-card>header{display:flex;align-items:center;justify-content:space-between;padding-bottom:15px;border-bottom:1px solid var(--line)}.token-card>header span{display:flex;align-items:center;gap:7px;color:var(--ink-soft);font-size:11px;font-weight:700}.token-card>header strong{color:var(--blue);font-size:13px}.campaign-state{display:flex;align-items:center;gap:7px;margin:17px 0 7px;color:var(--muted);font-size:10px}.campaign-state span{width:7px;height:7px;background:var(--quiet);border-radius:50%}.campaign-state span.active{background:var(--success);box-shadow:0 0 0 3px #dff4eb}.campaign-state span.upcoming{background:#d99a21}.token-card h2{margin-bottom:7px;font-size:17px;line-height:1.45}.token-card>p:not(.campaign-state){margin-bottom:0;color:var(--muted);font-size:11px;line-height:1.7}.token-amount{display:flex;align-items:baseline;gap:7px;margin:20px 0 13px}.token-amount strong{color:var(--blue);font-size:30px;line-height:1;letter-spacing:-.04em}.token-amount span{color:var(--quiet);font-size:10px}.stock-track{height:4px;overflow:hidden;background:#f0eeee;border-radius:2px}.stock-track span{display:block;height:100%;background:var(--blue)}.stock-copy{display:flex;justify-content:space-between;margin-top:7px;color:var(--quiet);font-size:9px}.token-claim{display:flex;width:100%;min-height:40px;margin-top:17px;align-items:center;justify-content:center;gap:7px;color:#fff;background:var(--blue);border-radius:8px;cursor:pointer;font-size:12px;font-weight:700}.token-claim:hover:not(:disabled){background:var(--blue-hover)}.token-claim:disabled{color:var(--quiet);background:#eef0f4}.community-note{display:flex;gap:10px;color:var(--blue)}.community-note strong{display:block;margin-bottom:5px;color:var(--ink);font-size:12px}.community-note p{margin:0;color:var(--muted);font-size:10px;line-height:1.7}.muted-copy{margin-top:17px!important}.modal-layer,.detail-layer{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;display:grid;padding:22px;background:#1720337a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-layer{place-items:center}.composer-modal{width:min(700px,100%);max-height:calc(100vh - 44px);overflow-y:auto;background:#fff;border-radius:14px;box-shadow:var(--shadow)}.composer-modal>header{display:flex;align-items:flex-start;justify-content:space-between;padding:24px 27px 18px;border-bottom:1px solid var(--line)}.composer-modal h2{margin:0;font-size:24px;letter-spacing:-.03em}.composer-modal form{padding:7px 27px 26px}.composer-modal input,.composer-modal select,.composer-modal textarea{width:100%;padding:11px 12px;color:var(--ink);background:#fff;border:1px solid var(--line-strong);border-radius:8px;outline:0}.composer-modal input:focus,.composer-modal select:focus,.composer-modal textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #315bdc14}.composer-modal textarea{min-height:210px;resize:vertical;line-height:1.7}.composer-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:12px}.composer-modal footer{display:flex;align-items:center;justify-content:space-between;margin-top:20px;color:var(--muted);font-size:10px}.detail-layer{justify-items:end;padding:0}.detail-panel{width:min(740px,94vw);height:100vh;overflow-y:auto;background:#fff;box-shadow:-20px 0 55px #1720332e}.detail-toolbar{position:sticky;z-index:2;top:0;display:flex;min-height:60px;align-items:center;justify-content:space-between;padding:0 28px;background:#fffffff0;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:12px;font-weight:700}.detail-loading{height:calc(100vh - 60px);border:0}.detail-content{padding:34px clamp(24px,5vw,56px) 40px}.detail-author{display:flex;align-items:center;gap:11px}.detail-author>div{min-width:0}.detail-author strong,.detail-author span{display:block}.detail-author strong{font-size:12px}.detail-author div span{margin-top:3px;color:var(--quiet);font-size:10px}.detail-author .secondary-button{min-height:34px;margin-left:auto}.detail-content>.category-badge{margin-top:30px}.detail-content h1{margin:14px 0 20px;font-size:clamp(29px,4vw,43px);line-height:1.22;letter-spacing:-.045em}.post-body{color:var(--ink-soft);font-size:14px;line-height:2;white-space:pre-wrap}.detail-like{display:inline-flex;min-height:40px;margin-top:28px;align-items:center;gap:7px;padding:0 13px;color:var(--muted);background:#fff;border:1px solid var(--line-strong);border-radius:8px;cursor:pointer;font-size:11px;font-weight:700}.detail-like.active{color:var(--blue);background:var(--blue-soft);border-color:#cbd7f7}.comments-section{padding:28px clamp(24px,5vw,56px) 60px;background:#f8f9fb;border-top:1px solid var(--line)}.comments-section>header{display:flex;align-items:center;justify-content:space-between}.comments-section h2{margin:0;font-size:18px}.comments-section>header span{color:var(--muted);font-size:10px}.comment-form{display:grid;margin:20px 0 25px;grid-template-columns:34px 1fr 42px;gap:9px;align-items:start}.comment-form textarea{min-height:76px;padding:11px;resize:vertical;background:#fff;border:1px solid var(--line-strong);border-radius:8px;outline:0}.comment-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #315bdc14}.comment-form .primary-button{width:42px;min-height:42px;padding:0}.comment-empty{padding:20px;color:var(--muted);background:#fff;border:1px dashed var(--line-strong);border-radius:8px;text-align:center;font-size:11px}.comment-item{display:grid;padding:17px 0;grid-template-columns:34px 1fr;gap:10px;border-bottom:1px solid var(--line)}.comment-item p{display:flex;align-items:baseline;gap:7px;margin-bottom:7px}.comment-item p strong{font-size:11px}.comment-item p span{color:var(--quiet);font-size:9px}.comment-item>div>div{color:var(--ink-soft);font-size:12px;line-height:1.75;white-space:pre-wrap}.profile-layer{position:fixed;z-index:95;top:0;right:0;bottom:0;left:0;display:grid;justify-items:end;background:#1720337a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.profile-panel{width:min(820px,96vw);height:100vh;overflow-y:auto;background:var(--canvas);box-shadow:-20px 0 55px #1720332e}.profile-panel>.detail-toolbar{background:#fffffff2}.profile-loading{height:calc(100vh - 60px);border:0;border-radius:0}.profile-hero{padding:42px clamp(24px,6vw,62px) 30px;background:#fff;border-bottom:1px solid var(--line)}.profile-identity{display:flex;align-items:center;gap:18px}.profile-avatar-wrap{position:relative;flex:0 0 auto}.profile-avatar{width:82px;height:82px;border-radius:18px;font-size:23px}.avatar-edit-button{position:absolute;right:-4px;bottom:-4px;display:inline-grid;width:32px;height:32px;place-items:center;padding:0;color:#fff;background:var(--blue);border:3px solid white;border-radius:10px;cursor:pointer}.avatar-edit-button:hover:not(:disabled){background:var(--blue-hover)}.profile-heading{min-width:0}.profile-heading .section-label{margin-bottom:6px}.profile-heading h1{margin:0;overflow:hidden;font-size:clamp(27px,4vw,38px);line-height:1.15;letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap}.profile-heading>span{display:block;margin-top:7px;color:var(--muted);font-size:12px}.profile-action{min-height:38px;margin-left:auto}.profile-bio{max-width:610px;margin:24px 0 21px;color:var(--ink-soft);font-size:13px;line-height:1.8}.profile-meta{display:flex;align-items:center;justify-content:space-between;gap:22px;padding-top:19px;border-top:1px solid var(--line)}.profile-meta>span{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:11px}.profile-meta dl{display:flex;gap:27px;margin:0}.profile-meta dl div{display:flex;align-items:baseline;gap:5px}.profile-meta dt{color:var(--ink);font-size:15px;font-weight:700}.profile-meta dd{margin:0;color:var(--quiet);font-size:10px}.profile-editor{margin:22px clamp(24px,6vw,62px) 0;padding:24px;background:#fff;border:1px solid var(--line);border-left:3px solid var(--blue);border-radius:10px}.profile-editor-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:18px}.profile-editor-head .section-label{margin-bottom:5px}.profile-editor h2{margin:0;font-size:18px}.profile-editor label{display:flex;justify-content:space-between;margin:15px 0 7px;color:var(--ink-soft);font-size:11px;font-weight:700}.profile-editor label span{color:var(--quiet);font-weight:500}.profile-editor input,.profile-editor textarea{width:100%;padding:11px 12px;color:var(--ink);background:#fff;border:1px solid var(--line-strong);border-radius:8px;outline:0}.profile-editor input:focus,.profile-editor textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #315bdc14}.profile-editor textarea{min-height:96px;resize:vertical;line-height:1.7}.profile-editor footer{display:flex;justify-content:flex-end;margin-top:16px}.profile-editor footer .primary-button{min-height:38px}.profile-message{margin:16px clamp(24px,6vw,62px) 0;padding:10px 12px;border-left:3px solid var(--blue);color:var(--ink-soft);background:#fff;font-size:11px}.profile-message.success{border-left-color:var(--success)}.profile-message.error{border-left-color:var(--danger);color:var(--danger)}.profile-posts{padding:36px clamp(24px,6vw,62px) 70px}.profile-posts>header{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.profile-posts>header .section-label{margin-bottom:5px}.profile-posts>header h2{margin:0;font-size:23px;letter-spacing:-.03em}.profile-posts>header>span{color:var(--quiet);font-size:11px}.profile-posts .post-stream{columns:250px}.profile-posts .post-card{min-height:0}.profile-empty{display:grid;min-height:190px;place-items:center;align-content:center;gap:8px;color:var(--quiet);background:#fff;border:1px dashed var(--line-strong);border-radius:10px;text-align:center}.profile-empty strong{color:var(--ink-soft);font-size:13px}.profile-empty span{font-size:11px}.toast{position:fixed;z-index:120;right:24px;bottom:24px;display:flex;max-width:min(420px,calc(100vw - 48px));min-height:46px;align-items:center;gap:9px;padding:0 15px;color:#fff;background:var(--ink);border-radius:9px;box-shadow:var(--shadow);font-size:11px}.toast.success{background:var(--success)}.notice-enter-active,.notice-leave-active{transition:opacity .18s ease,transform .18s ease}.notice-enter-from,.notice-leave-to{opacity:0;transform:translateY(8px)}.spin{animation:spin .8s linear infinite}.mobile-only,.nav-scrim{display:none}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1160px){.forum-columns{grid-template-columns:1fr}.context-column{position:static;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media(max-width:920px){.auth-shell{grid-template-columns:1fr}.auth-story{min-height:auto;padding:48px;border-right:0;border-bottom:1px solid var(--line)}.auth-story:before{top:48px;bottom:48px}.auth-story-copy{margin:0}.auth-story-copy h1{font-size:46px}.auth-principles{margin-top:36px}.auth-form-side{padding:54px 40px 64px}.forum-columns{grid-template-columns:1fr}.context-column{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media(max-width:720px){.mobile-only{display:inline-grid}.forum-sidebar{width:260px;transform:translate(-101%);transition:transform .18s ease}.forum-sidebar.open{transform:translate(0)}.nav-scrim{position:fixed;z-index:25;top:0;right:0;bottom:0;left:0;display:block;background:#2417196b}.forum-main{margin-left:0}.forum-topbar{height:62px;gap:8px;padding:0 14px}.search-box{width:auto;flex:1}.search-box kbd{display:none}.compose-top{width:40px;min-height:40px;padding:0;font-size:0}.compose-top svg{width:18px;height:18px}.forum-columns{width:100%;padding:24px 12px 60px}.feed-intro{min-height:84px}.feed-intro h1{font-size:28px}.feed-intro>div>p:last-child{display:none}.post-stream{columns:2;column-gap:10px}.post-card{margin-bottom:10px;border-radius:11px}.post-main{padding:11px 10px 10px}.post-text-cover{min-height:132px;padding:15px 12px}.post-text-cover h2{margin-top:24px;font-size:17px}.post-copy>p{-webkit-line-clamp:2}.post-card-footer{grid-template-columns:minmax(0,1fr) auto}.post-card-footer .follow-action{display:none}.post-stats{gap:5px}.context-column{grid-template-columns:1fr}.detail-panel,.profile-panel{width:100vw}.profile-hero{padding-top:30px}.profile-identity{align-items:flex-start;flex-wrap:wrap}.profile-action{margin-left:0}.modal-layer{padding:0;place-items:end center}.composer-modal{max-height:95vh;border-radius:14px 14px 0 0}.composer-modal>header,.composer-modal form{padding-right:18px;padding-left:18px}.composer-grid{grid-template-columns:1fr;gap:0}}@media(max-width:520px){.auth-page{padding:20px 14px 28px}.auth-header{margin-bottom:18px}.brand-lockup>span:last-child{display:none}.auth-shell{border-radius:14px}.auth-story{padding:38px 30px}.auth-story:before{top:38px;bottom:38px}.auth-story-copy h1{margin-bottom:18px;font-size:38px}.auth-story-copy>p:last-child{font-size:13px;line-height:1.8}.auth-principles{display:none}.auth-form-side{padding:38px 24px 44px}.auth-card h2{font-size:28px}.auth-subtitle{margin-bottom:26px}.code-row{grid-template-columns:1fr 104px}.feed-intro{display:block}.sort-switch{width:max-content;margin-top:14px}.post-copy h2{font-size:15px}.detail-content,.comments-section{padding-right:20px;padding-left:20px}.detail-content h1{font-size:30px}.profile-avatar{width:68px;height:68px;border-radius:15px;font-size:19px}.profile-heading{flex:1}.profile-action{width:100%}.profile-meta{align-items:flex-start;flex-direction:column}.profile-meta dl{width:100%;justify-content:space-between;gap:12px}.profile-editor{padding:19px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
