:root{--bg: #f4efe6;--surface: #f8f5ef;--surface-raised: #ffffff;--text: #0b1f59;--muted: #65708a;--border: #d9d4c9;--border-strong: #c4bda8;--accent: #e4832b;--accent-text: #ffffff;--focus: #7a5cff}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:Space Grotesk,Segoe UI,Tahoma,sans-serif;line-height:1.35;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.staff-shell{padding:24px;max-width:1460px;margin:0 auto}.staff-shell-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;flex-wrap:nowrap;margin-bottom:20px}.staff-branding{display:flex;align-items:flex-start;gap:14px}.staff-brand-mark{display:flex;align-items:center;justify-content:center;width:110px;min-width:110px;height:72px;border-radius:0;background:transparent;border:0;color:#fff;overflow:visible;box-shadow:none;font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.staff-brand-mark img{width:107px;max-width:100%;height:auto;object-fit:contain;object-position:center;padding:0}.staff-kicker{font-size:12px;letter-spacing:.2em;text-transform:uppercase}.staff-title{margin:4px 0;font-size:48px;letter-spacing:-.01em;line-height:1.05}.staff-env{font-size:12px;color:var(--muted)}.staff-shell-actions{display:grid;gap:10px;justify-items:end;align-items:end;margin-left:auto;min-width:0;width:min(760px,100%)}.staff-shell-actions-top{display:flex;gap:14px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.staff-identity{display:grid;gap:4px}.staff-identity-label{font-size:12px;color:var(--muted)}.staff-identity-value{font-weight:600}.staff-api-health{display:flex;align-items:center;gap:6px;font-size:12px}.staff-top-search{display:flex;gap:8px;align-items:center;justify-content:flex-end}.staff-top-search input{min-width:0;width:min(360px,100%)}.staff-scope-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.staff-scope-row select{width:320px;min-width:320px;flex:0 0 320px}.staff-scope-label{font-size:12px;color:var(--muted)}.staff-shell-content{display:flex;gap:20px;align-items:flex-start}.staff-sidebar{display:grid;gap:8px;flex:0 0 230px;width:230px;position:sticky;top:12px}.staff-nav-tab{display:inline-flex;align-items:center;min-height:38px;padding:8px 12px;border:1px solid var(--border);border-radius:10px;text-decoration:none;font-weight:600;color:var(--text);background:var(--surface-raised)}.staff-nav-tab:hover{background:#f6f2e9;border-color:var(--border-strong)}.staff-nav-tab-active{background:#e4832b24;border-color:#e4832b;color:#0b1f59}.staff-main-content{flex:1 1 auto;min-width:0;overflow-x:auto}h1,h2,h3{font-family:Fraunces,Georgia,Times New Roman,serif;color:var(--text)}p{margin:0}a{color:var(--text)}aside a{display:inline-block;width:100%;padding:6px 0}button,input:not([type=checkbox]):not([type=radio]),select,textarea{font:inherit;-moz-appearance:none;appearance:none;-webkit-appearance:none;outline:none}input:not([type=checkbox]):not([type=radio]),select,textarea{border:1px solid var(--border-strong);border-radius:10px;background:var(--surface-raised);color:#202532;padding:8px 12px;min-height:38px}input[type=checkbox],input[type=radio]{-moz-appearance:auto;appearance:auto;-webkit-appearance:auto;width:16px;height:16px;min-height:auto;padding:0;margin:0;cursor:pointer;accent-color:var(--accent)}select{background-image:linear-gradient(45deg,transparent 50%,#5f6678 50%),linear-gradient(135deg,#5f6678 50%,transparent 50%);background-position:calc(100% - 18px) calc(50% - 3px),calc(100% - 12px) calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:34px}textarea{min-height:84px;resize:vertical}button{border:1px solid var(--border-strong);border-radius:10px;background:var(--surface-raised);color:#172033;padding:8px 14px;min-height:38px;cursor:pointer}button:hover{background:#f5f2eb}button:disabled{cursor:not-allowed;opacity:.6}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible{box-shadow:0 0 0 2px #7a5cff2e;border-color:var(--focus)}table{width:100%;border-collapse:collapse;background:var(--surface-raised);border:1px solid var(--border);border-radius:10px;overflow:hidden}th,td{border-bottom:1px solid var(--border);padding:10px;vertical-align:top}th{text-align:left;background:var(--surface);font-weight:600}code,pre{font-family:Consolas,Courier New,monospace}pre{border:1px solid var(--border);background:var(--surface-raised);padding:10px;border-radius:8px;overflow-x:auto}@media (max-width: 1100px){body{line-height:1.3}.staff-shell{padding:14px}.staff-title{font-size:34px}.staff-brand-mark{width:86px;min-width:86px;height:58px}.staff-brand-mark img{width:84px}.staff-shell-actions{justify-items:start;min-width:100%;width:100%}.staff-shell-actions-top,.staff-scope-row{justify-content:flex-start}.staff-scope-row select{width:100%;min-width:0;flex:1 1 auto}.staff-shell-content{flex-direction:column}.staff-sidebar{position:static;width:100%;max-width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}}@media (max-width: 640px){.staff-sidebar{grid-template-columns:minmax(0,1fr)}}
