.game-guide{--guide-cyan: #00d2ff;--guide-yellow: #ffe600;--guide-green: #31e981;--guide-panel: rgba(7, 10, 24, .97);position:fixed;right:22px;bottom:22px;z-index:1065;color:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.game-guide.is-suspended,body.modal-open .game-guide,.game-guide [hidden]{display:none!important}.game-guide-launcher{display:flex;align-items:center;gap:10px;min-height:52px;padding:0 19px;border:1px solid rgba(0,210,255,.7);border-radius:999px;color:#fff;background:linear-gradient(135deg,#087ea4,#0a294d 58%,#17143d);box-shadow:0 12px 35px #0000007a,0 0 24px #00d2ff33;font-size:.9rem;font-weight:800;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.game-guide-launcher:hover,.game-guide-launcher:focus-visible{transform:translateY(-2px);box-shadow:0 15px 42px #0000008c,0 0 30px #00d2ff54;outline:2px solid var(--guide-yellow);outline-offset:3px}.game-guide-launcher i{font-size:1.15rem;color:var(--guide-yellow)}.game-guide-launcher b{display:grid;place-items:center;min-width:19px;height:19px;border-radius:999px;background:#ff4d6d;font-size:.7rem}.game-guide-panel{width:min(390px,calc(100vw - 28px));height:min(620px,calc(100vh - 110px));margin-bottom:12px;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(0,210,255,.42);border-radius:20px;background:var(--guide-panel);box-shadow:0 25px 70px #000000b3,0 0 34px #00d2ff2e;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);animation:gameGuideEnter .22s ease-out}.game-guide-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 14px;border-bottom:1px solid rgba(0,210,255,.18);background:linear-gradient(110deg,rgba(0,210,255,.17),rgba(255,230,0,.06))}.game-guide-identity{display:flex;align-items:center;gap:10px;min-width:0}.game-guide-avatar{display:grid;place-items:center;flex:0 0 38px;height:38px;border-radius:12px;color:#071018;background:linear-gradient(135deg,var(--guide-cyan),var(--guide-green));box-shadow:0 0 18px #00d2ff47}.game-guide-identity strong{display:block;font-size:.97rem;letter-spacing:.01em}.game-guide-identity span{display:block;margin-top:1px;color:#b9c6d9;font-size:.7rem}.game-guide-online-dot{display:inline-block!important;width:6px;height:6px;margin-right:4px;border-radius:50%;background:var(--guide-green)}.game-guide-header-actions{display:flex;gap:2px}.game-guide-icon-button{display:grid;place-items:center;width:32px;height:32px;padding:0;border:0;border-radius:9px;color:#c5d0df;background:transparent;cursor:pointer}.game-guide-icon-button:hover,.game-guide-icon-button:focus-visible{color:#fff;background:rgba(255,255,255,.1);outline:none}.game-guide-icon-button.is-muted{color:#ff9f9f}.game-guide-messages{flex:1;min-height:0;padding:15px;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:rgba(0,210,255,.4) transparent}.game-guide-message{display:flex;margin-bottom:13px}.game-guide-message.is-user{justify-content:flex-end}.game-guide-bubble{max-width:87%;padding:10px 12px;border:1px solid rgba(255,255,255,.08);border-radius:15px 15px 15px 4px;color:#edf5ff;background:rgba(30,38,66,.92);font-size:.85rem;line-height:1.48;white-space:pre-wrap;overflow-wrap:anywhere}.game-guide-message.is-user .game-guide-bubble{border-color:#00d2ff47;border-radius:15px 15px 4px;color:#fff;background:linear-gradient(135deg,#0c789e,#135474)}.game-guide-message-meta{display:block;margin-top:4px;color:#8190a7;font-size:.62rem}.game-guide-actions,.game-guide-quick-replies{display:flex;flex-wrap:wrap;gap:7px}.game-guide-actions{width:100%;margin:-5px 0 14px}.game-guide-actions a,.game-guide-quick-replies button{padding:7px 10px;border:1px solid rgba(0,210,255,.36);border-radius:999px;color:#dff9ff;background:rgba(0,210,255,.08);font-size:.72rem;font-weight:700;text-decoration:none;cursor:pointer}.game-guide-actions a:hover,.game-guide-actions a:focus-visible,.game-guide-quick-replies button:hover,.game-guide-quick-replies button:focus-visible{color:#071018;background:var(--guide-cyan);outline:none}.game-guide-games{display:grid;grid-auto-flow:column;grid-auto-columns:145px;gap:9px;width:100%;margin:-4px 0 14px;padding-bottom:5px;overflow-x:auto}.game-guide-game{overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;background:#12182b;text-decoration:none}.game-guide-game:hover{color:#fff;border-color:var(--guide-cyan);text-decoration:none}.game-guide-game img{display:block;width:100%;height:93px;object-fit:cover;background:#080b13}.game-guide-game div{padding:8px}.game-guide-game strong{display:-webkit-box;overflow:hidden;font-size:.72rem;line-height:1.25;-webkit-line-clamp:2;-webkit-box-orient:vertical}.game-guide-game small{display:block;margin-top:5px;color:#a9b8ca;font-size:.62rem}.game-guide-typing{align-items:center;gap:4px;padding:0 16px 9px;color:#91a4bb;font-size:.7rem}.game-guide-typing:not([hidden]){display:flex}.game-guide-typing span{width:5px;height:5px;border-radius:50%;background:var(--guide-cyan);animation:gameGuideTyping 1s infinite ease-in-out}.game-guide-typing span:nth-child(2){animation-delay:.12s}.game-guide-typing span:nth-child(3){animation-delay:.24s}.game-guide-typing em{margin-left:4px;font-style:normal}.game-guide-quick-replies{padding:0 14px 10px;max-height:78px;overflow-y:auto}.game-guide-form{display:flex;align-items:flex-end;gap:8px;padding:11px 12px;border-top:1px solid rgba(0,210,255,.15)}.game-guide-form textarea{flex:1;min-height:42px;max-height:92px;resize:none;padding:10px 12px;border:1px solid rgba(155,181,209,.3);border-radius:13px;outline:none;color:#fff;background:rgba(255,255,255,.055);font:inherit;font-size:.82rem}.game-guide-form textarea:focus{border-color:var(--guide-cyan);box-shadow:0 0 0 3px #00d2ff1f}.game-guide-form button{display:grid;place-items:center;flex:0 0 42px;height:42px;border:0;border-radius:13px;color:#061019;background:linear-gradient(135deg,var(--guide-cyan),var(--guide-green));cursor:pointer}.game-guide-form button:disabled{opacity:.5;cursor:wait}.game-guide-footer{display:flex;justify-content:space-between;padding:0 14px 10px;color:#6f8098;font-size:.6rem}.game-guide-teaser{position:absolute;right:0;bottom:64px;display:flex;align-items:center;width:min(330px,calc(100vw - 28px));padding:6px 7px 6px 13px;border:1px solid rgba(0,210,255,.42);border-radius:14px;background:rgba(7,12,29,.97);box-shadow:0 15px 42px #0000007a;animation:gameGuideEnter .22s ease-out}.game-guide-teaser-text{flex:1;padding:7px 4px;border:0;color:#edf7ff;background:transparent;text-align:left;font-size:.8rem;line-height:1.35;cursor:pointer}@keyframes gameGuideEnter{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}@keyframes gameGuideTyping{0%,60%,to{transform:translateY(0);opacity:.45}30%{transform:translateY(-3px);opacity:1}}@media (max-width: 575.98px){.game-guide{right:10px;bottom:10px}.game-guide-panel{width:calc(100vw - 20px);height:min(660px,calc(100dvh - 78px));margin-bottom:8px;border-radius:17px}.game-guide-launcher{min-height:48px;padding:0 15px}.game-guide-launcher span{display:none}.game-guide-header{padding:11px}.game-guide-header-actions{gap:0}.game-guide-icon-button{width:30px;height:30px}}@media (prefers-reduced-motion: reduce){.game-guide *,.game-guide *:before,.game-guide *:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
