:root {
  --navy-950:#03152d; --navy-900:#062044; --navy-800:#0a2d59; --blue-700:#075fca; --blue-600:#0a6fe8;
  --blue-100:#e8f2ff; --blue-50:#f4f8fe; --ink:#0d1b2e; --text:#26384d; --muted:#647489;
  --subtle:#8794a4; --line:#d7dee7; --line-strong:#aeb9c7; --canvas:#f5f7fa; --white:#fff;
  --success:#17a45b; --warning:#ba7410; --danger:#b42318; --radius:5px;
  --font:"Segoe UI Variable","Segoe UI",Arial,sans-serif; --mono:"Cascadia Mono",Consolas,monospace;
}
*{box-sizing:border-box} html{min-width:320px;min-height:100%;background:var(--canvas)} body{min-width:320px;min-height:100vh;margin:0;color:var(--text);background:var(--canvas);font:14px/1.45 var(--font);text-rendering:optimizeLegibility}
button,input,select,textarea{font:inherit} button{cursor:pointer} a{color:inherit;text-decoration:none} svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}
:focus-visible{outline:3px solid rgb(10 111 232 / 30%);outline-offset:2px}.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}
.app-frame{display:grid;grid-template-columns:204px minmax(0,1fr);min-height:100vh}.side-nav{position:sticky;top:0;display:flex;min-height:100vh;height:100vh;flex-direction:column;color:#dbe8f7;background:var(--navy-950);z-index:20}.brand{display:flex;min-height:122px;align-items:center;gap:10px;padding:25px 18px 22px;border-bottom:1px solid rgb(255 255 255 / 11%);color:white}.brand-mark{display:grid;width:44px;height:44px;place-items:center}.brand-mark svg{width:43px;height:43px;stroke-width:1.6}.brand strong,.brand em{display:block}.brand strong{font-size:17px;font-weight:760;letter-spacing:-.02em}.brand em{margin-top:2px;color:#9fc9f9;font-size:11px;font-style:normal;font-weight:540;letter-spacing:.04em}.nav-toggle{display:none}.nav-list{display:grid;padding:12px 0}.nav-item{display:flex;min-height:52px;align-items:center;gap:12px;padding:0 20px;color:#dbe8f7;font-size:14px;font-weight:590}.nav-item svg{width:20px;height:20px}.nav-item:hover{background:rgb(255 255 255 / 6%)}.nav-item.active{color:#fff;background:#0869d8;box-shadow:inset 3px 0 #8fc6ff}.nav-boundary{display:flex;align-items:center;gap:8px;margin:auto 18px 20px;padding-top:18px;border-top:1px solid rgb(255 255 255 / 12%);color:#9db2cb;font-size:11px}.nav-boundary span{width:7px;height:7px;border-radius:50%;background:var(--success)}
.workspace{min-width:0}.command-bar{display:flex;position:sticky;top:0;z-index:15;min-height:68px;align-items:center;justify-content:flex-end;gap:22px;padding:0 28px;border-bottom:1px solid #0a274d;color:white;background:var(--navy-950)}.command-status{display:flex;align-items:center;gap:8px;margin-right:auto;color:#d9e5f4;font-size:12px}.status-dot{display:inline-block;width:9px;height:9px;border-radius:50%;background:#8d99a7}.status-dot.is-running{background:var(--success);box-shadow:0 0 0 4px rgb(23 164 91 / 13%)}.operator-menu{display:flex;align-items:center;gap:9px;padding:0 20px;border-right:1px solid rgb(255 255 255 / 16%)}.user-avatar{display:grid;width:32px;height:32px;place-items:center;border:1px solid #9cb1ca;border-radius:50%;font-weight:720}.operator-menu strong,.operator-menu small{display:block}.operator-menu strong{font-size:12px}.operator-menu small{color:#aabbd0;font-size:10px}.command-bar form{margin:0}.command-signout{display:flex;align-items:center;gap:7px;padding:6px;border:0;color:#e3edf8;background:transparent;font-size:12px;font-weight:620}.command-signout svg{width:18px;height:18px}.main-content{min-width:0}.page-shell{min-width:0}.page-header{display:flex;min-height:118px;align-items:center;justify-content:space-between;gap:24px;padding:26px 30px 24px;border-bottom:1px solid var(--line);background:var(--white)}.page-header.compact-header{min-height:112px}.page-header h1,.section-heading h2,.result-toolbar h2,.identity-header h2,.dossier-header h2{margin:0;color:var(--ink);font-weight:740;letter-spacing:-.025em}.page-header h1{font-size:31px}.page-header p{margin:7px 0 0;color:var(--muted);font-size:13px}.connection-state{display:flex;min-height:36px;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--line);border-radius:var(--radius);background:white;color:var(--text);font-size:12px;font-weight:650}.connection-state.connected{border-color:#b8ddc9}.connection-state.disconnected{border-color:#ead3ad;color:#7a520d;background:#fffaf0}.breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:var(--muted);font-size:11px}.breadcrumbs a{color:var(--blue-700);text-decoration:underline}
.search-command{margin:26px 30px;padding:20px;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--white)}.compact-search{margin-top:20px;margin-bottom:20px}.field{display:grid;gap:7px;color:#1f3044;font-size:11px;font-weight:720;letter-spacing:.025em;text-transform:uppercase}.field input,.field select,.field textarea{width:100%;min-height:43px;padding:0 12px;border:1px solid var(--line-strong);border-radius:var(--radius);outline:0;color:var(--text);background:white;font-size:14px;font-weight:400;letter-spacing:0;text-transform:none}.field textarea{min-height:90px;padding:10px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue-600);box-shadow:0 0 0 3px rgb(10 111 232 / 12%)}.input-with-icon{display:flex;min-height:47px;align-items:center;gap:10px;padding:0 13px;border:1px solid var(--line-strong);border-radius:var(--radius);color:var(--muted);background:white}.input-with-icon:focus-within{border-color:var(--blue-600);box-shadow:0 0 0 3px rgb(10 111 232 / 12%)}.input-with-icon svg{width:19px;height:19px}.input-with-icon input{min-height:auto;padding:0;border:0;box-shadow:none!important;font-size:15px}.search-controls{display:grid;grid-template-columns:minmax(160px,230px) minmax(150px,210px) minmax(150px,210px) auto;align-items:end;gap:18px;margin-top:18px}.primary-action,.secondary-action{display:inline-flex;min-height:43px;align-items:center;justify-content:center;gap:8px;padding:0 18px;border-radius:var(--radius);font-size:13px;font-weight:680;white-space:nowrap}.primary-action{border:1px solid #0757b8;color:white;background:var(--blue-700);box-shadow:0 1px 1px rgb(0 55 120 / 14%)}.primary-action:hover{background:#064fa9}.secondary-action{border:1px solid var(--blue-700);color:var(--blue-700);background:white}.secondary-action:hover{background:var(--blue-50)}.primary-action svg{width:18px;height:18px}
.launch-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:0 30px 24px}.launch-panel{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:15px;min-height:122px;padding:20px;border:1px solid var(--line);border-radius:var(--radius);background:white}.launch-panel>svg{width:32px;height:32px;color:var(--blue-700)}.launch-panel h2{margin:0;color:var(--ink);font-size:17px}.launch-panel p{margin:5px 0 0;color:var(--muted);font-size:12px}.launch-panel>span{color:var(--blue-700);font-size:12px;font-weight:650}.launch-panel:hover{border-color:#8eb8e6;box-shadow:0 5px 18px rgb(12 39 71 / 6%)}.source-overview{display:flex;align-items:center;justify-content:space-between;gap:25px;margin:0 30px 30px;padding:20px 22px;border-top:3px solid var(--navy-800);background:white}.source-overview h2{margin:0;color:var(--ink);font-size:16px}.source-overview p{margin:5px 0 0;color:var(--muted);font-size:12px}.source-overview dl{display:flex;gap:28px;margin:0}.source-overview dl div{padding-left:22px;border-left:1px solid var(--line)}.source-overview dt,.source-overview dd{margin:0}.source-overview dt{color:var(--muted);font-size:10px;text-transform:uppercase}.source-overview dd{margin-top:3px;color:var(--ink);font-size:18px;font-weight:720}
.results-workspace,.collection-workspace{margin:0 30px 30px;border:1px solid var(--line);background:white}.result-toolbar{display:flex;min-height:66px;align-items:center;justify-content:space-between;gap:18px;padding:12px 16px;border-bottom:1px solid var(--line)}.result-toolbar h2{display:inline;margin-right:12px;font-size:18px}.result-count{color:var(--muted);font-size:11px}.result-table-wrap,.field-table-wrap{width:100%;overflow:auto}.result-table,.field-table{width:100%;border-collapse:collapse;color:var(--text);font-size:12px}.result-table{min-width:850px;table-layout:fixed}.result-table th,.result-table td,.field-table th,.field-table td{padding:13px 14px;border-right:1px solid #e5eaf0;border-bottom:1px solid #e1e6ed;text-align:left;vertical-align:middle}.result-table thead th,.field-table thead th{color:#26364b;background:#f4f6f9;font-size:11px;font-weight:730}.result-table th:nth-child(1){width:15%}.result-table th:nth-child(2){width:22%}.result-table th:nth-child(3){width:21%}.result-table th:nth-child(4){width:13%}.result-table th:nth-child(5){width:24%}.result-table th:last-child{width:44px}.result-row{cursor:pointer}.result-row:hover{background:#f2f7fd;box-shadow:inset 3px 0 var(--blue-600)}.dataset-cell{color:#173a61;font-weight:680}.match-cell{color:var(--ink);font-weight:680}.source-cell{overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap}.row-chevron{display:grid;width:30px;height:30px;place-items:center;color:var(--blue-700)}.row-chevron svg{width:17px;height:17px}.empty-state{display:flex;min-height:260px;align-items:center;justify-content:center;gap:16px;padding:36px;color:var(--muted)}.empty-state>svg{width:36px;height:36px;color:#5487c1}.empty-state h3{margin:0;color:var(--ink);font-size:17px}.empty-state p{margin:5px 0 0}.notice-banner{margin:16px 30px;padding:11px 14px;border:1px solid #b8ddc9;color:#17643b;background:#f1fbf6;font-size:12px;font-weight:620}.notice-banner.warning{border-color:#ead3ad;color:#7a520d;background:#fffaf0}
.search-progress-panel{max-width:760px;margin:42px auto;padding:30px;border:1px solid #b8cde5;border-top:4px solid var(--blue-700);background:#f8fbff;box-shadow:0 9px 25px rgb(9 55 104 / 7%)}.search-progress-heading{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:14px}.search-progress-heading h3{margin:0;color:var(--ink);font-size:18px}.search-progress-heading p{margin:5px 0 0;color:var(--muted);font-size:12px}.search-progress-heading>strong{color:var(--blue-700);font:700 18px var(--mono)}.search-spinner{width:28px;height:28px;border:3px solid #c7dcf3;border-top-color:var(--blue-700);border-radius:50%;animation:atlas-spin .9s linear infinite}.search-progress{display:block;width:100%;height:13px;margin:24px 0 12px;overflow:hidden;border:0;border-radius:2px;background:#dce7f3;accent-color:var(--blue-700)}.search-progress::-webkit-progress-bar{background:#dce7f3}.search-progress::-webkit-progress-value{background:linear-gradient(90deg,#0757b8,#1684ef);transition:width .35s ease}.search-progress::-moz-progress-bar{background:linear-gradient(90deg,#0757b8,#1684ef)}.search-progress-meta{display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:10px}.search-progress-meta time{font-family:var(--mono);font-weight:700}.search-cancel-form{display:flex;justify-content:flex-end;margin-top:22px}.search-cancel-form .secondary-action{min-height:36px}@keyframes atlas-spin{to{transform:rotate(360deg)}}
.identity-header{display:flex;align-items:center;gap:14px;margin:18px 20px 10px;padding:16px;border:1px solid var(--line);background:white}.identity-avatar{display:grid;width:46px;height:46px;flex:0 0 auto;place-items:center;border-radius:4px;color:white;background:var(--navy-800);font-size:18px;font-weight:750}.identity-primary{min-width:180px;flex:1}.identity-primary h2{font-size:19px}.identity-primary p{margin:4px 0 0;color:var(--muted);font-size:12px}.identity-header dl,.dossier-header dl{display:flex;gap:20px;margin:0 18px}.identity-header dl div,.dossier-header dl div{padding-left:18px;border-left:1px solid var(--line)}.identity-header dt,.identity-header dd,.dossier-header dt,.dossier-header dd{margin:0}.identity-header dt,.dossier-header dt{color:var(--muted);font-size:9px;text-transform:uppercase}.identity-header dd,.dossier-header dd{margin-top:3px;color:var(--ink);font-size:12px;font-weight:690}.record-tabs{display:flex;justify-content:flex-end;gap:30px;margin:0 20px;padding:0 12px;border-bottom:1px solid var(--line);background:white}.record-tabs a{padding:12px 2px 10px;color:var(--text);font-size:12px;font-weight:650}.record-tabs a.active{color:var(--blue-700);border-bottom:2px solid var(--blue-700)}.record-workspace{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:10px;margin:10px 20px 24px}.record-main,.record-context,.profile-records,.notes-panel,.dossier-main>section,.dossier-side>section{border:1px solid var(--line);background:white}.section-heading{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:15px;padding:13px 14px;border-bottom:1px solid var(--line)}.section-heading h2{font-size:14px}.section-heading p{margin:3px 0 0;color:var(--muted);font-size:10px}.section-heading>span{color:var(--muted);font-size:11px}.field-table{table-layout:fixed}.field-table th:first-child{width:34%}.field-table tbody th{overflow-wrap:anywhere;color:#34465c;background:#fafbfd;font-size:11px;font-weight:650}.field-table td{overflow-wrap:anywhere;color:#14263c}.provenance-panel{border-top:8px solid var(--canvas)}.provenance-panel dl{display:grid;grid-template-columns:1fr 1fr;margin:0;padding:4px 14px 16px}.provenance-panel dl div{display:grid;grid-template-columns:120px 1fr;gap:10px;padding:9px 0;border-bottom:1px solid #edf0f4}.provenance-panel dt{color:var(--muted);font-size:10px}.provenance-panel dd{margin:0;overflow-wrap:anywhere;font-size:11px}.raw-json{border-top:8px solid var(--canvas)}.raw-json summary{padding:14px;color:var(--blue-700);font-size:11px;font-weight:680;cursor:pointer}.raw-json pre{max-height:450px;margin:0;overflow:auto;padding:14px;border-top:1px solid var(--line);background:#f7f9fc;font:11px/1.45 var(--mono);white-space:pre-wrap;word-break:break-word}.record-context{align-self:start}.record-context>section+section{border-top:8px solid var(--canvas)}.association-list a{display:grid;grid-template-columns:32px minmax(0,1fr) 18px;align-items:center;gap:10px;padding:11px 13px;border-bottom:1px solid #e7ebf0}.association-list a:hover{background:var(--blue-50)}.mini-avatar{display:grid;width:28px;height:28px;place-items:center;border-radius:3px;color:#fff;background:var(--navy-800);font-size:11px;font-weight:720}.association-list strong,.association-list small{display:block}.association-list strong{color:var(--ink);font-size:11px}.association-list small{margin-top:2px;color:var(--muted);font-size:9px}.association-list svg{width:15px;height:15px;color:var(--blue-700)}.context-empty{margin:0;padding:17px;color:var(--muted);font-size:11px}.context-stats{display:grid;grid-template-columns:1fr 1fr;margin:0;padding:14px}.context-stats div{padding:0 12px}.context-stats div+div{border-left:1px solid var(--line)}.context-stats dt{color:var(--muted);font-size:10px}.context-stats dd{margin:3px 0 0;color:var(--ink);font-size:18px;font-weight:720}
.atlas-dialog{width:min(540px,calc(100vw - 28px));padding:24px;border:1px solid var(--line-strong);border-radius:var(--radius);color:var(--text);background:white;box-shadow:0 24px 70px rgb(1 17 38 / 30%)}.atlas-dialog::backdrop{background:rgb(2 16 35 / 55%)}.atlas-dialog h2{margin:0;color:var(--ink);font-size:20px}.atlas-dialog>p{margin:7px 0 20px;color:var(--muted);font-size:12px}.dialog-close{position:absolute;top:10px;right:12px}.dialog-close button{width:32px;height:32px;border:0;color:var(--muted);background:transparent;font-size:22px}.dialog-form{display:grid;gap:14px}.dialog-divider{display:flex;align-items:center;gap:10px;margin:15px 0;color:var(--muted);font-size:10px;text-transform:uppercase}.dialog-divider::before,.dialog-divider::after{height:1px;flex:1;background:var(--line);content:""}.atlas-dialog .field select{min-height:43px}
.collection-list{display:grid}.collection-row{display:grid;grid-template-columns:46px minmax(220px,1fr) 90px 90px 120px 24px;align-items:center;gap:14px;padding:15px 16px;border-bottom:1px solid var(--line)}.collection-row:hover{background:var(--blue-50)}.collection-row strong,.collection-row small{display:block}.collection-row>span:not(.identity-avatar):not(.dossier-icon)>strong{color:var(--ink);font-size:12px}.collection-row small{margin-top:3px;color:var(--muted);font-size:10px}.collection-primary strong{font-size:14px!important}.collection-row>svg{width:17px;height:17px;color:var(--blue-700)}.dossier-icon{display:grid;width:42px;height:42px;place-items:center;border:1px solid #b7d3f2;color:var(--blue-700);background:var(--blue-50)}.dossier-icon svg{width:22px;height:22px}.profile-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:12px;margin:12px 20px 24px}.linked-record-list a{display:grid;grid-template-columns:minmax(0,1fr) auto 18px;align-items:center;gap:12px;padding:13px 14px;border-bottom:1px solid var(--line)}.linked-record-list a:hover{background:var(--blue-50)}.linked-record-list strong,.linked-record-list small{display:block}.linked-record-list strong{color:var(--ink);font-size:12px}.linked-record-list small{margin-top:3px;color:var(--muted);font-size:10px}.linked-record-list svg{width:16px;height:16px;color:var(--blue-700)}.record-locator{font:10px var(--mono);color:var(--muted)}.note-form{display:grid;gap:9px;padding:13px}.note-form textarea{min-height:78px;padding:10px;border:1px solid var(--line-strong);border-radius:var(--radius);resize:vertical;font-size:12px}.note-form .secondary-action{justify-self:end;min-height:34px}.note-list article{padding:13px;border-top:1px solid var(--line)}.note-list p{margin:0;color:var(--text);font-size:11px;white-space:pre-wrap}.note-list small{display:block;margin-top:7px;color:var(--muted);font-size:9px}
.dossier-header{display:flex;align-items:center;gap:15px;margin:18px 20px 12px;padding:16px;border:1px solid var(--line);background:white}.dossier-header>div:nth-child(2){flex:1}.dossier-header h2{font-size:20px}.dossier-header p{margin:5px 0 0;color:var(--muted);font-size:12px}.status-label{padding:5px 9px;border:1px solid #aad8bd;color:#17683d;background:#f2fbf6;font-size:10px;font-weight:720;text-transform:uppercase}.dossier-grid{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:12px;margin:0 20px 24px}.dossier-main,.dossier-side{display:grid;align-content:start;gap:12px}.timeline article{display:grid;grid-template-columns:13px minmax(0,1fr);gap:9px;padding:12px 14px}.timeline article>span{width:9px;height:9px;margin-top:4px;border:2px solid var(--blue-600);border-radius:50%;background:white}.timeline strong{color:var(--ink);font-size:11px;text-transform:capitalize}.timeline p{margin:3px 0;color:var(--muted);font-size:10px}.timeline small{color:var(--subtle);font-size:9px}.source-summary{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:8px solid var(--canvas)}.source-summary div{padding:20px;border-right:1px solid var(--line)}.source-summary span,.source-summary strong{display:block}.source-summary span{color:var(--muted);font-size:10px;text-transform:uppercase}.source-summary strong{margin-top:4px;color:var(--ink);font-size:19px}.audit-table{min-width:800px}.audit-table th:first-child{width:18%}
.auth-body{background:white}.auth-shell{display:grid;grid-template-columns:41% 59%;min-height:100vh}.auth-brand-panel{display:flex;min-height:100vh;align-items:center;flex-direction:column;justify-content:center;padding:40px;color:white;background:var(--navy-950)}.auth-brand-lockup{display:grid;justify-items:center}.auth-link-mark{display:grid;width:110px;height:110px;place-items:center}.auth-link-mark svg{width:100px;height:100px;color:#c8e2ff;stroke-width:3}.auth-brand-lockup strong{font-size:48px;font-weight:760;letter-spacing:-.04em}.auth-brand-lockup>span:last-child{margin-top:8px;color:#78b6fb;font-size:27px;font-weight:400;letter-spacing:.12em}.auth-brand-rule{width:330px;height:2px;margin:30px 0;background:#68adf8}.auth-brand-panel>p{margin:0;color:#afc4dc;font-size:13px}.auth-form-panel{display:flex;align-items:center;justify-content:center;padding:45px;background:white}.auth-form-wrap{width:min(100%,520px)}.auth-shield{display:block;width:58px;height:58px;color:var(--navy-900)}.auth-shield svg{width:58px;height:58px}.auth-form-wrap h1{margin:16px 0 0;color:var(--ink);font-size:43px;line-height:1.05;letter-spacing:-.045em}.auth-lead{margin:13px 0 30px;color:var(--muted);font-size:16px}.auth-form{display:grid;gap:8px}.auth-form .field{font-size:13px;text-transform:none}.auth-form .field input{min-height:51px;font-size:15px}.password-control{display:flex;position:relative}.password-control input{padding-right:48px}.password-control button{position:absolute;right:5px;top:5px;display:grid;width:40px;height:40px;place-items:center;border:0;color:var(--muted);background:transparent}.password-control svg{width:21px;height:21px}.auth-submit{width:100%;min-height:52px;margin-top:10px;font-size:15px}.auth-message{display:flex;align-items:center;gap:10px;margin:0 0 18px;padding:12px;border:1px solid;font-size:12px}.auth-message svg{width:20px;height:20px;flex:0 0 auto}.auth-message-error,.validation-summary{border-color:#e9b8b3;color:#8e1c15;background:#fff7f6}.auth-message-warning{border-color:#ead3ad;color:#7a520d;background:#fffaf0}.validation-summary:empty{display:none}.field-validation{min-height:14px;color:var(--danger);font-size:10px}.auth-assurance{margin-top:35px;padding-top:22px;border-top:1px solid var(--line)}.auth-assurance p{display:flex;align-items:center;gap:10px;margin:9px 0;color:var(--text);font-size:12px}.auth-assurance svg{width:19px;height:19px;color:var(--navy-800)}
@media(max-width:1050px){.record-workspace,.profile-grid,.dossier-grid{grid-template-columns:1fr}.record-context{display:grid;grid-template-columns:repeat(3,1fr)}.record-context>section+section{border-top:0;border-left:8px solid var(--canvas)}.dossier-side{grid-template-columns:1fr 1fr}.identity-header{flex-wrap:wrap}.collection-row{grid-template-columns:46px minmax(180px,1fr) 70px 70px 24px}.collection-row>span:nth-of-type(5){display:none}}
@media(max-width:800px){.app-frame{display:block}.side-nav{position:sticky;top:0;height:auto;min-height:68px;flex-direction:row;align-items:center}.brand{min-height:68px;padding:10px 16px;border:0}.brand-mark,.brand-mark svg{width:34px;height:34px}.brand strong{font-size:14px}.brand em{font-size:9px}.nav-toggle{display:flex;align-items:center;gap:6px;margin-left:auto;margin-right:12px;padding:8px;border:1px solid rgb(255 255 255 / 25%);color:white;background:transparent}.nav-list{display:none;position:absolute;top:68px;right:0;left:0;padding:8px 0 14px;background:var(--navy-950);box-shadow:0 12px 24px rgb(0 0 0 / 25%)}body.nav-open .nav-list{display:grid}.nav-boundary{display:none}.command-bar{min-height:56px;padding:0 14px}.operator-menu{padding-right:10px}.command-status{display:none}.page-header{min-height:100px;padding:20px}.search-command,.results-workspace,.collection-workspace{margin:18px 20px}.launch-grid{margin:0 20px 18px}.source-overview{margin:0 20px 20px}.search-controls{grid-template-columns:1fr 1fr}.search-controls .primary-action{min-height:43px}.record-context{display:block}.record-context>section+section{border-top:8px solid var(--canvas);border-left:0}.dossier-side{grid-template-columns:1fr}.auth-shell{grid-template-columns:34% 66%}.auth-brand-lockup strong{font-size:28px}.auth-brand-lockup>span:last-child{font-size:17px}.auth-brand-rule{width:190px}}
@media(max-width:600px){.command-bar{justify-content:space-between}.operator-menu{margin-left:auto}.operator-menu small{display:none}.command-signout{font-size:0}.page-header{display:block}.page-header h1{font-size:27px}.connection-state{margin-top:14px;width:max-content}.search-controls{grid-template-columns:1fr}.launch-grid{grid-template-columns:1fr}.launch-panel{grid-template-columns:42px 1fr}.launch-panel>span{display:none}.source-overview{display:block}.source-overview dl{margin-top:18px;gap:15px}.source-overview dl div{padding-left:12px}.identity-header{margin:12px}.identity-header dl{width:100%;margin:0}.identity-header .secondary-action,.identity-header .primary-action{flex:1}.record-tabs{margin:0 12px}.record-workspace,.profile-grid,.dossier-grid{margin:10px 12px 18px}.collection-row{grid-template-columns:42px minmax(0,1fr) 20px}.collection-row>span:not(.identity-avatar):not(.dossier-icon):not(.collection-primary){display:none}.source-summary{grid-template-columns:1fr 1fr}.dossier-header{flex-wrap:wrap;margin:12px}.dossier-header dl{width:100%;margin:0}.auth-shell{display:block}.auth-brand-panel{min-height:220px;padding:25px}.auth-link-mark{width:60px;height:60px}.auth-link-mark svg{width:60px;height:60px}.auth-brand-lockup strong{font-size:26px}.auth-brand-lockup>span:last-child{font-size:14px}.auth-brand-rule{margin:15px 0}.auth-brand-panel>p{display:none}.auth-form-panel{padding:32px 22px}.auth-form-wrap h1{font-size:33px}.auth-lead{font-size:14px}.auth-shield,.auth-shield svg{width:45px;height:45px}}
@media(max-width:600px){.search-progress-panel{margin:20px 14px;padding:22px 18px}.search-progress-heading{grid-template-columns:30px minmax(0,1fr)}.search-progress-heading>strong{grid-column:2}.search-progress-meta{display:grid;gap:5px}.search-cancel-form .secondary-action{width:100%}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
