@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:142 65% 38%;--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:142 71% 45%;--success-dark:142 76% 36%;--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%;--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:142 60% 55%;--primary-foreground:142 80% 5%;--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:142 71% 45%;--success-dark:142 76% 36%;--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%;--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;background-color:hsl(var(--background));font:inherit;color:currentColor;border:1.5px solid hsl(var(--border));border-radius:var(--radius-sm);cursor:pointer;place-content:center;width:1rem;height:1rem;margin:0;transition:all .1s;display:grid;position:relative}input[type=checkbox]:before{content:"";background-color:hsl(var(--primary-foreground));clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);width:.65rem;height:.65rem;transition:transform .12s cubic-bezier(.34,1.56,.64,1);transform:scale(0)}input[type=checkbox]:checked{background-color:hsl(var(--primary));border-color:hsl(var(--primary))}input[type=checkbox]:checked:before{transform:scale(1)}input[type=checkbox]:hover:not(:checked):not(:disabled){border-color:hsl(var(--primary) / .5)}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()}._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}
