:root{--c-text: #111;--c-text-mute: #555;--c-text-fade: #999;--c-link: #1a73e8;--c-link-hover: #0b5cce;--c-cursor: #ffd24d;--c-cursor-strong: #e6b833;--c-cursor-soft: #fff2c2;--c-in-word: #cfe5ff;--c-header-bg: #444;--c-header-fg: #eee;--c-header-border: #2a2a2a;--c-card-bg: #fff;--c-card-bg-soft: #fafafa;--c-card-border: #ccc;--c-card-border-soft: #e0e0e0;--z-menu: 100;--z-scratchpad: 145;--z-chat-panel: 150;--z-chat-preview: 155;--z-chat-indicator: 160;--z-note-dialog: 200;--z-help-dialog: 250}html,body{margin:0;padding:0;height:100%}#root{height:100%}*{box-sizing:border-box}._bar_1uyv9_1{display:flex;align-items:center;gap:.5rem;min-width:0;padding:.1rem .3rem .1rem .6rem;border-radius:999px;font-size:1rem;font-weight:700;cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid transparent}._text_1uyv9_15{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}._close_1uyv9_22{background:none;border:0;cursor:pointer;font-size:1rem;line-height:1;padding:.05rem .35rem;border-radius:4px;color:inherit;opacity:.7;flex-shrink:0}._close_1uyv9_22:hover{opacity:1;background:#00000014}._info_1uyv9_40{background:#e7f0fb;color:#1a4f86;border-color:#b9d4ee}._warning_1uyv9_46{background:#fdf3d4;color:#7a5a00;border-color:#ecd58a}._celebration_1uyv9_54{background:#e0f4e3;color:#1d6e2e;border-color:#b6e2bf}._backdrop_9ydts_1{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:var(--z-help-dialog);display:flex;align-items:center;justify-content:center;padding:1rem}._card_9ydts_12{width:min(560px,100%);max-height:calc(100dvh - 2rem);box-shadow:0 12px 32px #0000004d}._header_9ydts_19{gap:1rem;padding:.5rem .75rem;background:var(--c-header-bg);color:var(--c-header-fg)}._title_9ydts_27{margin:0;font-size:1rem;font-weight:600}._close_9ydts_33{font-size:1.4rem;color:var(--c-header-fg)}._close_9ydts_33:hover{background:#ffffff26}._body_9ydts_43{padding:1rem 1.25rem 1.25rem;overflow-y:auto;line-height:1.5;font-size:.95rem;color:var(--c-text);flex:1;min-height:0}._body_9ydts_43 h3{margin:0 0 .4rem;font-size:.95rem;font-weight:600;color:var(--c-text)}._section_9ydts_62{margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.08)}._swatches_9ydts_70{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;margin:.4rem 0}._swatch_9ydts_70{width:1.75rem;height:1.75rem;border-radius:50%;border:2px solid transparent;cursor:pointer;padding:0;box-shadow:0 0 0 1px #00000026}._swatch_9ydts_70:hover:not(:disabled){box-shadow:0 0 0 1px #00000059}._swatchDefault_9ydts_94{font:inherit;font-size:.85rem;padding:.2rem .7rem;height:1.75rem;border-radius:.875rem;border:2px solid transparent;background:#f5f5f5;cursor:pointer;box-shadow:0 0 0 1px #00000026}._swatchDefault_9ydts_94:hover:not(:disabled){background:#ececec}._swatchOn_9ydts_90{border-color:var(--c-text, #222)}._swatch_9ydts_70:disabled,._swatchDefault_9ydts_94:disabled{cursor:default;opacity:.6}._status_9ydts_122,._help_9ydts_123{margin:.3rem 0 .6rem}._help_9ydts_123{font-size:.85rem;color:var(--c-text-mute)}._help_9ydts_123 code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em;padding:.05em .3em;background:#0000000d;border-radius:3px}._textarea_9ydts_140{width:100%;box-sizing:border-box;font:inherit;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem;padding:.5rem;border:1px solid #888;border-radius:4px;resize:vertical;word-break:break-all}._textarea_9ydts_140:focus{outline:2px solid var(--c-accent, #4a90e2);outline-offset:-2px}._error_9ydts_161{color:#c00;margin:.5rem 0 0;overflow-wrap:anywhere}._statusOk_9ydts_167{color:#176e2b;margin:.5rem 0 0}._muted_9ydts_172{margin:.3rem 0 .6rem;font-size:.85rem;color:var(--c-text-mute)}._json_9ydts_181{margin:.25rem 0 .75rem;padding:.5rem .75rem;background:#0000000a;border:1px solid rgba(0,0,0,.08);border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;line-height:1.4;max-height:12rem;overflow:auto;white-space:pre-wrap;word-break:break-all}._buttons_9ydts_196{display:flex;gap:.5rem;margin-top:.75rem}._primary_9ydts_202,._secondary_9ydts_203,._destructive_9ydts_204{font:inherit;padding:.4rem 1rem;border:1px solid #888;border-radius:4px;cursor:pointer}._primary_9ydts_202{background:var(--c-header-bg, #345);color:var(--c-header-fg, white);border-color:var(--c-header-bg, #345)}._primary_9ydts_202:hover:not(:disabled){filter:brightness(1.1)}._secondary_9ydts_203{background:#f5f5f5;margin-left:auto}._secondary_9ydts_203:first-child{margin-left:0}._secondary_9ydts_203:hover:not(:disabled){background:#ececec}._destructive_9ydts_204{background:#fff5f5;color:#a31621;border-color:#d99}._destructive_9ydts_204:hover:not(:disabled){background:#ffe8e8}._primary_9ydts_202:disabled,._secondary_9ydts_203:disabled,._destructive_9ydts_204:disabled{cursor:default;opacity:.6}._wrap_2h1nn_1{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #ddd}._label_2h1nn_11{display:inline-flex;flex-direction:column;gap:.25rem;font-size:.85rem;color:#555}._date_2h1nn_19{font:inherit;padding:.25rem .5rem;border:1px solid #888;border-radius:4px;background:#fff}._button_2h1nn_27{font:inherit;padding:.4rem .9rem;border:1px solid #888;border-radius:4px;background:#f5f5f5;cursor:pointer}._button_2h1nn_27:hover:not(:disabled){background:#ececec}._button_2h1nn_27:disabled{cursor:default;opacity:.6}._error_2h1nn_45{color:#c00;margin:0;max-width:14rem;overflow-wrap:anywhere}._linkButton_2h1nn_55{background:none;border:0;padding:0;margin:.1rem 0 0;font:inherit;font-size:.85rem;color:#1452a8;cursor:pointer;text-decoration:underline}._linkButton_2h1nn_55:hover{color:#0e3b7a}._wrap_1af5x_1{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}._dropzone_1af5x_8{display:inline-flex;align-items:center;justify-content:center;padding:1.25rem 1.5rem;border:2px dashed #888;border-radius:8px;cursor:pointer;font-size:.95rem}._dropzone_1af5x_8:hover{background:#f5f5f5}._input_1af5x_23{display:none}._error_1af5x_27{color:#c00;margin:0;max-width:14rem;overflow-wrap:anywhere}._wrap_mccre_6{position:fixed;top:0;right:.5rem;z-index:60}._trigger_mccre_13{font:inherit;font-size:.85rem;padding:.3rem .7rem .4rem;background:#1f2937;color:#fff;border:none;border-radius:0 0 .5rem .5rem;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem;min-width:4.5rem;max-width:9rem}._trigger_mccre_13:hover,._trigger_mccre_13[aria-expanded=true]{background:#111827}._handle_mccre_37{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1}._caret_mccre_46{font-size:.7em;color:#cbd5e1;flex-shrink:0}._menu_mccre_55{position:absolute;top:calc(100% + 4px);right:0;min-width:8rem;background:var(--c-card-bg, #fff);border:1px solid var(--c-card-border, #ccc);border-radius:6px;box-shadow:0 6px 16px #00000026;padding-bottom:.25rem;z-index:50}._item_mccre_68{display:block;width:100%;font:inherit;font-size:.9rem;text-align:left;padding:.4rem .75rem;background:none;border:0;cursor:pointer;color:var(--c-text, #111)}._item_mccre_68:hover,._item_mccre_68:focus-visible{background:#f0f0f0;outline:none}._outer_had1j_1{flex:1;min-height:0;display:flex;flex-direction:column;max-width:960px;width:100%;margin:0 auto;padding:.5rem 0}._hero_had1j_16{flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:.6rem;padding:1rem 0 1.2rem}._heroIcon_had1j_25{width:3rem;height:3rem}._heroTitle_had1j_30{margin:0;font-size:2.6rem;font-weight:700;line-height:1;color:#111;letter-spacing:-.01em}._wrap_had1j_39{display:flex;gap:1.5rem;flex:1;min-height:0}._section_had1j_49._listSection_had1j_49{flex:1 1 0;min-width:0}._section_had1j_49._uploadSection_had1j_54{flex:0 0 auto}._uploadHint_had1j_64{margin:.75rem 0 0;max-width:14rem;font-size:.85rem;color:var(--c-text-mute, #555);line-height:1.4}._footer_had1j_72{flex-shrink:0;padding:.6rem 0 .2rem;font-size:.8rem;color:#888;text-align:center}._loadError_had1j_80{flex-shrink:0;margin-bottom:.75rem;padding:.6rem .9rem;background:#fff0f0;border:1px solid #f3c0c0;border-radius:6px;color:#a00;font-size:.9rem}._footer_had1j_72 a{color:var(--c-link);text-decoration:none}._footer_had1j_72 a:hover{text-decoration:underline}._section_had1j_49{flex:1;display:flex;flex-direction:column;min-height:0;gap:.5rem}@media (max-width: 1024px){._outer_had1j_1{overflow-y:auto}._wrap_had1j_39{flex-direction:column;flex:0 0 auto;gap:1.25rem}._section_had1j_49,._section_had1j_49._listSection_had1j_49,._section_had1j_49._uploadSection_had1j_54{flex:0 0 auto;min-height:0}._games_had1j_135{max-height:40dvh;flex:0 0 auto}}._heading_had1j_144{margin:0;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#555;flex-shrink:0}._filter_had1j_154{flex-shrink:0;padding:.35rem .6rem;font:inherit;font-size:.9rem;border:1px solid #d0d0d0;border-radius:6px;background:#fff;color:#111}._filter_had1j_154:focus{outline:none;border-color:#88a;box-shadow:0 0 0 2px #c9d4ff}._games_had1j_135{list-style:none;margin:0;display:flex;flex-direction:column;gap:.4rem;overflow-y:auto;flex:1;min-height:0;background:#fafafa;border:1px solid #e0e0e0;border-radius:6px;padding:.5rem}._game_had1j_135{position:relative;display:flex;flex-direction:column;gap:.15rem;width:100%;text-align:left;padding:.5rem .7rem;background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;font:inherit;overflow:hidden}._haveBoardFlag_had1j_205{position:absolute;top:0;right:0;width:1.4rem;height:1.4rem;background:#2a7;clip-path:polygon(100% 0,100% 100%,0 0);pointer-events:none}._game_had1j_135:hover{background:#f0f6ff;border-color:#bcd}._gameTitle_had1j_221{font-size:1rem;font-weight:600;color:#111}._gameMeta_had1j_227{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;font-size:.85rem;color:#666}._gameSize_had1j_236{font-variant-numeric:tabular-nums;color:#888}._gameStatus_had1j_244{display:flex;align-items:baseline;gap:.4rem;margin-top:.25rem;font-size:.82rem;font-style:italic;color:#777;font-variant-numeric:tabular-nums}._statusBullet_had1j_255{color:#bbb}._liveBadge_had1j_262{display:inline-flex;align-items:baseline;gap:.2rem;color:#2a7;font-style:normal;font-weight:600}._liveDot_had1j_271{color:#2a7}._gameMembers_had1j_278{margin-top:.1rem;font-size:.82rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._gameCopyright_had1j_287{font-size:.85rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._empty_had1j_296{margin:0;padding:.6rem .7rem;background:#fafafa;border:1px dashed #d0d0d0;border-radius:6px;color:#888;font-size:.9rem}._boardRow_had1j_310{position:relative;display:flex}._boardRow_had1j_310 ._game_had1j_135{flex:1;min-width:0;padding-right:2.2rem}._deleteIcon_had1j_324{position:absolute;top:50%;right:.4rem;transform:translateY(-50%);width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;border-radius:4px;color:#888;font-size:1rem;line-height:1;cursor:pointer;opacity:0;transition:opacity 80ms ease,color 80ms ease,background 80ms ease;font:inherit;padding:0}._boardRow_had1j_310:hover ._deleteIcon_had1j_324,._deleteIcon_had1j_324:focus-visible{opacity:1}._deleteIcon_had1j_324:hover,._deleteIcon_had1j_324:focus-visible{color:#c00;background:#fff0f0;border-color:#f3c0c0}._deleteConfirm_had1j_361{position:absolute;top:50%;right:.4rem;transform:translateY(-50%);padding:.2rem .5rem;background:#c00;color:#fff;border:1px solid #a00;border-radius:4px;font:inherit;font-size:.8rem;font-weight:600;line-height:1;cursor:pointer}._deleteConfirm_had1j_361:hover{background:#a00}._outer_1vree_1{max-width:60rem;margin:0 auto;padding:1.5rem 1rem 2rem;display:flex;flex-direction:column;gap:1.5rem}._hero_1vree_13{display:flex;flex-direction:column;align-items:center;gap:.5rem}._heroIcon_1vree_20{width:4rem;height:4rem}._heroTitle_1vree_25{margin:0;font-size:2.2rem;font-weight:700}._intro_1vree_31{max-width:32rem;margin:0 auto;text-align:center;color:var(--c-text-mute, #555);line-height:1.5}._forms_1vree_39{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}._form_1vree_39{display:flex;flex-direction:column;gap:.7rem;padding:1.2rem;border:1px solid var(--c-card-border, #ccc);border-radius:.5rem;background:var(--c-card-bg-soft, #fafafa);min-width:18rem;flex:1 1 18rem;max-width:22rem}._formTitle_1vree_59{margin:0 0 .3rem;font-size:1.2rem;font-weight:600}._field_1vree_65{display:flex;flex-direction:column;gap:.25rem;font-size:.9rem}._field_1vree_65 input{font:inherit;padding:.4rem .6rem;border:1px solid var(--c-card-border, #ccc);border-radius:.3rem;background:#fff}._field_1vree_65 input:focus-visible{outline:2px solid var(--c-cursor, #ffd24d);outline-offset:1px}._submit_1vree_85{margin-top:.4rem;padding:.55rem 1rem;font:inherit;font-weight:600;border-radius:.4rem;border:1px solid var(--c-cursor-strong, #e6b833);background:var(--c-cursor, #ffd24d);cursor:pointer}._submit_1vree_85:hover{background:var(--c-cursor-strong, #e6b833)}._submit_1vree_85:disabled{opacity:.6;cursor:progress}._error_1vree_105{margin:0;padding:.4rem .6rem;background:#fff0f0;border:1px solid #f3c0c0;border-radius:.3rem;color:#a00;font-size:.85rem}._menu_1jbe9_1{position:absolute;top:100%;left:0;margin-top:4px;min-width:220px;max-height:calc(100dvh - 60px);background:var(--c-card-bg);border:1px solid var(--c-card-border);border-radius:6px;box-shadow:0 6px 16px #00000026;padding-bottom:.25rem;overflow-y:auto;z-index:var(--z-menu)}._brand_1jbe9_26{padding:.4rem .75rem;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--c-header-fg);background:var(--c-header-bg);border-bottom:1px solid var(--c-header-border)}._info_1jbe9_37{padding:.5rem .75rem .6rem;border-bottom:2px solid #c8c8c8;margin-bottom:.4rem}._infoTitle_1jbe9_46{font-weight:600;font-size:.95rem}._infoAuthor_1jbe9_51{color:#666;font-size:.85rem;margin-top:.15rem}._sep_1jbe9_57{height:1px;background:#e5e5e5;margin:.25rem 0}._item_1jbe9_63{display:flex;align-items:baseline;justify-content:space-between;gap:1.5rem;width:100%;text-align:left;background:none;border:0;font:inherit;font-size:.9rem;padding:.4rem .75rem;cursor:pointer;white-space:nowrap}._shortcut_1jbe9_82{color:#888;font-size:.85em;letter-spacing:.04em}._item_1jbe9_63:hover{background:#f0f0f0}._item_1jbe9_63:disabled{color:#aaa;cursor:not-allowed}._item_1jbe9_63:disabled:hover{background:none}._cols_1jbe9_106{display:flex;align-items:stretch}._col_1jbe9_106{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;padding-bottom:.25rem}._col_1jbe9_106+._col_1jbe9_106{border-left:1px solid #e5e5e5}._button_5fkpt_1{font:inherit;width:1.4rem;height:1.4rem;border:1px solid #1e40af;border-radius:4px;cursor:pointer;padding:0;display:inline-flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;font-size:.9rem;line-height:1;align-self:center;transform:translateY(3px)}._pen_5fkpt_22{background:#1e40af;color:#fff;font-weight:700}._pencil_5fkpt_28{background:#fff;color:#1e40af;font-style:italic;font-weight:500}._button_5fkpt_1:hover{outline:2px solid #888;outline-offset:1px}._page_ryql9_7{max-width:36rem;margin:4rem auto;padding:2rem;font-family:system-ui,sans-serif;color:#222;text-align:center}._heading_ryql9_16{font-size:1.4rem;margin:0 0 .5rem}._byline_ryql9_21{margin:0 0 1.5rem;color:#555;font-size:.95rem}._buttons_ryql9_27{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}._button_ryql9_27{font:inherit;font-size:1rem;padding:.6rem 1.2rem;border:1px solid #888;border-radius:4px;background:#f7f7f7;cursor:pointer}._button_ryql9_27:hover:not(:disabled){background:#ececec}._button_ryql9_27:disabled{opacity:.6;cursor:progress}._hint_ryql9_53{margin:1.25rem auto 0;max-width:28rem;color:#666;font-size:.85rem;line-height:1.4}._error_ryql9_61{margin-top:1rem;color:#a40000;font-size:.9rem}._status_ryql9_67{text-align:center;margin:4rem 2rem;font-family:system-ui,sans-serif;color:#444}._cell_steym_8{position:relative;width:1em;height:1em;background:#fff;border:1px solid transparent;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;cursor:pointer}._borderTop_steym_35{border-top-color:#000}._borderRight_steym_36{border-right-color:#000}._borderBottom_steym_37{border-bottom-color:#000}._borderLeft_steym_38{border-left-color:#000}._block_steym_40{background:#000;cursor:default}._voidCell_steym_49{cursor:default}._inWord_steym_54{background:var(--c-in-word)}._cursor_steym_58{background:var(--c-cursor)}._number_steym_62{position:absolute;top:.08em;left:.11em;font-size:.3em;font-weight:700;line-height:1;color:#222;background:#fff;padding:0 .04em;border-radius:.04em;z-index:1}._remoteFrame_steym_77{position:absolute;top:0;right:0;bottom:0;left:0;border:.08em solid;pointer-events:none}._circle_steym_77{position:absolute;top:.13em;right:.05em;bottom:.05em;left:.13em;border:.025em solid #333;border-radius:50%;pointer-events:none}._shade_steym_116{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000002e;pointer-events:none}._fill_steym_100._given_steym_128{text-decoration:underline;text-decoration-thickness:.08em;text-underline-offset:.06em}._fill_steym_100{font-size:.62em;font-weight:600;color:#111;transform:translate(.08em,.08em)}._fill_steym_100._pencil_steym_141{color:#555;font-weight:500;font-style:italic}._mark_steym_147{position:absolute;top:0;right:0;width:0;height:0;border-style:solid;border-width:0 .34em .34em 0;pointer-events:none}._revealed_steym_158{border-color:transparent #00b8ff transparent transparent}._wrong_steym_162{border-color:transparent #d33 transparent transparent}._markRightBreak_steym_175{position:absolute;top:0;bottom:0;right:-.07em;width:.14em;background:#000;pointer-events:none}._markBottomBreak_steym_185{position:absolute;left:0;right:0;bottom:-.07em;height:.14em;background:#000;pointer-events:none}._markRightHyphen_steym_198{position:absolute;top:50%;right:-.18em;width:.36em;height:.08em;background:#000;transform:translateY(-50%);pointer-events:none}._markBottomHyphen_steym_209{position:absolute;left:50%;bottom:-.18em;width:.08em;height:.36em;background:#000;transform:translate(-50%);pointer-events:none}._board_1lguh_10{position:relative;display:grid;gap:0;width:max-content;align-self:start}._rebusWrap_1lguh_25{position:absolute;z-index:2}._rebus_1lguh_25{display:block;width:100%;height:100%;margin:0;padding:0 .1em;border:2px solid var(--c-cursor, #ffd54f);outline:none;background:#fff;text-align:center;font:inherit;font-size:.5em;font-weight:600;color:#111;text-transform:uppercase;box-sizing:border-box}._rebusReadonly_1lguh_52{display:flex;align-items:center;justify-content:center;pointer-events:none;-webkit-user-select:none;user-select:none}._button_10zwg_6{position:relative;width:1.8rem;height:1.8rem;border-radius:50%;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #00000026;transition:transform .1s;flex-shrink:0;padding:0}._button_10zwg_6:hover{transform:scale(1.05)}._open_10zwg_26{outline:2px solid #444;outline-offset:2px}._badge_10zwg_31{position:absolute;top:-4px;right:-4px;min-width:1.1rem;height:1.1rem;padding:0 .3rem;border-radius:999px;background:#d33;color:#fff;font-size:.7rem;font-weight:700;line-height:1.1rem;text-align:center;box-shadow:0 0 0 2px #fff}._rnd_yc99g_1{z-index:var(--z-chat-panel)}._panel_yc99g_5{box-shadow:0 6px 20px #0000002e}._header_yc99g_10{padding:.4rem .6rem;background:#f7f7f7}._dragHandle_yc99g_16{cursor:move;-webkit-user-select:none;user-select:none}._close_yc99g_21{font-size:1.2rem}._close_yc99g_21:hover{background:#e8e8e8}._title_yc99g_30{font-size:.85rem;color:#555;display:inline-flex;align-items:center;gap:.3rem}._list_yc99g_38{flex:1;min-height:0;overflow-y:auto;padding:.5rem .6rem;display:flex;flex-direction:column;gap:.35rem}._empty_yc99g_48{color:#999;font-size:.85rem;font-style:italic}._line_yc99g_54{font-size:1.05rem;line-height:1.35;word-wrap:break-word}._name_yc99g_60{font-weight:700;margin-right:.4rem}._text_yc99g_65{color:#111;white-space:pre-wrap}._text_yc99g_65 a{color:var(--c-link);text-decoration:underline}._text_yc99g_65 a:hover{color:var(--c-link-hover)}._important_yc99g_79{font-weight:700}._input_yc99g_83{font:inherit;font-size:1.05rem;padding:.4rem .5rem;border:0;border-top:2px solid #555;resize:none;outline:none;border-bottom-left-radius:8px;border-bottom-right-radius:8px}._preview_1wk9p_4{display:flex;align-items:baseline;gap:.25rem;padding:.1rem .5rem;background:#ffffffeb;border-radius:4px;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none;box-shadow:0 1px 4px #00000014;min-width:0;flex:1}._name_1wk9p_21{font-weight:700;flex-shrink:0}._colon_1wk9p_26{color:#555;flex-shrink:0}._body_1wk9p_31{color:#111;overflow:hidden;text-overflow:ellipsis;min-width:0}._rnd_xzz65_1{z-index:var(--z-scratchpad)}._panel_xzz65_5{box-shadow:0 6px 20px #0000002e}._header_xzz65_10{padding:.4rem .6rem;background:#f7f7f7;gap:.5rem}._dragHandle_xzz65_17{cursor:move;-webkit-user-select:none;user-select:none}._close_xzz65_22{font-size:1.2rem}._close_xzz65_22:hover{background:#e8e8e8}._title_xzz65_31{font-size:.85rem;color:#555;font-weight:600;flex-shrink:0}._lockText_xzz65_38{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;color:#444}._lockHolder_xzz65_48{font-weight:700}._lockButton_xzz65_52{font:inherit;font-size:.8rem;padding:.15rem .55rem;border:1px solid #999;border-radius:4px;background:#fff;cursor:pointer;flex-shrink:0}._lockButton_xzz65_52:hover{background:#eee}._textarea_xzz65_70{flex:1;min-height:0;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:.95rem;line-height:1.4;padding:.5rem .6rem;border:0;resize:none;outline:none;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background:#fff}._textarea_xzz65_70:disabled{background:#f6f6f6;color:#555;cursor:not-allowed}._section_3l8d1_1{display:flex;flex-direction:column;min-height:0;border:1px solid #ccc;border-radius:4px;background:#fafafa;overflow:hidden}._title_3l8d1_11{margin:0;padding:.5rem .75rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--c-header-fg);background:var(--c-header-bg);border-bottom:1px solid var(--c-header-border);flex-shrink:0}._list_3l8d1_23{list-style:none;margin:0;padding:.25rem 0;overflow-y:auto;font-size:.9rem;line-height:1.4;flex:1;min-height:0}._item_3l8d1_34{display:grid;grid-template-columns:1.75rem 1fr;gap:.25rem;padding:.25rem .5rem;cursor:pointer}._item_3l8d1_34:hover{background:#eef3fa}._active_3l8d1_46:hover{background:var(--c-cursor-strong)}._secondary_3l8d1_50:hover{background:#ffe89a}._active_3l8d1_46{background:var(--c-cursor)}._secondary_3l8d1_50{background:var(--c-cursor-soft)}._num_3l8d1_62{font-weight:600;color:#444;text-align:right}._text_3l8d1_68{color:#111}._backdrop_qali8_5{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60}._popover_qali8_14{position:fixed;z-index:61;background:#fff;border:1px solid #999;border-radius:6px;box-shadow:0 4px 18px #0000002e;padding:.8rem .9rem;font-size:.95rem;line-height:1.4;color:#111;max-height:70dvh;overflow-y:auto}._note_qali8_29{font-size:.8rem;color:#555;margin-bottom:.5rem;padding-bottom:.4rem;border-bottom:1px dashed #ccc;white-space:pre-wrap}._noteLabel_qali8_38{font-weight:700;margin-right:.3rem}._body_qali8_43{white-space:pre-wrap}._body_qali8_43 strong{display:inline}._waiting_qali8_51{font-style:italic;color:#555}._error_qali8_56{color:#a00}._toggle_qali8_60{display:inline-block;margin-top:.6rem;background:none;border:none;padding:0;color:#06c;cursor:pointer;font:inherit;text-decoration:underline}._toggle_qali8_60:focus-visible{outline:2px solid #06c;outline-offset:2px}._scratchpad_qali8_77{margin-top:.6rem;padding:.5rem .6rem;background:#f4f4f4;border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem;white-space:pre-wrap;color:#333}._backdrop_1vuol_1{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:var(--z-help-dialog);display:flex;align-items:center;justify-content:center;padding:1rem}._card_1vuol_12{width:min(640px,100%);max-height:calc(100dvh - 2rem);box-shadow:0 12px 32px #0000004d}._header_1vuol_21{gap:1rem;padding:.5rem .75rem;background:var(--c-header-bg);color:var(--c-header-fg)}._title_1vuol_29{margin:0;font-size:1rem;font-weight:600}._close_1vuol_35{font-size:1.4rem;color:var(--c-header-fg)}._close_1vuol_35:hover{background:#ffffff26}._body_1vuol_45{padding:1rem 1.25rem 1.25rem;overflow-y:auto;line-height:1.5;font-size:.95rem;color:var(--c-text);flex:1;min-height:0}._body_1vuol_45 section+section{margin-top:1.1rem}._body_1vuol_45 h3{margin:0 0 .4rem;font-size:.95rem;font-weight:600;color:var(--c-text)}._body_1vuol_45 p{margin:.3rem 0}._legend_1vuol_73{margin:0 0 .5rem;font-size:.85rem;color:var(--c-text-mute)}._shortcuts_1vuol_79{width:100%;border-collapse:collapse}._shortcuts_1vuol_79 td{padding:.2rem .5rem .2rem 0;vertical-align:top}._shortcuts_1vuol_79 td:first-child{white-space:nowrap;width:1%;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--c-text-mute)}._rnd_3tunl_1{z-index:var(--z-note-dialog)}._card_3tunl_5{box-shadow:0 12px 32px #00000040}._header_3tunl_10{gap:1rem;padding:.5rem .75rem;background:#f0f0f0}._dragHandle_3tunl_17{cursor:move;-webkit-user-select:none;user-select:none}._close_3tunl_22{font-size:1.4rem}._close_3tunl_22:hover{background:#e2e2e2}._title_3tunl_31{margin:0;font-size:1rem;font-weight:600}._body_3tunl_37{padding:1rem;overflow-y:auto;white-space:pre-wrap;line-height:1.5;font-size:.95rem;color:#222;flex:1;min-height:0}._backdrop_1b3ca_1{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000040;z-index:var(--z-help-dialog);display:flex;align-items:flex-start;justify-content:center;padding-top:20vh}._card_1b3ca_12{width:min(280px,calc(100% - 2rem));height:auto;box-shadow:0 12px 32px #0000004d}._body_1b3ca_21{padding:.75rem 1rem .85rem}._label_1b3ca_25{font-size:.85rem;color:var(--c-text-mute);margin-bottom:.4rem}._input_1b3ca_31{width:100%;font:inherit;font-size:1.2rem;padding:.35rem .5rem;border:1px solid var(--c-card-border);border-radius:4px;outline:none}._input_1b3ca_31:focus{border-color:var(--c-link)}._error_1b3ca_45{margin-top:.4rem;font-size:.85rem;color:#c00;min-height:1.1em}._card_7owht_8{width:100%;height:100%;background:#fff;border:1px solid #ccc;border-radius:8px;display:flex;flex-direction:column;overflow:hidden}._header_7owht_19{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ddd;flex-shrink:0}._close_7owht_27{background:none;border:0;line-height:1;cursor:pointer;color:#555;padding:.1rem .4rem;border-radius:4px}._backdrop_k86hj_1{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000040;z-index:var(--z-help-dialog);display:flex;align-items:flex-start;justify-content:center;padding-top:20vh}._card_k86hj_12{width:min(360px,calc(100% - 2rem));height:auto;box-shadow:0 12px 32px #0000004d}._body_k86hj_19{padding:.75rem 1rem .85rem}._label_k86hj_23{font-size:.85rem;color:var(--c-text-mute);margin-bottom:.4rem}._row_k86hj_29{display:flex;gap:.4rem}._input_k86hj_34{flex:1 1 auto;font:inherit;font-size:1rem;padding:.35rem .5rem;border:1px solid var(--c-card-border);border-radius:4px;outline:none}._input_k86hj_34:focus{border-color:var(--c-link)}._submit_k86hj_48{flex:0 0 auto;font:inherit;padding:.35rem .8rem;border:1px solid var(--c-card-border);border-radius:4px;background:var(--c-card-bg);cursor:pointer}._submit_k86hj_48:hover:not(:disabled){border-color:var(--c-link)}._submit_k86hj_48:disabled{opacity:.5;cursor:default}._message_k86hj_67{margin-top:.5rem;font-size:.85rem;min-height:1.2em}._error_k86hj_73{color:#c00}._success_k86hj_77{color:var(--c-text-mute)}._members_k86hj_81{margin-top:.6rem;padding-top:.5rem;border-top:1px solid var(--c-card-border);font-size:.85rem;color:var(--c-text-mute)}._membersLabel_k86hj_89{font-weight:600;margin-right:.3rem}._backdrop_zu56l_1{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:300;display:flex;align-items:center;justify-content:center}._card_zu56l_14{position:relative;background:#fff;border-radius:.8rem;padding:2rem 2rem 1.5rem;min-width:280px;max-width:min(90vw,420px);box-shadow:0 12px 48px #00000059;text-align:center;animation:_cardIn_zu56l_1 .35s cubic-bezier(.18,1.15,.45,1) both}@keyframes _cardIn_zu56l_1{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}._confetti_zu56l_35{display:flex;justify-content:center;gap:.3rem;font-size:2.4rem;line-height:1;margin-bottom:.4rem;height:2.6rem}._piece_zu56l_46{display:inline-block;animation:_pieceIn_zu56l_1 .5s cubic-bezier(.18,1.4,.5,1) both,_pieceWiggle_zu56l_1 2.4s ease-in-out .6s infinite}@keyframes _pieceIn_zu56l_1{0%{transform:translateY(-1.6em) scale(.4) rotate(-30deg);opacity:0}60%{opacity:1}to{transform:translateY(0) scale(1) rotate(0);opacity:1}}@keyframes _pieceWiggle_zu56l_1{0%,to{transform:translateY(0) rotate(-6deg)}50%{transform:translateY(-.15em) rotate(6deg)}}._title_zu56l_64{margin:.2rem 0 .3rem;font-size:1.5rem;color:#111}._body_zu56l_70{margin:0 0 1.4rem;color:var(--c-text-mute, #555)}._actions_zu56l_75{display:flex;flex-direction:column;gap:.5rem}._button_zu56l_81{font:inherit;padding:.55rem 1rem;border-radius:.4rem;border:1px solid var(--c-card-border, #ccc);background:#fafafa;cursor:pointer}._button_zu56l_81:hover{background:#f0f0f0}._button_zu56l_81:focus-visible{outline:2px solid var(--c-cursor, #ffd24d);outline-offset:2px}._button_zu56l_81._primary_zu56l_99{background:var(--c-cursor, #ffd24d);border-color:var(--c-cursor-strong, #e6b833);font-weight:600}._button_zu56l_81._primary_zu56l_99:hover{background:var(--c-cursor-strong, #e6b833)}._wrap_r1ybu_22{display:flex;flex-direction:column;gap:.25rem;flex:1;min-height:0}._presence_r1ybu_39{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:.6rem;min-width:0}._presenceEntry_r1ybu_49{display:inline-flex;align-items:center;gap:.3rem;min-width:0;font-size:.95rem;color:#222}._presenceDot_r1ybu_58{flex-shrink:0;width:.7rem;height:.7rem;border-radius:50%;border:1px solid rgba(0,0,0,.2)}._presenceName_r1ybu_66{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}._conn_r1ybu_73{align-self:flex-end;color:#b00;font-size:.85rem;flex-shrink:0}._layout_r1ybu_2{display:grid;grid-template-columns:min-content 1fr;grid-template-rows:1fr auto;gap:.75rem;flex:1;min-height:0}._boardSlot_r1ybu_23{grid-column:1;grid-row:1 / 3;min-width:0;min-height:0;display:flex}._clues_r1ybu_22{grid-column:2;grid-row:1;display:grid;grid-template-columns:1fr 1fr;gap:0;min-width:0;min-height:0}._activeClue_r1ybu_123{grid-column:2;grid-row:2;display:flex;align-items:baseline;gap:.4rem;padding:.3rem .1rem 0;font-size:1.05rem;line-height:1.35;color:#111;min-height:calc(3 * 1.35em + .3rem);min-width:0}._activeClueLabel_r1ybu_137{font-weight:700;color:#444;flex-shrink:0}._activeClueText_r1ybu_143{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden;min-width:0}@media (max-width: 1024px){._layout_r1ybu_2{grid-template-columns:min-content;grid-template-rows:auto auto;align-content:start}._boardSlot_r1ybu_23{grid-row:1}._clues_r1ybu_22{display:none}._activeClue_r1ybu_123{grid-column:1;grid-row:2}}._clues_r1ybu_22>section:first-child{border-top-right-radius:0;border-bottom-right-radius:0}._clues_r1ybu_22>section:last-child{border-top-left-radius:0;border-bottom-left-radius:0;border-left:none}._app_gudz1_1{font-family:system-ui,sans-serif;height:100dvh;display:flex;flex-direction:column}._header_gudz1_13{display:flex;align-items:baseline;gap:.4rem;padding:.35rem .5rem;flex-shrink:0;min-width:0}._divider_gudz1_26{align-self:stretch;width:1px;background:var(--c-card-border, #d0d0d0);margin:0 .4rem;flex-shrink:0}._middle_gudz1_40{flex:1;min-width:0;min-height:1.7rem;display:flex;align-items:center;gap:.7rem;padding-right:calc(.5rem + var(--user-menu-offset, 0px))}._chatSlot_gudz1_51{flex-shrink:0;display:flex;align-items:center}._presenceSlot_gudz1_52{flex:1;min-width:0;display:flex;align-items:center}._titleWrap_gudz1_72{position:relative}._title_gudz1_72{margin:0;font-size:1.6rem;line-height:1.1;cursor:pointer;-webkit-user-select:none;user-select:none;padding:.1rem .4rem;border-radius:3px;white-space:nowrap}._title_gudz1_72:hover{background:#f0f0f0}._icon_gudz1_91{width:1em;height:1em;vertical-align:-.2em;margin-right:.35rem}@media (max-width: 1024px){._titleText_gudz1_100{display:none}}._main_gudz1_105{flex:1;min-height:0;padding:.35rem .5rem .5rem;display:flex;flex-direction:column}._printNotice_gudz1_119{display:none}@media print{._app_gudz1_1>*:not(._printNotice_gudz1_119){display:none!important}._printNotice_gudz1_119{display:block;font-family:system-ui,sans-serif;color:#000;padding:.75in;max-width:6.5in;margin:0 auto}._printNotice_gudz1_119 h1{font-size:22pt;margin:0 0 .4in}._printNotice_gudz1_119 p{font-size:13pt;line-height:1.5;margin:0 0 .2in}._printNotice_gudz1_119 code{background:#eee;padding:0 .2em;border-radius:2px;font-family:ui-monospace,monospace;font-size:.95em}}
