:root{--Background: #F4F4F4;--Primary-Light: #0094C644;--Primary-Mid: #0094C6;--Primary-Dark: #094074;--Input-Border: #D1D0D4;--Input-Border-Hover: #808A8b;--Input-Border-Focus: #006A71;--Neutral-00: #FFFFFF;--Neutral-01: #DDDDDD;--Neutral-02: #AAAAAA;--Neutral-03: #888888;--Neutral-04: #555555;--Neutral-05: #333333;--Neutral-99: #000000;--Error: #B3261E;--Error-Surface: #FCEEED;--Success: #1B6B3A;--Success-Surface: #EDF7F1;--surface: #F4F4F4;--surface-raised: #FFFFFF;--surface-sunken: #E9E9EB;--surface-hover: #F0F0F2;--text: #1F2227;--text-muted: #5A6068;--text-inverse: #FFFFFF;--border: #D1D0D4;--border-strong: #8A9099;--primary: #094074;--primary-hover: #0B4E8C;--accent: #0094C6;--accent-subtle: #0094C622;--text-on-primary: #FFFFFF;--feedback-error: #B3261E;--feedback-error-surface: #FCEEED;--feedback-success: #1B6B3A;--feedback-success-surface: #EDF7F1;--danger: #B3261E;--danger-hover: #8F1E17;--text-on-danger: #FFFFFF;--focus-ring: 0 0 0 3px #0094C655;--elevation: 0 2px 8px 0 rgba(31, 34, 39, .14);--overlay: rgba(0, 0, 0, .6)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--surface: #14161A;--surface-raised: #1C1F25;--surface-sunken: #0F1114;--surface-hover: #242830;--text: #E6E9EF;--text-muted: #9BA3B0;--text-inverse: #14161A;--border: #2C313A;--border-strong: #4A515C;--primary: #38B6E8;--primary-hover: #5CC6F0;--accent: #38B6E8;--accent-subtle: #38B6E826;--text-on-primary: #0F1114;--feedback-error: #F0938C;--feedback-error-surface: #2B1A19;--feedback-success: #74D69E;--feedback-success-surface: #142620;--danger: #B3423A;--danger-hover: #C9524A;--text-on-danger: #FFFFFF;--focus-ring: 0 0 0 3px #38B6E866;--elevation: 0 2px 10px 0 rgba(0, 0, 0, .55);--overlay: rgba(0, 0, 0, .75)}}:root[data-theme=dark]{--surface: #14161A;--surface-raised: #1C1F25;--surface-sunken: #0F1114;--surface-hover: #242830;--text: #E6E9EF;--text-muted: #9BA3B0;--text-inverse: #14161A;--border: #2C313A;--border-strong: #4A515C;--primary: #38B6E8;--primary-hover: #5CC6F0;--accent: #38B6E8;--accent-subtle: #38B6E826;--text-on-primary: #0F1114;--feedback-error: #F0938C;--feedback-error-surface: #2B1A19;--feedback-success: #74D69E;--feedback-success-surface: #142620;--danger: #B3423A;--danger-hover: #C9524A;--text-on-danger: #FFFFFF;--focus-ring: 0 0 0 3px #38B6E866;--elevation: 0 2px 10px 0 rgba(0, 0, 0, .55);--overlay: rgba(0, 0, 0, .75)}:root{--nav-height: 60px;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:light dark}:root[data-theme=light]{color-scheme:light}:root[data-theme=dark]{color-scheme:dark}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:100%;height:100%}body{height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1rem;line-height:1.5;background-color:var(--surface);color:var(--text);overflow:hidden;overscroll-behavior:none}#root{height:100%;overflow-x:clip}h1{font-size:1.5rem;line-height:1.3}h2{font-size:1.25rem;line-height:1.3}h3{font-size:1.0625rem;line-height:1.35}a{color:var(--accent)}input,textarea,select{font-size:max(1rem,1em)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.visuallyHidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._container_7r986_1{width:100%;height:60px;border-bottom:1px solid var(--border);position:fixed;top:0;left:0;display:flex;background-color:var(--surface-raised);justify-content:space-between;align-items:center;padding:0 20px;z-index:900}._container_7r986_1 ._nav_7r986_15{display:flex;flex-direction:row;align-items:center;gap:12px;min-width:0;overflow-x:auto;scrollbar-width:none}._container_7r986_1 ._nav_7r986_15 a{color:var(--accent);transition:background-color .2s ease,color .2s ease;width:38px;height:38px;display:flex;justify-content:center;align-items:center;border-radius:8px}._container_7r986_1 ._nav_7r986_15 a:hover{background-color:var(--accent-subtle)}._container_7r986_1 ._nav_7r986_15 a:focus-visible{outline:none;box-shadow:var(--focus-ring)}._container_7r986_1 ._nav_7r986_15 a._active_7r986_46{background-color:var(--primary);color:var(--text-on-primary)}._logo_7r986_53{height:45px;align-self:center;flex-shrink:0}._container_7r986_1 ._nav_7r986_15::-webkit-scrollbar{display:none}._actions_7r986_63{display:flex;flex-direction:row;align-items:center;gap:4px;flex-shrink:0}._iconBtn_7r986_71,._homeBtn_7r986_72{background-color:transparent;border:0;color:var(--accent);cursor:pointer;border-radius:8px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}._iconBtn_7r986_71:hover,._homeBtn_7r986_72:hover{background-color:var(--accent-subtle)}._iconBtn_7r986_71:focus-visible,._homeBtn_7r986_72:focus-visible{outline:none;box-shadow:var(--focus-ring)}@media(max-width:560px){._container_7r986_1{padding:0 8px;gap:4px}._container_7r986_1 ._nav_7r986_15{gap:2px}._container_7r986_1 ._nav_7r986_15 a{width:34px;height:34px}._logo_7r986_53{height:32px!important}._iconBtn_7r986_71,._homeBtn_7r986_72{width:34px;height:34px}}._container_af0nd_1{display:grid}._loader_rw5bh_1{border-radius:50%;animation-name:_spin_rw5bh_1;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes _spin_rw5bh_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._container_1my5e_1{display:flex;flex-direction:column;align-items:flex-start;gap:12px;max-width:32rem;margin:15vh auto 0;padding:24px}._container_1my5e_1 h1{font-size:1.5rem}._container_1my5e_1 p{font-size:.9375rem;line-height:1.5;color:var(--Neutral-04)}._container_1my5e_1 button{padding:8px 16px;border:0;border-radius:4px;background-color:var(--Primary-Mid);color:var(--Neutral-00);font-size:.9375rem;cursor:pointer}._container_1my5e_1 button:hover{background-color:var(--Primary-Dark)}._detail_1my5e_35{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8125rem!important;padding:8px 10px;border-radius:4px;background-color:var(--Neutral-01);align-self:stretch;word-break:break-word}
