:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-color:#283c85;--secondary-color:#eef2ff;--border-color:#dee0e0;--text-primary:#000d14;--text-secondary:#667085;--text-muted:#a3a8aa;--background-white:#fff;--danger-color:red;--warning-color:orange;--success-color:#0f0;--border-radius:8px;--border-radius-rounded:36px;--box-shadow:0px 2px 2px #0000001a;--box-shadow-hover:0px 4px 12px #0000001a;background-color:#242424;font-family:Onest,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#2f8f83}button{background-color:#f9f9f9}}*{box-sizing:border-box}body{background-color:var(--background-white);color:var(--text-primary);margin:0;padding:0;font-family:Onest,sans-serif}.custom-button-contained{color:var(--background-white)!important;box-shadow:var(--box-shadow)!important;background:linear-gradient(135deg,#2f8f83,#2f8f83)!important;border:none!important;transition:all .3s!important}.custom-button-contained:hover{background:linear-gradient(135deg,#154a6b,var(--primary-color))!important;box-shadow:var(--box-shadow-hover)!important;transform:translateY(-1px)!important}.custom-button-outlined{color:var(--primary-color)!important;border:2px solid var(--primary-color)!important;background:0 0!important;transition:all .3s!important}.custom-button-outlined:hover{background:var(--primary-color)!important;color:var(--background-white)!important;border-color:var(--primary-color)!important}.custom-button-text{color:var(--primary-color)!important;background:0 0!important;border:none!important;transition:all .3s!important}.custom-button-text:hover{color:var(--primary-color)!important;background:#1a52761a!important}.custom-input{border-radius:var(--border-radius);border:1px solid var(--border-color);width:100%;transition:all .3s}.custom-input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 2px #1a52761a}.custom-input.error{border-color:var(--danger-color);box-shadow:0 0 0 2px #ff00001a}.custom-search-input{background:var(--background-white);border:1px solid var(--border-color);border-radius:var(--border-radius);transition:all .3s}.custom-search-input:focus-within{border-color:var(--primary-color);box-shadow:var(--box-shadow)}.custom-search-input.rounded{border-radius:var(--border-radius-rounded)}.custom-select{background:var(--background-white);border:1px solid var(--border-color);border-radius:var(--border-radius);transition:all .3s}.custom-select:hover{border-color:var(--primary-color)}.custom-select.focused{border-color:var(--primary-color);box-shadow:0 0 0 2px #1a52761a}.custom-container{background:var(--background-white);box-shadow:var(--box-shadow);border-radius:16px;padding:24px;transition:box-shadow .3s}.custom-container:hover{box-shadow:var(--box-shadow-hover)}.custom-container.mobile{padding:8px}.custom-text-primary{color:var(--text-primary);font-family:Onest,sans-serif}.custom-text-secondary{color:var(--text-secondary);font-family:Onest,sans-serif}.custom-text-muted{color:var(--text-muted);font-family:Onest,sans-serif}.custom-text-raleway{font-family:Raleway,serif}.custom-progress-loader{justify-content:center;align-items:center;display:inline-flex;position:relative}.custom-progress-circle{transition:stroke-dashoffset .5s ease-in-out}.border-radius-sm{border-radius:var(--border-radius)}.border-radius-lg{border-radius:16px}.border-radius-rounded{border-radius:var(--border-radius-rounded)}.shadow-sm{box-shadow:var(--box-shadow)}.shadow-lg{box-shadow:var(--box-shadow-hover)}.transition-all{transition:all .3s}@media (max-width:768px){.custom-container{border-radius:12px;padding:16px}.custom-button-contained,.custom-button-outlined,.custom-button-text{height:44px!important;font-size:14px!important}}@media (max-width:480px){.custom-container{border-radius:8px;padding:12px}.custom-button-contained,.custom-button-outlined,.custom-button-text{height:40px!important;font-size:13px!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.animate-fade-in{animation:.3s ease-out fadeIn}.animate-slide-in{animation:.3s ease-out slideIn}.custom-button-contained:focus-visible,.custom-button-outlined:focus-visible,.custom-button-text:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.custom-input:focus-visible{outline:2px solid var(--primary-color);outline-offset:1px}.loading{pointer-events:none;opacity:.7}.loading:after{content:"";border:2px solid #0000;border-top:2px solid var(--primary-color);border-radius:50%;width:20px;height:20px;margin:-10px 0 0 -10px;animation:1s linear infinite spin;position:absolute;top:50%;left:50%}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-text{color:var(--danger-color);margin-top:4px;font-size:12px;font-weight:400}.error-border{border-color:var(--danger-color)!important}.success-text{color:var(--success-color);margin-top:4px;font-size:12px;font-weight:400}.success-border{border-color:var(--success-color)!important}p{margin:0}
