@charset "UTF-8";*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:#7fbfe9;color:#1a1f36;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#1a73e8;text-decoration:none}a:hover{text-decoration:underline}.appContainer{min-height:100vh;display:flex;flex-direction:column}._loginContainer_1wawj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:90vh;padding:1.5rem;text-align:center}._headerArea_1wawj_11{margin-bottom:2rem}._headerArea_1wawj_11 ._title_1wawj_14{font-size:3.5rem;font-weight:900;color:#1a73e8;margin-bottom:.2rem;letter-spacing:-1px;text-shadow:2px 2px 0px #f1f3f4}._headerArea_1wawj_11 ._subtitle_1wawj_22{font-size:.9rem;color:#697386;font-weight:700;text-transform:uppercase;letter-spacing:2px}._qrContainer_1wawj_30{display:flex;align-items:center;justify-content:center;margin-bottom:2.5rem}._qrContainer_1wawj_30 ._qrImage_1wawj_36{width:160px;height:160px;padding:10px;background:#fff;border-radius:12px;border:1px solid #e3e8ee;box-shadow:0 4px 12px #0000001a}._formArea_1wawj_46{width:100%;max-width:360px}._formGroup_1wawj_51{margin-bottom:1.2rem;text-align:left}._formGroup_1wawj_51 label{display:block;margin-bottom:.4rem;font-size:.85rem;font-weight:700;color:#1a1f36}._selectBox_1wawj_63,._inputField_1wawj_64{width:100%;padding:.9rem 1rem;border:2px solid #f1f3f4;border-radius:12px;font-size:1rem;background-color:#fff;transition:all .2s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}._selectBox_1wawj_63:focus,._inputField_1wawj_64:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 4px #1a73e81a}._selectBox_1wawj_63{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8rem center;background-size:1rem}._joinButton_1wawj_89{width:100%;margin-top:1rem;padding:1.1rem;background-color:#1a73e8;color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;box-shadow:0 4px 12px #1a73e840;transition:transform .1s,opacity .2s}._joinButton_1wawj_89:hover{opacity:.9;transform:translateY(-1px)}._joinButton_1wawj_89:active{transform:translateY(0)}._modalOverlay_14w53_1{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;z-index:2000}._modalContent_14w53_15{background:#fff;padding:2rem;border-radius:12px;width:90%;max-width:400px;text-align:center;animation:_modalAppear_14w53_1 .3s ease-out}._modalContent_14w53_15 h3{color:#1a73e8;margin-bottom:1rem;font-size:1.4rem;font-weight:800}._modalContent_14w53_15 p{color:#1a1f36;font-size:1rem;margin-bottom:1.5rem;line-height:1.6}._modalContent_14w53_15 p strong{color:#1a73e8;font-size:1.5rem;margin:0 4px}._modalActions_14w53_42{display:flex;gap:1rem;margin-top:2rem}._modalActions_14w53_42 button{flex:1;padding:.9rem;border-radius:50px;border:none;font-weight:700;font-size:1rem;cursor:pointer;transition:all .2s ease}._modalActions_14w53_42 button:hover{transform:translateY(-2px)}._modalActions_14w53_42 ._cancelBtn_14w53_60{background-color:#f1f3f4;color:#697386;border:1px solid #e3e8ee}._modalActions_14w53_42 ._cancelBtn_14w53_60:hover{background-color:#e3e7e9}._modalActions_14w53_42 ._confirmBtn_14w53_68{background-color:#1a73e8;color:#fff;box-shadow:0 4px 10px #1a73e833}@keyframes _modalAppear_14w53_1{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}._header_2he27_1{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;border:1px solid #e3e8ee;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;margin:0 auto 1.5rem;width:100%;max-width:600px;background-color:#fff}._header_2he27_1 ._roomInfo_2he27_15 h2{font-size:1.1rem;margin:0;color:#1a1f36}._header_2he27_1 ._roomInfo_2he27_15 ._statusRow_2he27_20{display:flex;align-items:center;gap:.8rem;margin-top:.3rem}._header_2he27_1 ._roomInfo_2he27_15 ._connected_2he27_26{color:#34a853;font-weight:700;font-size:.8rem}._header_2he27_1 ._roomInfo_2he27_15 ._countBadge_2he27_31{background:#1a73e81a;color:#1a73e8;padding:.2rem .6rem;border-radius:12px;font-size:.75rem;border:1px solid #1a73e8}._header_2he27_1 ._gameInfo_2he27_39{text-align:right}._header_2he27_1 ._gameInfo_2he27_39 ._phaseBadge_2he27_42{display:inline-block;padding:.2rem .6rem;background:#1a73e8;color:#fff;border-radius:20px;font-size:.7rem;font-weight:700}._header_2he27_1 ._gameInfo_2he27_39 ._adminName_2he27_51{font-size:.75rem;color:#697386;display:block}._inputCard_1ttbe_1{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;border:1px solid #e3e8ee;width:100%;max-width:600px;margin:0 auto 1.5rem;padding:2rem;text-align:center}._inputCard_1ttbe_1 h3{color:#1a73e8;border-left:6px solid #1a73e8;padding-left:1rem;font-size:1.3rem;font-weight:800;margin-bottom:2rem;text-align:left}._inputGroup_1ttbe_22{margin:2.5rem 0}._inputGroup_1ttbe_22 label{display:block;margin-bottom:.5rem;font-weight:700;font-size:.9rem}._inputGroup_1ttbe_22 input{padding:.8rem;font-size:1.8rem;border-radius:12px;border:2px solid #e3e8ee;width:140px;text-align:center}._inputGroup_1ttbe_22 input:focus{border-color:#1a73e8;outline:none}._actionBtn_1ttbe_44{width:100%;max-width:400px;padding:1.1rem;font-size:1.3rem;font-weight:700;background-color:#1a73e8;color:#fff;border:none;border-radius:50px;cursor:pointer;box-shadow:0 4px 12px #1a73e84d;transition:all .2s}._actionBtn_1ttbe_44:hover{transform:translateY(-2px);filter:brightness(1.1)}._actionBtn_1ttbe_44:disabled{background:#ccc;box-shadow:none;cursor:not-allowed}._monitorCard_10zs9_1{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;border:1px solid #e3e8ee;width:100%;max-width:600px;margin:0 auto;padding:2.5rem;text-align:center;background-color:#fff}._monitorHeader_10zs9_14{margin-bottom:2rem;text-align:left;border-bottom:1px solid #f1f3f4;padding-bottom:1rem}._monitorTitle_10zs9_21{color:#1a73e8;border-left:6px solid #1a73e8;padding-left:1rem;font-size:1.4rem;font-weight:800;margin:0}._themeDisplayArea_10zs9_30{margin:2.5rem 0}._themeDisplayArea_10zs9_30 ._label_10zs9_33{display:block;font-size:1rem;color:#697386;font-weight:700;margin-bottom:1rem}._themeDisplayArea_10zs9_30 ._hugeThemeNumber_10zs9_40{font-size:7rem;font-weight:900;color:#1a73e8;text-shadow:4px 4px 0px #f1f3f4;line-height:1}._adminInstruction_10zs9_48{margin-bottom:2.5rem;font-size:.95rem;color:#1a1f36;background-color:#f1f3f4;padding:1.2rem;border-radius:12px;line-height:1.6}._lockGameButton_10zs9_58{width:100%;max-width:400px;padding:1.2rem;font-size:1.4rem;font-weight:700;background-color:#d93025;color:#fff;border:none;border-radius:50px;cursor:pointer;box-shadow:0 4px 15px #d9302566;transition:all .2s ease}._lockGameButton_10zs9_58:hover{transform:translateY(-2px);filter:brightness(1.1)}._resultContainer_1d791_2{width:100%;display:flex;flex-direction:column;align-items:center}._monitorCard_1d791_9{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;border:1px solid #e3e8ee;width:100%;max-width:600px;margin-bottom:2rem;padding:2rem;text-align:center;background-color:#fff}._monitorHeader_1d791_22{margin-bottom:1.5rem;border-bottom:1px solid #f1f3f4;padding-bottom:1rem}._headerTop_1d791_28{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._monitorTitle_1d791_35{color:#1a73e8;border-left:6px solid #1a73e8;padding-left:1rem;font-size:1.3rem;font-weight:800;margin:0}._headerActions_1d791_44{text-align:right}._terminateTextBtn_1d791_49{background:none;border:none;color:#d93025;text-decoration:underline;font-size:.9rem;cursor:pointer;opacity:.8}._terminateTextBtn_1d791_49:hover{opacity:1}._resetButton_1d791_63{padding:.5rem 1.2rem;font-size:.9rem;font-weight:700;background-color:#f1f3f4;color:#1a1f36;border:1px solid #e3e8ee;border-radius:8px;cursor:pointer;transition:all .2s}._resetButton_1d791_63:hover{background-color:#e3e8ee}._statusDisplayArea_1d791_78{margin:2rem 0}._statusDisplayArea_1d791_78 ._label_1d791_81{display:block;font-size:1rem;color:#697386;font-weight:700;margin-bottom:.5rem}._statusDisplayArea_1d791_78 ._hugeStepNumber_1d791_88,._statusDisplayArea_1d791_78 ._winnerName_1d791_88{font-size:6rem;font-weight:900;color:#1a73e8;text-shadow:3px 3px 0px #f1f3f4;line-height:1.1}._statusDisplayArea_1d791_78 ._winnerName_1d791_88{color:#d93025;font-size:3.5rem}._nextStepButton_1d791_100{width:100%;max-width:400px;padding:1.2rem;font-size:1.4rem;font-weight:700;background-color:#d93025;color:#fff;border:none;border-radius:50px;cursor:pointer;box-shadow:0 4px 15px #d9302566;transition:all .2s}._nextStepButton_1d791_100:hover{transform:translateY(-2px);filter:brightness(1.1)}._detailsGrid_1d791_119{width:100%;max-width:600px;display:flex;flex-direction:column;gap:2rem}._viewCard_vk3xy_3{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0000001a;margin-bottom:1.5rem}._viewCard_vk3xy_3 h4{color:#1a73e8;margin-bottom:1.2rem;font-weight:800;border-bottom:1px solid #f1f3f4;padding-bottom:.5rem}._logList_vk3xy_19{max-height:350px;overflow-y:auto;padding-right:5px}._logItem_vk3xy_25{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px dashed #e3e8ee}._logItem_vk3xy_25._winRow_vk3xy_32{background-color:#f1c40f0d;font-weight:700}._logMain_vk3xy_37{display:flex;align-items:baseline;gap:6px;font-size:.9rem}._logNumber_vk3xy_44{font-size:1.2rem;font-weight:900;color:#1a73e8}._logCount_vk3xy_50{color:#1a1f36}._logPlayers_vk3xy_54{color:#697386;font-size:.8rem}._statusLabel_vk3xy_60{display:inline-block;padding:2px 10px;border-radius:4px;font-size:.75rem;font-weight:700;min-width:50px;text-align:center}._statusLabel_vk3xy_60._solo_vk3xy_69{background-color:#f1c40f;color:#000}._statusLabel_vk3xy_60._duplicated_vk3xy_73{background-color:#d93025;color:#fff}._statusLabel_vk3xy_60._empty_vk3xy_77{background-color:#34a853;color:#fff}._winnerScore_vk3xy_83{color:#d93025!important;font-weight:900!important;font-size:1.1rem!important}._chipContainer_vk3xy_90{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}._playerChip_vk3xy_97{background:#f1f3f4;padding:8px 16px;border-radius:20px;font-weight:700;border:1px solid #e3e8ee}._playerChip_vk3xy_97._winnerChip_vk3xy_104{background-color:#fffdec;border-color:#f1c40f;color:#d35400;box-shadow:0 2px 8px #f1c40f4d}._modalOverlay_if23p_3{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;z-index:2000}._modalContent_if23p_19{background:#fff;padding:2rem;border-radius:12px;width:90%;max-width:400px;text-align:center;animation:_modalAppear_if23p_1 .3s ease-out}._modalContent_if23p_19 h3{color:#1a73e8;margin-bottom:1rem;font-size:1.4rem;font-weight:800}._modalContent_if23p_19 p{color:#1a1f36;font-size:1rem;margin-bottom:1.5rem;line-height:1.6}._modalContent_if23p_19 p strong{color:#1a73e8;font-size:1.5rem;margin:0 4px}._modalActions_if23p_47{display:flex;gap:1rem;margin-top:2rem}._modalActions_if23p_47 button{flex:1;padding:.9rem;border-radius:50px;border:none;font-weight:700;font-size:1rem;cursor:pointer;transition:all .2s ease}._modalActions_if23p_47 button:hover{transform:translateY(-2px);filter:brightness(1.05)}._modalActions_if23p_47 button:active{transform:translateY(0)}._modalActions_if23p_47 ._cancelBtn_if23p_72{background-color:#f1f3f4;color:#697386;border:1px solid #e3e8ee}._modalActions_if23p_47 ._cancelBtn_if23p_72:hover{background-color:#e3e7e9}._modalActions_if23p_47 ._confirmBtn_if23p_83{background-color:#1a73e8;color:#fff;box-shadow:0 4px 10px #1a73e833}._modalActions_if23p_47 ._confirmBtn_if23p_83:hover{box-shadow:0 6px 15px #1a73e84d}@keyframes _modalAppear_if23p_1{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}._Container_17mbo_1{min-height:100vh;padding:1rem;background-color:#7fbfe9}._Main_17mbo_7{display:flex;flex-direction:column;align-items:center;width:100%}._lobbyCard_17mbo_14{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;border:1px solid #e3e8ee;padding:3rem 2rem;text-align:center;width:100%;max-width:500px}._lobbyCard_17mbo_14 ._title_17mbo_24{color:#1a73e8;font-weight:800;margin-bottom:1rem}._lobbyCard_17mbo_14 ._message_17mbo_29{color:#1a1f36;font-size:.95rem}._header_10kqk_1{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;border:1px solid #e3e8ee;display:flex;justify-content:space-between;align-items:center;padding:.8rem 1.2rem;margin:0 auto 1.5rem;width:100%;max-width:500px;background-color:#fff}._header_10kqk_1 ._playerInfo_10kqk_15{display:flex;flex-direction:column}._header_10kqk_1 ._playerInfo_10kqk_15 ._name_10kqk_19{font-weight:800;color:#1a73e8;font-size:1.1rem}._header_10kqk_1 ._playerInfo_10kqk_15 ._statusRow_10kqk_24{display:flex;gap:.5rem;font-size:.7rem;align-items:center}._header_10kqk_1 ._playerInfo_10kqk_15 ._statusRow_10kqk_24 ._connected_10kqk_30{color:#34a853;font-weight:700}._header_10kqk_1 ._playerInfo_10kqk_15 ._statusRow_10kqk_24 ._disconnected_10kqk_34{color:#d93025;font-weight:700}._header_10kqk_1 ._countBadge_10kqk_38{display:flex;align-items:center;gap:4px;background:#f1f3f4;padding:4px 10px;border-radius:20px}._header_10kqk_1 ._countBadge_10kqk_38 ._icon_10kqk_46{font-size:.8rem}._header_10kqk_1 ._countBadge_10kqk_38 ._count_10kqk_38{font-weight:900;color:#1a73e8}._selectionCard_n966o_1{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;border:1px solid #e3e8ee;padding:2rem 1.5rem;text-align:center;width:100%;max-width:500px;margin:0 auto}._selectionCard_n966o_1 ._title_n966o_12{color:#1a73e8;font-weight:800;margin-bottom:1.5rem}._numberDisplay_n966o_18{margin:2rem 0}._numberDisplay_n966o_18 ._label_n966o_21{font-size:.85rem;color:#697386;font-weight:700}._numberDisplay_n966o_18 ._hugeValue_n966o_26{font-size:6rem;font-weight:900;color:#1a73e8;text-shadow:3px 3px 0 #f1f3f4;line-height:1}._sliderContainer_n966o_34{margin-bottom:2rem}._sliderContainer_n966o_34 ._slider_n966o_34{width:100%;height:14px;border-radius:7px;background:#f1f3f4;accent-color:#1a73e8;cursor:pointer}._sliderContainer_n966o_34 ._rangeLabels_n966o_45{display:flex;justify-content:space-between;margin-top:.8rem;font-weight:800;color:#697386;font-size:.9rem}._noticeText_n966o_54{font-size:.8rem;color:#697386;margin-bottom:2rem}._historySection_n966o_60{border-top:1px solid #f1f3f4;padding-top:1.5rem}._resultContainer_3o4y8_2{display:flex;flex-direction:column;gap:1.5rem}._statusCard_3o4y8_8{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;border:1px solid #e3e8ee;padding:2rem;text-align:center;background-color:#fff}._statusCard_3o4y8_8 h3{font-size:1rem;color:#697386;margin-bottom:1rem}._statusCard_3o4y8_8 ._currentStep_3o4y8_22{font-size:5rem;font-weight:900;color:#1a73e8;line-height:1}._statusCard_3o4y8_8 ._winnerMsg_3o4y8_28{margin-top:1rem;padding:1rem;background-color:#d930251a;border-radius:8px;color:#d93025;font-weight:700}._statusCard_3o4y8_8 ._winnerMsg_3o4y8_28 ._winnerName_3o4y8_36{display:block;font-size:1.5rem;margin-top:.3rem}._detailsArea_3o4y8_43{display:flex;flex-direction:column;gap:1.5rem}._detailsArea_3o4y8_43>div{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;border:1px solid #e3e8ee;background-color:#fff;padding:1rem}._waitingCard_1le1c_1{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;border:1px solid #e3e8ee;padding:2.5rem 2rem;text-align:center;background-color:#fff}._checkIcon_1le1c_11{font-size:3rem;color:#34a853;margin-bottom:1rem}._message_1le1c_17{font-size:1.1rem;font-weight:700;color:#1a1f36;margin-bottom:2rem}._yourChoice_1le1c_24{background-color:#f1f3f4;padding:1.5rem;border-radius:12px}._yourChoice_1le1c_24 ._label_1le1c_29{display:block;font-size:.85rem;color:#697386;margin-bottom:.5rem}._yourChoice_1le1c_24 ._value_1le1c_35{font-size:3.5rem;font-weight:900;color:#1a73e8}._subMessage_1le1c_41{margin-top:2rem;font-size:.85rem;color:#697386;line-height:1.5}
