*{box-sizing:border-box;font-family:Microsoft YaHei,sans-serif}body{margin:0;background:#111;color:#eee}.app{height:100vh}.auth-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:8px}.title{font-size:42px;margin:0;color:gold;text-shadow:2px 2px 0 #333}.subtitle{color:#aaa;margin-bottom:20px}.auth-box{display:flex;flex-direction:column;gap:8px;width:300px}input{padding:10px;border-radius:6px;border:1px solid #444;background:#222;color:#eee}button{padding:10px;border-radius:6px;border:none;background:gold;color:#111;font-weight:700;cursor:pointer}button.ghost{background:#333;color:#ccc}button.yuanbao{background:linear-gradient(135deg,#f5b942,#e89b1f);color:#3a2500;font-weight:700}button.mini{padding:2px 8px;font-size:11px;background:#444;color:#ddd}button:disabled{opacity:.5;cursor:not-allowed}.msg{color:#f88}.main{display:flex;height:100%}.char-select{margin:auto;width:640px;max-width:95vw;display:flex;flex-direction:column;gap:12px;padding:20px 0}.char-card{background:#222;padding:12px;border-radius:8px;cursor:pointer;display:flex;gap:12px;align-items:center}.char-card:hover{background:#333}.char-avatar{width:46px;height:46px;border-radius:8px;overflow:hidden;background:#1a1a1a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.avatar-ph{font-size:26px}.avatar-picker{display:flex;gap:8px;margin:8px 0}.avatar-opt{width:64px;padding:6px;border:2px solid #333;border-radius:8px;text-align:center;cursor:pointer;background:#161616;transition:all .15s}.avatar-opt-img{width:48px;height:72px;margin:0 auto;background-repeat:no-repeat;image-rendering:pixelated}.avatar-opt span{display:block;font-size:11px;color:#aaa;margin-top:2px}.avatar-opt.sel{border-color:#fc4;background:#2a2416;box-shadow:0 0 8px #ffcc4459}.avatar-opt.sel span{color:#fc4}.char-info{display:flex;flex-direction:column;gap:2px;font-size:13px}.dead-tag{color:#f66;font-size:12px}.alive-tag{color:#6f6;font-size:12px}.frozen-tag{color:#8af;font-size:12px}.hospital-tag{color:#fa8;font-size:12px}.fainted-tag{color:#f8f;font-size:12px}.hud-hospital{color:#ff8a8a;margin-top:3px;font-weight:700}.rescue-btn{background:#e74c3c;color:#fff}.rel-row{display:flex;justify-content:space-between;font-size:12px;padding:2px 0}.conv-box{background:#262626;border-radius:6px;padding:4px 6px;margin:4px 0}.conv-msg{font-size:11px;margin:1px 0;color:#ccc;word-break:break-all}.create-box,.key-box{background:#1a1a1a;padding:14px;border-radius:8px;display:flex;flex-direction:column;gap:8px}.key-row{display:flex;justify-content:space-between;font-size:13px;gap:8px;align-items:center}.dim{color:#666;font-size:12px}.game-wrap{display:flex;width:100%;height:100%}.game-area{position:relative;flex:1;min-width:0}#game-container{width:100%;height:100%}#game-container canvas{touch-action:none}.hud{position:absolute;top:6px;left:6px;background:#000000a6;padding:6px 8px;border-radius:8px;display:flex;flex-direction:column;gap:2px;font-size:10px;z-index:5;max-width:200px}.hud-res{display:flex;flex-wrap:wrap;gap:3px;margin-bottom:2px}.hr-item{background:#ffffff24;border:1px solid rgba(255,215,120,.45);border-radius:5px;padding:1px 5px;font-size:10px;font-weight:700;color:#fff;line-height:1.5}.hr-item.gold{color:#ffd75e;background:#785a1459}.hr-item.hp{color:#ff8a8a}.hud-center{margin-top:4px;padding:3px 8px;font-size:10px;background:#ffb43ce6;color:#1a1a1a;border:none;border-radius:6px;cursor:pointer;font-weight:600}.leaderboard-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:60;display:flex;align-items:center;justify-content:center}.leaderboard-panel{width:min(420px,92vw);max-height:80vh;background:#1c2126;border:2px solid #c8a050;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.lb-head{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#c8a05026}.lb-head h3{margin:0;font-size:15px;color:#ffe08a}.lb-sub{padding:4px 14px;font-size:10px;color:#9aa;border-bottom:1px solid rgba(255,255,255,.08)}.lb-list{overflow-y:auto;padding:6px 0}.lb-item{display:flex;align-items:center;gap:8px;padding:7px 14px;font-size:12px;border-bottom:1px solid rgba(255,255,255,.04)}.lb-item.me{background:#ffc8501f;outline:1px solid rgba(255,200,80,.5)}.lb-rank{width:26px;text-align:center;font-weight:700;color:#cdd}.lb-rank.top3{font-size:15px}.lb-avatar{width:26px;height:26px;border-radius:6px;border:1px solid rgba(255,255,255,.25);image-rendering:pixelated;flex-shrink:0;background:#ffffff14}.chat-avatar{width:18px;height:18px;border-radius:4px;border:1px solid rgba(255,255,255,.2);image-rendering:pixelated;vertical-align:-4px;margin-right:2px;background:#ffffff14}.lb-name{flex:1;font-weight:600;color:#eef;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lb-me{color:#ffc550;font-size:10px}.lb-job{color:#8be;font-size:10px;width:40px}.lb-loc{color:#9a9;font-size:10px;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lb-copper{color:#ffd75e;font-weight:700}.hud-time{color:#ffe08a;font-weight:700}.hud-time.night{color:#8ab4ff}.phase-ico{float:right}.stat{display:flex;align-items:center;gap:6px}.stat-icon{width:18px}.bar{width:90px;height:7px;background:#333;border-radius:4px;overflow:hidden}.fill{height:100%;border-radius:4px;transition:width .5s}.stat-num{width:24px;text-align:right}.hud-money{color:gold;margin-top:3px}.ingot{color:#f8e71c}.hud-skill{color:#8af}.hud-world{display:flex;flex-wrap:wrap;gap:3px;margin-top:2px}.w-badge{background:#78c8ff29;border:1px solid rgba(140,210,255,.4);border-radius:5px;padding:1px 5px;font-size:9px;color:#bfe6ff;line-height:1.5;white-space:nowrap}.prompt-bar{position:absolute;bottom:8px;left:8px;right:8px;display:flex;gap:6px;z-index:5}.prompt-bar input{flex:1}@media (max-width: 768px){.main-prompt{display:none}}.game-status{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);background:#000c;color:#ffe08a;padding:14px 22px;border-radius:10px;font-size:15px;z-index:50}.game-status.err{color:#f66;border:1px solid #f66}.side-panels{width:300px;background:#161616;padding:10px;display:flex;flex-direction:column;gap:8px;overflow-y:auto}.panel{background:#1f1f1f;border-radius:8px;padding:8px}.panel h3{margin:0 0 6px;font-size:13px;color:gold}.log{height:150px;overflow-y:auto;font-size:14px;line-height:1.55}.log p{margin:3px 0}.log-time{color:#8a8a8a;font-size:11px;margin-right:6px;font-family:monospace}.ai-logs{max-height:220px;overflow-y:auto;font-size:12px;line-height:1.55}.ai-logs p{margin:3px 0;word-break:break-all}.ai-logs strong{margin-right:4px}.ailog-plan{color:#8fe3a0}.ailog-action{color:#ddd}.ailog-loop{color:#ffd166}.ailog-error{color:#ff8080}.ailog-fallback{color:#c9a0ff}.ailog-think{color:#9fb6d4;font-style:italic}.ailog-result{color:#7ed48f}.version-badge{color:#7ed48f;background:#003c1480;font-weight:700}.char-avatar img{animation:avatar-breathe 1.6s ease-in-out infinite;max-width:100%;max-height:140px;object-fit:contain;border-radius:6px}@keyframes avatar-breathe{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-3px) scale(1.04)}}.char-card:hover .char-avatar img{animation-duration:.9s}.avatar-opt img{animation:avatar-breathe 2s ease-in-out infinite}.ai-log-fab{position:fixed;right:14px;bottom:100px;z-index:30;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#3a2a6a,#1a1a3a);color:#fff;font-size:20px;border:2px solid #6a5acd;cursor:pointer;box-shadow:0 4px 14px #00000080;display:flex;align-items:center;justify-content:center}.ai-log-fab .fab-dot{position:absolute;top:6px;right:7px;width:9px;height:9px;border-radius:50%;background:#ffd166}.ai-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#0009;display:flex;align-items:flex-end}.ai-drawer-box{width:100%;max-height:75%;background:#161616;border-radius:16px 16px 0 0;display:flex;flex-direction:column}.ai-drawer-head{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid #333}.ai-drawer-head h3{margin:0;font-size:15px}.ai-drawer-tabs{display:flex;gap:6px;padding:8px 14px 0;flex-wrap:wrap}.ai-drawer-tabs button{padding:5px 10px;font-size:12px;background:#2a2a2a;color:#ccc;border-radius:12px}.ai-drawer-tabs button.on{background:gold;color:#111;font-weight:700}.ai-drawer-body{overflow-y:auto;padding:8px 14px 20px;font-size:13px;line-height:1.6}.ai-drawer-body p{margin:4px 0;word-break:break-all}.chat{height:170px;overflow-y:auto;font-size:13px;line-height:1.5}.chat p{margin:3px 0;word-break:break-all}.chat-time{color:#8a8a8a;font-size:10px;margin-right:5px;font-family:monospace}.chat-name{color:#ffe08a}.chat-system{color:#8af}.chat-death{color:#f66}.chat-reincarnate{color:#8f8}.chat-guide{color:#ffd}.chat-god{color:#f8e71c;font-style:italic}.chat-input{display:flex;gap:4px;margin-top:6px}.chat-input input{flex:1;padding:6px;font-size:12px}.inv{display:flex;flex-wrap:wrap;gap:4px}.inv-item{background:#333;padding:3px 7px;border-radius:5px;font-size:12px}.market-row{display:flex;align-items:center;gap:6px;font-size:12px;padding:2px 0}.market-row span:first-child{flex:1}.story{font-size:12px;line-height:1.6;margin:4px 0}.exit{margin-top:auto}.logout{margin-top:8px}.modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:#1c1c1c;border:1px solid #444;border-radius:12px;padding:24px;width:360px;max-width:90vw;display:flex;flex-direction:column;gap:10px;text-align:center}.modal h2{margin:0;color:#f66}.rein-info{color:#ffe08a;font-weight:700}@media (max-width: 768px){.side-panels{display:none}}
