@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root,[data-theme=light]{--background:0 0% 98%;--foreground:222 47% 11%;--card:0 0% 100%;--card-foreground:222 47% 11%;--popover:0 0% 100%;--popover-foreground:222 47% 11%;--primary:214 85% 55%;--primary-foreground:0 0% 100%;--secondary:220 14% 96%;--secondary-foreground:222 47% 11%;--muted:220 14% 96%;--muted-foreground:220 10% 40%;--accent:220 14% 94%;--accent-foreground:222 47% 11%;--destructive:0 72% 51%;--destructive-foreground:0 0% 100%;--border:220 13% 88%;--input:220 13% 88%;--ring:142 65% 38%;--radius:1rem;--radius-sm:calc(var(--radius) - 4px);--radius-md:var(--radius);--radius-lg:calc(var(--radius) + 8px);--radius-xl:2.5rem;--sidebar-width:16rem;--sidebar-collapsed-width:4rem;--success:145 50% 42%;--success-dark:145 55% 32%;--warning:45 93% 47%;--warning-bg:54 100% 88%;--warning-foreground:32 77% 16%;--alert:25 95% 53%;--alert-bg:28 100% 86%;--alert-foreground:15 79% 34%;--info:210 100% 50%;--info-bg:210 100% 95%;--info-foreground:210 100% 30%;--shadow-base:0 0% 0%;--font-sans:"Outfit", system-ui, sans-serif}[data-theme=dark]{--background:224 10% 8%;--foreground:213 31% 91%;--card:224 12% 13%;--card-foreground:213 31% 91%;--popover:224 12% 13%;--popover-foreground:213 31% 91%;--primary:214 85% 65%;--primary-foreground:214 85% 10%;--secondary:224 12% 18%;--secondary-foreground:213 31% 91%;--muted:224 12% 18%;--muted-foreground:215 15% 72%;--accent:224 12% 20%;--accent-foreground:213 31% 91%;--destructive:0 63% 55%;--destructive-foreground:0 0% 100%;--border:224 12% 22%;--input:224 12% 22%;--ring:142 60% 55%;--success:145 50% 42%;--success-dark:145 55% 32%;--warning:45 93% 47%;--warning-bg:54 100% 12%;--warning-foreground:45 93% 80%;--alert:25 95% 53%;--alert-bg:28 100% 15%;--alert-foreground:25 95% 85%;--info:210 100% 60%;--info-bg:210 100% 15%;--info-foreground:210 100% 85%;--shadow-base:0 0% 0%;--font-sans:"Outfit", system-ui, sans-serif}*,:before,:after{box-sizing:border-box;border-color:hsl(var(--border))}html{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{background-color:hsl(var(--background));color:hsl(var(--foreground));min-height:100dvh;margin:0;padding:0;transition:background-color .2s,color .2s}:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px;border-radius:var(--radius)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:999px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground))}@keyframes fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-from-left{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.animate-fade-in{animation:.2s ease-out fade-in}.animate-slide-in{animation:.2s ease-out slide-in-from-left}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes overlayShow{0%{opacity:0}to{opacity:1}}@keyframes overlayHide{0%{opacity:1}to{opacity:0}}.denseTable{border-collapse:collapse;width:100%;font-size:.8125rem}.denseTable th{background:hsl(var(--muted) / .5);text-align:left;color:hsl(var(--muted-foreground));white-space:nowrap;border-bottom:1px solid hsl(var(--border));padding:.75rem 1rem;font-weight:600}.denseTable td{border-bottom:1px solid hsl(var(--border) / .4);color:hsl(var(--foreground));padding:.75rem 1rem}.denseTable tr:hover{background-color:hsl(var(--accent) / .4)}.badge{text-transform:uppercase;white-space:nowrap;border-radius:9999px;align-items:center;padding:.125rem .5rem;font-size:.7rem;font-weight:700;display:inline-flex}.badge-success{color:#16a249;background:#e9fcf0}.badge-failed{color:#ef4343;background:#fde8e8}.badge-neutral{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}input[type=checkbox]{appearance:none;border:1.5px solid hsl(var(--border));cursor:pointer;background-color:#0000;border-radius:3px;flex-shrink:0;width:1rem;height:1rem;margin:0;transition:background-color .15s,border-color .15s;position:relative}input[type=checkbox]:checked{background-color:hsl(var(--primary));border-color:hsl(var(--primary));background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:75% 75%}input[type=checkbox]:hover:not(:checked):not(:disabled){border-color:hsl(var(--primary) / .6)}input[type=checkbox]:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}input[type=checkbox]:disabled{background-color:hsl(var(--muted));border-color:hsl(var(--border));cursor:not-allowed;opacity:.5}input[type=radio]{appearance:none;background-color:hsl(var(--background));font:inherit;color:currentColor;border:1.5px solid hsl(var(--border));cursor:pointer;border-radius:50%;place-content:center;width:1rem;height:1rem;margin:0;transition:all .1s;display:grid;position:relative}input[type=radio]:before{content:"";background-color:hsl(var(--primary-foreground));border-radius:50%;width:.5rem;height:.5rem;transition:transform .12s cubic-bezier(.34,1.56,.64,1);transform:scale(0)}input[type=radio]:checked{background-color:hsl(var(--primary));border-color:hsl(var(--primary))}input[type=radio]:checked:before{transform:scale(1)}input[type=radio]:hover:not(:checked):not(:disabled){border-color:hsl(var(--primary) / .5)}input[type=radio]:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}input[type=radio]:disabled{background-color:hsl(var(--muted));border-color:hsl(var(--border));cursor:not-allowed;opacity:.5}[data-theme=dark] ::-webkit-calendar-picker-indicator{filter:invert()}.sonner-toast-error{color:#900!important;background-color:#fff0f0!important;border-color:#fcc!important}[data-theme=dark] .sonner-toast-error{color:#ffb3b3!important;background-color:#4d0000!important;border-color:#600!important}._page_16010_3{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100dvh;padding:2rem;display:flex}._code_16010_14{margin:0;font-size:6rem;font-weight:900;line-height:1}._codePrimary_16010_21{color:hsl(var(--primary) / .2)}._codeDestructive_16010_22{color:hsl(var(--destructive) / .2)}._codeMuted_16010_23{color:hsl(var(--muted-foreground) / .2)}._title_16010_25{color:hsl(var(--foreground));margin:0;font-size:1.875rem;font-weight:700}._message_16010_32{max-width:28rem;color:hsl(var(--muted-foreground));margin:0}._action_16010_38{cursor:pointer;border-radius:var(--radius-md);background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border:none;margin-top:1rem;padding:.625rem 1.5rem;font-family:inherit;font-size:.875rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-flex}._action_16010_38:hover{opacity:.9}._header_1u1le_3{z-index:40;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--background) / .95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex-shrink:0;align-items:center;gap:1rem;height:4rem;padding:0 1rem;display:flex;position:sticky;top:0}._iconButton_1u1le_20{border-radius:var(--radius-md);color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:.5rem;transition:background-color .15s,color .15s;display:inline-flex}._iconButton_1u1le_20:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._backButton_1u1le_39{margin-left:var(--spacing-2)}._titleArea_1u1le_45{flex:1}._title_1u1le_45{color:hsl(var(--foreground));letter-spacing:-.05em;margin:0;font-size:1.125rem;font-weight:600}._actions_1u1le_57{align-items:center;gap:.25rem;display:flex}._langButton_1u1le_65{border-radius:var(--radius-md);color:hsl(var(--muted-foreground));cursor:pointer;font-size:.875rem;font-weight:500;font-family:var(--font-sans,inherit);background:0 0;border:none;align-items:center;padding:.375rem .625rem;transition:background-color .15s,color .15s;display:inline-flex}._langButton_1u1le_65:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._tooltipContent_1u1le_87{border-radius:var(--radius-md);background-color:hsl(var(--foreground));color:hsl(var(--background));box-shadow:0 4px 12px hsl(var(--shadow-base) / .15);padding:.375rem .75rem;font-size:.875rem}._dropdownContent_1u1le_98{z-index:50;border-radius:var(--radius-md);border:1px solid hsl(var(--border));background-color:hsl(var(--popover));min-width:8rem;box-shadow:0 4px 12px hsl(var(--shadow-base) / .12);padding:.25rem}._userDropdown_1u1le_108{min-width:12rem}._dropdownItem_1u1le_112{border-radius:var(--radius-sm);color:hsl(var(--popover-foreground));cursor:pointer;outline:none;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;transition:background-color .1s;display:flex}._dropdownItem_1u1le_112:hover,._dropdownItem_1u1le_112[data-highlighted]{background-color:hsl(var(--accent))}._dropdownItemDestructive_1u1le_128{color:hsl(var(--destructive))}._dropdownItemDestructive_1u1le_128:hover,._dropdownItemDestructive_1u1le_128[data-highlighted]{background-color:hsl(var(--destructive) / .1)}._dropdownSeparator_1u1le_135{background-color:hsl(var(--border));height:1px;margin:.25rem 0}._dropdownUserInfo_1u1le_141{padding:.5rem .75rem;font-size:.875rem}._dropdownUserName_1u1le_146{color:hsl(var(--popover-foreground));margin:0 0 .125rem;font-weight:500}._dropdownUserEmail_1u1le_152{color:hsl(var(--muted-foreground));margin:0;font-size:.8125rem}@keyframes _ping_1u1le_1{75%,to{opacity:0;transform:scale(2)}}._notifButton_1u1le_164{position:relative}._notifBadge_1u1le_166{width:.5rem;height:.5rem;display:flex;position:absolute;top:.375rem;right:.375rem}._notifPing_1u1le_175{background-color:hsl(var(--primary));opacity:.75;border-radius:9999px;width:100%;height:100%;animation:1.2s cubic-bezier(0,0,.2,1) infinite _ping_1u1le_1;display:inline-flex;position:absolute}._notifDot_1u1le_186{background-color:hsl(var(--primary));border-radius:9999px;width:.5rem;height:.5rem;display:inline-flex;position:relative}._avatarButton_1u1le_197{background-color:hsl(var(--primary));width:2.25rem;height:2.25rem;color:hsl(var(--primary-foreground));cursor:pointer;border:none;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;transition:opacity .15s;display:flex;overflow:hidden}._avatarButton_1u1le_197:hover{opacity:.8}._avatarImage_1u1le_217{object-fit:cover;border-radius:9999px;width:2.25rem;height:2.25rem}._loginButton_1u1le_226{border-radius:var(--radius-md);color:hsl(var(--muted-foreground));cursor:pointer;font-size:.875rem;font-weight:500;font-family:var(--font-sans,inherit);background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem .75rem;transition:background-color .15s,color .15s;display:inline-flex}._loginButton_1u1le_226:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._langShort_1u1le_247{background-color:hsl(var(--muted) / .5);color:hsl(var(--muted-foreground));border-radius:var(--radius-sm);border:1px solid hsl(var(--border));justify-content:center;align-items:center;min-width:1.5rem;margin-right:.5rem;padding:.125rem .25rem;font-size:.625rem;font-weight:700;display:inline-flex}._mobileOverlay_77mlc_5{z-index:20;background-color:hsl(var(--shadow-base) / .5);position:fixed;inset:0}@media (width>=768px){._mobileOverlay_77mlc_5{display:none}}._sidebar_77mlc_20{z-index:30;border-right:1px solid hsl(var(--border));background-color:hsl(var(--card));flex-direction:column;height:100%;transition:width .3s,transform .3s;display:flex;position:fixed;top:0;left:0;overflow:hidden}._sidebarOpen_77mlc_34{width:16rem}._sidebarClosed_77mlc_38{width:4rem}@media (width>=768px){._sidebar_77mlc_20{position:relative;transform:translate(0)!important}}._sidebarMobileHidden_77mlc_50{transform:translate(-100%)}@media (width>=768px){._sidebarMobileHidden_77mlc_50{transform:translate(0)}}._logoArea_77mlc_62{border-bottom:1px solid hsl(var(--border));height:4rem;color:inherit;flex-shrink:0;align-items:center;gap:.625rem;padding:0 1rem;text-decoration:none;display:flex}._logoIcon_77mlc_74{flex-shrink:0;width:1.5rem;height:1.5rem}._logoText_77mlc_80{color:hsl(var(--foreground));white-space:nowrap;font-size:1.125rem;font-weight:700}._toggleButton_77mlc_89{border-radius:var(--radius-md);color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:.375rem;transition:background-color .15s,color .15s;display:flex}._toggleButton_77mlc_89:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._toggleButtonCentered_77mlc_108{margin:0 auto}._chevron_77mlc_112{width:1rem;height:1rem;transition:transform .3s}._chevronRotated_77mlc_118{transform:rotate(180deg)}._nav_77mlc_124{flex:1;padding:.5rem;overflow-y:auto}._navList_77mlc_130{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}._navLink_77mlc_141{border-radius:var(--radius-md);color:hsl(var(--muted-foreground));align-items:center;gap:.75rem;padding:.625rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color .15s,color .15s;display:flex}._navLink_77mlc_141:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._navLinkActive_77mlc_159,._navLinkActive_77mlc_159:hover{background-color:hsl(var(--primary) / .1);color:hsl(var(--primary))}._navLinkCollapsed_77mlc_169{justify-content:center;padding:.625rem .5rem}._navIcon_77mlc_174{flex-shrink:0;width:1.25rem;height:1.25rem}._navLabel_77mlc_180{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._sidebarFooter_77mlc_188{border-top:1px solid hsl(var(--border));flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem;display:flex}._versionText_77mlc_197{color:hsl(var(--muted-foreground));margin:0;font-size:.75rem}._footer_h18jq_3{border-top:1px solid hsl(var(--border));background-color:hsl(var(--background));flex-shrink:0;padding:.75rem 1.5rem}._text_h18jq_10{text-align:center;color:hsl(var(--muted-foreground));margin:0;font-size:.75rem}@keyframes _spin_ykesp_8{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._spinner_ykesp_8{border-style:solid;border-color:hsl(var(--muted-foreground) / .3);border-top-color:hsl(var(--primary));border-radius:9999px;flex-shrink:0;animation:.75s linear infinite _spin_ykesp_8;display:block}._sm_ykesp_20{border-width:2px;width:1rem;height:1rem}._md_ykesp_21{border-width:2px;width:2rem;height:2rem}._lg_ykesp_22{border-width:4px;width:3rem;height:3rem}._fullPage_ykesp_26{justify-content:center;align-items:center;min-height:100dvh;display:flex}._shell_1kcz8_3{background-color:hsl(var(--background));height:100dvh;display:flex;overflow:hidden}._main_1kcz8_10{flex-direction:column;flex:1;transition:margin-left .3s;display:flex;overflow:hidden}._content_1kcz8_18{flex:1;padding:1.5rem;overflow-y:auto}@keyframes _contentShow_12ikd_1{0%{opacity:0;transform:translate(-50%,-50%)scale(.95)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes _contentHide_12ikd_1{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(.95)}}@keyframes _overlayShow_12ikd_1{0%{opacity:0}to{opacity:1}}@keyframes _overlayHide_12ikd_1{0%{opacity:1}to{opacity:0}}._overlay_12ikd_27{z-index:50;background-color:hsl(var(--shadow-base) / .6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);position:fixed;inset:0}._overlay_12ikd_27[data-state=open]{animation:.15s ease-out _overlayShow_12ikd_1}._overlay_12ikd_27[data-state=closed]{animation:.15s ease-out _overlayHide_12ikd_1}._content_12ikd_40{z-index:50;border-radius:var(--radius-xl);border:1px solid hsl(var(--border));background-color:hsl(var(--card));width:100%;max-width:32rem;box-shadow:0 20px 60px hsl(var(--shadow-base) / .3);color:hsl(var(--card-foreground));padding:1.5rem;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}._content_12ikd_40[data-state=open]{animation:.2s cubic-bezier(.16,1,.3,1) _contentShow_12ikd_1}._content_12ikd_40[data-state=closed]{animation:.15s ease-in _contentHide_12ikd_1}._closeButton_12ikd_61{border-radius:var(--radius-sm);color:hsl(var(--muted-foreground));opacity:.7;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:opacity .15s;display:flex;position:absolute;top:1rem;right:1rem}._closeButton_12ikd_61:hover{opacity:1}._closeButton_12ikd_61:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}._srOnly_12ikd_85{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}._header_12ikd_99{flex-direction:column;gap:.375rem;margin-bottom:1rem;display:flex}._footer_12ikd_106{flex-direction:column-reverse;gap:.5rem;margin-top:1.5rem;display:flex}@media (width>=640px){._footer_12ikd_106{flex-direction:row;justify-content:flex-end}}._title_12ikd_122{letter-spacing:-.025em;color:hsl(var(--card-foreground));font-size:1.375rem;font-weight:700;line-height:1.2}._description_12ikd_130{color:hsl(var(--muted-foreground));font-size:.875rem}._button_ejtyd_3{white-space:nowrap;border-radius:var(--radius-md);cursor:pointer;border:none;outline:none;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}._button_ejtyd_3:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}._button_ejtyd_3:disabled{pointer-events:none;opacity:.5}._default_ejtyd_31{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:0 1px 2px 0 hsl(var(--shadow-base) / .05)}._default_ejtyd_31:hover{background-color:hsl(var(--primary) / .9)}._destructive_ejtyd_38{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground));box-shadow:0 1px 2px 0 hsl(var(--shadow-base) / .05)}._destructive_ejtyd_38:hover{background-color:hsl(var(--destructive) / .9)}._success_ejtyd_45{background-color:hsl(var(--success));color:#fff;box-shadow:0 1px 2px 0 hsl(var(--shadow-base) / .05)}._success_ejtyd_45:hover{background-color:hsl(var(--success) / .9)}._info_ejtyd_52{background-color:hsl(var(--info));color:hsl(var(--primary-foreground));box-shadow:0 1px 2px 0 hsl(var(--shadow-base) / .05)}._info_ejtyd_52:hover{background-color:hsl(var(--info) / .8)}._warning_ejtyd_59{background-color:hsl(var(--warning));color:hsl(var(--primary-foreground));box-shadow:0 1px 2px 0 hsl(var(--shadow-base) / .05)}._warning_ejtyd_59:hover{background-color:hsl(var(--warning) / .8)}._alert_ejtyd_66{background-color:hsl(var(--alert));color:hsl(var(--primary-foreground));box-shadow:0 1px 2px 0 hsl(var(--shadow-base) / .05)}._alert_ejtyd_66:hover{background-color:hsl(var(--alert) / .8)}._outline_ejtyd_73{border:1px solid hsl(var(--input));background-color:hsl(var(--background));color:hsl(var(--foreground));box-shadow:0 1px 2px 0 hsl(var(--shadow-base) / .05)}._outline_ejtyd_73:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._secondary_ejtyd_84{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground));box-shadow:0 1px 2px 0 hsl(var(--shadow-base) / .05)}._secondary_ejtyd_84:hover{background-color:hsl(var(--secondary) / .8)}._ghost_ejtyd_91{color:hsl(var(--foreground));background-color:#0000}._ghost_ejtyd_91:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}._link_ejtyd_100{color:hsl(var(--primary));text-underline-offset:4px;background-color:#0000}._link_ejtyd_100:hover{text-decoration:underline}._sizeDefault_ejtyd_109{height:2.25rem;padding:.5rem 1rem}._sizeSm_ejtyd_110{border-radius:var(--radius-md);height:2rem;padding:0 .75rem;font-size:.75rem}._sizeLg_ejtyd_111{border-radius:var(--radius-md);height:2.5rem;padding:0 2rem}._sizeIcon_ejtyd_112{width:2.25rem;height:2.25rem;padding:0}._iconContainer_1tzdb_1{background:color-mix(in srgb, hsl(var(--destructive)) 15%, transparent);width:3rem;height:3rem;color:hsl(var(--destructive));border-radius:50%;justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}._title_1tzdb_13{color:hsl(var(--foreground));margin-bottom:.5rem;font-size:1.25rem;font-weight:600}._description_1tzdb_20{color:hsl(var(--muted-foreground));margin-bottom:1.5rem;font-size:.9375rem;line-height:1.5}._footer_1tzdb_27{justify-content:flex-end;margin-top:.5rem;display:flex}
