.chat-page{margin:0;background:#fff;color:#555;font:14px/1.5 "Microsoft YaHei",Arial,sans-serif}.chat-page *{box-sizing:border-box}#chat-app [hidden]{display:none!important}#chat-app{position:relative;width:1000px;max-width:calc(100% - 24px);height:calc(100dvh - 198px);min-height:540px;margin:8px auto 16px;background:#f5f5f5;display:flex;flex-direction:column;border:1px solid #eee}#chat-app button,#chat-app input,#chat-app textarea{font:inherit}#chat-app button{cursor:pointer;border:0}#chat-app button:disabled{cursor:not-allowed;opacity:.55}#chat-app button:focus-visible,#chat-app a:focus-visible{outline:2px solid #b6162f;outline-offset:3px}.chat-title{position:relative;background:linear-gradient(105deg,#eb9b25,#ff3038 45%,#cd0734);height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#fff}.chat-title button{background:transparent;color:#fff}#room-title{font-size:16px;padding:6px 35px}#room-back{position:absolute;left:8px;font-size:30px;line-height:30px}#room-menu{position:absolute;right:12px;font-size:24px;font-weight:bold}#room-lobby{overflow:auto;flex:1;background:#efefef;margin:0 20px 8px 0}.chat-profile{display:flex;align-items:center;gap:8px;padding:10px;background:#fafafa;border-bottom:2px solid #ccc;min-height:92px}.chat-avatar{display:inline-flex;align-items:center;justify-content:center;width:62px;height:62px;border-radius:50%;background:linear-gradient(135deg,#d92140,#ff9541);font-size:26px;color:white;flex-shrink:0}.chat-badge{display:block;width:max-content;background:#8caadd;color:white;font-size:12px;padding:0 8px;border-radius:3px;margin-bottom:7px}#nickname-form{display:flex;gap:8px}#nickname{border:1px solid #bbb;border-radius:18px;width:190px;height:27px;text-align:center;font-size:12px}#nickname-form button{border-radius:18px;background:#e93643;color:#fff;padding:1px 12px}#profile-name{background:none;font-size:16px;color:#444;padding:0}.chat-recharge{margin-left:auto;background:#e93643;color:#fff!important;text-decoration:none;padding:6px 30px;border-radius:4px}#room-list{padding:12px 24px}.chat-room-card{display:flex!important;align-items:center;text-align:left;width:100%;min-height:88px;background:#fff;border-radius:14px;margin:0 0 30px;padding:12px;gap:16px;color:#555}.chat-room-card:hover{box-shadow:0 2px 12px #0001}.chat-room-card img{width:60px;height:60px;object-fit:contain}.chat-room-copy{flex:1}.chat-room-copy strong{display:block;font-size:18px;font-weight:400;margin-bottom:3px}.chat-room-copy small{display:block;font-size:14px}.chat-online{align-self:flex-end;white-space:nowrap;color:#777;font-size:12px}.chat-list-end{text-align:center;color:#999;font-size:12px}#login-tip{padding:12px 24px;background:#fff2df;margin:0}#room-view{position:relative;flex:1;min-height:0;display:flex;flex-direction:column;background:white}#chat-menu{position:absolute;right:5px;top:0;z-index:5;background:white;box-shadow:0 3px 18px #0003;min-width:160px}#chat-menu button{display:block;background:white;width:100%;padding:12px;text-align:left}#chat-menu button:hover{background:#fff0f1}.chat-notice{display:flex;align-items:center;gap:20px;height:38px;flex-shrink:0;background:white;padding:0 14px;overflow:hidden;border-bottom:4px solid #eee}.chat-notice strong{font-size:22px;color:#ff454c;white-space:nowrap;font-style:italic}.chat-notice div{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#chat-draws{display:flex;gap:8px;flex-shrink:0;padding:4px;background:#eee}.chat-draw{background:#fff;border-radius:8px;flex:1;min-width:0;padding:8px 10px;display:flex;gap:10px}.chat-draw img{width:46px;height:46px;object-fit:contain}.chat-draw-copy{flex:1;min-width:0}.chat-draw-title{display:flex;justify-content:space-between;color:#315f9d;font-size:12px;gap:6px}.chat-draw-title small{color:#999;overflow:hidden;text-overflow:ellipsis}.chat-numbers{display:flex;align-items:center;gap:5px;margin-top:6px;flex-wrap:wrap}.chat-ball{background:#ed3e4c;color:#fff;min-width:22px;height:23px;text-align:center;border-radius:50%;font-size:12px;line-height:23px}.chat-dice{font-size:27px;line-height:24px;color:#e32b3a}.chat-result{color:#ed303d;margin-left:8px}#chat-stream{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;padding:8px 12px 18px}#load-history{display:block;margin:0 auto 12px;background:none;color:#888;font-size:12px}#chat-feed{display:flex;flex-direction:column;gap:14px}.chat-message{display:flex;gap:10px;align-items:flex-start}.chat-message.own{flex-direction:row-reverse}.chat-message .chat-avatar{width:36px;height:36px;font-size:16px}.chat-message-copy{max-width:80%}.chat-message.own .chat-meta{text-align:right}.chat-meta{color:#777;font-size:12px;line-height:20px;margin-bottom:5px}.chat-meta b{background:#ff821e;color:#fff;border-radius:2px;font-size:10px;padding:1px 4px;margin-right:5px}.chat-bubble{padding:10px 14px;border-radius:4px;background:#f0f1f4;white-space:pre-wrap;overflow-wrap:anywhere;color:#444}.own .chat-bubble{background:#dff1d9}.chat-plan{width:245px;max-width:100%;border:1px solid #ccc;border-radius:6px;box-shadow:0 1px 3px #999;background:white;overflow:hidden;color:#555;font-size:12px}.chat-plan h3{background:#ed414a;color:#fff;text-align:center;margin:0;padding:7px;font-size:14px;font-weight:700}.chat-plan-body{padding:10px}.chat-plan p{margin:2px 0}.chat-plan .selection{color:#c08f53;font-weight:700}.chat-plan-history{background:#eff8ff;padding:10px 12px;margin:12px 0}.chat-plan-history div{margin:3px 0}.chat-plan-history strong{float:right;color:#ee3a49}.chat-plan-history strong.miss{color:#1ba054}.chat-plan details{margin:8px 0;font-size:12px}.chat-plan summary{cursor:pointer}.chat-plan button{display:block;width:100%;padding:12px;background:#ef3f4b;color:white;font-weight:bold}.chat-plan-result{font-weight:bold;color:#d93246}.chat-plan-note{font-size:11px;color:#999}.chat-win-toast{position:absolute;top:110px;right:16px;z-index:4;background:#fff0c5;padding:12px 20px;border-radius:6px;box-shadow:0 2px 10px #0002}#chat-compose{display:flex;align-items:center;gap:12px;border-top:2px solid #ccc;background:#f8f8f8;padding:13px 14px;flex-shrink:0}#chat-compose button{color:#888;background:none;font-size:29px;line-height:32px;padding:0;flex-shrink:0}#chat-input{resize:none;border:1px solid #ccc;border-radius:14px;background:#f7f7f7;flex:1;min-width:0;max-height:100px;padding:5px 10px;color:#555;line-height:22px}#chat-compose #send-message{font-size:14px;background:#e93643;color:white;padding:0 12px;border-radius:4px}#emoji-panel,#extra-panel{padding:12px;border-top:1px solid #ddd;background:white;display:flex;gap:12px;flex-wrap:wrap;max-height:130px;overflow:auto}#emoji-panel button{background:none;font-size:25px}#extra-panel button{background:#f6f6f6;padding:12px;border-radius:8px;color:#555}#new-messages{position:absolute;right:20px;bottom:74px;background:#e93643;color:#fff;border-radius:18px;padding:6px 15px}#chat-status{position:absolute;top:45px;left:50%;transform:translateX(-50%);background:#333e;color:white;padding:10px 18px;z-index:20;border-radius:5px;width:max-content;max-width:90%}#chat-empty{text-align:center;color:#aaa;padding:20px}#chat-app dialog{border:0;border-radius:10px;max-width:calc(100vw - 32px);width:390px;padding:24px;box-shadow:0 10px 60px #0005;color:#555}#chat-app dialog::backdrop{background:#0007}#chat-app dialog h2{font-size:20px;margin:0 0 15px}#chat-app dialog input{width:150px;padding:7px;border:1px solid #ddd}#chat-app dialog button{padding:9px 18px;border-radius:5px;background:#ef3f4b;color:white}.chat-dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.chat-muted{font-size:12px;color:#999;margin-top:14px}.chat-mobile-brand{height:52px;background:#0f2f81;color:white;display:flex;align-items:center;justify-content:space-between;padding:0 14px}.chat-mobile-brand a{color:white;text-decoration:none}.chat-mobile-brand img{width:150px;height:40px;object-fit:contain}
@media(max-width:700px){#chat-app{max-width:100%;width:100%;margin:0;height:calc(100dvh - 52px);min-height:360px;border:0}#room-lobby{margin:0}.chat-profile{padding:10px}.chat-avatar{width:48px;height:48px;font-size:22px}.chat-recharge{padding:6px 12px}#nickname{width:160px}#room-list{padding:12px}.chat-room-card{margin-bottom:16px;gap:10px}.chat-room-copy strong{font-size:16px}.chat-room-copy small{font-size:12px}.chat-room-card img{width:48px;height:48px}.chat-online{font-size:11px}.chat-notice{gap:12px}.chat-notice strong{font-size:17px}.chat-notice div{font-size:12px}#chat-draws .chat-draw:not(:first-child){display:none}.chat-draw{padding:7px}.chat-message-copy{max-width:83%}#chat-compose{gap:8px;padding:10px 8px}#chat-compose button{font-size:25px}#chat-compose #send-message{padding:0 8px;font-size:12px}.chat-title{height:40px}.chat-plan{width:245px}.chat-page>.header,.chat-page>.nav-wrapper{display:none}}
