.NotificationsPanel-module__AR1O_q__pop{z-index:9999;flex-direction:column;width:300px;max-width:calc(100vw - 24px);padding:12px 12px 10px;display:flex;position:fixed;}.NotificationsPanel-module__AR1O_q__scroll{overscroll-behavior:contain;max-height:min(60vh,100dvh - 140px);overflow-y:auto}.NotificationsPanel-module__AR1O_q__titleRow{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.NotificationsPanel-module__AR1O_q__title{font-family:var(--font-serif);font-size:17px;font-weight:var(--weight-black);color:var(--text)}.NotificationsPanel-module__AR1O_q__gear{color:var(--text-sub);cursor:pointer;background:0 0;border:none;border-radius:6px;place-items:center;margin-left:auto;margin-right:2px;padding:4px;transition:color .12s,background .12s;display:grid}.NotificationsPanel-module__AR1O_q__gear:hover,.NotificationsPanel-module__AR1O_q__gearOn{color:var(--text);background:var(--surface3)}.NotificationsPanel-module__AR1O_q__close{color:var(--text-sub);cursor:pointer;background:0 0;border:none;border-radius:6px;place-items:center;padding:4px;transition:color .12s,background .12s;display:grid}.NotificationsPanel-module__AR1O_q__close:hover{color:var(--text);background:var(--surface3)}.NotificationsPanel-module__AR1O_q__stateLine{color:var(--text-muted);align-items:center;gap:8px;padding:14px 2px;font-size:12px;display:flex}.NotificationsPanel-module__AR1O_q__spinner{background:color-mix(in srgb, var(--blue-400) 22%, transparent);border-radius:2px;width:22px;height:3.5px;display:inline-block;position:relative;overflow:hidden}.NotificationsPanel-module__AR1O_q__spinner:after{content:"";background:var(--blue-400);border-radius:2px;width:45%;animation:1.05s ease-in-out infinite alternate NotificationsPanel-module__AR1O_q__ntfLine;position:absolute;top:0;bottom:0;left:0}@keyframes NotificationsPanel-module__AR1O_q__ntfLine{0%{transform:translate(-25%)}to{transform:translate(155%)}}.NotificationsPanel-module__AR1O_q__list{flex-direction:column;gap:2px;display:flex}.NotificationsPanel-module__AR1O_q__row{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:flex-start;gap:10px;width:100%;padding:9px 8px;transition:background .1s;display:flex}.NotificationsPanel-module__AR1O_q__row:hover{background:var(--surface3)}.NotificationsPanel-module__AR1O_q__dot{background:var(--surface3);border:1px solid var(--border2);width:24px;height:24px;color:rgba(var(--brand-white-rgb), .9);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:9px;font-weight:700;display:inline-flex}.NotificationsPanel-module__AR1O_q__body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.NotificationsPanel-module__AR1O_q__head{align-items:baseline;gap:5px;min-width:0;font-size:12px;display:flex}.NotificationsPanel-module__AR1O_q__actor{color:var(--text);white-space:nowrap;text-overflow:ellipsis;max-width:45%;font-weight:600;overflow:hidden}.NotificationsPanel-module__AR1O_q__guestTag{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);border:1px solid var(--border2);border-radius:4px;flex-shrink:0;padding:0 4px;font-size:8.5px;font-weight:700}.NotificationsPanel-module__AR1O_q__verb{color:var(--text-sub);white-space:nowrap}.NotificationsPanel-module__AR1O_q__snippet{color:var(--text-muted);-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;font-size:11.5px;display:-webkit-box;overflow:hidden}.NotificationsPanel-module__AR1O_q__when{color:var(--text-muted);opacity:.75;font-size:10px}.NotificationsPanel-module__AR1O_q__unread{background:rgba(var(--brand-red-rgb), .95);border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-top:6px}.NotificationsPanel-module__AR1O_q__more{border:1px solid var(--border2);color:var(--text-sub);cursor:pointer;background:0 0;border-radius:8px;margin-top:6px;padding:7px 8px;font-size:11.5px;transition:background .1s,color .1s}.NotificationsPanel-module__AR1O_q__more:hover{background:var(--surface3);color:var(--text)}.NotificationsPanel-module__AR1O_q__more:disabled{opacity:.6;cursor:default}.NotificationsPanel-module__AR1O_q__prefsGrid{border:1px solid var(--border2);border-radius:10px;grid-template-columns:1fr 56px 56px;align-items:center;row-gap:2px;padding:10px 14px 12px;display:grid}.NotificationsPanel-module__AR1O_q__prefsRow{display:contents}.NotificationsPanel-module__AR1O_q__prefsCol{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);text-align:center;padding-bottom:4px;font-size:9.5px;font-weight:700}.NotificationsPanel-module__AR1O_q__prefsLabel{color:var(--text);padding:5px 0;font-size:12.5px}.NotificationsPanel-module__AR1O_q__prefsCell{justify-content:center;align-items:center;display:flex}.NotificationsPanel-module__AR1O_q__prefsCheck{width:14px;height:14px;accent-color:var(--accent);cursor:pointer}.NotificationsPanel-module__AR1O_q__prefsNA{color:var(--text-muted);opacity:.7;cursor:default;font-size:11px}
.Toast-module__HRJgRG__toast{z-index:10001;background:color-mix(in srgb, var(--surface2) 92%, #000);border:1px solid var(--border2);max-width:min(480px,80vw);color:var(--text);letter-spacing:.1px;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;animation:Toast-module__HRJgRG__toastIn .18s var(--ease-out);border-radius:10px;padding:9px 16px;font-size:12.5px;font-weight:500;position:fixed;bottom:96px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 12px 38px #0000008c}@keyframes Toast-module__HRJgRG__toastIn{0%{opacity:0;transform:translate(-50%,10px)}}
.ContentSearch-module__D7jceq__overlay{z-index:200;background:var(--veil);-webkit-backdrop-filter:var(--veil-flatten);backdrop-filter:var(--veil-flatten);justify-content:center;align-items:flex-start;padding-top:max(24px,23vh - 39px);transition:opacity .16s;display:flex;position:fixed;inset:0}@starting-style{.ContentSearch-module__D7jceq__overlay{opacity:0}}.ContentSearch-module__D7jceq__palette{background:var(--surface);width:440px;max-width:calc(100vw - 48px);animation:ContentSearch-module__D7jceq__csIn .16s var(--ease-out);border:1px solid #ffffff17;border-radius:12px;padding:6px}@keyframes ContentSearch-module__D7jceq__csIn{0%{opacity:0;transform:translateY(6px)scale(.985)}}.ContentSearch-module__D7jceq__field{color:var(--text-muted);background:var(--color-bg-sunken);border:.5px solid var(--purple);border-radius:10px;align-items:center;gap:9px;padding:7px 12px;display:flex}.ContentSearch-module__D7jceq__clearBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;padding:0 2px 0 8px;font-size:16px;line-height:1;transition:color .12s;display:flex}.ContentSearch-module__D7jceq__clearBtn:hover{color:var(--text)}.ContentSearch-module__D7jceq__input{width:100%;color:var(--text);caret-color:var(--text);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:14px}.ContentSearch-module__D7jceq__inputWrap{flex:1;min-width:0;display:flex;position:relative}.ContentSearch-module__D7jceq__ph{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;pointer-events:none;font-size:14px;position:absolute;top:50%;left:0;right:0;overflow:hidden;transform:translateY(-50%)}.ContentSearch-module__D7jceq__well{background:var(--surface);border-top:1px solid var(--well-edge);border-bottom:1px solid var(--well-edge);margin:0 -6px;transition:height .16s cubic-bezier(.3,.9,.35,1),border-color .16s;position:relative;overflow:hidden}.ContentSearch-module__D7jceq__well:before,.ContentSearch-module__D7jceq__well:after{content:"";pointer-events:none;z-index:3;height:30px;position:absolute;left:0;right:0}.ContentSearch-module__D7jceq__well:before{background:linear-gradient(#0000002e,#0000);top:0}.ContentSearch-module__D7jceq__well:after{background:linear-gradient(#0000,#0000002e);bottom:0}.ContentSearch-module__D7jceq__list{--fade:12px;--edge:#00000040;max-height:46vh;-webkit-mask-image:linear-gradient(to bottom, var(--edge) 0, #000 var(--fade), #000 calc(100% - var(--fade)), var(--edge) 100%);-webkit-mask-image:linear-gradient(to bottom, var(--edge) 0, #000 var(--fade), #000 calc(100% - var(--fade)), var(--edge) 100%);mask-image:linear-gradient(to bottom, var(--edge) 0, #000 var(--fade), #000 calc(100% - var(--fade)), var(--edge) 100%);flex-direction:column;gap:2px;padding:12px 7px 8px;scroll-padding-top:12px;scroll-padding-bottom:16px;display:flex;overflow-y:auto}.ContentSearch-module__D7jceq__row{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:7px 8px;font-family:inherit;display:flex;position:relative}.ContentSearch-module__D7jceq__rowKind{color:var(--text-muted);pointer-events:none;display:inline-flex;position:absolute;bottom:7px;right:9px}.ContentSearch-module__D7jceq__rowActive .ContentSearch-module__D7jceq__rowKind{color:rgba(var(--brand-white-rgb), .72)}.ContentSearch-module__D7jceq__rowStatusChip{background:var(--st);height:16px;color:var(--st-text);letter-spacing:.3px;white-space:nowrap;pointer-events:none;border-radius:4px;align-items:center;padding:0 6px;font-size:9px;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:50%;right:9px;transform:translateY(-50%)}.ContentSearch-module__D7jceq__bodyStatus{padding-right:96px}.ContentSearch-module__D7jceq__stackMore{color:var(--text-sub);cursor:pointer;font-weight:600}.ContentSearch-module__D7jceq__stackMore:hover{color:var(--text)}.ContentSearch-module__D7jceq__rowActive .ContentSearch-module__D7jceq__stackMore{color:rgba(var(--brand-white-rgb), .85)}.ContentSearch-module__D7jceq__rowSub{padding-left:26px}.ContentSearch-module__D7jceq__rowActive{background:var(--accent)}.ContentSearch-module__D7jceq__thumb{aspect-ratio:16/9;background:var(--surface2);border-radius:4px;flex-shrink:0;width:58px;position:relative;overflow:hidden}.ContentSearch-module__D7jceq__thumbMedia{object-fit:cover;width:100%;height:100%;display:block}.ContentSearch-module__D7jceq__thumbAudio{justify-content:center;align-items:center;gap:3px;display:flex;position:absolute;inset:0}.ContentSearch-module__D7jceq__thumbAudio i{background:rgba(var(--brand-white-rgb), .4);border-radius:1.5px;width:3px;height:12px}.ContentSearch-module__D7jceq__thumbAudio i:first-child,.ContentSearch-module__D7jceq__thumbAudio i:last-child{height:7px}.ContentSearch-module__D7jceq__thumb3d{color:rgba(var(--brand-white-rgb), .4);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ContentSearch-module__D7jceq__thumb3d svg{width:15px;height:auto}.ContentSearch-module__D7jceq__rowKind3d{width:13px;height:auto}.ContentSearch-module__D7jceq__pcMediaFit{object-fit:contain;width:100%;height:100%;display:block}.ContentSearch-module__D7jceq__pc3dGlyph{color:rgba(var(--brand-white-rgb), .45);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ContentSearch-module__D7jceq__pc3dGlyph svg{width:34px;height:auto}.ContentSearch-module__D7jceq__pinDot{background:var(--blue-400);border:1.5px solid var(--brand-white);border-radius:50%;width:9px;height:9px;position:absolute;top:3px;left:3px}.ContentSearch-module__D7jceq__body{flex-direction:column;gap:2px;min-width:0;padding-right:26px;display:flex}.ContentSearch-module__D7jceq__text{color:var(--text-sub);white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;line-height:1.45;overflow:hidden}.ContentSearch-module__D7jceq__rowActive .ContentSearch-module__D7jceq__text{color:var(--brand-white)}.ContentSearch-module__D7jceq__mark{background:color-mix(in srgb, var(--blue-400) 38%, transparent);color:var(--brand-white);border-radius:2px;padding:1px 0}.ContentSearch-module__D7jceq__rowActive .ContentSearch-module__D7jceq__mark{background:#ffffff40}.ContentSearch-module__D7jceq__meta{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.ContentSearch-module__D7jceq__rowActive .ContentSearch-module__D7jceq__meta{color:rgba(var(--brand-white-rgb), .72)}.ContentSearch-module__D7jceq__textVisual{color:rgba(var(--brand-white-rgb), .62)}.ContentSearch-module__D7jceq__rowActive .ContentSearch-module__D7jceq__textVisual{color:var(--color-text-on-accent-muted)}.ContentSearch-module__D7jceq__none{text-align:center;color:var(--text-muted);padding:14px 0 16px;font-size:12px}.ContentSearch-module__D7jceq__scopeRow{justify-content:center;gap:4px;padding:10px 10px 8px;display:flex}.ContentSearch-module__D7jceq__scopeBtn{color:var(--text-muted);letter-spacing:.1px;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:3px 10px;font-family:inherit;font-size:11px;font-weight:600}.ContentSearch-module__D7jceq__scopeBtn:hover{color:var(--text)}.ContentSearch-module__D7jceq__scopeOn,.ContentSearch-module__D7jceq__scopeOn:hover{background:var(--accent);color:var(--brand-white)}.ContentSearch-module__D7jceq__sweep{color:var(--text-muted);justify-content:center;align-items:center;gap:9px;padding:8px 10px 2px;font-size:11px;display:flex}.ContentSearch-module__D7jceq__sweepLine{background:color-mix(in srgb, var(--blue-400) 22%, transparent);border-radius:2px;width:56px;height:3.5px;position:relative;overflow:hidden}.ContentSearch-module__D7jceq__sweepLine:after{content:"";background:var(--blue-400);border-radius:2px;width:45%;animation:1.05s ease-in-out infinite alternate ContentSearch-module__D7jceq__csSweep;position:absolute;top:0;bottom:0;left:0}@keyframes ContentSearch-module__D7jceq__csSweep{0%{transform:translate(-25%)}to{transform:translate(155%)}}.ContentSearch-module__D7jceq__jumpRow{color:var(--text-muted);opacity:0;justify-content:center;align-items:center;gap:9px;padding:10px 10px 8px;font-size:11px;animation:10ms linear .25s forwards ContentSearch-module__D7jceq__csJumpArm;display:flex}@keyframes ContentSearch-module__D7jceq__csJumpArm{to{opacity:1}}.ContentSearch-module__D7jceq__footCol{flex-direction:column;display:flex}.ContentSearch-module__D7jceq__footCol .ContentSearch-module__D7jceq__foot{padding-top:5px;padding-bottom:3px}.ContentSearch-module__D7jceq__footCol .ContentSearch-module__D7jceq__foot:first-child{padding-top:8px}.ContentSearch-module__D7jceq__footCol .ContentSearch-module__D7jceq__foot:last-child{padding-bottom:6px}.ContentSearch-module__D7jceq__foot+.ContentSearch-module__D7jceq__foot,.ContentSearch-module__D7jceq__footCol+.ContentSearch-module__D7jceq__footCol .ContentSearch-module__D7jceq__foot:first-child{padding-top:0}.ContentSearch-module__D7jceq__recentRow{min-width:0;color:var(--text-sub);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;padding:7px 9px;font-family:inherit;font-size:12px;display:flex}.ContentSearch-module__D7jceq__recentRow:hover{background:rgba(var(--brand-white-rgb), .06);color:var(--text)}.ContentSearch-module__D7jceq__recentRow svg{opacity:.55;flex:none}.ContentSearch-module__D7jceq__recentText{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.ContentSearch-module__D7jceq__preFootLine{background:rgba(var(--brand-white-rgb), .032);height:1px;margin:2px -6px 0}.ContentSearch-module__D7jceq__wellClosed{border-color:#0000}.ContentSearch-module__D7jceq__foot{color:var(--text-muted);justify-content:center;align-items:center;gap:8px;padding:8px 10px 6px;font-size:11px;display:flex}.ContentSearch-module__D7jceq__gen{color:var(--green);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:11px;font-weight:600}.ContentSearch-module__D7jceq__gen:hover{color:var(--text)}.ContentSearch-module__D7jceq__thumbWrap{flex-shrink:0;display:flex}.ContentSearch-module__D7jceq__peek{z-index:2;pointer-events:none;background:var(--surface2);animation:ContentSearch-module__D7jceq__peekIn .12s var(--ease-out);border:1px solid #ffffff1a;border-radius:8px;padding:4px;position:fixed;transform:translate(-100%,-50%)}.ContentSearch-module__D7jceq__peekLive{pointer-events:auto}.ContentSearch-module__D7jceq__peekInfo{flex-direction:column;gap:2px;width:240px;padding:6px 8px 7px;font-size:11.5px;line-height:1.5;display:flex}.ContentSearch-module__D7jceq__piRow{justify-content:space-between;align-items:center;gap:8px;margin-top:2px;display:flex}.ContentSearch-module__D7jceq__piName{color:var(--text);overflow-wrap:anywhere;font-size:12px;font-weight:600}.ContentSearch-module__D7jceq__piSpec{color:var(--text-muted)}.ContentSearch-module__D7jceq__piDate{color:var(--green)}.ContentSearch-module__D7jceq__piBy{color:var(--purple)}.ContentSearch-module__D7jceq__piBtn{background:var(--surface2);border:1px solid var(--border2);width:24px;height:24px;color:var(--text-sub);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.ContentSearch-module__D7jceq__piBtn:hover{background:var(--accent);border-color:var(--accent);color:var(--brand-white)}@keyframes ContentSearch-module__D7jceq__peekIn{0%{opacity:0;transform:translate(calc(-100% - 4px),-50%)}}.ContentSearch-module__D7jceq__peekMedia{border-radius:5px;max-width:240px;max-height:200px;display:block}.ContentSearch-module__D7jceq__peekFrame{min-width:200px;min-height:112px;display:block;position:relative}.ContentSearch-module__D7jceq__posterImg{object-fit:cover;border-radius:5px;width:100%;height:100%;display:block}.ContentSearch-module__D7jceq__peekLoading{background:var(--surface2);border-radius:5px;position:absolute;inset:0}.ContentSearch-module__D7jceq__peekClip{object-fit:cover;opacity:0;border-radius:5px;width:100%;height:100%;position:absolute;inset:0}.ContentSearch-module__D7jceq__peekClipOn{opacity:1;transition:opacity .18s}.ContentSearch-module__D7jceq__peekTimeChip{color:var(--purple);font-variant-numeric:tabular-nums;background:#000000b8;border-radius:3px;padding:0 3px;font-size:11px;font-weight:600;line-height:14px;position:absolute;top:3px;right:3px}.ContentSearch-module__D7jceq__peekMark{background:var(--blue-400);color:var(--brand-white);border-radius:2px;padding:1px 0}.ContentSearch-module__D7jceq__peek ::highlight(mm-search-peek){background-color:var(--blue-400);color:var(--brand-white)}.ContentSearch-module__D7jceq__peekSub{text-align:center;color:#fff;white-space:pre-wrap;pointer-events:none;background:#0000009e;border-radius:4px;width:max-content;max-width:calc(100% - 12px);max-height:3em;padding:2px 7px;font-size:9.5px;font-weight:500;line-height:1.4;position:absolute;bottom:5px;left:50%;overflow:hidden;transform:translate(-50%)}.ContentSearch-module__D7jceq__peekText{flex-direction:column;gap:5px;width:240px;padding:7px 9px;display:flex}.ContentSearch-module__D7jceq__peekHead{color:var(--text-muted);justify-content:space-between;align-items:center;gap:8px;font-size:11px;font-weight:600;display:flex}.ContentSearch-module__D7jceq__peekTime{color:var(--purple);font-variant-numeric:tabular-nums}.ContentSearch-module__D7jceq__peekCur{color:var(--text);font-size:12.5px;line-height:1.5}.ContentSearch-module__D7jceq__peekDim{color:var(--text-muted);font-size:12px;line-height:1.45}.ContentSearch-module__D7jceq__pcStack{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.ContentSearch-module__D7jceq__pcMediaStrip{background:#000;border-radius:5px;justify-content:center;width:240px;display:flex;overflow:hidden}.ContentSearch-module__D7jceq__pcMediaStrip .ContentSearch-module__D7jceq__peekFrame{min-width:0;min-height:0}.ContentSearch-module__D7jceq__pcMediaStrip .ContentSearch-module__D7jceq__posterImg,.ContentSearch-module__D7jceq__pcMediaStrip .ContentSearch-module__D7jceq__pcMediaFill,.ContentSearch-module__D7jceq__pcMediaStrip .ContentSearch-module__D7jceq__pcMediaFillAuto,.ContentSearch-module__D7jceq__pcMediaStrip .ContentSearch-module__D7jceq__peekClip{border-radius:0}.ContentSearch-module__D7jceq__pcMediaBox{display:block;position:relative;overflow:hidden}.ContentSearch-module__D7jceq__pcMediaFill{object-fit:cover;width:100%;height:100%;display:block}.ContentSearch-module__D7jceq__pcMediaFillAuto{width:100%;height:auto;display:block}.ContentSearch-module__D7jceq__pcMediaPin{background:var(--pin-color,var(--accent));border:1.5px solid rgba(var(--brand-white-rgb), .85);border-radius:50%;width:10px;height:10px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 1px 3px #00000080}.ContentSearch-module__D7jceq__pcCard{border-radius:var(--card-radius,10px);background:var(--surface2);flex-direction:column;gap:6px;width:240px;padding:9px 10px;display:flex}.ContentSearch-module__D7jceq__pcHdr{align-items:flex-start;gap:7px;display:flex;position:relative}.ContentSearch-module__D7jceq__pcAv{background:var(--accent);width:24px;height:24px;color:var(--brand-white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:9px;font-weight:700;display:flex}.ContentSearch-module__D7jceq__pcMeta{flex-direction:column;gap:1px;min-width:0;display:flex}.ContentSearch-module__D7jceq__pcAuthor{letter-spacing:-.1px;color:var(--text);overflow-wrap:anywhere;font-size:12px;font-weight:600}.ContentSearch-module__D7jceq__pcWhen{color:var(--text-muted);font-size:10px;line-height:1.2}.ContentSearch-module__D7jceq__pcNum{color:var(--text-muted);flex-shrink:0;margin-left:auto;font-size:11px;font-weight:700}.ContentSearch-module__D7jceq__pcPin{background:var(--pin-color,var(--accent));border:1px solid rgba(var(--brand-white-rgb), .6);border-radius:50%;width:8px;height:8px;position:absolute;top:3px;left:50%;transform:translate(-50%);box-shadow:0 1px 2px #0006}.ContentSearch-module__D7jceq__pcBody{align-items:flex-end;gap:6px;display:flex}.ContentSearch-module__D7jceq__pcText{min-width:0;color:var(--text);overflow-wrap:anywhere;flex:1;font-size:12.5px;line-height:1.5}.ContentSearch-module__D7jceq__pcAttach{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.ContentSearch-module__D7jceq__pcImg{border-radius:5px;flex-shrink:0;width:38px;height:38px;position:relative;overflow:hidden}.ContentSearch-module__D7jceq__pcImg img{object-fit:cover;width:100%;height:100%;display:block}.ContentSearch-module__D7jceq__pcAi{color:var(--brand-white);background:#000000b8;border-radius:2px;padding:0 2px;font-size:8px;font-weight:700;line-height:10px;position:absolute;bottom:1px;right:1px}.ContentSearch-module__D7jceq__pcAudio{color:var(--text-sub);align-items:center;gap:3px;font-size:11px;font-weight:600;display:inline-flex}.ContentSearch-module__D7jceq__pcAudio svg{width:12px;height:12px}.ContentSearch-module__D7jceq__pcReplies{border-left:1px solid #ffffff14;flex-direction:column;gap:6px;margin-left:4px;padding-left:10px;display:flex}.ContentSearch-module__D7jceq__pcReply{align-items:flex-start;gap:5px;display:flex}.ContentSearch-module__D7jceq__pcReplyAv{background:var(--accent);width:16px;height:16px;color:var(--brand-white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:7.5px;font-weight:700;display:flex}.ContentSearch-module__D7jceq__pcReplyBody{flex-direction:column;gap:2px;min-width:0;display:flex}.ContentSearch-module__D7jceq__pcReplyText{color:var(--text-sub);overflow-wrap:anywhere;font-size:12px;line-height:1.45}.ContentSearch-module__D7jceq__pcMore{color:var(--text-muted);font-size:11px}.ContentSearch-module__D7jceq__pcTs{color:var(--purple);font-variant-numeric:tabular-nums;flex-shrink:0;align-items:center;gap:3px;font-size:10.5px;font-weight:600;display:inline-flex}.ContentSearch-module__D7jceq__pcTsEnd{align-self:flex-end}
.ReviewWorkspace-module__6adfeG__workspace{height:100dvh;padding:7px;padding:max(7px, env(safe-area-inset-top)) min(max(7px, env(safe-area-inset-right)), 24px) 7px min(max(7px, env(safe-area-inset-left)), 24px);background:var(--app-bg);gap:7px;display:flex;position:relative;overflow:hidden}.ReviewWorkspace-module__6adfeG__workspace.ReviewWorkspace-module__6adfeG__veiled{isolation:isolate}.ReviewWorkspace-module__6adfeG__workspace:after{content:"";background:var(--veil);z-index:-1;pointer-events:none;opacity:0;transition:opacity .16s;position:absolute;inset:0}.ReviewWorkspace-module__6adfeG__workspace.ReviewWorkspace-module__6adfeG__veiled:after{opacity:1;-webkit-backdrop-filter:var(--veil-flatten);backdrop-filter:var(--veil-flatten)}.ReviewWorkspace-module__6adfeG__bootOverlay{z-index:200;background:var(--app-bg);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ReviewWorkspace-module__6adfeG__bootOverlayHidden{opacity:0;pointer-events:none;transition:opacity .3s var(--ease-out,ease)}.ReviewWorkspace-module__6adfeG__bootSpinner{width:var(--select-line-len);background:color-mix(in srgb, var(--blue-400) 22%, transparent);border-radius:2px;height:3.5px;position:relative;overflow:hidden}.ReviewWorkspace-module__6adfeG__bootSpinner:after{content:"";background:var(--blue-400);border-radius:2px;width:45%;animation:1.05s ease-in-out infinite alternate ReviewWorkspace-module__6adfeG__bootLine;position:absolute;top:0;bottom:0;left:0}@keyframes ReviewWorkspace-module__6adfeG__bootLine{0%{transform:translate(-25%)}to{transform:translate(155%)}}.ReviewWorkspace-module__6adfeG__center{z-index:1;flex:1;min-width:0;display:flex;position:relative}.ReviewWorkspace-module__6adfeG__center:has([data-fake-fullscreen]){z-index:300}.ReviewWorkspace-module__6adfeG__centerClip{overflow:hidden}.ReviewWorkspace-module__6adfeG__centerInner{flex:1;min-width:0;display:flex;position:relative}@keyframes ReviewWorkspace-module__6adfeG__centerSlideOut{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes ReviewWorkspace-module__6adfeG__centerSlideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.ReviewWorkspace-module__6adfeG__centerOut{animation:ReviewWorkspace-module__6adfeG__centerSlideOut .24s var(--ease-in) forwards}.ReviewWorkspace-module__6adfeG__centerIn{animation:ReviewWorkspace-module__6adfeG__centerSlideIn .38s var(--ease-out) forwards}.ReviewWorkspace-module__6adfeG__rightCol{display:contents}.ReviewWorkspace-module__6adfeG__rightTab{display:none}.ReviewWorkspace-module__6adfeG__leftCol{display:contents}.ReviewWorkspace-module__6adfeG__leftTab{display:none}@media (max-width:740px){.ReviewWorkspace-module__6adfeG__leftCol{top:max(7px, env(safe-area-inset-top));bottom:max(7px, env(safe-area-inset-bottom), var(--kb-inset,0px));left:min(max(7px, env(safe-area-inset-left)), 24px);z-index:60;transform:translateX(calc(-100% - min(max(7px, env(safe-area-inset-left)), 24px)));transition:transform .3s var(--ease-out), bottom .22s var(--ease-out);border-radius:12px;display:flex;position:fixed;box-shadow:0 18px 60px #0000008c}.ReviewWorkspace-module__6adfeG__leftColOpen{transform:none}.ReviewWorkspace-module__6adfeG__leftTab{border:1px solid var(--border2);background:var(--surface2);width:33px;height:64px;color:var(--text-sub);border-left:none;border-radius:0 10px 10px 0;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:50%;right:-33px;transform:translateY(-50%)}}@media (max-width:900px){.ReviewWorkspace-module__6adfeG__rightCol{top:max(7px, env(safe-area-inset-top));bottom:max(7px, env(safe-area-inset-bottom), var(--kb-inset,0px));right:min(max(7px, env(safe-area-inset-right)), 24px);z-index:60;--panel-w:min(340px, 86vw);transform:translateX(calc(100% + min(max(7px, env(safe-area-inset-right)), 24px)));transition:transform .3s var(--ease-out), bottom .22s var(--ease-out);border-radius:12px;display:flex;position:fixed;box-shadow:0 18px 60px #0000008c}.ReviewWorkspace-module__6adfeG__rightColOpen{transform:none}.ReviewWorkspace-module__6adfeG__rightTab{border:1px solid var(--border2);background:var(--surface2);width:33px;height:64px;color:var(--text-sub);border-right:none;border-radius:10px 0 0 10px;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:50%;left:-33px;transform:translateY(-50%)}}
.LoadVeil-module__FEMNxq__overlay{z-index:200;background:var(--veil);-webkit-backdrop-filter:var(--veil-flatten) blur(12px);backdrop-filter:var(--veil-flatten) blur(12px);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.LoadVeil-module__FEMNxq__enterFade{animation:.16s LoadVeil-module__FEMNxq__veilEnter}@keyframes LoadVeil-module__FEMNxq__veilEnter{0%{opacity:0}}.LoadVeil-module__FEMNxq__overlayHidden{opacity:0;pointer-events:none;transition:opacity .5s}.LoadVeil-module__FEMNxq__modeCenter{-webkit-backdrop-filter:var(--veil-flatten) blur(5px);backdrop-filter:var(--veil-flatten) blur(5px)}.LoadVeil-module__FEMNxq__blurCenter{pointer-events:none;-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px);position:absolute;inset:0;-webkit-mask-image:radial-gradient(75% 65%,#000,#0000 78%);mask-image:radial-gradient(75% 65%,#000,#0000 78%)}.LoadVeil-module__FEMNxq__stack{text-align:center;flex-direction:column;align-items:center;display:flex}.LoadVeil-module__FEMNxq__stackDelayed{opacity:0;animation:.3s .5s forwards LoadVeil-module__FEMNxq__stackIn}@keyframes LoadVeil-module__FEMNxq__stackIn{to{opacity:1}}.LoadVeil-module__FEMNxq__heading{margin:0;font-size:21px;line-height:1.1}.LoadVeil-module__FEMNxq__lead{font-family:var(--font-sans);letter-spacing:.04em;color:var(--brand-white);font-weight:200}.LoadVeil-module__FEMNxq__name{font-family:var(--font-serif);font-weight:var(--weight-black);color:var(--green)}.LoadVeil-module__FEMNxq__line{width:var(--select-line-len);background:color-mix(in srgb, var(--blue-400) 22%, transparent);border-radius:2px;height:3.5px;margin-top:22px;position:relative;overflow:hidden}.LoadVeil-module__FEMNxq__line:after{content:"";background:var(--blue-400);border-radius:2px;width:45%;animation:1.05s ease-in-out infinite alternate LoadVeil-module__FEMNxq__veilLine;position:absolute;top:0;bottom:0;left:0}@keyframes LoadVeil-module__FEMNxq__veilLine{0%{transform:translate(-25%)}to{transform:translate(155%)}}.LoadVeil-module__FEMNxq__caption{color:var(--text-sub);letter-spacing:.1px;min-height:14px;margin-top:12px;font-size:11px}
