.retro-chat-page{min-height:calc(100dvh - var(--site-header-offset, 7.5rem) - 2rem);padding:.75rem;background:#f8fafc;font-family:SimSun,NSimSun,Courier New,monospace;font-size:14px;color:#000}.retro-chat-page-alert,.retro-chat-page-loading{max-width:900px;margin:1rem auto}.retro-chat-page-alert{padding:.75rem}.retro-chat-page-alert__hint{margin:.5rem 0 .75rem;font-size:12px;color:#555;line-height:1.5}.retro-chat-shell{max-width:900px;margin:0 auto;border:2px outset silver;background:silver;box-shadow:2px 2px 0 #000}.retro-chat-titlebar{display:flex;align-items:center;justify-content:space-between;padding:.25rem .5rem;background:linear-gradient(90deg,navy,#1084d0);color:#fff;font-weight:700;font-size:13px}.retro-chat-titlebar__dots{letter-spacing:2px;font-size:11px;opacity:.85}.retro-chat-notice{margin:.5rem;padding:.35rem .5rem;border:1px inset grey;background:#ffc;font-size:12px;color:#333}.retro-chat-progress{margin:0 .5rem;padding:.25rem .5rem;border:1px inset grey;background:#e8ffe8;font-size:11px;color:#040}.retro-chat-body{display:grid;grid-template-columns:140px 1fr;gap:0;margin:0 .5rem .5rem;min-height:420px;border:2px inset grey;background:#000}.retro-chat-online{border-right:1px solid #030;background:#001a00;color:#0f0;overflow-y:auto;font-size:12px}.retro-chat-online__head{padding:.35rem .4rem;border-bottom:1px solid #040;background:#020;font-weight:700;text-align:center}.retro-chat-online__list{list-style:none;margin:0;padding:.25rem 0}.retro-chat-online__item{padding:.15rem .35rem;cursor:default;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.retro-chat-online__item.is-self{color:#ff0}.retro-chat-online__item.is-selected{background:#030;color:#fff}.retro-chat-online__rank{opacity:.75;font-size:11px}.retro-chat-log{display:flex;flex-direction:column;min-width:0;background:#000}.retro-chat-messages{flex:1;overflow-y:auto;padding:.5rem;font-size:13px;line-height:1.55;color:#ddd;min-height:320px;max-height:min(52vh,480px)}.retro-chat-msg{margin-bottom:.25rem;word-break:break-word}.retro-chat-msg--system{color:#888;font-style:italic}.retro-chat-msg--action{color:#9cf}.retro-chat-msg--whisper{color:#f9f}.retro-chat-msg__time{color:#666;margin-right:.35rem;font-size:11px}.retro-chat-msg__rank{color:#6f6;margin-right:.25rem}.retro-chat-msg__name{color:#ff0;font-weight:700}.retro-chat-inputbar{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;padding:.4rem .5rem;border-top:1px solid #333;background:#111}.retro-chat-inputbar input[type=text]{flex:1}.retro-chat-inputbar input[type=text],.retro-chat-inputbar__textarea{min-width:8rem;padding:.25rem .4rem;border:2px inset grey;background:#fff;font-family:inherit;font-size:13px}.retro-chat-inputbar__textarea{flex:1 1 100%;min-height:2.5rem;resize:vertical;line-height:1.45}.retro-chat-math-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;padding:.35rem .5rem;border-top:1px solid #333;background:#1a1a1a}.retro-chat-math-toolbar__label{color:#6f6;font-size:11px;font-weight:700;margin-right:.15rem}.retro-chat-btn--math{padding:.15rem .45rem;font-size:11px}.retro-chat-btn--math.is-active{border-style:inset;background:#a0a0a0}.retro-chat-btn--greek{min-width:1.6rem;padding:.1rem .25rem;font-size:12px}.retro-chat-math-toolbar__greek-wrap{position:relative}.retro-chat-math-toolbar__greek-pop{position:absolute;left:0;bottom:calc(100% + 4px);z-index:20;display:flex;flex-wrap:wrap;gap:.2rem;max-width:220px;padding:.35rem;border:2px outset silver;background:silver;box-shadow:2px 2px 0 #000}.retro-chat-math-toolbar__recent{max-width:7rem;padding:.15rem;border:2px inset grey;background:#fff;font-family:inherit;font-size:11px}.retro-chat-math-preview{padding:.35rem .5rem;border-top:1px solid #333;background:#001a00;color:#0f0}.retro-chat-math-preview--dialog{border:1px inset grey;background:#000;min-height:3rem}.retro-chat-math-preview__label{font-size:10px;color:#6f6;margin-bottom:.25rem}.retro-chat-math-preview__body{font-size:14px;line-height:1.6;word-break:break-word}.retro-chat-math-dialog-backdrop{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.45);padding:1rem}.retro-chat-math-dialog{width:min(520px,100%);border:2px outset silver;background:silver;box-shadow:4px 4px 0 #000;font-family:inherit}.retro-chat-math-dialog__titlebar{display:flex;align-items:center;justify-content:space-between;padding:.25rem .5rem;background:linear-gradient(90deg,navy,#1084d0);color:#fff;font-weight:700;font-size:13px}.retro-chat-math-dialog__body{padding:.5rem}.retro-chat-math-dialog__greek,.retro-chat-math-dialog__templates{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.4rem}.retro-chat-math-dialog__mode{display:flex;gap:.75rem;margin-bottom:.35rem;font-size:12px}.retro-chat-math-dialog__source{width:100%;box-sizing:border-box;padding:.35rem;border:2px inset grey;background:#fff;font-family:Courier New,monospace;font-size:12px;margin-bottom:.4rem}.retro-chat-math-dialog__actions{display:flex;justify-content:flex-end;gap:.35rem;padding:.35rem .5rem .5rem}.retro-chat-btn--accent{font-weight:700}.retro-chat-msg__body .katex{color:#7fdbff;font-size:1.05em}.retro-chat-msg__body .katex-display{display:block;margin:.35em 0;color:#fff;overflow-x:auto;overflow-y:hidden}.retro-chat-msg__body .katex-display>.katex{color:#fff}.retro-chat-math-preview__body .katex{color:#7fdbff}.retro-chat-math-preview__body .katex-display{display:block;margin:.35em 0;color:#fff}.retro-chat-msg--whisper .retro-chat-msg__body .katex{color:#ffb3ff}.retro-chat-msg--action .retro-chat-msg__body .katex{color:#b3d9ff}.retro-chat-inputbar select{padding:.2rem;border:2px inset grey;background:#fff;font-family:inherit;font-size:12px}.retro-chat-btn{padding:.2rem .65rem;border:2px outset silver;background:silver;font-family:inherit;font-size:12px;cursor:pointer}.retro-chat-btn:active{border-style:inset}.retro-chat-btn:disabled{opacity:.5;cursor:not-allowed}.retro-chat-status{margin:0 .5rem .5rem;padding:.25rem .5rem;border:1px inset grey;background:#fff;font-size:11px;color:#333}.retro-chat-status--err{background:#ffe4e4;color:#900}.retro-chat-gate{max-width:420px;margin:2rem auto;border:2px outset silver;background:silver;box-shadow:2px 2px 0 #000}.retro-chat-gate__title{padding:.35rem .5rem;background:linear-gradient(90deg,navy,#1084d0);color:#fff;font-weight:700;font-size:13px}.retro-chat-gate__body{padding:.75rem}.retro-chat-gate__tabs{display:flex;gap:.25rem;margin-bottom:.75rem}.retro-chat-gate__tab{flex:1;padding:.25rem;border:2px outset silver;background:#dcdcdc;font-family:inherit;font-size:12px;cursor:pointer}.retro-chat-gate__tab.is-active{border-style:inset;background:#fff;font-weight:700}.retro-chat-gate label{display:block;margin-bottom:.5rem;font-size:12px}.retro-chat-gate input{display:block;width:100%;margin-top:.15rem;padding:.25rem .35rem;border:2px inset grey;font-family:inherit;font-size:13px}.retro-chat-gate__err{margin-bottom:.5rem;color:#900;font-size:12px}.retro-chat-rank-help{margin:.5rem;padding:.5rem;border:1px inset grey;background:#fff;font-size:11px;max-height:120px;overflow-y:auto}@media (max-width:640px){.retro-chat-body{grid-template-columns:1fr;grid-template-rows:auto 1fr}.retro-chat-online{max-height:100px;border-right:none;border-bottom:1px solid #030}}