/* One Identity Manager Web Portal inspired shell for the OIM Knowledge Base. */
:root{
  color-scheme:light !important;
  --oim-blue:#0098c7;--oim-blue-dark:#006f91;--oim-blue-soft:#e7f6fb;
  --oim-bg:#f3f6f7;--oim-panel:#fff;--oim-line:#c8d2d7;--oim-line-dark:#9aaab2;
  --oim-ink:#14212a;--oim-muted:#60737d;--oim-orange:#ff7043;--oim-red:#bd3030;
  --oim-purple:#3212a8;--oim-cyan:#13a9cf;--oim-black:#050505;
  --bg:var(--oim-bg) !important;--panel:var(--oim-panel) !important;--card:var(--oim-panel) !important;
  --ink:var(--oim-ink) !important;--muted:var(--oim-muted) !important;--line:var(--oim-line) !important;
  --accent:#0078a6 !important;--accent2:#0098c7 !important;--good:#087a34 !important;--warn:#b45f00 !important;--bad:#b00020 !important;
}
*{box-sizing:border-box;scrollbar-color:#7f898d #e6eaec;scrollbar-width:thin}
html,body{background:var(--oim-bg) !important;color:var(--oim-ink) !important}
body{margin:0 !important;padding-top:141px !important;font:14px/1.55 "Segoe UI",Roboto,Arial,sans-serif !important}
a{color:#0078a6 !important;text-decoration:none !important}a:hover{text-decoration:underline !important}

/* Global top shell: OIM-like pattern, KB-specific content. */
.oim-shell{position:fixed;inset:0 0 auto 0;z-index:20000;box-shadow:0 1px 5px #0003;font-family:"Segoe UI",Roboto,Arial,sans-serif;color:#111}
.oim-titlebar{height:50px;background:var(--oim-blue);color:#fff;display:flex;align-items:center;padding:0 26px;gap:22px}
.oim-brand{font-weight:800;letter-spacing:.03em;font-size:20px;display:flex;align-items:center;gap:9px;white-space:nowrap;color:#fff !important;text-transform:uppercase}.oim-brand:before{content:"◎";font-size:27px;font-weight:400}.oim-brand:hover{text-decoration:none !important}.oim-app-title{font-size:17px;opacity:.98;white-space:nowrap;border-left:1px solid rgba(255,255,255,.35);padding-left:20px}.oim-title-spacer{flex:1}.oim-icon{width:25px;height:25px;border:0;background:transparent;color:#fff !important;display:grid;place-items:center;border-radius:2px;font-weight:700;cursor:pointer}.oim-icon:hover{background:rgba(255,255,255,.15);text-decoration:none !important}.oim-user{font-size:12px;font-weight:700;white-space:nowrap;color:#fff}
.oim-menubar{height:36px;background:#fff;border-bottom:1px solid #c8cfd3;display:flex;align-items:stretch;padding:0 34px;gap:0;overflow:visible}.oim-home,.oim-menu>button{height:36px;display:flex;align-items:center;gap:7px;padding:0 18px;border:0;border-bottom:2px solid transparent;background:#fff;color:#000 !important;font:12px "Segoe UI",Arial,sans-serif;white-space:nowrap;cursor:pointer}.oim-home:hover,.oim-menu>button:hover,.oim-menu.active>button,.oim-home.active{background:#f5f9fb;text-decoration:none !important;border-bottom-color:var(--oim-blue)}.oim-menu{position:relative}.oim-menu>button span{color:#0078a6;font-size:11px}.oim-dropdown{position:absolute;top:36px;left:0;min-width:360px;max-width:520px;background:#fff;border:1px solid #bfcbd1;box-shadow:0 8px 22px #0003;padding:8px 0;display:none;z-index:20010}.oim-menu:hover .oim-dropdown,.oim-menu:focus-within .oim-dropdown{display:grid;grid-template-columns:1fr}.oim-dropdown a{padding:10px 16px 10px 42px;color:#1b262d !important;position:relative;border-bottom:1px solid #edf1f3}.oim-dropdown a:last-child{border-bottom:0}.oim-dropdown a:before{content:"▣";position:absolute;left:16px;top:12px;color:#0098c7}.oim-dropdown a:hover{background:#eaf7fb;text-decoration:none !important}.oim-dropdown strong{display:block;font-size:13px;font-weight:600}.oim-dropdown span{display:block;color:#64757d;font-size:12px;margin-top:2px}
.oim-sectionbar{height:55px;display:flex;background:#eef3f5;border-bottom:1px solid var(--oim-line);padding:10px 26px;gap:12px;align-items:center}.oim-sectionbar strong{font-size:12px;font-weight:600}.oim-sectionbar span{color:#df5b00;font-size:12px}.oim-sectionbar form{margin-left:auto;min-width:min(620px,52vw);display:flex}.oim-sectionbar form:before{content:"⌕";height:34px;width:34px;display:grid;place-items:center;background:#fff;border:1px solid #77858b;border-right:0;color:#777}.oim-sectionbar input{height:34px;width:100%;border:1px solid #77858b !important;border-left:0 !important;border-radius:0 !important;background:#fff !important;color:#222 !important;padding:0 12px;font:13px "Segoe UI",Arial,sans-serif}.oim-sectionbar button{border:0;background:var(--oim-blue);color:#fff;padding:0 16px;font-weight:700;border-radius:0 !important}

/* Page canvas and durable content treatment. */
.wrap{max-width:none !important;margin:0 !important;padding:24px 26px 70px !important}.top,.nav{background:#fff !important;border:1px solid var(--oim-line) !important;border-radius:2px !important;padding:10px 16px !important;margin:0 0 14px !important;box-shadow:0 1px 3px #0002 !important;position:sticky;top:141px;z-index:1000}.nav a,.top a,.badge,.pill,.chip,.btn{border-radius:0 !important;border:0 !important;background:transparent !important;color:#111 !important;box-shadow:none !important;padding:8px 12px !important;font-weight:500 !important}.nav a:hover,.top a:hover,.badge:hover,.pill:hover,.chip:hover,.btn:hover{background:#e8f5fb !important;text-decoration:none !important}.nav a:first-child,.top a:first-child,.btn.primary,.actions .btn:first-child{border-bottom:2px solid var(--oim-blue) !important;color:#0078a6 !important}.panel,.card,.metric,.item,.recipe,.walk,.links a,.hero{background:#fff !important;color:var(--oim-ink) !important;border:1px solid var(--oim-line) !important;border-radius:3px !important;box-shadow:0 1px 5px #0002 !important}.panel,.card,.item,.recipe,.walk{padding:18px !important;margin:12px 0 !important}.hero{padding:18px !important;margin-top:14px !important;align-items:start !important}.oim-home-intro{display:grid !important;grid-template-columns:minmax(0,1fr) 420px !important;gap:20px !important}.oim-home-intro h1{font-size:28px !important}.oim-home-intro .actions{display:none !important}.oim-home-intro .lead{max-width:980px}.card h2,.panel h2,.recipe h2,.walk h2{border-bottom:1px solid var(--oim-line);padding-bottom:10px;color:#202a30 !important}h1{color:#17232b !important;background:none !important;-webkit-background-clip:initial !important;font-size:28px !important;line-height:1.2 !important;font-weight:400 !important;margin:6px 0 14px !important}h2{font-size:18px !important;font-weight:400 !important}h3{font-size:15px !important}.lead,.muted,.note,.s,.metric small,.links span{color:var(--oim-muted) !important}.grid,.links,.mini,.metrics,.cards,.recipe-grid,.walks{gap:14px !important}.grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr)) !important}.metric{padding:14px !important;border-left:4px solid var(--oim-blue) !important}.metric b,.card b{color:#0078a6 !important;font-size:22px !important}.links{display:grid !important;grid-template-columns:repeat(auto-fit,minmax(300px,1fr)) !important}.links a{display:block !important;border-left:4px solid var(--oim-blue) !important;padding:14px 16px !important}.links a:nth-child(6n+2),.metric:nth-child(6n+2){border-left-color:var(--oim-purple) !important}.links a:nth-child(6n+3),.metric:nth-child(6n+3){border-left-color:var(--oim-red) !important}.links a:nth-child(6n+4),.metric:nth-child(6n+4){border-left-color:#000 !important}.links a:nth-child(6n+5),.metric:nth-child(6n+5){border-left-color:var(--oim-cyan) !important}.links a:nth-child(6n+6),.metric:nth-child(6n+6){border-left-color:#ff7043 !important}.status,.ok{color:#087a34 !important}.warn{color:#b45f00 !important}.bad{color:#b00020 !important}

/* Tables/forms/code. */
table{width:100% !important;background:#fff !important;border-collapse:collapse !important;border:1px solid var(--oim-line) !important;border-radius:2px !important;box-shadow:0 1px 3px #0001 !important}th{background:#fff !important;color:#111 !important;border-bottom:1px solid #8a969b !important;font-weight:600 !important}td,th{border-left:0 !important;border-right:0 !important;border-top:0 !important;border-bottom:1px solid var(--oim-line) !important;padding:10px 12px !important}tr:hover td{background:#f3fbfe !important}input,select,textarea{background:#fff !important;color:#111 !important;border:1px solid #7c8c94 !important;border-radius:2px !important;box-shadow:none !important}button{font-family:"Segoe UI",Arial,sans-serif}code,pre{background:#f7f9fa !important;color:#10232c !important;border-color:var(--oim-line) !important}.sql-box,pre{border-radius:2px !important}.foot{color:var(--oim-muted) !important;border-top:1px solid var(--oim-line);padding-top:12px}

/* BubbleView / Hyperview-style map. */
.oim-bubble-overview{position:relative;min-height:600px;background:#fff !important;border:1px solid var(--oim-line);box-shadow:0 1px 5px #0002;margin:0 0 18px;padding:0 !important;overflow:hidden}.oim-bubble-title{height:70px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--oim-line);padding:0 22px;margin:0;background:#fff}.oim-bubble-title h2{margin:0 !important;border:0 !important;background:none !important;padding:0 !important;font-size:15px !important;color:#0078a6 !important;font-weight:600 !important}.oim-bubble-title p{font-size:12px;margin:2px 0 0}.oim-info{width:26px;height:26px;border-radius:50%;background:#0078a6;color:#fff;display:grid;place-items:center;font-weight:800}.oim-bubble-canvas{position:relative;min-height:530px;background:#fff}.oim-node{position:absolute;min-width:270px;max-width:350px;min-height:62px;color:#fff !important;padding:14px 16px 14px 58px !important;box-shadow:none !important;font-weight:700;border-radius:0 !important;text-decoration:none !important}.oim-node small{display:block;color:#fff !important;font-weight:500;font-size:12px;margin-top:5px;line-height:1.35}.oim-node:before{content:attr(data-icon);position:absolute;left:16px;top:15px;font-size:28px;color:#fff}.oim-node.cyan{background:#13a9cf !important}.oim-node.blue{background:#0087ad !important}.oim-node.purple{background:#3212a8 !important}.oim-node.red{background:#bd3030 !important}.oim-node.orange{background:#ff7043 !important}.oim-node.black{background:#000 !important}.oim-node:hover{filter:brightness(1.06);text-decoration:none !important}.oim-node.n1{left:8%;top:170px}.oim-node.n2{left:34%;top:70px}.oim-node.n3{left:35%;top:360px}.oim-node.n6{left:50%;top:235px}.oim-node.n4{right:8%;top:90px}.oim-node.n5{right:8%;top:310px}.oim-edge{position:absolute;height:0 !important;background:transparent !important;border-top:2px solid #5b6063;border-radius:50%;opacity:.9}.oim-edge.e1{left:22%;top:220px;width:18%;height:110px !important;border-left:2px solid #5b6063;transform:rotate(20deg)}.oim-edge.e2{left:28%;top:215px;width:15%;height:140px !important;border-left:2px solid #5b6063;transform:rotate(-18deg)}.oim-edge.e3{left:50%;top:125px;width:22%;height:160px !important;border-right:2px solid #5b6063;transform:rotate(8deg)}.oim-edge.e4{left:55%;top:280px;width:22%;height:115px !important;border-right:2px solid #5b6063;transform:rotate(-12deg)}.oim-edge.e5{left:48%;top:305px;width:12%;height:80px !important;border-left:2px solid #5b6063;transform:rotate(4deg)}

/* Right-side flyout inspector. */
.oim-inspector{position:fixed;top:50px;right:0;width:min(430px,94vw);height:calc(100vh - 50px);background:#fff;border-left:1px solid #9fb3bd;box-shadow:-12px 0 28px #0003;z-index:30000;transform:translateX(102%);transition:transform .18s ease;padding:20px;overflow:auto}.oim-inspector.open{transform:translateX(0)}.oim-inspector-backdrop{display:none;position:fixed;inset:0;background:#0002;z-index:29990}.oim-inspector-backdrop.open{display:block}.oim-inspector-close{position:absolute;right:12px;top:10px;border:0;background:transparent;font-size:28px;color:#4c5a60;cursor:pointer}.oim-inspector h2{font-size:20px !important;margin:18px 28px 10px 0 !important}.oim-inspector dl{display:grid;grid-template-columns:90px minmax(0,1fr);gap:8px 12px;border:1px solid var(--oim-line);padding:12px;background:#f7fafb}.oim-inspector dt{font-weight:700;color:#34444c}.oim-inspector dd{margin:0;word-break:break-word;color:#17232b}.oim-inspector label{display:block;margin:16px 0 6px;font-weight:700}.oim-inspector form{display:grid;grid-template-columns:1fr auto;gap:6px}.oim-inspector input{height:36px;padding:0 10px}.oim-inspector form button{border:0;background:var(--oim-blue);color:#fff;padding:0 14px}.oim-inspector-links{display:grid;margin-top:16px;border:1px solid var(--oim-line)}.oim-inspector-links a{padding:10px 12px;border-bottom:1px solid var(--oim-line);color:#17232b !important}.oim-inspector-links a:last-child{border-bottom:0}.oim-inspector-links a:hover{background:#eaf7fb;text-decoration:none !important}

@media(max-width:980px){body{padding-top:170px !important}.oim-titlebar{height:auto;min-height:50px;flex-wrap:wrap;padding:9px 14px}.oim-app-title{font-size:14px;border-left:0;padding-left:0}.oim-menubar{height:auto;min-height:36px;padding:0 8px;overflow-x:auto;overflow-y:visible}.oim-home,.oim-menu>button{padding:0 12px}.oim-dropdown{position:fixed;left:8px;right:8px;top:92px;min-width:0;max-width:none}.oim-sectionbar{height:auto;display:block}.oim-sectionbar form{min-width:0;margin:8px 0 0}.top,.nav{top:170px}.wrap{padding:16px 12px 60px !important}.oim-home-intro{grid-template-columns:1fr !important}.oim-bubble-overview{min-height:auto}.oim-bubble-canvas{min-height:0;padding:12px 16px 20px}.oim-node{position:relative !important;left:auto !important;right:auto !important;top:auto !important;width:auto;max-width:none;margin:12px 0}.oim-edge{display:none !important}}
.oim-menu.open .oim-dropdown{display:grid;grid-template-columns:1fr}
/* Generated pages used to add changing local nav bars. Keep navigation stable in the shell instead. */
main.wrap > nav.top:first-child,
main.wrap > nav.nav:first-child{display:none !important}

/* Readability pass: make BubbleView closer to OIM Hyperview screenshot. */
.oim-bubble-overview{min-height:760px !important;background:#fff !important;border:1px solid #d5dde1 !important;border-radius:4px !important;box-shadow:0 1px 4px #0002 !important;margin:0 0 20px !important;overflow:hidden !important}.oim-bubble-title{display:none !important}.oim-bubble-tabs{height:48px;display:flex;align-items:end;gap:28px;padding:0 22px;border-bottom:1px solid #d5dde1;background:#fff}.oim-bubble-tabs button{height:48px;border:0;border-bottom:2px solid transparent;background:#fff;color:#6d767b;font:600 13px "Segoe UI",Arial,sans-serif;padding:0 0 1px;cursor:pointer}.oim-bubble-tabs button.active{color:#0078a6;border-bottom-color:#0098c7}.oim-bubble-canvas{position:relative !important;height:710px !important;min-height:710px !important;background:#fff !important;overflow:hidden !important}.oim-bubble-lines{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.oim-bubble-lines path{fill:none;stroke:#5d6569;stroke-width:2.4;vector-effect:non-scaling-stroke}.oim-node{position:absolute !important;display:block !important;min-width:0 !important;max-width:none !important;width:310px !important;min-height:0 !important;padding:15px 18px 16px 62px !important;color:#fff !important;border-radius:0 !important;box-shadow:none !important;line-height:1.22 !important;text-decoration:none !important;overflow:hidden !important}.oim-node:before{left:18px !important;top:20px !important;font-size:30px !important;line-height:1 !important}.oim-node .oim-node-kicker{display:block !important;color:#fff !important;font-size:11px !important;font-style:italic !important;font-weight:600 !important;opacity:.92;margin:0 0 5px !important}.oim-node strong{display:block !important;color:#fff !important;font-size:16px !important;font-weight:800 !important;line-height:1.22 !important;margin-bottom:11px !important}.oim-node-row{display:grid !important;grid-template-columns:96px minmax(0,1fr);gap:10px;align-items:start;color:#fff !important;font-size:12px !important;line-height:1.3 !important;margin:4px 0 !important}.oim-node-row em{font-style:normal;color:#fff !important;opacity:.95}.oim-node-row b{font-weight:700;color:#fff !important;overflow:hidden;text-overflow:ellipsis}.oim-node.n0{left:57.5% !important;top:250px !important;width:335px !important;background:#13a9cf !important;border:5px solid #13a9cf !important;padding-right:22px !important}.oim-node.n1{left:16% !important;top:205px !important;background:#bd3030 !important}.oim-node.n2{left:16% !important;top:470px !important;background:#3212a8 !important}.oim-node.n3{left:44% !important;top:545px !important;background:#ff7043 !important}.oim-node.n4{right:11% !important;top:105px !important;background:#0000f5 !important}.oim-node.n5{right:11% !important;top:430px !important;background:#000 !important}.oim-edge{display:none !important}.oim-bubble-footer{position:absolute;left:0;right:0;bottom:0;height:54px;border-top:1px solid #d5dde1;background:#fff;display:flex;align-items:center;gap:22px;padding:0 24px;color:#17232b;font-size:12px}.oim-bubble-footer button{border:0;background:#fff;color:#9ba4a9;font-size:26px;line-height:1}.oim-bubble-footer span{margin-left:auto;margin-right:auto;font-weight:600}

/* Graph readability: white OIM canvas, wider detail flyout, readable text. */
.table-graph-wrap{display:grid !important;grid-template-columns:minmax(760px,1fr) minmax(420px,520px) !important;gap:16px !important;align-items:start !important}.table-graph-svg{width:100% !important;min-height:680px !important;border:1px solid #aebbc2 !important;border-radius:10px !important;background:#fff !important}.table-graph-list{max-height:680px !important;overflow:auto !important;background:#fff !important;color:#17232b !important;border-left:0 !important;padding:4px 0 0 0 !important}.table-graph-list h3{color:#000 !important;font-size:18px !important;font-weight:700 !important;margin:6px 0 14px !important}.table-graph-list .muted{white-space:normal !important;color:#46606b !important}.table-detail{border:0 !important;border-radius:10px !important;padding:14px 16px !important;background:#263443 !important;color:#fff !important;margin:12px 0 18px !important;line-height:1.45 !important}.table-detail .muted,.table-detail span{color:#dbe7ef !important}.table-graph-list ul{padding-left:18px !important}.table-graph-list li{line-height:1.45 !important;margin-bottom:8px !important}.table-node text{font:700 13px/1.25 "Segoe UI",Arial,sans-serif !important;fill:#17232b !important;stroke:#fff !important;stroke-width:4px !important;paint-order:stroke !important}.table-edge{stroke:#596166 !important;stroke-width:1.8 !important}.table-edge.match{stroke:#111 !important;stroke-width:2.6 !important}.table-legend span,.table-graph-controls a{border-color:#b7c7cf !important;background:#fff !important;color:#17232b !important;border-radius:18px !important}.table-graph-controls input,.table-graph-controls select{border:1px solid #7c8c94 !important;border-radius:0 !important;padding:9px 12px !important;background:#fff !important;color:#111 !important}.table-graph-controls input{min-width:min(420px,100%) !important}
@media(max-width:1100px){.table-graph-wrap{grid-template-columns:1fr !important}.table-graph-svg{min-height:560px !important}.table-graph-list{max-height:none !important}.oim-bubble-canvas{height:auto !important;min-height:0 !important;padding:16px !important}.oim-bubble-lines,.oim-bubble-footer{display:none !important}.oim-node{position:relative !important;left:auto !important;right:auto !important;top:auto !important;width:auto !important;margin:12px 0 !important}}

/* Consolidated IA + missed search page light-theme repair. */
.oim-dropdown{min-width:330px !important;max-width:390px !important}.oim-dropdown a{padding-top:11px !important;padding-bottom:11px !important}.oim-sectionbar form{min-width:min(520px,44vw) !important}
main.shell{max-width:none !important;margin:0 !important;padding:24px 26px 70px !important;background:var(--oim-bg) !important;color:var(--oim-ink) !important}.shell>.top{display:none !important}.shell .searchbox{margin:0 0 18px !important;padding:18px !important;border:1px solid var(--oim-line) !important;border-radius:3px !important;background:#fff !important;box-shadow:0 1px 5px #0002 !important}.shell .searchbox h1{font-size:24px !important;font-weight:400 !important;color:#17232b !important;margin:0 0 14px !important}.shell .row{display:grid !important;grid-template-columns:minmax(0,1fr) 118px !important;gap:8px !important}.shell input[type=search]{border:1px solid #7c8c94 !important;border-radius:0 !important;background:#fff !important;color:#111 !important;padding:13px 14px !important;font:600 18px/1.25 "Segoe UI",Arial,sans-serif !important;box-shadow:none !important}.shell .row button,.shell button,.shell .btn{border-radius:0 !important;border:1px solid #0085ad !important;background:#0098c7 !important;color:#fff !important;font-weight:700 !important;min-height:42px}.shell .examples{margin-top:11px !important}.shell .chip,.shell .badge{border:1px solid #c4d0d6 !important;border-radius:2px !important;background:#fff !important;color:#17232b !important;padding:4px 8px !important}.shell .chip:hover{background:#e8f5fb !important;text-decoration:none !important}.shell .layout{display:grid !important;grid-template-columns:220px minmax(0,1fr) !important;gap:16px !important;margin-top:14px !important}.shell .facet,.shell .result{border:1px solid var(--oim-line) !important;background:#fff !important;color:#17232b !important;border-radius:3px !important;box-shadow:0 1px 5px #0002 !important}.shell .facet{padding:12px !important;position:sticky !important;top:141px !important;max-height:calc(100vh - 166px) !important;overflow:auto !important}.shell .facet h2{font-size:15px !important;font-weight:600 !important;color:#17232b !important;border-bottom:1px solid var(--oim-line);padding-bottom:8px;margin:0 0 8px !important}.shell .facet button{width:100% !important;justify-content:space-between !important;margin:5px 0 !important;padding:8px 10px !important;background:#fff !important;color:#17232b !important;border:1px solid #c4d0d6 !important;border-radius:2px !important;min-height:0 !important}.shell .facet button.active{border-color:#0098c7 !important;background:#e8f5fb !important;color:#006f91 !important}.shell .status{color:#087a34 !important;margin:0 0 12px !important}.shell .results{display:grid !important;gap:10px !important}.shell .result{padding:14px 16px !important}.shell .result h3{font-size:16px !important;margin:0 0 5px !important}.shell .meta{color:#60737d !important;font-size:12px !important}.shell .summary{color:#17232b !important}.shell mark{background:#ffe66d !important;color:#180f00 !important;border-radius:2px !important;padding:0 2px !important}.shell .footer{color:#60737d !important}.shell .empty{border:1px dashed var(--oim-line) !important;border-radius:3px !important;color:#60737d !important;background:#fff !important}.oim-home-intro .card{display:none !important}@media(max-width:850px){.shell .layout{grid-template-columns:1fr !important}.shell .facet{position:static !important;max-height:none !important}.shell .row{grid-template-columns:1fr !important}}
/* Remove redundant generated homepage link flood; the global menu/search are the consolidated entry points. */
main.wrap > .oim-bubble-overview ~ section.links.section{display:none !important}

/* Inspector-first knowledge reading drawer. */
.oim-inspector{width:min(1120px,92vw) !important;top:50px !important;height:calc(100vh - 50px) !important;padding:0 !important}.oim-inspector-head{display:flex;justify-content:space-between;gap:18px;padding:22px 28px 16px;border-bottom:1px solid var(--oim-line);background:#fff}.oim-inspector-head h2{font-size:26px !important;font-weight:400 !important;margin:2px 0 4px !important}.oim-inspector-head p{margin:0;color:#60737d;word-break:break-word}.oim-inspector-kicker{color:#0078a6;font-weight:700;font-size:12px;text-transform:uppercase}.oim-open-page{align-self:start;border:1px solid #c8d2d7;padding:8px 12px;color:#17232b !important;background:#fff}.oim-tabs{display:flex;gap:0;border-bottom:1px solid var(--oim-line);background:#fff;padding:0 22px}.oim-tabs button{border:0;border-bottom:2px solid transparent;background:#fff;color:#17232b;padding:14px 16px;font-weight:600;cursor:pointer}.oim-tabs button.active{color:#0078a6;border-bottom-color:#0098c7}.oim-inspector [data-oim-panel]{padding:22px 28px 42px}.oim-tab-grid{display:grid;grid-template-columns:360px minmax(0,1fr);gap:20px}.oim-inspector dl{display:grid;grid-template-columns:90px minmax(0,1fr);gap:8px 12px;border:1px solid var(--oim-line);padding:12px;background:#f7fafb}.oim-inspector dt{font-weight:700}.oim-inspector dd{margin:0;word-break:break-word}.oim-chip-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.oim-chip-row span{border:1px solid #c8d2d7;background:#fff;padding:5px 8px;font-size:12px}.oim-inspector article{border:1px solid #d8e0e4;background:#fff;margin:0 0 10px;padding:12px}.oim-inspector article p{margin:6px 0 0;color:#32444d}.oim-source-pre{max-height:calc(100vh - 235px);overflow:auto;background:#07111f !important;color:#edf5ff !important;border:1px solid #263443 !important;border-radius:0 !important;padding:14px !important;font:12px/1.45 Consolas,'Cascadia Mono',monospace !important;white-space:pre !important}.oim-ref-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:8px}.oim-ref-list a,.oim-inspector-links a{border:1px solid var(--oim-line);background:#fff;color:#17232b !important;padding:10px 12px}.oim-inspector form{display:grid;grid-template-columns:minmax(0,1fr) 120px;gap:8px;max-width:720px}.oim-inspector form label{grid-column:1/-1;font-weight:700}.oim-inspector form input{height:40px}.oim-inspector form button{border:0;background:#0098c7;color:#fff;font-weight:700}.oim-inspector-close{z-index:2}@media(max-width:900px){.oim-inspector{width:96vw !important}.oim-tab-grid{grid-template-columns:1fr}.oim-tabs{overflow:auto;padding:0 8px}.oim-tabs button{white-space:nowrap}.oim-inspector [data-oim-panel]{padding:16px}.oim-inspector form{grid-template-columns:1fr}}

/* Search results inspect in-place through the large object drawer. */
.result[data-inspect-index]{cursor:pointer}.result[data-inspect-index]:hover,.result[data-inspect-index]:focus{border-color:#0098c7 !important;box-shadow:0 0 0 2px #0098c722,0 2px 8px #0002 !important}.result [data-open-page]{margin-left:8px;font-size:12px}.oim-ref-list a small{display:block;color:#60737d;margin-top:3px}.oim-inspector .muted{color:#60737d}

/* Pretty source rendering inside the inspector drawer. Preserve generated line rows and add fallback syntax highlighting. */
.oim-source-pre{padding:0 !important;white-space:normal !important;tab-size:2 !important}.oim-source-pre code{display:block;background:transparent !important;color:inherit !important;border:0 !important;padding:0 !important}.oim-code-line{display:grid;grid-template-columns:58px max-content;min-height:1.45em;border:0}.oim-code-no{user-select:none;text-align:right;color:#7f8fa3;background:#08121f;border-right:1px solid #243854;padding:0 10px;font-variant-numeric:tabular-nums}.oim-code-src{white-space:pre;padding:0 14px;color:#edf5ff}.oim-source-pre .tok-kw{color:#7dd3fc !important;font-weight:700}.oim-source-pre .tok-fn{color:#c4b5fd !important}.oim-source-pre .tok-var{color:#f9a8d4 !important}.oim-source-pre .tok-str{color:#bef264 !important}.oim-source-pre .tok-num{color:#fdba74 !important}.oim-source-pre .tok-type{color:#93c5fd !important}.oim-source-pre .tok-comment{color:#94a3b8 !important;font-style:italic}.oim-source-pre .tok-heading{color:#facc15 !important;font-weight:700}.oim-source-pre[data-lang]:before{content:attr(data-lang);position:sticky;left:0;top:0;display:inline-block;background:#0d1b2a;color:#9fb6c8;border-right:1px solid #243854;border-bottom:1px solid #243854;padding:3px 10px;font:11px/1.4 "Segoe UI",Arial,sans-serif;text-transform:uppercase;z-index:1}

/* Hyperview-style relation map inside inspector drawer. */
.oim-relation-hyperview{margin-top:2px}.oim-relation-toolbar{height:36px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#eef3f5;border:1px solid #aebbc2;border-bottom:0;padding:0 12px;color:#17232b;font-size:12px}.oim-relation-toolbar span:first-child{font-weight:800;color:#0078a6;text-transform:uppercase}.oim-relation-wrap{display:grid;grid-template-columns:minmax(720px,1fr) 300px;gap:12px}.oim-relation-canvas{position:relative;min-height:620px;background:#fff;border:1px solid #aebbc2;overflow:hidden}.oim-relation-canvas.empty{min-height:260px}.oim-relation-lines{position:absolute;inset:0;width:100%;height:100%;z-index:1;pointer-events:none}.oim-relation-lines path{fill:none;stroke:#596166;stroke-width:2.1;vector-effect:non-scaling-stroke}.oim-relation-focus{position:absolute;z-index:3;left:50%;top:48%;transform:translate(-50%,-50%);width:210px;min-height:108px;border-radius:999px;background:#62d98d;border:5px solid rgba(255,255,255,.65);box-shadow:0 2px 9px #0002;display:grid;place-items:center;text-align:center;color:#10251a;font-weight:800;padding:13px}.oim-relation-focus strong{display:block;max-width:180px;overflow:hidden;text-overflow:ellipsis}.oim-relation-focus small{display:block;font-weight:600;color:#204d31;margin-top:4px}.oim-rel-card{position:absolute;z-index:2;width:300px;border-radius:4px;color:#fff;box-shadow:0 2px 5px #0002;overflow:hidden}.oim-rel-card-head{display:flex;align-items:center;gap:8px;padding:9px 11px;font-weight:800}.oim-rel-card-icon{width:23px;height:23px;display:grid;place-items:center;border-radius:2px;background:rgba(255,255,255,.18);font-size:12px}.oim-rel-card-head b{margin-left:auto}.oim-rel-card-head button{border:0;background:transparent;color:#fff;font-size:20px;line-height:1;cursor:pointer}.oim-rel-card-list{max-height:238px;overflow-y:auto;background:rgba(0,0,0,.06);padding:6px 10px 10px}.oim-rel-card-list a,.oim-rel-card-list span{display:block;color:#fff !important;font-size:12px;font-weight:700;line-height:1.35;padding:4px 2px;white-space:normal}.oim-rel-card:focus{outline:3px solid #ffbf47;outline-offset:3px}.oim-rel-card-list a:focus,.oim-rel-card-head button:focus{outline:2px solid #fff;outline-offset:2px}.oim-rel-card-list a:hover{background:rgba(255,255,255,.14);text-decoration:none !important}.oim-rel-card-list small,.oim-rel-card-list em{display:block;color:#eef7fb;font-size:11px;font-weight:500;font-style:normal;opacity:.92;margin-top:1px}.oim-rel-card.collapsed .oim-rel-card-list{display:none}.oim-relation-side{background:#fff;border:1px solid #aebbc2;max-height:620px;overflow:auto;padding:12px}.oim-relation-side h3{margin-top:0}.oim-relation-side ul{padding-left:18px}@media(max-width:1180px){.oim-relation-wrap{grid-template-columns:1fr}.oim-relation-canvas{min-height:0;padding:12px}.oim-relation-lines{display:none}.oim-relation-focus,.oim-rel-card{position:relative;left:auto!important;right:auto!important;top:auto!important;transform:none!important;width:auto;margin:12px 0}.oim-relation-side{max-height:none}}

/* Less-clustered draggable Hyperview relation cards. */
.oim-relation-canvas{min-height:760px !important}.oim-relation-focus{width:190px !important;min-height:94px !important}.oim-rel-card{width:238px !important}.oim-rel-card-head{padding:7px 9px !important;cursor:grab;touch-action:none}.oim-rel-card.dragging{z-index:20 !important;opacity:.96;box-shadow:0 10px 24px #0005 !important}.oim-rel-card.dragging .oim-rel-card-head{cursor:grabbing}.oim-rel-card-icon{width:20px !important;height:20px !important}.oim-rel-card-head span:not(.oim-rel-card-icon){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.oim-rel-card-list{max-height:205px !important;padding:5px 8px 8px !important}.oim-rel-card-list a,.oim-rel-card-list span{display:block !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;line-height:1.25 !important;padding:3px 2px !important}.oim-rel-card-list strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.oim-rel-card-list small,.oim-rel-card-list em{display:none !important}.oim-relation-side{max-height:760px !important}
