.chat-page{--chat-gold:#f7cd5a;--chat-gold-soft:rgba(247,205,90,.24);--chat-bg:#0b0b0d;--chat-panel:hsla(0,0%,6%,.94);--chat-log-bg:hsla(0,0%,4%,.82);min-height:100dvh;display:flex;flex-direction:column;background:var(--chat-bg);color:#f1f1f1}.chat-page-inner{flex:1;display:flex;flex-direction:column;max-width:980px;width:100%;margin:0 auto;padding:12px 10px 0}@media (min-width:1024px){.chat-page-inner{padding:24px 16px 0}}.chat-page-header{margin-bottom:14px}.chat-page-header h1{margin:0 0 6px;font-size:1.35rem;color:var(--chat-gold);letter-spacing:.04em}@media (min-width:768px){.chat-page-header h1{font-size:1.9rem}}.chat-page-info{font-size:.85rem;color:hsla(0,0%,100%,.56)}.chat-log-wrapper{flex:1;min-height:0;display:flex;flex-direction:column;border:1px solid hsla(0,0%,100%,.08);border-radius:14px;background:var(--chat-log-bg);overflow:hidden}.chat-log-scroll{flex:1;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.chat-wait-indicator{padding:12px;text-align:center;font-size:.92rem;color:#d9d9d9}.chat-load-more{display:block;margin:12px auto;padding:9px 22px;border-radius:999px;border:1px solid rgba(247,205,90,.4);background:rgba(247,205,90,.12);color:var(--chat-gold);font-size:.95rem;cursor:pointer;transition:background .2s ease}.chat-load-more:hover:not(:disabled){background:rgba(247,205,90,.24)}.chat-load-more:disabled{opacity:.6;cursor:wait}.chat-messages{display:flex;flex-direction:column;gap:12px;padding:0 12px 16px}@media (min-width:768px){.chat-messages{padding:0 20px 22px;gap:14px}}.chat-message-item{position:relative;background:linear-gradient(135deg,rgba(34,34,34,.98),hsla(0,0%,8%,.92));border:1px solid hsla(0,0%,100%,.05);border-radius:16px;padding:14px 16px 12px;box-shadow:0 14px 30px rgba(0,0,0,.32);color:#f5f5f5;list-style:none}.chat-message-item--own{align-self:flex-end;max-width:92%;background:linear-gradient(135deg,rgba(247,205,90,.2),rgba(247,205,90,.08));border-color:rgba(247,205,90,.52)}.chat-message-item--mention{border-color:rgba(247,205,90,.8);box-shadow:0 0 0 2px rgba(247,205,90,.32)}.chat-message-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:hsla(0,0%,100%,.55);margin-bottom:6px}.chat-message-meta a{font-weight:700;color:var(--chat-gold);text-decoration:none}.chat-message-meta a:hover{text-decoration:underline}.chat-message-text{font-size:.98rem;line-height:1.6;color:#f7f7f7;word-wrap:break-word}.chat-message-actions{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding-top:8px;border-top:1px solid hsla(0,0%,100%,.06)}.chat-reaction{border:1px solid hsla(0,0%,100%,.12);background:rgba(0,0,0,.28);border-radius:999px;padding:4px 12px;color:#f6f6f6;font-size:.88rem;cursor:pointer}.chat-reaction.active{background:rgba(247,205,90,.34);border-color:rgba(247,205,90,.82)}.chat-reaction-count{margin-left:4px;color:var(--chat-gold);font-weight:600}.chat-hide,.chat-report{background:none;border:none;color:hsla(0,0%,100%,.62);font-size:.8rem;cursor:pointer;text-decoration:underline;padding:0 4px}.chat-typing-indicator{min-height:1.25rem;margin:8px 4px 0;font-size:.88rem;color:hsla(0,0%,100%,.68);font-style:italic}.chat-form-area{flex-shrink:0;padding:10px 10px calc(72px + env(safe-area-inset-bottom, 0px));background:linear-gradient(to top,var(--chat-bg) 70%,transparent)}@media (min-width:1024px){.chat-form-area{padding-bottom:20px}}.chat-form{display:flex;gap:10px;background:rgba(8,8,8,.92);border:1px solid hsla(0,0%,100%,.08);border-radius:14px;padding:12px 14px;box-shadow:0 18px 36px rgba(0,0,0,.32)}.chat-form input[type=text]{flex:1;min-width:0;padding:13px 14px;border-radius:12px;border:1px solid hsla(0,0%,100%,.14);background:rgba(30,30,30,.96);color:#fff;font-size:1rem}.chat-form input[type=text]:focus{border-color:rgba(247,205,90,.7);box-shadow:0 0 0 2px rgba(247,205,90,.22);outline:none}.chat-form input[type=text]:disabled{opacity:.6}.chat-form button[type=submit]{flex-shrink:0;padding:13px 18px;border-radius:12px;border:none;background:linear-gradient(135deg,#f7cd5a,#ffe38f);color:#111;font-weight:700;cursor:pointer;font-size:.95rem}.chat-form button[type=submit]:disabled{opacity:.55;cursor:not-allowed}.chat-login-hint{margin:0 0 8px;font-size:.85rem;color:hsla(0,0%,100%,.65);text-align:center}.chat-login-hint a{color:var(--chat-gold);text-decoration:underline}.chat-mention-toast{position:fixed;left:14px;right:14px;bottom:calc(140px + env(safe-area-inset-bottom, 0px));padding:16px;border-radius:14px;background:hsla(0,0%,7%,.96);color:#f6f6f6;box-shadow:0 22px 40px rgba(0,0,0,.45);z-index:9995}@media (min-width:1024px){.chat-mention-toast{left:auto;right:32px;bottom:28px;width:290px}}.chat-mention-toast__title{font-weight:700;margin-bottom:6px;color:var(--chat-gold)}.chat-mention-toast__body{font-size:.92rem;margin-bottom:12px;color:#e2e2e2}.chat-mention-toast button{padding:7px 14px;border-radius:10px;border:none;background:linear-gradient(135deg,#f7cd5a,#ffe08a);color:#111;font-weight:600;cursor:pointer}.chat-error{margin:8px 12px;padding:10px 12px;border-radius:10px;background:rgba(180,40,40,.2);border:1px solid rgba(220,80,80,.35);color:#ffb4b4;font-size:.88rem}