:root{color:#162131;background:#f3f5f7;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--ink: #162131;--ink-soft: #556375;--ink-muted: #7e8a99;--canvas: #f3f5f7;--surface: #fdfdfc;--surface-soft: #f8f9fa;--line: #e1e6eb;--line-dark: #cad2db;--blue: #3267d6;--blue-dark: #2455b8;--blue-soft: #e9efff;--green: #227e58;--green-soft: #e7f5ee;--amber: #9a6616;--amber-soft: #fff5dd;--red: #b3484b;--red-soft: #fff0f0;--nav: #141d2a;--nav-muted: #93a2b8;--nav-active: #263c63;--shadow: 0 1px 2px rgba(21, 31, 45, .03), 0 12px 32px rgba(21, 31, 45, .04)}*{box-sizing:border-box}html{min-width:320px;background:var(--canvas)}body{margin:0;min-width:320px;min-height:100vh;background:var(--canvas)}button,input{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid rgba(50,103,214,.28);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-shell{min-height:100vh}.desktop-sidebar{position:fixed;inset:0 auto 0 0;z-index:20;display:flex;flex-direction:column;width:250px;padding:28px 16px 20px;color:#e9eef6;background:var(--nav)}.brand{display:inline-flex;align-items:center;gap:10px;min-width:0}.brand-mark{display:inline-grid;width:31px;height:31px;place-items:center;border-radius:10px;color:#152238;background:#e9efff;box-shadow:inset 0 1px #ffffffbf;font-size:16px;font-weight:750;letter-spacing:-.7px}.brand>span:last-child{display:grid;gap:0;line-height:1}.brand strong{color:inherit;font-size:16px;font-weight:680;letter-spacing:-.35px}.brand small{margin-top:3px;color:var(--nav-muted);font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.sidebar-caption{margin:26px 12px 12px;color:var(--nav-muted);font-size:11px;font-weight:650;letter-spacing:.09em;text-transform:uppercase}.crm-navigation{display:grid;gap:4px}.nav-item{display:flex;align-items:center;min-height:44px;gap:11px;padding:0 12px;border-radius:10px;color:#b9c4d4;font-size:14px;font-weight:560;transition:background-color .15s ease,color .15s ease,transform .15s ease}.nav-item:hover{color:#f4f7fb;background:#fff1}.nav-item--active{color:#f6f9ff;background:var(--nav-active);box-shadow:inset 0 0 0 1px #97b8ff1c}.nav-item svg:last-child{margin-left:auto;opacity:.65}.sidebar-spacer{flex:1;min-height:28px}.auth-preview{display:flex;align-items:center;min-height:56px;gap:10px;padding:8px;border:1px solid rgba(182,203,237,.12);border-radius:12px;background:#ffffff0b}.auth-preview__avatar{display:inline-grid;flex:0 0 auto;width:32px;height:32px;place-items:center;border-radius:50%;color:#18263c;background:#d7e2fe;font-size:10px;font-weight:760;letter-spacing:.03em}.auth-preview>span:last-child{display:grid;min-width:0;gap:3px}.auth-preview strong{overflow:hidden;color:#f3f7fd;font-size:12px;font-weight:620;text-overflow:ellipsis;white-space:nowrap}.auth-preview small{display:flex;align-items:center;gap:4px;color:#9cb0ca;font-size:10px}.sidebar-signout{margin-left:auto;padding:5px 6px;border:0;border-radius:6px;color:#aebcd0;background:transparent;font-size:9px;font-weight:680}.sidebar-signout:hover{color:#f3f7fd;background:#ffffff14}.sidebar-footnote{margin:14px 8px 0;color:#71829b;font-size:10px}.app-main{min-height:100vh;margin-left:250px;padding:44px clamp(26px,4vw,64px) 56px}.page{width:min(100%,1320px);margin:0 auto}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:0 0 28px}.page-eyebrow{margin:0 0 8px;color:var(--blue);font-size:11px;font-weight:740;letter-spacing:.13em;text-transform:uppercase}.page-header h1{margin:0;color:var(--ink);font-size:clamp(30px,4vw,42px);font-weight:720;letter-spacing:-1.55px;line-height:1.08}.page-description{max-width:680px;margin:10px 0 0;color:var(--ink-soft);font-size:15px;line-height:1.55}.page-header__actions{flex:0 0 auto;padding-bottom:2px}.read-only-chip,.back-link{display:inline-flex;align-items:center;min-height:38px;gap:7px;padding:0 12px;border:1px solid var(--line);border-radius:10px;color:#455366;background:var(--surface);box-shadow:0 1px 2px #151f2d08;font-size:12px;font-weight:620}.back-link:hover{border-color:#b7c6da;color:var(--blue-dark)}.search-control{display:flex;align-items:center;width:min(270px,45vw);height:42px;gap:8px;padding:0 12px;border:1px solid var(--line-dark);border-radius:11px;color:var(--ink-muted);background:var(--surface);box-shadow:0 1px 2px #151f2d08;transition:border-color .15s ease,box-shadow .15s ease}.search-control:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #3267d61c}.search-control input{width:100%;min-width:0;border:0;outline:0;color:var(--ink);background:transparent;font-size:14px}.search-control input::placeholder{color:#9ba5b1}.surface{border:1px solid var(--line);border-radius:17px;background:var(--surface);box-shadow:var(--shadow)}.resource-section{overflow:hidden}.resource-section+.resource-section{margin-top:20px}.summary-section{margin-bottom:20px}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:22px 24px 17px}.section-heading h2{margin:0;color:var(--ink);font-size:15px;font-weight:690;letter-spacing:-.17px}.section-heading p{margin:5px 0 0;color:var(--ink-muted);font-size:12px;line-height:1.45}.icon-button{display:inline-grid;flex:0 0 auto;width:36px;height:36px;place-items:center;border:1px solid var(--line);border-radius:9px;color:#617084;background:var(--surface);transition:border-color .15s ease,color .15s ease,transform .15s ease}.icon-button:hover{border-color:#b7c5d6;color:var(--blue);transform:translateY(-1px)}.loading-lines{display:grid;gap:10px;padding:3px 24px 26px}.loading-lines span{display:block;height:13px;border-radius:8px;background:linear-gradient(90deg,#eef1f4,#f6f7f8 55%,#eef1f4)}.loading-lines span:nth-child(1){width:68%}.loading-lines span:nth-child(2){width:92%}.loading-lines span:nth-child(3){width:47%}.section-state{display:flex;align-items:flex-start;gap:12px;padding:6px 24px 26px;color:#718094}.section-state>svg{flex:0 0 auto;margin-top:2px;color:#8c98a8}.section-state strong{display:block;color:#4e5d70;font-size:13px;font-weight:650}.section-state p{max-width:560px;margin:5px 0 0;color:#788698;font-size:12px;line-height:1.5}.section-state--error>svg,.section-state--error strong{color:var(--red)}.section-state--error{color:var(--red)}.text-button{margin:10px 0 0;padding:0;border:0;color:var(--blue);background:transparent;font-size:12px;font-weight:680}.text-button:hover{color:var(--blue-dark);text-decoration:underline}.section-notices{display:grid;gap:6px;margin:-3px 24px 17px}.section-notices>p{margin:0;color:#697789;font-size:11px;line-height:1.45}.state-notice{display:inline-flex;align-items:center;width:fit-content;gap:6px;padding:5px 8px;border-radius:6px;font-size:11px;font-weight:640}.state-notice--partial{color:#6d581c;background:var(--amber-soft)}.state-notice--stale{color:#7d4b24;background:#fdf0e6}.state-notice--scan{color:#3f648e;background:#edf4fc}.state-notice--fictional{color:#66528d;background:#f2eef9}.metric-grid{display:grid;gap:1px;border-top:1px solid var(--line);background:var(--line)}.metric-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.metric{display:grid;min-height:120px;align-content:center;gap:5px;padding:20px 24px;background:var(--surface)}.metric>span{color:var(--ink-muted);font-size:11px;font-weight:620}.metric strong{color:var(--ink);font-size:clamp(20px,2.2vw,27px);font-weight:720;letter-spacing:-.9px;line-height:1.1}.metric small{color:#8490a0;font-size:11px}.metric--urgent strong{color:#a64a43}.metric--positive strong{color:#247957}.content-grid{display:grid;gap:20px;align-items:start}.content-grid--today{grid-template-columns:minmax(0,1.45fr) minmax(320px,.95fr)}.content-grid--detail{grid-template-columns:minmax(0,1.35fr) minmax(300px,.9fr);margin-top:20px}.content-grid>.resource-section+.resource-section{margin-top:0}.content-grid--pilot{grid-template-columns:minmax(0,1.35fr) minmax(300px,.9fr)}.content-grid--system{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:20px}.action-list,.timeline-list{padding:0;margin:0;list-style:none}.action-row{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;padding:17px 24px;border-top:1px solid var(--line)}.action-index{padding-top:2px;color:#a1aab7;font-size:11px;font-weight:720;letter-spacing:.08em}.action-main{min-width:0}.action-title-row{display:flex;align-items:center;gap:10px}.action-title-row a{overflow:hidden;color:#1d2d43;font-size:14px;font-weight:670;text-overflow:ellipsis;white-space:nowrap}.action-title-row a:hover{color:var(--blue)}.action-main p{margin:6px 0;color:#667487;font-size:12px;line-height:1.48}.action-evidence{color:#8995a5;font-size:11px}.action-timing{display:grid;align-content:space-between;justify-items:end;gap:12px;min-width:92px;color:#7d899a;font-size:11px;text-align:right}.action-timing strong{color:#596779;font-size:11px;font-weight:650;white-space:nowrap}.action-timing a{display:inline-grid;width:28px;height:28px;place-items:center;border-radius:8px;color:#617088;background:#f0f3f6}.action-timing a:hover{color:var(--blue);background:var(--blue-soft)}.priority{display:inline-flex;flex:0 0 auto;align-items:center;min-height:20px;padding:0 6px;border-radius:5px;font-size:10px;font-weight:700}.priority--critical{color:#a43e42;background:var(--red-soft)}.priority--high{color:#a16413;background:var(--amber-soft)}.priority--medium{color:#4067ad;background:var(--blue-soft)}.priority--normal{color:#4d6687;background:#edf2f8}.priority--low{color:#5e6e80;background:#edf0f3}.field-unavailable{display:inline-flex;width:fit-content;color:#8b96a5;font-size:10px;font-weight:620}.signal-list{padding:0 16px 15px}.signal-row{display:grid;grid-template-columns:9px minmax(0,1fr) auto;align-items:start;gap:10px;padding:13px 8px;border-top:1px solid var(--line)}.signal-row:first-child{border-top:0}.signal-row:hover{background:#f8faff}.signal-mark{width:7px;height:7px;margin-top:7px;border-radius:50%;background:#8794a5}.signal-mark--healthy{background:var(--green)}.signal-mark--watch{background:#d18a26}.signal-mark--at-risk,.signal-mark--blocked{background:#d15b58}.signal-content{display:grid;gap:4px;min-width:0;color:#6a788b;font-size:11px;line-height:1.45}.signal-title{display:flex;align-items:center;gap:7px}.signal-title strong{color:#2b3b50;font-size:12px;font-weight:670}.signal-time{padding-top:2px;color:#8b96a4;font-size:10px;white-space:nowrap}.badge{display:inline-flex;align-items:center;width:fit-content;gap:4px;min-height:22px;padding:0 7px;border-radius:6px;font-size:10px;font-weight:680;white-space:nowrap}.badge--healthy{color:#1c7652;background:var(--green-soft)}.badge--watch{color:#94621a;background:var(--amber-soft)}.badge--at-risk,.badge--blocked{color:#a34447;background:var(--red-soft)}.badge--unknown{color:#647286;background:#eef1f4}.quiet-note{display:flex;align-items:flex-start;gap:10px;margin-top:20px;padding:15px 18px;border:1px solid #dce5f4;border-radius:13px;color:#526479;background:#f5f8fd}.quiet-note>svg:first-child{flex:0 0 auto;margin-top:1px;color:#4770bd}.quiet-note>svg:last-child{flex:0 0 auto;margin:2px 0 0 auto;color:#9db2d8}.quiet-note p{margin:0;font-size:12px;line-height:1.55}.quiet-note strong{color:#344965;font-weight:690}.account-table{border-top:1px solid var(--line)}.account-table__head,.account-row{display:grid;grid-template-columns:minmax(185px,1.18fr) minmax(100px,.6fr) minmax(200px,1.35fr) minmax(134px,.72fr) 24px;align-items:center;gap:18px}.account-table__head{min-height:38px;padding:0 24px;color:#929dac;font-size:10px;font-weight:720;letter-spacing:.06em;text-transform:uppercase}.account-row{min-height:82px;padding:14px 24px;border-top:1px solid var(--line);transition:background-color .15s ease}.account-row:hover{background:#f8faff}.account-identity,.account-next-action,.account-value{display:grid;min-width:0;gap:5px}.account-identity strong,.account-next-action strong{overflow:hidden;color:#2a3a50;font-size:13px;font-weight:670;text-overflow:ellipsis;white-space:nowrap}.account-identity small,.account-next-action small{overflow:hidden;color:#8490a0;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.stage-token{display:inline-flex;width:fit-content;min-height:25px;align-items:center;padding:0 8px;border:1px solid #dde5ee;border-radius:6px;color:#5d6c80;background:#f7f9fb;font-size:11px;font-weight:630}.account-value strong{color:#26364b;font-size:13px;font-weight:680}.account-row__arrow{color:#8c98a7}.account-detail-card{margin-bottom:0}.account-detail{padding:2px 24px 24px}.account-detail__identity{display:flex;align-items:center;gap:14px}.account-monogram{display:inline-grid;flex:0 0 auto;width:46px;height:46px;place-items:center;border-radius:14px;color:#2854ac;background:var(--blue-soft);font-size:19px;font-weight:740}.account-detail__name-row{display:flex;align-items:center;flex-wrap:wrap;gap:9px}.account-detail__name-row h3{margin:0;color:#26364a;font-size:20px;font-weight:710;letter-spacing:-.48px}.account-detail__identity p{margin:4px 0 0;color:#7d8999;font-size:12px}.account-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}.account-facts span{display:grid;gap:5px;min-width:0}.account-facts small{color:#8a96a5;font-size:10px;font-weight:610}.account-facts strong{overflow:hidden;color:#33445b;font-size:12px;font-weight:660;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.account-summary{max-width:820px;margin:18px 0 0;color:#607086;font-size:12px;line-height:1.58}.bounded-label{display:inline-flex;width:fit-content;padding:5px 7px;border-radius:6px;color:#69798d;background:#eff3f7;font-size:9px;font-weight:660}.bounded-label--partial{color:#8b5f1d;background:var(--amber-soft)}.bounded-content>.bounded-label{margin:0 24px 16px}.inline-empty{margin:0;color:#8290a2;font-size:12px;line-height:1.5}.inline-empty--padded{padding:0 24px 24px}.account-actions-section{margin-top:20px}.detail-list{padding:0 16px 15px}.detail-list--actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}.detail-row{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:start;gap:10px;min-width:0;padding:13px 8px;border-top:1px solid var(--line)}.detail-row:first-child{border-top:0}.detail-row__icon{display:inline-grid;width:30px;height:30px;place-items:center;border-radius:8px;color:#5576a6;background:#edf3fc}.detail-row__icon--commercial{color:#5b6f91;background:#eff2f7}.detail-row__icon--action{color:#35745d;background:var(--green-soft)}.detail-row__body{display:grid;min-width:0;gap:4px}.detail-row__body>strong{color:#34455a;font-size:12px;font-weight:670;line-height:1.4}.detail-row__body>strong em{display:inline-flex;margin-left:7px;padding:2px 5px;border-radius:5px;color:#43689c;background:#edf3fc;font-size:8px;font-style:normal;font-weight:720;text-transform:uppercase}.detail-row__body>small{color:#8793a2;font-size:10px;line-height:1.5}.detail-row__body>p{margin:1px 0 0;color:#65758a;font-size:11px;line-height:1.48}.detail-row__link{display:inline-grid;width:32px;height:32px;place-items:center;border-radius:8px;color:#5f77a0;background:#f0f4f9}.detail-row__link:hover{color:var(--blue);background:var(--blue-soft)}.detail-row__aside{margin:7px 7px 0 0;color:#91a0b2}.read-honesty{display:inline-flex;align-items:flex-start;width:fit-content;gap:5px;margin-top:3px;padding:5px 7px;border-radius:6px;color:#80601f;background:var(--amber-soft);font-size:9px;font-weight:620;line-height:1.4}.read-honesty svg{flex:0 0 auto;margin-top:1px}.timeline-list{padding:0 24px 20px}.timeline-list li{display:grid;grid-template-columns:31px minmax(0,1fr);gap:10px;position:relative;padding:0 0 19px}.timeline-list li:before{position:absolute;top:30px;bottom:-2px;left:14px;width:1px;content:"";background:#e2e7ed}.timeline-list li:last-child{padding-bottom:0}.timeline-list li:last-child:before{display:none}.timeline-icon{display:inline-grid;width:29px;height:29px;place-items:center;border-radius:8px;color:#6380a9;background:#edf3fb}.timeline-icon--decision{color:#937121;background:#fff6df}.timeline-icon--sync{color:#4b7c68;background:#eaf5ef}.timeline-list strong{display:block;color:#324257;font-size:12px;font-weight:670}.timeline-list p{margin:4px 0;color:#718094;font-size:11px;line-height:1.45}.timeline-list small{color:#98a3b1;font-size:10px}.source-list{padding:0 16px 15px}.source-row{display:flex;align-items:center;gap:10px;padding:12px 8px;border-top:1px solid var(--line)}.source-row:first-child{border-top:0}.source-icon{display:inline-grid;flex:0 0 auto;width:30px;height:30px;place-items:center;border-radius:8px;color:#5f7baa;background:#edf3fc}.source-row>span:nth-child(2){display:grid;min-width:0;gap:4px}.source-row strong{color:#34455a;font-size:12px;font-weight:660}.source-row small{color:#8793a2;font-size:10px}.stage-grid{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:12px;padding:0 20px 20px;overflow-x:auto}.pipeline-stage{min-width:150px;min-height:164px;border:1px solid #e3e8ee;border-radius:12px;background:#fafbfc}.pipeline-stage__header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:11px 11px 10px;border-bottom:1px solid #e4e9ef;color:#66778d;font-size:10px;font-weight:690}.pipeline-stage__header span{display:inline-flex;align-items:center;gap:5px}.pipeline-stage__header strong{color:#42546c;font-size:10px}.pipeline-stage__accounts{display:grid;padding:5px;gap:4px}.pipeline-stage__accounts a{display:flex;align-items:flex-start;justify-content:space-between;gap:7px;padding:8px 7px;border-radius:8px;background:var(--surface);box-shadow:0 1px 2px #1c2d430a}.pipeline-stage__accounts a:hover{background:#f3f7ff}.pipeline-stage__accounts a>span:first-child{display:grid;min-width:0;gap:3px}.pipeline-stage__accounts strong{color:#3a4c61;font-size:10px;font-weight:670;line-height:1.32}.pipeline-stage__accounts small{color:#919dab;font-size:9px}.pipeline-stage__accounts a>span:last-child{display:flex;align-items:center;gap:3px;color:#8390a0}.stage-empty{margin:11px;color:#9aa4b2;font-size:10px;line-height:1.4}.watch-list{padding:0 16px 15px}.watch-row{display:grid;grid-template-columns:22px minmax(160px,.8fr) minmax(170px,1.3fr) auto 18px;align-items:center;gap:12px;padding:13px 8px;border-top:1px solid var(--line)}.watch-row:first-child{border-top:0}.watch-row:hover{background:snow}.watch-row>svg{color:#ba5a53}.watch-row>span:nth-child(2){display:grid;gap:4px}.watch-row strong{color:#394a5e;font-size:12px;font-weight:680}.watch-row small{color:#8190a0;font-size:10px;line-height:1.4}.watch-row__action{color:#637388;font-size:11px;line-height:1.42}.pilot-card-list{display:grid;gap:12px;padding:0 20px 20px}.pilot-card{display:grid;gap:13px;padding:16px;border:1px solid #e1e7ed;border-radius:13px;background:#fafbfc;transition:border-color .15s ease,transform .15s ease}.pilot-card:hover{border-color:#c4d2e5;transform:translateY(-1px)}.pilot-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.pilot-card__header>span:first-child{display:grid;gap:4px}.pilot-card__header strong{color:#34465b;font-size:13px;font-weight:690}.pilot-card__header small{color:#8995a4;font-size:10px}.pilot-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.pilot-facts span{display:grid;gap:3px;padding:9px 10px;border-radius:8px;background:#f1f4f7}.pilot-facts small{color:#8a96a5;font-size:9px}.pilot-facts strong{overflow:hidden;color:#53657a;font-size:10px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.pilot-progress{display:grid;grid-template-columns:1fr auto;align-items:center;gap:9px}.pilot-progress>span{display:block;height:6px;overflow:hidden;border-radius:100px;background:#e5e9ef}.pilot-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#5584df,#3267d6)}.pilot-progress strong{color:#4068a8;font-size:11px}.pilot-stats{display:flex;flex-wrap:wrap;gap:12px;color:#728196;font-size:10px}.pilot-stats span{display:inline-flex;align-items:center;gap:4px}.pilot-stats svg{color:#738eb7}.pilot-card p{margin:0;color:#68778a;font-size:11px;line-height:1.45}.pilot-card footer{display:flex;align-items:center;justify-content:space-between;padding-top:10px;border-top:1px solid #e3e8ee;color:#637b9f;font-size:10px;font-weight:650}.connector-list{padding:0 16px 15px}.connector-row{display:grid;grid-template-columns:35px minmax(160px,1.1fr) minmax(210px,1.2fr) auto;align-items:center;gap:12px;padding:14px 8px;border-top:1px solid var(--line)}.connector-row:first-child{border-top:0}.connector-row__icon{display:inline-grid;width:32px;height:32px;place-items:center;border-radius:9px;color:#5176ad;background:#edf3fc}.connector-row>span:nth-child(2),.connector-row__detail{display:grid;min-width:0;gap:4px}.connector-row strong{overflow:hidden;color:#36485c;font-size:12px;font-weight:680;text-overflow:ellipsis;white-space:nowrap}.connector-row small{overflow:hidden;color:#8794a4;font-size:10px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.connector-row__detail strong{color:#65758a;font-size:10px;font-weight:640}.connector-badge--connected{color:#217354;background:var(--green-soft)}.connector-badge--delayed{color:#976317;background:var(--amber-soft)}.connector-badge--attention,.connector-badge--offline{color:#a54548;background:var(--red-soft)}.compact-list{padding:0 16px 15px}.compact-row{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:9px;padding:12px 8px;border-top:1px solid var(--line)}.compact-row:first-child{border-top:0}.compact-icon{display:inline-grid;width:30px;height:30px;place-items:center;border-radius:8px;color:#5176ad;background:#edf3fc}.compact-icon--review,.compact-icon--pending{color:#956319;background:var(--amber-soft)}.compact-icon--failed{color:#a44448;background:var(--red-soft)}.compact-icon--recorded,.compact-icon--clean{color:#267756;background:var(--green-soft)}.compact-row>span:nth-child(2){display:grid;min-width:0;gap:4px}.compact-row strong{overflow:hidden;color:#3c4e62;font-size:11px;font-weight:670;text-overflow:ellipsis;white-space:nowrap}.compact-row small{overflow:hidden;color:#8793a2;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.compact-row__metric{display:grid;justify-items:end;gap:3px}.compact-row__metric strong{color:#65758a;font-size:10px}.audit-id{display:inline-flex;align-items:center;gap:4px;color:#76869a;font-size:9px;font-weight:650;white-space:nowrap}.contract-boundary-section{min-height:176px}.auth-screen{display:grid;min-height:100vh;place-items:center;padding:32px 18px;background:radial-gradient(circle at 50% 0%,#f8faff 0%,var(--canvas) 46%)}.auth-card{display:grid;width:min(100%,430px);justify-items:center;padding:38px;border:1px solid var(--line);border-radius:22px;background:var(--surface);box-shadow:0 1px 3px #151f2d0a,0 18px 48px #151f2d14;text-align:center}.auth-card--compact{width:auto;grid-template-columns:auto auto;gap:10px;padding:18px 22px;border-radius:14px;color:var(--ink-soft)}.auth-card--compact p{margin:0;font-size:13px}.auth-brand,.auth-card__icon{display:inline-grid;width:48px;height:48px;place-items:center;border-radius:15px;color:#2854ac;background:var(--blue-soft);font-size:19px;font-weight:760}.auth-card__icon--denied{color:var(--red);background:var(--red-soft)}.auth-eyebrow{margin:22px 0 8px;color:var(--blue);font-size:10px;font-weight:740;letter-spacing:.13em;text-transform:uppercase}.auth-card h1{margin:0;color:var(--ink);font-size:27px;font-weight:720;letter-spacing:-.8px}.auth-copy{margin:13px 0 24px;color:var(--ink-soft);font-size:13px;line-height:1.6}.auth-form{display:grid;width:100%;gap:16px;text-align:left}.auth-field{display:grid;gap:7px;color:#4c5c70;font-size:13px;font-weight:650}.auth-field input{width:100%;min-height:48px;padding:0 14px;border:1px solid var(--line-dark);border-radius:11px;outline:none;color:var(--ink);background:var(--surface);font:inherit;font-size:16px;font-weight:460;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.auth-field input:hover{border-color:#aebed2}.auth-field input:focus{border-color:#6f8ec1;box-shadow:0 0 0 3px #3c66ac1c}.auth-field input:disabled{cursor:wait;background:#f5f7fa;opacity:.72}.auth-primary-button,.auth-secondary-button{display:inline-flex;width:100%;min-height:48px;align-items:center;justify-content:center;gap:8px;padding:0 18px;border-radius:11px;font-size:13px;font-weight:680;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease}.auth-primary-button{border:0;color:#f8fbff;background:#1c2a3c;box-shadow:0 1px 2px #1320321f,0 8px 18px #13203224}.auth-primary-button:hover{transform:translateY(-1px);background:#253750;box-shadow:0 1px 2px #1320321f,0 11px 24px #1320322e}.auth-secondary-button{border:1px solid var(--line-dark);color:#42536a;background:var(--surface)}.auth-secondary-button:hover{border-color:#aebed2;color:var(--blue-dark);background:#f8faff}.auth-primary-button:disabled,.auth-secondary-button:disabled{cursor:wait;opacity:.62;transform:none}.auth-footnote{display:inline-flex;align-items:center;gap:6px;margin:16px 0 0;color:#8793a3;font-size:10px}.auth-error{display:flex;width:100%;align-items:flex-start;gap:7px;margin:-9px 0 16px;padding:10px 11px;border-radius:9px;color:#9c4145;background:var(--red-soft);font-size:11px;line-height:1.45;text-align:left}.auth-error svg{flex:0 0 auto}.denied-identity{display:grid;width:100%;gap:4px;margin:-6px 0 20px;padding:13px;border-radius:10px;background:var(--surface-soft);text-align:left}.denied-identity span,.denied-identity small{color:#8894a3;font-size:10px}.denied-identity strong{color:#405167;font-size:12px;font-weight:680}.auth-spinner{animation:auth-spin .9s linear infinite}@keyframes auth-spin{to{transform:rotate(360deg)}}.mobile-header,.mobile-navigation-layer{display:none}@media (max-width: 1120px){.desktop-sidebar{width:222px}.app-main{margin-left:222px;padding-left:clamp(24px,3vw,40px);padding-right:clamp(24px,3vw,40px)}.account-table__head,.account-row{grid-template-columns:minmax(170px,1.1fr) 90px minmax(180px,1.15fr) 114px 20px;gap:12px}.connector-row{grid-template-columns:35px minmax(145px,1fr) minmax(145px,1fr) auto}}@media (max-width: 860px){.metric-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}.metric:nth-child(n+3){border-top:1px solid var(--line)}.content-grid--today,.content-grid--detail,.content-grid--pilot{grid-template-columns:1fr}.account-facts{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:16px}.watch-row{grid-template-columns:22px minmax(145px,.8fr) minmax(150px,1fr) auto 18px}}@media (max-width: 720px){.desktop-sidebar{display:none}.app-main{margin-left:0;padding:22px 16px 40px}.mobile-header{position:sticky;top:0;z-index:15;display:flex;align-items:center;justify-content:space-between;height:62px;padding:0 16px;border-bottom:1px solid var(--line);color:var(--ink);background:#fdfdfcf0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-header .brand strong{color:var(--ink);font-size:15px}.mobile-header .brand small{color:#7d8998}.mobile-menu-button{width:38px;height:38px}.mobile-user{display:inline-grid;width:38px;height:38px;place-items:center;border-radius:9px;color:#607087;background:#eef2f6}.mobile-navigation-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:block}.mobile-navigation-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;border:0;background:#111a276b}.mobile-navigation-panel{position:relative;display:flex;flex-direction:column;width:min(290px,calc(100vw - 38px));min-height:100%;padding:22px 16px;color:#eaf0f8;background:var(--nav);box-shadow:18px 0 44px #08101c3b}.mobile-navigation-topline{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.mobile-navigation-panel .icon-button{border-color:#ffffff1f;color:#dbe5f3;background:#ffffff0d}.mobile-navigation-panel .auth-preview{margin-top:auto}.page-header{align-items:flex-start;flex-direction:column;gap:17px;margin-bottom:22px}.page-header__actions,.search-control{width:100%}.page-description{font-size:14px}.section-heading{padding:18px 18px 15px}.loading-lines,.section-state{padding-right:18px;padding-bottom:22px;padding-left:18px}.section-notices{margin-right:18px;margin-left:18px}.metric{min-height:105px;padding:17px 18px}.content-grid,.content-grid--system{gap:16px}.content-grid--system{grid-template-columns:1fr;margin-top:16px}.resource-section+.resource-section{margin-top:16px}.summary-section{margin-bottom:16px}.action-row{grid-template-columns:26px minmax(0,1fr);padding:15px 18px}.action-timing{grid-column:2;display:flex;align-items:center;justify-items:start;justify-content:space-between;min-width:0;text-align:left}.signal-list{padding-right:10px;padding-left:10px}.signal-row{padding:12px 8px}.signal-time{display:none}.quiet-note{margin-top:16px;padding:14px}.account-table__head{display:none}.account-row{grid-template-columns:minmax(0,1fr) auto;gap:8px;min-height:0;padding:15px 18px}.account-identity{grid-column:1}.stage-token{grid-column:2;grid-row:1}.account-next-action{grid-column:1;grid-row:2}.account-value{grid-column:2;grid-row:2;justify-items:end}.account-row__arrow{display:none}.account-detail{padding-right:18px;padding-bottom:18px;padding-left:18px}.account-facts{margin-top:18px}.account-facts strong{white-space:normal}.content-grid--detail,.account-actions-section{margin-top:16px}.detail-list--actions{grid-template-columns:1fr}.timeline-list{padding-right:18px;padding-left:18px}.stage-grid{grid-template-columns:repeat(5,200px);padding-right:16px;padding-bottom:16px;padding-left:16px}.watch-list{padding-right:10px;padding-left:10px}.watch-row{grid-template-columns:20px minmax(0,1fr) auto 16px;align-items:start;gap:9px}.watch-row__action{grid-column:2 / -1}.pilot-card-list{padding-right:16px;padding-bottom:16px;padding-left:16px}.connector-list{padding-right:10px;padding-left:10px}.connector-row{grid-template-columns:32px minmax(0,1fr) auto;gap:9px}.connector-row__detail{grid-column:2 / -1}.connector-row small{white-space:normal}.compact-list{padding-right:10px;padding-left:10px}.compact-row{gap:7px}.compact-row__metric{display:none}}@media (max-width: 400px){.app-main,.mobile-header{padding-right:12px;padding-left:12px}.metric{padding-right:14px;padding-left:14px}.metric strong{font-size:21px}.action-title-row{align-items:flex-start;flex-direction:column;gap:5px}.account-detail__identity{align-items:flex-start}.account-facts{grid-template-columns:1fr}.detail-row{grid-template-columns:30px minmax(0,1fr) auto;gap:8px}.page-header h1{font-size:31px}.auth-card{padding:30px 22px;border-radius:18px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important}.auth-spinner{animation:none}}
