:root{--color-bg-canvas:#f3f6fb;--color-bg-surface:#fff;--color-bg-surface-subtle:#f3f7ff;--color-bg-accent:#1469ff;--color-bg-brand:#072356;--color-bg-danger:#fff0f2;--color-bg-success:#e7f7f1;--color-bg-warning:#fff7e5;--color-text-primary:#102342;--color-text-secondary:#56657a;--color-text-brand:#0f57d8;--color-text-danger:#c43b4d;--color-text-success:#127a58;--color-text-warning:#9a6610;--color-text-inverse:#fff;--color-border-default:#dce4f0;--brand-blue:#1469ff;--jdtg-brand-blue-hover:#0f57d8;--brand-navy:#072356;--brand-gold:#cfaa4e;--ink:#102342;--muted:#63718a;--line:#dce4f0;--jdtg-white:#fff;--jdtg-danger:#c43b4d;--jdtg-danger-pale:#fff0f2;--warning:#9a6610;--warning-pale:#fff7e5;--positive:#127a58;--positive-pale:#e7f7f1;--jdtg-neutral-soft:#e9eef6;--space-xs:4px;--space-sm:8px;--space-md:12px;--space-lg:16px;--space-xl:20px;--space-2xl:24px;--space-3xl:32px;--space-4xl:40px;--space-5xl:48px;--space-6xl:64px;--radius-md:12px;--radius-full:999px;--jdtg-font:"Noto Sans SC", sans-serif}*{box-sizing:border-box}html,body{min-width:1280px;min-height:100%;margin:0}body{background:var(--color-bg-canvas);color:var(--color-text-primary);font-family:var(--jdtg-font);letter-spacing:0}button,input,textarea,select{font:inherit;letter-spacing:0}.jdtg-app-shell{background:var(--color-bg-canvas);grid-template-columns:248px minmax(0,1fr);min-height:100vh;display:grid}.jdtg-sidebar{z-index:10;border-right:1px solid var(--color-border-default);background:var(--color-bg-surface);width:248px;height:100vh;min-height:100vh;padding:0;display:block;position:fixed;inset:0 auto 0 0;overflow:hidden}.jdtg-sidebar-brand{width:200px;height:80px;display:block;position:absolute;top:17px;left:23px}.jdtg-sidebar-brand .jdtg-brand-asset{flex:none;width:166px;height:40px;position:absolute;top:0;left:0}.jdtg-product-lockup{align-items:flex-start;gap:4px;width:200px;height:30px;padding:0;display:flex;position:absolute;top:50px;left:0}.jdtg-product-lockup strong{width:88px;height:30px;color:var(--color-text-primary);white-space:nowrap;font-size:20px;font-weight:700;line-height:30px;display:block}.jdtg-product-lockup span{width:108px;height:18px;color:var(--color-text-secondary);white-space:nowrap;margin-top:5px;font-size:12px;font-weight:500;line-height:18px;display:block}.jdtg-sidebar-workspace-label{width:180px;height:20px;color:var(--color-text-secondary);white-space:nowrap;font-size:12px;font-weight:500;line-height:20px;position:absolute;top:121px;left:23px}.jdtg-sidebar-nav{flex-direction:column;gap:8px;width:236px;height:328px;margin:0;display:flex;position:absolute;top:157px;left:5px}.jdtg-sidebar-nav .jdtg-navigation-item{border:0;flex:0 0 48px;width:236px;min-width:236px}.jdtg-sidebar-nav .jdtg-navigation-item:hover:not([data-state=Disabled]){background:var(--jdtg-neutral-soft)}.jdtg-sidebar-nav .jdtg-navigation-item:focus-visible{outline:2px solid var(--brand-gold);outline-offset:2px}.jdtg-sidebar-footer{width:208px;height:72px;color:var(--color-text-secondary);font-size:11px;position:absolute;bottom:25px;left:19px}.jdtg-environment{box-sizing:border-box;background:var(--color-bg-surface-subtle);border:0;border-radius:8px;width:208px;height:72px;display:block;position:relative}.jdtg-environment-copy{flex-direction:column;gap:2px;min-width:0;display:flex;position:absolute;top:12px;left:16px}.jdtg-environment-label{color:var(--color-text-secondary);font-size:12px;font-weight:500;line-height:18px}.jdtg-environment-name{color:var(--color-text-primary);white-space:nowrap;font-size:12px;font-weight:700;line-height:18px}.jdtg-environment-status{width:8px;height:8px;display:block;position:absolute;top:32px;right:19px}.jdtg-environment-status-dot{background:var(--color-text-success);border-radius:50%;width:8px;height:8px;display:block}.jdtg-environment-status-label{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.jdtg-shell-main{grid-column:2;min-width:0;min-height:100vh}.jdtg-topbar{z-index:5;border-bottom:1px solid var(--color-border-default);background:var(--color-bg-surface);justify-content:space-between;align-items:flex-start;gap:24px;height:72px;padding:0 49px 0 31px;display:flex;position:sticky;top:0}.jdtg-topbar-copy{min-width:0;padding-top:15px}.jdtg-topbar-copy h1{color:var(--color-text-primary);margin:0;font-size:20px;font-weight:700;line-height:28px}.jdtg-topbar-copy p{color:var(--color-text-secondary);margin:-2px 0 0;font-size:12px;line-height:18px}.jdtg-topbar-actions{align-items:flex-start;gap:16px;height:72px;display:flex}.jdtg-topbar-actions .jdtg-brand-asset{object-fit:contain;width:160px;height:64px;margin-top:3px}.jdtg-shell-content{min-width:0;padding:32px}.jdtg-button{appearance:none;transition:background-color .12s,border-color .12s,box-shadow .12s}.jdtg-button:hover:not(:disabled){background:var(--color-bg-surface-subtle)}.jdtg-button-primary:hover:not(:disabled){color:#fff;background:#0f57d8;border-color:#0f57d8}.jdtg-button-primary:active:not(:disabled){background:var(--brand-navy);border-color:var(--brand-navy)}.jdtg-button:focus-visible{outline:2px solid var(--brand-gold);outline-offset:2px}.jdtg-table-striped .jdtg-table-row:nth-child(2n){background:var(--color-bg-surface-subtle)}.jdtg-table-compact .jdtg-table-row{height:62px}.jdtg-table-row-selected{background:#eaf2ff!important}.jdtg-input-control:focus{outline:2px solid var(--color-bg-accent);outline-offset:-2px}.jdtg-alert-close:focus-visible{outline:2px solid var(--brand-gold);outline-offset:2px}
