html,body,#root{height:100%;width:100%;max-width:100%;overflow-x:hidden}body{margin:0;background:#0c0c0e;font-family:Roboto,system-ui,-apple-system,Segoe UI,sans-serif}:root{--max-chat-bg: #0c0c0e;--max-chat-surface: #1c1c20;--max-chat-bubble-other: #2a2a30;--max-chat-bubble-own: #4f46e5;--max-chat-bubble-own-text: #f4f4f5;--max-chat-text: #ececee;--max-chat-muted: #9b9ba3;--max-chat-border: #2e2e36;--max-chat-overlay: rgba(0, 0, 0, .52);--max-chat-accent: #818cf8}.comments-app{display:flex;flex-direction:column;height:var(--app-vh, 100dvh);min-height:100svh;width:100%;max-width:720px;margin:0 auto;background:var(--max-chat-bg);color:var(--max-chat-text);font-family:Roboto,system-ui,-apple-system,Segoe UI,sans-serif;overflow:hidden}.comments-app__header{flex-shrink:0;padding:12px 16px;border-bottom:1px solid var(--max-chat-border);background:var(--max-chat-surface)}.comments-app__header h1{margin:0;font-size:1.05rem;font-weight:600;letter-spacing:.02em}.comments-app__scroll{flex:1;min-height:0;overflow-y:auto;padding:8px 10px 6px;-webkit-overflow-scrolling:touch;position:relative;isolation:isolate}.comments-app__scroll:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:-2;background-color:#0f0f13;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.06) 1px,transparent 0),radial-gradient(circle at 14px 14px,rgba(99,102,241,.05) 1px,transparent 0);background-size:16px 16px,28px 28px}.comments-app__scroll:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:-1;background:linear-gradient(to bottom,#0c0c0e2e,#0c0c0e61)}.chat-empty{text-align:center;padding:32px 16px 20px;color:var(--max-chat-muted)}.chat-empty__title{margin:0 0 8px;font-size:1rem;font-weight:600;color:var(--max-chat-text)}.chat-empty__subtitle{margin:0;font-size:.875rem}.comments-app__composer{flex-shrink:0;padding:10px 12px;padding-bottom:max(12px,env(safe-area-inset-bottom,0px));border-top:1px solid var(--max-chat-border);background:var(--max-chat-surface)}.chat-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.chat-list__entry{list-style:none}.chat-row{display:flex;width:100%;justify-content:flex-start;margin-top:4px;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.chat-row--own{justify-content:flex-end}.chat-row--grouped{margin-top:1px}.chat-bubble-wrap{display:flex;gap:6px;max-width:78%;align-items:flex-start}.chat-row--own .chat-bubble-wrap{flex-direction:row-reverse}.chat-avatar-slot{width:36px;flex-shrink:0;align-self:flex-end}.chat-avatar{width:36px;height:36px;border-radius:50%;flex-shrink:0;background:linear-gradient(145deg,#3f3f46,#27272a);color:var(--max-chat-muted);font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center;overflow:hidden;object-fit:cover}.chat-bubble{position:relative;border-radius:14px;padding:7px 10px 8px;min-width:0;max-width:100%;box-shadow:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.chat-message-stack{display:flex;flex-direction:column;align-items:flex-start;min-width:0;max-width:100%}.chat-bubble__reply-quote{display:flex;flex-direction:column;gap:2px;width:100%;min-width:0;max-width:100%;margin:2px 0 6px;padding:6px 8px;border:1px solid rgba(129,140,248,.35);border-left:3px solid rgba(129,140,248,.8);border-radius:8px;background:#818cf81f;color:inherit;text-align:left;cursor:pointer}.chat-bubble__reply-author{font-size:.77rem;font-weight:600;color:#c7d2fe}.chat-bubble__reply-text{display:block;min-width:0;max-width:100%;font-size:.78rem;line-height:1.35;color:var(--max-chat-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-bubble--own .chat-bubble__reply-quote{border-color:#ffffff47;border-left-color:#ffffffbf;background:#ffffff1f}.chat-bubble--own .chat-bubble__reply-author{color:#eef2ff}.chat-bubble--own .chat-bubble__reply-text{color:#ffffffd1}.chat-row--own .chat-message-stack{align-items:flex-end}.chat-bubble--other{background:var(--max-chat-bubble-other);border-bottom-left-radius:4px}.chat-bubble--own{background:var(--max-chat-bubble-own);color:var(--max-chat-bubble-own-text);border-bottom-right-radius:4px}.chat-bubble__meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:3px;font-size:.8125rem;min-width:0;padding-right:30px}.chat-bubble__name{flex:1 1 auto;min-width:0;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-bubble--own .chat-bubble__name{color:#e0e7ff}.chat-bubble__time{flex-shrink:0;font-weight:500;font-size:.75rem;color:var(--max-chat-muted);white-space:nowrap}.chat-bubble--own .chat-bubble__time{color:#ffffffc7}.chat-bubble__text{margin:0;white-space:pre-wrap;word-break:break-word;font-size:.9375rem;line-height:1.45}.chat-reactions{margin-top:4px;display:flex;gap:4px;flex-wrap:wrap}.chat-reactions__item{border:1px solid rgba(255,255,255,.13);border-radius:999px;background:#ffffff0f;color:inherit;font-size:.75rem;line-height:1;padding:4px 8px;display:inline-flex;align-items:center;gap:4px;cursor:pointer}.chat-reactions__item--active{border-color:#818cf8b3;background:#818cf833}.chat-reactions__emoji{font-size:.875rem}.chat-reactions__count{font-weight:600}.chat-date-divider{display:flex;justify-content:center;padding:8px 0 6px}.chat-date-divider__pill{font-size:.72rem;color:var(--max-chat-muted);background:#ffffff0f;border:1px solid rgba(255,255,255,.09);border-radius:999px;padding:3px 10px}.chat-bubble__menu-hit{position:absolute;top:4px;right:6px;width:28px;height:28px;border:none;border-radius:8px;background:transparent;color:inherit;opacity:.55;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;line-height:1;padding:0;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.chat-bubble__menu-hit:hover{opacity:1;background:#ffffff14}.chat-bubble:focus,.chat-bubble:active,.chat-bubble__menu-hit:focus,.chat-bubble__menu-hit:active,.chat-bubble__reply-quote:focus,.chat-bubble__reply-quote:active{outline:none;box-shadow:none}@media (hover: none) and (pointer: coarse){.chat-bubble,.chat-bubble__menu-hit,.chat-bubble__reply-quote{-webkit-tap-highlight-color:transparent}.chat-bubble:focus-visible,.chat-bubble__menu-hit:focus-visible,.chat-bubble__reply-quote:focus-visible{outline:none;box-shadow:none}}.chat-bubble--own .chat-bubble__menu-hit:hover{background:#0000001f}.reply-preview{display:flex;align-items:flex-start;gap:8px;padding:8px 10px;margin-bottom:8px;border-radius:10px;background:#818cf81f;border-left:3px solid var(--max-chat-accent);font-size:.8125rem}.reply-preview__body{flex:1;min-width:0}.reply-preview__label{color:var(--max-chat-accent);font-weight:600;margin-bottom:2px}.reply-preview__text{color:var(--max-chat-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reply-preview__cancel{flex-shrink:0;border:none;background:transparent;color:var(--max-chat-muted);cursor:pointer;font-size:.75rem;text-decoration:underline}.comment-input-form{display:flex;flex-direction:column;gap:8px}.comment-input-form__row{display:flex;gap:8px;align-items:center}.comment-input-form textarea{flex:1;min-height:44px;max-height:120px;resize:none;border-radius:12px;border:1px solid var(--max-chat-border);background:var(--max-chat-bg);color:var(--max-chat-text);padding:10px 12px;font-family:inherit;font-size:16px}.comment-input-form textarea:focus{outline:2px solid rgba(129,140,248,.45);outline-offset:0}.comment-input-form__send{flex-shrink:0;min-width:44px;height:44px;border-radius:12px;border:none;background:var(--max-chat-bubble-own);color:#fff;font-weight:600;cursor:pointer}.comment-input-form__send:disabled{opacity:.45;cursor:not-allowed}.ctx-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#06060a7a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:ctx-fade-in .18s ease-out}.ctx-popover{background:#25252d;border-radius:18px;box-shadow:0 16px 48px #0000008c,0 0 0 1px #ffffff0f;overflow:hidden;font-family:Roboto,system-ui,sans-serif;animation:ctx-pop-in .2s ease-out;display:flex;flex-direction:column;min-height:0}.ctx-reactions-bar{flex-shrink:0;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;flex-wrap:nowrap;gap:4px 8px;padding:10px 12px;background:#00000047;border-bottom:1px solid rgba(255,255,255,.07)}.ctx-reaction-hit{border:none;background:transparent;padding:2px 5px;margin:0;cursor:pointer;font-size:1.28rem;line-height:1;color:inherit;opacity:.88;border-radius:6px}.ctx-reaction-hit:hover{opacity:1;background:#ffffff0f}.ctx-reaction-hit--active{opacity:1;background:#818cf833}.ctx-reaction-plus{margin-left:auto;flex-shrink:0;width:30px;height:30px;border-radius:50%;border:none;background:#ffffff1f;color:#f4f4f5;font-size:1.15rem;font-weight:600;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.ctx-reaction-plus:hover{background:#fff3}.ctx-actions{padding:4px 0 6px;overflow-y:auto;flex:1 1 auto;min-height:0}.ctx-row{display:flex;flex-direction:row;align-items:center;gap:12px;width:100%;padding:11px 14px;border:none;background:transparent;color:#ececee;text-align:left;cursor:pointer;font-size:.9375rem;font-family:inherit}.ctx-row:hover{background:#ffffff0f}.ctx-row__icon{width:22px;flex-shrink:0;text-align:center;font-size:1rem;opacity:.88}.ctx-row--danger{color:#f87171}.ctx-row--danger .ctx-row__icon{opacity:1}@keyframes ctx-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ctx-pop-in{0%{opacity:0}to{opacity:1}}.report-dl-banner{margin-top:10px;padding:10px 12px;border-radius:10px;background:#818cf81f;border:1px solid rgba(129,140,248,.35);font-size:.88rem}.report-dl-banner__line{margin:0 0 6px;color:var(--max-chat-text)}.report-dl-banner__line:last-of-type{margin-bottom:0}.report-dl-banner__action{margin-top:10px;width:100%;padding:10px 12px;border-radius:8px;border:1px solid var(--max-chat-accent);background:#818cf833;color:var(--max-chat-text);font-weight:500;cursor:pointer}.chat-row--report-target .chat-bubble-wrap{outline:2px solid rgba(129,140,248,.85);outline-offset:2px;border-radius:12px}.chat-row--thread-header{justify-content:center;margin-top:10px;margin-bottom:6px}.chat-row--thread-header .chat-bubble-wrap{max-width:min(100%,640px)}.chat-row--thread-header .chat-bubble--other{width:100%;background:#6366f11f;border:1px solid rgba(129,140,248,.4);border-radius:12px}.chat-row--thread-header .chat-bubble__meta{padding-right:0}.chat-row--thread-header .chat-bubble__name{color:#c7d2fe}.thread-start-divider{display:flex;align-items:center;gap:8px;margin:8px 0 10px;color:var(--max-chat-muted)}.thread-start-divider__line{flex:1;height:1px;background:#ffffff24}.thread-start-divider__label{font-size:.76rem;letter-spacing:.01em}.chat-report-badge{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-bottom:4px;font-size:.72rem;color:var(--max-chat-muted)}.chat-report-badge__label{padding:2px 8px;border-radius:999px;background:#fbbf2433;color:#fcd34d;font-weight:600;letter-spacing:.02em}.chat-report-badge__count{font-variant-numeric:tabular-nums;color:var(--max-chat-text)}.chat-report-badge__muted{color:var(--max-chat-muted)}.ctx-row--accent{color:#86efac}.ctx-row--accent .ctx-row__icon{opacity:1}
