:root{color-scheme:light;--system-green: #5dac83;--system-blue: #2e56ff;--system-yellow: #eab308;--system-red: #dc2626;--primary: var(--system-blue);--primary-10: rgba(46, 86, 255, .1);--primary-09: rgba(46, 86, 255, .09);--accent: var(--system-green);--danger: var(--system-red);--brand-50: rgba(46, 86, 255, .08);--brand-100: rgba(46, 86, 255, .15);--brand-500: #4263eb;--brand-600: var(--system-blue);--brand-700: #2445d8;--green-500: var(--system-green);--amber-500: var(--system-yellow);--red-500: var(--system-red);--violet-500: #7c5ce5;--canvas: #f7f7f7;--panel: #ffffff;--surface: #ffffff;--surface-soft: rgba(15, 23, 42, .03);--surface-hover: rgba(15, 23, 42, .06);--main-background: var(--primary-09);--text: #0f172a;--text-soft: #334155;--muted: #6d737c;--ink-950: #0f172a;--ink-800: #1e293b;--ink-700: #334155;--ink-500: #64748b;--ink-400: #94a3b8;--border: rgba(15, 23, 42, .12);--border-strong: rgba(15, 23, 42, .18);--focus-ring: 0 0 0 3px rgba(46, 86, 255, .2);--shadow-sm: none;--shadow-md: 0 12px 30px rgba(15, 23, 42, .12);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 14px;--radius-xl: 16px;--radius-pill: 999px;--sidebar-width: 280px;--sidebar-collapsed-width: 70px;--topbar-height: 70px;--main-padding: 22px;--card-padding: 20px;--content-width: none;--font-sans: "Pogonia", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--text-xs: 11px;--text-sm: 12px;--text-md: 14px;--text-lg: 16px;--text-xl: 18px;--text-2xl: 24px;--motion-fast: .16s;--motion-base: .22s}@media(max-width:920px){:root{--topbar-height: 58px;--main-padding: 12px;--card-padding: 14px}}@media(prefers-reduced-motion:reduce){:root{--motion-fast: 0ms;--motion-base: 0ms}}*,*:before,*:after{box-sizing:border-box}@font-face{font-family:Pogonia;src:url(../../../fonts/pogonia/Pogonia-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:optional}@font-face{font-family:Pogonia;src:url(../../../fonts/pogonia/Pogonia-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:optional}@font-face{font-family:Pogonia;src:url(../../../fonts/pogonia/Pogonia-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:optional}@font-face{font-family:Pogonia;src:url(../../../fonts/pogonia/Pogonia-Semibold.woff) format("woff");font-weight:600;font-style:normal;font-display:optional}html{min-width:320px;background:var(--canvas);font-family:var(--font-sans);color:var(--ink-950);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body{min-height:100vh;margin:0;background:var(--canvas)}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-block:0}ul{margin:0;padding:0;list-style:none}svg{display:block;flex:0 0 auto}:focus-visible{outline:none;box-shadow:var(--focus-ring)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}::selection{color:#fff;background:var(--brand-600)}.tab-system{display:flex;width:100%;min-width:0;flex-direction:column}.tab-list{position:relative;z-index:6;display:flex;width:100%;min-width:0;max-width:100%;align-items:flex-end;gap:6px;padding:0 20px;margin-bottom:-1px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scrollbar-width:none;isolation:isolate}.tab-list::-webkit-scrollbar{display:none}.tab-button{position:relative;display:inline-flex;min-height:42px;flex:0 0 auto;align-items:center;justify-content:center;gap:7px;padding:9px 14px;border-radius:var(--radius-lg) var(--radius-lg) 0 0;font-size:var(--text-md);font-weight:500;line-height:1.2;white-space:nowrap;transition:margin var(--motion-fast) ease,background var(--motion-fast) ease,box-shadow var(--motion-fast) ease,color var(--motion-fast) ease}.tab-button--inactive{border-width:1px 1px 0;border-style:solid;border-color:#d5d6d9;color:var(--muted);background:linear-gradient(to top,#d5d6d9,#e4e8ed 30%);box-shadow:1px 2px 4px #31343a33}.tab-button--inactive:hover{color:var(--text-soft);background:linear-gradient(to top,#e4e8ed,#efefef 30%)}.tab-button--active{border:0;color:var(--text);background:#fff;box-shadow:none;font-weight:600}.tab-button:focus-visible{box-shadow:var(--focus-ring)}.tab-button__badge{min-width:20px;padding:2px 6px;border-radius:var(--radius-pill);color:var(--ink-500);background:var(--surface-hover);font-size:10px}.tab-button--active .tab-button__badge{color:var(--text-soft)}.tab-list.overlapping{gap:0}.tab-list.overlapping .tab-button+.tab-button{margin-left:calc(-1 * var(--tab-overlap))}.tab-list.overlapping .tab-button--active:not(:first-child),.tab-list.overlapping .tab-button--active+.tab-button{margin-left:6px}.tab-panel{position:relative;z-index:10;width:100%;min-width:0;min-height:var(--tab-panel-min-height);padding:clamp(18px,3vw,30px);border:0;border-radius:var(--radius-xl);background:#fff}@media(max-width:760px){.tab-list{padding-inline:8px}.tab-button{min-height:40px;padding:9px 14px}}@media(max-width:640px){.tab-panel{min-height:var(--tab-panel-mobile-min-height);padding:16px;border-radius:var(--radius-lg)}}
