.insight-root{--insight-warm:#faf8f5;--insight-warm-deep:#f3efe8;--insight-link:#3525cd;--insight-link-hover:#4f46e5;--insight-serif:var(--font-serif),Georgia,"Times New Roman",serif;--insight-sans:var(--font-inter),ui-sans-serif,system-ui,sans-serif;--insight-page:900px;--insight-content:620px;min-height:100vh;background:var(--insight-warm);color:#1a1c1c;font-family:var(--insight-sans);-webkit-font-smoothing:antialiased}.insight-root-compose{display:flex;flex-direction:column;height:100dvh;min-height:100dvh;overflow:hidden}body:has(.insight-root){background:#faf8f5}.insight-nav{border-bottom:1px solid #c7c4d8;background:#fcf9f8}.insight-nav-inner{display:flex;align-items:center;justify-content:space-between;max-width:1120px;margin:0 auto;min-height:80px;padding:0 clamp(20px,4vw,32px)}.insight-nav-links{display:none;align-items:center;gap:32px}@media (min-width:768px){.insight-nav-links{display:flex}}.insight-nav-brand,.insight-nav-links a{font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;color:#464555;transition:color .2s}.insight-nav-links a:hover{color:#3525cd}.insight-nav-brand{margin-left:auto;color:#3525cd}.insight-nav-brand:hover{opacity:.7}.insight-main{max-width:1120px;margin:0 auto;padding:clamp(48px,8vw,64px) clamp(20px,4vw,32px);display:flex;flex-direction:column;align-items:center}.insight-masthead{text-align:center;padding:clamp(28px,5vw,48px) 20px clamp(20px,3vw,32px)}.insight-masthead h1{margin:0;font-family:var(--insight-serif);font-size:clamp(36px,6vw,52px);font-weight:600;letter-spacing:-.02em;line-height:1.1;color:#1a1a1a}.insight-masthead h1 a{color:inherit;text-decoration:none}.insight-masthead h1 a:hover{opacity:.85}.insight-masthead-hero{width:100%;text-align:center;margin-bottom:clamp(48px,8vw,96px);margin-top:clamp(24px,4vw,48px);padding:0}.insight-masthead-hero h1{font-size:clamp(48px,10vw,72px);font-weight:700;letter-spacing:-.02em;text-transform:uppercase;color:#3525cd}.insight-masthead-tagline{margin:16px 0 0;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:#777587}.insight-masthead-page{width:100%;text-align:center;margin-bottom:clamp(32px,5vw,48px);margin-top:clamp(16px,3vw,32px);padding:0}.insight-masthead-page h1{font-size:clamp(36px,6vw,52px);font-weight:700;letter-spacing:-.02em;text-transform:uppercase;color:#3525cd}.insight-page-label{margin:0 0 6px;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#777587}.insight-shell{max-width:var(--insight-page);margin:0 auto;padding:0 clamp(16px,4vw,32px) 72px}.insight-index-shell{width:100%;max-width:42rem;display:flex;flex-direction:column}.insight-index-list{display:flex;flex-direction:column;gap:64px}.insight-index-post{transition:transform .4s cubic-bezier(.2,1,.3,1)}.insight-index-post:hover{transform:translateX(4px)}.insight-index-post-link{display:flex;flex-direction:column;gap:12px;text-decoration:none;color:inherit}.insight-index-date{font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#777587}.insight-index-title{margin:0;font-family:var(--insight-serif);font-size:clamp(28px,4vw,48px);font-weight:600;letter-spacing:-.01em;line-height:1.2;color:#3525cd;transition:color .3s}.insight-index-post:hover .insight-index-title{color:#1e00a9}.insight-index-excerpt{margin:0;max-width:36rem;font-size:16px;line-height:1.6;color:#464555}.insight-archive-cta{margin-top:32px;padding-top:32px;border-top:1px solid #c7c4d8}.insight-editorial-link{display:inline-flex;align-items:center;gap:8px;position:relative;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;color:#3525cd}.insight-editorial-link:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:bottom right;transition:transform .3s ease-out}.insight-editorial-link:hover:after{transform:scaleX(1);transform-origin:bottom left}.insight-editorial-link .material-symbols-outlined{font-size:16px;transition:transform .2s}.insight-editorial-link:hover .material-symbols-outlined{transform:translateX(4px)}.insight-index-ornament{width:100%;margin-top:128px;padding-top:24px;border-top:1px solid #c7c4d8;display:flex;justify-content:center;opacity:.3}.insight-index-ornament span{display:block;width:8px;height:8px;background:#3525cd;transform:rotate(45deg)}.insight-back{display:inline-block;margin-bottom:20px;font-size:14px;color:var(--insight-link);text-decoration:none}.insight-back:hover{text-decoration:underline}.insight-archive-grid{display:grid;grid-template-columns:1fr;grid-gap:40px;gap:40px;width:100%}@media (min-width:900px){.insight-archive-grid{grid-template-columns:minmax(0,1fr) 220px;gap:56px;align-items:start}}.insight-archive-shell{width:100%;max-width:56rem}.insight-archive-back{margin-bottom:32px}.insight-archive-main .insight-index-list{gap:48px}.insight-search-wrap{position:relative;margin-bottom:28px}.insight-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:20px;color:#777587;pointer-events:none}.insight-search{width:100%;padding:12px 14px 12px 44px;border:1px solid #c7c4d8;border-radius:8px;background:#fff;font-size:15px;font-family:var(--insight-sans);color:#1a1c1c;transition:border-color .15s,box-shadow .15s}.insight-search:focus{outline:none;border-color:#3525cd;box-shadow:0 0 0 3px rgba(53,37,205,.1)}.insight-post-list{list-style:none;margin:0;padding:0}.insight-post-item{padding:0 0 18px;margin-bottom:18px;border-bottom:1px solid #e8e4dc}.insight-post-item:last-child{border-bottom:none;margin-bottom:0}.insight-post-item a.insight-post-title{display:block;font-family:var(--insight-serif);font-size:18px;font-weight:600;line-height:1.35;color:var(--insight-link);text-decoration:none;margin-bottom:6px}.insight-post-item a.insight-post-title:hover{color:var(--insight-link-hover);text-decoration:underline}.insight-post-date{letter-spacing:.06em;color:#94939a}.insight-post-date,.insight-sidebar h3{font-size:11px;font-weight:500;text-transform:uppercase}.insight-sidebar h3{margin:0 0 16px;font-family:JetBrains Mono,ui-monospace,monospace;letter-spacing:.1em;color:#777587}.insight-sidebar{padding:20px;border-radius:8px;background:#f6f3f2;border:1px solid #e5e2e1}.insight-sidebar ul{list-style:none;margin:0;padding:0}.insight-sidebar li{margin-bottom:6px;font-size:13px;line-height:1.4}.insight-sidebar a,.insight-sidebar button{background:none;border:none;padding:0;font:inherit;color:var(--insight-link);text-decoration:none;cursor:pointer}.insight-sidebar a:hover,.insight-sidebar button:hover{text-decoration:underline}.insight-sidebar .count{color:#94939a}.insight-post-grid{display:grid;grid-template-columns:1fr;grid-gap:32px;gap:32px;width:100%;max-width:56rem}@media (min-width:900px){.insight-post-grid{grid-template-columns:180px minmax(0,1fr);gap:56px;align-items:start}}.insight-article-main{align-items:stretch}.insight-article-back{align-self:flex-start;margin-bottom:40px}.insight-article-error{margin:0 0 20px;color:#ba1a1a;font-size:15px}.insight-meta-panel{font-size:14px;color:#777587;line-height:1.55;position:-webkit-sticky;position:sticky;top:24px}.insight-meta-panel p{margin:0 0 10px}.insight-meta-panel .insight-meta-date{font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#777587}.insight-meta-full{font-size:14px;color:#464555}.insight-meta-likes{font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;color:#777587}.insight-article-title{margin:0 0 8px;font-family:var(--insight-serif);font-size:clamp(28px,4vw,40px);font-weight:600;letter-spacing:-.01em;line-height:1.2;color:#3525cd}.insight-article-body{margin-top:28px;font-family:var(--insight-serif);font-size:17px;line-height:1.72;color:#1a1c1c}.insight-article-body p{margin:0 0 1.2em;white-space:pre-line}.insight-cover,.insight-figure{margin:20px 0 28px}.insight-cover img,.insight-figure img{width:100%;height:auto;border-radius:8px;display:block}.insight-post-footer{margin-top:48px;padding-top:28px;border-top:1px solid #c7c4d8;display:flex;flex-direction:column;gap:20px}.insight-like-btn{display:inline-flex;align-items:center;gap:6px;padding:0;border:none;background:none;font-size:14px;color:#5f5e5e;cursor:pointer;font-family:var(--insight-sans)}.insight-like-btn.is-liked,.insight-like-btn:hover:not(:disabled){color:var(--insight-link)}.insight-like-btn:disabled{opacity:.6;cursor:wait}.insight-post-nav{display:flex;flex-direction:column;gap:16px;width:100%}@media (min-width:640px){.insight-post-nav{flex-direction:row;align-items:center;justify-content:space-between}}.insight-post-nav a{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.insight-post-nav-next{margin-left:auto}.insight-footer{margin-top:64px;border-top:1px solid #c7c4d8;background:#f6f3f2}.insight-footer-inner{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:1120px;margin:0 auto;padding:24px clamp(20px,4vw,32px);font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#464555}@media (min-width:768px){.insight-footer-inner{flex-direction:row;justify-content:space-between;align-items:center;gap:24px}}.insight-footer-brand{display:flex;align-items:center;gap:8px}.insight-footer-brand span{color:#c7c4d8}.insight-footer-brand a:last-child{font-weight:700;color:#1c1b1b}.insight-footer-copy{color:#464555}.insight-footer-legal{display:none;gap:24px}@media (min-width:768px){.insight-footer-legal{display:flex}}.insight-footer a{color:#464555;text-decoration:none}.insight-footer a:hover{text-decoration:underline;text-underline-offset:4px}.insight-empty{font-size:15px;color:#777587}.insight-filter-note{margin:0 0 14px;font-size:13px;color:#777587}.insight-filter-note button{background:none;border:none;color:var(--insight-link);cursor:pointer;font-size:13px;padding:0}.forum-root{--forum-border:#e5e1da;--forum-surface:#fffefb;--forum-panel:#f6f3f2;display:flex;flex-direction:column;min-height:100vh}.forum-root>main{flex:1 1 auto;width:100%;min-height:0}.forum-nav{border-bottom:1px solid var(--forum-border);background:var(--forum-surface);position:-webkit-sticky;position:sticky;top:0;z-index:30}.forum-nav-inner{max-width:1200px;margin:0 auto;padding:0 20px;min-height:56px;display:flex;align-items:center;gap:20px}.forum-nav-logo{display:flex;align-items:baseline;gap:8px;text-decoration:none;flex-shrink:0}.forum-nav-logo-mark{font-weight:700;font-size:15px;letter-spacing:.04em;color:#3525cd}.forum-nav-logo-sub{font-size:12px;color:#777587;font-weight:500}.forum-nav-links{display:none;gap:4px}@media (min-width:640px){.forum-nav-links{display:flex}}.forum-nav-link{padding:8px 12px;border-radius:6px;font-size:13px;font-weight:500;color:#464555;text-decoration:none}.forum-nav-link.is-active,.forum-nav-link:hover{background:rgba(79,70,229,.08);color:#3525cd}.forum-nav-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.forum-nav-user{display:none;font-size:12px;color:#777587;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width:768px){.forum-nav-user{display:inline}}.forum-nav-icon-btn{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:6px;color:#464555;text-decoration:none}.forum-nav-icon-btn:hover{background:rgba(79,70,229,.08);color:#3525cd}.forum-nav-icon-btn.is-active{background:rgba(79,70,229,.12);color:#3525cd}.ambient-sound-wrap{position:relative;display:inline-flex}.ambient-sound-trigger{border:none;background:transparent;cursor:pointer;padding:0}.ambient-sound-trigger.is-active{background:rgba(79,70,229,.12);color:#3525cd}.ambient-sound-wrap.is-open .ambient-sound-trigger{background:rgba(79,70,229,.1);color:#3525cd}.ambient-sound-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:80;min-width:148px;padding:6px;border-radius:10px;border:1px solid rgba(55,53,47,.12);background:#fffefb;box-shadow:0 10px 28px rgba(40,35,28,.12);display:flex;flex-direction:column;gap:2px}.ambient-sound-option{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border:none;border-radius:7px;background:transparent;color:#3f3c38;font-size:13px;font-weight:500;text-align:left;cursor:pointer}.ambient-sound-option .material-symbols-outlined{font-size:18px;color:#7a7368}.ambient-sound-option:hover{background:rgba(55,53,47,.06)}.ambient-sound-option.is-active{background:rgba(79,70,229,.1);color:#3525cd}.ambient-sound-option.is-active .material-symbols-outlined{color:#3525cd}.ambient-sound-off{margin-top:2px;border-top:1px solid rgba(55,53,47,.08);border-radius:0 0 7px 7px;color:#6b6560}.forum-nav-badge{position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#4f46e5;color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center}.forum-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:var(--btn-radius,999px);font-size:13px;font-weight:600;text-decoration:none;border:1px solid transparent;cursor:pointer;font-family:var(--insight-sans);transition:background .15s,color .15s}.forum-btn-sm{padding:7px 12px;font-size:12px}.forum-btn-primary{background:var(--btn-primary,#4f46e5);color:#fff}.forum-btn-primary:hover{background:var(--btn-primary-hover,#3525cd)}.forum-btn-ghost{background:transparent;border-color:var(--forum-border);color:#464555}.forum-btn-ghost:hover{background:var(--forum-panel)}.forum-main{max-width:1200px;margin:0 auto;padding:24px 20px 48px}.forum-main-narrow{max-width:900px}.forum-main-thread{max-width:1080px;padding:24px 24px 56px}.forum-main-thread .forum-breadcrumb{margin-bottom:14px;font-size:12px}.forum-thread-card{border:none;border-radius:0;background:transparent;box-shadow:none;padding:0;overflow:visible;font-family:var(--insight-sans)}.forum-thread-head{margin:0}.forum-thread-head h1{margin:0 0 6px;font-size:18px;font-weight:600;line-height:1.25;letter-spacing:-.01em;color:#1a1a1a}.forum-thread-meta{margin:0 0 16px;font-size:12px;color:#777587}.forum-thread-card .forum-post{display:grid;grid-template-columns:48px minmax(0,1fr);grid-gap:12px;gap:12px;padding:14px 0;margin:0;border-radius:0;background:transparent;border:none;border-top:1px solid hsla(38,17%,88%,.85)}.forum-thread-card .forum-post[data-depth="1"]{margin-left:24px;width:calc(100% - 24px)}.forum-thread-card .forum-post[data-depth="2"]{margin-left:48px;width:calc(100% - 48px)}.forum-thread-card .forum-post[data-depth="3"]{margin-left:72px;width:calc(100% - 72px)}.forum-thread-card .forum-post[data-depth="4"]{margin-left:96px;width:calc(100% - 96px)}.forum-thread-card .forum-post-op{border-radius:12px;padding:14px;margin-bottom:10px;background:#fffefb;border:1px solid hsla(38,17%,88%,.95)}.forum-thread-card .forum-post-aside{padding:0;background:transparent;border:none}.forum-thread-card .forum-post-aside .forum-avatar-lg,.forum-thread-card .forum-post-avatar{width:40px;height:40px;font-size:14px;border-radius:10px}.forum-thread-card .forum-post-main{min-width:0}.forum-thread-card .forum-op-badge{display:inline-block;margin-bottom:8px;padding:3px 8px;border-radius:6px;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:rgba(79,70,229,.1);color:#3525cd}.forum-thread-card .forum-post-byline{margin:0 0 6px;font-size:12px;line-height:1.35;color:#777587}.forum-thread-card .forum-post-byline .forum-member-link,.forum-thread-card .forum-post-byline>span:first-child{font-weight:600;color:#1a1c1c;text-decoration:none}.forum-thread-card .forum-post-byline .forum-member-link:hover{color:#3525cd}.forum-thread-card .forum-post-head-sep{margin:0 5px;color:#c7c4d8}.forum-thread-card .forum-post-reply-to{margin:0 0 6px;font-size:11px;color:#94939a}.forum-thread-card .forum-md-p,.forum-thread-card .forum-post-content{font-size:14px;line-height:1.58;color:#464555}.forum-thread-card .forum-md-p{margin:0 0 .85em}.forum-thread-card .forum-md-p:last-child{margin-bottom:0}.forum-thread-card .forum-md-h2{margin:1.15em 0 .45em;font-size:15px;font-weight:600;line-height:1.35;color:#1a1a1a}.forum-thread-card .forum-md-h2:first-child{margin-top:0}.forum-thread-card .forum-md-h3{margin:.95em 0 .35em;font-size:14px;font-weight:600;color:#1a1a1a}.forum-thread-card .forum-md-list{margin:0 0 .85em;padding-left:1.15rem;font-size:14px;line-height:1.58;color:#464555}.forum-thread-card .forum-md-list li{margin-bottom:.25em}.forum-thread-card .forum-post-foot{margin-top:10px;padding:0;border:none}.forum-thread-card .forum-post-action-chips,.forum-thread-card .forum-post-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px}.forum-thread-card .forum-action-chip{font-size:12px;font-weight:500;color:#94939a;line-height:1}.forum-thread-card .forum-action-chip .forum-heart-svg{display:none}.forum-thread-card .forum-action-chip:hover:not(:disabled){color:#3525cd}.forum-thread-card .forum-action-chip.is-liked{color:#e11d48}.forum-thread-card .forum-action-chip.is-bookmarked{color:#3525cd}.forum-thread-card .forum-post-edited{margin:16px 0 12px;font-size:12px;font-weight:500;line-height:1.35;color:#94939a}.forum-thread-card .forum-post-edited+.forum-post-foot{margin-top:4px}.forum-thread-card .forum-post-edited time{font-weight:400}.forum-thread-reply-row{display:block}.forum-thread-reply-row .forum-post{width:100%}.forum-thread-card .forum-inline-reply{margin:0 0 10px 52px;padding:12px 14px;border:1px solid hsla(38,17%,88%,.95);border-radius:10px;background:#faf9fc}.forum-inline-reply-label{margin:0 0 8px;font-size:12px;color:#777587}.forum-inline-reply-label span{color:#3525cd;font-weight:600}.forum-thread-reply-box{margin-top:14px;padding:18px 20px;border:1px solid rgba(199,196,216,.55);border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(26,28,28,.04)}.forum-thread-reply-box h2{margin:0 0 12px;font-size:15px;font-weight:600;color:#1a1a1a}.forum-thread-reply-box .forum-reply-input{min-height:100px;padding:11px 13px;border:1px solid hsla(38,17%,88%,.95);border-radius:10px;font-size:14px;background:#fffefb}.forum-thread-reply-box .forum-reply-input:focus{border-color:rgba(79,70,229,.45);box-shadow:0 0 0 3px rgba(79,70,229,.08)}.forum-thread-reply-row.is-targeted .forum-post{border-radius:8px;outline:2px solid rgba(53,37,205,.25);outline-offset:2px;animation:forum-reply-highlight 2.4s ease}@keyframes forum-reply-highlight{0%,to{background:transparent}15%,70%{background:rgba(79,70,229,.06)}}.forum-thread-card .insight-figure{margin:.85em 0 0}.forum-thread-card .insight-figure img{display:block;max-width:100%;height:auto;border-radius:10px;border:1px solid hsla(38,17%,88%,.85)}.forum-thread-card .forum-md-p strong,.forum-thread-card .forum-post-content strong{font-weight:600;color:#1a1a1a}@media (max-width:640px){.forum-main-thread{padding:16px 16px 48px}.forum-thread-card .forum-post{grid-template-columns:36px minmax(0,1fr);gap:10px;padding:12px 0}.forum-thread-card .forum-post-op{padding:12px}.forum-thread-card .forum-post-aside .forum-avatar-lg,.forum-thread-card .forum-post-avatar{width:36px;height:36px;font-size:13px}.forum-thread-card .forum-inline-reply{margin-left:46px}}.forum-board-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.forum-board-kicker{margin:0 0 4px;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#777587}.forum-board-title{margin:0;font-size:clamp(24px,4vw,32px);font-weight:700;color:#1a1a1a;line-height:1.2}.forum-board-desc{margin:8px 0 0;font-size:14px;color:#464555;max-width:520px;line-height:1.5}.forum-layout{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px}@media (min-width:960px){.forum-layout{grid-template-columns:minmax(0,1fr) 260px}}.forum-layout-browse .forum-sidebar-card .insight-sidebar{padding:0;border:none;background:transparent}.forum-layout-browse .forum-panel{border:1px solid rgba(199,196,216,.55);border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(26,28,28,.04)}.forum-layout-browse .forum-search-wrap{padding:16px 18px;border-bottom:1px solid hsla(38,17%,88%,.85);background:#fffefb}.forum-layout-browse .forum-search{border:1px solid hsla(38,17%,88%,.95);border-radius:10px;background:#fff}.forum-layout-browse .forum-search:focus{border-color:rgba(79,70,229,.45);box-shadow:0 0 0 3px rgba(79,70,229,.08)}.forum-layout-browse .forum-filter-note{padding:0 18px 12px}.forum-layout-browse .forum-empty-text{padding:32px 18px 40px;color:#777587}.forum-layout-browse .forum-thread-table th{background:#faf8f5;border-bottom:1px solid hsla(38,17%,88%,.85)}.forum-layout-browse .forum-thread-table td{border-bottom:1px solid hsla(38,17%,88%,.65)}.forum-layout-browse .forum-thread-table tbody tr:hover td{background:hsla(36,33%,97%,.9)}.forum-layout-browse .forum-sidebar-card{border:1px solid rgba(199,196,216,.55);border-radius:14px;background:#fff;box-shadow:0 4px 16px rgba(26,28,28,.03)}.forum-layout-browse .forum-tag-pill{background:#fffefb;border-color:hsla(38,17%,88%,.95);color:#5c5a6e}.forum-layout-browse .forum-tag-pill:hover{border-color:rgba(79,70,229,.28);background:rgba(79,70,229,.04)}.forum-layout-browse .forum-tag-pill.is-active{background:rgba(79,70,229,.08);border-color:rgba(79,70,229,.28);color:#3525cd}.forum-layout-browse .forum-tag-expand{background:#fffefb;border-color:hsla(38,17%,88%,.95)}.forum-layout-browse .forum-board-kicker{color:#94939a}.forum-panel-column{display:flex;flex-direction:column;gap:12px;min-width:0}.forum-panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.forum-panel-head .forum-board-kicker{margin-bottom:2px}.forum-panel-head .forum-board-title{font-size:clamp(22px,3vw,28px)}.forum-panel-compose-btn{flex-shrink:0;margin-bottom:2px}.forum-panel{border:1px solid var(--forum-border);border-radius:10px;background:var(--forum-surface);overflow:hidden}.forum-sidebar{display:flex;flex-direction:column;gap:14px}.forum-sidebar-card{padding:16px 18px;border:1px solid var(--forum-border);border-radius:10px;background:var(--forum-panel)}.forum-sidebar-card h2{margin:0 0 10px;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#777587}.forum-sidebar-card p{margin:0 0 12px;font-size:13px;line-height:1.55;color:#464555}.forum-sidebar-list{list-style:none;margin:0;padding:0;font-size:13px}.forum-sidebar-list li{margin-bottom:6px}.forum-sidebar-list a{color:#3525cd;text-decoration:none}.forum-sidebar-list a:hover{text-decoration:underline}.forum-sidebar-stats dl{margin:0;display:grid;grid-gap:8px;gap:8px}.forum-sidebar-stats div{display:flex;justify-content:space-between;font-size:13px}.forum-sidebar-stats dt{color:#777587}.forum-sidebar-stats dd{margin:0;font-weight:600;color:#1a1a1a}.forum-sidebar-verse blockquote{margin:0;padding:0;border:none}.forum-sidebar-verse p{margin:0 0 .75em;font-family:var(--font-instrument),Georgia,serif;font-size:1.05rem;font-style:italic;line-height:1.55;color:#5c5968}.forum-sidebar-verse-close{font-style:normal!important;color:#12111a!important;margin-bottom:0!important}.forum-thread-table-wrap{overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.forum-thread-table-wrap::-webkit-scrollbar{display:none;height:0}@media (min-width:768px){.forum-thread-table-wrap{overflow-x:visible}}.forum-thread-table{width:100%;border-collapse:collapse;font-size:13px}.forum-thread-table th{text-align:left;padding:10px 14px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#777587;background:var(--forum-panel);border-bottom:1px solid var(--forum-border);white-space:nowrap}.forum-thread-table td{padding:14px;border-bottom:1px solid var(--forum-border);vertical-align:top}.forum-thread-table tr:last-child td{border-bottom:none}.forum-thread-table tbody tr:hover td{background:rgba(79,70,229,.04)}.forum-col-stat{width:72px;text-align:center;color:#464555;white-space:nowrap}.forum-col-activity{font-size:12px;color:#777587}.forum-topic-cell{display:flex;gap:12px;align-items:flex-start}.forum-avatar{width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,#eae6f4,#d8d4f0);color:#3525cd;font-size:12px;font-weight:700;display:grid;place-items:center;flex-shrink:0;overflow:hidden}.forum-avatar-sm{width:32px;height:32px;font-size:11px}.forum-avatar-lg{width:48px;height:48px;font-size:14px;border-radius:10px}.forum-avatar.has-image{background:#f3f4f6}.forum-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.forum-profile-avatar-slot.forum-avatar-lg{width:88px;height:88px;font-size:28px;border-radius:12px}.forum-topic-title{display:block;font-size:15px;font-weight:600;color:#1a1a1a;text-decoration:none;line-height:1.35;margin-bottom:4px}.forum-topic-title:hover{color:#3525cd}.forum-topic-excerpt{margin:0 0 4px;font-size:13px;color:#777587;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.forum-topic-meta{margin:0;font-size:12px;color:#94939a}.forum-topic-meta span{color:#464555;font-weight:500}.forum-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:13px;color:#777587}.forum-breadcrumb a{color:#3525cd;text-decoration:none}.forum-breadcrumb a:hover{text-decoration:underline}.forum-breadcrumb-current{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#464555}.forum-action-chip{display:inline-flex;align-items:center;gap:5px;padding:0;border:none;background:transparent;cursor:pointer;font-family:var(--insight-sans);font-size:12px;font-weight:500;line-height:1;color:#94939a;transition:color .15s ease,opacity .15s ease}.forum-action-chip:hover:not(:disabled){color:#3525cd}.forum-action-chip:disabled{opacity:.45;cursor:default}.forum-action-chip.is-liked{color:#e11d48}.forum-action-chip.is-liked:hover:not(:disabled){color:#be123c}.forum-action-chip.is-bookmarked{color:#3525cd}.forum-action-chip .material-symbols-outlined{font-size:16px}.forum-action-chip .forum-bookmark-svg,.forum-action-chip .forum-heart-svg{display:block;flex-shrink:0}.forum-bookmark-btn,.forum-like-btn,.forum-share-btn{display:inline-flex;align-items:center;gap:4px;padding:0;border:none;background:transparent;cursor:pointer;font-family:var(--insight-sans);line-height:1;color:#94939a;transition:opacity .15s ease}.forum-bookmark-btn:hover:not(:disabled),.forum-like-btn:hover:not(:disabled),.forum-share-btn:hover:not(:disabled){opacity:.72}.forum-post-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:16px}.forum-share-backdrop{position:fixed;inset:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(20,18,28,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.forum-share-modal{position:relative;width:min(100%,440px);max-height:min(88vh,560px);overflow-y:auto;padding:22px 22px 20px;border-radius:16px;background:#fff;box-shadow:0 24px 56px rgba(26,28,28,.18);animation:forum-share-bounce-in .38s cubic-bezier(.34,1.45,.64,1)}@keyframes forum-share-bounce-in{0%{opacity:0;transform:scale(.9) translateY(16px)}65%{transform:scale(1.03) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.forum-share-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border:none;border-radius:8px;background:transparent;color:#777587;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.forum-share-close:hover{background:var(--forum-panel);color:#1a1c1c}.forum-share-title{margin:0 28px 6px 0;font-family:var(--insight-serif);font-size:22px;font-weight:600;color:#1a1c1c}.forum-share-subtitle{margin:0 0 18px;font-size:14px;line-height:1.45;color:#777587}.forum-share-section{margin-bottom:18px}.forum-share-section:last-of-type{margin-bottom:0}.forum-share-section-title{display:flex;align-items:center;gap:8px;margin:0 0 10px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#777587}.forum-share-section-title .material-symbols-outlined{font-size:18px;color:#4f46e5}.forum-share-link-row{display:flex;gap:8px}.forum-share-link-input{flex:1 1;min-width:0;padding:9px 12px;border:1px solid var(--forum-border);border-radius:10px;font:inherit;font-size:13px;color:#464555;background:var(--forum-panel)}.forum-share-hint{margin:0;font-size:13px;line-height:1.5;color:#777587}.forum-share-hint a{color:#3525cd}.forum-share-friends{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px;max-height:220px;overflow-y:auto}.forum-share-friend-btn{width:100%;display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid var(--forum-border);border-radius:12px;background:#fff;cursor:pointer;font:inherit;text-align:left;transition:border-color .15s ease,background .15s ease}.forum-share-friend-btn:hover:not(:disabled){border-color:rgba(79,70,229,.35);background:rgba(79,70,229,.04)}.forum-share-friend-btn:disabled{opacity:.7;cursor:wait}.forum-share-friend-name{flex:1 1;font-size:14px;font-weight:500;color:#1a1c1c}.forum-share-friend-action{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:#3525cd}.forum-share-friend-action .material-symbols-outlined{font-size:16px}.forum-reply-box{margin-top:28px;padding:22px;border:1px solid rgba(199,196,216,.55);border-radius:14px;background:#fffefb;box-shadow:0 4px 20px rgba(26,28,28,.03)}.forum-reply-box h2{margin:0 0 14px;font-size:16px;font-weight:600}.forum-reply-input{width:100%;padding:12px 14px;border:1px solid rgba(199,196,216,.65);border-radius:12px;font-size:14px;font-family:var(--insight-sans);line-height:1.5;resize:vertical;min-height:120px;background:#fff}.forum-reply-input:focus{outline:none;border-color:#3525cd;box-shadow:0 0 0 3px rgba(53,37,205,.1)}.forum-reply-actions{display:flex;align-items:center;gap:12px;margin-top:12px;flex-wrap:wrap}.forum-thread-reply-box .forum-reply-actions-center{justify-content:center;margin-top:0;padding:20px 0 12px}.forum-thread-reply-box .forum-join-btn{min-width:min(100%,320px);padding:14px 40px;font-size:16px;font-weight:600}.forum-reply-hint{margin:0;font-size:12px;color:#777587}.forum-signin-prompt{margin:0;font-size:14px;color:#464555}.forum-signin-prompt a{color:#3525cd;font-weight:600}.forum-search-wrap{position:relative;padding:14px;border-bottom:1px solid var(--forum-border)}.forum-search-icon{position:absolute;left:26px;top:50%;transform:translateY(-50%);font-size:20px;color:#777587;pointer-events:none}.forum-search{width:100%;padding:10px 12px 10px 40px;border:1px solid var(--forum-border);border-radius:8px;font-size:14px;font-family:var(--insight-sans)}.forum-search:focus{outline:none;border-color:#3525cd}.forum-tag-strip{padding:10px 14px 8px;border-bottom:1px solid var(--forum-border);background:var(--forum-panel)}.forum-tag-strip-row{display:flex;align-items:flex-start;gap:6px}.forum-tag-strip-track{display:flex;flex:1 1;min-width:0;flex-wrap:wrap;align-items:center;gap:6px;max-height:28px;overflow:hidden;transition:max-height .32s cubic-bezier(.4,0,.2,1)}.forum-tag-strip.is-open .forum-tag-strip-track{max-height:140px}.forum-tag-strip:not(.has-many) .forum-tag-strip-track{max-height:none;overflow:visible}.forum-tag-pill{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border:1px solid var(--forum-border);border-radius:999px;background:var(--forum-surface);font-size:12px;color:#5c574f;cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s,color .15s,transform .15s}.forum-tag-pill:hover{border-color:color-mix(in srgb,#3525cd 30%,var(--forum-border));color:#3525cd}.forum-tag-pill.is-active{background:color-mix(in srgb,#3525cd 10%,var(--forum-surface));border-color:color-mix(in srgb,#3525cd 35%,var(--forum-border));color:#3525cd;font-weight:500}.forum-tag-count{font-size:10px;color:#9a948c}.forum-tag-expand{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0;border:1px solid var(--forum-border);border-radius:999px;background:var(--forum-surface);color:#787774;cursor:pointer;transition:background .15s,color .15s,transform .2s cubic-bezier(.4,0,.2,1)}.forum-tag-expand:hover,.forum-tag-strip.is-open .forum-tag-expand{background:color-mix(in srgb,#3525cd 8%,var(--forum-surface));color:#3525cd}.forum-tag-expand .material-symbols-outlined{font-size:18px;transition:transform .28s cubic-bezier(.4,0,.2,1)}.forum-tag-strip.is-open .forum-tag-expand .material-symbols-outlined{transform:rotate(180deg)}.forum-tag-active-note{margin:8px 0 0;font-size:12px;color:#777587}.forum-tag-active-note button{background:none;border:none;color:#3525cd;cursor:pointer;padding:0;font:inherit}.forum-tag-strip--sidebar{padding:0;border-bottom:none;background:transparent}.forum-tag-strip--sidebar .forum-tag-strip-row{flex-direction:column;align-items:stretch;gap:4px}.forum-tag-strip--sidebar .forum-tag-strip-track{max-height:56px}.forum-tag-strip--sidebar.is-open .forum-tag-strip-track{max-height:280px}.forum-tag-strip--sidebar:not(.has-many) .forum-tag-strip-track{max-height:none;overflow:visible}.forum-tag-strip--sidebar .forum-tag-expand{align-self:flex-end;width:auto;min-width:28px;padding:0 6px}.forum-tag-strip--sidebar .forum-tag-active-note{margin-top:10px}.forum-filter-note{padding:0 14px 10px;margin:0;font-size:13px;color:#777587}.forum-filter-note button{background:none;border:none;color:#3525cd;cursor:pointer;font-size:13px}.forum-empty{padding:48px 24px;text-align:center;color:#777587}.forum-empty .material-symbols-outlined{font-size:40px;opacity:.4;display:block;margin-bottom:12px}.forum-empty p{margin:0 0 16px;font-size:14px}.forum-empty-text{padding:32px 20px;text-align:center;color:#777587;font-size:14px}.forum-error{color:#ba1a1a;font-size:14px;margin:0 0 12px}.forum-activity-list{list-style:none;margin:0;padding:0}.forum-activity-item{display:flex;gap:14px;padding:16px 18px;border-bottom:1px solid var(--forum-border)}.forum-activity-item:last-child{border-bottom:none}.forum-activity-icon{width:36px;height:36px;border-radius:8px;background:var(--forum-panel);display:grid;place-items:center;font-size:16px;flex-shrink:0}.forum-activity-icon.is-like{color:#3525cd}.forum-activity-icon.is-friend{color:#4f46e5}.forum-activity-actions{display:flex;gap:8px;margin-top:10px}.forum-activity-link{font-size:14px;color:#1a1a1a;text-decoration:none;line-height:1.45}.forum-activity-link:hover{color:#3525cd}.forum-activity-preview{margin:6px 0 0;font-size:13px;color:#777587}.forum-activity-time{display:block;margin-top:4px;font-size:12px;color:#94939a}.forum-footer{flex-shrink:0;margin-top:auto;border-top:1px solid var(--forum-border);background:var(--forum-panel)}.forum-footer-inner{max-width:1200px;margin:0 auto;padding:20px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.forum-footer-links{display:flex;flex-wrap:wrap;gap:16px;font-size:13px}.forum-footer-links a{color:#464555;text-decoration:none}.forum-footer-links a:hover{color:#4a3f8c}.forum-footer-copy{margin:0;font-size:12px;color:#777587}.forum-col-topic{min-width:200px}.forum-replies-table td{vertical-align:middle}.forum-replies-table .forum-topic-title{margin-bottom:0;font-size:14px;font-weight:500}.forum-reply-preview,.forum-reply-topic-link{display:block;max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.forum-reply-topic-link{max-width:220px;font-size:13px;font-weight:500;color:#464555}.forum-reply-topic-link:hover{color:#3525cd}.forum-col-reply-topic{max-width:240px}.forum-col-reply-member{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.forum-replies-table .forum-col-actions{text-align:center}@media (max-width:640px){.forum-col-stat:not(.forum-col-activity),.forum-thread-table th.forum-col-stat:not(.forum-col-activity){display:none}}.forum-nav-user-link{text-decoration:none;color:#464555;font-weight:600}.forum-nav-user-link.is-active,.forum-nav-user-link:hover{color:#3525cd}.forum-settings-header{margin-bottom:16px}.forum-member-link{color:#464555;text-decoration:none;font-weight:600}.forum-member-link:hover{color:#3525cd}.forum-avatar-link{text-decoration:none;transition:box-shadow .15s}.forum-avatar-link:hover{box-shadow:0 0 0 2px rgba(79,70,229,.35)}.forum-profile-header{display:grid;grid-template-columns:88px 1fr;grid-column-gap:20px;column-gap:20px;grid-row-gap:12px;row-gap:12px;align-items:start;margin-bottom:20px}.forum-profile-avatar-slot{grid-column:1;grid-row:1}.forum-profile-head-main{grid-column:2;grid-row:1;min-width:0}.forum-profile-body{grid-column:1/-1;grid-row:2;min-width:0}.forum-profile-body .forum-profile-details{margin-top:0}.forum-profile-body .forum-friend-actions,.forum-profile-body>.forum-btn{margin-top:12px}.forum-profile-avatar{flex-shrink:0;width:88px;height:88px;border-radius:12px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;font-size:28px;font-weight:700;display:flex;align-items:center;justify-content:center;letter-spacing:.04em}.forum-profile-details{margin-top:0}.forum-profile-name{margin:0;font-size:clamp(26px,4vw,34px);font-weight:700;color:#1a1a1a;line-height:1.15}.forum-profile-bio{margin:0;font-size:15px;line-height:1.55;color:#3d3b48;white-space:pre-wrap}.forum-profile-meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin:8px 0 0}.forum-profile-meta-item{display:inline-flex;align-items:center;gap:4px;font-size:14px;color:#5c5a6e}.forum-profile-gender-sign{font-size:18px;line-height:1;font-weight:600;color:#5c5a6e}.forum-profile-meta-icon{font-size:16px;color:#8b8899}.forum-profile-email{margin:6px 0 0;font-size:14px;color:#777587}.forum-profile-since{margin:8px 0 0;font-size:13px;color:#777587}.forum-profile-membership-since{color:#3525cd;font-weight:600}.forum-profile-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.forum-profile-stats{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px;margin-bottom:20px}@media (min-width:640px){.forum-profile-stats{grid-template-columns:repeat(4,1fr)}}@media (min-width:900px){.forum-profile-stats{grid-template-columns:repeat(4,1fr)}}.forum-profile-segment{display:flex;gap:8px;margin-bottom:16px;padding:4px;border-radius:10px;background:#f3f2f8}.forum-profile-panel .forum-profile-segment+.forum-profile-segment{margin-top:-4px}.forum-profile-segment-btn{flex:1 1;padding:10px 14px;border:none;border-radius:8px;background:transparent;font:inherit;font-size:13px;font-weight:600;color:#5c5a6e;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.forum-profile-segment-btn.is-active{background:#fff;color:#3525cd;box-shadow:0 1px 3px rgba(26,26,26,.08)}.forum-profile-section-tabs{display:flex;gap:4px;margin-bottom:0;border-bottom:1px solid var(--forum-border);flex-wrap:wrap}@media (max-width:640px){.forum-profile-section-tabs{flex-wrap:nowrap;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}.forum-profile-section-tabs::-webkit-scrollbar{display:none;height:0}}.forum-profile-section-tab{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;background:transparent;font-family:var(--insight-sans);font-size:14px;font-weight:600;color:#777587;cursor:pointer;white-space:nowrap}.forum-profile-section-tab:hover{color:#464555}.forum-profile-section-tab.is-active{color:#3525cd;border-bottom-color:#4f46e5}.forum-profile-section-tab-count{font-size:12px;font-weight:600;color:#9b99a8}.forum-profile-section-tab.is-active .forum-profile-section-tab-count{color:#6b63e8}.forum-profile-replies-spaced{margin-top:20px;padding-top:20px;border-top:1px solid var(--forum-border)}.forum-profile-stat{padding:14px 16px;border:1px solid var(--forum-border);border-radius:10px;background:var(--forum-panel);text-align:center}.forum-profile-stat-btn{cursor:pointer;font:inherit;color:inherit;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.forum-profile-stat-btn:hover:not(.is-active){border-color:#c7c4d8}.forum-profile-stat-btn.is-active{border-color:#4f46e5;box-shadow:0 0 0 1px rgba(79,70,229,.2);background:#fff}.forum-profile-stat-btn.is-active .forum-profile-stat-value{color:#3525cd}.forum-profile-stat-btn:not(.is-active) .forum-profile-stat-value{color:#1a1a1a}.forum-col-stat.is-highlight{color:#3525cd;font-weight:700}.forum-profile-friends{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.forum-profile-friend-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.forum-profile-friend-link{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;text-decoration:none;color:#1a1c1c;font-weight:500;transition:background .15s ease}.forum-profile-friend-link:hover{background:rgba(79,70,229,.06)}.forum-profile-actions .forum-btn.is-active{border-color:#4f46e5;color:#3525cd}.forum-profile-stat-value{display:block;font-size:22px;font-weight:700;color:#1a1a1a;line-height:1.2}.forum-profile-stat-label{display:block;margin-top:4px;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#777587}.forum-profile-stat-groups{display:grid;grid-gap:14px;gap:14px;margin-bottom:20px}@media (min-width:640px){.forum-profile-stat-groups{grid-template-columns:1fr 1fr;gap:16px}}.forum-profile-stat-group{padding:14px;border:1px solid var(--forum-border);border-radius:12px;background:#faf9fc}.forum-profile-stat-kicker{margin:0 0 10px;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#5c5a6e}.forum-profile-stats-compact{margin-bottom:0;grid-template-columns:repeat(2,1fr)}.forum-profile-reply-context{margin:0 0 8px;padding:8px 10px;border-left:3px solid #d8d6e4;border-radius:0 6px 6px 0;font-size:13px;line-height:1.45;color:#777587;background:#f7f6fa}.forum-profile-tabs{display:flex;gap:4px;margin-bottom:0;border-bottom:1px solid var(--forum-border)}.forum-profile-tab{padding:10px 16px;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;background:transparent;font-family:var(--insight-sans);font-size:13px;font-weight:600;color:#777587;cursor:pointer}.forum-profile-tab:hover{color:#464555}.forum-profile-tab.is-active{color:#3525cd;border-bottom-color:#4f46e5}.forum-profile-panel{margin-top:14px;border-radius:14px}.forum-profile-draft-badge{display:inline-block;margin-left:8px;padding:2px 8px;border-radius:999px;background:rgba(234,179,8,.15);color:#a16207;font-size:11px;font-weight:600;vertical-align:middle}.forum-profile-replies{list-style:none;margin:0;padding:0}.forum-profile-reply{padding:16px 18px;border-bottom:1px solid var(--forum-border)}.forum-profile-reply:last-child{border-bottom:none}.forum-profile-reply-meta{margin:0 0 8px;font-size:13px;color:#777587}.forum-profile-reply-body{margin:0;font-size:14px;line-height:1.55;color:#464555;white-space:pre-wrap}.forum-profile-reply-link{display:block;text-decoration:none;color:inherit;border-radius:8px;transition:background .15s ease,color .15s ease}.forum-profile-reply-link:hover{color:var(--insight-link);background:rgba(53,37,205,.05)}.forum-profile-reply-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.forum-profile-reply-head .forum-profile-reply-meta{flex:1 1;min-width:0;margin-bottom:8px}.forum-profile-delete-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:8px;background:transparent;color:#94939a;cursor:pointer;transition:color .15s ease,background .15s ease}.forum-profile-delete-btn .material-symbols-outlined{font-size:18px}.forum-profile-delete-btn:hover:not(:disabled){color:#ba1a1a;background:rgba(186,26,26,.08)}.forum-profile-delete-btn:disabled{opacity:.45;cursor:default}.forum-col-actions{width:48px;text-align:center}.forum-profile-delete-error{margin:0 0 16px}.forum-profile-panel-settings{padding:0;border-radius:14px;overflow:hidden}.forum-settings{display:flex;flex-direction:column}.forum-settings-section{padding:20px 18px;border-bottom:1px solid var(--forum-border)}.forum-settings-section:last-child{border-bottom:none}.forum-settings-heading{margin:0 0 14px;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#464555}.forum-settings-form{display:flex;flex-direction:column;gap:10px;max-width:360px;margin-bottom:18px}.forum-settings-label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:600;color:#777587}.forum-settings-input{padding:10px 12px;border:1px solid var(--forum-border);border-radius:8px;font-size:14px;font-family:var(--insight-sans);color:#1a1a1a;background:var(--forum-surface)}.forum-settings-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.12)}.forum-settings-textarea{width:100%;padding:10px 12px;border:1px solid var(--forum-border);border-radius:8px;font:inherit;font-size:14px;line-height:1.5;resize:none;min-height:96px;background:#fff}.forum-settings-textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.12)}.forum-settings-select{width:100%;padding:10px 12px;border:1px solid var(--forum-border);border-radius:8px;font:inherit;font-size:14px;background:#fff}.forum-settings-select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.12)}.forum-settings-success{margin:0;font-size:13px;color:#15803d}.forum-settings-meta{display:grid;grid-gap:12px;gap:12px;margin:0}.forum-settings-meta div{display:grid;grid-gap:4px;gap:4px}.forum-settings-meta dt{margin:0;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#777587}.forum-settings-meta dd{margin:0;font-size:14px;color:#464555}.forum-settings-note{margin:0 0 14px;font-size:14px;line-height:1.55;color:#464555;max-width:560px}.forum-settings-note-free{padding:12px 14px;border-radius:8px;background:rgba(79,70,229,.08);color:#3525cd}.forum-settings-summary{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:14px;font-size:13px;color:#777587}.forum-settings-payments-wrap{overflow-x:auto;margin-bottom:16px}.forum-settings-payments{width:100%;border-collapse:collapse;font-size:13px}.forum-settings-payments td,.forum-settings-payments th{padding:12px 14px;border-bottom:1px solid var(--forum-border);text-align:left;vertical-align:top}.forum-settings-payments th{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#777587;background:var(--forum-panel)}.forum-settings-payment-time{display:block;margin-top:4px;font-size:11px;color:#777587}.forum-settings-badge{display:inline-block;padding:3px 8px;border-radius:999px;background:rgba(234,179,8,.15);color:#a16207;font-size:11px;font-weight:600}.forum-settings-badge.is-published{background:rgba(34,197,94,.12);color:#15803d}.forum-settings-paid{font-size:13px;font-weight:600;color:#15803d}.forum-settings-empty,.forum-settings-hint,.forum-settings-portal-desc{margin:0 0 12px;font-size:13px;line-height:1.5;color:#777587}.forum-settings-portal{margin-top:8px;padding-top:14px;border-top:1px solid var(--forum-border)}.forum-settings-notice{margin:0 0 12px;padding:10px 14px;border-radius:8px;background:rgba(234,179,8,.12);color:#854d0e;font-size:13px}.forum-settings-notice-success{background:rgba(34,197,94,.12);color:#15803d}.forum-member-badge{display:inline-block;padding:3px 10px;border-radius:999px;background:rgba(79,70,229,.12);color:#3525cd;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.forum-member-badge-inline{margin-left:10px;vertical-align:middle}.forum-settings-membership{margin-bottom:14px}.forum-settings-membership-active{padding:12px 14px;border-radius:8px;background:rgba(79,70,229,.08)}.forum-settings-membership-status{margin:0;font-size:14px;color:#464555;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.forum-settings-membership-since{margin:8px 0 0;font-size:13px;color:#777587}.forum-settings-benefits{margin:0 0 12px;padding-left:18px;font-size:13px;line-height:1.6;color:#464555}.forum-membership-plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:12px;gap:12px;margin:14px 0 16px}.forum-membership-plan{position:relative;display:flex;flex-direction:column;gap:6px;padding:14px;border:1px solid #d8d4e8;border-radius:10px;background:#fff}.forum-membership-plan.is-featured{border-color:#4f46e5;box-shadow:0 0 0 1px rgba(79,70,229,.15)}.forum-membership-plan.is-disabled{opacity:.55}.forum-membership-plan-badge{position:absolute;top:10px;right:10px;font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#4f46e5}.forum-membership-plan-name{margin:0;font-size:15px;font-weight:600;color:#1a1c1c}.forum-membership-plan-price{margin:0;font-size:22px;font-weight:600;color:#3525cd;font-family:var(--insight-serif)}.forum-membership-plan-desc{margin:0 0 8px;font-size:12px;line-height:1.45;color:#777587;flex:1 1}.forum-membership-plan-btn{width:100%;margin-top:auto}.forum-settings-avatar-row{display:flex;gap:16px;align-items:center;margin-bottom:18px;flex-wrap:wrap}.forum-settings-avatar-actions{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.forum-friend-actions{margin-top:12px}.forum-friend-actions-row{display:flex;flex-wrap:wrap;gap:8px}.forum-friend-status{display:inline-block;padding:6px 12px;border-radius:999px;background:var(--forum-panel);border:1px solid var(--forum-border);font-size:12px;font-weight:600;color:#777587}.forum-friend-status.is-friends{background:rgba(34,197,94,.12);border-color:rgba(34,197,94,.25);color:#15803d}.forum-avatar-crop-backdrop{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(20,18,28,.55);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.forum-avatar-crop-modal{width:min(100%,360px);padding:20px;border-radius:14px;background:#fff;box-shadow:0 24px 48px rgba(26,28,28,.18)}.forum-avatar-crop-title{margin:0 0 4px;font-size:18px;font-weight:600;color:#1a1c1c}.forum-avatar-crop-desc{margin:0 0 16px;font-size:13px;color:#777587}.forum-avatar-crop-viewport{position:relative;width:280px;height:280px;margin:0 auto 16px;overflow:hidden;border-radius:12px;background:#ece9f2;cursor:-webkit-grab;cursor:grab;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.forum-avatar-crop-viewport:active{cursor:-webkit-grabbing;cursor:grabbing}.forum-avatar-crop-image,.forum-avatar-crop-mask{position:absolute;pointer-events:none}.forum-avatar-crop-mask{inset:0;border-radius:50%;box-shadow:0 0 0 999px rgba(20,18,28,.45);border:2px solid hsla(0,0%,100%,.95)}.forum-avatar-crop-zoom{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:13px;color:#464555}.forum-avatar-crop-zoom input[type=range]{flex:1 1;accent-color:#4f46e5}.forum-avatar-crop-actions{display:flex;justify-content:flex-end;gap:8px}.forum-dm-layout{--forum-dm-nav-h:56px;--forum-dm-footer-h:57px;font-family:var(--insight-sans);max-width:1120px;display:flex;flex-direction:column;flex:1 1;min-height:0;overflow:hidden;padding:12px 20px 16px}.forum-dm-layout .forum-board-title{margin-top:4px}.forum-root:has(.forum-dm-layout){height:100dvh;max-height:100dvh;overflow:hidden}.forum-root:has(.forum-dm-layout)>main{flex:1 1;min-height:0;overflow:hidden}.forum-dm-split{display:grid;grid-template-columns:minmax(260px,300px) minmax(0,1fr);align-items:stretch;flex:1 1;min-height:0;max-height:100%;border:1px solid var(--forum-border);border-radius:16px;background:var(--forum-surface);box-shadow:0 8px 28px rgba(26,28,28,.04);overflow:hidden}.forum-dm-sidebar{min-width:0;border-right:1px solid var(--forum-border);background:var(--forum-panel)}.forum-dm-sidebar,.forum-dm-sidebar-inner{display:flex;flex-direction:column;min-height:0;overflow:hidden}.forum-dm-sidebar-inner{flex:1 1;height:100%}.forum-dm-sidebar-head{flex-shrink:0;padding:12px 16px 10px;border-bottom:1px solid var(--forum-border)}.forum-dm-sidebar-back{display:inline-block;margin-bottom:8px;font-size:13px;font-weight:500;color:#464555;text-decoration:none}.forum-dm-sidebar-back:hover{color:#3525cd}.forum-dm-sidebar-scroll{flex:1 1;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.forum-dm-sidebar-error{margin:12px 16px 0}.forum-dm-main-pane{min-width:0;overflow:hidden}.forum-dm-main-pane,.forum-dm-pane-empty{display:flex;flex-direction:column;min-height:0}.forum-dm-pane-empty{align-items:center;justify-content:center;flex:1 1;height:100%;padding:32px 24px;text-align:center}.forum-dm-pane-empty h2{margin:14px 0 8px;font-size:16px;font-weight:600;line-height:1.3;color:#1a1a1a}.forum-dm-pane-empty p{margin:0;max-width:320px;font-size:14px;line-height:1.5;color:#777587}.forum-dm-inbox-empty-compact{padding:28px 16px}.forum-dm-inbox-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.forum-dm-inbox-card{border:1px solid var(--forum-border);border-radius:16px;background:var(--forum-surface);box-shadow:0 8px 28px rgba(26,28,28,.04);overflow:hidden}.forum-dm-inbox-empty{padding:48px 24px;text-align:center}.forum-dm-inbox-empty-icon{width:56px;height:56px;margin:0 auto 14px;border-radius:50%;background:rgba(79,70,229,.08);color:#4f46e5;display:flex;align-items:center;justify-content:center}.forum-dm-inbox-empty h2{margin:0 0 8px;font-size:16px;font-weight:600;line-height:1.3;color:#1a1a1a}.forum-dm-inbox-empty p{margin:0;font-size:14px;line-height:1.5;color:#777587}.forum-dm-list{list-style:none;margin:0;padding:8px}.forum-dm-list-item.is-active{background:rgba(79,70,229,.1)}.forum-dm-list-item.is-active .forum-dm-list-top strong{color:#3525cd}.forum-dm-list-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;text-decoration:none;color:inherit;transition:background .15s ease,transform .15s ease}.forum-dm-list-item:hover{background:rgba(79,70,229,.05)}.forum-dm-list-item.has-unread{background:rgba(79,70,229,.06)}.forum-dm-list-item.has-unread .forum-dm-list-top strong{color:#3525cd}.forum-dm-list-body{flex:1 1;min-width:0}.forum-dm-list-top{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.forum-dm-list-top strong{font-size:15px;font-weight:600;color:#1a1a1a}.forum-dm-list-top time{font-size:11px;color:#9994a8;white-space:nowrap}.forum-dm-list-preview{margin:4px 0 0;font-size:13px;line-height:1.4;color:#777587;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.forum-dm-list-item.has-unread .forum-dm-list-preview{color:#464555;font-weight:500}.forum-dm-unread{min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#4f46e5;color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.forum-dm-chat-card,.forum-dm-chat-shell{display:flex;flex-direction:column;flex:1 1;min-height:0;height:100%;overflow:hidden}.forum-dm-chat-card{width:100%;border:none;border-radius:0;background:var(--forum-surface);box-shadow:none}.forum-dm-chat-header{display:flex;align-items:center;gap:10px;flex-shrink:0;padding:12px 14px;border-bottom:1px solid var(--forum-border);background:hsla(0,0%,100%,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.forum-dm-back{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;color:#464555;text-decoration:none;transition:background .15s ease,color .15s ease}.forum-dm-back:hover{background:var(--forum-panel);color:#3525cd}.forum-dm-chat-peer{flex:1 1;display:flex;align-items:center;gap:10px;min-width:0;text-decoration:none;color:inherit}.forum-dm-chat-peer strong{display:block;font-size:15px;font-weight:600;color:#1a1c1c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.forum-dm-chat-peer span{display:block;margin-top:2px;font-size:12px;color:#9994a8}.forum-dm-profile-link{font-size:12px;font-weight:600;color:#3525cd;text-decoration:none;padding:6px 10px;border-radius:8px;white-space:nowrap}.forum-dm-profile-link:hover{background:rgba(79,70,229,.08)}.forum-dm-chat-body{flex:1 1;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:20px 16px 12px;background:radial-gradient(ellipse 80% 60% at 50% 0,rgba(79,70,229,.04),transparent 70%),linear-gradient(180deg,#faf8f5,#fffefb)}.forum-dm-chat-error,.forum-dm-chat-loading{text-align:center;padding:24px 12px;font-size:14px;color:#777587}.forum-dm-welcome{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 20px 24px;max-width:320px;margin:0 auto}.forum-dm-welcome-title{margin:14px 0 8px;font-size:16px;font-weight:600;line-height:1.3;color:#1a1a1a}.forum-dm-welcome-desc{margin:0;font-size:14px;line-height:1.55;color:#777587}.forum-dm-day-group{display:flex;flex-direction:column;align-items:stretch;width:100%;margin-bottom:8px}.forum-dm-date{display:flex;justify-content:center;margin:8px 0 14px}.forum-dm-date span{padding:4px 12px;border-radius:999px;background:hsla(0,0%,100%,.85);border:1px solid hsla(38,17%,88%,.9);font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#9994a8}.forum-dm-row{display:flex;align-items:flex-end;gap:8px;margin-bottom:10px;width:max-content;max-width:min(85%,320px);align-self:flex-start}.forum-dm-row.is-mine{align-self:flex-end;flex-direction:row-reverse}.forum-dm-row:has(.forum-dm-bubble.is-share){max-width:min(92%,320px)}.forum-dm-row-avatar{flex-shrink:0;margin-bottom:18px}.forum-dm-bubble-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:max-content;max-width:100%;min-width:0}.forum-dm-row.is-mine .forum-dm-bubble-wrap{align-items:flex-end}.forum-dm-bubble{position:relative}.forum-dm-bubble,.forum-dm-bubble-card{width:-moz-fit-content;width:fit-content;max-width:100%}.forum-dm-bubble-card{padding:10px 14px;border-radius:18px 18px 18px 6px;background:#fff;border:1px solid hsla(38,17%,88%,.95);box-shadow:0 1px 2px rgba(26,28,28,.04)}.forum-dm-row.is-mine .forum-dm-bubble-card{border-radius:18px 18px 6px 18px;background:linear-gradient(135deg,#5b52ee,#4f46e5);border-color:transparent;box-shadow:0 4px 14px rgba(79,70,229,.22)}.forum-dm-bubble.is-share .forum-dm-bubble-card{padding:8px;background:transparent;border:none;box-shadow:none}.forum-dm-row.is-mine .forum-dm-bubble.is-share .forum-dm-bubble-card{background:transparent;box-shadow:none}.forum-dm-bubble-text{margin:0;font-size:14px;line-height:1.5;white-space:pre-wrap;word-break:break-word;color:#1a1c1c}.forum-dm-row.is-mine .forum-dm-bubble-text{color:#fff}.forum-dm-bubble>p{margin:0;padding:10px 14px;border-radius:18px 18px 18px 6px;background:#fff;border:1px solid hsla(38,17%,88%,.95);box-shadow:0 1px 2px rgba(26,28,28,.04);font-size:14px;line-height:1.5;white-space:pre-wrap;word-break:break-word;color:#1a1c1c}.forum-dm-row.is-mine .forum-dm-bubble>p{border-radius:18px 18px 6px 18px;background:linear-gradient(135deg,#5b52ee,#4f46e5);border-color:transparent;color:#fff;box-shadow:0 4px 14px rgba(79,70,229,.22)}.forum-dm-bubble-time{font-size:10px;color:#9994a8;padding:0 4px}.forum-dm-row.is-mine .forum-dm-bubble-time{text-align:right}.forum-dm-topic-share{display:flex;align-items:center;gap:12px;width:280px;max-width:100%;box-sizing:border-box;padding:12px 12px 12px 10px;border-radius:16px;background:#fff;border:1px solid hsla(38,17%,88%,.95);box-shadow:0 2px 10px rgba(26,28,28,.06);text-decoration:none;color:inherit;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.forum-dm-topic-share:hover{border-color:rgba(79,70,229,.35);box-shadow:0 4px 16px rgba(79,70,229,.12);transform:translateY(-1px)}.forum-dm-topic-share-avatar{flex-shrink:0}.forum-dm-topic-share-body{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1 1}.forum-dm-topic-share-kicker{font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#7c76a0}.forum-dm-topic-share-title{font-size:14px;line-height:1.35;color:#1a1c1c;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.forum-dm-topic-share-author{font-size:12px;color:#6b667d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.forum-dm-topic-share-arrow{flex-shrink:0;font-size:20px;color:#b8b3c8}.forum-dm-chat-footer{flex-shrink:0;margin-top:auto;padding:12px 14px 14px;border-top:1px solid var(--forum-border);background:hsla(0,0%,100%,.96)}.forum-dm-compose{margin:0}.forum-dm-compose-box{display:flex;align-items:flex-end;gap:8px;padding:6px 6px 6px 14px;border:1px solid var(--forum-border);border-radius:999px;background:#fff;box-shadow:0 2px 8px rgba(26,28,28,.04);transition:border-color .15s ease,box-shadow .15s ease}.forum-dm-compose-box:focus-within{border-color:rgba(79,70,229,.45);box-shadow:0 0 0 3px rgba(79,70,229,.1)}.forum-dm-input{flex:1 1;resize:none;min-height:24px;max-height:120px;padding:8px 0;border:none;background:transparent;font:inherit;font-size:15px;line-height:1.45;color:#1a1c1c}.forum-dm-input:focus{outline:none}.forum-dm-input::placeholder{color:#9994a8}.forum-dm-send{flex-shrink:0;width:40px;height:40px;border:none;border-radius:50%;background:#4f46e5;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,transform .1s ease,opacity .15s ease}.forum-dm-send:hover:not(:disabled){background:#3525cd;transform:scale(1.04)}.forum-dm-send:disabled{opacity:.45;cursor:not-allowed}.forum-dm-send .material-symbols-outlined{font-size:20px}.forum-dm-compose-hint{margin:8px 0 0;padding-left:14px;font-size:11px;color:#9994a8}.forum-dm-menu-btn{margin-left:auto;width:36px;height:36px;border:none;border-radius:50%;background:transparent;color:#6b667d;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.forum-dm-menu-btn:hover{background:rgba(79,70,229,.08);color:#3525cd}.forum-dm-bubble-actions{display:flex;gap:12px;margin-top:6px;width:max-content;max-width:100%}.forum-dm-row:not(.is-mine) .forum-dm-bubble-actions{align-self:flex-start}.forum-dm-row.is-mine .forum-dm-bubble-actions{align-self:flex-end}.forum-dm-bubble .forum-dm-topic-share{width:280px;max-width:100%}.forum-dm-bubble.is-share .forum-dm-quote{margin:0 0 8px;max-width:min(100%,300px)}.forum-dm-msg-action{display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;color:#94939a;cursor:pointer;line-height:1;transition:opacity .15s ease}.forum-dm-msg-action:hover:not(:disabled){opacity:.72}.forum-dm-msg-action:disabled{opacity:.45}.forum-dm-msg-action .forum-heart-svg{display:block}.forum-dm-back-mobile{display:none}.forum-dm-msg-action .forum-quote-svg{display:block}.forum-dm-msg-action-quote .forum-quote-svg path{fill:#94939a}.forum-dm-msg-action:hover:not(:disabled) .forum-quote-svg path{fill:#6b667d}.forum-dm-msg-action .material-symbols-outlined{font-size:18px;color:#94939a}.forum-dm-quote{display:flex;flex-direction:column;align-items:flex-start;gap:2px;margin:0 0 8px;padding:7px 10px;border-left:3px solid rgba(79,70,229,.45);border-radius:8px;background:rgba(79,70,229,.06);font-size:12px;line-height:1.4;color:#6b667d;width:-moz-fit-content;width:fit-content;max-width:100%;box-sizing:border-box;word-break:break-word;overflow-wrap:anywhere}.forum-dm-quote-kicker{font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#7c76a0}.forum-dm-quote-text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-weight:500;color:inherit}.forum-dm-quote.is-topic .forum-dm-quote-text{font-size:13px;font-weight:600;color:#1a1c1c}.forum-dm-row.is-mine .forum-dm-quote{border-left-color:hsla(0,0%,100%,.55);background:hsla(0,0%,100%,.16);color:hsla(0,0%,100%,.92)}.forum-dm-row.is-mine .forum-dm-quote-kicker{color:hsla(0,0%,100%,.75)}.forum-dm-row.is-mine .forum-dm-quote.is-topic .forum-dm-quote-text{color:#fff}.forum-dm-row.is-mine .forum-dm-bubble.is-share .forum-dm-quote{border-left-color:rgba(79,70,229,.45);background:rgba(79,70,229,.08);color:#6b667d}.forum-dm-row.is-mine .forum-dm-bubble.is-share .forum-dm-quote-kicker{color:#7c76a0}.forum-dm-row.is-mine .forum-dm-bubble.is-share .forum-dm-quote.is-topic .forum-dm-quote-text{color:#1a1c1c}.forum-dm-quote-preview{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px;padding:10px 12px;border-radius:12px;background:rgba(79,70,229,.06);border-left:3px solid rgba(79,70,229,.45)}.forum-dm-quote-preview-body{min-width:0;display:flex;flex-direction:column;gap:2px}.forum-dm-quote-preview p{margin:0;font-size:13px;line-height:1.45;color:#6b667d;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.forum-dm-quote-preview.is-topic p{font-weight:600;color:#1a1c1c}.forum-dm-quote-preview button{border:none;background:transparent;color:#6b667d;cursor:pointer}.forum-dm-settings-backdrop{position:fixed;inset:0;z-index:1200;background:rgba(20,18,28,.35)}.forum-dm-settings-panel{position:fixed;top:0;right:0;z-index:1201;width:min(100%,360px);height:100dvh;background:#fff;box-shadow:-8px 0 32px rgba(26,28,28,.12);transform:translateX(0);animation:forum-dm-settings-slide-in .28s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column}@keyframes forum-dm-settings-slide-in{0%{transform:translateX(100%)}to{transform:translateX(0)}}.forum-dm-settings-header{padding:18px 16px;border-bottom:1px solid var(--forum-border)}.forum-dm-settings-close{border:none;background:transparent;color:#6b667d;cursor:pointer;margin-bottom:12px}.forum-dm-settings-peer{display:flex;flex-direction:column;align-items:center;gap:10px;text-decoration:none;color:inherit}.forum-dm-settings-body{flex:1 1;overflow:auto;padding:16px}.forum-dm-settings-search{display:flex;align-items:center;gap:8px;margin-bottom:18px;padding:10px 12px;border:1px solid var(--forum-border);border-radius:12px}.forum-dm-settings-search input{flex:1 1;border:none;background:transparent;font:inherit;font-size:14px}.forum-dm-settings-search input:focus{outline:none}.forum-dm-settings-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid hsla(38,17%,88%,.7)}.forum-dm-settings-row p{margin:4px 0 0;font-size:12px;color:#6b667d}.forum-toggle{width:46px;height:28px;border:none;border-radius:999px;background:#d8d3ea;padding:3px;cursor:pointer;transition:background .15s ease}.forum-toggle span{display:block;width:22px;height:22px;border-radius:50%;background:#fff;transition:transform .15s ease}.forum-toggle.is-on{background:#4f46e5}.forum-toggle.is-on span{transform:translateX(18px)}.forum-dm-settings-action{width:100%;margin-top:14px;padding:12px 14px;border:1px solid var(--forum-border);border-radius:12px;background:#fff;font:inherit;font-size:14px;cursor:pointer}.forum-dm-settings-action.is-danger{color:#b42318;border-color:rgba(180,35,24,.25)}.forum-dm-settings-report textarea{width:100%;margin-top:12px;padding:10px 12px;border:1px solid var(--forum-border);border-radius:12px;font:inherit;resize:vertical}.forum-dm-settings-report-actions{display:flex;gap:8px;margin-top:10px}.forum-dm-settings-error{padding:0 16px 16px}.forum-dm-list-item.is-pinned .forum-dm-list-top strong:after{content:" · pinned";font-size:11px;font-weight:500;color:#7c76a0}@media (max-width:768px){.forum-dm-layout{padding:0}.forum-dm-split{grid-template-columns:1fr;border-radius:0;border-left:none;border-right:none}.forum-root:has(.forum-dm-layout) .forum-footer{display:none}.forum-dm-split.is-chat-open .forum-dm-sidebar,.forum-dm-split:not(.is-chat-open) .forum-dm-main-pane{display:none}.forum-dm-back-mobile{display:inline-flex}}@media (max-width:640px){.forum-dm-profile-link{display:none}.forum-dm-row{max-width:92%}}