:root{--bg:#ffffff;--text:#0b1022;--muted:#6b7280;--brand:#0ea5e9;--brand-600:#0284c7;--accent:#6d28d9;--surface:#f8fafc;--border:#e5e7eb;--shadow:0 8px 24px rgba(2,8,23,.06);--green: #28c76f;--yellow: #f4d03f;--orange: #e67e22;--red: #e74c3c}html,body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,Noto Sans;line-height:1.6;margin:0;padding:0}h1,h2,h3,h4{color:var(--text);font-weight:700}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}.layout{display:flex;height:100vh}.sidebar{width:240px;min-width:240px;flex-shrink:0;background:var(--surface);border-right:1px solid var(--border);padding:24px 20px;display:flex;flex-direction:column;box-sizing:border-box}.sidebar-title h2{margin:0;font-size:22px;font-weight:700;color:var(--text)}.sidebar-title p{margin-top:4px;font-size:14px;color:var(--muted)}.sidebar-logo-wrapper{display:flex;justify-content:center;margin-bottom:16px}.sidebar-logo{width:120px;height:auto}.sidebar-divider{border:none;border-top:1px solid var(--border);margin:18px 0}.sidebar-nav{display:flex;flex-direction:column;gap:8px}.sidebar-link{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:10px;background:#fff;border:1px solid var(--border);color:var(--text);text-decoration:none;font-size:15px;font-weight:500;transition:.12s ease}.sidebar-link:hover{background:#eaf4ff;border-color:var(--brand);transform:translate(3px)}.sidebar-link.active{background:var(--brand);border-color:var(--brand-600);color:#fff!important}.sidebar-icon{font-size:18px}.content{flex:1;min-width:0;overflow:auto}@media (max-width: 720px){.layout{min-height:100vh;height:auto;flex-direction:column}.sidebar{width:100%;min-width:0;padding:10px 12px;border-right:0;border-bottom:1px solid var(--border)}.sidebar-logo-wrapper,.sidebar-title,.sidebar-divider{display:none}.sidebar-nav{flex-direction:row;overflow-x:auto;gap:6px;scrollbar-width:none}.sidebar-nav::-webkit-scrollbar{display:none}.sidebar-link{flex:0 0 auto;padding:8px 10px;font-size:13px}.sidebar-link:hover{transform:none}.sidebar-icon{font-size:14px}.content{overflow:visible}}.pm-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:20px;box-shadow:var(--shadow);margin-bottom:16px;transition:80ms ease;box-sizing:border-box;overflow:hidden}.pm-card:hover{transform:translateY(-2px);border-color:var(--brand)}.goal-card{background:#eef8ff;border:1px solid #c6e4ff;border-radius:16px;padding:28px 20px;text-align:center;cursor:pointer;transition:.12s ease;box-shadow:0 2px 6px #0000000a}.goal-card:hover{border-color:#60a5fa;box-shadow:0 8px 24px #00000014;transform:translateY(-3px)}.goal-card-code{font-size:26px;font-weight:700;color:#0b1022;margin-bottom:8px}.goal-card-title{font-size:15px;font-weight:500;color:#4b5563}.stratspace-wrapper{padding:0 20px}.stratspace-header{display:flex;justify-content:space-between;align-items:center;height:82px;margin-bottom:28px;background:#f4f7ff;border:1px solid #d6e2ff;border-radius:12px;padding:0 24px;box-sizing:border-box}.header-left{display:flex;align-items:center;gap:14px}.back-icon-btn{width:40px;height:40px;display:flex;justify-content:center;align-items:center;font-size:18px;border-radius:10px;background:#e9efff;border:1px solid #c7d4ff;cursor:pointer;transition:background .15s ease,box-shadow .15s ease}.back-icon-btn:hover{background:#dee7ff;box-shadow:0 3px 6px #0000000f}.breadcrumb{font-size:19px;font-weight:600;color:#0b1022;letter-spacing:.1px}.header-right{display:flex;align-items:center}.search-input{padding:8px 12px;width:300px;height:38px;font-size:14px;color:#596070;border-radius:8px;border:1px solid #cfd6e3;background:#fafbff;box-sizing:border-box}.search-input::placeholder{color:#9aa3b6}.search-input:disabled{opacity:.4}.home-wrapper{padding:20px 40px}.home-logo{display:flex;justify-content:center;margin-bottom:10px}.logo-img{width:160px;opacity:.95}.home-title{text-align:center;font-size:32px;font-weight:800;margin-top:0;color:var(--text)}.home-subtitle{text-align:center;font-size:18px;margin-bottom:6px;color:var(--muted)}.home-desc{text-align:center;font-size:16px;max-width:620px;margin:0 auto 32px;color:#4b5563;line-height:1.5}.home-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:40px}.home-card{cursor:pointer;transition:.15s ease}.home-card:hover{transform:translateY(-4px)}.inner-testcard{margin-top:14px;background:#f8fbff;border-color:#d9e7ff;cursor:pointer;transition:.12s ease}.inner-testcard:hover{transform:translateY(-3px)}.home-footer{display:flex;justify-content:center;margin-top:20px}.info-box{background:#eef4ff;border:1px solid #d6e2ff;padding:10px 18px;border-radius:8px;font-size:14px;color:#4b5563}.home-logo{width:200px;margin:20px auto 30px;display:block}.sidebar-logo{width:120px;margin-bottom:20px}.hide-home-logo{display:none!important}.goal-grid,.strategy-grid,.action-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:32px}.goal-card,.strategy-card,.action-card{background:#eef8ff;border:1px solid #c6e4ff;border-radius:16px;padding:28px 20px;text-align:center;cursor:pointer;transition:.12s ease;box-shadow:0 2px 6px #0000000a}.goal-card:hover,.strategy-card:hover,.action-card:hover{border-color:#60a5fa;box-shadow:0 8px 24px #00000014;transform:translateY(-3px)}.goal-card-code,.strategy-card-code,.action-card-code{font-size:24px;font-weight:700;margin-bottom:8px}.queue-page{--ops-ink: #182230;--ops-muted: #667085;--ops-line: #dfe3e8;--ops-navy: #17365d;--ops-blue: #2f6da6;--ops-green: #147d64;--ops-gold: #a36b00;--ops-red: #b33a3a;--ops-soft: #f5f7f9;min-width:0;padding:26px 30px 44px;color:var(--ops-ink)}.queue-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.queue-header h1{margin:3px 0 4px;font-size:40px;line-height:1.05;letter-spacing:0}.queue-eyebrow{margin:0;color:var(--ops-blue);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.queue-subtitle{margin:0;color:var(--ops-muted);font-size:14px}.queue-live{display:flex;align-items:center;gap:8px;color:var(--ops-muted);font-size:12px;white-space:nowrap}.queue-live-dot,.pipeline-source>span{width:8px;height:8px;border-radius:50%;background:var(--ops-green)}.queue-live-dot.warning{background:var(--ops-gold)}.operations-tabs{display:flex;gap:2px;padding:3px;margin-bottom:18px;border:1px solid var(--ops-line);border-radius:7px;background:#eef1f4;width:max-content}.operations-tabs button{min-height:36px;padding:7px 13px;border:0;border-radius:5px;background:transparent;color:var(--ops-muted);cursor:pointer;font:inherit;font-size:13px;font-weight:700}.operations-tabs button[aria-selected=true]{background:#fff;color:var(--ops-navy);box-shadow:0 1px 4px #1822301f}.queue-error{display:grid;grid-template-columns:1fr auto;gap:4px 16px;padding:14px 16px;margin-bottom:14px;border:1px solid #efc5c2;border-radius:7px;background:#fff7f6;color:#8e2d28}.queue-error span{grid-column:1}.queue-error button,.pipeline-toolbar button,.queue-toolbar button{min-height:38px;padding:7px 12px;border:1px solid var(--ops-navy);border-radius:6px;background:var(--ops-navy);color:#fff;cursor:pointer;font:inherit;font-weight:700}.queue-error button{grid-column:2;grid-row:1 / 3}.pipeline-metrics{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:10px;margin-bottom:10px}.pipeline-metrics article{display:flex;align-items:baseline;justify-content:space-between;padding:14px 16px;border:1px solid var(--ops-line);border-radius:7px;background:#fff}.pipeline-metrics span{color:var(--ops-muted);font-size:12px}.pipeline-metrics strong{font-size:24px}.pipeline-source-band{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.pipeline-source-band>div{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:1px 7px;min-width:190px;padding:8px 10px;border-left:3px solid #c6d0db;background:var(--ops-soft)}.pipeline-source-band>div>span:not(.pipeline-source){font-size:11px;font-weight:700;text-transform:capitalize}.pipeline-source-band small{grid-column:2;color:var(--ops-muted);font-size:10px}.pipeline-source{display:inline-flex;align-items:center;gap:5px;color:var(--ops-green);font-size:10px;font-weight:800;text-transform:uppercase}.pipeline-source-governed_snapshot{color:var(--ops-blue)}.pipeline-source-governed_snapshot>span{background:var(--ops-blue)}.pipeline-source-unavailable,.pipeline-source-not_verified{color:var(--ops-muted)}.pipeline-source-unavailable>span,.pipeline-source-not_verified>span{background:#98a2b3}.pipeline-capacity{margin:0 0 18px;border:1px solid var(--ops-line);border-radius:7px;background:#fff;overflow:hidden}.pipeline-capacity>header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:18px;border-bottom:1px solid var(--ops-line)}.pipeline-capacity h2{margin:2px 0 5px;font-size:20px}.pipeline-capacity header p:not(.queue-eyebrow){max-width:720px;margin:0;color:var(--ops-muted);font-size:12px}.pipeline-capacity-baseline{display:grid;gap:2px;min-width:180px;text-align:right}.pipeline-capacity-baseline span,.pipeline-capacity-baseline small{color:var(--ops-muted);font-size:11px}.pipeline-capacity-baselines{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:10px;padding:14px 18px;background:var(--ops-soft)}.pipeline-capacity-baselines article{display:flex;align-items:baseline;justify-content:space-between;min-width:0;padding:14px;border:1px solid var(--ops-line);border-radius:6px;background:#fff}.pipeline-capacity-baselines article span{color:var(--ops-muted);font-size:12px}.pipeline-capacity-baselines article strong{font-size:25px}.pipeline-capacity-baselines dl{display:flex;grid-column:1 / -1;flex-wrap:wrap;gap:8px 20px;margin:0}.pipeline-capacity-baselines dl div{display:flex;gap:6px}.pipeline-capacity-baselines dt,.pipeline-capacity-baselines dd{margin:0;color:var(--ops-muted);font-size:11px}.pipeline-capacity-baselines dd{color:var(--ops-ink);font-weight:800}.pipeline-capacity-funnel{display:grid;gap:0;margin:0;padding:6px 18px;list-style:none}.pipeline-capacity-funnel li{display:grid;grid-template-columns:minmax(180px,1.2fr) repeat(2,minmax(130px,.8fr));gap:12px;align-items:center;padding:11px 0;border-top:1px solid var(--ops-line)}.pipeline-capacity-funnel li:first-child{border-top:0}.pipeline-capacity-funnel li>div{display:grid;gap:2px;min-width:0}.pipeline-capacity-funnel span,.pipeline-capacity-funnel small{color:var(--ops-muted);font-size:10px}.pipeline-capacity-funnel .is-calculating>div:not(:first-child) strong{color:var(--ops-muted);font-weight:700}.pipeline-capacity-note{margin:0 18px 12px;padding:10px 12px;border-left:3px solid #98a2b3;background:var(--ops-soft);color:var(--ops-muted);font-size:11px}.pipeline-capacity-details{margin:0 18px 14px;border:1px solid var(--ops-line);border-radius:6px}.pipeline-capacity-details summary{padding:10px 12px;cursor:pointer;color:var(--ops-navy);font-size:12px;font-weight:800}.pipeline-capacity-details[open]{overflow-x:auto}.pipeline-capacity-table{min-width:760px}.pipeline-capacity-row{position:relative;display:grid;grid-template-columns:minmax(210px,1.35fr) repeat(4,minmax(125px,1fr));border-top:1px solid var(--ops-line)}.pipeline-capacity-row:first-child{border-top:0}.pipeline-capacity-row>div,.pipeline-capacity-row>strong{display:grid;align-content:center;gap:2px;min-width:0;min-height:66px;padding:9px 12px;border-left:1px solid var(--ops-line)}.pipeline-capacity-row>:first-child{border-left:0}.pipeline-capacity-row strong{overflow-wrap:anywhere;font-size:12px}.pipeline-capacity-row span,.pipeline-capacity-row small{color:var(--ops-muted);font-size:10px}.pipeline-capacity-head{background:var(--ops-soft)}.pipeline-capacity-head>strong{min-height:48px}.pipeline-capacity-verified>div:not(:first-child),.pipeline-capacity-verified_definitions>div:not(:first-child){background:#f4fbf8}.pipeline-capacity-not_verified>div:not(:first-child) strong{color:var(--ops-muted)}.pipeline-capacity-blocker{grid-column:1 / -1;margin:0;padding:7px 12px;border-top:1px solid #f0d8d5;background:#fff8f7;color:#8e2d28;font-size:10px}.pipeline-capacity>footer{display:flex;justify-content:space-between;gap:12px;padding:9px 12px;border-top:1px solid var(--ops-line);background:var(--ops-soft);color:var(--ops-muted);font-size:10px}.pipeline-capacity code{color:var(--ops-navy)}.pipeline-toolbar,.queue-toolbar{display:grid;grid-template-columns:minmax(220px,1fr) minmax(160px,220px) auto;gap:10px;align-items:end;padding:12px;border:1px solid var(--ops-line);border-radius:7px 7px 0 0;background:var(--ops-soft)}.pipeline-toolbar label{display:grid;gap:4px}.pipeline-toolbar label span{color:var(--ops-muted);font-size:10px;font-weight:800;text-transform:uppercase}.pipeline-toolbar input,.pipeline-toolbar select{width:100%;min-height:38px;box-sizing:border-box;padding:7px 10px;border:1px solid #c9d0d8;border-radius:6px;background:#fff;color:var(--ops-ink);font:inherit}.pipeline-toolbar button:disabled,.queue-toolbar button:disabled{cursor:wait;opacity:.65}.pipeline-dataset-list{border:1px solid var(--ops-line);border-top:0;border-radius:0 0 7px 7px;overflow:hidden}.pipeline-dataset{border-top:1px solid var(--ops-line);background:#fff}.pipeline-dataset:first-child{border-top:0}.pipeline-dataset-open{background:#fbfcfd}.pipeline-dataset-summary{display:grid;grid-template-columns:90px minmax(160px,.8fr) minmax(240px,1.4fr) minmax(150px,.7fr) 26px;gap:14px;align-items:center;width:100%;padding:14px 16px;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;text-align:left}.pipeline-dataset-summary>span:not(.pipeline-dataset-id):not(.pipeline-disclosure){display:grid;gap:3px;min-width:0}.pipeline-dataset-summary strong{overflow-wrap:anywhere;font-size:12px}.pipeline-dataset-summary small{overflow-wrap:anywhere;color:var(--ops-muted);font-size:10px}.pipeline-dataset-id{font-size:14px;font-weight:900;text-transform:uppercase}.pipeline-disclosure{color:var(--ops-blue);font-size:20px;text-align:center}.pipeline-coverage strong{color:var(--ops-blue)}.pipeline-dataset-detail{padding:0 16px 16px}.pipeline-stage-track{display:grid;grid-template-columns:repeat(10,minmax(70px,1fr));gap:5px;padding:12px 0}.pipeline-stage{display:grid;grid-template-columns:8px minmax(0,1fr);gap:6px;align-items:start;min-height:46px;padding:7px;border:1px solid var(--ops-line);border-radius:5px;background:#fff}.pipeline-stage>span{width:8px;height:8px;margin-top:3px;border-radius:50%;background:#98a2b3}.pipeline-stage div{display:grid;min-width:0;gap:2px}.pipeline-stage strong{overflow-wrap:anywhere;font-size:9px}.pipeline-stage small{overflow-wrap:anywhere;color:var(--ops-muted);font-size:8px;line-height:1.25}.pipeline-stage-good>span{background:var(--ops-green)}.pipeline-stage-attention>span{background:var(--ops-gold)}.pipeline-stage-blocked>span{background:var(--ops-red)}.pipeline-count-grid{display:grid;grid-template-columns:repeat(7,minmax(90px,1fr));margin:0;border:1px solid var(--ops-line);border-radius:6px;overflow:hidden}.pipeline-count-grid>div{display:grid;gap:3px;padding:8px 10px;border-right:1px solid var(--ops-line);border-bottom:1px solid var(--ops-line)}.pipeline-count-grid dt{color:var(--ops-muted);font-size:9px;text-transform:uppercase}.pipeline-count-grid dd{margin:0;font-size:15px;font-weight:800}.pipeline-count-missing dd{color:#89929e;font-size:10px;font-weight:600}.pipeline-blocker{display:grid;grid-template-columns:90px 1fr;gap:10px;padding:9px 11px;margin-top:8px;border-left:3px solid var(--ops-green);background:#edf8f4;font-size:11px}.pipeline-blocker-active{border-left-color:var(--ops-gold);background:#fff8e9}.pipeline-lower-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.pipeline-panel{padding:16px;border:1px solid var(--ops-line);border-radius:7px;background:#fff}.pipeline-panel>header,.queue-transport-note{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.pipeline-panel h2,.queue-transport-note h2{margin:2px 0 0;font-size:18px}.pipeline-panel>header>span{color:var(--ops-muted);font-size:10px;text-transform:uppercase}.pipeline-publications,.pipeline-surfaces{display:grid;gap:7px}.pipeline-publications article,.pipeline-surfaces article{display:grid;grid-template-columns:minmax(90px,.7fr) 1fr 1fr;gap:10px;align-items:center;padding:9px 10px;border-left:3px solid var(--ops-blue);background:var(--ops-soft);font-size:11px}.pipeline-surfaces article{grid-template-columns:1.2fr auto}.pipeline-surfaces article>div{display:flex;align-items:center;gap:7px}.pipeline-surfaces small{grid-column:1 / -1;color:var(--ops-muted)}.surface-state,.runtime-state{display:inline-flex;padding:2px 5px;border-radius:4px;background:#e8edf2;color:#59636f;font-size:9px;font-weight:800;text-transform:uppercase}.surface-state-available,.runtime-active{background:#e3f4ee;color:#12654f}.surface-state-not_verified,.runtime-notLoaded{background:#f0f1f3;color:#69727d}.pipeline-runtime{margin-top:12px}.pipeline-runtime-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.pipeline-runtime-grid h3{margin:0 0 8px;font-size:13px}.pipeline-runtime-grid p{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0;padding:8px 0;border-top:1px solid var(--ops-line);font-size:11px}.queue-transport-note p{max-width:520px;margin:0;color:var(--ops-muted);font-size:12px}.queue-toolbar-compact{grid-template-columns:1fr auto}.queue-table-wrap{border:1px solid var(--ops-line);border-top:0;border-radius:0 0 7px 7px;overflow:auto}.queue-table{width:100%;border-collapse:collapse;font-size:12px}.queue-table th{padding:10px 12px;background:#fff;color:var(--ops-muted);font-size:10px;text-align:left;text-transform:uppercase;white-space:nowrap}.queue-table td{padding:12px;border-top:1px solid var(--ops-line);vertical-align:top}.queue-table tbody>tr:not(.queue-detail-row){cursor:pointer}.queue-table td>strong,.queue-table td>span{display:block}.queue-table td>span{margin-top:2px;color:var(--ops-muted);font-size:10px}.queue-state{display:inline-flex;padding:3px 6px;border-radius:4px;background:#eef2f6;font-size:9px;font-weight:800;text-transform:uppercase}.queue-state-running,.queue-state-leased{background:#e3f4ee;color:#12654f}.queue-state-queued{background:#fff3d5;color:#7a5200}.queue-state-failed,.queue-state-dead_lettered{background:#fdebea;color:#9b302c}.queue-detail-row td{padding:0;background:#fafbfc}.queue-detail{padding:16px}.queue-timeline{margin:8px 0 0;padding:0;list-style:none}.queue-timeline li{display:grid;grid-template-columns:8px 1fr;gap:9px;padding:6px 0}.queue-timeline-dot{width:7px;height:7px;margin-top:5px;border-radius:50%;background:var(--ops-blue)}.queue-timeline div{display:grid;gap:2px}.queue-timeline span{color:var(--ops-muted);font-size:10px}.queue-empty{padding:28px;color:var(--ops-muted);text-align:center}.queue-muted{color:var(--ops-muted)}.queue-footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px 16px;margin-top:12px;color:var(--ops-muted);font-size:10px}@media (max-width: 1100px){.pipeline-stage-track{grid-template-columns:repeat(5,1fr)}.pipeline-count-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 760px){.queue-page{padding:18px 14px 32px}.queue-header{align-items:flex-end}.queue-header h1{font-size:32px}.queue-live{white-space:normal;text-align:right}.pipeline-metrics{grid-template-columns:1fr 1fr}.pipeline-capacity>header{display:grid}.pipeline-capacity-baseline{min-width:0;text-align:left}.pipeline-capacity-baselines{grid-template-columns:1fr}.pipeline-capacity-baselines dl{grid-column:1;display:grid}.pipeline-capacity-funnel li{grid-template-columns:1fr 1fr}.pipeline-capacity-funnel li>div:first-child{grid-column:1 / -1}.pipeline-capacity-details .pipeline-capacity-table{min-width:760px}.pipeline-capacity-table{min-width:0}.pipeline-capacity-head{display:none}.pipeline-capacity-row{grid-template-columns:1fr 1fr;padding:8px}.pipeline-capacity-row>div{min-height:58px;border:0;border-top:1px solid var(--ops-line)}.pipeline-capacity-row>div:first-child{grid-column:1 / -1;min-height:48px;border-top:0}.pipeline-capacity-row>div:not(:first-child):before{content:attr(data-label)}.pipeline-capacity-blocker{grid-column:1 / -1}.pipeline-capacity>footer{display:grid}.pipeline-toolbar,.queue-toolbar{grid-template-columns:1fr;border-radius:7px}.pipeline-dataset-list{margin-top:10px;border-top:1px solid var(--ops-line);border-radius:7px}.pipeline-dataset-summary{grid-template-columns:78px 1fr 28px;gap:9px;padding:12px}.pipeline-dataset-summary>span:nth-child(3),.pipeline-dataset-summary>span:nth-child(4){grid-column:2}.pipeline-disclosure{grid-column:3;grid-row:1}.pipeline-stage-track,.pipeline-count-grid{grid-template-columns:1fr 1fr}.pipeline-lower-grid,.pipeline-runtime-grid{grid-template-columns:1fr}.pipeline-publications article{grid-template-columns:1fr 1fr}.pipeline-publications article>strong{grid-column:1 / -1}.queue-table-wrap{border:0;overflow:visible}.queue-table,.queue-table tbody{display:block}.queue-table thead{display:none}.queue-table tbody>tr:not(.queue-detail-row){display:grid;grid-template-columns:1fr 1fr;margin-top:9px;border:1px solid var(--ops-line);border-radius:7px;background:#fff}.queue-table td{display:block;min-width:0;padding:10px}.queue-table td:before{content:attr(data-label);display:block;margin-bottom:4px;color:var(--ops-muted);font-size:9px;font-weight:800;text-transform:uppercase}.queue-table td:first-child{grid-column:1 / -1}.queue-detail-row,.queue-detail-row td{display:block}}@media (max-width: 420px){.queue-page{padding-right:10px;padding-left:10px}.queue-header{display:grid}.queue-live{justify-self:start;text-align:left}.operations-tabs{display:grid;grid-template-columns:1fr 1fr;width:100%;box-sizing:border-box}.operations-tabs button{min-width:0;padding:7px 5px;font-size:11px}.pipeline-source-band{display:grid}.pipeline-source-band>div{min-width:0}.pipeline-dataset-summary{grid-template-columns:68px minmax(0,1fr) 24px}.pipeline-stage-track,.pipeline-count-grid,.pipeline-blocker{grid-template-columns:1fr}.pipeline-panel{padding:12px}.pipeline-panel>header{display:grid}}.phc-page{min-height:100vh;box-sizing:border-box;padding:32px clamp(18px,5vw,64px) 56px;color:#17243d;background:#f3f6f9}.phc-header,.phc-state,.phc-dashboard{width:min(100%,1040px);margin-inline:auto}.phc-header{display:flex;align-items:center;gap:12px;margin-bottom:36px}.phc-mark{display:grid;width:44px;height:44px;flex:0 0 44px;place-items:center;border-radius:8px;color:#fff;background:#17365d;font-size:22px;font-weight:800}.phc-header h1,.phc-state h2,.phc-dashboard h2,.phc-dashboard h3,.phc-dashboard h4{margin:0}.phc-header h1{font-size:21px;letter-spacing:0}.phc-eyebrow{margin:0 0 3px;color:#4c6f95;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.phc-state{display:grid;justify-items:center;max-width:560px;padding:48px 28px;border:1px solid #d9e2ec;border-radius:8px;background:#fff;text-align:center}.phc-state p{max-width:430px;margin:12px 0 0;color:#64748b}.phc-state-icon{display:grid;width:42px;height:42px;margin-bottom:18px;place-items:center;border-radius:50%;background:#fff2d8;color:#8d5c00;font-size:22px;font-weight:800}.phc-state-error .phc-state-icon{background:#fdeceb;color:#a33630}.phc-spinner{width:28px;height:28px;margin-bottom:22px;border:3px solid #dce6ef;border-top-color:#3a78b7;border-radius:50%;animation:phc-spin .8s linear infinite}.phc-welcome{display:flex;align-items:end;justify-content:space-between;gap:24px;padding:4px 0 24px}.phc-welcome h2{font-size:36px;line-height:1.1;letter-spacing:0}.phc-welcome p:last-child{margin:8px 0 0;color:#607086}button{font:inherit}.phc-primary-action,.phc-intake-form>button,.phc-review button:not(.phc-secondary){min-height:42px;padding:10px 16px;border:1px solid #245f99;border-radius:6px;color:#fff;background:#245f99;font-weight:750;cursor:pointer}.phc-primary-action:hover,.phc-intake-form>button:hover,.phc-review button:not(.phc-secondary):hover{background:#194b7d}.phc-primary-action:focus-visible,.phc-intake-row:focus-visible,.phc-dashboard button:focus-visible{outline:3px solid rgba(38,114,184,.3);outline-offset:2px}.phc-intakes,.phc-intake-form,.phc-review,.phc-receipt{border:1px solid #d8e2ec;border-radius:8px;background:#fff}.phc-intakes{overflow:hidden}.phc-section-heading,.phc-form-heading,.phc-receipt-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.phc-section-heading{padding:22px 24px;border-bottom:1px solid #e3e9ef}.phc-section-heading p,.phc-form-heading p{margin:5px 0 0;color:#68778a;font-size:14px}.phc-refresh,.phc-secondary,.phc-back{min-height:36px;padding:7px 11px;border:1px solid #b9c8d8;border-radius:6px;color:#244564;background:#fff;font-weight:700;cursor:pointer}.phc-back{padding-inline:0;border:0;color:#28699f}.phc-muted{padding:24px;color:#68778a}.phc-empty{padding:46px 24px;text-align:center}.phc-empty p{margin:8px 0 0;color:#68778a}.phc-intake-list{display:grid}.phc-intake-row{display:grid;grid-template-columns:minmax(0,1fr) auto 20px;align-items:center;gap:16px;min-height:78px;padding:14px 20px 14px 24px;border:0;border-bottom:1px solid #e7ecf1;color:inherit;background:#fff;text-align:left;cursor:pointer}.phc-intake-row:last-child{border-bottom:0}.phc-intake-row:hover{background:#f7fafc}.phc-intake-main{display:grid;gap:6px;min-width:0}.phc-intake-main strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.phc-intake-main span{color:#6a788a;font-size:13px}.phc-row-arrow{color:#6c7b8d;font-size:25px;line-height:1}.phc-status{display:inline-flex;align-items:center;min-height:28px;padding:4px 9px;border-radius:999px;color:#3f5065;background:#edf1f5;font-size:12px;font-weight:800;white-space:nowrap}.phc-status-pending_ph_approval{color:#755108;background:#fff1ca}.phc-status-approved_queued,.phc-status-queued,.phc-status-leased,.phc-status-running{color:#155686;background:#ddebfa}.phc-status-needs_clarification{color:#755108;background:#fff1ca}.phc-status-succeeded{color:#136342;background:#dff4e9}.phc-status-dead_lettered,.phc-status-canceled{color:#8a302e;background:#f9e3e1}.phc-intake-form,.phc-review,.phc-receipt{display:grid;gap:18px;padding:24px}.phc-intake-form label{display:grid;gap:7px;font-weight:700}.phc-intake-form textarea{min-height:110px;resize:vertical}.phc-intake-form textarea,.phc-intake-form select{box-sizing:border-box;width:100%;padding:11px 12px;border:1px solid #b9c8d8;border-radius:6px;color:inherit;background:#fff;font:inherit}.phc-intake-form textarea:focus,.phc-intake-form select:focus{border-color:#367ab4;outline:3px solid rgba(38,114,184,.16)}.phc-intake-form>button{width:fit-content}.phc-review div{display:flex;gap:10px}.phc-review pre{margin:0;white-space:pre-wrap;font:inherit}.phc-receipt-heading{align-items:start}.phc-receipt-heading h3{max-width:720px;font-size:24px;line-height:1.3}.phc-receipt dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;border-top:1px solid #e3e9ef}.phc-receipt dl>div{min-width:0;padding:16px 12px 4px 0}.phc-receipt dt{color:#6a788a;font-size:12px;font-weight:800;text-transform:uppercase}.phc-receipt dd{margin:5px 0 0;overflow-wrap:anywhere}.phc-live{display:flex;align-items:center;gap:9px;margin:0;color:#4f6175;font-size:14px}.phc-live-dot{width:9px;height:9px;border-radius:50%;background:#2676b8;animation:phc-pulse 1.6s ease-in-out infinite}.phc-result{padding-top:18px;border-top:1px solid #e3e9ef}.phc-result p{margin:8px 0 0;white-space:pre-wrap}.phc-conversation{display:grid;gap:10px;padding-top:18px;border-top:1px solid #e3e9ef}.phc-message{padding:13px 14px;border-left:3px solid #7a91aa;background:#f5f7f9}.phc-message-agent{border-left-color:#28699f;background:#edf5fb}.phc-message>div{display:flex;justify-content:space-between;gap:16px}.phc-message time{color:#6a788a;font-size:12px}.phc-message p{margin:7px 0 0;white-space:pre-wrap}.phc-answer{display:grid;gap:8px;padding-top:18px;border-top:1px solid #e3e9ef}.phc-answer label{font-weight:750}.phc-answer textarea{min-height:100px;padding:11px 12px;resize:vertical;border:1px solid #b9c8d8;border-radius:6px;color:inherit;font:inherit}.phc-answer button{width:fit-content;min-height:42px;padding:10px 16px;border:1px solid #245f99;border-radius:6px;color:#fff;background:#245f99;font-weight:750;cursor:pointer}.phc-answer button:disabled{cursor:wait;opacity:.65}.phc-status-line{display:flex;align-items:center;gap:9px;margin-top:18px;color:#5f6e82;font-size:13px}.phc-status-dot{width:9px;height:9px;border-radius:50%;background:#1a9a6d;box-shadow:0 0 0 4px #1a9a6d1f}@keyframes phc-spin{to{transform:rotate(360deg)}}@keyframes phc-pulse{50%{opacity:.35}}@media (max-width: 640px){.phc-page{padding:22px 14px 40px}.phc-header{margin-bottom:26px}.phc-welcome{align-items:stretch}.phc-welcome h2{font-size:30px}.phc-welcome,.phc-section-heading,.phc-form-heading,.phc-receipt-heading{flex-direction:column}.phc-primary-action{width:100%}.phc-section-heading,.phc-form-heading,.phc-receipt-heading{align-items:stretch}.phc-intake-row{grid-template-columns:minmax(0,1fr) 18px;gap:10px;padding:14px 16px}.phc-intake-row .phc-status{grid-column:1;width:fit-content}.phc-row-arrow{grid-column:2;grid-row:1 / span 2}.phc-receipt dl{grid-template-columns:1fr}}
