html,body,#root{min-height:100vh;margin:0}body{color:#242424;background:#fafafa;font-family:Segoe UI Variable Text,Segoe UI Variable,Segoe UI,"Segoe UI Web (West European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}:root[data-theme=dark] body{color:#fff;background:#0a0a0a}.oa-app{flex-direction:column;min-height:100vh;display:flex}.oa-topbar{z-index:20;background:var(--colorNeutralBackground1);border-bottom:1px solid var(--colorNeutralStroke1);align-items:center;gap:8px;height:48px;padding:0 12px 0 16px;display:flex;position:sticky;top:0}.oa-brandmark{color:#1b1505;background:#ffb200;border-radius:6px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.oa-layout{flex:1;align-items:stretch;min-height:0;display:flex}.oa-sidebar{background:var(--colorNeutralBackground1);border-right:1px solid var(--colorNeutralStroke1);flex-direction:column;flex:0 0 272px;align-self:flex-start;gap:1px;width:272px;height:calc(100vh - 48px);padding:8px;display:flex;position:sticky;top:48px;overflow-y:auto}@media (width>=801px){.oa-layout.oa-sidebar-hidden .oa-sidebar{display:none}}.oa-navsection{color:var(--colorNeutralForeground3);padding:12px 12px 4px;font-size:12px;font-weight:600}.oa-navitem.is-active{background:var(--colorNeutralBackground1Selected);border-left:2px solid var(--colorBrandBackground);border-radius:0 6px 6px 0;font-weight:600}.oa-content{flex:1;min-width:0;max-width:1240px;padding:24px 28px 56px}.oa-pagehead{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.oa-pagehead-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.oa-grid-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.oa-grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.oa-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.oa-stack{flex-direction:column;gap:12px;display:flex}.oa-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.oa-section-title{justify-content:space-between;align-items:baseline;gap:12px;margin:24px 0 12px;display:flex}.oa-code{overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.oa-table-scroll{overflow-x:auto}.oa-th{-webkit-user-select:none;user-select:none;position:relative}.oa-th[draggable=true]{cursor:grab}.oa-th.oa-dragging{opacity:.5}.oa-th.oa-drop-target{box-shadow:inset 2px 0 0 var(--colorBrandBackground)}.oa-th .oa-resize-handle{cursor:col-resize;z-index:2;width:9px;position:absolute;top:0;bottom:0;right:-4px}.oa-th .oa-resize-handle:after{content:"";background:0 0;width:1px;position:absolute;top:6px;bottom:6px;left:4px}.oa-th .oa-resize-handle:hover:after,.oa-th .oa-resize-handle.oa-resizing:after{background:var(--colorBrandBackground)}.oa-login{background:var(--colorNeutralBackground2);flex-direction:column;align-items:stretch;min-height:100vh;display:flex}.oa-login-body{flex:1;justify-content:center;align-items:center;width:100%;padding:24px 16px;display:flex}.oa-login-card{width:min(100%,440px)}.oa-splash{text-align:center;flex-direction:column;align-items:center;gap:12px;animation:.4s ease-out both oa-fade-up;display:flex}.oa-splash-seal{place-items:center;width:120px;height:120px;margin-bottom:4px;display:grid;position:relative}.oa-splash-seal:before{content:"";background:var(--colorBrandBackground2);border-radius:50%;animation:2.2s ease-out infinite oa-ping;position:absolute;inset:6px}.oa-splash-ring{border:2px solid #0000;border-top-color:var(--colorBrandBackground);border-right-color:var(--colorBrandBackground);border-radius:50%;animation:1.1s linear infinite oa-spin;position:absolute;inset:0}.oa-splash-bar{background:var(--colorNeutralBackground3);border-radius:999px;width:200px;height:3px;margin-top:4px;overflow:hidden}.oa-splash-bar>span{border-radius:inherit;background:var(--colorBrandBackground);width:40%;height:100%;animation:1.2s ease-in-out infinite oa-slide;display:block}@keyframes oa-spin{to{transform:rotate(360deg)}}@keyframes oa-ping{0%{opacity:.7;transform:scale(.85)}70%{opacity:0;transform:scale(1.06)}to{opacity:0;transform:scale(1.06)}}@keyframes oa-slide{0%{transform:translate(-110%)}to{transform:translate(260%)}}@keyframes oa-fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.oa-splash,.oa-splash-ring,.oa-splash-seal:before,.oa-splash-bar>span{animation:none}}.oa-footer{z-index:15;background:var(--colorNeutralBackground1);border-top:1px solid var(--colorNeutralStroke1);color:var(--colorNeutralForeground3);flex-wrap:wrap;align-items:center;gap:8px;padding:8px 28px;font-size:12px;line-height:1.4;display:flex;position:fixed;bottom:0;left:0;right:0}.oa-app,.oa-login{box-sizing:border-box;padding-bottom:40px}.oa-footer .spacer{flex:1}.oa-center{justify-content:center;align-items:center;min-height:220px;display:flex}.oa-menu-toggle{display:inline-flex}.oa-scrim{display:none}@media (width<=1100px){.oa-grid-4,.oa-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=800px){.oa-content{padding:20px 16px 48px}.oa-pagehead{flex-direction:column;align-items:stretch}.oa-pagehead-actions{justify-content:flex-start}.oa-grid-4,.oa-grid-3,.oa-grid-2{grid-template-columns:1fr}.oa-sidebar{z-index:30;box-shadow:var(--shadow16);transition:transform .2s;position:fixed;top:48px;left:0;transform:translate(-105%)}.oa-sidebar.open{transform:translate(0)}.oa-menu-toggle{display:inline-flex}.oa-scrim{z-index:25;background:#0006;display:block;position:fixed;inset:48px 0 0}}
