:root{--ink:#203731;--muted:#62736e;--green:#183c36;--lime:#e7ef94;--paper:#f7f9f8;--line:#dfe7e3;--white:#fff;--amber:#8d510c;--soft-amber:#fff5e5;--radius:16px;font-family:'DM Sans',sans-serif;color:var(--ink);font-size:16px;background:var(--paper)}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.55;cursor:wait}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #558b70;outline-offset:4px}button{color:inherit}.shell{display:flex;min-height:100vh}.sidebar{width:240px;flex-shrink:0;background:#fff;border-right:1px solid var(--line);padding:32px 22px 22px;display:flex;flex-direction:column;position:fixed;inset:0 auto 0 0;z-index:5}.brand{font-family:Manrope,sans-serif;text-decoration:none;font-size:25px;font-weight:800;display:flex;align-items:center;gap:10px;letter-spacing:-1px}.brand-mark{height:35px;width:35px;border-radius:10px;background:var(--green);color:white;font-size:32px;line-height:37px;padding-left:9px;position:relative}.brand-mark span{position:absolute;font-size:22px;top:-10px;right:4px;color:var(--lime)}.workspace-label{font-size:11px;letter-spacing:1.4px;color:#7b8a84;font-weight:650;margin:54px 12px 15px}.nav{border:0;background:none;width:100%;display:flex;align-items:center;gap:12px;padding:13px 12px;margin:3px 0;border-radius:8px;text-align:left;font-size:14px;font-weight:500;color:#5c6e67}.nav>span:first-child{font-size:21px;width:22px;text-align:center}.nav.active{background:#ecf2ee;color:var(--green);font-weight:650}.nav:hover{background:#f1f5f2}.nav-count{margin-left:auto;font-size:12px;min-width:20px;text-align:center;background:#dce7df;border-radius:5px;padding:2px 4px}.sidebar-bottom{margin-top:auto;padding:44px 12px 0;font-size:14px}.quiet-symbol{font-size:42px;color:#6f8c7b;margin-bottom:12px}.sidebar-bottom strong{font-weight:550}.sidebar-bottom p{line-height:1.65;color:var(--muted)}.built-with{border-top:1px solid var(--line);margin-top:30px;padding-top:18px;font-size:12px;color:var(--muted)}.text-button{padding:0;border:0;background:transparent;font-size:14px;font-weight:600;text-align:left}.text-button:hover{text-decoration:underline}.body{margin-left:240px;width:calc(100% - 240px)}.topbar{height:78px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:0 44px;background:rgba(255,255,255,.6);font-size:14px;color:var(--muted)}.topbar strong{color:var(--ink);font-weight:500}.top-actions{display:flex;gap:18px;align-items:center}.mode-tag{font-size:12px;background:#edf1ef;padding:6px 10px;border:1px solid var(--line);border-radius:6px}.avatar{width:33px;height:33px;border-radius:50%;border:1px solid #c9d7ce;background:#edf3ee}.demo-banner{display:flex;gap:14px;align-items:center;justify-content:space-between;font-size:13px;border-bottom:1px solid #dae5d4;background:#f0f5e9;padding:12px 44px;color:#4c624d}.demo-banner strong{font-weight:600}.demo-banner .text-button{font-size:13px;white-space:nowrap}main{max-width:1440px;margin:auto;padding:38px 44px 50px;min-height:calc(100vh - 180px)}h1,h2,h3{font-family:Manrope,sans-serif;margin:0;font-weight:700;letter-spacing:-.6px}h1{font-size:32px;line-height:1.25;font-weight:750}h2{font-size:20px}h3{font-size:17px;letter-spacing:-.3px}p{line-height:1.6}.page-heading{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:30px}.page-heading p{margin:9px 0 0;font-size:15px;color:var(--muted)}.button{border:1px solid var(--line);padding:11px 16px;background:white;border-radius:8px;font-size:14px;font-weight:600;display:inline-flex;gap:9px;align-items:center;justify-content:center;text-decoration:none;white-space:nowrap}.button:hover{border-color:#8ea798;background:#f4f7f4}.button.primary{background:var(--green);color:white;border-color:var(--green)}.button.primary:hover{background:#2a5147}.button.danger{color:#a23f35}.button-group{display:flex;gap:9px;flex-wrap:wrap}.watch-hero{background:var(--green);color:white;border-radius:var(--radius);padding:30px 32px;display:grid;grid-template-columns:1fr 250px;align-items:center;position:relative;overflow:hidden;margin-bottom:24px}.eyebrow{font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin:0 0 13px;display:flex;gap:8px;align-items:center}.status-dot{height:7px;width:7px;border-radius:50%;background:var(--lime);display:inline-block}.watch-hero h2{font-size:27px;font-weight:550;letter-spacing:-.7px}.watch-hero p{color:#d0dfd6;font-size:14px;margin:10px 0 21px;max-width:550px}.hero-footer{font-size:12px;color:#b6ccc0;display:flex;align-items:center;gap:9px}.hero-link{color:var(--lime);border:0;background:transparent;font-size:13px;padding:0;text-align:left;cursor:pointer}.orbit{width:190px;height:160px;position:relative;justify-self:end;display:flex;justify-content:center;align-items:center}.orbit-ring{border:1px solid #547064;border-radius:50%;position:absolute;width:140px;height:140px}.orbit-ring.outer{width:200px;height:200px;border-style:dashed;opacity:.65;animation:rotate 65s linear infinite}.orbit-core{height:64px;width:64px;border-radius:20px;border:1px solid #82987a;background:#355249;display:grid;place-items:center;color:var(--lime);font-size:30px;z-index:1}.orbit-node{position:absolute;background:var(--lime);width:9px;height:9px;border-radius:50%;top:6px;left:68px;box-shadow:0 0 0 5px #e7ef9414}.orbit-node.two{top:auto;bottom:13px;left:auto;right:34px;background:#b9cfc1}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:0 0 33px}.stat{background:white;border:1px solid var(--line);border-radius:12px;padding:19px 23px;display:flex;justify-content:space-between;gap:12px;align-items:center}.stat .value{font-family:Manrope;font-size:29px;font-weight:600;line-height:1}.stat .label{font-size:13px;color:var(--muted);margin-bottom:12px}.stat .stat-icon{align-self:flex-start;font-size:24px;background:#f1f5f2;width:36px;height:36px;border-radius:10px;display:grid;place-items:center;color:#577868}.section-heading{display:flex;justify-content:space-between;align-items:center;margin:28px 0 16px;gap:15px}.section-heading h2{font-size:19px}.section-heading .text-button{font-size:13px}.grid-two{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(260px,1fr);gap:24px;align-items:start}.panel{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden}.finding-row{display:block;width:100%;background:#fff;border:0;border-bottom:1px solid var(--line);padding:22px 24px;text-align:left}.finding-row:last-child{border-bottom:0}.finding-row:hover{background:#fafcfb}.finding-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:11px;font-size:12px;color:var(--muted)}.pill{font-size:11px;font-weight:600;border-radius:5px;padding:4px 7px;display:inline-flex;align-items:center;background:#edf3ee;color:#45624d;letter-spacing:.1px}.pill.amber{background:var(--soft-amber);color:var(--amber)}.pill.blue{background:#edf1fa;color:#4d638b}.pill.gray{background:#f0f2f1;color:#596961}.finding-row h3{font-size:16px;line-height:1.5;display:flex;justify-content:space-between;gap:20px}.finding-row p{font-size:14px;color:var(--muted);margin:8px 0 0;max-width:65ch}.arrow{color:#8c9f92;font-weight:400}.system-mini{display:flex;gap:12px;padding:18px 20px;border-bottom:1px solid var(--line);width:100%;background:transparent;text-align:left;border-top:0;border-left:0;border-right:0;align-items:center}.system-mini:last-child{border-bottom:0}.system-mini:hover{background:#f8faf8}.system-icon{height:37px;width:37px;flex-shrink:0;border-radius:10px;display:grid;place-items:center;color:#587064;background:#eef3ef;font-size:19px}.system-mini strong{font-size:14px;font-weight:600;display:block;line-height:1.4}.system-mini small{font-size:12px;color:var(--muted);display:block;margin-top:4px}.section-note{font-size:12px;color:var(--muted);margin:12px 2px;line-height:1.6}.explain-strip{margin-top:32px;padding:24px;background:#eef3ee;border:1px solid #dee7df;border-radius:12px;display:flex;align-items:center;gap:20px}.explain-strip p{font-size:13px;color:var(--muted);margin:5px 0 0}.explain-strip h3{font-size:15px}.explain-strip .text-button{margin-left:auto;white-space:nowrap}.mini-flow{display:flex;gap:6px;color:#718572;align-items:center}.mini-flow span{height:34px;width:34px;display:grid;place-items:center;border:1px solid #d2ded4;border-radius:8px;background:#fff}.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.system-card{padding:24px;display:flex;flex-direction:column;gap:15px}.system-card p{font-size:14px;color:var(--muted);margin:0}.system-card .card-top{display:flex;gap:12px;align-items:center}.system-card .button-group{margin-top:auto}.chips{display:flex;gap:6px;flex-wrap:wrap}.chip{font-size:12px;padding:4px 8px;border-radius:5px;background:#f1f5f2;color:#526c60}.toolbar{display:flex;gap:12px;align-items:center;margin-bottom:20px;flex-wrap:wrap}.toolbar input{max-width:300px}.toolbar select{max-width:230px}input,textarea,select{padding:11px 12px;border:1px solid #cdd9d1;background:white;color:var(--ink);border-radius:8px;width:100%;font-size:15px}textarea{min-height:94px;resize:vertical;line-height:1.5}label{display:block;font-size:14px;font-weight:550;margin-bottom:7px}.field{margin-bottom:18px}.field small{color:var(--muted);font-size:12px;display:block;line-height:1.5;margin-top:6px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.full{grid-column:1/-1}.source-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;padding:20px 24px;border-bottom:1px solid var(--line)}.source-row:last-child{border:0}.source-row p{font-size:13px;color:var(--muted);margin:6px 0}.source-row a{font-size:14px;text-decoration:underline;text-underline-offset:3px}.source-row .pill{align-self:start}.empty{padding:42px 28px;text-align:center;border:1px dashed #cedbd1;border-radius:12px;color:var(--muted);background:#fff}.empty h3{color:var(--ink);margin:12px 0}.empty p{font-size:14px;max-width:450px;margin:12px auto 18px}.empty-icon{font-size:34px;color:#79907c}.notice{padding:14px 18px;background:var(--soft-amber);color:#79501e;font-size:14px;line-height:1.6;border:1px solid #ecdbc1;border-radius:9px;margin-bottom:20px}.notice.info{background:#eef4f0;color:#45624f;border-color:#d7e3da}.history-row{padding:22px 24px;border-bottom:1px solid var(--line)}.history-row:last-child{border:0}.history-top{display:flex;gap:12px;justify-content:space-between}.history-row p{color:var(--muted);font-size:14px;margin:8px 0}.history-row details{font-size:13px;color:var(--muted)}summary{cursor:pointer;padding:7px 0}.history-row li{margin:6px 0}footer{border-top:1px solid var(--line);margin:0 44px;padding:22px 0;display:flex;justify-content:space-between;gap:15px;color:#788980;font-size:12px}.footer-dot{margin:0 7px}dialog{border:1px solid var(--line);border-radius:18px;padding:0;width:min(700px,calc(100vw - 32px));max-height:90vh;color:var(--ink);box-shadow:0 25px 100px #0a302333}dialog::backdrop{background:#152e255e;backdrop-filter:blur(3px)}.modal-head{padding:26px 28px 20px;display:flex;gap:20px;align-items:start;justify-content:space-between;border-bottom:1px solid var(--line)}.modal-head h2{font-size:23px}.modal-head p{font-size:14px;color:var(--muted);margin:8px 0 0}.close{flex-shrink:0;width:32px;height:32px;border:0;border-radius:8px;background:#f0f4f1;font-size:22px}.modal-body{padding:24px 28px}.modal-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.detail-section{margin:24px 0}.detail-section h3{font-size:15px;margin-bottom:10px}.detail-section ul{padding-left:20px;margin:0}.detail-section li{font-size:14px;line-height:1.7;margin:8px 0}.detail-section blockquote{margin:12px 0;background:#f1f5f1;border-left:3px solid #9db397;padding:16px;font-size:14px;line-height:1.7}.detail-section a{font-size:13px;text-underline-offset:3px}.detail-meta{font-size:12px;color:var(--muted);margin:8px 0}.tour-step{display:flex;gap:17px;padding:20px 0;border-bottom:1px solid var(--line);animation:appear .4s both}.tour-step:nth-child(2){animation-delay:.12s}.tour-step:nth-child(3){animation-delay:.24s}.tour-step:last-child{border:0}.step-number{height:36px;min-width:36px;background:var(--green);color:var(--lime);border-radius:50%;display:grid;place-items:center;font-weight:600}.tour-step p{margin:8px 0 0;font-size:14px;color:var(--muted)}.tour-step h3{font-size:16px}#toast{position:fixed;bottom:26px;left:50%;transform:translateX(-50%);border-radius:10px;background:var(--green);color:white;padding:13px 20px;box-shadow:0 8px 25px #183c3633;font-size:14px;max-width:90vw;z-index:30;display:none}#toast.show{display:block}.skip{position:fixed;top:-60px;left:20px;z-index:50;background:white;padding:12px}.skip:focus{top:10px}.error{color:#a13f32;font-size:14px;line-height:1.5}.read-only{font-size:13px;color:var(--muted)}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes appear{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media(min-width:1600px){main{padding-top:50px}.watch-hero{padding:40px}}@media(max-width:1100px){.sidebar{width:210px;padding:26px 16px}.body{margin-left:210px;width:calc(100% - 210px)}main{padding:30px 28px}.topbar,.demo-banner{padding-left:28px;padding-right:28px}.grid-two{grid-template-columns:1fr}.watch-hero{grid-template-columns:1fr 150px}.orbit{transform:scale(.8);width:150px}.demo-banner{align-items:start}.stats{gap:10px}.stat{padding:17px}.explain-strip .mini-flow{display:none}}@media(max-width:760px){.shell{display:block}.sidebar{position:relative;width:100%;padding:18px 20px 0;border-right:0;border-bottom:1px solid var(--line)}.brand{font-size:23px}.workspace-label,.sidebar-bottom{display:none}.sidebar nav{display:flex;overflow-x:auto;margin:15px -8px 0;gap:4px;padding-bottom:10px}.nav{width:auto;white-space:nowrap;padding:9px 12px;font-size:13px;gap:6px}.nav>span:first-child{font-size:17px;width:17px}.nav-count{font-size:11px}.body{margin:0;width:100%}.topbar{height:54px;padding:0 20px}.demo-banner{padding:12px 20px;flex-wrap:wrap;font-size:12px;gap:7px}main{padding:27px 20px 35px}h1{font-size:28px}.page-heading{align-items:start;gap:15px;margin-bottom:22px}.page-heading p{font-size:14px}.page-heading .button{padding:10px 12px;font-size:13px}.watch-hero{padding:25px;grid-template-columns:1fr}.watch-hero h2{font-size:25px}.orbit{display:none}.stats{gap:8px;margin-bottom:25px}.stat{padding:15px 12px;display:block}.stat .label{font-size:12px;line-height:1.4;min-height:32px;margin-bottom:9px}.stat .value{font-size:25px}.stat-icon{display:none!important}.cards{grid-template-columns:1fr}.finding-row{padding:20px}.explain-strip{padding:20px;display:block}.explain-strip .text-button{margin-top:14px}.section-heading h2{font-size:18px}.source-row{padding:18px;grid-template-columns:1fr}.source-row .pill{justify-self:start}footer{margin:0 20px;flex-direction:column;font-size:11px}.form-grid{grid-template-columns:1fr}.modal-head{padding:22px}.modal-body{padding:22px}.modal-head h2{font-size:21px}.history-top{flex-wrap:wrap}.toolbar>*{max-width:none!important;flex:1 1 170px}.button-group{gap:7px}.brand-mark{height:31px;width:31px;font-size:29px;line-height:34px}.top-actions{gap:10px}.mode-tag{font-size:11px}dialog{max-height:92vh}.system-card{padding:20px}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;scroll-behavior:auto!important;transition:none!important}}

.guide-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(260px,1fr);gap:24px;align-items:start}.guide-steps{padding:8px 26px}.guide-steps .tour-step{padding:26px 0;animation:none}.guide-steps .button{margin-top:14px}.guide-steps p{font-size:15px}.guide-aside{padding:24px;margin-bottom:20px}.guide-aside h2{font-size:18px;margin-bottom:12px}.guide-aside p,.guide-aside li,.guide-aside summary{font-size:14px;line-height:1.65;color:var(--muted)}.guide-aside summary{color:var(--ink)}.guide-aside ul{padding-left:19px}.guide-example{padding:16px;margin-top:16px;background:#f1f5f1;border-radius:8px;font-size:14px}.guide-example p{margin-top:5px!important}@media(max-width:1100px){.guide-layout{grid-template-columns:1fr}}@media(max-width:760px){.guide-steps{padding:0 18px}.guide-steps .tour-step{gap:12px}.guide-aside{padding:20px}}
.auth-links{display:flex;gap:14px;flex-wrap:wrap;margin-top:20px}.demo-banner{gap:16px;flex-wrap:wrap}.demo-banner>span{flex:1;min-width:220px}.notice .button-group{flex-wrap:wrap}.modal-body input[type=password],.modal-body input[type=email]{width:100%;font:inherit;padding:12px;border:1px solid #ccd8d0;border-radius:9px}.tour-step{animation:step-in .25s ease-out}@keyframes step-in{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.tour-step{animation:none}}@media(max-width:600px){.modal-actions,.auth-links{align-items:stretch}.modal-actions>.button{width:100%}.demo-banner .button-group{width:100%;justify-content:space-between}}
/* A responsive operating surface with meaningful motion and real status visualizations. */
:root{--ink:#17332e;--muted:#647570;--green:#123f35;--lime:#d9f277;--paper:#f3f6f5;--line:#dfe8e4;--radius:22px;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-synthesis:none}
[hidden]{display:none!important}h1,h2,h3,.brand,.stat .value{font-family:inherit}button,a,input,select,textarea{touch-action:manipulation}button{min-height:40px}.button{min-height:44px;border-radius:12px;transition:background .18s,transform .18s,box-shadow .18s}.button.primary{box-shadow:0 4px 12px #123f3515}.button:hover{transform:translateY(-1px)}.button:active{transform:translateY(0)}.sidebar{background:#102f29;color:#e5efea;border:0;width:236px;padding:30px 18px}.brand{color:#fff;letter-spacing:-1.1px}.brand-mark{background:#d9f277;color:#103e32}.brand-mark span{color:#fff}.workspace-label{color:#8aa99c;margin-top:45px}.nav{color:#b9d0c5;border-radius:11px;min-height:46px;transition:background .2s,color .2s}.nav.active{background:#d9f277;color:#123f35}.nav:hover{background:#244c40;color:white}.nav.active:hover{background:#e5fa9f;color:#123f35}.nav-count{background:#305346;color:#ddecdf}.nav.active .nav-count{background:#bed95b;color:#163e30}.sidebar-bottom{color:#d0e3d7}.sidebar-bottom p,.built-with{color:#94b2a4}.built-with{border-color:#335247}.body{margin-left:236px;width:calc(100% - 236px)}.topbar{background:#ffffffd9;backdrop-filter:blur(12px);padding-inline:38px;height:70px}.mode-tag{border-radius:20px;padding:7px 12px}.avatar{height:40px;width:40px;background:#edf3ee}.demo-banner{padding:14px 38px;background:#eef4e0;color:#36502f}.demo-banner>span{max-width:800px}main{padding:34px 38px 50px;max-width:1530px}h1{font-size:clamp(27px,2.5vw,36px);letter-spacing:-1.3px}.page-heading{gap:18px;flex-wrap:wrap;margin-bottom:26px}.page-heading p{max-width:65ch}.panel{border-radius:18px;box-shadow:0 4px 18px #17332e04}.watch-flow{display:grid;grid-template-columns:minmax(0,1fr) 20px minmax(0,1fr) 20px minmax(0,1fr);align-items:center;gap:10px;margin:0 0 24px}.watch-flow>button{background:#fff;border:1px solid var(--line);padding:22px;border-radius:18px;display:grid;text-align:left;gap:8px;transition:transform .2s,border-color .2s,box-shadow .2s;animation:flow-in .45s both}.watch-flow>button:nth-of-type(2){animation-delay:.08s}.watch-flow>button:nth-of-type(3){animation-delay:.16s}.watch-flow>button:hover{transform:translateY(-3px);border-color:#95b8a3;box-shadow:0 8px 25px #17332e0b}.flow-number{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;font-size:12px;background:#eef4e3;color:#476238;margin-bottom:6px}.watch-flow strong{font-size:clamp(14px,1.3vw,18px);letter-spacing:-.35px}.watch-flow small{font-size:12px;color:var(--muted);line-height:1.5}.flow-arrow{font-size:22px;color:#92a797;text-align:center}.watch-hero{border-radius:22px;padding:30px;grid-template-columns:minmax(0,1.8fr) minmax(180px,1fr);gap:24px;background:linear-gradient(120deg,#123f35,#205445)}.watch-hero h2{font-size:clamp(24px,2vw,31px);font-weight:600;max-width:560px}.watch-hero p{line-height:1.7}.hero-signal{border:1px solid #638471;border-radius:18px;padding:24px;display:grid;gap:12px;background:#ffffff06}.hero-signal strong{font-size:23px;letter-spacing:-.6px}.hero-signal>span:last-child{font-size:12px;color:#bed9c8}.signal-label{font-size:10px;letter-spacing:1.6px;color:#d9f277}.status-dot{animation:status-breathe 3s ease-in-out infinite}.secondary-stats{display:none}.section-heading{margin-top:10px}.finding-row{padding:24px;transition:background .2s}.finding-row h3{font-size:17px}.finding-row:hover{background:#f4f8f5}.finding-row .arrow{transition:transform .2s}.finding-row:hover .arrow{transform:translate(2px,-2px)}.pill{border-radius:20px;padding:5px 9px;line-height:1.4}.chip{border:1px solid #e2eae4;border-radius:7px;overflow-wrap:anywhere}.system-card{padding:25px;gap:17px;transition:transform .2s,border-color .2s}.system-card:hover{transform:translateY(-2px);border-color:#a9c3b0}.system-card h2{font-size:19px}.notice{border-radius:14px}.quality-notice{background:#f5f3ec;border-color:#e7e1d2;color:#65583d}.quality-notice p{margin:5px 0;font-size:13px}.quality-notice summary{font-size:12px}.admin-budget{display:grid;grid-template-columns:minmax(0,2fr) minmax(190px,1fr);gap:30px;padding:28px;margin-bottom:22px}.admin-budget h2{font-size:clamp(26px,3vw,42px);letter-spacing:-1.4px}.admin-budget h2 small{font-size:17px;color:var(--muted);font-weight:400}.admin-budget p{font-size:13px;color:var(--muted)}.budget-track{height:10px;border-radius:10px;overflow:hidden;background:#e9efe9;margin:20px 0}.budget-track>span{height:100%;display:block;background:#67995e;border-radius:inherit;transition:width .6s ease}.admin-status{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:12px;border-left:1px solid var(--line);padding-left:26px}.admin-status small{font-size:12px;color:var(--muted);line-height:1.6}.admin-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:24px}.admin-metrics article{padding:22px;display:flex;flex-direction:column;gap:12px}.admin-metrics small{color:var(--muted);font-size:12px}.admin-metrics strong{font-size:25px;letter-spacing:-1px}.admin-metrics span{font-size:11px;color:var(--muted);line-height:1.5}.chart-panel{padding:25px}.chart-panel h2{font-size:19px}.chart-panel p,.chart-panel details{font-size:13px}.cost-bars{height:175px;display:flex;align-items:stretch;gap:6px;border-bottom:1px solid var(--line);padding:12px 0 22px;margin:16px 0}.cost-bars>div{flex:1;position:relative;display:flex;align-items:flex-end;min-width:0}.cost-bars span{width:100%;min-width:3px;background:#8dae78;border-radius:5px 5px 0 0;animation:bar-reveal .6s ease both;transform-origin:bottom}.cost-bars small{position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);font-size:10px;color:var(--muted)}.warning-list{padding-left:20px;color:#7c572a;font-size:13px;line-height:1.8}.warning-list li{margin:10px 0}.import-intro{display:flex;gap:18px;background:#f2f6eb;border-radius:16px;padding:20px;margin-bottom:24px}.import-icon{font-size:32px;color:#6b8554}.import-intro p{font-size:13px;color:var(--muted);margin:8px 0 14px}.bulk-list{display:grid;gap:12px}.bulk-list article{border:1px solid var(--line);border-radius:14px;padding:18px}.bulk-list article>div:first-child{display:flex;gap:12px;align-items:center;justify-content:space-between}.bulk-list p{font-size:13px;color:var(--muted);margin:10px 0}.bulk-list h3{font-size:16px}#bulk-json{min-height:200px;font-family:ui-monospace,monospace;font-size:13px}dialog{width:min(820px,calc(100vw - 28px));border-radius:23px;max-height:90dvh}dialog[open]{animation:dialog-in .2s ease-out}.modal-head{position:sticky;top:0;background:#fff;z-index:2;padding:25px 28px}.modal-body{padding:26px 28px}.modal-actions{position:sticky;bottom:-26px;background:#fff;padding:16px 0 10px}.close{width:40px;height:40px}.empty{border-radius:18px}.source-row a,.detail-section a{overflow-wrap:anywhere}.guide-layout{min-width:0}.grid-two>*{min-width:0}footer{margin-inline:38px}.button-group .button{white-space:normal}.admin-budget,.watch-flow{min-width:0}
@keyframes flow-in{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}@keyframes status-breathe{50%{box-shadow:0 0 0 6px #d9f27715}}@keyframes bar-reveal{from{transform:scaleY(.05)}to{transform:scaleY(1)}}@keyframes dialog-in{from{opacity:0;transform:translateY(8px) scale(.99)}to{opacity:1;transform:none}}
@media(max-width:1200px){.sidebar{width:208px}.body{margin-left:208px;width:calc(100% - 208px)}main{padding:28px}.topbar,.demo-banner{padding-inline:28px}.watch-flow>button{padding:17px}.watch-flow{gap:6px}.admin-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.watch-hero{grid-template-columns:1fr}.hero-signal{display:none}.watch-flow{grid-template-columns:1fr;gap:0}.flow-arrow{display:none}.watch-flow>button{grid-template-columns:32px 1fr;gap:3px 13px;border-radius:0;padding:16px 18px;border-bottom:0}.watch-flow>button:first-child{border-radius:16px 16px 0 0}.watch-flow>button:last-child{border-radius:0 0 16px 16px;border-bottom:1px solid var(--line)}.flow-number{grid-row:span 2;margin:0}.watch-flow strong{font-size:16px}.watch-flow small{grid-column:2}.admin-budget{grid-template-columns:1fr}.admin-status{border-left:0;border-top:1px solid var(--line);padding:20px 0 0}.page-heading .button-group{width:100%}}
@media(max-width:760px){.sidebar{position:relative;inset:auto;width:100%;padding:20px 18px 0}.sidebar nav{margin-top:16px;scrollbar-width:thin}.nav{min-height:42px;font-size:12px}.body{margin:0;width:100%}.topbar{padding-inline:18px;height:56px}.demo-banner{padding:14px 18px}.demo-banner .button-group{gap:16px}.demo-banner .text-button{white-space:normal;text-align:left}.topbar>#breadcrumb{font-size:12px}.topbar .mode-tag{max-width:135px}main{padding:24px 18px 36px}.page-heading{gap:12px}.page-heading .button-group>.button{flex:1}.watch-hero{padding:24px}.hero-footer{flex-wrap:wrap}.admin-metrics{gap:10px}.admin-metrics article{padding:17px}.admin-metrics strong{font-size:22px}.admin-budget,.chart-panel{padding:21px}.cost-bars{gap:3px}.cost-bars small{font-size:9px}.bulk-list article>div:first-child{align-items:flex-start;flex-wrap:wrap}.modal-head,.modal-body{padding:20px}.modal-head h2{font-size:21px}.modal-actions{bottom:-20px}.import-intro{padding:17px;gap:12px}.import-icon{display:none}.source-row,.finding-row{padding:20px}.guide-aside{padding:20px}footer{margin-inline:18px}.explain-strip{margin-top:24px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
/* The same watch desk, tuned to the work a person is responsible for. */
.perspective-bar{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 22px;margin-bottom:26px;background:#edf2e8;border:1px solid #dce5d3;border-radius:17px}.perspective-bar .eyebrow{font-size:10px;color:#596f5c}.perspective-options{display:flex;gap:4px;margin-top:8px;flex-wrap:wrap}.perspective-options button{min-height:42px;padding:9px 15px;border:1px solid transparent;border-radius:10px;background:transparent;color:#395446;font:inherit;font-size:13px;cursor:pointer;transition:background .18s,box-shadow .18s}.perspective-options button[aria-pressed="true"]{background:#23483b;color:#fff;box-shadow:0 3px 8px #23483b18}.perspective-options button:hover{border-color:#8aab7d}.perspective-options button:focus-visible{outline:3px solid #588c46;outline-offset:3px}.perspective-bar>p{max-width:420px;font-size:13px;line-height:1.6;color:#395446;margin:0}.perspective-bar small{display:block;font-size:11px;color:#647563;margin-top:4px}.context-brief{display:grid;gap:12px;border-left:3px solid #b8d099;padding-left:14px;margin:18px 0}.context-brief small{font-size:10px;color:#607258;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.context-brief p{font-size:12px!important;line-height:1.6;margin:4px 0 0!important}.finding-topic{font-size:11px;color:#657554}.impact-label{font-size:10px;display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#526b47;margin:12px 0 5px}.business-watch{padding:24px;margin-top:28px;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:16px 28px;background:#f6f8f0}.business-watch h2{font-size:22px;letter-spacing:-.6px;margin:9px 0}.business-watch p,.coverage-scope p{font-size:13px;line-height:1.8;color:#5e6d61}.business-watch details{grid-column:1/-1;border-top:1px solid #dce5d3;padding-top:14px;font-size:13px}.business-watch .text-button{justify-self:start}.impact-topics{display:flex;gap:7px;align-items:center;align-content:center;flex-wrap:wrap}.coverage-scope{padding:24px;margin:0 0 24px}.coverage-scope h2{font-size:20px;margin:0 0 12px}.technical-details{border:1px solid var(--line);border-radius:12px;padding:16px;margin:18px 0}.technical-details summary{cursor:pointer;font-size:13px;font-weight:650;line-height:1.6}.technical-details[open] summary{margin-bottom:16px}.system-card{min-width:0}.system-card p,.context-brief p{overflow-wrap:anywhere}
@media(max-width:900px){.perspective-bar{align-items:flex-start;flex-direction:column;gap:12px}.perspective-bar>p{max-width:none}.business-watch{grid-template-columns:1fr}.business-watch details{grid-column:auto}}
@media(max-width:480px){.perspective-bar{padding:16px}.perspective-options{gap:2px}.perspective-options button{padding:9px 12px}.business-watch,.coverage-scope{padding:20px}.business-watch h2{font-size:20px}}
@media(prefers-reduced-motion:reduce){.perspective-options button{transition:none}}
.app-impact-card{padding:25px;text-align:left}.app-impact-card .app-purpose{font-size:12px;color:var(--muted);margin:8px 0 20px}.app-impact-chain{display:grid;grid-template-columns:1fr 1fr;gap:14px 22px;margin:18px 0}.app-impact-chain>div{display:flex;flex-direction:column;gap:7px;min-width:0;padding:13px;border-radius:10px;background:#f7f8f4}.app-impact-chain .recorded-link{background:#edf3e6;border-left:3px solid #89aa6e}.app-impact-chain .possible-impact{background:#fff7e6;border-left:3px solid #caa451}.app-impact-chain small{font-size:10px;text-transform:uppercase;letter-spacing:.04em;font-weight:750;color:#5e7055;line-height:1.5}.app-impact-chain span{font-size:13px;line-height:1.65;overflow-wrap:anywhere}.source-caption{display:block;font-size:11px;line-height:1.6;color:var(--muted);margin:12px 0}.review-link{display:block;font-size:12px;font-weight:650;color:#355d43}.app-finding-group{margin-bottom:30px}.app-group-heading{display:flex;justify-content:space-between;gap:20px;align-items:center;margin:22px 0 13px}.app-group-heading h2{font-size:21px;margin:7px 0}.app-group-heading h2 span{font-size:12px;color:var(--muted);font-weight:400}.app-group-heading p{font-size:12px;line-height:1.7;color:var(--muted);max-width:600px;margin:5px 0}.grid-two .app-impact-chain{grid-template-columns:1fr}.app-impact-card:hover .recorded-link{background:#e5efd9}
@media(max-width:760px){.app-impact-chain{grid-template-columns:1fr;gap:10px}.app-impact-card{padding:20px}.app-group-heading{align-items:flex-start;flex-direction:column;gap:8px}}

/* Per-app automation maps keep the workflow and its outside-event link in one view. */
.automation-cards{grid-template-columns:1fr}.system-card{display:grid;grid-template-columns:minmax(230px,.7fr) minmax(0,2fr);gap:26px;padding:26px}.system-card-summary{display:flex;flex-direction:column;gap:15px}.system-card-summary .card-top{align-items:flex-start}.system-card-summary .card-top>div{min-width:0}.automation-map{--anchor:87.5%;margin:18px 0 26px;padding:20px;border:1px solid #d9e5df;border-radius:16px;background:linear-gradient(145deg,#f8fbf9,#eef5f1);overflow:hidden}.automation-map.compact{margin:0}.automation-map-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px}.automation-map-head .eyebrow{margin:0 0 5px}.automation-map-head h3{font-size:16px}.map-status{font-size:12px;color:#4f685e;background:#fff;border:1px solid #dce7e1;border-radius:999px;padding:6px 9px;white-space:nowrap}.automation-track{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);gap:8px;align-items:stretch}.automation-node{position:relative;min-width:0;min-height:112px;padding:14px;border:1px solid #d8e3de;border-radius:12px;background:#fff;display:flex;flex-direction:column;gap:8px}.automation-node small{font-size:13px;line-height:1.35;color:var(--muted)}.automation-node strong{font-size:14px;line-height:1.45;font-weight:650;overflow-wrap:anywhere}.automation-node.linked{border-color:#bd7c2f;box-shadow:inset 0 0 0 1px #bd7c2f;background:#fffaf1}.automation-node.linked:after{content:"event link";position:absolute;right:8px;top:8px;color:#8d510c;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.automation-node.linked small{padding-right:58px}.automation-arrow{align-self:center;color:#769187;font-size:18px}.world-link{position:relative;padding-top:34px;--anchor:87.5%}.world-link.linked-at-input{--anchor:12.5%}.world-link.linked-at-work{--anchor:37.5%}.world-link.linked-at-checkpoint{--anchor:62.5%}.world-link-line{position:absolute;top:0;left:var(--anchor);height:34px;border-left:2px dashed #c08235}.world-link-line:before{content:"";position:absolute;left:-5px;top:-5px;width:8px;height:8px;border-radius:50%;background:#c08235}.world-event{display:flex;gap:13px;padding:15px 16px;border:1px solid #ead8bd;border-radius:12px;background:#fff8ec;color:#503a1d}.world-icon{flex:0 0 36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#f3deb9;color:#805117;font-size:20px}.world-event>div{min-width:0}.world-event small{display:block;font-size:12px;line-height:1.35;color:#8d5c21;letter-spacing:.55px;font-weight:750;margin-bottom:5px}.world-event strong{display:block;font-size:14px;line-height:1.45}.world-event p{font-size:13px!important;line-height:1.5!important;color:#735b3c!important;margin:5px 0 0!important}.world-event .text-button{margin-top:9px;color:#5f421e}.modal-body>.automation-map{margin-top:0}.modal-body>.automation-map .automation-track{grid-template-columns:1fr}.modal-body>.automation-map .automation-arrow{transform:rotate(90deg);justify-self:center;height:12px}.modal-body>.automation-map .automation-node{min-height:auto}.modal-body>.automation-map .world-link{padding-top:20px}.modal-body>.automation-map .world-link-line{display:none}@media(max-width:1100px){.system-card{grid-template-columns:1fr}.automation-track{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.automation-arrow{display:none}}@media(max-width:760px){.system-card{padding:20px}.automation-map{padding:16px}.automation-map-head{display:block}.map-status{display:inline-block;margin-top:10px}.automation-track{grid-template-columns:1fr}.automation-node{min-height:auto}.automation-arrow{display:block;transform:rotate(90deg);justify-self:center;height:12px}.world-link{padding-top:20px}.world-link-line{display:none}.world-event{padding:14px}.world-icon{flex-basis:32px;height:32px}}

/* Compact, expandable app and review surfaces. */
.heading-count{display:inline-grid;place-items:center;min-width:28px;height:28px;padding:0 8px;margin-left:7px;border-radius:999px;background:#e8eee9;color:#52685e;font:600 13px/1 'DM Sans',sans-serif;vertical-align:2px}.finding-brief{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:16px 0 14px}.finding-brief>div{min-width:0;padding:12px 13px;border-radius:10px;background:#f6f8f6}.finding-brief>div:last-child{background:#edf5ee}.finding-brief small{display:block;margin-bottom:5px;color:#607268;font-size:11px;font-weight:700;line-height:1.35;text-transform:uppercase;letter-spacing:.04em}.finding-brief span{display:block;font-size:13px;line-height:1.5;overflow-wrap:anywhere}.app-impact-card .app-purpose,.system-purpose{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.app-impact-card .review-link{margin-top:4px}.app-finding-group{display:block;margin:0 0 14px;border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}.app-finding-group>summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;cursor:pointer;list-style:none}.app-finding-group>summary::-webkit-details-marker{display:none}.app-finding-group>summary span:first-child{display:flex;align-items:baseline;gap:10px;min-width:0}.app-finding-group>summary strong{font:700 17px/1.35 Manrope,sans-serif}.app-finding-group>summary small{font-size:12px;color:var(--muted);white-space:nowrap}.group-chevron{transition:transform .18s ease}.app-finding-group[open] .group-chevron{transform:rotate(180deg)}.app-group-body{padding:0 20px 20px}.app-group-body>p{margin:0 0 6px;color:var(--muted);font-size:13px;line-height:1.55}.app-group-body>.text-button{margin-bottom:15px}.app-group-body>.panel{border-radius:10px}
.automation-cards{gap:14px}.system-card{display:block;padding:0}.system-card-summary{min-height:230px;padding:22px;display:flex;flex-direction:column;gap:13px}.system-card-summary .card-top{align-items:flex-start}.system-card-summary h2{font-size:19px;line-height:1.3}.system-card-summary .system-purpose{line-height:1.55}.system-card-summary .profile-status{font-size:12px}.system-flow{border-top:1px solid var(--line)}.system-flow>summary{display:flex;justify-content:space-between;gap:12px;padding:15px 22px;cursor:pointer;list-style:none;font-size:13px;font-weight:650;color:#365647}.system-flow>summary::-webkit-details-marker{display:none}.system-flow>summary span{transition:transform .18s ease}.system-flow[open]>summary span{transform:rotate(180deg)}.system-flow>.automation-map{border:0;border-top:1px solid var(--line);border-radius:0;margin:0;padding:20px;background:#f5f9f6}.automation-map{overflow:visible}.automation-map-head{margin-bottom:14px}.automation-map-head h3{font-size:17px}.automation-node{min-height:0;padding:12px;gap:6px}.automation-node small{font-size:11px;line-height:1.35}.automation-node strong{font-size:13px;line-height:1.45}.automation-node.linked:after{content:none}.automation-node.linked small{padding-right:0;color:#8d510c;font-weight:700}.map-empty{margin:13px 1px 0!important;color:var(--muted)!important;font-size:12px!important}.world-link{padding-top:25px}.world-link-line{height:25px}.world-event{padding:13px 14px}.world-event strong{font-size:13px}.world-event p{font-size:12px!important}.world-event .text-button{font-size:12px}

/* Visual, one-step-at-a-time product guide. */
.guide-basics{margin:-8px 0 20px;padding:0 18px;border:1px solid var(--line);border-radius:12px;background:#fff}.guide-basics summary{font-weight:650;font-size:14px}.guide-basics p{margin:3px 0 16px;color:var(--muted);font-size:13px}.guide-steps{padding:0}.guide-step{border-bottom:1px solid var(--line)}.guide-step:last-child{border-bottom:0}.guide-step>summary{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:14px;align-items:center;padding:18px 20px;cursor:pointer;list-style:none}.guide-step>summary::-webkit-details-marker{display:none}.guide-step>summary strong{display:block;font:700 16px/1.35 Manrope,sans-serif}.guide-step>summary small{display:block;margin-top:3px;color:var(--muted);font-size:13px;line-height:1.45}.guide-step .step-number{width:34px;height:34px;min-width:34px;font-size:13px}.guide-chevron{color:#698075;transition:transform .18s ease}.guide-step[open] .guide-chevron{transform:rotate(180deg)}.guide-step-body{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,.9fr);gap:22px;padding:2px 20px 22px 72px}.guide-copy p{margin:6px 0 12px;color:var(--muted);font-size:14px;line-height:1.65}.guide-copy .button{margin-top:4px}.guide-visual{margin:0;align-self:start}.guide-screen{min-height:170px;border:1px solid #cedbd4;border-radius:13px;background:#f4f8f5;overflow:hidden;box-shadow:0 8px 24px #25483a0a}.screen-chrome{height:25px;padding:9px 10px;background:#fff;border-bottom:1px solid #dfe7e3;display:flex;gap:5px}.screen-chrome span{width:6px;height:6px;border-radius:50%;background:#c9d7cf}.visual-banner,.visual-toolbar{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;background:#eaf2e5;color:#4e6552;font-size:10px}.visual-banner b,.visual-toolbar b{padding:6px 8px;border-radius:5px;background:#183c36;color:#fff;font-size:10px}.visual-dialog,.visual-form{width:72%;margin:14px auto;padding:11px;border:1px solid #dbe5df;border-radius:9px;background:#fff;display:grid;gap:6px;font-size:9px}.visual-dialog span,.visual-form span{font-weight:700}.visual-dialog i,.visual-form i{padding:7px;border:1px solid #dce5e0;border-radius:4px;color:#76867e;font-style:normal}.visual-dialog b,.visual-form b{justify-self:start;padding:6px 8px;border-radius:4px;background:#183c36;color:#fff}.visual-progress{padding:18px 16px 9px;display:grid;grid-template-columns:1fr auto;gap:8px;font-size:10px}.visual-progress>i{grid-column:1/-1;height:7px;background:#dce7e0;border-radius:9px;overflow:hidden}.visual-progress em{display:block;width:64%;height:100%;background:#6c947b}.visual-lines{padding:2px 16px;display:grid;gap:7px}.visual-lines span{display:flex;justify-content:space-between;padding:7px 9px;background:#fff;border:1px solid #e0e7e3;border-radius:6px;font-size:9px}.visual-lines b{color:#547562}.visual-result{margin:17px;padding:13px;border:1px solid #d9e4de;border-left:4px solid #6285bd;border-radius:9px;background:#fff;display:grid;gap:7px}.visual-result span{justify-self:start;padding:4px 6px;border-radius:8px;background:#edf1fa;color:#4d638b;font-size:9px;font-weight:700}.visual-result b{font-size:11px}.visual-result i{font-size:9px;line-height:1.5;color:#61736b;font-style:normal}.visual-pair{display:grid;grid-template-columns:1fr auto 1fr;gap:9px;align-items:center;padding:35px 18px 10px}.visual-pair b{padding:18px 8px;border:1px solid #d7e2dc;border-radius:9px;background:#fff;text-align:center;font-size:10px}.visual-pair span{color:#69877a}.visual-caption{text-align:center;color:#6a7a72;font-size:9px}.visual-profile{margin:14px 18px 8px;padding:11px;border:1px solid #d9e3de;border-radius:9px;background:#fff;display:grid;grid-template-columns:1fr 1.7fr;gap:7px;font-size:9px}.visual-profile span{grid-column:1/-1;font-weight:700;font-size:11px;margin-bottom:2px}.visual-profile i{color:#75857d;font-style:normal}.visual-saved{margin:0 18px;color:#3f7256;font-size:10px;font-weight:700}.guide-aside{padding:20px}.guide-aside h2{font-size:17px;margin:0 0 8px}.guide-aside p,.guide-aside li{font-size:13px;line-height:1.6;color:var(--muted)}.guide-aside>.button{margin:7px 0 10px;width:100%}.aside-link{display:block;text-align:center;font-size:12px;color:#466557;text-underline-offset:3px}.guide-aside>summary{font-weight:700;font-size:15px}.guide-aside>details{border-top:1px solid var(--line);margin-top:6px}.guide-aside>details summary{font-size:13px;font-weight:600}.guide-aside>details p{margin:2px 0 10px}.guide-try{padding:22px}
@media(min-width:761px){.automation-cards{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.system-card-summary .button-group{margin-top:auto}}
@media(max-width:900px){.guide-step-body{grid-template-columns:1fr;padding-left:72px}.guide-visual{max-width:440px}.finding-brief{grid-template-columns:1fr}.automation-track{grid-template-columns:1fr}.automation-arrow{display:block;transform:rotate(90deg);justify-self:center;height:10px}.world-link-line{display:none}.world-link{padding-top:14px}}
@media(max-width:760px){.app-finding-group>summary span:first-child{display:block}.app-finding-group>summary small{margin-top:4px;white-space:normal}.guide-step>summary{padding:16px}.guide-step-body{padding:0 16px 18px;grid-template-columns:1fr}.guide-visual{order:-1}.system-card-summary{min-height:0}.finding-brief{grid-template-columns:1fr}.automation-node{min-height:0}}

.system-flow .automation-track{grid-template-columns:1fr}.system-flow .automation-arrow{display:block;justify-self:center;height:12px;line-height:12px;transform:rotate(90deg)}

/* Dialog content scrolls independently from persistent actions. */
.modal-actions{position:static!important;bottom:auto!important;margin-top:24px!important;padding:0!important;border-top:0!important;box-shadow:none!important}
.modal-footer{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;position:relative;flex:none;margin:0!important;padding:16px 28px calc(22px + env(safe-area-inset-bottom))!important;background:#fff;border-top:1px solid var(--line)!important;box-shadow:0 -8px 18px #17332e0a!important}.modal-footer>.button,.modal-footer>.text-button{width:100%;min-width:0;white-space:normal;text-align:center;justify-content:center}
.modal-body{scroll-padding-bottom:24px}
@media(max-width:600px){.modal-footer{grid-template-columns:repeat(2,minmax(0,1fr));margin:0!important;padding:14px 20px calc(22px + env(safe-area-inset-bottom))!important}.modal-footer>:only-child,.modal-footer>:first-child:nth-last-child(3){grid-column:1/-1}.modal-body{scroll-padding-bottom:18px}}

/* Clear result states and a restrained, product-explaining motion sequence. */
.modal-body{flex:1 1 auto;overflow-y:auto;min-height:0;overscroll-behavior:contain}dialog{overflow:hidden}#modal-content{display:flex;flex-direction:column;max-height:90dvh}#modal-content.has-footer{height:90dvh}.modal-head{position:relative;flex:none}.modal-head h2:focus{outline:none}.modal-actions:not(.modal-footer){display:grid!important;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin:24px 0 0!important;padding:0!important;border:0!important;box-shadow:none!important}.modal-actions:not(.modal-footer)>.button,.modal-actions:not(.modal-footer)>.text-button{width:100%;min-width:0;white-space:normal;text-align:center;justify-content:center}.modal-more{margin-top:18px;border-top:1px solid var(--line);font-size:13px}.modal-more>summary{font-weight:650}.modal-more .button-group{padding:8px 0}.coverage-scope details{margin-top:8px;border-top:1px solid var(--line)}.coverage-scope details summary{font-weight:650;font-size:14px}.coverage-scope details p{margin-bottom:0}
@media(max-width:600px){#modal-content{max-height:calc(100dvh - 28px)}#modal-content.has-footer{height:calc(90dvh - 2px)}.modal-actions:not(.modal-footer){grid-template-columns:1fr}.modal-actions>.button,.modal-actions>.text-button{min-height:46px}.modal-more .button-group{display:grid;grid-template-columns:1fr}.modal-more .button{width:100%}}
.result-key{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:-8px 0 20px;max-width:920px}.result-key>div{display:grid;grid-template-columns:12px 1fr;gap:3px 10px;padding:15px 16px;background:#fff;border:1px solid var(--line);border-radius:14px}.result-key strong{font-size:14px}.result-key small{grid-column:2;font-size:13px;line-height:1.45;color:var(--muted)}.key-dot{width:10px;height:10px;border-radius:50%;margin-top:5px}.key-dot.review{background:#bd7c2f}.key-dot.waiting{background:#5678b5}.app-impact-chain .next-action{background:#edf5ee;border-left:3px solid #4b8467}.app-impact-chain .next-action small{color:#315f49}.evidence-blocked{padding:16px;border-radius:12px;background:#fff6e8;border:1px solid #ecd8b8}.evidence-blocked strong{font-size:15px}.evidence-blocked p{font-size:14px;color:#765c36;margin:7px 0 0}.watch-flow .flow-number{animation:purpose-step 7.5s cubic-bezier(.4,0,.2,1) infinite}.watch-flow>button:nth-of-type(2) .flow-number{animation-delay:2.5s}.watch-flow>button:nth-of-type(3) .flow-number{animation-delay:5s}.watch-flow .flow-arrow{animation:purpose-arrow 7.5s ease-in-out infinite}.watch-flow .flow-arrow:nth-of-type(2){animation-delay:2.5s}@keyframes purpose-step{0%,28%,100%{background:#eef4e3;color:#476238;transform:scale(1);box-shadow:none}8%,18%{background:var(--green);color:var(--lime);transform:scale(1.08);box-shadow:0 0 0 8px #d9f27724}}@keyframes purpose-arrow{0%,18%,45%,100%{color:#92a797;transform:translateX(0)}25%,35%{color:#4f805f;transform:translateX(4px)}}@media(max-width:900px){.result-key{grid-template-columns:1fr}.watch-flow .flow-arrow{animation:none}}@media(prefers-reduced-motion:reduce){.watch-flow .flow-number,.watch-flow .flow-arrow{animation:none!important}}

.source-group{margin-bottom:18px}.source-group-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px 24px;background:#f6f9f5;border-bottom:1px solid var(--line)}.source-group-head h2{font-size:17px;letter-spacing:-.4px}.source-group-head p{font-size:13px;line-height:1.6;color:var(--muted);margin:6px 0 0;max-width:62ch}.source-group-status{display:flex;align-items:center;gap:9px;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end}.source-count{font-size:12px;color:var(--muted);white-space:nowrap}@media(max-width:760px){.source-group-head{flex-direction:column;gap:12px;padding:18px}.source-group-status{justify-content:flex-start}}

/* Keep app names, counts and review controls visually separate at every width. */
.app-finding-group>summary span.group-title:first-child{display:grid;align-items:start;gap:3px}.app-finding-group>summary .group-title small{margin:0;white-space:normal}.system-mini-copy{display:grid;gap:3px;min-width:0}.system-mini-copy small{margin:0}.demo-review{display:grid;gap:12px}.demo-review>section{padding:16px;border:1px solid var(--line);border-radius:12px;background:#f6f8f6}.demo-review small{display:block;margin-bottom:6px;color:#526b60;font-size:12px;font-weight:750;letter-spacing:.06em}.demo-review p{margin:0;font-size:15px;line-height:1.6}.demo-review .notice{margin:2px 0 0}

/* A small, auditable impact view: totals first, outcome detail second. */
.impact-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px}.impact-summary article{min-width:0;padding:22px;background:#fff;border:1px solid var(--line);border-radius:16px}.impact-summary span{display:block;color:var(--muted);font-size:13px;font-weight:700}.impact-summary strong{display:block;margin:12px 0 8px;color:var(--green);font-size:38px;line-height:1;letter-spacing:-1.5px}.impact-summary p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.impact-outcomes{padding:26px}.impact-outcomes-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:22px}.impact-outcomes-head h2{margin:5px 0 0}.impact-outcomes-head>span{color:var(--muted);font-size:13px}.impact-bar{display:flex;height:14px;overflow:hidden;border-radius:999px;background:#edf1ee}.impact-bar span{min-width:0}.impact-bar .filtered,.impact-legend i.filtered{background:#789485}.impact-bar .detail,.impact-legend i.detail{background:#7893c2}.impact-bar .review,.impact-legend i.review{background:#c58b36}.impact-legend{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}.impact-legend>div{display:grid;grid-template-columns:10px 1fr auto;gap:9px;align-items:center;color:var(--muted);font-size:13px}.impact-legend i{width:9px;height:9px;border-radius:50%}.impact-legend strong{color:var(--green);font-size:15px}.impact-empty{padding:24px 0 8px}.impact-empty h3{margin-bottom:6px}.impact-empty p,.impact-note{color:var(--muted);font-size:13px;line-height:1.55}.impact-note{margin:14px 2px 0}
@media(max-width:1000px){.impact-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.impact-summary{grid-template-columns:1fr 1fr;gap:10px}.impact-summary article{padding:17px}.impact-summary strong{font-size:32px}.impact-summary p{font-size:12px}.impact-outcomes{padding:19px}.impact-legend{grid-template-columns:1fr;gap:10px}}

.demo-examples{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(0,1.5fr);gap:22px;padding:22px;margin-bottom:20px}.demo-examples h2{margin:5px 0 6px;font-size:18px}.demo-examples p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.demo-examples>div:last-child{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.demo-example{min-width:0;padding:14px;border:1px solid var(--line);border-radius:12px;background:#f7f9f7;color:var(--green);text-align:left;cursor:pointer}.demo-example:hover,.demo-example:focus-visible{border-color:#89a898;background:#fff}.demo-example strong,.demo-example span{display:block}.demo-example strong{font-size:14px}.demo-example span{margin-top:5px;color:var(--muted);font-size:12px;line-height:1.45}
@media(max-width:1000px){.demo-examples{grid-template-columns:1fr}.demo-examples>div:last-child{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.demo-examples{padding:17px}.demo-examples>div:last-child{grid-template-columns:1fr}.demo-example span{display:none}}

/* Keep draft actions and dialog controls readable and reachable on small screens. */
.draft-ready{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.draft-ready>span{min-width:0;line-height:1.5}.draft-ready>.button{flex:0 0 auto;margin:0}
@media(max-width:600px){.draft-ready{display:grid;grid-template-columns:1fr;gap:12px}.draft-ready>.button{width:max-content;max-width:100%}.modal-body>p:first-child{margin-top:0}.modal-footer{padding-bottom:calc(28px + env(safe-area-inset-bottom))!important}}
