:root[data-theme-shell=vscode]{--theme-shell-bg:var(--vscode-workbench-bg,var(--bg));--theme-shell-chrome:var(--vscode-side-bar-bg,var(--panel-soft));--theme-shell-elevated:var(--vscode-activity-bg,var(--panel-elevated));--theme-shell-line:var(--line);--theme-shell-accent:#007acc;--theme-shell-content-padding:0;--vscode-workbench-bg:#1e1e1e;--vscode-titlebar-bg:#252526;--vscode-side-bar-bg:#252526;--vscode-activity-bg:#333;--vscode-activity-foreground:#fff;--vscode-activity-inactive:hsla(0,0%,100%,.4);--vscode-editor-bg:#1e1e1e;--vscode-gutter-bg:#252526;--ide-editor-font-size:0.82rem}:root[data-theme=vscode-light]{--theme-shell-bg:#f3f3f3;--theme-shell-accent:#007acc;--vscode-workbench-bg:#f3f3f3;--vscode-titlebar-bg:#f3f3f3;--vscode-side-bar-bg:#f3f3f3;--vscode-activity-bg:#2c2c2c;--vscode-activity-foreground:#fff;--vscode-activity-inactive:hsla(0,0%,100%,.4);--vscode-editor-bg:#fff;--vscode-gutter-bg:#f3f3f3}:root[data-theme=vscode-dark]{--theme-shell-bg:#1e1e1e;--theme-shell-accent:#007acc;--vscode-workbench-bg:#1e1e1e;--vscode-titlebar-bg:#252526;--vscode-side-bar-bg:#252526;--vscode-activity-bg:#333;--vscode-activity-foreground:#fff;--vscode-activity-inactive:hsla(0,0%,100%,.4);--vscode-editor-bg:#1e1e1e;--vscode-gutter-bg:#252526}.theme-shell-vscode{grid-template-rows:auto minmax(0,1fr) auto}.vscode-titlebar{min-height:2.35rem;display:grid;grid-template-columns:auto minmax(10rem,1fr) minmax(12rem,1fr) auto;align-items:center;grid-gap:.7rem;gap:.7rem;padding:.28rem .55rem;border-bottom:1px solid var(--theme-shell-line);background:var(--vscode-titlebar-bg)}.vscode-command-center{min-width:0;max-width:36rem;justify-self:center;display:flex;align-items:center;justify-content:center;gap:.45rem;padding:.28rem .65rem;border:1px solid var(--theme-shell-line);border-radius:6px;background:var(--panel);color:var(--theme-shell-muted);font-size:.78rem}.vscode-command-center span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-shell-vscode .theme-shell-actions{--theme-shell-action-bg:color-mix(in srgb,var(--theme-shell-chrome) 84%,#000 16%);--theme-shell-action-border:color-mix(in srgb,var(--theme-shell-line) 80%,transparent);--theme-shell-action-hover:color-mix(in srgb,var(--theme-shell-accent) 24%,transparent);--theme-shell-action-radius:2px;--theme-shell-action-shadow:none;gap:.22rem}.theme-shell-vscode .theme-shell-actions .clean-filter-toggle-group,.theme-shell-vscode .theme-shell-actions .header-auth-button,.theme-shell-vscode .theme-shell-actions .header-auth-shell,.theme-shell-vscode .theme-shell-actions .header-share-button,.theme-shell-vscode .theme-shell-actions .theme-menu-trigger{min-height:1.82rem}.vscode-workbench{display:grid;grid-template-columns:3rem 15rem minmax(0,1fr) auto;min-height:0}@media (max-width:900px){.vscode-workbench{grid-template-columns:3rem 15rem minmax(0,1fr)}}.vscode-activity-bar{display:grid;align-content:start;grid-gap:.25rem;gap:.25rem;padding:.4rem .32rem;border-right:1px solid var(--theme-shell-line);background:var(--vscode-activity-bg)}.vscode-activity-bar button{width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:3px;background:transparent;color:var(--vscode-activity-inactive);box-shadow:none}.vscode-activity-bar button:hover{background:color-mix(in srgb,var(--theme-shell-accent) 18%,transparent);color:var(--vscode-activity-foreground)}.vscode-activity-bar button.theme-shell-active{background:color-mix(in srgb,var(--theme-shell-accent) 14%,transparent)!important;color:var(--vscode-activity-foreground)!important;box-shadow:inset 3px 0 0 var(--theme-shell-accent)}.vscode-explorer{min-height:0;padding:.58rem;border-right:1px solid var(--theme-shell-line);background:var(--vscode-side-bar-bg);overflow:auto}.vscode-explorer p{margin:0 0 .5rem;color:var(--theme-shell-muted);font-size:.7rem;font-weight:800}.vscode-file-tree{display:grid;grid-gap:.12rem;gap:.12rem}.vscode-file-tree a{padding:.28rem .35rem;border-radius:3px;color:var(--ink-soft);text-decoration:none;font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vscode-editor{display:grid;grid-template-rows:auto minmax(0,1fr) auto}.vscode-tabs{display:flex;gap:0;border-bottom:1px solid var(--theme-shell-line);background:var(--vscode-side-bar-bg);overflow-x:auto}.vscode-tabs a{min-width:8rem;padding:.48rem .7rem;border-right:1px solid var(--theme-shell-line);color:var(--ink-soft);text-decoration:none;font-size:.78rem}.vscode-content-frame{--ide-editor-gutter-width:3.25rem;--ide-editor-line-height:1.62rem;position:relative;border:0;border-radius:0;background:linear-gradient(90deg,var(--vscode-gutter-bg) 0 var(--ide-editor-gutter-width),transparent var(--ide-editor-gutter-width)),var(--vscode-editor-bg);font-family:var(--mono-font)}.vscode-gutter{position:absolute;top:0;left:0;z-index:1;width:var(--ide-editor-gutter-width);height:var(--ide-line-number-height,100%);min-height:100%;box-sizing:border-box;overflow:hidden;padding:.92rem .7rem 2rem 0;border-right:1px solid var(--theme-shell-line);background:var(--vscode-gutter-bg);color:color-mix(in srgb,var(--theme-shell-muted) 70%,transparent);display:grid;align-content:start;grid-gap:0;gap:0;font-family:var(--mono-font);font-size:.72rem;pointer-events:none;text-align:right}.vscode-gutter,.vscode-gutter span{line-height:var(--ide-editor-line-height)}.vscode-gutter span{height:var(--ide-editor-line-height)}.theme-shell-vscode .theme-shell-content-document{min-height:100%;padding:.92rem 1rem 1.1rem calc(var(--ide-editor-gutter-width) + 1rem);background-image:repeating-linear-gradient(to bottom,transparent 0,transparent calc(var(--ide-editor-line-height) - 1px),color-mix(in srgb,var(--theme-shell-line) 30%,transparent) calc(var(--ide-editor-line-height) - 1px),color-mix(in srgb,var(--theme-shell-line) 30%,transparent) var(--ide-editor-line-height));font-family:var(--mono-font);line-height:var(--ide-editor-line-height)}.theme-shell-vscode .theme-shell-content-document>.main{flex:1 0 auto}.theme-shell-vscode .theme-shell-page .main{display:grid;grid-gap:.58rem;gap:.58rem;padding:0}.vscode-panel{display:flex;gap:.3rem;padding:.35rem .5rem;border-top:1px solid var(--theme-shell-line);background:var(--vscode-side-bar-bg)}.theme-shell-vscode .card,.theme-shell-vscode .chat-message,.theme-shell-vscode .community-post-row,.theme-shell-vscode .goksorry-room-entry,.theme-shell-vscode .goksorry-room-reply,.theme-shell-vscode .overview-card,.theme-shell-vscode .overview-panel,.theme-shell-vscode .panel,.theme-shell-vscode .sentiment-card,.theme-shell-vscode .sentiment-lane{border-radius:0;border:0;border-left:2px solid color-mix(in srgb,var(--theme-shell-accent) 78%,transparent);background:color-mix(in srgb,var(--panel) 78%,transparent);box-shadow:none}.theme-shell-vscode .docs-shell,.theme-shell-vscode .feed-lanes-panel,.theme-shell-vscode .goksorry-room-panel,.theme-shell-vscode .overview-panel,.theme-shell-vscode .panel{margin:0;padding:.28rem 0 .28rem .72rem}.theme-shell-vscode h1,.theme-shell-vscode h2,.theme-shell-vscode h3,.theme-shell-vscode h4{font-family:var(--mono-font);color:#569cd6}.theme-shell-vscode .panel h1:before,.theme-shell-vscode .panel h2:before,.theme-shell-vscode .panel h3:before{content:"// ";color:#6a9955;font-weight:400}.theme-shell-vscode input,.theme-shell-vscode li,.theme-shell-vscode p,.theme-shell-vscode select,.theme-shell-vscode td,.theme-shell-vscode textarea,.theme-shell-vscode th{font-family:var(--mono-font)}.theme-shell-vscode .table,.theme-shell-vscode .table-wrap{border-radius:0;border-color:color-mix(in srgb,var(--theme-shell-line) 70%,transparent);background:transparent}.theme-shell-vscode .table td,.theme-shell-vscode .table th{border-color:color-mix(in srgb,var(--theme-shell-line) 54%,transparent);background:transparent}.theme-shell-vscode .btn,.theme-shell-vscode .docs-code,.theme-shell-vscode .tag,.theme-shell-vscode code,.theme-shell-vscode pre{border-radius:2px;font-family:var(--mono-font)}.theme-shell-vscode .community-post-row,.theme-shell-vscode .goksorry-room-entry,.theme-shell-vscode .overview-card,.theme-shell-vscode .sentiment-card{padding:.38rem .58rem}.theme-shell-vscode .btn,.theme-shell-vscode input,.theme-shell-vscode select,.theme-shell-vscode textarea{border-radius:2px}.theme-shell-vscode .theme-shell-page .main,.theme-shell-vscode .theme-shell-page .main :where(a,button,code,em,h1,h2,h3,h4,input,label,li,p,pre,select,span,strong,table,tbody,td,textarea,tfoot,th,thead,tr){font-family:var(--mono-font)!important;font-size:var(--ide-editor-font-size)!important;line-height:var(--ide-editor-line-height)!important;letter-spacing:0!important;text-transform:none!important}.theme-shell-vscode .theme-shell-page .main :where(.actions,.board-grid,.card,.community-post-list,.community-post-row,.docs-endpoint-head,.docs-group,.docs-group-head,.docs-hero,.docs-shell,.docs-top-grid,.feed-lanes-panel,.goksorry-room-actions,.goksorry-room-entry,.goksorry-room-entry-main,.goksorry-room-list,.goksorry-room-panel,.goksorry-room-replies,.goksorry-room-reply,.list,.overview-bottom-row,.overview-card,.overview-community-head,.overview-heading,.overview-hero,.overview-market-block,.overview-market-head,.overview-market-main,.overview-market-row,.overview-overall-score,.overview-panel,.overview-section,.overview-section-head,.panel,.sentiment-card,.sentiment-card-body,.sentiment-card-head,.sentiment-columns,.sentiment-lane,.sentiment-lane-head,.sentiment-list,.table-wrap){display:block!important;margin:0 0 var(--ide-editor-line-height) 0!important;padding:0!important;border:0!important;border-radius:0!important;outline:0!important;background:transparent!important;box-shadow:none!important}.theme-shell-vscode .theme-shell-page .main :where(.btn,.docs-code,.docs-method,.docs-path,.feed-symbol-badge,.overview-score-badge,.tag,button,code,input,pre,select,textarea){margin:0!important;padding:0!important;border:0!important;border-radius:0!important;outline:0!important;background:transparent!important;box-shadow:none!important}.theme-shell-vscode .theme-shell-page .main :where(h1,h2,h3,h4,p,ul,ol,pre){margin:0 0 var(--ide-editor-line-height) 0!important;padding:0!important}.theme-shell-vscode .theme-shell-page .main :where(ul,ol){list-style-position:inside}.theme-shell-vscode .theme-shell-page .main :where(a,.btn,button){color:var(--theme-shell-accent)!important;text-decoration:underline;text-underline-offset:.18em}.theme-shell-vscode .theme-shell-page .main :where(.tag,.docs-method,.overview-score-badge,.feed-symbol-badge):before{content:"[";color:var(--theme-shell-muted);font-weight:400}.theme-shell-vscode .theme-shell-page .main :where(.tag,.docs-method,.overview-score-badge,.feed-symbol-badge):after{content:"]";color:var(--theme-shell-muted);font-weight:400}.theme-shell-vscode .theme-shell-page .main :where(.mobile-sentiment-swipe-hint,.overview-community-band,.overview-community-counts,.overview-goksorry-gauge,.overview-goksorry-gauge-track,.overview-panel-art,.sentiment-lane-watermark,canvas,img,svg){display:none!important}.theme-shell-vscode .theme-shell-page .main .table-wrap{overflow:visible!important}.theme-shell-vscode .theme-shell-page .main .table,.theme-shell-vscode .theme-shell-page .main .table :where(thead,tbody,tfoot,tr){display:block!important;width:auto!important;border:0!important;background:transparent!important}.theme-shell-vscode .theme-shell-page .main .table thead:after{content:"| --- | --- | --- |";display:block;color:var(--theme-shell-muted);white-space:pre}.theme-shell-vscode .theme-shell-page .main .table :where(th,td){display:inline!important;padding:0!important;border:0!important;background:transparent!important;vertical-align:baseline}.theme-shell-vscode .theme-shell-page .main .table :where(th,td):first-child:before{content:"| ";color:var(--theme-shell-muted);font-weight:400}.theme-shell-vscode .theme-shell-page .main .table :where(th,td)+:where(th,td):before{content:" | ";color:var(--theme-shell-muted);font-weight:400}.theme-shell-vscode .theme-shell-page .main .table :where(th,td):last-child:after{content:" |";color:var(--theme-shell-muted);font-weight:400}.theme-shell-vscode .theme-shell-page .main{gap:0!important}.theme-shell-vscode .theme-shell-page .main :where(h1,h2,h3,h4,p,ul,ol,pre){margin:0!important}.theme-shell-vscode .theme-shell-page .main :where(.card,.community-post-row,.docs-group,.feed-lanes-panel,.goksorry-room-entry,.goksorry-room-panel,.goksorry-room-reply,.overview-panel,.panel,.sentiment-card,.sentiment-lane){margin-bottom:calc(var(--ide-editor-line-height) * .5)!important}.theme-shell-vscode .theme-shell-page .main .overview-market-block,.theme-shell-vscode .theme-shell-page .main .overview-panel{margin:0 0 var(--ide-editor-line-height) 0!important}.theme-shell-vscode .theme-shell-page .main .overview-market-block:before{content:"--- market ---";display:block;color:var(--theme-shell-muted)}.theme-shell-vscode .theme-shell-page .main .overview-market-block:after{content:"--- /market ---";display:block;color:var(--theme-shell-muted)}.theme-shell-vscode .theme-shell-page .main .overview-panel:before{content:"--- community ---";display:block;color:var(--theme-shell-muted)}.theme-shell-vscode .theme-shell-page .main .overview-panel:after{content:"--- /community ---";display:block;color:var(--theme-shell-muted)}.theme-shell-vscode .theme-shell-page .main .overview-section-head{display:flex!important;align-items:baseline;gap:1ch;margin:0!important;overflow:hidden;white-space:nowrap}.theme-shell-vscode .theme-shell-page .main .overview-section-head :where(h3,p){display:inline!important;margin:0!important}.theme-shell-vscode .theme-shell-page .main .overview-section-head h3:after{content:" -";color:var(--theme-shell-muted);font-weight:400}.theme-shell-vscode .theme-shell-page .main .overview-bottom-row,.theme-shell-vscode .theme-shell-page .main .overview-market-row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:0 2ch;gap:0 2ch;margin:0!important}.theme-shell-vscode .theme-shell-page .main .overview-bottom-row .overview-card,.theme-shell-vscode .theme-shell-page .main .overview-market-row .overview-card{min-width:0;display:flex!important;align-items:baseline;gap:0;margin:0!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-shell-vscode .theme-shell-page .main .overview-bottom-row .overview-card+.overview-card:before,.theme-shell-vscode .theme-shell-page .main .overview-market-row .overview-card+.overview-card:before{content:"|";flex:0 0 auto;margin-right:1ch;color:var(--theme-shell-muted);font-weight:400}.theme-shell-vscode .theme-shell-page .main .overview-bottom-row .overview-community-head,.theme-shell-vscode .theme-shell-page .main .overview-market-row :where(.overview-market-head,.overview-market-main){display:contents!important;margin:0!important}.theme-shell-vscode .theme-shell-page .main .overview-bottom-row :where(.overview-label,.overview-score-badge,.overview-score-badge span),.theme-shell-vscode .theme-shell-page .main .overview-market-row :where(.overview-label,.overview-note,.overview-value,.overview-delta){display:inline!important;margin:0!important}.theme-shell-vscode .theme-shell-page .main .overview-bottom-row .overview-label:after,.theme-shell-vscode .theme-shell-page .main .overview-market-row :where(.overview-label,.overview-note,.overview-value):after{content:" "}.theme-shell-vscode .theme-shell-page .main .overview-market-row .overview-card{position:relative;display:grid!important;grid-template-rows:var(--ide-editor-line-height) var(--ide-editor-line-height);align-items:start;min-height:calc(var(--ide-editor-line-height) * 2)}.theme-shell-vscode .theme-shell-page .main .overview-market-row .overview-card+.overview-card{padding-left:1.5ch!important}.theme-shell-vscode .theme-shell-page .main .overview-market-row .overview-card+.overview-card:before{position:absolute;top:0;left:0;margin-right:0}.theme-shell-vscode .theme-shell-page .main .overview-market-row .overview-market-head{min-width:0;display:block!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-shell-vscode .theme-shell-page .main .overview-market-row .overview-market-main{min-width:0;display:flex!important;align-items:baseline;justify-content:flex-end;gap:1ch;overflow:hidden;white-space:nowrap}.theme-shell-vscode .theme-shell-page .main .overview-market-row :where(.overview-label,.overview-value,.overview-delta){display:block!important}.theme-shell-vscode .theme-shell-page .main .overview-market-row .overview-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-shell-vscode .theme-shell-page .main .overview-market-row .overview-note{display:none!important}.theme-shell-vscode .theme-shell-page .main .overview-market-row .overview-delta{order:1}.theme-shell-vscode .theme-shell-page .main .overview-market-row .overview-value{order:2}.theme-shell-vscode .theme-shell-page .main .overview-market-row .overview-value:after{content:""}.theme-shell-vscode .theme-shell-page .main .overview-bottom-row .overview-card{position:relative;display:grid!important;grid-template-rows:var(--ide-editor-line-height) var(--ide-editor-line-height);align-items:start;min-height:calc(var(--ide-editor-line-height) * 2)}.theme-shell-vscode .theme-shell-page .main .overview-bottom-row .overview-card+.overview-card{padding-left:1.5ch!important}.theme-shell-vscode .theme-shell-page .main .overview-bottom-row .overview-card+.overview-card:before{position:absolute;top:0;left:0;margin-right:0}.theme-shell-vscode .theme-shell-page .main .overview-bottom-row .overview-community-head{min-width:0;display:contents!important}.theme-shell-vscode .theme-shell-page .main .overview-bottom-row .overview-label{display:block!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-shell-vscode .theme-shell-page .main .overview-bottom-row .overview-label:after{content:""}.theme-shell-vscode .theme-shell-page .main .overview-bottom-row .overview-score-badge{display:flex!important;align-items:baseline;justify-content:flex-end;justify-self:end;gap:1ch;overflow:hidden;white-space:nowrap}.theme-shell-vscode .theme-shell-page .main .overview-bottom-row .overview-score-badge span{display:block!important}.theme-shell-vscode .theme-shell-page .main .feed-lanes-panel{margin:0 0 var(--ide-editor-line-height) 0!important}.theme-shell-vscode .theme-shell-page .main .sentiment-columns{min-width:0;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0 2ch;gap:0 2ch;align-items:start;margin:0!important}.theme-shell-vscode .theme-shell-page .main .sentiment-lane{min-width:0;display:grid!important;align-content:start;grid-gap:calc(var(--ide-editor-line-height) * .5);gap:calc(var(--ide-editor-line-height) * .5);margin:0!important;overflow:hidden}.theme-shell-vscode .theme-shell-page .main .sentiment-lane-head{display:flex!important;align-items:baseline;justify-content:space-between;gap:1ch;margin:0!important;overflow:hidden;white-space:nowrap}.theme-shell-vscode .theme-shell-page .main .feed-skeleton-list,.theme-shell-vscode .theme-shell-page .main .sentiment-list{display:grid!important;grid-gap:0;gap:0;margin:0!important}.theme-shell-vscode .theme-shell-page .main .feed-symbol-badges{display:flex!important;flex-wrap:wrap;gap:0 1ch;margin:0!important}.theme-shell-vscode .theme-shell-page .main .board-grid{min-width:0;min-height:0;height:auto;display:flex!important;align-items:baseline;gap:0 1ch;margin:0!important;overflow:hidden}.theme-shell-vscode .theme-shell-page .main .board-grid .board-card{flex:1 1;min-width:0;min-height:0;height:auto;display:flex!important;align-items:baseline;justify-content:center;margin:0!important;overflow:hidden;text-align:center;white-space:nowrap}.theme-shell-vscode .theme-shell-page .main .board-grid .board-link-separator{display:inline!important;flex:0 0 auto;color:var(--theme-shell-muted);font-weight:400}.theme-shell-vscode .theme-shell-page .main .board-grid .board-card h3{min-width:0;display:block!important;margin:0!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-shell-vscode .theme-shell-page .main .overview-heading{display:flex!important;flex-wrap:wrap;gap:0 2ch;margin:0!important}.theme-shell-vscode .theme-shell-page .main .overview-heading :where(.overview-heading-copy,.overview-overall-score,.overview-overall-value-row){display:contents!important;margin:0!important}.theme-shell-vscode .theme-shell-page .main .overview-heading :where(button,h2,p,span,strong){display:inline!important;margin:0!important}.theme-shell-vscode .theme-shell-page .main .overview-heading :where(.overview-kicker,.overview-market-adjustment-meta,.overview-overall-band,.overview-overall-label,.overview-overall-value,.overview-timestamp):after{content:" "}.theme-shell-vscode .theme-shell-page .main .community-post-row,.theme-shell-vscode .theme-shell-page .main .goksorry-room-entry,.theme-shell-vscode .theme-shell-page .main .goksorry-room-reply,.theme-shell-vscode .theme-shell-page .main .sentiment-card{display:flex!important;flex-wrap:wrap;gap:0 1ch}.theme-shell-vscode .theme-shell-page .main .community-post-row :where(span,strong,time),.theme-shell-vscode .theme-shell-page .main .goksorry-room-entry :where(div,p,span,button),.theme-shell-vscode .theme-shell-page .main .goksorry-room-reply :where(div,p,span,button),.theme-shell-vscode .theme-shell-page .main .sentiment-card :where(div,p,span,time){display:inline!important;margin:0!important}.theme-shell-vscode .theme-shell-page .main .community-post-row{align-items:baseline;flex-wrap:nowrap;overflow:hidden}.theme-shell-vscode .theme-shell-page .main .community-post-title-link{order:1;color:inherit!important;text-decoration:none!important}.theme-shell-vscode .theme-shell-page .main .community-post-title,.theme-shell-vscode .theme-shell-page .main .community-post-title-link{min-width:0;display:inline-flex!important;overflow:hidden;white-space:nowrap}.theme-shell-vscode .theme-shell-page .main .community-post-title span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis}.theme-shell-vscode .theme-shell-page .main .community-post-board{order:3;flex:0 0 auto}.theme-shell-vscode .theme-shell-page .main .community-post-meta{display:contents!important}.theme-shell-vscode .theme-shell-page .main .community-post-board-mobile{display:none!important}.theme-shell-vscode .theme-shell-page .main .community-post-author{order:5;flex:0 0 auto}.theme-shell-vscode .theme-shell-page .main .community-post-time{order:7;flex:0 0 auto}.theme-shell-vscode .theme-shell-page .main .community-post-separator{display:inline!important;flex:0 0 auto;color:var(--theme-shell-muted);font-weight:400}.theme-shell-vscode .theme-shell-page .main .community-post-separator-board{order:2}.theme-shell-vscode .theme-shell-page .main .community-post-separator-author{order:4}.theme-shell-vscode .theme-shell-page .main .community-post-separator-time{order:6}.theme-shell-vscode .theme-shell-page .main .goksorry-room-entry{align-items:baseline;flex-wrap:nowrap;overflow:hidden}.theme-shell-vscode .theme-shell-page .main .goksorry-room-entry>.goksorry-room-actions,.theme-shell-vscode .theme-shell-page .main .goksorry-room-entry>.goksorry-room-entry-main,.theme-shell-vscode .theme-shell-page .main .goksorry-room-entry>.goksorry-room-entry-main>.goksorry-room-meta{display:contents!important}.theme-shell-vscode .theme-shell-page .main .goksorry-room-entry>.goksorry-room-entry-main>p{order:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-shell-vscode .theme-shell-page .main .goksorry-room-entry>.goksorry-room-entry-main>.goksorry-room-meta>span{order:2;flex:0 0 auto}.theme-shell-vscode .theme-shell-page .main .goksorry-room-entry>.goksorry-room-entry-main>.goksorry-room-meta>time{display:none!important}.theme-shell-vscode .theme-shell-page .main .goksorry-room-entry>.goksorry-room-actions>button{flex:0 0 auto}.theme-shell-vscode .theme-shell-page .main .goksorry-room-entry>.goksorry-room-actions>.goksorry-room-action-separator{display:inline!important;flex:0 0 auto;color:var(--theme-shell-muted);font-weight:400}.theme-shell-vscode .theme-shell-page .main .goksorry-room-entry>.goksorry-room-actions>.goksorry-room-action-separator-replies{order:3}.theme-shell-vscode .theme-shell-page .main .goksorry-room-entry>.goksorry-room-actions>button:first-of-type{order:4}.theme-shell-vscode .theme-shell-page .main .goksorry-room-entry>.goksorry-room-actions>.goksorry-room-action-separator-delete{order:5}.theme-shell-vscode .theme-shell-page .main .goksorry-room-entry>.goksorry-room-actions>button+.goksorry-room-action-separator+button{order:6}.theme-shell-vscode .theme-shell-page .main .goksorry-room-entry>.goksorry-room-entry-main>.goksorry-room-meta>span:before{content:" | ";color:var(--theme-shell-muted);font-weight:400}.theme-shell-vscode .theme-shell-page .main .filter-chip-active{background:transparent!important;border-color:transparent!important;color:var(--theme-shell-accent)!important;font-weight:900!important}.theme-shell-vscode .theme-shell-page .main .overview-card-community.overview-card-active{background:transparent!important;border-color:transparent!important;transform:none!important}.theme-shell-vscode .theme-shell-page .main .overview-card-community.overview-card-active .overview-label{color:inherit!important;font-weight:900!important}.theme-shell-vscode .theme-shell-page .main .overview-card-community.overview-card-active .overview-score-badge{background:transparent!important;border-color:transparent!important;color:var(--brand-strong)!important}.theme-shell-vscode .theme-shell-page .main .overview-bottom-row .overview-card+.overview-card:after,.theme-shell-vscode .theme-shell-page .main .overview-market-row .overview-card+.overview-card:after{content:"|";position:absolute;top:var(--ide-editor-line-height);left:0;color:var(--theme-shell-muted);font-weight:400}.theme-shell-vscode .theme-shell-page .main .sentiment-card{min-width:0;display:grid!important;grid-template-rows:var(--ide-editor-line-height) var(--ide-editor-line-height) minmax(var(--ide-editor-line-height),auto);grid-gap:0;gap:0;overflow:hidden}.theme-shell-vscode .theme-shell-page .main .sentiment-card-head,.theme-shell-vscode .theme-shell-page .main .sentiment-card-head-meta{display:contents!important;margin:0!important}.theme-shell-vscode .theme-shell-page .main .sentiment-card-head-tags{min-width:0;display:flex!important;grid-row:1;align-items:baseline;gap:0;margin:0!important;overflow:hidden;white-space:nowrap}.theme-shell-vscode .theme-shell-page .main .sentiment-card-head-tags:before{content:"[";color:var(--theme-shell-muted);font-weight:400}.theme-shell-vscode .theme-shell-page .main .sentiment-card-head-tags:after{content:"]";color:var(--theme-shell-muted);font-weight:400}.theme-shell-vscode .theme-shell-page .main .sentiment-card-head-tags .sentiment-card-tag{display:inline!important;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-shell-vscode .theme-shell-page .main .sentiment-card-head-tags .sentiment-card-tag:after,.theme-shell-vscode .theme-shell-page .main .sentiment-card-head-tags .sentiment-card-tag:before{content:""!important}.theme-shell-vscode .theme-shell-page .main .sentiment-card-head-tags .sentiment-card-tag+.sentiment-card-tag:before{content:", "!important;color:var(--theme-shell-muted);font-weight:400}.theme-shell-vscode .theme-shell-page .main .sentiment-clean-toggle{display:none!important}.theme-shell-vscode .theme-shell-page .main .sentiment-time{display:block!important;grid-row:2;min-width:0;margin:0!important;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.theme-shell-vscode .theme-shell-page .main .sentiment-card-body{display:block!important;grid-row:3;min-width:0;margin:0!important;overflow:hidden}.theme-shell-vscode .theme-shell-page .main .sentiment-title-stack{display:grid!important;min-width:0;margin:0!important}.theme-shell-vscode .theme-shell-page .main .sentiment-title{display:block!important;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:760px){.theme-shell-vscode .theme-shell-page .main .overview-bottom-row,.theme-shell-vscode .theme-shell-page .main .overview-market-row{grid-template-columns:minmax(0,1fr)}.theme-shell-vscode .theme-shell-page .main .board-grid{overflow-x:auto;scrollbar-width:none}.theme-shell-vscode .theme-shell-page .main .board-grid .board-card{min-width:8rem}.theme-shell-vscode .theme-shell-page .main .board-grid::-webkit-scrollbar{display:none}.theme-shell-vscode .theme-shell-page .main .sentiment-columns{display:flex!important;width:100%;max-width:100%;gap:1ch;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;-ms-overflow-style:none;scrollbar-width:none}.theme-shell-vscode .theme-shell-page .main .sentiment-columns::-webkit-scrollbar{display:none}.theme-shell-vscode .theme-shell-page .main .sentiment-columns .sentiment-lane{width:calc(100% - .2rem);min-width:calc(100% - .2rem);max-width:calc(100% - .2rem);flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 0.2rem);scroll-snap-align:start}.theme-shell-vscode .theme-shell-page .main .goksorry-room-entry{display:grid!important;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"room-content room-content" "room-meta room-actions";align-items:start;grid-gap:.28rem 0;gap:.28rem 0;overflow:visible}.theme-shell-vscode .theme-shell-page .main .goksorry-room-entry>.goksorry-room-entry-main{display:contents!important}.theme-shell-vscode .theme-shell-page .main .goksorry-room-entry>.goksorry-room-entry-main>p{grid-area:room-content;display:block!important;overflow:visible;text-overflow:clip;white-space:normal;overflow-wrap:anywhere}.theme-shell-vscode .theme-shell-page .main .goksorry-room-entry>.goksorry-room-entry-main>.goksorry-room-meta{grid-area:room-meta;min-width:0;display:flex!important;align-self:center;align-items:center;flex-wrap:wrap;gap:0 .45ch;white-space:normal;overflow-wrap:anywhere}.theme-shell-vscode .theme-shell-page .main .goksorry-room-entry>.goksorry-room-entry-main>.goksorry-room-meta>span,.theme-shell-vscode .theme-shell-page .main .goksorry-room-entry>.goksorry-room-entry-main>.goksorry-room-meta>time{order:0;flex:0 1 auto}.theme-shell-vscode .theme-shell-page .main .goksorry-room-entry>.goksorry-room-entry-main>.goksorry-room-meta>span:before{content:""}.theme-shell-vscode .theme-shell-page .main .goksorry-room-entry>.goksorry-room-entry-main>.goksorry-room-meta>time{display:inline!important;white-space:normal}.theme-shell-vscode .theme-shell-page .main .goksorry-room-entry>.goksorry-room-actions{grid-area:room-actions;display:flex!important;align-self:center;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:0 .45ch}.theme-shell-vscode .theme-shell-page .main .goksorry-room-entry>.goksorry-room-list-status,.theme-shell-vscode .theme-shell-page .main .goksorry-room-entry>.goksorry-room-replies,.theme-shell-vscode .theme-shell-page .main .goksorry-room-entry>.goksorry-room-reply-form{grid-column:1/-1}.theme-shell-vscode .theme-shell-page .main .goksorry-room-reply{display:grid!important;grid-template-columns:minmax(0,1fr);align-items:start;grid-gap:.24rem;gap:.24rem;overflow:visible}.theme-shell-vscode .theme-shell-page .main .goksorry-room-reply>p{display:block!important;overflow:visible;text-overflow:clip;white-space:normal;overflow-wrap:anywhere}.theme-shell-vscode .theme-shell-page .main .goksorry-room-reply>.goksorry-room-meta{min-width:0;display:flex!important;align-items:center;flex-wrap:wrap;gap:0 .45ch;white-space:normal;overflow-wrap:anywhere}.theme-shell-vscode .theme-shell-page .main .goksorry-room-actions>button,.theme-shell-vscode .theme-shell-page .main .goksorry-room-reply>.goksorry-room-meta>button{display:inline-flex!important}.theme-shell-vscode .theme-shell-page .main .overview-bottom-row .overview-card+.overview-card:after,.theme-shell-vscode .theme-shell-page .main .overview-bottom-row .overview-card+.overview-card:before,.theme-shell-vscode .theme-shell-page .main .overview-market-row .overview-card+.overview-card:after,.theme-shell-vscode .theme-shell-page .main .overview-market-row .overview-card+.overview-card:before{content:"";margin-right:0}}.theme-shell-vscode .theme-shell-status{background:#007acc;color:#fff}@media (max-width:760px){.vscode-titlebar{grid-template-columns:minmax(0,1fr)}.vscode-command-center{justify-self:stretch}.vscode-workbench{grid-template-columns:2.75rem minmax(0,1fr)}.vscode-explorer{display:none}}:root[data-theme-shell=jetbrains]{--theme-shell-bg:var(--jetbrains-workspace-bg,var(--bg));--theme-shell-chrome:var(--jetbrains-panel-bg,var(--panel-soft));--theme-shell-elevated:var(--jetbrains-tool-window-bar-bg,var(--panel-elevated));--theme-shell-line:var(--line);--theme-shell-accent:var(--brand);--theme-shell-content-padding:0;--jetbrains-workspace-bg:#1e1f22;--jetbrains-toolbar-bg:#2b2d30;--jetbrains-panel-bg:#2b2d30;--jetbrains-tool-window-bar-bg:#303236;--jetbrains-editor-bg:#1e1f22;--jetbrains-gutter-bg:#2b2d30;--ide-editor-font-size:0.82rem}:root[data-theme=jetbrains-light]{--theme-shell-bg:#f4f4f4;--jetbrains-workspace-bg:#f4f4f4;--jetbrains-toolbar-bg:#f2f3f5;--jetbrains-panel-bg:#f2f3f5;--jetbrains-tool-window-bar-bg:#e9ebef;--jetbrains-editor-bg:#fff;--jetbrains-gutter-bg:#f2f3f5}:root[data-theme=jetbrains-dark]{--theme-shell-bg:#1e1f22;--jetbrains-workspace-bg:#1e1f22;--jetbrains-toolbar-bg:#2b2d30;--jetbrains-panel-bg:#2b2d30;--jetbrains-tool-window-bar-bg:#303236;--jetbrains-editor-bg:#1e1f22;--jetbrains-gutter-bg:#2b2d30}.theme-shell-jetbrains{grid-template-rows:auto minmax(0,1fr) auto}.jetbrains-toolbar{min-height:2.75rem;display:grid;grid-template-columns:auto minmax(18rem,1fr) auto auto;align-items:center;grid-gap:.65rem;gap:.65rem;padding:.38rem .68rem;border-bottom:1px solid var(--theme-shell-line);background:var(--jetbrains-toolbar-bg)}.jetbrains-toolbar .theme-shell-nav{justify-self:start}.jetbrains-run-widget{display:inline-flex;gap:.25rem}.theme-shell-jetbrains .theme-shell-actions{--theme-shell-action-bg:var(--jetbrains-panel-bg);--theme-shell-action-border:var(--theme-shell-line);--theme-shell-action-hover:color-mix(in srgb,var(--theme-shell-accent) 14%,var(--theme-shell-chrome));--theme-shell-action-radius:7px;--theme-shell-action-shadow:0 1px 0 hsla(0,0%,100%,.08) inset}.jetbrains-window{display:grid;grid-template-columns:3.4rem 16rem minmax(0,1fr) auto;min-height:0}@media (max-width:900px){.jetbrains-window{grid-template-columns:3.4rem 16rem minmax(0,1fr)}}.jetbrains-tool-window-bar{display:grid;align-content:start;grid-gap:.35rem;gap:.35rem;padding:.45rem .34rem;border-right:1px solid var(--theme-shell-line);background:var(--jetbrains-tool-window-bar-bg)}.jetbrains-tool-window-bar button{min-height:3.4rem;display:grid;justify-items:center;grid-gap:.18rem;gap:.18rem;border:0;border-radius:6px;background:transparent;color:var(--ink-soft);box-shadow:none;font-size:.62rem}.jetbrains-tool-window-bar button:hover{background:color-mix(in srgb,var(--theme-shell-accent) 18%,transparent);color:var(--ink)}.jetbrains-tool-window-bar button.theme-shell-active{background:color-mix(in srgb,var(--theme-shell-accent) 15%,transparent)!important;color:var(--ink)!important;box-shadow:inset 3px 0 0 var(--theme-shell-accent)}.jetbrains-project-pane{min-height:0;border-right:1px solid var(--theme-shell-line);background:var(--jetbrains-panel-bg);overflow:auto}.jetbrains-breadcrumbs,.jetbrains-pane-title{padding:.5rem .65rem;border-bottom:1px solid var(--theme-shell-line);color:var(--theme-shell-muted);font-size:.74rem;font-weight:800}.jetbrains-project-tree{display:grid;grid-gap:.12rem;gap:.12rem;padding:.55rem}.jetbrains-project-tree a{padding:.34rem .42rem;border-radius:5px;color:var(--ink-soft);text-decoration:none;font-size:.8rem}.jetbrains-editor{display:grid;grid-template-rows:auto auto minmax(0,1fr);min-height:0}.jetbrains-tabs{display:flex;border-bottom:1px solid var(--theme-shell-line);background:var(--jetbrains-panel-bg);overflow-x:auto}.jetbrains-tabs a{min-width:8rem;padding:.48rem .7rem;border-right:1px solid var(--theme-shell-line);color:var(--ink-soft);text-decoration:none;font-size:.78rem}.jetbrains-editor-body{--ide-editor-line-height:1.62rem;min-height:0;display:grid;grid-template-columns:3rem minmax(0,1fr);overflow:auto;overscroll-behavior:contain;background:var(--jetbrains-editor-bg)}.jetbrains-gutter{display:grid;align-content:start;grid-gap:0;gap:0;align-self:start;box-sizing:border-box;width:100%;height:var(--ide-line-number-height,auto);min-height:100%;overflow:hidden;padding:.9rem .45rem 1.1rem;border-right:1px solid var(--theme-shell-line);background:var(--jetbrains-gutter-bg);color:var(--theme-shell-muted);font-family:var(--mono-font);font-size:.72rem;text-align:right}.jetbrains-gutter,.jetbrains-gutter span{line-height:var(--ide-editor-line-height)}.jetbrains-gutter span{height:var(--ide-editor-line-height)}.jetbrains-content-frame{overflow:visible;border:0;border-radius:0;background:var(--jetbrains-editor-bg);font-family:var(--mono-font)}.theme-shell-jetbrains .theme-shell-content-document{min-height:100%;padding:.9rem 1.05rem 1.1rem;background-color:var(--jetbrains-editor-bg);background-image:repeating-linear-gradient(to bottom,transparent 0,transparent calc(var(--ide-editor-line-height) - 1px),color-mix(in srgb,var(--theme-shell-line) 26%,transparent) calc(var(--ide-editor-line-height) - 1px),color-mix(in srgb,var(--theme-shell-line) 26%,transparent) var(--ide-editor-line-height));font-family:var(--mono-font);line-height:var(--ide-editor-line-height)}.theme-shell-jetbrains .theme-shell-content-document>.main{flex:1 0 auto}.theme-shell-jetbrains .theme-shell-page .main{display:grid;grid-gap:.62rem;gap:.62rem;padding:0}.theme-shell-jetbrains .card,.theme-shell-jetbrains .community-post-row,.theme-shell-jetbrains .goksorry-room-entry,.theme-shell-jetbrains .goksorry-room-reply,.theme-shell-jetbrains .overview-card,.theme-shell-jetbrains .overview-panel,.theme-shell-jetbrains .panel,.theme-shell-jetbrains .sentiment-card,.theme-shell-jetbrains .sentiment-lane{border-radius:5px;border-color:var(--theme-shell-line);background:color-mix(in srgb,var(--panel) 88%,transparent);box-shadow:none}.theme-shell-jetbrains .docs-shell,.theme-shell-jetbrains .feed-lanes-panel,.theme-shell-jetbrains .goksorry-room-panel,.theme-shell-jetbrains .overview-panel,.theme-shell-jetbrains .panel{margin:0;padding:.54rem .74rem}.theme-shell-jetbrains h1,.theme-shell-jetbrains h2,.theme-shell-jetbrains h3,.theme-shell-jetbrains h4{font-family:var(--mono-font);color:var(--ink)}.theme-shell-jetbrains .panel h1:before,.theme-shell-jetbrains .panel h2:before,.theme-shell-jetbrains .panel h3:before{content:"fun ";color:#c1914f;font-weight:700}.theme-shell-jetbrains code,.theme-shell-jetbrains input,.theme-shell-jetbrains li,.theme-shell-jetbrains p,.theme-shell-jetbrains pre,.theme-shell-jetbrains select,.theme-shell-jetbrains td,.theme-shell-jetbrains textarea,.theme-shell-jetbrains th{font-family:var(--mono-font)}.theme-shell-jetbrains .table,.theme-shell-jetbrains .table-wrap{border-radius:5px;border-color:var(--theme-shell-line);background:color-mix(in srgb,var(--panel) 78%,transparent)}.theme-shell-jetbrains .table td,.theme-shell-jetbrains .table th{border-color:color-mix(in srgb,var(--theme-shell-line) 58%,transparent)}.theme-shell-jetbrains .theme-shell-page .main,.theme-shell-jetbrains .theme-shell-page .main :where(a,button,code,em,h1,h2,h3,h4,input,label,li,p,pre,select,span,strong,table,tbody,td,textarea,tfoot,th,thead,tr){font-family:var(--mono-font)!important;font-size:var(--ide-editor-font-size)!important;line-height:var(--ide-editor-line-height)!important;letter-spacing:0!important;text-transform:none!important}.theme-shell-jetbrains .theme-shell-page .main :where(.actions,.board-grid,.card,.community-post-list,.community-post-row,.docs-endpoint-head,.docs-group,.docs-group-head,.docs-hero,.docs-shell,.docs-top-grid,.feed-lanes-panel,.goksorry-room-actions,.goksorry-room-entry,.goksorry-room-entry-main,.goksorry-room-list,.goksorry-room-panel,.goksorry-room-replies,.goksorry-room-reply,.list,.overview-bottom-row,.overview-card,.overview-community-head,.overview-heading,.overview-hero,.overview-market-block,.overview-market-head,.overview-market-main,.overview-market-row,.overview-overall-score,.overview-panel,.overview-section,.overview-section-head,.panel,.sentiment-card,.sentiment-card-body,.sentiment-card-head,.sentiment-columns,.sentiment-lane,.sentiment-lane-head,.sentiment-list,.table-wrap){display:block!important;margin:0 0 var(--ide-editor-line-height) 0!important;padding:0!important;border:0!important;border-radius:0!important;outline:0!important;background:transparent!important;box-shadow:none!important}.theme-shell-jetbrains .theme-shell-page .main :where(.btn,.docs-code,.docs-method,.docs-path,.feed-symbol-badge,.overview-score-badge,.tag,button,code,input,pre,select,textarea){margin:0!important;padding:0!important;border:0!important;border-radius:0!important;outline:0!important;background:transparent!important;box-shadow:none!important}.theme-shell-jetbrains .theme-shell-page .main :where(h1,h2,h3,h4,p,ul,ol,pre){margin:0 0 var(--ide-editor-line-height) 0!important;padding:0!important}.theme-shell-jetbrains .theme-shell-page .main :where(ul,ol){list-style-position:inside}.theme-shell-jetbrains .theme-shell-page .main :where(a,.btn,button){color:var(--theme-shell-accent)!important;text-decoration:underline;text-underline-offset:.18em}.theme-shell-jetbrains .theme-shell-page .main :where(.tag,.docs-method,.overview-score-badge,.feed-symbol-badge):before{content:"[";color:var(--theme-shell-muted);font-weight:400}.theme-shell-jetbrains .theme-shell-page .main :where(.tag,.docs-method,.overview-score-badge,.feed-symbol-badge):after{content:"]";color:var(--theme-shell-muted);font-weight:400}.theme-shell-jetbrains .theme-shell-page .main :where(.mobile-sentiment-swipe-hint,.overview-community-band,.overview-community-counts,.overview-goksorry-gauge,.overview-goksorry-gauge-track,.overview-panel-art,.sentiment-lane-watermark,canvas,img,svg){display:none!important}.theme-shell-jetbrains .theme-shell-page .main .table-wrap{overflow:visible!important}.theme-shell-jetbrains .theme-shell-page .main .table,.theme-shell-jetbrains .theme-shell-page .main .table :where(thead,tbody,tfoot,tr){display:block!important;width:auto!important;border:0!important;background:transparent!important}.theme-shell-jetbrains .theme-shell-page .main .table thead:after{content:"| --- | --- | --- |";display:block;color:var(--theme-shell-muted);white-space:pre}.theme-shell-jetbrains .theme-shell-page .main .table :where(th,td){display:inline!important;padding:0!important;border:0!important;background:transparent!important;vertical-align:baseline}.theme-shell-jetbrains .theme-shell-page .main .table :where(th,td):first-child:before{content:"| ";color:var(--theme-shell-muted);font-weight:400}.theme-shell-jetbrains .theme-shell-page .main .table :where(th,td)+:where(th,td):before{content:" | ";color:var(--theme-shell-muted);font-weight:400}.theme-shell-jetbrains .theme-shell-page .main .table :where(th,td):last-child:after{content:" |";color:var(--theme-shell-muted);font-weight:400}.theme-shell-jetbrains .theme-shell-page .main{gap:0!important}.theme-shell-jetbrains .theme-shell-page .main :where(h1,h2,h3,h4,p,ul,ol,pre){margin:0!important}.theme-shell-jetbrains .theme-shell-page .main :where(.card,.community-post-row,.docs-group,.feed-lanes-panel,.goksorry-room-entry,.goksorry-room-panel,.goksorry-room-reply,.overview-panel,.panel,.sentiment-card,.sentiment-lane){margin-bottom:calc(var(--ide-editor-line-height) * .5)!important}.theme-shell-jetbrains .theme-shell-page .main .overview-market-block,.theme-shell-jetbrains .theme-shell-page .main .overview-panel{margin:0 0 var(--ide-editor-line-height) 0!important}.theme-shell-jetbrains .theme-shell-page .main .overview-market-block:before{content:"--- market ---";display:block;color:var(--theme-shell-muted)}.theme-shell-jetbrains .theme-shell-page .main .overview-market-block:after{content:"--- /market ---";display:block;color:var(--theme-shell-muted)}.theme-shell-jetbrains .theme-shell-page .main .overview-panel:before{content:"--- community ---";display:block;color:var(--theme-shell-muted)}.theme-shell-jetbrains .theme-shell-page .main .overview-panel:after{content:"--- /community ---";display:block;color:var(--theme-shell-muted)}.theme-shell-jetbrains .theme-shell-page .main .overview-section-head{display:flex!important;align-items:baseline;gap:1ch;margin:0!important;overflow:hidden;white-space:nowrap}.theme-shell-jetbrains .theme-shell-page .main .overview-section-head :where(h3,p){display:inline!important;margin:0!important}.theme-shell-jetbrains .theme-shell-page .main .overview-section-head h3:after{content:" -";color:var(--theme-shell-muted);font-weight:400}.theme-shell-jetbrains .theme-shell-page .main .overview-bottom-row,.theme-shell-jetbrains .theme-shell-page .main .overview-market-row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:0 2ch;gap:0 2ch;margin:0!important}.theme-shell-jetbrains .theme-shell-page .main .overview-bottom-row .overview-card,.theme-shell-jetbrains .theme-shell-page .main .overview-market-row .overview-card{min-width:0;display:flex!important;align-items:baseline;gap:0;margin:0!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-shell-jetbrains .theme-shell-page .main .overview-bottom-row .overview-card+.overview-card:before,.theme-shell-jetbrains .theme-shell-page .main .overview-market-row .overview-card+.overview-card:before{content:"|";flex:0 0 auto;margin-right:1ch;color:var(--theme-shell-muted);font-weight:400}.theme-shell-jetbrains .theme-shell-page .main .overview-bottom-row .overview-community-head,.theme-shell-jetbrains .theme-shell-page .main .overview-market-row :where(.overview-market-head,.overview-market-main){display:contents!important;margin:0!important}.theme-shell-jetbrains .theme-shell-page .main .overview-bottom-row :where(.overview-label,.overview-score-badge,.overview-score-badge span),.theme-shell-jetbrains .theme-shell-page .main .overview-market-row :where(.overview-label,.overview-note,.overview-value,.overview-delta){display:inline!important;margin:0!important}.theme-shell-jetbrains .theme-shell-page .main .overview-bottom-row .overview-label:after,.theme-shell-jetbrains .theme-shell-page .main .overview-market-row :where(.overview-label,.overview-note,.overview-value):after{content:" "}.theme-shell-jetbrains .theme-shell-page .main .overview-market-row .overview-card{position:relative;display:grid!important;grid-template-rows:var(--ide-editor-line-height) var(--ide-editor-line-height);align-items:start;min-height:calc(var(--ide-editor-line-height) * 2)}.theme-shell-jetbrains .theme-shell-page .main .overview-market-row .overview-card+.overview-card{padding-left:1.5ch!important}.theme-shell-jetbrains .theme-shell-page .main .overview-market-row .overview-card+.overview-card:before{position:absolute;top:0;left:0;margin-right:0}.theme-shell-jetbrains .theme-shell-page .main .overview-market-row .overview-market-head{min-width:0;display:block!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-shell-jetbrains .theme-shell-page .main .overview-market-row .overview-market-main{min-width:0;display:flex!important;align-items:baseline;justify-content:flex-end;gap:1ch;overflow:hidden;white-space:nowrap}.theme-shell-jetbrains .theme-shell-page .main .overview-market-row :where(.overview-label,.overview-value,.overview-delta){display:block!important}.theme-shell-jetbrains .theme-shell-page .main .overview-market-row .overview-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-shell-jetbrains .theme-shell-page .main .overview-market-row .overview-note{display:none!important}.theme-shell-jetbrains .theme-shell-page .main .overview-market-row .overview-delta{order:1}.theme-shell-jetbrains .theme-shell-page .main .overview-market-row .overview-value{order:2}.theme-shell-jetbrains .theme-shell-page .main .overview-market-row .overview-value:after{content:""}.theme-shell-jetbrains .theme-shell-page .main .overview-bottom-row .overview-card{position:relative;display:grid!important;grid-template-rows:var(--ide-editor-line-height) var(--ide-editor-line-height);align-items:start;min-height:calc(var(--ide-editor-line-height) * 2)}.theme-shell-jetbrains .theme-shell-page .main .overview-bottom-row .overview-card+.overview-card{padding-left:1.5ch!important}.theme-shell-jetbrains .theme-shell-page .main .overview-bottom-row .overview-card+.overview-card:before{position:absolute;top:0;left:0;margin-right:0}.theme-shell-jetbrains .theme-shell-page .main .overview-bottom-row .overview-community-head{min-width:0;display:contents!important}.theme-shell-jetbrains .theme-shell-page .main .overview-bottom-row .overview-label{display:block!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-shell-jetbrains .theme-shell-page .main .overview-bottom-row .overview-label:after{content:""}.theme-shell-jetbrains .theme-shell-page .main .overview-bottom-row .overview-score-badge{display:flex!important;align-items:baseline;justify-content:flex-end;justify-self:end;gap:1ch;overflow:hidden;white-space:nowrap}.theme-shell-jetbrains .theme-shell-page .main .overview-bottom-row .overview-score-badge span{display:block!important}.theme-shell-jetbrains .theme-shell-page .main .feed-lanes-panel{margin:0 0 var(--ide-editor-line-height) 0!important}.theme-shell-jetbrains .theme-shell-page .main .sentiment-columns{min-width:0;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0 2ch;gap:0 2ch;align-items:start;margin:0!important}.theme-shell-jetbrains .theme-shell-page .main .sentiment-lane{min-width:0;display:grid!important;align-content:start;grid-gap:calc(var(--ide-editor-line-height) * .5);gap:calc(var(--ide-editor-line-height) * .5);margin:0!important;overflow:hidden}.theme-shell-jetbrains .theme-shell-page .main .sentiment-lane-head{display:flex!important;align-items:baseline;justify-content:space-between;gap:1ch;margin:0!important;overflow:hidden;white-space:nowrap}.theme-shell-jetbrains .theme-shell-page .main .feed-skeleton-list,.theme-shell-jetbrains .theme-shell-page .main .sentiment-list{display:grid!important;grid-gap:0;gap:0;margin:0!important}.theme-shell-jetbrains .theme-shell-page .main .feed-symbol-badges{display:flex!important;flex-wrap:wrap;gap:0 1ch;margin:0!important}.theme-shell-jetbrains .theme-shell-page .main .board-grid{min-width:0;min-height:0;height:auto;display:flex!important;align-items:baseline;gap:0 1ch;margin:0!important;overflow:hidden}.theme-shell-jetbrains .theme-shell-page .main .board-grid .board-card{flex:1 1;min-width:0;min-height:0;height:auto;display:flex!important;align-items:baseline;justify-content:center;margin:0!important;overflow:hidden;text-align:center;white-space:nowrap}.theme-shell-jetbrains .theme-shell-page .main .board-grid .board-link-separator{display:inline!important;flex:0 0 auto;color:var(--theme-shell-muted);font-weight:400}.theme-shell-jetbrains .theme-shell-page .main .board-grid .board-card h3{min-width:0;display:block!important;margin:0!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-shell-jetbrains .theme-shell-page .main .overview-heading{display:flex!important;flex-wrap:wrap;gap:0 2ch;margin:0!important}.theme-shell-jetbrains .theme-shell-page .main .overview-heading :where(.overview-heading-copy,.overview-overall-score,.overview-overall-value-row){display:contents!important;margin:0!important}.theme-shell-jetbrains .theme-shell-page .main .overview-heading :where(button,h2,p,span,strong){display:inline!important;margin:0!important}.theme-shell-jetbrains .theme-shell-page .main .overview-heading :where(.overview-kicker,.overview-market-adjustment-meta,.overview-overall-band,.overview-overall-label,.overview-overall-value,.overview-timestamp):after{content:" "}.theme-shell-jetbrains .theme-shell-page .main .community-post-row,.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-entry,.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-reply,.theme-shell-jetbrains .theme-shell-page .main .sentiment-card{display:flex!important;flex-wrap:wrap;gap:0 1ch}.theme-shell-jetbrains .theme-shell-page .main .community-post-row :where(span,strong,time),.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-entry :where(div,p,span,button),.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-reply :where(div,p,span,button),.theme-shell-jetbrains .theme-shell-page .main .sentiment-card :where(div,p,span,time){display:inline!important;margin:0!important}.theme-shell-jetbrains .theme-shell-page .main .community-post-row{align-items:baseline;flex-wrap:nowrap;overflow:hidden}.theme-shell-jetbrains .theme-shell-page .main .community-post-title-link{order:1;color:inherit!important;text-decoration:none!important}.theme-shell-jetbrains .theme-shell-page .main .community-post-title,.theme-shell-jetbrains .theme-shell-page .main .community-post-title-link{min-width:0;display:inline-flex!important;overflow:hidden;white-space:nowrap}.theme-shell-jetbrains .theme-shell-page .main .community-post-title span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis}.theme-shell-jetbrains .theme-shell-page .main .community-post-board{order:3;flex:0 0 auto}.theme-shell-jetbrains .theme-shell-page .main .community-post-meta{display:contents!important}.theme-shell-jetbrains .theme-shell-page .main .community-post-board-mobile{display:none!important}.theme-shell-jetbrains .theme-shell-page .main .community-post-author{order:5;flex:0 0 auto}.theme-shell-jetbrains .theme-shell-page .main .community-post-time{order:7;flex:0 0 auto}.theme-shell-jetbrains .theme-shell-page .main .community-post-separator{display:inline!important;flex:0 0 auto;color:var(--theme-shell-muted);font-weight:400}.theme-shell-jetbrains .theme-shell-page .main .community-post-separator-board{order:2}.theme-shell-jetbrains .theme-shell-page .main .community-post-separator-author{order:4}.theme-shell-jetbrains .theme-shell-page .main .community-post-separator-time{order:6}.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-entry{align-items:baseline;flex-wrap:nowrap;overflow:hidden}.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-entry>.goksorry-room-actions,.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-entry>.goksorry-room-entry-main,.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-entry>.goksorry-room-entry-main>.goksorry-room-meta{display:contents!important}.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-entry>.goksorry-room-entry-main>p{order:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-entry>.goksorry-room-entry-main>.goksorry-room-meta>span{order:2;flex:0 0 auto}.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-entry>.goksorry-room-entry-main>.goksorry-room-meta>time{display:none!important}.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-entry>.goksorry-room-actions>button{flex:0 0 auto}.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-entry>.goksorry-room-actions>.goksorry-room-action-separator{display:inline!important;flex:0 0 auto;color:var(--theme-shell-muted);font-weight:400}.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-entry>.goksorry-room-actions>.goksorry-room-action-separator-replies{order:3}.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-entry>.goksorry-room-actions>button:first-of-type{order:4}.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-entry>.goksorry-room-actions>.goksorry-room-action-separator-delete{order:5}.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-entry>.goksorry-room-actions>button+.goksorry-room-action-separator+button{order:6}.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-entry>.goksorry-room-entry-main>.goksorry-room-meta>span:before{content:" | ";color:var(--theme-shell-muted);font-weight:400}.theme-shell-jetbrains .theme-shell-page .main .filter-chip-active{background:transparent!important;border-color:transparent!important;color:var(--theme-shell-accent)!important;font-weight:900!important}.theme-shell-jetbrains .theme-shell-page .main .overview-card-community.overview-card-active{background:transparent!important;border-color:transparent!important;transform:none!important}.theme-shell-jetbrains .theme-shell-page .main .overview-card-community.overview-card-active .overview-label{color:inherit!important;font-weight:900!important}.theme-shell-jetbrains .theme-shell-page .main .overview-card-community.overview-card-active .overview-score-badge{background:transparent!important;border-color:transparent!important;color:var(--brand-strong)!important}.theme-shell-jetbrains .theme-shell-page .main .overview-bottom-row .overview-card+.overview-card:after,.theme-shell-jetbrains .theme-shell-page .main .overview-market-row .overview-card+.overview-card:after{content:"|";position:absolute;top:var(--ide-editor-line-height);left:0;color:var(--theme-shell-muted);font-weight:400}.theme-shell-jetbrains .theme-shell-page .main .sentiment-card{min-width:0;display:grid!important;grid-template-rows:var(--ide-editor-line-height) var(--ide-editor-line-height) minmax(var(--ide-editor-line-height),auto);grid-gap:0;gap:0;overflow:hidden}.theme-shell-jetbrains .theme-shell-page .main .sentiment-card-head,.theme-shell-jetbrains .theme-shell-page .main .sentiment-card-head-meta{display:contents!important;margin:0!important}.theme-shell-jetbrains .theme-shell-page .main .sentiment-card-head-tags{min-width:0;display:flex!important;grid-row:1;align-items:baseline;gap:0;margin:0!important;overflow:hidden;white-space:nowrap}.theme-shell-jetbrains .theme-shell-page .main .sentiment-card-head-tags:before{content:"[";color:var(--theme-shell-muted);font-weight:400}.theme-shell-jetbrains .theme-shell-page .main .sentiment-card-head-tags:after{content:"]";color:var(--theme-shell-muted);font-weight:400}.theme-shell-jetbrains .theme-shell-page .main .sentiment-card-head-tags .sentiment-card-tag{display:inline!important;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-shell-jetbrains .theme-shell-page .main .sentiment-card-head-tags .sentiment-card-tag:after,.theme-shell-jetbrains .theme-shell-page .main .sentiment-card-head-tags .sentiment-card-tag:before{content:""!important}.theme-shell-jetbrains .theme-shell-page .main .sentiment-card-head-tags .sentiment-card-tag+.sentiment-card-tag:before{content:", "!important;color:var(--theme-shell-muted);font-weight:400}.theme-shell-jetbrains .theme-shell-page .main .sentiment-clean-toggle{display:none!important}.theme-shell-jetbrains .theme-shell-page .main .sentiment-time{display:block!important;grid-row:2;min-width:0;margin:0!important;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.theme-shell-jetbrains .theme-shell-page .main .sentiment-card-body{display:block!important;grid-row:3;min-width:0;margin:0!important;overflow:hidden}.theme-shell-jetbrains .theme-shell-page .main .sentiment-title-stack{display:grid!important;min-width:0;margin:0!important}.theme-shell-jetbrains .theme-shell-page .main .sentiment-title{display:block!important;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:760px){.theme-shell-jetbrains .theme-shell-page .main .overview-bottom-row,.theme-shell-jetbrains .theme-shell-page .main .overview-market-row{grid-template-columns:minmax(0,1fr)}.theme-shell-jetbrains .theme-shell-page .main .board-grid{overflow-x:auto;scrollbar-width:none}.theme-shell-jetbrains .theme-shell-page .main .board-grid .board-card{min-width:8rem}.theme-shell-jetbrains .theme-shell-page .main .board-grid::-webkit-scrollbar{display:none}.theme-shell-jetbrains .theme-shell-page .main .sentiment-columns{display:flex!important;width:100%;max-width:100%;gap:1ch;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;-ms-overflow-style:none;scrollbar-width:none}.theme-shell-jetbrains .theme-shell-page .main .sentiment-columns::-webkit-scrollbar{display:none}.theme-shell-jetbrains .theme-shell-page .main .sentiment-columns .sentiment-lane{width:calc(100% - .2rem);min-width:calc(100% - .2rem);max-width:calc(100% - .2rem);flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 0.2rem);scroll-snap-align:start}.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-entry{display:grid!important;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"room-content room-content" "room-meta room-actions";align-items:start;grid-gap:.28rem 0;gap:.28rem 0;overflow:visible}.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-entry>.goksorry-room-entry-main{display:contents!important}.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-entry>.goksorry-room-entry-main>p{grid-area:room-content;display:block!important;overflow:visible;text-overflow:clip;white-space:normal;overflow-wrap:anywhere}.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-entry>.goksorry-room-entry-main>.goksorry-room-meta{grid-area:room-meta;min-width:0;display:flex!important;align-self:center;align-items:center;flex-wrap:wrap;gap:0 .45ch;white-space:normal;overflow-wrap:anywhere}.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-entry>.goksorry-room-entry-main>.goksorry-room-meta>span,.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-entry>.goksorry-room-entry-main>.goksorry-room-meta>time{order:0;flex:0 1 auto}.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-entry>.goksorry-room-entry-main>.goksorry-room-meta>span:before{content:""}.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-entry>.goksorry-room-entry-main>.goksorry-room-meta>time{display:inline!important;white-space:normal}.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-entry>.goksorry-room-actions{grid-area:room-actions;display:flex!important;align-self:center;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:0 .45ch}.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-entry>.goksorry-room-list-status,.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-entry>.goksorry-room-replies,.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-entry>.goksorry-room-reply-form{grid-column:1/-1}.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-reply{display:grid!important;grid-template-columns:minmax(0,1fr);align-items:start;grid-gap:.24rem;gap:.24rem;overflow:visible}.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-reply>p{display:block!important;overflow:visible;text-overflow:clip;white-space:normal;overflow-wrap:anywhere}.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-reply>.goksorry-room-meta{min-width:0;display:flex!important;align-items:center;flex-wrap:wrap;gap:0 .45ch;white-space:normal;overflow-wrap:anywhere}.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-actions>button,.theme-shell-jetbrains .theme-shell-page .main .goksorry-room-reply>.goksorry-room-meta>button{display:inline-flex!important}.theme-shell-jetbrains .theme-shell-page .main .overview-bottom-row .overview-card+.overview-card:after,.theme-shell-jetbrains .theme-shell-page .main .overview-bottom-row .overview-card+.overview-card:before,.theme-shell-jetbrains .theme-shell-page .main .overview-market-row .overview-card+.overview-card:after,.theme-shell-jetbrains .theme-shell-page .main .overview-market-row .overview-card+.overview-card:before{content:"";margin-right:0}}.theme-shell-jetbrains .theme-shell-status{background:var(--theme-shell-chrome);color:var(--theme-shell-muted)}@media (max-width:880px){.jetbrains-toolbar{grid-template-columns:minmax(0,1fr)}.jetbrains-window{grid-template-columns:3.2rem minmax(0,1fr)}.jetbrains-project-pane{display:none}}