:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}html,body,#root{max-width:100vw;overflow-x:hidden}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}:root{--oew-safe-top: env(safe-area-inset-top, 0px);--oew-safe-bottom: env(safe-area-inset-bottom, 0px);--oew-safe-left: env(safe-area-inset-left, 0px);--oew-safe-right: env(safe-area-inset-right, 0px)}body.platform-android,body.platform-ios{padding-top:var(--oew-safe-top);padding-bottom:var(--oew-safe-bottom);padding-left:var(--oew-safe-left);padding-right:var(--oew-safe-right)}body.platform-android header,body.platform-ios header{padding-top:var(--oew-safe-top);top:0}body.platform-android,body.platform-ios{padding-top:0}@media (max-width: 899.98px){button,a[role=button],[role=button],.MuiIconButton-root,.MuiButtonBase-root{min-height:44px;min-width:44px}.MuiIconButton-sizeSmall{min-height:36px;min-width:36px}}@media (max-width: 899.98px){input,textarea,select,.MuiInputBase-input{font-size:16px!important}.MuiFormControl-root,.MuiTextField-root{width:100%}}@media (max-width: 899.98px){.MuiTableContainer-root{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.MuiTable-root{min-width:480px}.MuiPaper-root,.MuiCard-root{max-width:100%}}body.platform-android{-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none}body.platform-android input,body.platform-android textarea,body.platform-android [contenteditable]{user-select:text;-webkit-user-select:text}body.platform-android img,body.platform-android a{-webkit-touch-callout:none}@media (max-width: 899.98px){body,#root{min-height:100vh;min-height:100dvh}}@media (max-width: 899.98px) and (orientation: landscape) and (max-height: 500px){.MuiCardContent-root{padding:12px!important}}._page_1ba88_10{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:#f8fafc}._page_1ba88_10[data-theme=dark]{background:#0a0a0f}._card_1ba88_22{width:100%;max-width:400px;padding:32px;border-radius:16px;background:#ffffffb3;border:1px solid rgba(15,23,42,.08);box-shadow:0 8px 32px #00000014;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%)}._page_1ba88_10[data-theme=dark] ._card_1ba88_22{background:#0f172a99;border-color:#94a3b81a;box-shadow:0 8px 32px #0006}._cardWide_1ba88_38{max-width:480px}._brand_1ba88_40{text-align:center;margin-bottom:32px}._brandTight_1ba88_44{margin-bottom:24px}._logo_1ba88_45{width:64px;height:64px;margin:0 auto 16px;display:block}._title_1ba88_51{font-size:1.6rem;font-weight:700;letter-spacing:-.03em;margin:0;color:#0f172a}._page_1ba88_10[data-theme=dark] ._title_1ba88_51{color:#f1f5f9}._subtitle_1ba88_59{margin:8px 0 0;font-size:.875rem;color:#64748b}._page_1ba88_10[data-theme=dark] ._subtitle_1ba88_59{color:#94a3b8}._alert_1ba88_66{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:10px 14px;border-radius:8px;margin-bottom:20px;font-size:.875rem}._page_1ba88_10[data-theme=dark] ._alert_1ba88_66{background:#ef44441a;border-color:#ef44444d;color:#fca5a5}._field_1ba88_81{margin-bottom:16px}._fieldRow_1ba88_82{display:flex;gap:12px;margin-bottom:16px}._fieldRow_1ba88_82>._field_1ba88_81{flex:1;margin-bottom:0}._label_1ba88_84{display:block;font-size:.8125rem;font-weight:500;color:#0f172a;margin-bottom:6px}._page_1ba88_10[data-theme=dark] ._label_1ba88_84{color:#f1f5f9}._inputWrap_1ba88_93{position:relative;display:flex;align-items:center}._input_1ba88_93{width:100%;padding:10px 14px;font-size:.9375rem;color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;transition:border-color .15s,box-shadow .15s;font-family:inherit;box-sizing:border-box}._input_1ba88_93:focus{border-color:#2383e2;box-shadow:0 0 0 3px #2383e226}._input_1ba88_93:disabled{opacity:.6;cursor:not-allowed}._input_1ba88_93::placeholder{color:#94a3b8}._page_1ba88_10[data-theme=dark] ._input_1ba88_93{background:#ffffff0a;border-color:#94a3b833;color:#f1f5f9}._page_1ba88_10[data-theme=dark] ._input_1ba88_93::placeholder{color:#64748b}._inputWithLeadIcon_1ba88_124{padding-left:38px}._inputWithTrailIcon_1ba88_125{padding-right:38px}._inputWithBothIcons_1ba88_126{padding-left:38px;padding-right:38px}._leadIcon_1ba88_128{position:absolute;left:12px;display:flex;color:#64748b;pointer-events:none}._page_1ba88_10[data-theme=dark] ._leadIcon_1ba88_128{color:#94a3b8}._trailIcon_1ba88_136{position:absolute;right:8px;display:flex}._iconBtn_1ba88_141{background:transparent;border:0;cursor:pointer;padding:6px;border-radius:6px;color:#64748b;display:flex;align-items:center;justify-content:center}._iconBtn_1ba88_141:hover{background:#0f172a0a;color:#0f172a}._page_1ba88_10[data-theme=dark] ._iconBtn_1ba88_141{color:#94a3b8}._page_1ba88_10[data-theme=dark] ._iconBtn_1ba88_141:hover{background:#ffffff0f;color:#f1f5f9}._successIcon_1ba88_155{color:#0f7b6c;padding:6px;display:flex}._strengthBar_1ba88_157{display:flex;align-items:center;gap:8px;margin-top:6px}._strengthTrack_1ba88_163{flex:1;height:3px;border-radius:2px;background:#37352f14;overflow:hidden}._strengthFill_1ba88_170{height:100%;transition:width .2s ease,background-color .2s ease}._strengthLabel_1ba88_174{font-size:.7rem;font-weight:500}._btnPrimary_1ba88_176{display:flex;align-items:center;justify-content:center;width:100%;padding:10px 16px;font-size:.9375rem;font-weight:500;color:#fff;background:#2383e2;border:0;border-radius:8px;cursor:pointer;transition:background-color .15s;font-family:inherit;min-height:42px}._btnPrimary_1ba88_176:hover{background:#1a6fc2}._btnPrimary_1ba88_176:disabled{opacity:.5;cursor:not-allowed;background:#2383e2}._btnOutline_1ba88_196{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;font-size:.875rem;font-weight:600;color:#64748b;background:transparent;border:1px solid rgba(15,23,42,.12);border-radius:8px;cursor:pointer;transition:all .15s;font-family:inherit}._btnOutline_1ba88_196:hover{border-color:#10b981;color:#10b981}._btnOutlineDanger_1ba88_212:hover{border-color:#ef4444;color:#ef4444}._page_1ba88_10[data-theme=dark] ._btnOutline_1ba88_196{border-color:#ffffff1f;color:#94a3b8}._divider_1ba88_218{display:flex;align-items:center;gap:12px;margin:24px 0;font-size:.75rem;color:#64748b}._divider_1ba88_218:before,._divider_1ba88_218:after{content:"";flex:1;height:1px;background:#0f172a14}._page_1ba88_10[data-theme=dark] ._divider_1ba88_218{color:#94a3b8}._page_1ba88_10[data-theme=dark] ._divider_1ba88_218:before,._page_1ba88_10[data-theme=dark] ._divider_1ba88_218:after{background:#94a3b826}._footerLink_1ba88_238{text-align:center;font-size:.875rem;color:#64748b}._page_1ba88_10[data-theme=dark] ._footerLink_1ba88_238{color:#94a3b8}._linkInline_1ba88_244{color:#2383e2;font-weight:500;text-decoration:none}._linkInline_1ba88_244:hover{text-decoration:underline}._copyright_1ba88_251{margin-top:48px;text-align:center;font-size:.75rem;color:#64748b}._page_1ba88_10[data-theme=dark] ._copyright_1ba88_251{color:#94a3b8}._statusIconCircle_1ba88_260{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}._statusIconWarn_1ba88_269{background:#f59e0b1a;color:#f59e0b}._statusIconError_1ba88_270{background:#ef44441a;color:#ef4444}._page_1ba88_10[data-theme=dark] ._statusIconWarn_1ba88_269{background:#f59e0b26}._page_1ba88_10[data-theme=dark] ._statusIconError_1ba88_270{background:#ef444426}._statusTitle_1ba88_274{font-size:1.4rem;font-weight:800;letter-spacing:-.02em;text-align:center;margin:0 0 8px;color:#0f172a}._page_1ba88_10[data-theme=dark] ._statusTitle_1ba88_274{color:#f1f5f9}._statusBody_1ba88_283{text-align:center;margin:0 0 8px;font-size:.9375rem;line-height:1.7;color:#64748b}._statusBodyMuted_1ba88_290{text-align:center;margin:0 0 32px;font-size:.875rem;line-height:1.6;color:#94a3b8}._page_1ba88_10[data-theme=dark] ._statusBody_1ba88_283{color:#94a3b8}._page_1ba88_10[data-theme=dark] ._statusBodyMuted_1ba88_290{color:#64748b}._userChip_1ba88_300{padding:12px 20px;border-radius:10px;background:#00000008;margin-bottom:32px;text-align:center}._page_1ba88_10[data-theme=dark] ._userChip_1ba88_300{background:#ffffff0a}._userName_1ba88_308{font-size:.875rem;font-weight:600;color:#334155}._userEmail_1ba88_313{font-size:.75rem;color:#94a3b8}._page_1ba88_10[data-theme=dark] ._userName_1ba88_308{color:#e2e8f0}._page_1ba88_10[data-theme=dark] ._userEmail_1ba88_313{color:#64748b}._actionRow_1ba88_317{display:flex;gap:12px;justify-content:center}._spinner_1ba88_324{width:22px;height:22px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_authSpin_1ba88_1 .7s linear infinite}._bootstrapPage_1ba88_332{height:100vh;display:flex;align-items:center;justify-content:center;background:#fff}._bootstrapSpinner_1ba88_339{width:28px;height:28px;border:4px solid rgba(35,131,226,.2);border-top-color:#2383e2;border-radius:50%;animation:_authSpin_1ba88_1 .7s linear infinite}@keyframes _authSpin_1ba88_1{to{transform:rotate(360deg)}}._skeletonShell_1ba88_352{padding:24px}._skeleton_1ba88_352{background:linear-gradient(90deg,#0f172a0f 25%,#0f172a1f,#0f172a0f 75%);background-size:200% 100%;animation:_authSkel_1ba88_1 1.4s ease-in-out infinite;border-radius:8px}._page_1ba88_10[data-theme=dark] ._skeleton_1ba88_352{background:linear-gradient(90deg,#94a3b814 25%,#94a3b829,#94a3b814 75%)}._skelTall_1ba88_362{height:40px;margin-bottom:16px}._skelLine_1ba88_363{height:20px;margin-bottom:8px}._skelLineWide_1ba88_364{height:20px;width:45%;margin-bottom:8px}._skelLineMid_1ba88_365{height:20px;width:30%;margin-bottom:24px}._skelGrid_1ba88_366{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}._skelCard_1ba88_371{height:160px}@media (max-width: 768px){._skelGrid_1ba88_366{grid-template-columns:1fr}}@keyframes _authSkel_1ba88_1{0%{background-position:200% 0}to{background-position:-200% 0}}._configErrorPage_1ba88_381{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;gap:24px;padding:24px}._configErrorBox_1ba88_391{max-width:400px;padding:18px 22px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#991b1b}._configErrorTitle_1ba88_399{font-weight:600;margin:0 0 6px;font-size:.9375rem}._configErrorBody_1ba88_400{margin:0;font-size:.875rem;line-height:1.5}
