*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden}body{background:#1a1a2e;display:flex;justify-content:center;align-items:center;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}#game-container{width:100vw;height:100vh}#game-container canvas{display:block;image-rendering:-moz-crisp-edges;image-rendering:-webkit-crisp-edges;image-rendering:pixelated;image-rendering:crisp-edges}.ui-form{display:flex;flex-direction:column;gap:12px;width:360px;padding:20px;background:#fff;border-radius:10px;color:#222}.ui-form label{font-size:13px;font-weight:600;color:#555}.ui-form input,.ui-form select,.ui-form textarea{width:100%;padding:10px 12px;border:1px solid #ccd;border-radius:6px;font-size:14px}.ui-form textarea{resize:vertical;min-height:80px}.ui-btn{padding:12px;border:none;border-radius:6px;background:#4f46e5;color:#fff;font-size:15px;font-weight:600;cursor:pointer}.ui-btn:hover{background:#4338ca}.ui-error{color:#dc2626;font-size:12px;min-height:14px}.chat-dock{position:fixed;left:16px;bottom:16px;width:340px;max-width:calc(100vw - 32px);max-height:min(360px,calc(100vh - 32px));display:none;flex-direction:column;background:#041c4dee;border:1px solid #3fd0ff88;border-radius:10px;box-shadow:0 0 18px #3fd0ff33,0 8px 24px #0005;overflow:hidden;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;z-index:20}.chat-dock__header{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;background:#0a3a7a55;border-bottom:1px solid #3fd0ff44}.chat-dock__title{color:#eaf6ff;font-size:14px;font-weight:700}.chat-dock__close{border:none;background:transparent;color:#8fd6ff;font-size:15px;cursor:pointer;line-height:1;padding:2px 6px}.chat-dock__close:hover{color:#fff}.chat-dock__log{flex:1;min-height:140px;overflow-y:auto;padding:8px 10px;font-size:13px}.chat-dock__msg{margin:4px 0;color:#dbe8ff;word-wrap:break-word}.chat-dock__msg--player{text-align:right}.chat-dock__msg--player b{color:#7fe8ff}.chat-dock__msg--partner b{color:#ffd166}.chat-dock__row{display:flex;gap:6px;padding:8px 10px;border-top:1px solid #3fd0ff33}.chat-dock__input{flex:1;padding:8px 10px;border:1px solid #3fd0ff55;border-radius:6px;background:#06254f;color:#eaf6ff;font-size:13px}.chat-dock__input::placeholder{color:#8fa8cf}.chat-dock__send{padding:8px 12px;border:none;border-radius:6px;background:#4f46e5;color:#fff;font-size:13px;font-weight:600;cursor:pointer}.chat-dock__send:hover{background:#4338ca}.chat-dock__guess{margin:0 10px 10px;padding:9px;border:none;border-radius:6px;background:#e94560;color:#fff;font-size:13px;font-weight:600;cursor:pointer}.chat-dock__guess:hover{background:#d63750}.chat-contacts__toggle{position:fixed;right:16px;bottom:16px;z-index:20;padding:10px 14px;border:1px solid #3fd0ff88;border-radius:20px;background:#041c4dee;color:#eaf6ff;font-size:13px;font-weight:700;cursor:pointer;box-shadow:0 0 18px #3fd0ff33,0 8px 24px #0005}.chat-contacts__toggle:hover{border-color:#3fd0ffcc}.chat-contacts__panel{position:fixed;right:16px;bottom:66px;z-index:20;width:280px;max-width:calc(100vw - 32px);max-height:min(320px,calc(100vh - 96px));overflow-y:auto;display:none;flex-direction:column;gap:4px;padding:8px;background:#041c4dee;border:1px solid #3fd0ff88;border-radius:10px;box-shadow:0 0 18px #3fd0ff33,0 8px 24px #0005;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.chat-contacts__empty{color:#8fa8cf;font-size:13px;padding:10px 4px;text-align:center}.chat-contacts__row{display:flex;align-items:center;gap:4px;width:100%}.chat-contacts__open{display:flex;align-items:center;gap:8px;flex:1;min-width:0;padding:8px 10px;border:none;border-radius:6px;background:transparent;color:#eaf6ff;text-align:left;cursor:pointer}.chat-contacts__open:hover{background:#0a3a7a55}.chat-contacts__guess{flex-shrink:0;padding:6px 8px;border:1px solid #e9456055;border-radius:6px;background:#e9456022;color:#fff;font-size:14px;cursor:pointer}.chat-contacts__guess:hover{background:#e94560aa}.chat-contacts__name{flex-shrink:0;font-size:13px;font-weight:700;color:#7fe8ff}.chat-contacts__preview{flex:1;min-width:0;font-size:12px;color:#a8bfe0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-contacts__badge{flex-shrink:0;min-width:18px;padding:1px 5px;border-radius:999px;background:#e94560;color:#fff;font-size:11px;font-weight:700;text-align:center}.guess-panel__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000a;z-index:29}.guess-panel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:420px;max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);overflow-y:auto;display:none;flex-direction:column;gap:10px;padding:16px;background:#041c4dee;border:1px solid #3fd0ff88;border-radius:12px;box-shadow:0 0 24px #3fd0ff33,0 12px 32px #0006;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;z-index:30}.guess-panel__header{display:flex;align-items:center;justify-content:space-between}.guess-panel__title{color:#eaf6ff;font-size:17px;font-weight:700}.guess-panel__close{border:none;background:transparent;color:#8fd6ff;font-size:16px;cursor:pointer;line-height:1;padding:2px 6px}.guess-panel__close:hover{color:#fff}.guess-panel__label{font-size:13px;color:#a8bfe0}.guess-panel__label b{color:#7fe8ff}.guess-panel__summary{width:100%;min-height:100px;padding:10px 12px;border:1px solid #3fd0ff55;border-radius:8px;background:#06254f;color:#eaf6ff;font-size:14px;font-family:inherit;resize:vertical}.guess-panel__summary::placeholder{color:#8fa8cf}.guess-panel__err{color:#ff8a8a;font-size:12px;min-height:14px}.guess-panel__submit,.guess-panel__back{padding:11px;border:none;border-radius:8px;color:#fff;font-size:15px;font-weight:600;cursor:pointer}.guess-panel__submit{background:#4f46e5}.guess-panel__submit:hover{background:#4338ca}.guess-panel__submit:disabled{opacity:.6;cursor:default}.guess-panel__back{background:#64748b}.guess-panel__back:hover{background:#52606d}.guess-panel__result-line{font-weight:600;margin-bottom:4px}.guess-panel__result-feedback{color:#a8bfe0;font-size:13px}
