@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--font-size: 14px;--background: #f4fafb;--foreground: #0f2e45;--card: #ffffff;--card-foreground: #0f2e45;--popover: #ffffff;--popover-foreground: #0f2e45;--primary: #1e4a6a;--primary-hover: #2f6f8e;--primary-foreground: #ffffff;--secondary: #4fc3c6;--secondary-foreground: #ffffff;--accent: #7edfe1;--accent-foreground: #0f2e45;--text-primary: #0f2e45;--text-secondary: #4c6a7c;--text-disabled: #9aaeb9;--muted: #eaf6f7;--muted-foreground: #4c6a7c;--border: #d4e6ea;--input: transparent;--input-background: #ffffff;--switch-background: #d4e6ea;--ring: #4fc3c6;--ring-rgb: 79, 195, 198;--success: #35b38a;--warning: #f4a261;--destructive: #e76f51;--destructive-rgb: 231, 111, 81;--destructive-foreground: #ffffff;--chart-1: #1e4a6a;--chart-2: #4fc3c6;--chart-3: #7edfe1;--chart-4: #35b38a;--chart-5: #f4a261;--sidebar: #ffffff;--sidebar-foreground: #0f2e45;--sidebar-primary: #1e4a6a;--sidebar-primary-foreground: #ffffff;--sidebar-accent: #eaf6f7;--sidebar-accent-foreground: #0f2e45;--sidebar-border: #d4e6ea;--sidebar-ring: #4fc3c6}.dark{--background: #0f1419;--foreground: #e6edf3;--card: #1c2128;--card-foreground: #e6edf3;--popover: #1c2128;--popover-foreground: #e6edf3;--primary: #4fc3c6;--primary-hover: #5ed6d8;--primary-foreground: #0f1419;--secondary: #2d3748;--secondary-foreground: #e6edf3;--accent: #7edfe1;--accent-foreground: #0f1419;--text-primary: #e6edf3;--text-secondary: #8b949e;--text-disabled: #6e7681;--muted: #22272e;--muted-foreground: #8b949e;--border: #2d333b;--input: #22272e;--input-background: #1c2128;--switch-background: #2d333b;--ring: #4fc3c6;--ring-rgb: 79, 195, 198;--success: #3fb950;--warning: #d29922;--destructive: #f85149;--destructive-rgb: 248, 81, 73;--destructive-foreground: #e6edf3;--chart-1: #4fc3c6;--chart-2: #7edfe1;--chart-3: #2d5b7b;--chart-4: #3fb950;--chart-5: #d29922;--sidebar: #1c2128;--sidebar-foreground: #e6edf3;--sidebar-primary: #4fc3c6;--sidebar-primary-foreground: #0f1419;--sidebar-accent: #22272e;--sidebar-accent-foreground: #e6edf3;--sidebar-border: #2d333b;--sidebar-ring: #4fc3c6}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{height:100%;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{height:100%;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ul,ol{list-style:none}a{color:inherit;text-decoration:none}button{cursor:pointer;background:none;border:none}#root{height:100%;isolation:isolate}body{font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:var(--text-primary)}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;color:var(--text-primary)}h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{line-height:1.625}small{font-size:.875rem}code,kbd,pre{font-family:JetBrains Mono,Fira Code,ui-monospace,monospace;font-size:.9em}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes slide-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-down{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-right{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-in{animation:fade-in .25s ease both}.animate-slide-up{animation:slide-up .25s ease both}.animate-slide-down{animation:slide-down .25s ease both}.animate-scale-in{animation:scale-in .15s ease both}.animate-spin{animation:spin 1s linear infinite}.animate-pulse{animation:pulse 2s ease-in-out infinite}:root{--radius: .625rem;--radius-sm: calc(.625rem - 4px) ;--radius-md: calc(.625rem - 2px) ;--radius-lg: .625rem;--radius-xl: calc(.625rem + 4px) }html{font-size:var(--font-size);font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif}body{background-color:var(--background);color:var(--foreground);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .25s ease,color .25s ease}*,*:before,*:after{border-color:var(--border)}input[type=password]::-webkit-password-toggle-button{display:none}input[type=password]::-ms-reveal{display:none}._sidebar_c619a_13{display:flex;flex-direction:column;flex-shrink:0;width:16rem;height:100vh;background-color:var(--sidebar);border-right:1px solid var(--sidebar-border);overflow:visible}._brand_c619a_24{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;padding:1.5rem;border-bottom:1px solid var(--sidebar-border)}._brandMark_c619a_33{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;border-radius:calc(.625rem - 2px);background:linear-gradient(135deg,#2f6f8e,#4fc3c6);color:var(--sidebar);font-size:.875rem;font-weight:700;letter-spacing:.03em}._brandName_c619a_48{font-size:1rem;font-weight:600;color:var(--sidebar-foreground);line-height:1.4}._brandSub_c619a_55{font-size:.875rem;color:var(--muted-foreground);line-height:1.4}._nav_c619a_61{display:flex;flex-direction:column;scrollbar-width:thin;scrollbar-color:var(--border) transparent}._nav_c619a_61::-webkit-scrollbar{width:6px;height:6px}._nav_c619a_61::-webkit-scrollbar-track{background:transparent}._nav_c619a_61::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:9999px}._nav_c619a_61{flex:1;gap:.5rem;padding:1rem;overflow-y:auto}._navItem_c619a_85{position:relative;display:flex;align-items:center;justify-content:center;justify-content:flex-start;gap:.75rem;padding:.5rem .75rem;border-radius:calc(.625rem - 2px);font-size:1rem;font-weight:400;color:var(--muted-foreground);transition:background-color .15s ease,color .15s ease}._navItem_c619a_85:hover{background-color:color-mix(in oklab,var(--sidebar-accent) 50%,transparent);color:var(--sidebar-foreground)}._navItemActive_c619a_104,._navItemActive_c619a_104:hover{background-color:var(--sidebar-accent);color:var(--sidebar-accent-foreground)}._footer_c619a_113{display:flex;flex-direction:column;gap:.75rem;padding:1rem;border-top:1px solid var(--sidebar-border)}._themeToggle_c619a_121{display:flex;align-items:center;justify-content:center;justify-content:flex-start;gap:.75rem;width:100%;padding:.5rem .75rem;border-radius:calc(.625rem - 2px);border:1px solid var(--border);font-size:.875rem;font-weight:500;color:var(--muted-foreground);background:transparent;transition:background-color .15s ease,color .15s ease,border-color .15s ease}._themeToggle_c619a_121:hover{background-color:color-mix(in oklab,var(--sidebar-accent) 50%,transparent);color:var(--sidebar-foreground);border-color:var(--ring)}._themeToggle_c619a_121:focus-visible{outline:2px solid var(--ring);outline-offset:2px}._profile_c619a_147{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:calc(.625rem - 2px);transition:background-color .15s ease;cursor:pointer}._profile_c619a_147:hover{background-color:var(--sidebar-accent)}._avatar_c619a_160{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:34px;height:34px;border-radius:9999px;background-color:var(--sidebar-primary);color:var(--sidebar-primary-foreground);font-size:.75rem;font-weight:700;letter-spacing:.04em}._profileInfo_c619a_175{display:flex;flex-direction:column;min-width:0}._profileName_c619a_181{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;font-weight:500;color:var(--sidebar-foreground);line-height:1.2}._profileRole_c619a_191{font-size:.6875rem;color:var(--muted-foreground);line-height:1.2}._profileMenu_c619a_197{position:relative}._menuPanel_c619a_201{position:absolute;left:16rem;min-width:220px;bottom:0;background-color:var(--popover);border:1px solid var(--border);border-left:none;box-shadow:0 10px 30px #0206171f;overflow:hidden;z-index:50}._menuItems_c619a_214{padding:.25rem .5 0}._menuItem_c619a_214{width:100%;display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;text-align:left;background:transparent;border:none;cursor:pointer;transition:background-color .15s ease}._menuItem_c619a_214:hover{background-color:color-mix(in oklab,var(--muted) 38%,transparent)}._menuItem_c619a_214:hover ._menuItemIcon_c619a_234{background-color:var(--background);color:var(--foreground)}._menuItemIcon_c619a_234{width:28px;height:28px;border-radius:calc(.625rem - 2px);background:var(--muted);color:var(--muted-foreground);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background-color .15s ease,color .15s ease}._menuItemLabel_c619a_252{font-size:.75rem;font-weight:500;color:var(--sidebar-foreground);line-height:1}._menuItemDesc_c619a_259{font-size:10px;color:var(--muted-foreground);line-height:1.375;margin-top:.125rem}._logoutSection_c619a_266{border-top:1px solid var(--border);padding-top:.25rem .5}._logoutSection_c619a_266:hover ._menuItem_c619a_214,._logoutSection_c619a_266:hover ._menuItemIcon_c619a_234{background-color:color-mix(in oklab,var(--destructive) 10%,transparent);color:var(--destructive)}._logoutSection_c619a_266:hover ._menuItemLabel_c619a_252{color:var(--destructive)}._shell_kv81n_5{display:flex;height:100vh;overflow:hidden;background-color:var(--background)}._main_kv81n_12{flex:1;overflow-y:auto;padding:1.5rem 2rem;scrollbar-width:thin;scrollbar-color:var(--border) transparent}._main_kv81n_12::-webkit-scrollbar{width:6px;height:6px}._main_kv81n_12::-webkit-scrollbar-track{background:transparent}._main_kv81n_12::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:9999px}@media(min-width:1024px){._main_kv81n_12{padding:2rem 2.5rem}}._shell_1rrdc_13{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:var(--background);padding:1.5rem}._card_1rrdc_22{width:100%;max-width:400px}._overlay_14of1_5{display:flex;align-items:center;justify-content:center;width:100%;min-height:100dvh}._spinner_14of1_13{display:block;width:2.5rem;height:2.5rem;border-radius:9999px;border:3px solid var(--muted);border-top-color:var(--primary);animation:_spin_14of1_13 .6s linear infinite}@keyframes _spin_14of1_13{to{transform:rotate(360deg)}}._button_1t0zw_5{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:calc(.625rem - 2px);font-size:1rem;font-weight:500;border:none;background:transparent;color:inherit;cursor:pointer;padding:0;text-decoration:none;outline:none;flex-shrink:0;transition:background-color .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease}._button_1t0zw_5:disabled{cursor:not-allowed;pointer-events:none;opacity:.5}._button_1t0zw_5:focus-visible{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in oklab,var(--ring) 50%,transparent)}._button_1t0zw_5 svg{pointer-events:none;flex-shrink:0}._button_1t0zw_5 svg:not([class*=size-]){width:1em;height:1em}._default_1t0zw_43{background-color:var(--primary);color:var(--primary-foreground)}._default_1t0zw_43:hover:not(:disabled){background-color:color-mix(in oklab,var(--primary) 90%,transparent)}._default_1t0zw_43:active:not(:disabled){background-color:color-mix(in oklab,var(--primary) 95%,transparent)}._destructive_1t0zw_54{background-color:var(--destructive);color:var(--destructive-foreground)}._destructive_1t0zw_54:hover:not(:disabled){background-color:color-mix(in oklab,var(--destructive) 90%,transparent)}._destructive_1t0zw_54:active:not(:disabled){background-color:color-mix(in oklab,var(--destructive) 95%,transparent)}._destructive_1t0zw_54:focus-visible{box-shadow:0 0 0 3px color-mix(in oklab,var(--destructive) 20%,transparent)}.dark ._destructive_1t0zw_54{background-color:color-mix(in oklab,var(--destructive) 60%,transparent)}.dark ._destructive_1t0zw_54:focus-visible{box-shadow:0 0 0 3px color-mix(in oklab,var(--destructive) 40%,transparent)}._outline_1t0zw_74{background-color:transparent;color:var(--foreground);border:1px solid var(--border)}._outline_1t0zw_74:hover:not(:disabled){color:var(--accent-foreground);background-color:color-mix(in oklab,var(--accent) 90%,transparent)}._outline_1t0zw_74:active:not(:disabled){color:var(--accent-foreground);background-color:var(--accent)}._outline_1t0zw_74:focus-visible{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in oklab,var(--ring) 50%,transparent)}.dark ._outline_1t0zw_74:hover:not(:disabled){background-color:color-mix(in oklab,var(--accent) 50%,transparent)}.dark ._outline_1t0zw_74:active:not(:disabled){background-color:color-mix(in oklab,var(--accent) 60%,transparent)}._secondary_1t0zw_98{background-color:var(--secondary);color:var(--secondary-foreground)}._secondary_1t0zw_98:hover:not(:disabled){background-color:color-mix(in oklab,var(--secondary) 80%,transparent)}._secondary_1t0zw_98:active:not(:disabled){background-color:color-mix(in oklab,var(--secondary) 90%,transparent)}._ghost_1t0zw_109{background-color:transparent;color:inherit}._ghost_1t0zw_109:hover:not(:disabled){color:var(--accent-foreground);background-color:color-mix(in oklab,var(--accent) 90%,transparent)}._ghost_1t0zw_109:active:not(:disabled){color:var(--accent-foreground);background-color:var(--accent)}._ghost_1t0zw_109:focus-visible{box-shadow:0 0 0 3px color-mix(in oklab,var(--ring) 50%,transparent)}.dark ._ghost_1t0zw_109:hover:not(:disabled){background-color:color-mix(in oklab,var(--accent) 50%,transparent)}.dark ._ghost_1t0zw_109:active:not(:disabled){background-color:color-mix(in oklab,var(--accent) 60%,transparent)}._link_1t0zw_131{background-color:transparent;color:var(--primary);text-underline-offset:4px}._link_1t0zw_131:hover:not(:disabled){text-decoration:underline}._link_1t0zw_131:active:not(:disabled){text-decoration:underline}._sm_1t0zw_144{height:2rem;gap:.375rem;font-size:.875rem;padding:.5rem .75rem;border-radius:calc(.625rem - 2px)}._sm_1t0zw_144:has(>svg){padding-left:.5rem;padding-right:.5rem}._md_1t0zw_156{height:2.25rem;padding:.5rem 1rem;border-radius:calc(.625rem - 2px)}._md_1t0zw_156:has(>svg){padding-left:.75rem;padding-right:.75rem}._lg_1t0zw_166{height:2.5rem;padding:.75rem 1.25rem;border-radius:calc(.625rem - 2px)}._lg_1t0zw_166:has(>svg){padding-left:1rem;padding-right:1rem}._icon_1t0zw_176{width:2.25rem;height:2.25rem;padding:0;border-radius:calc(.625rem - 2px)}._container_3xdh0_5{display:flex;align-items:center;justify-content:center;min-height:100dvh;background-color:var(--background);padding:1rem}._card_3xdh0_14{max-width:56rem;width:100%;display:grid;gap:2rem}._center_3xdh0_21{display:flex;justify-content:center}._relative_3xdh0_26{position:relative}._iconCircle_3xdh0_30{width:8rem;height:8rem;border-radius:9999px;background-color:rgba(var(--destructive-rgb, 231, 111, 81),.06);display:flex;align-items:center;justify-content:center;border:2px solid rgba(var(--destructive-rgb, 231, 111, 81),.12)}._icon_3xdh0_30{width:4rem;height:4rem;color:var(--destructive)}._accentTopRight_3xdh0_47{position:absolute;top:-.5rem;right:-.5rem;width:1.25rem;height:1.25rem;border-radius:9999px;background-color:rgba(var(--destructive-rgb, 231, 111, 81),.28);animation:_pulse_3xdh0_1 2s infinite}._accentBottomLeft_3xdh0_58{position:absolute;bottom:-.25rem;left:-.25rem;width:.75rem;height:.75rem;border-radius:9999px;background-color:rgba(var(--warning-rgb, 244, 162, 97),.36);animation:_pulse_3xdh0_1 2s infinite 75ms}._header_3xdh0_69{display:flex;flex-direction:column;align-items:center;text-align:center}._title_3xdh0_76{font-size:1.875rem;font-weight:600;color:var(--foreground);margin:0}._desc_3xdh0_83{color:var(--muted-foreground);max-width:40rem}._details_3xdh0_88{background-color:var(--card);border:1px solid var(--border);border-radius:calc(.625rem - 2px);overflow:hidden}._summary_3xdh0_95{padding:.75rem 1rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between}._summaryLabel_3xdh0_103{display:flex;align-items:center;gap:.5rem;color:var(--foreground);font-size:.875rem;font-weight:500}._summaryNote_3xdh0_112{font-size:.75rem;color:var(--muted-foreground)}._summaryBody_3xdh0_117{padding:.75rem 1rem;border-top:1px solid var(--border);background-color:rgba(var(--muted-rgb, 234, 246, 247),.12)}._codeTitle_3xdh0_123{font-size:.75rem;font-weight:500;color:var(--muted-foreground);margin-bottom:.5rem}._codeBlock_3xdh0_130{font-size:.875rem;color:var(--destructive);background-color:rgba(var(--destructive-rgb, 231, 111, 81),.06);padding:.5rem;border-radius:calc(.625rem - 4px);display:block;overflow-x:auto}._pre_3xdh0_140{font-size:.75rem;color:var(--muted-foreground);background-color:var(--muted);padding:.75rem;border-radius:calc(.625rem - 4px);max-height:12rem;overflow:auto}._actions_3xdh0_150{display:flex;gap:.75rem;flex-direction:column;justify-content:center;align-items:center}@media(min-width:640px){._actions_3xdh0_150{flex-direction:row}}._btnGap_3xdh0_163{display:inline-flex;gap:.5rem}._help_3xdh0_168{display:flex;flex-direction:column;align-items:center;padding-top:1.5rem;border-top:1px solid var(--border);text-align:center}._helpList_3xdh0_177{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}._helpBtn_3xdh0_184{color:var(--primary)}@keyframes _pulse_3xdh0_1{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
