:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;font:inherit;vertical-align:baseline}body{margin:0;display:flex;justify-content:center;min-width:320px;min-height:100vh;background-color:var(--fec-bg-primary);color:var(--fec-text-primary);width:100vw}a{color:inherit;text-decoration:none}html,body,#root{height:100%;width:100%}#root{display:flex;flex-direction:column;align-items:center;gap:1rem}.list-style-none{list-style:none}:root{--fec-bg-primary: #f6f6f3;--fec-bg-secondary: #ecece7;--fec-bg-panel: #ffffff;--fec-bg-active: #cfd8e3;--fec-text-primary: #1f1f1f;--fec-text-secondary: #5a5a5a;--fec-confirm: #4caf50;--fec-danger: #d9534f;--fec-border-subtle: #d6d6d0;--fec-shadow-soft: 0 1px 2px rgba(0, 0, 0, .05), 0 3px 6px rgba(0, 0, 0, .06);--fec-shadow-medium: 0 4px 8px rgba(0, 0, 0, .08), 0 8px 16px rgba(0, 0, 0, .06)}.fec-bg-primary{background-color:var(--fec-bg-primary)}.fec-bg-secondary{background-color:var(--fec-bg-secondary)}.fec-bg-active,.fec-btn:hover{background-color:var(--fec-bg-active)}.fec-bg-panel{background-color:var(--fec-bg-panel)}.fec-color-primary{color:var(--fec-text-primary)}.fec-color-secondary{color:var(--fec-text-secondary)}.fec-bg-confirm{background-color:var(--fec-confirm)}.fec-color-confirm{color:var(--fec-confirm)}.fec-bg-danger{background-color:var(--fec-danger)}.fec-color-danger{color:var(--fec-danger)}.fec-border-subtle{border:var(--fec-border-subtle)}.fec-shadow-soft{box-shadow:var(--fec-shadow-soft)}.fec-shadow-medium{box-shadow:var(--fec-shadow-medium)}.fec-opacity-80{opacity:.8}.fec-opacity-0{opacity:0}.fec-z-top{z-index:1100}.fec-opacity-ease-out{transition:opacity .15s ease-out}.fec-w-200{width:200px}.fec-toast{width:200px;min-height:50px}.fec-overlay{inset:0;background-color:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);width:100%;height:100%}.fec-toast-container{position:fixed;bottom:3rem;right:1rem}.fec-confirm-dialog{width:clamp(300px,60vw,400px);height:clamp(200px,60vh,300px);max-width:90vw;max-height:90vh}.fec-home-panel{width:clamp(300px,75vw,400px);max-width:90vw}.fe-d-none{display:none!important}.fe-d-block{display:block!important}.fe-d-inline{display:inline!important}.fe-d-inline-block{display:inline-block!important}.fe-d-flex{display:flex!important}.fe-d-inline-flex{display:inline-flex!important}.fe-flex-row{flex-direction:row!important}.fe-flex-column{flex-direction:column!important}.fe-flex-row-reverse{flex-direction:row-reverse!important}.fe-flex-column-reverse{flex-direction:column-reverse!important}.fe-flex-wrap{flex-wrap:wrap!important}.fe-flex-nowrap{flex-wrap:nowrap!important}.fe-justify-start{justify-content:flex-start!important}.fe-justify-center{justify-content:center!important}.fe-justify-end{justify-content:flex-end!important}.fe-justify-between{justify-content:space-between!important}.fe-justify-around{justify-content:space-around!important}.fe-justify-evenly{justify-content:space-evenly!important}.fe-items-start{align-items:flex-start!important}.fe-items-center{align-items:center!important}.fe-items-end{align-items:flex-end!important}.fe-items-stretch{align-items:stretch!important}.fe-items-baseline{align-items:baseline!important}.fe-self-start{align-self:flex-start!important}.fe-self-center{align-self:center!important}.fe-self-end{align-self:flex-end!important}.fe-self-stretch{align-self:stretch!important}.fe-grow-0{flex-grow:0!important}.fe-grow-1{flex-grow:1!important}.fe-shrink-0{flex-shrink:0!important}.fe-shrink-1{flex-shrink:1!important}.fe-gap-0{gap:0!important}.fe-gap-1{gap:.25rem!important}.fe-gap-2{gap:.5rem!important}.fe-gap-3{gap:1rem!important}.fe-gap-4{gap:1.5rem!important}.fe-gap-5{gap:2rem!important}.fe-p-0{padding:0!important}.fe-p-1{padding:.25rem!important}.fe-p-2{padding:.5rem!important}.fe-p-3{padding:1rem!important}.fe-p-4{padding:1.5rem!important}.fe-p-5{padding:2rem!important}.fe-px-0{padding-left:0!important;padding-right:0!important}.fe-px-1{padding-left:.25rem!important;padding-right:.25rem!important}.fe-px-2{padding-left:.5rem!important;padding-right:.5rem!important}.fe-px-3{padding-left:1rem!important;padding-right:1rem!important}.fe-px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.fe-px-5{padding-left:2rem!important;padding-right:2rem!important}.fe-py-0{padding-top:0!important;padding-bottom:0!important}.fe-py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.fe-py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.fe-py-3{padding-top:1rem!important;padding-bottom:1rem!important}.fe-py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.fe-py-5{padding-top:2rem!important;padding-bottom:2rem!important}.fe-pt-0{padding-top:0!important}.fe-pt-1{padding-top:.25rem!important}.fe-pt-2{padding-top:.5rem!important}.fe-pt-3{padding-top:1rem!important}.fe-pt-4{padding-top:1.5rem!important}.fe-pt-5{padding-top:2rem!important}.fe-pr-0{padding-right:0!important}.fe-pr-1{padding-right:.25rem!important}.fe-pr-2{padding-right:.5rem!important}.fe-pr-3{padding-right:1rem!important}.fe-pr-4{padding-right:1.5rem!important}.fe-pr-5{padding-right:2rem!important}.fe-pb-0{padding-bottom:0!important}.fe-pb-1{padding-bottom:.25rem!important}.fe-pb-2{padding-bottom:.5rem!important}.fe-pb-3{padding-bottom:1rem!important}.fe-pb-4{padding-bottom:1.5rem!important}.fe-pb-5{padding-bottom:2rem!important}.fe-pl-0{padding-left:0!important}.fe-pl-1{padding-left:.25rem!important}.fe-pl-2{padding-left:.5rem!important}.fe-pl-3{padding-left:1rem!important}.fe-pl-4{padding-left:1.5rem!important}.fe-pl-5{padding-left:2rem!important}.fe-m-0{margin:0!important}.fe-m-1{margin:.25rem!important}.fe-m-2{margin:.5rem!important}.fe-m-3{margin:1rem!important}.fe-m-4{margin:1.5rem!important}.fe-m-5{margin:2rem!important}.fe-mx-0{margin-left:0!important;margin-right:0!important}.fe-mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.fe-mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.fe-mx-3{margin-left:1rem!important;margin-right:1rem!important}.fe-mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.fe-mx-5{margin-left:2rem!important;margin-right:2rem!important}.fe-my-0{margin-top:0!important;margin-bottom:0!important}.fe-my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.fe-my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.fe-my-3{margin-top:1rem!important;margin-bottom:1rem!important}.fe-my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.fe-my-5{margin-top:2rem!important;margin-bottom:2rem!important}.fe-mx-auto{margin-left:auto!important;margin-right:auto!important}.fe-my-auto{margin-top:auto!important;margin-bottom:auto!important}.fe-ml-auto{margin-left:auto!important}.fe-mr-auto{margin-right:auto!important}.fe-p-em-0{padding:0!important}.fe-p-em-1{padding:.25em!important}.fe-p-em-2{padding:.5em!important}.fe-p-em-3{padding:1em!important}.fe-p-em-4{padding:1.5em!important}.fe-p-em-5{padding:2em!important}.fe-m-em-0{margin:0!important}.fe-m-em-1{margin:.25em!important}.fe-m-em-2{margin:.5em!important}.fe-m-em-3{margin:1em!important}.fe-m-em-4{margin:1.5em!important}.fe-m-em-5{margin:2em!important}.fe-p-px-0{padding:0!important}.fe-p-px-4{padding:4px!important}.fe-p-px-8{padding:8px!important}.fe-p-px-12{padding:12px!important}.fe-p-px-16{padding:16px!important}.fe-p-px-24{padding:24px!important}.fe-m-px-0{margin:0!important}.fe-m-px-4{margin:4px!important}.fe-m-px-8{margin:8px!important}.fe-m-px-12{margin:12px!important}.fe-m-px-16{margin:16px!important}.fe-m-px-24{margin:24px!important}.fe-w-100{width:100%!important}.fe-h-100{height:100%!important}.fe-w-auto{width:auto!important}.fe-h-auto{height:auto!important}.fe-min-w-0{min-width:0!important}.fe-min-h-0{min-height:0!important}.fe-text-left{text-align:left!important}.fe-text-center{text-align:center!important}.fe-text-right{text-align:right!important}.fe-fw-normal{font-weight:400!important}.fe-fw-bold{font-weight:700!important}.fe-text-muted{opacity:.7!important}.fe-nowrap{white-space:nowrap!important}.fe-break-word{overflow-wrap:break-word!important}.fe-truncate{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.fe-pos-relative{position:relative!important}.fe-pos-absolute{position:absolute!important}.fe-pos-fixed{position:fixed!important}.fe-pos-sticky{position:sticky!important}.fe-overflow-hidden{overflow:hidden!important}.fe-overflow-auto{overflow:auto!important}.fe-overflow-x-auto{overflow-x:auto!important}.fe-overflow-y-auto{overflow-y:auto!important}.fe-rounded-0{border-radius:0!important}.fe-rounded-1{border-radius:.25rem!important}.fe-rounded-2{border-radius:.5rem!important}.fe-rounded-3{border-radius:1rem!important}.fe-rounded-pill{border-radius:9999px!important}.fe-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.fe-pressable{transition:transform .14s cubic-bezier(.2,.8,.2,1);will-change:transform}.fe-pressable:hover{transform:translateY(-1px)}.fe-pressable:active{transition-duration:70ms;transform:translateY(0) scale(.98)}.fe-pressable:focus-visible{outline:2px solid currentColor;outline-offset:3px}@keyframes fe-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.fe-anim-pulse{animation:fe-pulse .9s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.fe-pressable,.fe-anim-pulse{animation:none!important;transition:none!important}.fe-pressable:hover,.fe-pressable:active{transform:none!important}}
