:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--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-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (width<=480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.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:translate3d(0, var(--y), 0) 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%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.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;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (width<=480px){._container_hb6yr_6{padding:16px}}._container_hb6yr_6 ._toast_hb6yr_10{border-radius:var(--radius-sm);background-color:#0000;width:100%;min-height:fit-content;max-height:fit-content;margin-bottom:16px;padding:0;overflow:hidden}@media (width>=450px){._container_hb6yr_6 ._toast_hb6yr_10{width:320px}}._container_hb6yr_6 ._body_hb6yr_25{justify-content:space-between;align-items:center;width:100%;padding:16px;display:flex}._container_hb6yr_6 ._body_hb6yr_25._info_hb6yr_32,._container_hb6yr_6 ._body_hb6yr_25._default_hb6yr_32{background-color:#d3e3ff}._container_hb6yr_6 ._body_hb6yr_25._warning_hb6yr_35{background-color:#ffd5bd}._container_hb6yr_6 ._body_hb6yr_25._error_hb6yr_38{background-color:#ffccd0}._container_hb6yr_6 ._body_hb6yr_25._success_hb6yr_41{background-color:#d9efd6}[data-theme=dark] ._container_hb6yr_6 ._body_hb6yr_25._info_hb6yr_32,[data-theme=dark] ._container_hb6yr_6 ._body_hb6yr_25._default_hb6yr_32{background-color:#0a2a2e}[data-theme=dark] ._container_hb6yr_6 ._body_hb6yr_25._warning_hb6yr_35{background-color:#2a1f00}[data-theme=dark] ._container_hb6yr_6 ._body_hb6yr_25._error_hb6yr_38{background-color:#2a0a0a}[data-theme=dark] ._container_hb6yr_6 ._body_hb6yr_25._success_hb6yr_41{background-color:#0a2018}._container_hb6yr_6 ._content_hb6yr_56{color:var(--text-primary);font-size:14px;font-weight:400}._container_hb6yr_6 ._close_hb6yr_61{color:var(--text-primary);opacity:.5;cursor:pointer;justify-content:center;align-items:center;transition:opacity .2s;display:flex}._container_hb6yr_6 ._close_hb6yr_61:hover{opacity:1}._heading_lg_84s8a_1{font-size:40px;line-height:100%}._heading_md_84s8a_6{font-size:24px;line-height:100%}._subtitle_lg_84s8a_11{font-size:20px;line-height:100%}._subtitle_md_84s8a_16{font-size:18px;line-height:100%}._text_base_84s8a_21{font-size:16px;line-height:100%}._text_sm_84s8a_26{font-size:14px;line-height:100%}._text_xs_84s8a_31{font-size:12px;line-height:100%}._text_xxs_84s8a_36{font-size:10px;line-height:100%}._regular_84s8a_41{font-weight:400}._medium_84s8a_45{font-weight:500}._semibold_84s8a_49{font-weight:600}._bold_84s8a_53{font-weight:700}._badge_i5s7b_5{white-space:nowrap;border-radius:500px;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;width:fit-content;line-height:100%;display:flex}._dot_i5s7b_17{border-radius:50%;flex-shrink:0}._outline_colored_i5s7b_22{border:1px solid}._outline_neutral_i5s7b_26{border:1px solid var(--stroke-primary)}._green_i5s7b_30{background-color:color-mix(in srgb, var(--green-secondary) 10%, transparent);color:var(--green-secondary)}._green_i5s7b_30 ._dot_i5s7b_17{background-color:var(--green-secondary)}._blue_i5s7b_38{background-color:color-mix(in srgb, var(--blue-secondary) 10%, transparent);color:var(--blue-primary)}._blue_i5s7b_38 ._dot_i5s7b_17{background-color:var(--blue-secondary)}._orange_i5s7b_46{background-color:color-mix(in srgb, var(--orange-tertiary) 10%, transparent);color:var(--orange-tertiary)}._orange_i5s7b_46 ._dot_i5s7b_17{background-color:var(--orange-tertiary)}._yellow_i5s7b_54{background-color:color-mix(in srgb, var(--yellow-primary) 10%, transparent);color:var(--yellow-primary)}._yellow_i5s7b_54 ._dot_i5s7b_17{background-color:var(--yellow-primary)}._red_i5s7b_62{background-color:color-mix(in srgb, var(--red-secondary) 10%, transparent);color:var(--red-secondary)}._red_i5s7b_62 ._dot_i5s7b_17{background-color:var(--red-secondary)}._white_i5s7b_70{background-color:var(--bg-primary);color:var(--gray-primary)}._white_i5s7b_70 ._dot_i5s7b_17{background-color:var(--gray-primary)}._secondary_i5s7b_78{background-color:var(--bg-secondary);color:var(--text-primary)}._secondary_i5s7b_78 ._dot_i5s7b_17{background-color:var(--text-primary)}._stroke_secondary_i5s7b_86{background-color:var(--stroke-secondary);color:var(--text-secondary)}._stroke_secondary_i5s7b_86 ._dot_i5s7b_17{background-color:var(--text-secondary)}._sm_i5s7b_94{padding:4px 8px;font-size:12px;font-weight:500}._sm_i5s7b_94 ._dot_i5s7b_17{width:6px;height:6px}._md_i5s7b_104{padding:8px 12px;font-size:14px;font-weight:600}._md_i5s7b_104 ._dot_i5s7b_17{width:4px;height:4px}._square_sm_i5s7b_114{border-radius:10px;padding:10px}._square_sm_i5s7b_114 ._dot_i5s7b_17{width:8px;height:8px}._square_md_i5s7b_123{border-radius:var(--radius-sm);padding:12px}._square_md_i5s7b_123 ._dot_i5s7b_17{width:8px;height:8px}._step_kj2iz_5{border-radius:var(--radius-lg);flex-direction:column;justify-content:center;align-items:center;gap:8px;min-width:130px;padding:12px 16px;display:flex;overflow:hidden}@media (width>=1536px){._step_kj2iz_5{flex:1 0 0;min-width:0}}._step_completed_kj2iz_23{background-color:color-mix(in srgb, var(--green-primary) 5%, transparent)}._step_active_kj2iz_27{background-color:color-mix(in srgb, var(--blue-secondary) 10%, transparent)}._step_pending_kj2iz_31{background-color:var(--bg-secondary)}._icon_wrap_kj2iz_35{border-radius:var(--radius-sm);flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}._icon_completed_kj2iz_46{background-color:var(--green-primary)}._icon_active_kj2iz_50{background-color:var(--blue-secondary);box-shadow:0 3.556px 5.333px #06b6d44d,0 1.778px 3.556px #06b6d44d}._icon_pending_kj2iz_55{background-color:var(--stroke-secondary)}._step_number_kj2iz_59{color:var(--text-secondary)}._label_group_kj2iz_63{text-align:center;white-space:nowrap;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}._label_kj2iz_63{color:var(--text-primary)}._code_kj2iz_77{color:var(--text-secondary)}._stepper_lwsv2_5{background-color:var(--surface);border:1px solid var(--stroke-secondary);border-radius:var(--radius-lg);flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;width:100%;padding:16px;display:flex}._header_lwsv2_18{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}._title_group_lwsv2_26{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px;display:flex}._subtitle_lwsv2_34{color:var(--text-secondary)}._progress_lwsv2_38{color:var(--text-secondary);white-space:nowrap}._steps_row_lwsv2_43{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:3px;width:100%;display:flex;overflow:hidden}@media (width>=1536px){._steps_row_lwsv2_43{flex-wrap:nowrap}}._connector_lwsv2_59{border-radius:500px;flex-shrink:0;width:12px;height:2px}._connector_green_lwsv2_66{background-color:var(--green-primary)}._connector_blue_lwsv2_70{background-color:var(--blue-secondary)}._connector_gray_lwsv2_74{background-color:var(--stroke-secondary)}._speed_hux54_5{align-items:center;gap:16px;display:flex}._speed_icon_hux54_10{border-radius:50%;width:48px;height:48px}._speed_info_hux54_15{flex-direction:column;gap:8px;display:flex}._speed_value_hux54_20{color:var(--green-secondary)}._speed_status_hux54_23{color:var(--text-secondary)}._data_hux54_27{border-top:1px solid var(--stroke-primary);flex-direction:column;gap:12px;padding-top:12px;display:flex}._data_hux54_27 ._data_header_hux54_34{flex-direction:row;justify-content:space-between;align-items:center;display:flex}._data_hux54_27 ._data_label_hux54_40{color:var(--text-secondary)}._data_hux54_27 ._progress_track_hux54_43{background:var(--bg-tertiary);border-radius:99px;height:6px;overflow:hidden}._data_hux54_27 ._progress_bar_hux54_49{background:var(--green-primary);border-radius:99px;height:100%;transition:width .3s}._chip_button_1u7vo_5{text-align:center;white-space:nowrap;border-radius:var(--radius-2xl);justify-content:center;align-items:center;gap:8px;width:fit-content;height:28px;padding:0 8px;font-size:10px;font-weight:600;line-height:100%;transition:color .2s,background-color .2s;display:inline-flex;overflow:hidden}._chip_button_1u7vo_5:disabled{opacity:.1;cursor:not-allowed;box-shadow:none!important}._neutral_1u7vo_28{background-color:var(--bg-tertiary);color:var(--gray-primary)}._neutral_1u7vo_28:not(:disabled):hover{background-color:rgba(from var(--text-secondary) r g b/.25)}._blue_1u7vo_36{background-color:rgba(from var(--blue-tertiary) r g b/.1);color:var(--blue-tertiary)}._blue_1u7vo_36:not(:disabled):hover{background-color:rgba(from var(--blue-tertiary) r g b/.25)}._green_1u7vo_44{background-color:rgba(from var(--green-secondary) r g b/.1);color:var(--green-secondary)}._green_1u7vo_44:not(:disabled):hover{background-color:rgba(from var(--green-secondary) r g b/.25)}._red_1u7vo_52{background-color:rgba(from var(--red-secondary) r g b/.1);color:var(--red-secondary)}._red_1u7vo_52:not(:disabled):hover{background-color:rgba(from var(--red-secondary) r g b/.25)}._button_nczu7_5{text-align:center;white-space:nowrap;border-radius:var(--radius-sm);justify-content:center;align-items:center;gap:8px;width:fit-content;font-size:12px;font-weight:600;transition:color .2s,background-color .2s;display:inline-flex;overflow:hidden}._button_nczu7_5:disabled{opacity:.1;cursor:not-allowed;box-shadow:none!important}._primary_nczu7_25{background-color:var(--blue-quinary);color:var(--white)}._primary_nczu7_25:not(:disabled):hover{background-color:rgba(from var(--blue-quinary) r g b/.9)}._secondary_nczu7_33{color:var(--text-primary);background-color:var(--bg-primary)}._secondary_nczu7_33:not(:disabled):hover{background-color:rgba(from var(--text-primary) r g b/.1)}._tertiary_nczu7_41{color:var(--text-quaternary);background-color:var(--bg-tertiary);border-radius:100px}._tertiary_nczu7_41:not(:disabled):hover{background-color:rgba(from var(--text-primary) r g b/.1)}._ghost_nczu7_50{color:var(--text-secondary)}._ghost_nczu7_50:hover{color:var(--text-primary)}._outline_nczu7_57{color:var(--surface-inverse);background-color:var(--bg-tertiary);border:1px solid var(--stroke-primary);border-radius:100px}._outline_nczu7_57:not(:disabled):hover{background-color:var(--stroke-primary)}._button_nczu7_5._xs_nczu7_67{gap:4px;height:18px;font-size:11px;font-weight:500}._sm_nczu7_74{height:28px;padding:0 8px}._md_nczu7_79{height:36px;padding:0 16px}._circle_nczu7_84{border-radius:50%;width:48px;min-width:48px;height:48px}._vessel_info_1shlr_5{flex-direction:row;flex:1;justify-content:flex-start;align-items:stretch;gap:20px;min-width:0;padding:8px;display:flex}._image_wrap_1shlr_16{border-radius:var(--radius-lg);flex-shrink:0;align-self:stretch;width:232px;overflow:hidden}._image_wrap_1shlr_16 img{object-fit:cover;width:100%;height:100%;display:block}._content_1shlr_30{flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;min-width:0;padding:8px 0;display:flex}._header_1shlr_40{flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;margin-bottom:10px;display:flex}._vessel_name_1shlr_49{color:var(--text-primary);white-space:nowrap}._badges_1shlr_54{flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;margin-bottom:auto;display:flex}._details_grid_1shlr_63{flex-flow:wrap;justify-content:flex-start;align-items:flex-start;gap:32px;display:flex}._details_col_1shlr_72{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px;display:flex}._detail_row_1shlr_80{color:var(--text-secondary);white-space:nowrap}._detail_value_1shlr_85{color:var(--text-primary);font-weight:500}._vessel_tracking_130f5_5{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;width:100%;display:flex}._block_130f5_14{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px;width:100%;display:flex}._label_130f5_23{color:var(--text-secondary)}._value_130f5_27{color:var(--text-primary)}._value_green_130f5_31{color:var(--green-secondary);flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;display:flex}._divider_130f5_40{background-color:var(--stroke-primary);flex-shrink:0;width:100%;height:1px}._vessel_card_142u6_5{background-color:var(--bg-primary);border-radius:var(--radius-lg);flex-direction:row;justify-content:flex-start;align-items:stretch;width:100%;min-height:180px;display:flex;overflow:hidden}._tracking_panel_142u6_17{background-color:var(--bg-secondary);border-radius:var(--radius-lg);flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;width:412px;margin:8px 8px 8px 0;padding:16px 22px;display:flex}._widget_agaku_5{border-radius:var(--radius-md);background:linear-gradient(135deg,#ebf5ff 0%,#e8f3ff 16.67%,#e6f1ff 33.33%,#e3f0ff 50%,#e0eefe 66.67%,#deecfe 83.33%,#dbeafe 100%);border:1px solid #c4dcef;flex-direction:column;gap:24px;padding:16px 8px 8px;display:flex}[data-theme=dark] ._widget_agaku_5{background:linear-gradient(135deg,#0f2a3d 0%,#0e2840 16.67%,#0d2643 33.33%,#0c2446 50%,#0b2248 66.67%,#0a2049 83.33%,#091e4a 100%);border:1px solid #1a3a4f}._header_agaku_19{flex-direction:row;justify-content:space-between;align-items:center;padding:0 8px;display:flex}._temp_agaku_27{align-items:center;gap:2px;display:flex}._location_agaku_33{flex-direction:column;gap:8px;display:flex}._condition_agaku_39{color:var(--text-quaternary)}._region_agaku_43{color:var(--text-secondary)}._metrics_agaku_47{grid-template-columns:repeat(3,1fr);gap:4px;display:grid}._metric_agaku_47{background:var(--bg-primary);border-radius:var(--radius-sm);text-align:center;flex-direction:column;align-items:center;gap:8px;padding:8px;display:flex}._metric_icon_agaku_63{color:var(--blue-quinary)}._metric_info_agaku_66{flex-direction:column;align-items:center;gap:4px;display:flex}._metric_label_agaku_72,._metric_description_agaku_72{color:var(--text-secondary)}._alert_g7r7k_5{border-left:4px solid #0000;border-radius:12px;align-items:flex-start;gap:12px;padding:16px;display:flex}._alert_g7r7k_5._critical_g7r7k_13{background-color:rgba(from var(--red-secondary) r g b/.05);border-color:var(--red-secondary)}._alert_g7r7k_5._warning_g7r7k_17{background-color:rgba(from var(--yellow-primary) r g b/.05);border-color:var(--yellow-primary)}._alert_g7r7k_5._info_g7r7k_21{background-color:rgba(from var(--blue-secondary) r g b/.05);border-color:var(--blue-secondary)}._alert_g7r7k_5._success_g7r7k_25{background-color:rgba(from var(--green-secondary) r g b/.05);border-color:var(--green-secondary)}._content_g7r7k_30{flex-direction:column;flex:1;gap:8px;display:flex}._description_g7r7k_37{color:var(--text-quaternary);line-height:120%}._footer_g7r7k_42{color:var(--text-secondary);flex-direction:row;justify-content:space-between;align-items:center;display:flex}._activity_header_eknhy_5{flex-direction:row;justify-content:space-between;align-items:center;display:flex}._left_eknhy_12{align-items:center;gap:8px;display:flex}._badges_eknhy_18{align-items:center;gap:4px;display:flex}._badges_eknhy_18 ._badge_eknhy_18{padding:6px 9px}._alerts_1mnr2_1{flex-direction:column;gap:4px;display:flex}._health_center_deo9g_5{background-color:var(--bg-secondary);border-radius:10px;flex-direction:column;gap:10px;padding:16px 10px 8px;display:flex}._header_deo9g_14{flex-direction:row;justify-content:space-between;align-items:center;display:flex}._header_deo9g_14 ._percent_deo9g_20{padding:6px 16px}._buttons_deo9g_24{gap:10px;display:flex}._buttons_deo9g_24 ._assistant_button_deo9g_28{flex:1}._buttons_deo9g_24 ._details_button_deo9g_31{width:125px}._item_424tt_5{background-color:var(--surface);border:1px solid var(--stroke-primary);border-radius:var(--radius-sm);cursor:pointer;flex-direction:row;justify-content:space-between;align-items:center;gap:0;width:100%;height:40px;padding:0 13px;transition:background-color .15s;display:flex}._item_424tt_5:hover{background-color:var(--bg-secondary)}._label_424tt_24{color:var(--text-secondary);flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;display:flex}._badge_424tt_33{background-color:rgba(from var(--blue-primary) r g b/.12);width:24px;height:24px;color:var(--blue-primary);border-radius:50%;flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;gap:0;display:flex}._container_k87zm_5{background-color:var(--surface);border-radius:var(--radius-md);flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;width:100%;padding:20px;display:flex}._header_k87zm_17{flex-direction:row;justify-content:space-between;align-items:center;gap:0;width:100%;height:32px;display:flex}._drop_zone_k87zm_27{background-color:var(--bg-tertiary);border:1px dashed var(--stroke-secondary);border-radius:var(--radius-sm);width:100%;height:48px;color:var(--text-tertiary);flex-direction:row;flex-shrink:0;justify-content:flex-start;align-items:center;gap:8px;padding:0 13px;display:flex}._sections_k87zm_43{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;width:100%;display:flex}._section_k87zm_43{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:12px;width:100%;display:flex}._section_k87zm_43 h3{color:var(--text-secondary)}._grid_k87zm_64{grid-template-columns:repeat(3,1fr);gap:8px;width:100%;display:grid}._container_1kgdh_1{flex-direction:column;gap:8px;width:100%;display:flex}._label_1kgdh_8{-webkit-user-select:none;user-select:none;color:var(--text-tertiary);align-items:center;gap:8px;font-size:14px;display:inline-flex}._input_wrapper_1kgdh_17{border:1px solid var(--stroke-primary);border-radius:var(--radius-2xl);background-color:var(--bg-tertiary);align-items:center;width:100%;transition:border-color .2s linear;display:flex;overflow:hidden}._input_wrapper_1kgdh_17:hover,._input_wrapper_1kgdh_17:focus-within{border-color:var(--text-primary)}._input_wrapper_1kgdh_17._error_1kgdh_33{border-color:var(--red-primary)}._input_1kgdh_17{min-width:0;height:48px;color:var(--text-primary);background-color:var(--bg-tertiary);flex:1;padding:0 12px;font-size:14px}._input_1kgdh_17:disabled{opacity:.5;cursor:not-allowed}._input_1kgdh_17::placeholder{color:var(--text-tertiary)}._input_1kgdh_17[type=password]::-ms-reveal{display:none}._input_1kgdh_17[type=password]::-ms-clear{display:none}._help_text_1kgdh_57{color:var(--text-tertiary);font-size:14px}._start_node_1kgdh_62,._end_node_1kgdh_63{white-space:nowrap;flex-shrink:0;font-size:14px}._start_node_1kgdh_62{padding-left:14px}._end_node_1kgdh_63{padding-right:14px}._container_l5sz5_1{flex-direction:column;gap:8px;width:100%;display:flex}._label_l5sz5_8{-webkit-user-select:none;user-select:none;color:var(--bg-tertiary);align-items:center;gap:8px;font-size:14px;display:inline-flex}._textarea_wrapper_l5sz5_17{border:1px solid var(--stroke-primary);border-radius:var(--radius-md);background-color:var(--bg-tertiary);width:100%;transition:border-color .2s linear;display:flex;overflow:hidden}._textarea_wrapper_l5sz5_17:hover,._textarea_wrapper_l5sz5_17:focus-within{border-color:var(--text-primary)}._textarea_wrapper_l5sz5_17._error_l5sz5_32{border-color:var(--red-primary)}._textarea_l5sz5_17{text-align:left;resize:none;min-width:0;color:var(--text-primary);background-color:var(--bg-tertiary);outline:none;flex:1;padding:16px 12px;font-size:14px;line-height:100%}._textarea_l5sz5_17::placeholder{color:var(--text-tertiary)}._help_text_l5sz5_52{color:var(--bg-tertiary);font-size:14px}._start_node_l5sz5_57,._end_node_l5sz5_58{white-space:nowrap;flex-shrink:0;font-size:14px}._start_node_l5sz5_57{padding:14px 0 14px 14px}._end_node_l5sz5_58{padding:14px 14px 14px 0}._body_1cxva_5{cursor:pointer;align-items:center;width:fit-content;display:flex}._body_1cxva_5._disabled_1cxva_11{opacity:.5;cursor:not-allowed}._checkbox_1cxva_16{background-color:var(--bg-primary);border:1px solid var(--stroke-primary);width:24px;height:24px;cursor:inherit;border-radius:4px;flex-direction:row;justify-content:center;align-items:center;transition:background-color .2s,border-color .2s;display:flex;overflow:hidden}._checkbox_1cxva_16:hover{border-color:var(--text-primary)}._checkbox_1cxva_16[data-state=checked]{border-color:var(--text-primary);background-color:var(--text-primary)}._indicator_1cxva_38{color:var(--bg-primary);flex-direction:row;justify-content:center;align-items:center;display:flex}._label_1cxva_46{-webkit-user-select:none;user-select:none;cursor:inherit;color:var(--text-primary);align-items:center;gap:8px;padding-left:8px;font-size:14px;display:inline-flex}._group_wrapper_1hohe_5._disabled_1hohe_5{opacity:.5}._group_wrapper_1hohe_5._disabled_1hohe_5 ._item_wrapper_1hohe_8{cursor:not-allowed}._group_1hohe_5{align-items:center;gap:16px;display:flex}._group_label_1hohe_18{color:var(--text-primary);align-items:center;gap:8px;padding-bottom:16px;font-size:14px;display:inline-flex}._item_wrapper_1hohe_8{cursor:pointer;align-items:center;width:fit-content;display:flex}._item_wrapper_1hohe_8._disabled_1hohe_5{opacity:.5;cursor:not-allowed}._item_1hohe_8{background-color:var(--bg-primary);width:24px;height:24px;cursor:inherit;border:1.5px solid #d1d5db;border-radius:50%;flex-direction:row;justify-content:center;align-items:center;transition:background-color .2s,border-color .2s;display:flex;overflow:hidden}[data-theme=dark] ._item_1hohe_8{border-color:#6b7280}._item_1hohe_8:hover,._item_1hohe_8[data-state=checked]{border-color:var(--text-primary)}._item_1hohe_8[data-state=checked] ._indicator_1hohe_61{display:flex}._indicator_1hohe_61{justify-content:center;align-items:center;width:100%;height:100%;display:none;position:relative}._indicator_1hohe_61:after{content:"";background-color:var(--text-primary);border-radius:50%;width:16px;height:16px}._item_label_1hohe_81{-webkit-user-select:none;user-select:none;cursor:inherit;color:var(--text-primary);align-items:center;gap:8px;padding-left:8px;font-size:14px;display:inline-flex}._task_1k0t4_5{padding-top:12px;border-radius:var(--radius-lg);border-style:solid;border-width:1px 1px 1px 4px;padding-inline:16px}._task_priority_critical_1k0t4_13{border-color:var(--red-primary)}._task_priority_high_1k0t4_16{border-color:var(--orange-secondary)}._task_priority_medium_1k0t4_19{border-color:var(--blue-primary)}._task_priority_low_1k0t4_22{border-color:var(--gray-primary)}._body_1k0t4_26{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:16px;margin-bottom:8px;display:flex}._meta_1k0t4_35{flex-direction:center;align-items:center;justify-content:row;gap:6px;margin-bottom:12px;display:flex}._task_id_1k0t4_44{color:var(--text-secondary)}._icon_overdue_1k0t4_48{color:var(--red-primary)}._title_1k0t4_52{margin-bottom:8px}._description_1k0t4_56{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;max-width:348px;display:-webkit-box;overflow:hidden}@media (width>=1280px){._description_1k0t4_56{max-width:80%}}._actions_1k0t4_71{flex-direction:row;justify-content:center;align-items:center;gap:6px;margin-left:auto;display:flex}._footer_1k0t4_80{border-top:1px solid var(--stroke-primary);flex-direction:row;justify-content:space-between;align-items:center;gap:16px;padding-block:8px;display:flex}._assignee_1k0t4_90{flex-direction:row;justify-content:center;align-items:center;gap:6px;display:flex}._avatar_1k0t4_98{background-color:var(--text-primary);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:28px;height:28px;display:flex}._avatar_initials_1k0t4_109{color:var(--bg-primary);line-height:100%}._assignee_name_1k0t4_114{color:var(--text-secondary)}._footer_actions_1k0t4_118{flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;display:flex}._time_1k0t4_126{color:var(--text-secondary);flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;display:flex}._time_overdue_1k0t4_134{color:var(--red-primary)}._details_1k0t4_138{cursor:pointer;color:var(--text-secondary);flex-direction:row;justify-content:center;align-items:center;gap:4px;display:flex}._container_ses10_5{width:100%}._header_ses10_9{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}._header_content_ses10_17{flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;display:flex}._badge_container_ses10_25{flex-direction:row;justify-content:flex-start;align-items:center;gap:6px;display:flex}._status_dot_ses10_33{background-color:var(--blue-secondary);border-radius:50%;width:8px;height:8px}._count_badge_ses10_40{border-radius:var(--radius-sm);background-color:var(--blue-secondary);color:var(--bg-primary);padding:10px 4px}._meta_ses10_47{color:var(--text-secondary)}._tasks_container_ses10_51{flex-direction:column;gap:8px;display:flex}._container_17612_5{border-radius:var(--radius-lg);background-color:var(--bg-primary);flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:24px;padding:24px;display:flex}._title_17612_16{color:var(--text-secondary)}._description_17612_20{line-height:135%}._dashboard_jiwqy_1{padding:16px;flex-direction:column;gap:16px;width:100%;padding-right:32px;display:flex}._body_jiwqy_10{gap:16px;display:flex}._left_jiwqy_15{flex-direction:column;flex:1;gap:8px;display:flex}._right_jiwqy_22{flex-direction:column;gap:8px;width:412px;display:flex}._list_1u3mh_1{flex-direction:column;gap:24px;padding:10px 8px;display:flex}._item_1u3mh_8{gap:12px;display:flex}._item_info_1u3mh_12{flex-direction:column;gap:8px;display:flex}._item_title_1u3mh_17{color:var(--text-primary)}._item_1u3mh_8._green_1u3mh_20{color:var(--green-secondary)}._item_1u3mh_8._yellow_1u3mh_23{color:var(--yellow-primary)}._not_found_1cf85_5{flex-direction:column;justify-content:center;align-items:center;gap:32px;width:100%;height:100%;display:flex}._layout_hgn78_1{height:100vh;display:flex;overflow:hidden}._body_hgn78_7{flex-direction:column;flex:1;display:flex}._children_hgn78_13{flex:1;overflow:auto}._input_container_87x2r_1{width:100%;max-width:353px}._avatar_x4rez_5{width:var(--size);height:var(--size);background:linear-gradient(#68bace 0%,#3489a3 110%);border-radius:50%;flex-direction:row;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}._initials_x4rez_19{color:var(--white);font-size:16px;font-weight:600;line-height:24px}._image_x4rez_26{object-fit:cover;z-index:1;opacity:0;border-radius:50%;width:100%;min-width:fit-content;height:100%;position:absolute;inset:0}._image_x4rez_26._visible_x4rez_37{opacity:1}._user_meta_6qjah_1{border-left:1px solid var(--stroke-primary);align-items:center;gap:12px;padding-left:13px;display:flex}._info_6qjah_9{flex-direction:column;align-items:flex-end;gap:8px;display:flex}._name_6qjah_16{color:var(--text-primary)}._header_xqcq5_5{z-index:999;background-color:var(--bg-primary);border-bottom:1px solid var(--stroke-primary);flex-direction:row;justify-content:space-between;align-items:center;height:90px;padding-inline:16px 32px;display:flex;position:sticky;top:0}._right_xqcq5_19{align-items:center;gap:16px;display:flex}._list_v20kx_5{-webkit-user-select:none;user-select:none;flex-direction:column;gap:8px;display:flex}._item_v20kx_12{padding-left:4px;position:relative}._item_v20kx_12:before{content:"";background-color:var(--blue-quaternary);border-radius:var(--radius-s);width:1.5px;height:12px;display:none;position:absolute;top:50%;left:0;transform:translate(-50%,-50%)}._item_v20kx_12:has(._active_v20kx_28):before{display:block}._link_v20kx_32{border-radius:var(--radius-sm);width:100%;height:40px;color:var(--blue-quaternary);align-items:center;gap:12px;min-width:40px;padding:0 12px;transition:background-color .2s;display:flex}._link_v20kx_32 svg{min-width:16px}._link_v20kx_32:hover,._link_v20kx_32._active_v20kx_28{background-color:rgba(from var(--blue-quinary) r g b/.1)}._link_title_v20kx_52{opacity:1;transition:opacity .2s}._link_title_v20kx_52._hidden_v20kx_56{opacity:0}._sidebar_1hw8r_5{background-color:var(--bg-primary);cursor:w-resize;width:240px;height:100%;padding-top:8px;padding-left:12px;transition:width .2s;overflow:hidden}._sidebar_1hw8r_5._collapsed_1hw8r_15{cursor:e-resize;width:73px}._inner_1hw8r_20{width:100%;height:inherit;border-right:1px solid var(--stroke-primary)}._top_1hw8r_26{border-bottom:1px solid var(--stroke-primary);align-items:center;height:82px;display:flex}._top_1hw8r_26 ._logo_1hw8r_32{width:40px;height:40px}._top_1hw8r_26 ._logo_1hw8r_32 img{width:inherit;height:inherit}._body_1hw8r_41{width:inherit;height:inherit;padding:16px 16px 16px 0}*{box-sizing:border-box;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-weight:unset;font-size:unset;margin:0}p{margin:0}ol,ul,menu{margin:0;padding:0;list-style:none}a{color:inherit;cursor:pointer;text-decoration:none;display:inline-block}input{box-shadow:none;border:1px solid #0000;outline:none}textarea{box-shadow:none;resize:none;border:1px solid #0000;outline:none}button{color:inherit;cursor:pointer;background-color:#0000;border:none;outline:none}table{border-collapse:collapse}th,td{font-weight:unset;margin:0}button,input,select,textarea{font-size:inherit;font-weight:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}address{font-style:normal}:root{--white:#fff;--black:#000;--text-primary:#111827;--text-secondary:#6b7280;--text-tertiary:#6e7074;--text-quaternary:#4b5563;--bg-primary:#fff;--bg-secondary:#f5f7f9;--bg-tertiary:#f9fafe;--stroke-primary:#e7eae9;--stroke-secondary:#e8ecf4;--surface:#fff;--surface-inverse:#000;--gray-primary:#686f7c;--green-primary:#10b981;--green-secondary:#0ea163;--red-primary:#ef4444;--red-secondary:#dc2626;--orange-primary:#c2410c;--orange-secondary:#d97706;--orange-tertiary:#c2410c;--yellow-primary:#f59e0b;--blue-primary:#0e7490;--blue-secondary:#06b6d4;--blue-tertiary:#19899c;--blue-quaternary:#21455f;--blue-quinary:#3489a3;--inter:"Inter";--radius-s:4px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-2xl:32px;--shadow-primary:0px 3px 6px 0px #0000000f, 0px 12px 12px 0px #0000000a, 0px 20px 16px 0px #00000005}[data-theme=dark]{--text-primary:#f9fafb;--text-secondary:#9ca3af;--text-tertiary:#71747a;--text-quaternary:#d1d5db;--bg-primary:#000;--bg-secondary:#0e1013;--bg-tertiary:#17181a;--stroke-primary:#2c2f33;--stroke-secondary:#1f2937;--surface:#000;--surface-inverse:#fff;--gray-primary:#9ca3af;--green-primary-primary:#14c48a;--green-primary-secondary:#059669;--red-primary-primary:#f87171;--red-primary-secondary:#ef4444;--orange-primary-primary:#fb923c;--orange-primary-secondary:#fbbf24;--orange-primary-tertiary:#fcd34d;--blue-primary:#22d3ee;--blue-secondary:#2ebbce;--blue-tertiary:#06b6d4;--blue-quaternary:#3d9cc7;--blue-quinary:#3da2bb}@font-face{font-family:Inter;src:url(/fonts/Inter/Inter-Light.woff2)format("woff2"),url(/fonts/Inter/Inter-Light.woff)format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter/Inter-Regular.woff2)format("woff2"),url(/fonts/Inter/Inter-Regular.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter/Inter-Medium.woff2)format("woff2"),url(/fonts/Inter/Inter-Medium.woff)format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter/Inter-Semibold.woff2)format("woff2"),url(/fonts/Inter/Inter-Semibold.woff)format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter/Inter-Bold.woff2)format("woff2"),url(/fonts/Inter/Inter-Bold.woff)format("woff");font-weight:700;font-style:normal;font-display:swap}.text-center{text-align:center}.text-italic{font-style:italic}.text-capitalize{text-transform:capitalize}.text-green{color:var(--green-primary)}.text-red{color:var(--red-primary)}.rotate-90{transform:rotate(90deg)}.-rotate-90{transform:rotate(-90deg)}.rotate-180{transform:rotate(180deg)}.-rotate-180{transform:rotate(-180deg)}.loading{opacity:.5;pointer-events:none}.card-border{border:1px solid var(--stroke-primary);border-radius:var(--radius-sm)}.widget{background-color:var(--bg-primary);border-radius:var(--radius-md);flex-direction:column;gap:16px;padding:16px;display:flex}html,body{max-width:100vw}body{color:var(--text-primary);background-color:var(--bg-secondary);font-family:var(--inter), sans-serif;letter-spacing:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;font-weight:500;line-height:100%}pre,button,input,select,textarea{font-family:var(--inter), sans-serif}
