@charset "UTF-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,menu,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}*[hidden]{display:none}body{line-height:1}menu,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local("Roboto"),url(../fonts/roboto/Roboto-Light.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local("Roboto"),url(../fonts/roboto/Roboto-Regular.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local("Roboto"),url(../fonts/roboto/Roboto-Medium.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local("Roboto"),url(../fonts/roboto/Roboto-Bold.woff) format("woff")}:root{--app-height: 100%;--app-background-color: rgba(7, 157, 172, 1);--app-text-color: rgba(255, 255, 255, 1);--app-button-text-color: #fff}*{margin:0;padding:0;box-sizing:border-box}*{min-width:0;min-height:0;font-family:Roboto,Gerbera,Open Sans,Roboto,Arial,sans-serif}html{font-size:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{width:100vw;height:100vh;overflow:hidden}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}body{font-feature-settings:"salt" on;font-style:normal;font-weight:400;width:100vw;height:100vh;font-size:1.6rem;overflow:hidden}html,body{overscroll-behavior-y:none}body{position:fixed;overflow:hidden;background-color:var(--app-background-color);transition:background-color .3s ease}html,body,#root{padding:0;margin:0;overflow:hidden;width:100vw;height:100vh;height:var(--app-height);display:flex;justify-content:center;align-items:center}._button_1hgnh_1{width:100%;padding:1rem 2rem;border-radius:50px;outline:none;border:none;cursor:pointer;font-weight:500;font-size:1.25em;color:#fff;transition:opacity .2s ease}._button_1hgnh_1:hover{opacity:.9}._button_1hgnh_1:disabled{opacity:.6;cursor:not-allowed}._button_1hgnh_1._primary_1hgnh_20{background-color:#ff8c3f}._button_1hgnh_1._secondary_1hgnh_23{background-color:#fff;color:#0a0a0a}._button_1hgnh_1._outline_1hgnh_27{background-color:transparent;border:1px solid rgb(255,255,255);color:#fff}._error_dw0uf_1{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:48px 32px;text-align:center;animation:_fadeIn_dw0uf_1 .3s ease-in-out}._icon_dw0uf_12{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:#ff3b301a;color:#ff3b30}._icon_dw0uf_12 svg{width:32px;height:32px}._content_dw0uf_27{display:flex;flex-direction:column;gap:8px}._title_dw0uf_33{font-size:1.25em;font-weight:600;color:#ffffffe6;margin:0}._message_dw0uf_40{font-size:1em;color:#ffffffb3;margin:0;line-height:1.5;max-width:400px}._retryButton_dw0uf_48{display:flex;align-items:center;gap:8px;border-color:#ffffff4d;color:#ffffffe6}._retryButton_dw0uf_48:hover{background:#ffffff1a;border-color:#ffffff80}@keyframes _fadeIn_dw0uf_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._loader_smg8x_1{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:48px;animation:_fadeIn_smg8x_1 .4s ease-out}._animation_smg8x_11{display:flex;align-items:center;justify-content:center}._text_smg8x_17{font-size:1em;color:#ffffffd9;text-align:center;font-weight:500;letter-spacing:.02em;animation:_textPulse_smg8x_1 2s ease-in-out infinite}._spinner_smg8x_27{position:relative;width:48px;height:48px}._spinnerRing_smg8x_33{position:absolute;top:0;left:0;width:100%;height:100%;border:4px solid transparent;border-top:4px solid #079dac;border-right:4px solid rgba(7,157,172,.3);border-radius:50%;animation:_spinRotate_smg8x_1 1s linear infinite}._dots_smg8x_47{display:flex;gap:8px;align-items:center}._dot_smg8x_47{width:12px;height:12px;border-radius:50%;background:#079dac;animation:_dotBounce_smg8x_1 1.4s ease-in-out infinite}._dot_smg8x_47:nth-child(1){animation-delay:0s}._dot_smg8x_47:nth-child(2){animation-delay:.2s}._dot_smg8x_47:nth-child(3){animation-delay:.4s}._pulse_smg8x_71{position:relative;width:48px;height:48px}._pulseRing_smg8x_77{position:absolute;top:50%;left:50%;width:20px;height:20px;border:2px solid #079dac;border-radius:50%;transform:translate(-50%,-50%);animation:_pulseExpand_smg8x_1 2s ease-out infinite}._pulseRing_smg8x_77:nth-child(1){animation-delay:0s}._pulseRing_smg8x_77:nth-child(2){animation-delay:.7s}._pulseRing_smg8x_77:nth-child(3){animation-delay:1.4s}._wave_smg8x_99{display:flex;gap:4px;align-items:center;height:40px}._waveBar_smg8x_106{width:4px;height:20px;background:#079dac;border-radius:2px;animation:_waveMove_smg8x_1 1.2s ease-in-out infinite}._waveBar_smg8x_106:nth-child(1){animation-delay:0s}._waveBar_smg8x_106:nth-child(2){animation-delay:.1s}._waveBar_smg8x_106:nth-child(3){animation-delay:.2s}._waveBar_smg8x_106:nth-child(4){animation-delay:.3s}._waveBar_smg8x_106:nth-child(5){animation-delay:.4s}._small_smg8x_130{padding:24px;gap:16px}._small_smg8x_130 ._spinner_smg8x_27,._small_smg8x_130 ._pulse_smg8x_71{width:32px;height:32px}._small_smg8x_130 ._spinnerRing_smg8x_33{border-width:3px}._small_smg8x_130 ._dot_smg8x_47{width:8px;height:8px}._small_smg8x_130 ._wave_smg8x_99{height:24px}._small_smg8x_130 ._waveBar_smg8x_106{width:3px;height:12px}._small_smg8x_130 ._text_smg8x_17{font-size:.875em}._medium_smg8x_157{padding:48px;gap:24px}._medium_smg8x_157 ._spinner_smg8x_27,._medium_smg8x_157 ._pulse_smg8x_71{width:48px;height:48px}._medium_smg8x_157 ._spinnerRing_smg8x_33{border-width:4px}._medium_smg8x_157 ._dot_smg8x_47{width:12px;height:12px}._medium_smg8x_157 ._wave_smg8x_99{height:40px}._medium_smg8x_157 ._waveBar_smg8x_106{width:4px;height:20px}._medium_smg8x_157 ._text_smg8x_17{font-size:1em}._large_smg8x_184{padding:64px;gap:32px}._large_smg8x_184 ._spinner_smg8x_27,._large_smg8x_184 ._pulse_smg8x_71{width:64px;height:64px}._large_smg8x_184 ._spinnerRing_smg8x_33{border-width:5px}._large_smg8x_184 ._dot_smg8x_47{width:16px;height:16px}._large_smg8x_184 ._wave_smg8x_99{height:56px}._large_smg8x_184 ._waveBar_smg8x_106{width:6px;height:28px}._large_smg8x_184 ._text_smg8x_17{font-size:1.125em}@keyframes _fadeIn_smg8x_1{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes _spinRotate_smg8x_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _dotBounce_smg8x_1{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}@keyframes _pulseExpand_smg8x_1{0%{width:20px;height:20px;opacity:1}to{width:60px;height:60px;opacity:0}}@keyframes _waveMove_smg8x_1{0%,40%,to{transform:scaleY(.4);opacity:.7}20%{transform:scaleY(1);opacity:1}}@keyframes _textPulse_smg8x_1{0%,to{opacity:.7}50%{opacity:1}}._pagination_1iwem_1{display:flex;align-items:center;justify-content:center;gap:8px}._arrow_1iwem_8,._page_1iwem_9{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:none;background:#fff3;color:#fff;cursor:pointer;transition:all .2s ease;font-size:.875em;font-weight:500}._arrow_1iwem_8:hover:not(:disabled),._page_1iwem_9:hover:not(:disabled){background:#ffffff4d;transform:scale(1.05)}._arrow_1iwem_8:disabled,._page_1iwem_9:disabled{opacity:.5;cursor:not-allowed}._page_1iwem_9._active_1iwem_35{background:#ff8c3f;color:#fff}._page_1iwem_9._active_1iwem_35:hover{background:#ff8c3fe6}._page_1iwem_9._dots_1iwem_43{background:transparent;cursor:default}._page_1iwem_9._dots_1iwem_43:hover{background:transparent;transform:none}._wrapper_12b29_1{position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--app-background-color, rgb(7, 157, 172));display:flex;align-items:center;justify-content:center;z-index:9999}._content_12b29_14{display:flex;flex-direction:column;align-items:center;gap:.5em;text-align:center;color:#fff}._details_12b29_23{opacity:.8;font-size:1.4em}._details_12b29_23 p{margin:0}._errorIcon_12b29_31{font-size:4em}._title_12b29_35{color:#fff;font-size:2em;font-weight:600}._message_12b29_41{color:#ffffffe6;font-size:1.25em;margin:0 0 2em;max-width:400px}._retryButton_12b29_48{background:#fff3;border:2px solid rgba(255,255,255,.3);color:#fff;padding:1rem 2em;border-radius:.8em;font-size:1em;font-weight:500;cursor:pointer;transition:all .2s ease}._retryButton_12b29_48:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-1px)}._retryButton_12b29_48:active{transform:translateY(0)}._overlay_18ult_1{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._modal_18ult_14{background:#fff;border-radius:1.6rem;padding:3rem;max-width:565px;width:100%;text-align:left;box-shadow:0 10px 30px #0000004d}._title_18ult_24{font-size:2.4rem;font-weight:400;color:#333;margin:0 0 2rem}._content_18ult_31{margin-bottom:3rem}._roomName_18ult_35{font-size:1.8rem;color:#666;margin-bottom:.5rem}._timeSlot_18ult_41{font-size:1.6rem;color:#999}._error_18ult_46{background:#fff3cd;border:1px solid #ffeaa7;border-radius:.8rem;padding:1rem;margin-top:1.5rem;display:flex;align-items:flex-start;gap:.8rem;text-align:left}._errorIcon_18ult_58{color:#f39c12;font-size:1.6rem;font-weight:700;flex-shrink:0;margin-top:.1rem}._errorText_18ult_66{font-size:1.3rem;color:#856404;line-height:1.3}._actions_18ult_72{display:flex;gap:1rem}._cancelButton_18ult_77{flex:1;padding:1.2rem 2rem;border-radius:2.5rem;font-size:1.6rem;font-weight:500;background:transparent;border:1px solid rgb(110,116,140);color:#6e748c}._cancelButton_18ult_77:disabled{opacity:.6;cursor:not-allowed}._confirmButton_18ult_92{flex:1;padding:1.2rem 2rem;border-radius:2.5rem;font-size:1.6rem;font-weight:500;background:#ff8c3f;border:none;color:#fff}._confirmButton_18ult_92:hover:not(:disabled){background:#ff782b}._confirmButton_18ult_92:disabled{opacity:.7;cursor:not-allowed}._loadingContent_18ult_110{display:flex;align-items:center;justify-content:center;gap:.8rem}._spinner_18ult_117{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:_spin_18ult_117 1s linear infinite}@keyframes _spin_18ult_117{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._overlay_f95yf_2{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}._modal_f95yf_16{background:#fff;border-radius:2rem;width:100%;max-width:58.5rem;min-height:25.9rem;text-align:center;box-shadow:0 1rem 3rem #0000004d;overflow:hidden;display:flex;flex-direction:column}._header_f95yf_29{flex-shrink:0;padding:3rem 2rem 0}._timer_f95yf_34{font-size:1.6rem;color:#2f323c;font-weight:400;font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif}._content_f95yf_41{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;gap:2rem}._title_f95yf_51{font-size:2.8rem;font-weight:400;color:#2f323c;margin:0;font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.2}._checkIcon_f95yf_60{width:7.2rem;height:7.2rem;background:#079dac;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3.6rem;color:#fff;font-weight:700;flex-shrink:0}._warning_f95yf_74{display:flex;align-items:flex-start;gap:1.2rem;text-align:left;width:100%;max-width:50rem}._warningIcon_f95yf_83{color:#ff8c3f;font-size:2.4rem;font-weight:700;flex-shrink:0;margin-top:.2rem;width:2.4rem;height:2.4rem;display:flex;align-items:center;justify-content:center}._warningText_f95yf_96{font-size:1.4rem;color:#2f323c;line-height:1.5;font-weight:400;font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif}@media(max-width:768px){._overlay_f95yf_2{padding:1rem}._modal_f95yf_16{max-width:95vw;min-height:auto}._header_f95yf_29{padding:1.2rem 1.5rem}._timer_f95yf_34{font-size:1.4rem}._content_f95yf_41{padding:2.5rem 1.5rem;gap:1.5rem}._title_f95yf_51{font-size:2.4rem}._checkIcon_f95yf_60{width:6rem;height:6rem;font-size:3rem}._warning_f95yf_74{padding:1.5rem;gap:1rem}._warningIcon_f95yf_83{font-size:2rem;width:2rem;height:2rem}._warningText_f95yf_96{font-size:1.3rem}}@media(max-width:480px){._modal_f95yf_16{max-width:100vw;margin:0;border-radius:1.5rem}._content_f95yf_41{padding:2rem 1rem}._title_f95yf_51{font-size:2rem}._checkIcon_f95yf_60{width:5rem;height:5rem;font-size:2.5rem}._warning_f95yf_74{padding:1.2rem}._warningText_f95yf_96{font-size:1.2rem}}._overlay_lhcjx_1{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._modal_lhcjx_14{background:#fff;border-radius:1.6rem;padding:3rem;max-width:565px;width:100%;text-align:center;box-shadow:0 10px 30px #0000004d}._title_lhcjx_24{font-size:2.4rem;font-weight:400;color:#333;margin:0 0 2rem}._content_lhcjx_31{margin-bottom:3rem}._errorIcon_lhcjx_35{width:80px;height:80px;background:#e74c3c;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff;margin:0 auto 2rem;font-weight:700}._message_lhcjx_49{font-size:1.6rem;color:#666;line-height:1.4}._actions_lhcjx_55{display:flex;gap:1rem}._retryButton_lhcjx_60{flex:1;padding:1.2rem 2rem;border-radius:2.5rem;font-size:1.6rem;font-weight:500;border:1px solid rgb(110,116,140);color:#6e748c}._closeButton_lhcjx_70{flex:1;padding:1.2rem 2rem;border-radius:2.5rem;font-size:1.6rem;font-weight:500;background:#ff8c3f;border:none;color:#fff}._closeButton_lhcjx_70:hover{background:#ff782b}._overlay_1p7hs_1{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._modal_1p7hs_14{background:#fff;border-radius:12px;padding:24px;max-width:400px;width:90%;box-shadow:0 10px 25px #0003;animation:_modalAppear_1p7hs_1 .3s ease-out}@keyframes _modalAppear_1p7hs_1{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}._header_1p7hs_34{text-align:center;margin-bottom:20px}._icon_1p7hs_39{font-size:48px;margin-bottom:12px}._title_1p7hs_44{font-size:24px;font-weight:600;color:#333;margin:0}._content_1p7hs_51{margin-bottom:24px}._message_1p7hs_55{font-size:16px;color:#666;margin:0 0 12px;line-height:1.5}._suggestion_1p7hs_62{font-size:14px;color:#888;margin:0;line-height:1.4}._actions_1p7hs_69{display:flex;gap:12px;justify-content:flex-end}._closeButton_1p7hs_75{flex:1}._viewScheduleButton_1p7hs_79{flex:2}@media(max-width:480px){._modal_1p7hs_14{padding:20px;margin:20px}._actions_1p7hs_69{flex-direction:column}._closeButton_1p7hs_75,._viewScheduleButton_1p7hs_79{flex:none}}._card_1tey1_1{background:#fff;border-radius:10px;overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}._card_1tey1_1:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}._imageContainer_1tey1_15{max-height:98px;height:100%;margin:10px;border-radius:4px;overflow:hidden;position:relative}._image_1tey1_15{width:100%;height:100%;object-fit:cover}._imagePlaceholder_1tey1_30{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f0f0,#e0e0e0);color:#888}._placeholderIcon_1tey1_41{font-size:1.5rem;margin-bottom:4px}._placeholderText_1tey1_46{font-size:.6rem;text-align:center}._content_1tey1_51{padding:8px 10px;display:flex;flex-direction:column;flex-grow:1;flex-shrink:0}._title_1tey1_59{font-size:1em;font-weight:600;color:#000;margin:0;line-height:1.2}._info_1tey1_67{font-size:.75em;color:#373f47;margin:2px 0;text-transform:uppercase;font-weight:500}._features_1tey1_75{display:flex;flex-wrap:wrap;gap:4px;margin:6px 0;background:#f4f5f9;padding:8px 10px;border-radius:6px}._feature_1tey1_75{display:flex;align-items:center;gap:4px;background:#fff;border-radius:4px;padding:1px 6px;height:18px;font-size:.75em;font-weight:500;color:#000}._featureDot_1tey1_98{width:6px;height:6px;border-radius:50%;background:#0057f0}._featureDotUnavailable_1tey1_105{background:#ccc}._status_1tey1_109{font-size:.75em;font-weight:600;margin-bottom:6px;padding:8px 10px;flex-shrink:0}._status_1tey1_109._available_1tey1_116{color:#34c759}._status_1tey1_109._occupied_1tey1_119{color:#c9241c}._status_1tey1_109._maintenance_1tey1_122{color:#ff9500}._wrapper_1cgd2_1{margin:0 auto;padding:50px;max-width:1280px;height:800px;width:100%;display:flex;flex-direction:column}._content_1cgd2_11{flex:1;display:flex;flex-direction:column;overflow:hidden}._grid_1cgd2_18{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:24px;margin-bottom:32px;flex:1;justify-content:center}._header_1cgd2_28{margin-bottom:32px;flex-shrink:0}._backButton_1cgd2_33{display:flex;align-items:center;gap:8px;width:auto;padding:12px 24px;border-radius:25px;font-size:1.25em;background:transparent;border:1px solid white;color:#fff;cursor:pointer}._backButton_1cgd2_33:hover{background:#ffffff1a}._wrapper_w01ce_1{width:100vw;height:100vh;overflow:hidden;background:#595959;color:#fff}._panel_w01ce_9{position:relative;width:100%;height:100%;overflow:hidden;background:#eef4f5}._background_w01ce_17{position:absolute;z-index:0;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}._header_w01ce_27{position:relative;z-index:2;display:flex;align-items:center;padding:30px 50px;background:#003d46}._title_w01ce_36{margin:0;font-size:32px;font-weight:700;line-height:1;letter-spacing:-.03em;color:#fff}._currentDateTime_w01ce_45{position:absolute;z-index:2;top:111px;right:50px;text-align:right;color:#667086}._currentTime_w01ce_54{font-size:32px;font-weight:700;line-height:1}._currentDate_w01ce_45{margin-top:10px;font-size:22px;font-weight:500}._bookingsSection_w01ce_66{width:640px;height:calc(100% - 350px);position:relative;padding:20px 0 0 50px;overflow:hidden;z-index:2}._sectionTitle_w01ce_75{margin:0 0 8px;font-size:23px;font-weight:500;line-height:1.2;letter-spacing:-.04em;color:#667086}._timeline_w01ce_84{display:flex;flex-direction:column;gap:10px;height:calc(100% - 40px);overflow-y:auto;padding-right:4px;scrollbar-width:none;-ms-overflow-style:none}._timeline_w01ce_84::-webkit-scrollbar{display:none}._bookingSlot_w01ce_99,._freeTimelineSlot_w01ce_100{flex-shrink:0;padding:16px 24px;border-radius:8px;box-shadow:0 2px 4px #0000000f}._bookingSlot_w01ce_99{display:flex;align-items:center;justify-content:space-between;background:#9aa7b1;color:#fff}._bookingPerson_w01ce_115{font-size:16px;font-weight:500;line-height:1}._bookingTime_w01ce_121,._freeTimelineSlot_w01ce_100{font-size:27px;font-weight:700;line-height:1}._freeTimelineSlot_w01ce_100{display:flex;align-items:center;justify-content:center;background:#00979d;color:#fff}._freeSlotsSection_w01ce_136{max-width:50%;position:absolute;z-index:2;bottom:30px;left:52px}._freeSlotsTitle_w01ce_144{margin:0 0 8px;font-size:24px;font-weight:500;line-height:1.2;letter-spacing:-.05em;color:#667086}._freeSlotsList_w01ce_153{display:flex;flex-wrap:wrap;gap:10px;max-height:80px;overflow-y:auto;padding-right:4px;scrollbar-width:none;-ms-overflow-style:none}._freeSlotsList_w01ce_153::-webkit-scrollbar{display:none}._freeSlotButton_w01ce_168{min-height:32px;padding:5px 12px;border:0;border-radius:8px;background:#00979d;color:#fff;font-size:19px;font-weight:700;line-height:1;cursor:pointer;transition:background-color .2s ease}._freeSlotButton_w01ce_168:hover{background:#00858b}._freeSlotButton_w01ce_168:focus-visible{outline:2px solid #00676d;outline-offset:2px}._ledTestSection_w01ce_191{position:absolute;z-index:33;top:10px;right:52px;width:440px}._badge_ae5ij_1{position:fixed;right:8px;bottom:8px;z-index:9999;max-width:320px;padding:8px 10px;border-radius:8px;background:#000000bf;color:#fff;font-size:11px;line-height:1.3;font-family:monospace;pointer-events:none}._lastError_ae5ij_17{margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._wrapper_bvo2h_1{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:32px;background:radial-gradient(circle at top right,rgba(255,255,255,.2),transparent 45%),radial-gradient(circle at bottom left,rgba(255,255,255,.18),transparent 40%),var(--app-background-color, rgb(7, 157, 172))}._content_bvo2h_11{width:min(860px,100%);background:#fffffff2;border-radius:18px;padding:36px;display:flex;flex-direction:column;gap:16px;color:#1f2937;box-shadow:0 14px 32px #0f172a38,0 2px 8px #0f172a1a}._title_bvo2h_23{margin:0;font-size:2.6rem;line-height:1.2}._description_bvo2h_29{margin:0;font-size:1.3rem;color:#374151}._errorBlock_bvo2h_35{margin:0;padding:14px;border-radius:10px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;white-space:pre-wrap;word-break:break-word;font-size:1.2rem;line-height:1.45}._details_bvo2h_48{font-size:1.2rem;color:#1f2937}._details_bvo2h_48 summary{cursor:pointer;user-select:none}._stackContainer_bvo2h_57{max-height:0;opacity:0;transform:translateY(-4px);overflow:hidden;transition:max-height .26s ease,opacity .22s ease,transform .22s ease}._stackContainerOpen_bvo2h_65{max-height:420px;opacity:1;transform:translateY(0)}._stack_bvo2h_57{margin-top:8px;padding:12px;border-radius:8px;background:#0f172a;color:#e5e7eb;white-space:pre-wrap;word-break:break-word;max-height:390px;overflow:auto;border:1px solid #1f2937;font-size:1.12rem;line-height:1.45}
