@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_p0xsp_2{width:100%;display:flex;flex-direction:column;align-items:center}._monitorCard_p0xsp_10{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;background-color:#fff;text-align:center}._monitorHeader_p0xsp_23{margin-bottom:1.5rem;border-bottom:1px solid #f1f3f4;padding-bottom:1rem}._monitorHeader_p0xsp_23 ._headerTop_p0xsp_28{display:flex;justify-content:space-between;align-items:center}._monitorHeader_p0xsp_23 ._monitorTitle_p0xsp_33{color:#1a73e8;border-left:6px solid #1a73e8;padding-left:1rem;font-size:1.3rem;font-weight:800}._hugeStepNumber_p0xsp_41,._winnerName_p0xsp_41{font-size:6rem;font-weight:900;color:#1a73e8;line-height:1.1;text-shadow:3px 3px 0px #f1f3f4}._nextStepButton_p0xsp_49{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}._detailsList_p0xsp_64{width:100%;max-width:600px;display:flex;flex-direction:column;gap:2.5rem}._detailSection_p0xsp_72 ._sectionTitle_p0xsp_72{font-size:1.1rem;color:#1a73e8;margin-bottom:.8rem;padding-left:.8rem;border-left:5px solid #1a73e8;font-weight:800}._detailCard_p0xsp_81{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;border:1px solid #e3e8ee;background-color:#fff;padding:1.5rem;width:100%}._resetButton_p0xsp_91{padding:.5rem 1rem;font-size:.9rem;font-weight:700;background:#f1f3f4;border:1px solid #e3e8ee;border-radius:8px;cursor:pointer}._terminateTextBtn_p0xsp_101{background:none;border:none;color:#d93025;text-decoration:underline;cursor:pointer}._logContainer_1okl1_2{display:flex;flex-direction:column;gap:.8rem;width:100%}._logEntry_1okl1_9{display:flex;flex-direction:column;gap:.5rem;padding:.8rem 1rem;background:#fff;border:1px solid #f1f3f4;border-radius:8px;box-shadow:0 2px 4px #00000005}._topRow_1okl1_20{display:flex;justify-content:space-between;align-items:center}._numberPart_1okl1_26{display:flex;align-items:baseline}._numberPart_1okl1_26 ._label_1okl1_30{font-size:.8rem;color:#697386;margin-right:.5rem}._numberPart_1okl1_26 ._value_1okl1_35{font-size:1.3rem;font-weight:900;color:#1a73e8}._statusPart_1okl1_41{display:flex;align-items:center;gap:.8rem}._statusPart_1okl1_41 ._count_1okl1_46{font-size:1rem;font-weight:700;color:#1a1f36;min-width:35px;text-align:right}._statusPart_1okl1_41 ._badge_1okl1_53{font-size:.75rem;padding:4px 10px;border-radius:4px;font-weight:700;min-width:50px;text-align:center}._statusPart_1okl1_41 ._badge_1okl1_53._multiple_1okl1_62{background-color:#d93025;color:#fff}._statusPart_1okl1_41 ._badge_1okl1_53._single_1okl1_69{background-color:#34a853;color:#fff}._statusPart_1okl1_41 ._badge_1okl1_53._noMatch_1okl1_76{background-color:#f1c40f;color:#1a1f36}._playerListArea_1okl1_82{border-top:1px dashed #f1f3f4;padding-top:.4rem;text-align:left}._playerListArea_1okl1_82 ._playerNames_1okl1_87{font-size:.85rem;color:#697386;line-height:1.4;word-break:break-all;display:block}._historyContainer_okczk_2{width:100%;overflow-x:auto}._historyTable_okczk_7{width:100%;border-collapse:collapse;table-layout:fixed;font-size:.9rem}._historyTable_okczk_7 th,._historyTable_okczk_7 td{padding:.8rem .2rem;text-align:center;vertical-align:middle}._historyTable_okczk_7 ._playerCol_okczk_21{width:25%;text-align:left;padding-left:.5rem;font-weight:800;color:#1a1f36;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._historyTable_okczk_7 ._historyCol_okczk_34{width:15%}._headerText_okczk_38{display:block;font-size:.8rem;color:#1a1f36}._countText_okczk_44{display:block;font-size:.7rem;color:#697386;font-weight:400}._scoreText_okczk_51{font-weight:900;font-size:1.1rem;color:#1a1f36}._scoreText_okczk_51._winner_okczk_56{color:#d93025}._emptyText_okczk_60{color:#e3e8ee}._rankingList_1tg38_1{list-style:none;padding:0;margin:1rem 0}._rankingItem_1tg38_7{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #f1f3f4}._rankingItem_1tg38_7 ._rankInfo_1tg38_17 ._rankBadge_1tg38_22{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f1f3f4;font-weight:700;font-size:.8rem}._rankingItem_1tg38_7 ._rankInfo_1tg38_17 ._playerName_1tg38_37{font-weight:700}._rankingItem_1tg38_7 ._score_1tg38_40{font-weight:900;color:#1a73e8}._rankingContainer_1tg38_45{width:100%}._rankingList_1tg38_1{list-style:none;padding:0;margin:0}._rankingItem_1tg38_7{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1rem;border-bottom:1px solid #f1f3f4}._rankingItem_1tg38_7:last-child{border-bottom:none}._rankingItem_1tg38_7 ._rankInfo_1tg38_17{display:flex;align-items:center;gap:1rem}._rankingItem_1tg38_7 ._rankInfo_1tg38_17 ._rankBadge_1tg38_22{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f1f3f4;font-weight:700;font-size:.75rem;color:#697386}._rankingItem_1tg38_7 ._rankInfo_1tg38_17 ._rankBadge_1tg38_22._top3_1tg38_33{background:#1a73e8;color:#fff}._rankingItem_1tg38_7 ._rankInfo_1tg38_17 ._playerName_1tg38_37{font-weight:700;color:#1a1f36}._rankingItem_1tg38_7 ._score_1tg38_40{font-weight:900;color:#1a73e8;font-size:1.1rem}._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_dq861_2{min-height:100vh;padding:1rem;background-color:#7fbfe9}._Main_dq861_8{display:flex;justify-content:center;width:100%}._contentWrapper_dq861_15{width:100%;max-width:500px;display:flex;flex-direction:column}._lobbyCard_dq861_23{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;border:1px solid #e3e8ee;padding:4rem 2rem;text-align:center;background-color:#fff;margin-bottom:2rem}._lobbyCard_dq861_23 ._title_dq861_33{color:#1a73e8;font-weight:800;font-size:1.8rem;margin-bottom:1.5rem}._lobbyCard_dq861_23 ._message_dq861_39{color:#1a1f36;font-size:1.1rem;line-height:1.6}._detailSection_dq861_46{width:100%;margin-bottom:2.5rem}._detailSection_dq861_46 ._sectionTitle_dq861_50{font-size:1rem;color:#1a73e8;margin-bottom:.8rem;padding-left:.8rem;border-left:5px solid #1a73e8;font-weight:800;text-align:left}._detailCard_dq861_60{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;border:1px solid #e3e8ee;background-color:#fff;padding:1.5rem;width:100%}._header_rbrug_2{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_rbrug_2 ._playerInfo_rbrug_16{display:flex;flex-direction:column}._header_rbrug_2 ._playerInfo_rbrug_16 ._name_rbrug_20{font-weight:800;color:#1a1f36;font-size:1rem}._header_rbrug_2 ._playerInfo_rbrug_16 ._statusRow_rbrug_25{display:flex;gap:.6rem;font-size:.75rem;align-items:center;margin-top:2px}._header_rbrug_2 ._playerInfo_rbrug_16 ._statusRow_rbrug_25 ._connected_rbrug_33{color:#34a853;font-weight:700}._header_rbrug_2 ._playerInfo_rbrug_16 ._statusRow_rbrug_25 ._disconnected_rbrug_37{color:#d93025;font-weight:700}._header_rbrug_2 ._playerInfo_rbrug_16 ._statusRow_rbrug_25 ._roomId_rbrug_41{color:#697386}._header_rbrug_2 ._countBadge_rbrug_44{display:flex;align-items:center;gap:4px;background:#f1f3f4;padding:4px 10px;border-radius:20px}._header_rbrug_2 ._countBadge_rbrug_44 ._icon_rbrug_52{font-size:.8rem}._header_rbrug_2 ._countBadge_rbrug_44 ._count_rbrug_44{font-weight:900;color:#1a73e8;font-size:.9rem}._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_1o4dd_2{width:100%;display:flex;flex-direction:column;align-items:center}._statusCard_1o4dd_10{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;border:1px solid #e3e8ee;width:100%;max-width:500px;margin-bottom:2rem;padding:2.5rem 1.5rem;text-align:center;background-color:#fff}._checkingSection_1o4dd_24 ._checkTitle_1o4dd_24{color:#697386;font-size:1.1rem;margin-bottom:1.5rem;font-weight:700}._checkingSection_1o4dd_24 ._currentStepCircle_1o4dd_30{display:inline-flex;align-items:center;justify-content:center;width:140px;height:140px;border-radius:50%;background-color:#f1f3f4;border:6px solid #1a73e8}._checkingSection_1o4dd_24 ._currentStepCircle_1o4dd_30 ._stepNum_1o4dd_40{font-size:5rem;font-weight:900;color:#1a73e8}._checkingSection_1o4dd_24 ._yourChoice_1o4dd_45{margin-top:1.5rem;color:#1a1f36;font-size:1rem}._checkingSection_1o4dd_24 ._yourChoice_1o4dd_45 strong{color:#1a73e8;font-size:1.3rem;margin:0 .2rem}._winnerSection_1o4dd_57 ._winTitle_1o4dd_57{color:#d93025;font-size:2.2rem;font-weight:900;margin-bottom:1rem}._winnerSection_1o4dd_57 ._winnerNameWrapper_1o4dd_63{margin:1.5rem 0}._winnerSection_1o4dd_57 ._winnerNameWrapper_1o4dd_63 ._winnerLabel_1o4dd_66{display:block;font-size:.8rem;color:#697386;font-weight:700;letter-spacing:.1rem}._winnerSection_1o4dd_57 ._winnerNameWrapper_1o4dd_63 ._winnerName_1o4dd_63{font-size:3.5rem;font-weight:900;color:#1a73e8;line-height:1.2;word-break:break-all}._winnerSection_1o4dd_57 ._myWin_1o4dd_80{background:#d93025;color:#fff;padding:.8rem;border-radius:8px;font-weight:700;animation:_pulse_1o4dd_1 2s infinite}._detailsArea_1o4dd_90{width:100%;max-width:500px;display:flex;flex-direction:column}._detailSection_1o4dd_98{width:100%;margin-bottom:2.5rem}._detailSection_1o4dd_98 ._sectionTitle_1o4dd_102{font-size:1rem;color:#1a73e8;margin-bottom:.8rem;padding-left:.8rem;border-left:5px solid #1a73e8;font-weight:800;text-align:left}._detailCard_1o4dd_113{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;border:1px solid #e3e8ee;background-color:#fff;padding:1.5rem;width:100%}@keyframes _pulse_1o4dd_1{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}._waitingContainer_1ivqw_1{width:100%}._waitingCard_1ivqw_5{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;border:1px solid #e3e8ee;padding:3rem 2rem;text-align:center;background-color:#fff;margin-bottom:2rem}._waitingCard_1ivqw_5 ._iconWrapper_1ivqw_15{margin-bottom:1.5rem;display:flex;justify-content:center}._waitingCard_1ivqw_5 ._spinner_1ivqw_20{width:50px;height:50px;border:5px solid #f1f3f4;border-top:5px solid #1a73e8;border-radius:50%;animation:_spin_1ivqw_20 1s linear infinite}._waitingCard_1ivqw_5 ._title_1ivqw_28{color:#1a73e8;font-size:1.8rem;font-weight:800;margin-bottom:1rem}._waitingCard_1ivqw_5 ._message_1ivqw_34{color:#1a1f36;font-size:1rem;line-height:1.6;margin-bottom:2rem}._waitingCard_1ivqw_5 ._yourChoiceBox_1ivqw_40{display:inline-flex;flex-direction:column;background:#f1f3f4;padding:1rem 2rem;border-radius:12px}._waitingCard_1ivqw_5 ._yourChoiceBox_1ivqw_40 ._label_1ivqw_47{font-size:.8rem;color:#697386;font-weight:700}._waitingCard_1ivqw_5 ._yourChoiceBox_1ivqw_40 ._value_1ivqw_52{font-size:2.5rem;font-weight:900;color:#1a73e8}@keyframes _spin_1ivqw_20{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
