@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap";.loading-container{display:flex;justify-content:center;align-items:center;min-height:200px;font-size:1.2em;color:#666}.error-container,.error-boundary{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:200px;padding:2rem;color:#dc3545;text-align:center;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.error-boundary h2{margin-bottom:1rem;font-size:1.5em}.error-boundary p{color:#666}._errorContainer_1uanp_1{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;text-align:center;background-color:#f8f9fa}._errorContainer_1uanp_1 h1{font-size:6rem;font-weight:700;color:#dc3545;margin:0;line-height:1}._errorContainer_1uanp_1 h2{font-size:2rem;color:#343a40;margin:1rem 0}._errorContainer_1uanp_1 p{font-size:1.2rem;color:#6c757d;margin-bottom:2rem;max-width:500px}._homeLink_1uanp_33{display:inline-block;padding:.8rem 1.5rem;background-color:#0d6efd;color:#fff;text-decoration:none;border-radius:4px;font-weight:500;transition:background-color .2s ease}._homeLink_1uanp_33:hover{background-color:#0b5ed7;text-decoration:none}@media (max-width: 768px){._errorContainer_1uanp_1 h1{font-size:4rem}._errorContainer_1uanp_1 h2{font-size:1.5rem}._errorContainer_1uanp_1 p{font-size:1rem}}.header{width:100%;background-color:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 0;position:fixed;top:0;left:0;z-index:1000;box-shadow:0 .125rem .25rem #0000000f;height:85px}.header-content{max-width:72rem;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;height:100%;gap:2rem}.header.center-logo .header-content{justify-content:center}.header-logo{height:3rem;object-fit:contain}.header-profile{position:relative;z-index:1200}.header-user-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#f5f7fa;border:1px solid #e1e4e8;border-radius:999rem;font-weight:500;font-size:.875rem;color:#2c2c2c;cursor:pointer;transition:background .2s ease;box-shadow:0 .125rem .25rem #00000008}@media (max-width: 768px){.header-content{padding:0 .5rem}.header-user-btn{padding:.4rem .8rem;font-size:.8rem}.header-logo{height:2.5rem}}.header-user-btn:hover{background-color:#eaeef3}.user-avatar{width:1.5rem;height:1.5rem;border-radius:50%}.user-icon{font-size:1.25rem;color:#666}.user-name{color:#2c2c2c;font-weight:500}.chevron-icon{transition:transform .2s ease}.chevron-icon.open{transform:rotate(180deg)}.header-dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:200px;background-color:#fff;border:1px solid #e1e4e8;border-radius:.5rem;box-shadow:0 .5rem 1rem #0000001a;padding:.5rem 0;z-index:1200}.header-dropdown button{width:100%;padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;background:none;border:none;font-size:.875rem;color:#2c2c2c;cursor:pointer;text-align:left;transition:all .2s ease}.header-dropdown button:hover{background-color:#f5f7fa;color:#1e90ff}.header-dropdown button:hover .dropdown-icon{color:#1e90ff}.header-user-btn:hover,.header-user-btn.active{background-color:#eef2f7;border-color:#d1d5db}.dropdown-icon{color:#666;font-size:1rem;transition:color .2s ease}.google-icon{color:#4285f4}.header-user-btn .chevron-icon{transition:transform .2s ease}.header-user-btn .chevron-icon.open{transform:rotate(180deg)}.header-dropdown button.logging-out{background-color:#f5f7fa;cursor:not-allowed;opacity:.7}.button-loader{width:16px;height:16px;border:2px solid #f3f3f3;border-top:2px solid #1e90ff;border-radius:50%;animation:spin 1s linear infinite;margin-right:8px}.header-dropdown button span{flex:1;text-align:left}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.admin-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:9999px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-weight:700;font-size:12px;letter-spacing:.4px;text-transform:uppercase;box-shadow:0 6px 16px #dc262659;margin-left:auto;margin-right:16px}.admin-badge-icon{font-size:14px}@media (max-width: 768px){.admin-badge{padding:4px 10px;font-size:11px;margin-right:8px}}.initial-loader{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#1e90ff 0%,#00bfff 100%);display:flex;justify-content:center;align-items:center;z-index:10000;animation:fadeIn .5s ease-out;box-sizing:border-box}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.initial-loader-content{display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center;padding:20px;box-sizing:border-box}.initial-loader-logo{width:100px;height:100px;animation:spinSlow 2s linear infinite;filter:drop-shadow(0 0 20px rgba(255,255,255,.5))}.initial-loader-text{font-size:18px;color:#fff;font-weight:600;opacity:.9;animation:pulse 2s ease-in-out infinite}.initial-loader-progress{width:200px;height:4px;background:rgba(255,255,255,.3);border-radius:2px;overflow:hidden}.initial-loader-bar{height:100%;background:white;border-radius:2px;animation:progress 2s ease-in-out infinite}@keyframes spinSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:.9}50%{opacity:.6}}@keyframes progress{0%{width:0%;transform:translate(-100%)}50%{width:100%;transform:translate(0)}to{width:100%;transform:translate(100%)}}@media (max-width: 768px){.initial-loader-content{gap:20px;padding:16px}.initial-loader-logo{width:80px;height:80px}.initial-loader-text{font-size:16px}.initial-loader-progress{width:180px}}@media (max-width: 480px){.initial-loader-content{gap:16px;padding:12px}.initial-loader-logo{width:60px;height:60px}.initial-loader-text{font-size:14px}.initial-loader-progress{width:150px;height:3px}}.sidebar{position:fixed;top:85px;left:0;width:16rem;height:calc(100vh - 85px);background-color:#fff;border-right:1px solid #cfcfcf;font-family:Open Sans,sans-serif;padding:1rem;display:flex;flex-direction:column;z-index:999;transition:transform .3s ease}.sidebar-toggle-btn{display:none;position:fixed;top:20px;left:20px;z-index:1001;background:#007bff;color:#fff;border:none;padding:10px;border-radius:5px;cursor:pointer;font-size:16px;box-shadow:0 2px 10px #0000001a;transition:all .3s ease}.sidebar-toggle-btn:hover{background:#0056b3;transform:scale(1.05)}@media (max-width: 768px){.sidebar{transform:translate(-100%);z-index:999;box-shadow:2px 0 10px #0000001a}.sidebar.open{transform:translate(0)}.sidebar-toggle-btn{display:block}}.sidebar-menu{list-style:none;margin:0;padding:0}.sidebar-menu li{margin-bottom:8px}.sidebar-item{display:flex;align-items:center;gap:12px;padding:12px 24px;font-size:15px;font-weight:500;color:#2c3e50;text-decoration:none;transition:background .2s ease;cursor:pointer;border-radius:8px}.sidebar-item:hover{background-color:#f2f2f2}.sidebar-menu li.active .sidebar-item{background-color:#eaeaea;font-weight:600;color:#000}.sidebar-menu li.active .sidebar-icon{color:#007bff}.sidebar-icon{font-size:18px;display:flex}@media (max-width: 768px){.sidebar-overlay{display:block}}._layout_16tvg_1{height:100vh;width:100vw;display:flex;flex-direction:column}._contentWrapper_16tvg_8{display:flex;flex:1}._main_16tvg_13{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:2rem;background-color:#f5f5f5;width:100%}._main_16tvg_13._withSidebar_16tvg_27{padding-left:240px}@media (max-width: 768px){._main_16tvg_13{padding:1rem}._main_16tvg_13._withSidebar_16tvg_27{padding-left:1rem}}*{font-family:Open Sans,sans-serif!important;box-sizing:border-box;margin:0;padding:0}body{background-color:transparent;color:#212121;line-height:1.6;font-size:16px;overflow-x:hidden}button,input,textarea,select{font-family:Open Sans,sans-serif!important;color:#2c3e50}a{text-decoration:none;color:inherit}tr:nth-child(2n){background-color:#0090e9;color:#fff;padding:.5rem 1rem}tr:nth-child(odd){color:#0090e9;padding:.5rem 1rem}.main-content{padding-top:85px}.wrapper,.form-container,.google-linking-container,.booster-home-wrapper{margin-left:auto!important;margin-right:auto!important;position:relative!important;left:0!important;right:0!important}main{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%}@media (max-width: 768px){body{font-size:14px}.wrapper,.form-container,.google-linking-container,.booster-home-wrapper{margin-top:1rem!important;margin-left:auto!important;margin-right:auto!important}input,textarea,select{font-size:16px!important;background-color:#fff}}.sidebar-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);z-index:998;display:none}.sidebar-overlay.active{display:block}.react-confirm-alert-overlay{background:rgba(33,37,41,.45)!important;z-index:2000!important}.react-confirm-alert{font-family:Open Sans,sans-serif!important;background:#fff!important;border-radius:16px!important;border:2px solid #007BFF!important;box-shadow:0 8px 32px #007bff1a,0 1.5px 6px #00000014;padding:32px 28px!important;max-width:380px;margin:auto}.react-confirm-alert h1,.react-confirm-alert h2,.react-confirm-alert-title{color:#007bff!important;font-size:22px!important;font-weight:700!important;margin-bottom:18px!important;text-align:center}.react-confirm-alert-message{color:#222;font-size:16px;margin-bottom:28px;text-align:center}.react-confirm-alert-button-group{display:flex;justify-content:center;gap:18px}.react-confirm-alert-button-group button{background:#007BFF;color:#fff;border:none;border-radius:8px;padding:10px 22px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s;box-shadow:0 2px 8px #007bff14}.react-confirm-alert-button-group button:hover{background:#0056b3}.react-confirm-alert-button-group button:last-child{background:#f7f7f7;color:#007bff;border:1px solid #007BFF}.react-confirm-alert-button-group button:last-child:hover{background:#e6f0fa}*{font-family:Open Sans,sans-serif!important}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}: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)}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:1.5em;line-height:1.1}button{border-radius:.5rem;border:1px solid transparent;padding:.6em 1.2em;font-size:1rem;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#0090e9}button{background-color:#f9f9f9}}.boxShadow{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}td{text-align:start;font-size:1rem}th{font-weight:600;font-size:1rem}.text-white{color:#fff}.text-center{text-align:center!important}.max-content{width:max-content!important;max-width:70vw;transform:translate(-35%)!important}.width_20{width:20%}.width_45{width:45%}.width_40{width:40%}.width_100{width:100%!important}.font_600{font-weight:600}.font_700{font-weight:700}.pl-8{padding-left:2rem}.mx-auto{margin-left:auto!important;margin-right:auto!important}
