:root{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-synthesis:none;color:#22362e;background:#f6f7f4;--ink:#23382e;--green:#27694e;--soft:#eaf2e9;--muted:#829084;--line:#e4e9e1;--orange:#bc8349;--purple:#8e83b5}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer;border:1px solid transparent;border-radius:7px;padding:10px 14px;font-size:12px;font-weight:550;display:inline-flex;gap:8px;align-items:center;justify-content:center;color:inherit;background:transparent}button:disabled{opacity:.45;cursor:default}button:not(:disabled):hover{filter:brightness(.94)}a{color:inherit;text-decoration:none}input,select,textarea{border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--ink);padding:10px 11px;font-size:12px;min-width:0}input:focus,select:focus,textarea:focus,button:focus-visible,a:focus-visible{outline:2px solid #89b499;outline-offset:3px}input[type=date]{width:126px}label{display:block;font-size:12px;margin:16px 0 8px}h1,h2,h3,p{margin:0}h1{font-size:32px;font-weight:570;letter-spacing:-1.1px;line-height:1.2}h2{font-size:15px;font-weight:600;letter-spacing:-.25px}h3{font-size:13px;font-weight:600}.primary{background:var(--green);color:white}.secondary{background:white;border-color:var(--line)}.wide{width:100%;margin-top:18px;justify-content:space-between;padding:13px 15px}.small{padding:9px 12px}.text-button{color:var(--green);padding:4px 0;text-align:left;justify-content:flex-start}.icon-button{font-size:24px;padding:0 7px;color:var(--muted)}.muted{font-size:12px;line-height:1.7;color:var(--muted)}.fine{font-size:11px;line-height:1.7;color:#8a948b}.eyebrow{font-size:9px;letter-spacing:1.7px;font-weight:600;color:#899485}.badge{font-size:10px;border:1px solid var(--line);background:#fafbf8;border-radius:5px;color:#7c887a;padding:5px 7px;white-space:nowrap}.badge.amber{background:#fcf3e6;color:#a17a39;border-color:#ebdfc9}.badge.green{background:var(--soft);color:var(--green);border-color:#d9e9db}.brand{display:flex;align-items:center;gap:9px;font-size:17px;font-weight:650;letter-spacing:-.5px;white-space:nowrap}.brand-mark{display:grid;place-items:center;width:30px;height:30px;background:var(--green);color:white;border-radius:8px;font-size:28px;line-height:1;font-weight:700;padding-bottom:5px}.brand-dot{font-size:6px;color:#8ea287;align-self:flex-start;margin-top:7px}.login-shell{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.login-story{background:#e7eee4;padding:48px 60px;display:flex;flex-direction:column;justify-content:space-between;min-height:700px}.login-story h1{font-size:48px;line-height:1.15;letter-spacing:-2px;margin:20px 0}.login-story p{font-size:14px;line-height:1.9;color:#6d816f}.login-story small{font-size:11px;color:#83917d}.story-graph{height:120px;display:flex;align-items:flex-end;gap:8px;margin-top:45px}.story-graph span{flex:1;background:#9db799;height:30%;border-radius:5px 5px 0 0}.story-graph span:nth-child(3n){height:60%;background:#669771}.story-graph span:nth-child(4n){height:90%;background:#366f50}.story-graph span:nth-child(2n+1){height:45%}.story-graph span:last-child{height:100%}.login-panel{align-self:center;width:min(380px,calc(100% - 48px));margin:auto}.login-panel h2{font-size:25px;margin:16px 0 10px;letter-spacing:-.7px}.login-panel form{margin-top:27px}.login-panel input{width:100%;padding:13px}.login-panel .fine{margin-top:20px}.divider{border-top:1px solid var(--line);margin:30px 0}.error-text{color:#b56b55;margin-top:15px;font-size:12px}#workspace{display:grid;grid-template-columns:218px minmax(0,1fr)}[hidden]{display:none!important}.sidebar{height:100vh;position:sticky;top:0;padding:28px 18px 20px;background:#edf1e9;border-right:1px solid #e0e6dc;display:flex;flex-direction:column;overflow:auto}.sidebar .brand{margin:0 8px 35px}.project-label{margin:0 10px 9px;font-size:9px}.project-select{width:100%;font-weight:600;background:#f9fbf6;padding:12px;margin-bottom:28px}nav .nav-group{font-size:9px;letter-spacing:1.5px;color:#94a08e;margin:20px 12px 8px}nav a{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:6px;color:#7a8878;font-size:12px;margin:2px 0}nav a svg{width:16px;height:16px;stroke-width:1.5;flex-shrink:0}nav a:hover{background:#e5ecdf;color:var(--green)}nav a.active{background:#dae7d6;color:#315d3e;font-weight:650}nav a.active:after{content:'';width:5px;height:5px;border-radius:50%;background:#4b7750;margin-left:auto}.sidebar-bottom{margin-top:auto;padding:30px 10px 0;display:grid;gap:15px}.connection{display:flex;align-items:center;gap:7px;color:#8b9783;font-size:10px}.connection i{width:5px;height:5px;border-radius:50%;background:#80a479}.sidebar-bottom .text-button{font-size:11px}.main-shell{min-width:0}.topbar{height:65px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 34px;color:#91a08e;font-size:10px}.topbar>div{display:flex;align-items:center;gap:12px}.avatar{background:#e5ecdf;color:#5d765a;width:27px;height:27px;border-radius:50%;font-size:9px;display:grid;place-items:center;font-weight:600}main{padding:30px 34px 22px;max-width:1650px;margin:auto}.page-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:25px}.page-header h1{margin:9px 0 8px}.header-actions{display:flex;gap:8px}.toolbar{display:flex;gap:12px;justify-content:space-between;flex-wrap:wrap;align-items:center;padding:13px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.date-control,.segment-control{display:flex;align-items:center;gap:7px}.date-control>span{color:#a2ac9e}.toolbar select{max-width:155px}.segment-control{margin-left:auto}.coverage{display:flex;gap:9px;align-items:center;justify-content:space-between;color:#92a08d;font-size:10px;line-height:1.6;margin:14px 0 22px}.coverage .dot{color:#72a074}.coverage button{font-size:10px;padding:3px 8px}.coverage.warning{color:#a57e43}.coverage.error{color:#b26c54}.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:21px}.metric{border:1px solid var(--line);border-radius:10px;background:white;padding:19px 20px 16px;position:relative;min-height:138px}.metric-label{font-size:11px;color:#7d8b78;display:flex;justify-content:space-between;gap:8px}.metric-value{font-size:33px;font-weight:550;letter-spacing:-1px;margin:13px 0 9px;font-variant-numeric:tabular-nums}.metric-note{font-size:10px;color:#95a08e;line-height:1.5}.delta{font-size:9px;border-radius:4px;padding:3px 5px;background:#edf4e9;color:#6b8d64;white-space:nowrap}.delta.negative{color:#af806d;background:#f8eee8}.metric.highlight{background:#eaf1e5;border-color:#d8e5d1}.metric.highlight .metric-value{color:#346640}.grid{display:grid;gap:20px;grid-template-columns:1.65fr 1fr;margin-bottom:20px}.grid.equal{grid-template-columns:1fr 1fr}.panel{background:white;border:1px solid var(--line);border-radius:10px;min-width:0;overflow:hidden;margin-bottom:20px}.grid>.panel{margin-bottom:0}.panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:22px 23px 0}.panel-head p{margin-top:6px;font-size:10px;color:#97a18f;line-height:1.6}.panel-body{padding:20px 23px 22px}.chart-box{position:relative;height:270px;min-width:0}.chart-box.short{height:210px}.chart-box canvas{width:100%!important;height:100%!important}.chart-foot{display:flex;justify-content:space-between;border-top:1px solid #eef1ea;padding:12px 23px;color:#92a08b;font-size:10px}.tabs{display:flex;gap:2px;border:1px solid var(--line);padding:3px;border-radius:6px}.tabs button{font-size:10px;padding:5px 8px;color:#95a08e}.tabs button.selected{background:#eef3e9;color:#507747}.list-row{display:flex;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid #f0f2ec}.list-row:last-child{border:0}.list-row .label{font-size:11px;flex:1;min-width:0;overflow-wrap:anywhere}.list-row strong{font-size:12px;font-weight:550;font-variant-numeric:tabular-nums}.list-dot{width:7px;height:7px;border-radius:2px;flex-shrink:0}.list-row small{font-size:10px;color:#9ba593}.note{padding:13px 16px;border:1px solid #e7ebdf;background:#f8faf3;color:#859273;border-radius:7px;font-size:11px;line-height:1.8;margin-bottom:20px}.note.amber{background:#fcf9f0;border-color:#eee4ca;color:#9e8654}.note strong{font-weight:600}.section-controls{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap;margin:0 0 20px}.section-controls label{font-size:10px;color:#819074;margin:0 0 7px}.section-controls input,.section-controls select{min-width:160px;max-width:300px}.section-controls .grow{flex:1}.section-controls .grow input{width:100%;max-width:none}.section-controls button{height:35px}.table-scroll{overflow:auto}table{width:100%;border-collapse:collapse;text-align:left;font-size:11px}th{font-size:9px;letter-spacing:.4px;color:#91a086;background:#fbfcf9;font-weight:500;white-space:nowrap;padding:13px 17px;border-top:1px solid #edf0e8;border-bottom:1px solid #edf0e8}td{border-bottom:1px solid #edf0e8;padding:13px 17px;color:#6f8065;font-variant-numeric:tabular-nums;max-width:300px;overflow-wrap:anywhere}tr:last-child td{border-bottom:0}td .text-button{font-size:11px}td strong{font-weight:550;color:#3f5940}.mono{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px}.table-footer{padding:12px 17px;display:flex;justify-content:space-between;align-items:center;color:#9ca68f;font-size:10px;border-top:1px solid var(--line)}.table-footer button{padding:5px 9px}.pill{display:inline-flex;align-items:center;gap:5px;padding:4px 6px;border-radius:4px;background:#eef3e8;color:#66845a;font-size:9px;white-space:nowrap}.pill.gray{background:#f1f2ed;color:#919b84}.pill.orange{background:#faf0e0;color:#ae8b51}.funnel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.funnel-step{background:#f8faf5;border:1px solid #e7edde;border-radius:8px;padding:20px;min-width:0}.funnel-step .step-number{font-size:10px;color:#a0ad91;margin-bottom:12px}.funnel-step h3{font-size:12px;color:#657e59}.funnel-step .step-count{font-size:32px;font-weight:550;margin:16px 0 6px;color:#3b6339}.funnel-step p{font-size:10px;color:#99a689;line-height:1.7}.progress-track{height:7px;background:#e4ecdc;border-radius:5px;margin:18px 0 14px;overflow:hidden}.progress-track span{display:block;height:100%;background:#709563;border-radius:5px}.heatmap th,.heatmap td{text-align:center;padding:12px 10px;min-width:65px}.heatmap th:first-child,.heatmap td:first-child{text-align:left;min-width:112px}.heatmap td.heat{color:#3e6638;border:4px solid #fff;border-radius:8px;font-weight:600}.heatmap td.heat small{display:block;font-size:9px;font-weight:400;opacity:.7;margin-top:4px}.heatmap td.pending{color:#b8bfad;background:#f8faf5;border:4px solid #fff}.heatmap tr.total{font-weight:600}.retention-legend{display:flex;align-items:center;gap:8px;font-size:10px;color:#95a18c;padding:15px 20px}.retention-legend i{width:70px;height:7px;background:linear-gradient(90deg,#f1f6eb,#729b65);border-radius:3px}.empty-state{padding:65px 24px;text-align:center;background:#fff;border:1px dashed #dfe7d5;border-radius:10px}.empty-icon{width:48px;height:48px;border-radius:12px;background:#eef4e7;color:#88a473;display:grid;place-items:center;font-size:23px;margin:0 auto 20px}.empty-state h2{font-size:19px;margin-bottom:12px}.empty-state p{max-width:500px;margin:auto;font-size:12px;color:#91a082;line-height:1.9}.empty-state button{margin-top:18px}.loading-line{width:180px;height:4px;background:#e7eedf;margin:22px auto;border-radius:5px;overflow:hidden}.loading-line:after{content:'';display:block;background:#719561;width:60px;height:100%;animation:loading 1.2s ease-in-out infinite alternate}@keyframes loading{to{transform:translateX(120px)}}.status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.status-card{border:1px solid var(--line);border-radius:8px;padding:17px}.status-card h3{margin-bottom:9px}.status-card p{font-size:11px;color:#91a080;line-height:1.7}.status-card .pill{margin-top:10px}.timeline{padding:10px 0}.timeline-row{display:grid;grid-template-columns:130px 1fr;gap:15px;border-left:1px solid #e1e9d9;margin-left:5px;padding:0 0 22px 20px;position:relative}.timeline-row:before{content:'';width:7px;height:7px;border-radius:50%;background:#7a9b6d;position:absolute;left:-4px;top:5px}.timeline-row time{font-size:10px;color:#9aa98b;line-height:1.6}.timeline-row strong{font-size:12px}.timeline-row p{font-size:10px;color:#9ba78e;margin-top:5px;overflow-wrap:anywhere}.search-line{width:100%;margin:18px 0 5px}dialog{border:1px solid var(--line);border-radius:12px;padding:28px;width:min(510px,calc(100% - 30px));max-height:88vh;overflow:auto;color:var(--ink);box-shadow:0 20px 100px #1b30192a}dialog::backdrop{background:#1c301b70;backdrop-filter:blur(3px)}dialog input,dialog textarea{width:100%}.dialog-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.dialog-heading h2{font-size:19px}.detail-dialog{width:min(860px,calc(100% - 30px))}dialog pre{white-space:pre-wrap;overflow-wrap:anywhere;font-size:11px;line-height:1.8;background:#f6f8f1;padding:18px;border-radius:8px}dialog textarea{font-family:monospace;min-height:65px}footer{display:flex;justify-content:space-between;color:#a3ad96;font-size:9px;padding-top:15px;gap:15px;line-height:1.7}.footer-dot{padding:0 7px;color:#c1cab5}#toast{position:fixed;bottom:24px;right:24px;background:#314a2d;color:#fff;padding:15px 20px;border-radius:8px;max-width:460px;font-size:12px;z-index:100;box-shadow:0 5px 30px #0002}.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}.mini-definition{margin-top:12px;color:#9da78f;font-size:10px;line-height:1.8}.nowrap{white-space:nowrap}.count-tag{padding:3px 5px;background:#f1f5eb;border-radius:4px;color:#789269;font-size:9px}@media(min-width:1450px){.toolbar select{max-width:170px}.date-control input{width:137px}}@media(max-width:1180px){.segment-control{margin-left:0}.toolbar{justify-content:flex-start}.metrics{gap:10px}.metric{padding:16px}.metric-value{font-size:29px}.grid{grid-template-columns:1.3fr 1fr}.panel-head{flex-wrap:wrap}}@media(max-width:950px){#workspace{grid-template-columns:178px minmax(0,1fr)}.sidebar{padding:23px 12px}.sidebar .brand{font-size:15px;margin-left:3px}.brand-mark{width:27px;height:27px}main{padding:24px 20px}.topbar{padding:0 20px}.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.grid,.grid.equal{grid-template-columns:1fr}.page-header{align-items:flex-start}.header-actions{flex-wrap:wrap;justify-content:flex-end}.funnel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.login-story{padding:35px}.login-story h1{font-size:38px}}@media(max-width:650px){#workspace{display:block}.sidebar{position:static;height:auto;padding:15px;display:block}.sidebar .brand{margin:0 0 15px}.project-label{display:none}.project-select{margin-bottom:12px}nav{display:flex;gap:5px;overflow:auto;padding-bottom:5px}nav .nav-group{display:none}nav a{white-space:nowrap;padding:8px 11px}nav a svg{display:none}.sidebar-bottom{display:flex;justify-content:space-between;padding:10px 0 0}.sidebar-bottom .connection{display:none}.topbar{height:45px;padding:0 16px}.topbar>span{font-size:9px}main{padding:23px 15px}.page-header h1{font-size:27px}.page-header .eyebrow{font-size:8px}.page-header{gap:8px}.header-actions button{font-size:10px;padding:8px}.date-control{flex-wrap:wrap}.date-control select{max-width:none}.segment-control{flex-wrap:wrap}.toolbar select{max-width:150px}.metrics{gap:9px}.metric{min-height:130px;padding:14px}.metric-value{font-size:28px}.panel-head{padding:18px 17px 0}.panel-body{padding:18px 17px}.funnel-grid{grid-template-columns:1fr}.status-grid{grid-template-columns:1fr}.coverage{align-items:flex-start}.coverage>span{max-width:80%}.login-shell{grid-template-columns:1fr}.login-story{min-height:unset;padding:30px}.login-story>div:nth-child(2){margin-top:35px}.login-story h1{font-size:34px}.login-story small,.story-graph{display:none}.login-panel{padding:35px 0}.timeline-row{grid-template-columns:90px 1fr}.badge.amber{font-size:8px}footer{flex-direction:column;gap:3px}.chart-box{height:245px}}

.context-filters{flex-basis:100%;font-size:12px}.context-filters summary{cursor:pointer;color:var(--muted);padding:8px 0}.context-filters .section-controls{margin:10px 0 0}

.remember-label{display:flex;align-items:center;gap:10px;min-height:44px;cursor:pointer}.login-panel .remember-label input{width:20px;height:20px;margin:0;accent-color:var(--green)}@media(max-width:650px){.login-panel input{font-size:16px}}
