/* TeenConnect Community: fully scoped so other services keep their own layout. */
.community-shell{width:min(1120px,100%);margin:0 auto;padding:30px 0 68px;color:#102454}.community-hero{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:206px;margin-bottom:22px;padding:36px 42px;overflow:hidden;border-radius:30px;background:linear-gradient(120deg,#182767 0%,#2f61ed 54%,#774ff5 100%);color:#fff;isolation:isolate}.community-hero:before,.community-hero:after{position:absolute;content:"";border:1px solid rgba(255,255,255,.24);border-radius:999px;z-index:-1}.community-hero:before{width:250px;height:250px;right:80px;top:-110px}.community-hero:after{width:95px;height:95px;right:130px;bottom:-42px}.community-hero.compact{min-height:150px;padding:28px 34px}.community-hero .eyebrow{color:#b8c9ff}.community-hero h1{max-width:650px;margin:7px 0 10px;white-space:pre-line;color:#fff;font-size:42px;line-height:1.08;letter-spacing:-.07em}.community-hero.compact h1{font-size:34px}.community-hero p{max-width:620px;margin:0;color:#dce6ff;font-size:14px;line-height:1.65}.community-hero-orb{display:grid;place-items:center;flex:0 0 auto;width:90px;height:90px;margin-left:30px;border-radius:30px;background:rgba(255,255,255,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.45),0 18px 32px rgba(13,20,84,.2);font-size:38px;transform:rotate(13deg)}.community-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 14px}.community-search{display:flex;align-items:center;min-width:0;width:min(490px,100%);padding:6px 6px 6px 15px;border:1px solid #dce4f4;border-radius:16px;background:#fff;box-shadow:0 7px 19px rgba(39,61,124,.05)}.community-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#152956;font:700 13px/1.2 inherit}.community-search input::placeholder{color:#9aa8c2}.community-search button{flex:0 0 auto;padding:9px 14px;border:0;border-radius:11px;background:#eaf0ff;color:#315ee0;font:800 12px/1 inherit;cursor:pointer}.community-toolbar-actions{display:flex;gap:8px;align-items:center}.community-ghost,.community-danger{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 12px;border:1px solid #dbe3f1;border-radius:11px;background:#fff;color:#52627f;font-size:12px;font-weight:800;text-decoration:none;cursor:pointer}.community-ghost:hover{border-color:#b9c9ed;background:#f5f8ff;color:#2c5de0}.community-ghost.tiny,.community-danger.tiny{min-height:31px;padding:6px 9px;font-size:11px}.community-danger{border-color:#ffd4dc;color:#d3415e}.community-danger:hover{background:#fff2f4}.community-danger.text{min-height:auto;padding:0;border:0;background:transparent;font-weight:800}.community-category-tabs{display:flex;gap:7px;overflow:auto;margin:0 0 18px;padding:3px 1px 8px;scrollbar-width:none}.community-category-tabs::-webkit-scrollbar{display:none}.community-category-tabs a{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;padding:9px 12px;border:1px solid #e1e7f1;border-radius:999px;background:#fff;color:#71809d;font-size:12px;font-weight:800;text-decoration:none;transition:.16s}.community-category-tabs a:hover{border-color:#b8c9f2;color:#285be8}.community-category-tabs a.active{border-color:#2d61ea;background:#2d61ea;color:#fff;box-shadow:0 8px 18px rgba(45,97,234,.2)}.community-layout{display:grid;grid-template-columns:minmax(0,1fr) 278px;gap:22px;align-items:start}.community-main{min-width:0}.community-list-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:2px 0 12px}.community-list-head h2{margin:3px 0 0;font-size:24px;letter-spacing:-.06em}.community-sort-tabs{display:flex;gap:4px;padding:4px;border-radius:11px;background:#f0f4fb}.community-sort-tabs a{padding:7px 9px;border-radius:8px;color:#7a87a1;font-size:11px;font-weight:800;text-decoration:none}.community-sort-tabs a.active{background:#fff;color:#285be3;box-shadow:0 3px 10px rgba(44,63,120,.1)}.community-post-list{display:grid;gap:11px}.community-post-card{padding:19px 20px 15px;border:1px solid #e1e7f2;border-radius:21px;background:#fff;box-shadow:0 8px 24px rgba(30,55,118,.04);transition:transform .16s,border-color .16s,box-shadow .16s}.community-post-card:hover{border-color:#c8d5f1;box-shadow:0 14px 30px rgba(30,55,118,.09);transform:translateY(-1px)}.community-card-main{display:block;color:inherit;text-decoration:none}.community-card-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.community-card-meta time{color:#9aa6bc;font-size:11px;font-weight:700}.community-category-pill{display:inline-flex;align-items:center;gap:4px;max-width:100%;padding:5px 8px;border-radius:8px;background:#edf2ff;color:#365fd8;font-size:10px;font-weight:900;letter-spacing:-.02em}.community-post-card h3{margin:0 0 7px;color:#162a56;font-size:18px;letter-spacing:-.05em}.community-post-card p{display:-webkit-box;overflow:hidden;margin:0;color:#697994;font-size:13px;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:2}.community-card-images{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin-top:13px;overflow:hidden;border-radius:14px}.community-card-images.count-1{grid-template-columns:minmax(0,1fr)}.community-card-images.count-2{grid-template-columns:repeat(2,minmax(0,1fr))}.community-card-images.count-3{grid-template-columns:repeat(3,minmax(0,1fr))}.community-card-images span{position:relative;display:block;min-width:0;aspect-ratio:1.35/1;overflow:hidden;background:#eef2fb}.community-card-images img{display:block;width:100%;height:100%;object-fit:cover}.community-card-images span>b{position:absolute;inset:0;display:grid;place-items:center;background:rgba(12,21,54,.52);color:#fff;font-size:17px}.community-tag-row{display:flex;flex-wrap:wrap;gap:5px;margin-top:12px}.community-tag-row span,.community-tag-row a{display:inline-flex;padding:5px 7px;border-radius:7px;background:#f3f6fb;color:#6680b7;font-size:10px;font-weight:800;text-decoration:none}.community-tag-row a:hover{background:#e7efff;color:#2a5de8}.community-post-card>footer{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:14px;padding-top:12px;border-top:1px solid #eff2f7}.community-author{display:flex;align-items:center;gap:8px;min-width:0;color:inherit;text-decoration:none}.community-author>span{display:grid;gap:1px;min-width:0}.community-author b{overflow:hidden;color:#28416e;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.community-author small{overflow:hidden;color:#9aa6bc;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.community-author.large b{font-size:13px}.community-author.large small{font-size:11px}.community-card-stats{display:flex;flex:0 0 auto;gap:10px;color:#8b98af;font-size:10px;font-weight:800}.community-rail{display:grid;gap:12px;position:sticky;top:84px}.community-rail-card{padding:18px;border:1px solid #e1e7f1;border-radius:20px;background:#fff;box-shadow:0 8px 22px rgba(36,55,110,.04)}.community-rail-card h3{margin:5px 0 7px;font-size:17px;letter-spacing:-.05em;white-space:pre-line}.community-rail-card p{margin:0;color:#7d8aa3;font-size:11px;line-height:1.6;white-space:pre-line}.community-start-card{position:relative;overflow:hidden;background:linear-gradient(145deg,#eaf0ff,#f9faff)}.community-start-card:after{position:absolute;right:-18px;bottom:-23px;content:"✦";color:#d7e2ff;font-size:90px}.community-start-card>span{font-size:25px}.community-start-card>a{display:inline-flex;margin-top:14px;color:#315de1;font-size:12px;font-weight:900;text-decoration:none}.community-rail-card header h3{margin-top:4px}.community-hot-list{display:grid;gap:11px;margin:14px 0 0;padding:0;list-style:none}.community-hot-list li{display:flex;gap:9px;align-items:flex-start}.community-hot-list li>b{display:grid;place-items:center;flex:0 0 auto;width:20px;height:20px;border-radius:7px;background:#edf2ff;color:#3a62d7;font-size:10px}.community-hot-list a{display:grid;gap:3px;min-width:0;color:inherit;text-decoration:none}.community-hot-list strong{overflow:hidden;color:#384967;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.community-hot-list small{color:#9aa6bb;font-size:9px}.community-guide-card{background:#fffdf7}.community-guide-card>span{font-size:20px}.community-empty{display:grid;justify-items:center;gap:7px;padding:55px 20px;border:1px dashed #dbe3f0;border-radius:21px;background:#fff;color:#76839c;text-align:center}.community-empty>span{font-size:31px}.community-empty>b{color:#2d4169;font-size:15px}.community-empty p{margin:0;font-size:12px}.community-editor-shell{max-width:860px}.community-editor{display:grid;gap:16px;padding:25px;border:1px solid #e0e7f3;border-radius:24px;background:#fff;box-shadow:0 12px 30px rgba(35,57,119,.05)}.community-field{display:grid;gap:7px;color:#43526f;font-size:12px;font-weight:900}.community-field>span{display:flex;justify-content:space-between}.community-field>span b{color:#9ba8bc;font-size:10px}.community-field input,.community-field textarea,.community-field select,.community-dialog select,.community-dialog textarea{width:100%;box-sizing:border-box;border:1px solid #dce4f1;border-radius:13px;outline:0;background:#fbfcff;color:#1e315b;font:700 13px/1.5 inherit}.community-field input,.community-field select{min-height:44px;padding:10px 12px}.community-field textarea{min-height:190px;padding:12px;resize:vertical}.community-field input:focus,.community-field textarea:focus,.community-field select:focus,.community-dialog select:focus,.community-dialog textarea:focus{border-color:#7194ef;box-shadow:0 0 0 3px rgba(75,113,233,.11);background:#fff}.community-title-field input{font-size:16px}.community-upload-box{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px;border:1px dashed #cbd8f1;border-radius:15px;background:#f8faff}.community-upload-box b{color:#405178;font-size:12px}.community-upload-box p{margin:4px 0 0;color:#8692aa;font-size:10px}.community-file-button{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;min-height:34px;padding:7px 10px;border-radius:10px;background:#eaf0ff;color:#315edd;font-size:11px;font-weight:900;cursor:pointer}.community-file-button input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.community-image-preview{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px}.community-image-preview:empty{display:none}.community-image-preview span{position:relative;aspect-ratio:1;border-radius:10px;overflow:hidden;background:#edf2fb}.community-image-preview img{width:100%;height:100%;object-fit:cover}.community-image-preview b{position:absolute;left:4px;bottom:4px;padding:3px 5px;border-radius:5px;background:rgba(11,21,57,.56);color:#fff;font-size:9px}.community-policy{display:flex;align-items:flex-start;gap:7px;color:#71809a;font-size:11px;line-height:1.55}.community-policy input{margin-top:2px}.community-editor-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:4px}.community-existing-images{display:flex;gap:6px;overflow:auto;padding-bottom:3px}.community-existing-images img{width:92px;height:92px;border-radius:12px;object-fit:cover}.community-library-shell{max-width:860px}.community-library-tabs{display:flex;gap:6px;margin:0 0 15px;padding:5px;border-radius:13px;background:#edf2fb}.community-library-tabs a{flex:1;padding:10px;border-radius:9px;color:#75829a;font-size:12px;font-weight:900;text-align:center;text-decoration:none}.community-library-tabs a.active{background:#fff;color:#2e5fe0;box-shadow:0 3px 11px rgba(37,60,119,.09)}.community-detail-shell{max-width:860px}.community-detail-back{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 12px}.community-detail-back a{color:#5c6f92;font-size:12px;font-weight:900;text-decoration:none}.community-detail-back span{color:#7487ae;font-size:11px;font-weight:800}.community-detail-card{padding:26px;border:1px solid #e0e6f1;border-radius:25px;background:#fff;box-shadow:0 12px 31px rgba(26,49,108,.055)}.community-detail-card>header{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:22px}.community-detail-menu{display:flex;gap:6px}.community-detail-menu form{margin:0}.community-status-notice{margin:-8px 0 17px;padding:10px 12px;border-radius:10px;background:#fff5dc;color:#a46800;font-size:11px;font-weight:800}.community-detail-card h1{margin:12px 0 17px;color:#142758;font-size:31px;line-height:1.25;letter-spacing:-.07em}.community-detail-body{color:#3c4f73;font-size:15px;line-height:1.9;white-space:normal;word-break:break-word}.community-detail-images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:22px 0 0}.community-detail-images.count-1{grid-template-columns:1fr}.community-detail-images.count-3,.community-detail-images.count-4{grid-template-columns:repeat(2,minmax(0,1fr))}.community-detail-images a{display:block;min-height:150px;overflow:hidden;border-radius:16px;background:#edf2fb}.community-detail-images img{display:block;width:100%;height:100%;max-height:560px;object-fit:cover}.community-tag-row.large{margin-top:20px}.community-tag-row.large a{font-size:11px}.community-detail-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:24px;padding-top:16px;border-top:1px solid #edf0f5;color:#8794aa;font-size:11px;font-weight:800}.community-detail-actions form{margin:0}.community-action-button{min-height:35px;padding:8px 11px;border:1px solid #dce4f3;border-radius:10px;background:#fff;color:#687894;font-size:11px;font-weight:900;cursor:pointer}.community-action-button.active{border-color:#ffc8d2;background:#fff3f5;color:#df4360}.community-report-link{padding:0;border:0;background:transparent;color:#9ba8bf;font-size:10px;font-weight:800;cursor:pointer}.community-comments{margin-top:16px;padding:24px;border:1px solid #e1e7f2;border-radius:23px;background:#fff}.community-comments>header{margin-bottom:15px}.community-comments h2{margin:3px 0 0;font-size:20px;letter-spacing:-.05em}.community-comment-form{display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:8px;align-items:start;margin-bottom:17px;padding:10px;border:1px solid #dce5f2;border-radius:15px;background:#fbfcff}.community-comment-avatar .avatar{width:30px;height:30px}.community-comment-form textarea,.community-reply-form textarea{width:100%;min-height:38px;box-sizing:border-box;padding:8px;border:0;outline:0;background:transparent;color:#324568;font:700 12px/1.5 inherit;resize:vertical}.community-comment-form .primary-button{min-height:35px;padding:8px 10px;font-size:11px}.community-login-comment{display:block;margin-bottom:17px;padding:13px;border:1px dashed #cbd8ef;border-radius:13px;background:#f8faff;color:#3a63dd;font-size:12px;font-weight:900;text-align:center;text-decoration:none}.community-comment-list{display:grid;gap:13px}.community-comment{display:grid;grid-template-columns:30px minmax(0,1fr);gap:9px}.community-comment.reply{margin:11px 0 0;padding:11px 0 0;border-top:1px solid #eff2f6}.community-comment-content{min-width:0}.community-comment-content>header{display:flex;align-items:center;gap:7px}.community-comment-content>header a{display:flex;align-items:baseline;gap:4px;min-width:0;color:inherit;text-decoration:none}.community-comment-content>header b{font-size:11px}.community-comment-content>header small,.community-comment-content>header time{color:#9aa6b9;font-size:9px}.community-comment-content>header time{margin-left:auto}.community-comment-content p{margin:6px 0;color:#4f607e;font-size:12px;line-height:1.62;word-break:break-word}.community-comment-content footer{display:flex;align-items:center;gap:10px}.community-comment-content footer form{margin:0}.community-comment-content .text-button{padding:0;border:0;background:transparent;color:#7283a1;font-size:10px;font-weight:800;cursor:pointer}.community-reply-form{display:grid;gap:6px;margin-top:9px;padding:8px;border:1px solid #dce6f4;border-radius:11px;background:#f9fbff}.community-reply-form>div{display:flex;justify-content:flex-end;gap:5px}.community-reply-form .primary-button{min-height:30px;padding:6px 8px;font-size:10px}.community-comment-empty{padding:22px 10px;color:#8490a7;font-size:12px;text-align:center}.community-dialog{width:min(420px,calc(100vw - 30px));padding:0;border:0;border-radius:18px;box-shadow:0 20px 55px rgba(15,33,83,.28)}.community-dialog::backdrop{background:rgba(16,29,68,.42)}.community-dialog form{display:grid;gap:13px;padding:21px}.community-dialog header{display:flex;align-items:center;justify-content:space-between}.community-dialog h3{margin:0;font-size:18px}.community-dialog header button{width:30px;height:30px;border:0;border-radius:9px;background:#f0f3f9;color:#64718a;font-size:19px;cursor:pointer}.community-dialog label{display:grid;gap:6px;color:#53627e;font-size:11px;font-weight:900}.community-dialog select,.community-dialog textarea{padding:9px 10px}.community-dialog textarea{min-height:85px;resize:vertical}
@media(max-width:920px){.community-shell{padding:20px 0 60px}.community-hero{min-height:170px;padding:28px;border-radius:24px}.community-hero h1{font-size:36px}.community-hero-orb{width:72px;height:72px;margin-left:15px;border-radius:23px;font-size:30px}.community-layout{grid-template-columns:1fr}.community-rail{position:static;grid-template-columns:1fr 1fr}.community-start-card{display:none}.community-toolbar{align-items:stretch}.community-search{width:auto;flex:1}.community-detail-card{padding:22px}.community-comments{padding:20px}}
@media(max-width:620px){.community-shell{padding:14px 0 46px}.community-hero{min-height:142px;margin:0 0 15px;padding:22px;border-radius:20px}.community-hero.compact{min-height:128px;padding:20px}.community-hero h1,.community-hero.compact h1{margin:5px 0 8px;font-size:28px}.community-hero p{font-size:11px}.community-hero-orb{display:none}.community-toolbar{display:grid;gap:8px}.community-search{width:auto}.community-toolbar-actions{justify-content:space-between}.community-toolbar-actions .primary-button{padding:9px 12px;font-size:11px}.community-category-tabs{margin-bottom:11px}.community-category-tabs a{padding:8px 10px;font-size:11px}.community-list-head{align-items:start;display:grid;gap:10px}.community-list-head h2{font-size:21px}.community-sort-tabs{justify-self:start}.community-post-card{padding:16px;border-radius:17px}.community-post-card h3{font-size:16px}.community-post-card p{font-size:12px}.community-post-card>footer{align-items:flex-start;display:grid;gap:8px}.community-card-stats{padding-left:2px}.community-card-images{margin-top:11px}.community-rail{grid-template-columns:1fr}.community-rail-card{border-radius:17px}.community-guide-card{display:none}.community-editor{padding:17px;border-radius:18px}.community-field textarea{min-height:160px}.community-upload-box{align-items:start;display:grid}.community-file-button{justify-self:start}.community-image-preview{grid-template-columns:repeat(4,minmax(0,1fr))}.community-detail-back{margin-bottom:9px}.community-detail-card{padding:18px;border-radius:19px}.community-detail-card>header{align-items:flex-start;margin-bottom:18px}.community-detail-card h1{font-size:25px}.community-detail-body{font-size:14px;line-height:1.82}.community-detail-images{grid-template-columns:1fr!important}.community-detail-images a{min-height:130px}.community-detail-actions{gap:6px}.community-comments{padding:16px;border-radius:18px}.community-comment-form{grid-template-columns:27px minmax(0,1fr);padding:8px}.community-comment-form .primary-button{grid-column:2;justify-self:end}.community-comment-avatar .avatar{width:27px;height:27px}.community-comment{grid-template-columns:27px minmax(0,1fr)}.community-detail-menu{flex-wrap:wrap;justify-content:flex-end}.community-library-tabs a{padding:9px 4px;font-size:11px}}


/* Community live interaction + rich editor, isolated to community screens. */
.community-reply-form[hidden]{display:none!important}.community-post-card-compact{padding:16px 19px}.community-post-card-compact .community-card-main{padding:1px 0 2px}.community-post-card-compact h3{margin:0;color:#142a5c;font-size:17px;line-height:1.45}.community-post-card-compact .community-card-meta{margin-bottom:7px}.community-post-card-compact>footer{margin-top:11px;padding-top:10px}.community-post-card-compact .community-card-stats{gap:12px;font-size:11px}.community-detail-body p{margin:0 0 1em}.community-detail-body p:last-child{margin-bottom:0}.community-detail-body h2{margin:1.25em 0 .55em;font-size:1.45em;line-height:1.35}.community-detail-body h3{margin:1.15em 0 .5em;font-size:1.2em;line-height:1.4}.community-detail-body ul,.community-detail-body ol{margin:.8em 0;padding-left:1.35em}.community-detail-body blockquote{margin:1em 0;padding:.8em 1em;border-left:3px solid #86a9ff;border-radius:0 10px 10px 0;background:#f5f8ff;color:#526a98}.community-detail-body a{color:#2860df;text-decoration:underline}.community-comment-like-form{display:inline-flex}.community-comment-content .text-button.active{color:#e14a67}.community-rich-field{gap:7px}.community-rich-editor{overflow:hidden;border:1px solid #dbe5f3;border-radius:15px;background:#fff;box-shadow:0 4px 14px rgba(39,62,121,.04)}.community-rich-toolbar{display:flex;flex-wrap:wrap;gap:7px;padding:9px;border-bottom:1px solid #e5ebf4;background:#f8faff}.community-tool-group{display:flex;align-items:center;gap:3px;padding-right:7px;border-right:1px solid #dee6f2}.community-tool-group:last-child{padding-right:0;border-right:0}.community-tool-group button{display:grid;place-items:center;min-width:29px;height:29px;padding:0 6px;border:1px solid transparent;border-radius:8px;background:transparent;color:#3a527c;font:800 12px/1 inherit;cursor:pointer}.community-tool-group button:hover,.community-tool-group button:focus-visible{border-color:#c5d5f3;background:#fff;color:#285fde;outline:0}.community-tool-group button:active{transform:translateY(1px)}.community-tool-group select{height:29px;max-width:84px;padding:0 6px;border:1px solid #dbe5f3;border-radius:8px;background:#fff;color:#405678;font:800 10px/1 inherit}.community-color-tool{position:relative;display:grid;place-items:center;width:29px;height:29px;overflow:hidden;border-radius:8px;color:#345bca;cursor:pointer}.community-color-tool span{position:relative;z-index:1;border-bottom:3px solid currentColor;font-size:13px;font-weight:900;pointer-events:none}.community-color-tool.highlight span{border-bottom:0;background:#fff0a8;color:#4b5770}.community-color-tool input{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;opacity:0;cursor:pointer}.community-rich-canvas{min-height:265px;padding:18px;outline:0;color:#35486d;font-size:14px;line-height:1.85;word-break:break-word}.community-rich-canvas:empty:before{color:#9aa8bf;content:attr(data-placeholder);pointer-events:none}.community-rich-canvas:focus{box-shadow:inset 0 0 0 2px rgba(50,96,226,.1)}.community-rich-canvas p{margin:0 0 .85em}.community-rich-canvas p:last-child{margin-bottom:0}.community-rich-canvas blockquote{margin:.85em 0;padding:.7em .9em;border-left:3px solid #86a9ff;background:#f5f8ff}.community-rich-canvas ul,.community-rich-canvas ol{padding-left:1.4em}.community-rich-field>input[type=hidden]{display:none}
@media(max-width:620px){.community-post-card-compact{padding:14px 15px}.community-post-card-compact h3{font-size:15px}.community-post-card-compact>footer{display:flex;align-items:center}.community-post-card-compact .community-card-stats{gap:8px;font-size:10px}.community-rich-toolbar{gap:5px;padding:7px}.community-tool-group{gap:2px;padding-right:5px}.community-tool-group button{min-width:27px;height:27px}.community-rich-canvas{min-height:210px;padding:14px;font-size:14px}}

/* Final title and editor interaction guard. */
.community-hero h1{word-break:keep-all;overflow-wrap:normal}.community-start-card h3,.community-start-card p{white-space:normal}.community-rich-toolbar button{user-select:none;-webkit-user-select:none}

/* Editor selection guard: this is a neutral container, not a label, so clicks always stay in the writing canvas. */
.community-rich-field{margin:0;padding:0;border:0;min-width:0}
.community-rich-canvas{cursor:text;user-select:text;-webkit-user-select:text}
.community-rich-canvas:focus{caret-color:#234fcb}
.community-rich-toolbar select{cursor:pointer}
.community-comment-like-form .text-button{display:inline-flex;align-items:center;gap:3px}
.community-comment-like-form .text-button.active span{color:#e14a67}

/* Comment write acknowledgement and editor focus behaviour. */
.community-comment-new{animation:communityCommentAppear .28s ease-out}
@keyframes communityCommentAppear{from{opacity:.35;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
.community-tool-group button[aria-pressed="true"],.community-tool-group button.is-active{border-color:#b9cdf8;background:#edf3ff;color:#1f59d7}
.community-rich-canvas [data-community-typing-exit]{display:inline}

/* Reply threads stay compact until the reader chooses to open them. */
.community-replies{margin-top:8px}
.community-replies-toggle{display:inline-flex;align-items:center;min-height:22px;padding:3px 6px;border:0;border-radius:7px;background:#f1f5ff;color:#5570b4;font:800 9px/1 inherit;cursor:pointer}
.community-replies-toggle:hover{background:#e9f0ff;color:#2b5bcf}
.community-replies-toggle[aria-expanded="true"]{background:#eaf1ff;color:#285bd4}
.community-replies-list{display:grid;gap:0;margin-top:6px;padding-left:9px;border-left:2px solid #e1ebff}
.community-replies-list[hidden]{display:none!important}
