@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}._logContainer_p4oct_2{display:flex;flex-direction:column;gap:.8rem;width:100%}._logEntry_p4oct_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_p4oct_20{display:flex;justify-content:space-between;align-items:center}._numberPart_p4oct_26{display:flex;align-items:baseline}._numberPart_p4oct_26 ._label_p4oct_30{font-size:.8rem;color:#697386;margin-right:.5rem}._numberPart_p4oct_26 ._value_p4oct_35{font-size:1.3rem;font-weight:900;color:#1a73e8}._statusPart_p4oct_41{display:flex;align-items:center;gap:.8rem}._statusPart_p4oct_41 ._count_p4oct_46{font-size:1rem;font-weight:700;color:#1a1f36;min-width:35px;text-align:right}._statusPart_p4oct_41 ._badge_p4oct_53{font-size:.75rem;padding:4px 10px;border-radius:4px;font-weight:700;min-width:50px;text-align:center}._statusPart_p4oct_41 ._badge_p4oct_53._multiple_p4oct_61{background-color:#d93025;color:#fff}._statusPart_p4oct_41 ._badge_p4oct_53._single_p4oct_65{background-color:#34a853;color:#fff}._statusPart_p4oct_41 ._badge_p4oct_53._noMatch_p4oct_69{background-color:#f1c40f;color:#1a1f36}._playerListArea_p4oct_75{border-top:1px dashed #f1f3f4;padding-top:.4rem;text-align:left}._playerListArea_p4oct_75 ._playerNames_p4oct_80{font-size:.85rem;color:#697386;line-height:1.4;word-break:break-all;display:block}._historyContainer_d4zf9_2{width:100%;overflow-x:auto}._historyTable_d4zf9_7{width:100%;border-collapse:collapse;table-layout:fixed;font-size:.9rem}._historyTable_d4zf9_7 th,._historyTable_d4zf9_7 td{padding:.8rem .2rem;text-align:center;vertical-align:middle}._historyTable_d4zf9_7 ._playerCol_d4zf9_18{width:25%;text-align:left;padding-left:.5rem;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._historyTable_d4zf9_7 ._historyCol_d4zf9_27{width:15%}._headerText_d4zf9_31{display:block;font-size:.8rem;color:#1a1f36}._countText_d4zf9_37{display:block;font-size:.7rem;color:#697386}._scoreText_d4zf9_43{font-weight:900;font-size:1.1rem}._scoreText_d4zf9_43._winner_d4zf9_47{color:#d93025}._emptyText_d4zf9_51{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_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_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_1abzs_2{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:500px;margin:0 auto}._statusCard_1abzs_11{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;border:1px solid #e3e8ee;padding:2.5rem 1.5rem;text-align:center;background-color:#fff}._checkingSection_1abzs_22 ._checkTitle_1abzs_22{color:#697386;font-size:1.1rem;margin-bottom:1.5rem}._checkingSection_1abzs_22 ._currentStepCircle_1abzs_27{display:inline-flex;align-items:center;justify-content:center;width:140px;height:140px;border-radius:50%;background-color:#f1f3f4;border:6px solid #1a73e8}._checkingSection_1abzs_22 ._currentStepCircle_1abzs_27 ._stepNum_1abzs_37{font-size:5rem;font-weight:900;color:#1a73e8}._checkingSection_1abzs_22 ._yourChoice_1abzs_42{margin-top:1.5rem;color:#1a1f36}._checkingSection_1abzs_22 ._yourChoice_1abzs_42 strong{color:#1a73e8;font-size:1.2rem}._winnerSection_1abzs_52 ._winTitle_1abzs_52{color:#d93025;font-size:2rem;font-weight:900;margin-bottom:1rem}._winnerSection_1abzs_52 ._winnerNameWrapper_1abzs_58{margin:1.5rem 0}._winnerSection_1abzs_52 ._winnerNameWrapper_1abzs_58 ._winnerLabel_1abzs_61{display:block;font-size:.8rem;color:#697386;font-weight:700}._winnerSection_1abzs_52 ._winnerNameWrapper_1abzs_58 ._winnerName_1abzs_58{font-size:3.5rem;font-weight:900;color:#d93025;line-height:1.2}._winnerSection_1abzs_52 ._myWin_1abzs_73{background:#d93025;color:#fff;padding:.8rem;border-radius:8px;font-weight:700;animation:_pulse_1abzs_1 2s infinite}._detailsArea_1abzs_82{display:flex;flex-direction:column;gap:1.5rem}._detailsArea_1abzs_82 h3{font-size:1rem;color:#1a73e8;margin-bottom:1rem;padding-left:.5rem;border-left:4px solid #1a73e8}._detailsArea_1abzs_82>div{border-radius:12px;box-shadow:0 4px 12px #0000001a;border:1px solid #e3e8ee;background:#fff;padding:1.5rem 1rem}@keyframes _pulse_1abzs_1{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}._waitingCard_166e5_2{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;border:1px solid #e3e8ee;width:100%;max-width:500px;margin:0 auto;padding:3rem 2rem;text-align:center;background-color:#fff}._statusIcon_166e5_15{font-size:3rem;margin-bottom:1rem}._waitingTitle_166e5_20{font-size:1.8rem;font-weight:800;color:#1a1f36;margin-bottom:2rem}._chosenSection_166e5_27{margin:2.5rem 0}._chosenSection_166e5_27 ._label_166e5_30{display:block;font-size:1rem;color:#697386;font-weight:700;margin-bottom:1.5rem}._numberCircle_166e5_39{display:inline-flex;align-items:center;justify-content:center;width:160px;height:160px;background-color:#f1f3f4;border:8px solid #1a73e8;border-radius:50%;box-shadow:0 4px 15px #1a73e826}._numberCircle_166e5_39 ._hugeNumber_166e5_50{font-size:5.5rem;font-weight:900;color:#1a73e8;line-height:1;text-shadow:2px 2px 0px white}._waitingMessage_166e5_58{margin-top:2rem;font-size:1rem;color:#697386;line-height:1.6;font-weight:700}
