@charset "UTF-8";
:root{--bg:#f5f7fb;--surface:#fff;--ink:#182840;--muted:#65748a;--line:#e4e9f1;--blue:#285de5;--blue-light:#edf3ff;--green:#14836a;--amber:#a66d11;--radius:14px;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft Yahei",sans-serif;color:var(--ink);background:var(--bg);font-size:16px;line-height:1.6;font-synthesis:none}
*{box-sizing:border-box}body{margin:0}button,input,textarea{font:inherit}button,a,input,textarea{outline-offset:4px}button{cursor:pointer}button:disabled{cursor:wait;opacity:.55}a{color:var(--blue);text-decoration:none}button{color:inherit}h1,h2,h3,h4,p{margin:0}h1{font-size:29px;line-height:1.35;letter-spacing:-.7px;font-weight:700}h2{font-size:22px;line-height:1.45;letter-spacing:-.4px}h3{font-size:17px}small{font-size:12px}button:focus-visible,a:focus-visible{outline:3px solid #8faefa}svg{display:block}.app-shell{display:flex;min-height:100vh}.sidebar{width:220px;flex:0 0 220px;padding:29px 20px;background:#fff;border-right:1px solid var(--line);height:100vh;position:sticky;top:0;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:12px;color:var(--ink);font-size:21px;font-weight:750;line-height:1.3;padding:0 7px}.brand-symbol{display:flex;align-items:center;justify-content:center;width:39px;height:42px;border-radius:11px;background:var(--blue);color:white;font-size:29px;font-weight:600;letter-spacing:-4px;padding-right:4px}.brand-symbol span{color:#adcbff}.brand small{display:block;font-size:9px;letter-spacing:1.1px;color:#7d8da5;margin-top:5px}.workspace-label{font-size:12px;letter-spacing:1.8px;color:#94a0b2;margin:46px 14px 12px}.nav-item{display:flex;align-items:center;width:100%;padding:12px 13px;background:none;border:0;border-radius:9px;gap:12px;color:#6b778b;text-align:left;font-size:14px;margin-bottom:6px;font-weight:550}.nav-item.active{background:var(--blue-light);color:var(--blue)}.nav-item:hover{background:#f1f5fc}.nav-icon{font-size:21px;line-height:1}.nav-count{margin-left:auto;background:white;min-width:22px;text-align:center;border-radius:6px;font-size:12px}.sidebar-note{margin-top:auto;border:1px solid var(--line);border-radius:12px;padding:16px 13px;background:#fafbfd;font-size:13px}.sidebar-note b{font-size:13px}.status-dot{display:inline-block;width:6px;height:6px;background:var(--green);border-radius:50%;margin-right:8px;vertical-align:middle}.sidebar-note p{font-size:12px;color:var(--muted);line-height:1.8;margin-top:8px}.note-rule{height:1px;background:var(--line);margin:12px 0}.sidebar-note small{font-size:11px;color:#8b96a8;line-height:1.8}.sidebar-foot{font-size:10px;color:#98a3b3;line-height:1.8;margin:19px 4px 0}.workspace{flex:1;min-width:0}.topbar{height:76px;padding:0 38px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(255,255,255,.75);font-size:13px;color:var(--muted)}#breadcrumb{display:flex;gap:14px;align-items:center}#breadcrumb span{color:#b0b8c5}.topbar-right{display:flex;align-items:center;gap:18px;font-size:12px}.topbar-right b{font-weight:500;font-variant-numeric:tabular-nums;color:var(--ink)}.demo-tag{font-size:10px;font-weight:750;letter-spacing:1px;color:#567ba7;background:#edf3fa;border:1px solid #dce7f4;padding:2px 7px;border-radius:4px}.avatar{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#e6edfa;color:#536e9b}main{max-width:1480px;margin:0 auto;padding:33px 38px 24px;min-height:calc(100vh - 130px)}.workspace-foot{max-width:1480px;margin:0 auto;padding:14px 38px 24px;display:flex;justify-content:space-between;color:#98a4b6;font-size:11px}.page-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;gap:15px}.page-heading p{color:var(--muted);margin-top:8px;font-size:14px}.eyebrow{font-size:10px;font-weight:750;letter-spacing:1.8px;color:#7f90a8;display:block;margin-bottom:7px}.heading-buttons{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.button{border:1px solid transparent;padding:9px 16px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:8px;line-height:1.5;font-size:14px;font-weight:550;white-space:nowrap;transition:background .15s,transform .15s}.button.primary{background:var(--blue);color:white}.button.primary:hover{background:#194fd0}.button.secondary{background:#fff;border-color:#dbe2ed;color:#3f526d}.button.secondary:hover{background:#f6f9ff}.button.small{font-size:12px;padding:7px 11px}.button.ghost{background:transparent;color:var(--muted);padding-left:0}.plus{font-size:21px;line-height:1}.stat-strip{display:grid;grid-template-columns:repeat(4,1fr);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);margin-bottom:28px;padding:20px 6px}.stat{padding:0 24px;border-right:1px solid var(--line)}.stat:last-child{border:0}.stat-label{font-size:13px;color:var(--muted);display:flex;align-items:center;gap:7px}.stat-value{font-size:29px;letter-spacing:-1px;font-weight:650;margin-top:3px;line-height:1.3;font-variant-numeric:tabular-nums}.stat-value small{font-size:12px;font-weight:400;letter-spacing:0;color:#92a0b3;margin-left:7px}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.pills{display:flex;gap:6px;flex-wrap:wrap}.pill{border:1px solid transparent;background:transparent;color:var(--muted);padding:7px 13px;font-size:13px;border-radius:7px}.pill.active{background:white;color:var(--blue);border-color:#dce5f6;font-weight:600}.pill:hover{background:#edf2fa}.pill small{margin-left:5px;color:#99a7bc;font-size:11px}.quiet{font-size:12px;color:#8b99ac}.experiment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.experiment-card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:23px 23px 17px;position:relative;transition:border-color .15s,transform .15s;display:flex;flex-direction:column}.experiment-card:hover{border-color:#b7c9ed;transform:translateY(-2px)}.card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:17px}.experiment-code{font-size:10px;color:#9aa7b9;letter-spacing:1.2px;font-weight:600}.badge{display:inline-flex;align-items:center;gap:5px;font-size:11px;padding:3px 8px;border-radius:5px;font-weight:550;white-space:nowrap}.badge.running{background:#edf3ff;color:#3767c9}.badge.maturing{background:#fff5e5;color:#a36e17}.badge.archived{background:#eaf6f1;color:#2a8068}.badge.scheduled{background:#eef1f6;color:#72849a}.badge.failed{background:#fff0ee;color:#b35246}.badge .dot{width:5px;height:5px;border-radius:50%;background:currentColor}.experiment-title{border:0;background:none;padding:0;text-align:left;font-size:19px;font-weight:650;line-height:1.45;color:var(--ink);margin-bottom:9px}.experiment-title:hover{color:var(--blue)}.tags{display:flex;flex-wrap:wrap;gap:6px}.tag{font-size:11px;padding:2px 7px;background:#f4f6f9;color:#7a879a;border-radius:4px}.card-groups{margin-top:23px;display:flex;align-items:center;gap:6px;font-size:12px;color:#7c8aa0}.group-circle{width:27px;height:27px;display:grid;place-items:center;background:#eef3ff;border:2px solid white;border-radius:50%;color:#526da8;font-weight:600;margin-right:-12px;font-size:10px}.card-groups>span:last-child{margin-left:15px}.date-row{display:flex;justify-content:space-between;margin:19px 0 7px;font-size:11px;color:#92a0b2;font-variant-numeric:tabular-nums}.mini-track{height:4px;border-radius:6px;background:#edf1f7;overflow:hidden}.mini-track>i{height:100%;display:block;background:#7e9ff0;border-radius:6px}.mini-track.maturing>i{background:#ddb869}.mini-track.archived>i{background:#82bca9}.card-footer{margin-top:19px;border-top:1px solid #f0f2f7;padding-top:14px;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:11px;color:#9aa5b6}.card-action{border:0;background:none;color:var(--blue);font-size:12px;padding:0}.new-card{border:1px dashed #cad6e6;border-radius:var(--radius);background:#f8faff;padding:28px;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#7f93b0;cursor:pointer;text-align:center}.new-card .new-icon{font-size:26px;width:45px;height:45px;display:grid;place-items:center;border:1px solid #dfe7f3;border-radius:12px;background:#fff;margin-bottom:13px;color:#7d98c9}.new-card b{font-size:15px;font-weight:550}.new-card p{font-size:12px;line-height:1.8;margin-top:6px}.section-note{margin-top:24px;padding:16px 20px;border:1px solid #e0e8f3;background:#eef3fb;border-radius:10px;display:flex;gap:14px;align-items:flex-start}.section-note .note-icon{font-size:16px;color:#7691b6}.section-note p{font-size:12px;color:#74859c;line-height:1.8}.section-note b{font-weight:600;color:#536b8b}.detail-title-line{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.back-link{border:0;background:none;color:#7a8da6;font-size:12px;padding:0;margin-bottom:15px}.detail-heading{margin-bottom:21px}.detail-meta{display:flex;align-items:center;gap:9px;margin-top:10px;font-size:12px;color:var(--muted);flex-wrap:wrap}.panel{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:23px;margin-bottom:20px}.panel-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:20px}.panel-header p{font-size:12px;color:#8391a5;margin-top:5px}.panel-title{font-size:16px;font-weight:650}.timeline-panel{padding:20px 24px}.timeline-head{display:flex;justify-content:space-between;font-size:12px;color:#7d8ba0;margin-bottom:15px;gap:10px}.timeline-head strong{color:#415879;font-weight:550}.lifecycle{display:flex;align-items:flex-start}.life-step{flex:1;position:relative;display:flex;gap:10px;align-items:flex-start}.life-step:after{content:"";position:absolute;top:11px;left:31px;right:13px;height:1px;background:#e7ecf4}.life-step:last-child:after{display:none}.life-number{height:23px;width:23px;position:relative;z-index:1;border-radius:50%;display:grid;place-items:center;font-size:10px;background:#eef2f8;color:#91a0b4;border:3px solid white;box-sizing:content-box;margin-top:-3px}.life-step.done .life-number{background:#e9f1ff;color:var(--blue)}.life-step.current .life-number{background:var(--blue);color:white}.life-copy{position:relative;z-index:1;background:white;padding-right:10px}.life-copy b{font-size:12px;font-weight:550;display:block}.life-copy small{display:block;font-size:10px;color:#9aa5b5;margin-top:3px}.delivery-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.delivery{background:white;border:1px solid var(--line);border-radius:12px;padding:16px 18px;display:flex;align-items:center;gap:12px}.delivery-icon{width:38px;height:38px;border-radius:9px;background:#eef3ff;display:grid;place-items:center;color:#6a89cc;font-size:19px}.delivery-copy{flex:1;min-width:0}.delivery-copy b{font-size:13px;font-weight:600}.delivery-copy p{font-size:11px;color:#94a0b0;margin-top:3px}.delivery a{font-size:12px;white-space:nowrap}.detail-tabs{display:flex;gap:27px;border-bottom:1px solid #dfe6f0;margin-bottom:24px}.detail-tab{border:0;background:none;padding:0 0 13px;font-size:14px;color:#8290a4;position:relative}.detail-tab.active{color:var(--blue);font-weight:650}.detail-tab.active:after{content:"";position:absolute;bottom:-1px;height:3px;background:var(--blue);left:0;right:0;border-radius:2px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:right;font-size:13px;font-variant-numeric:tabular-nums;white-space:nowrap}th{font-weight:500;color:#8693a5;background:#f8fafd;padding:12px 14px;font-size:11px;border-top:1px solid #edf1f7;border-bottom:1px solid #edf1f7}td{padding:17px 14px;border-bottom:1px solid #edf1f7;font-weight:500}th:first-child,td:first-child{text-align:left}tbody tr:last-child td{border-bottom:0}.control-row{background:#f8faff}.row-name{display:flex;align-items:center;gap:9px;font-size:13px}.color-mark{width:7px;height:7px;border-radius:2px;background:var(--series-color)}.row-sub{font-size:10px;color:#98a4b5;font-weight:400;margin:2px 0 0 16px}.delta{color:var(--green);font-size:11px;background:#edf7f2;padding:3px 6px;border-radius:5px}.delta.negative{color:#ac735b;background:#fcf0ea}.delta.neutral{color:#8e9db1;background:none}.table-caption{font-size:11px;color:#94a0b2;line-height:1.9;margin-top:13px}.detail-columns{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(270px,1fr);gap:20px}.detail-columns .panel{margin-bottom:0}.chart-legend{display:flex;gap:14px;font-size:11px;color:#8190a5;flex-wrap:wrap}.chart-legend span{display:flex;align-items:center;gap:5px}.chart-wrap{margin-top:20px}.chart-svg{width:100%;height:auto;max-height:250px;overflow:visible}.chart-svg text{font-family:inherit;font-size:10px;fill:#95a2b5}.chart-svg line{stroke:#edf1f7}.chart-caption{font-size:10px;color:#9aa7b9;margin-top:8px}.insight-label{font-size:10px;font-weight:700;letter-spacing:1.2px;color:#8ba0bd}.insight-value{margin:16px 0 9px;font-size:20px;font-weight:650;line-height:1.5}.insight-text{font-size:12px;line-height:1.95;color:#8291a5}.insight-rule{margin:17px 0;border-top:1px solid var(--line)}.metric-note{font-size:11px;color:#94a2b6}.progress-panel{border-color:#d6e2f9;background:#fbfdff}.progress-heading{display:flex;justify-content:space-between;gap:12px;margin-bottom:13px;align-items:center}.progress-title{font-size:14px;font-weight:600}.progress-percent{font-size:23px;color:var(--blue);font-variant-numeric:tabular-nums;font-weight:650}.progress-percent small{font-size:12px}.progress-bar{height:6px;background:#e8effc;border-radius:6px;overflow:hidden}.progress-bar div{height:100%;background:var(--blue);transition:width .4s;border-radius:6px}.progress-stage{margin-top:11px;display:flex;justify-content:space-between;font-size:12px;color:#7c8fa9}.progress-steps{display:flex;gap:7px;margin-top:14px;flex-wrap:wrap}.progress-step{font-size:10px;border:1px solid #e7edf6;border-radius:5px;padding:3px 6px;color:#9aa8ba}.progress-step.done,.progress-step.completed{color:#43806c;background:#f0f8f4;border-color:#e2efe8}.progress-step.running,.progress-step.active{color:var(--blue);background:#edf3ff;border-color:#cfdfff}.empty-state{padding:56px 20px;text-align:center;background:white;border:1px solid var(--line);border-radius:12px}.empty-state h3{margin-bottom:8px}.empty-state p{color:#8292a8;font-size:13px;max-width:530px;margin:0 auto 18px}.report-block{border-left:3px solid #d6e3fd;padding:0 0 0 17px;margin:19px 0}.report-block h3{font-size:14px;margin-bottom:8px}.report-block p{font-size:13px;color:#7e8ea4;line-height:1.9;white-space:pre-wrap}.report-heading{font-size:25px;margin:10px 0 6px}.report-meta{font-size:12px;color:#99a5b7}.report-summary{padding:18px;background:#f5f8fe;border-radius:8px;font-size:13px;color:#5c7394;line-height:1.9;margin:23px 0}.file-tree{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px;color:#6e809b;white-space:pre;overflow-x:auto;line-height:2.05;background:#f8fafe;border:1px solid #e8edf5;border-radius:10px;padding:18px 21px}.storage-path{padding:15px 18px;background:#f4f7fc;color:#617c9e;border:1px solid #e4ebf5;border-radius:8px;font-family:ui-monospace,monospace;font-size:12px;overflow-wrap:anywhere;margin:16px 0}.storage-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:7px 0 23px}.storage-summary b{display:block;font-size:16px;font-weight:600}.storage-summary p{font-size:12px;color:#8192a9;margin-top:4px}.file-list td{font-size:12px;padding:11px 10px;color:#6c819e}.file-list td:first-child{font-family:ui-monospace,monospace;white-space:normal;overflow-wrap:anywhere}.run-list{display:grid;gap:10px}.run-item{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line);font-size:12px;color:#7c8fa9;gap:10px}.run-item b{font-size:12px;color:#456080;font-weight:500}.error-panel{padding:22px;color:#a84f41;border:1px solid #f1d8d2;background:#fff6f4;border-radius:10px;font-size:14px}.loading{padding:70px;color:#8495ad;text-align:center;font-size:14px}.loading:before{content:"";display:inline-block;width:10px;height:10px;border:2px solid #b6c7e4;border-top-color:var(--blue);border-radius:50%;margin-right:10px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}dialog{border:1px solid #dce4f1;padding:0;width:min(800px,calc(100vw - 32px));max-height:92vh;border-radius:18px;color:var(--ink);background:white;box-shadow:0 22px 90px #142c5a26}dialog::backdrop{background:#14283d66;backdrop-filter:blur(3px)}.dialog-header{padding:26px 30px 18px;display:flex;justify-content:space-between;align-items:center}.dialog-header .eyebrow{color:#8aa0c0}.icon-button{background:#f5f7fb;border:0;border-radius:50%;width:30px;height:30px;font-size:23px;line-height:1;color:#92a1b7}.wizard-steps{display:flex;gap:10px;padding:0 30px 22px;border-bottom:1px solid var(--line)}.wizard-step{flex:1;display:flex;align-items:center;gap:7px;font-size:12px;color:#9aa7ba}.wizard-step>span{width:23px;height:23px;background:#f0f3f8;display:grid;place-items:center;border-radius:50%;font-size:10px}.wizard-step.active{color:var(--blue);font-weight:600}.wizard-step.active>span{background:#eaf1ff;color:var(--blue)}#wizard-content{padding:24px 30px;max-height:54vh;overflow-y:auto}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:7px;min-width:0}.field.full{grid-column:1/-1}.field-label,label{font-size:13px;font-weight:550;color:#465c79}.field-hint{font-size:11px;color:#91a0b4;line-height:1.7}.text-input,textarea,input[type=date]{width:100%;border:1px solid #dae3ef;border-radius:7px;padding:9px 11px;font-size:13px;color:#3e5577;background:white;min-width:0}textarea{resize:vertical;min-height:69px}.text-input:focus,textarea:focus,input[type=date]:focus{outline:2px solid #c6d7ff;border-color:#91b1f7}.choices{display:flex;gap:6px;flex-wrap:wrap}.choice{padding:6px 10px;font-size:12px;border:1px solid #e0e6ef;background:#fff;color:#8492a5;border-radius:6px}.choice.active{background:#eef4ff;border-color:#9dbaf6;color:var(--blue)}.form-section-title{font-size:14px;font-weight:600;margin-bottom:6px}.form-section-description{font-size:12px;color:#8394ab;margin-bottom:19px}.group-editor{display:flex;gap:10px;align-items:flex-end;padding:12px 0;border-bottom:1px solid #edf1f7}.group-editor .field{flex:1}.group-editor .group-index{height:35px;display:grid;place-items:center;width:28px;font-size:12px;color:#738bb3}.group-editor .icon-button{flex-shrink:0;margin-bottom:3px}.group-actions{display:flex;justify-content:space-between;align-items:center;margin:12px 0 22px}.divider{height:1px;background:var(--line);margin:23px 0}.confirm-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.confirm-item small{font-size:11px;color:#97a6b9;display:block;margin-bottom:4px}.confirm-item b{font-size:13px;font-weight:550}.confirm-box{padding:17px;background:#f6f9ff;border:1px solid #e2eaf8;border-radius:10px;margin-top:21px}.confirm-box b{font-size:13px;color:#526f98}.confirm-box p{font-size:12px;color:#8397b2;line-height:1.9;margin-top:6px}.dialog-footer{padding:18px 30px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:10px}.dialog-footer>span{font-size:11px;color:#9aa8bb}.dialog-footer>div{display:flex;gap:9px}.form-error{font-size:12px;color:#b85848;padding:0 30px 12px}.form-error:empty{display:none}.toast{position:fixed;bottom:30px;left:50%;transform:translate(-50%,20px);background:#243c5e;color:white;padding:11px 20px;border-radius:9px;font-size:13px;z-index:100;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;max-width:90vw}.toast.visible{opacity:1;transform:translate(-50%,0)}
@media(min-width:1600px){.experiment-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1180px){.sidebar{width:185px;flex-basis:185px;padding:25px 13px}.brand{font-size:18px}.brand small{font-size:8px}.topbar{padding:0 25px}main{padding:27px 25px}.detail-columns{grid-template-columns:1fr}.stat{padding:0 17px}.heading-buttons .button{font-size:12px}}@media(max-width:850px){.sidebar{width:72px;flex-basis:72px;padding:25px 11px}.brand{padding:0;justify-content:center}.brand>span:last-child,.workspace-label,.sidebar-note,.sidebar-foot,.nav-count{display:none}.nav-item{font-size:0;gap:0;justify-content:center;padding:13px;margin-top:12px}.nav-item .nav-icon{font-size:24px}.sidebar nav{margin-top:20px}.topbar{height:64px}.topbar-right{gap:9px}.experiment-card{padding:18px}.stat-strip{padding:17px 0}.stat{padding:0 13px}.stat-label{font-size:12px}.stat-value{font-size:25px}.delivery-row{gap:10px}.delivery{padding:12px}.delivery-icon{display:none}.lifecycle{flex-wrap:wrap;gap:17px}.life-step{flex:1 1 40%}.life-step:after{display:none}.page-heading{align-items:flex-start}.detail-heading{flex-direction:column}.toolbar{align-items:flex-start}.workspace-foot{padding:16px 25px;font-size:10px}}@media(max-width:620px){.sidebar{display:none}.topbar{padding:0 17px}.topbar-right>span:nth-child(2){display:none}main{padding:23px 17px}.page-heading{margin-bottom:20px}.page-heading p{font-size:12px}h1{font-size:24px}.button{font-size:12px;padding:8px 11px}.stat-strip{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:23px}.stat:nth-child(2){border:0}.stat-value{font-size:27px}.experiment-grid{grid-template-columns:1fr}.toolbar>.quiet{display:none}.pill{padding:6px 8px;font-size:12px}.delivery-row{grid-template-columns:1fr}.panel{padding:18px}.panel-header{flex-wrap:wrap}.timeline-panel{padding:17px}.timeline-head{font-size:10px}.detail-tabs{gap:22px}.detail-tab{font-size:13px}.detail-columns{gap:16px}.storage-summary{grid-template-columns:1fr;gap:14px}.form-grid,.confirm-grid{grid-template-columns:1fr}.dialog-header{padding:22px 21px 16px}.wizard-steps{padding:0 21px 17px}#wizard-content{padding:20px 21px;max-height:55vh}.dialog-footer{padding:16px 21px}.dialog-footer>span{display:none}.dialog-footer>div{margin-left:auto}.group-editor{gap:7px}.group-editor .group-index{display:none}.workspace-foot span:last-child{display:none}.new-card{min-height:180px}.detail-meta{font-size:11px}.chart-legend{gap:8px}.detail-title-line h1{font-size:23px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}
.environment-tag{font-size:10px;font-weight:750;letter-spacing:1px;color:#2a8068;background:#eaf6f1;border:1px solid #d4ece2;padding:2px 7px;border-radius:4px}.environment-tag.demo{color:#567ba7;background:#edf3fa;border-color:#dce7f4}.source-banner{display:flex;align-items:flex-start;gap:12px;margin:0 0 22px;padding:15px 18px;border:1px solid #dfe8f4;background:#f8faff;border-radius:10px;color:#617795}.source-banner.ready{border-color:#d4ece2;background:#f5fbf8;color:#4f806f}.source-banner.pending{border-color:#eadfca;background:#fffaf2;color:#8a6c38}.source-banner .source-icon{font-size:16px;line-height:1.4}.source-banner b{display:block;font-size:13px;color:inherit}.source-banner p{font-size:12px;line-height:1.8;margin-top:3px;color:#7b8da6}.source-banner.pending p{color:#907b58}.formal-empty{background:linear-gradient(180deg,#fff 0%,#fbfcff 100%);border-color:#dbe5f2}.formal-empty .empty-icon{width:44px;height:44px;margin:0 auto 15px;border-radius:12px;display:grid;place-items:center;color:#6e8ec9;background:#eef4ff;font-size:22px}.formal-empty h3{font-size:18px}.formal-empty p{max-width:580px}.production-note{color:#617795}

/* Marketing workspace: focus on results and decisions. */
[hidden]{display:none!important}.experiment-dates{color:#68778a;font-size:13px;margin:0 0 20px;line-height:1.8}.experiment-dates p{margin:4px 0}.result-links{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}.card-top{justify-content:flex-end}.formal-empty{grid-column:1/-1}.environment-tag:empty,#connection-status:empty{display:none}

.group-selector{border:1px solid #dfe6f0;border-radius:12px;padding:14px;margin-bottom:16px}.group-selector .group-editor{grid-template-columns:32px 1fr 32px}.group-selector textarea{min-height:72px}.group-selector .choices{margin-bottom:12px}

/* Full-width workspace with a compact report link in the header. */
.app-shell{display:block}.workspace{width:100%}.topbar{height:72px;padding:0 max(24px,calc((100vw - 1320px)/2 + 24px));background:#fff}.topbar-left{display:flex;align-items:center;gap:24px;min-width:0}.topbar .brand{padding:0;gap:10px;font-size:17px;white-space:nowrap}.topbar .brand>span:last-child{display:block}.topbar .brand-symbol{width:32px;height:34px;border-radius:9px;font-size:24px}.report-entry{font-size:13px;font-weight:550;color:#536784;padding:8px 12px;border:1px solid #e0e7f1;border-radius:8px;white-space:nowrap}.report-entry:hover{color:var(--blue);background:#f4f7ff;border-color:#bccbef}main{max-width:1320px;padding:36px 24px;min-height:calc(100vh - 72px)}#breadcrumb:empty{display:none}@media(max-width:620px){.topbar{height:64px;padding:0 16px}.topbar-left{gap:12px}.topbar .brand{font-size:15px}.topbar .brand-symbol{width:28px;height:30px;font-size:22px}.report-entry{font-size:12px;padding:7px 9px}#breadcrumb{font-size:11px;gap:7px}main{padding:24px 16px;min-height:calc(100vh - 64px)}}

.marketing-picker{border:1px solid #dbe3ef;border-radius:9px;background:#fff}.marketing-picker summary{cursor:pointer;list-style:none;padding:12px 14px;display:flex;justify-content:space-between;gap:12px}.marketing-menu{padding:12px;border-top:1px solid #e6ebf2}.marketing-options{max-height:220px;overflow:auto;margin:8px 0}.marketing-options label{display:flex;align-items:center;gap:10px;padding:10px;border-radius:6px;cursor:pointer}.marketing-options label:hover{background:#f1f5ff}.marketing-options label[hidden]{display:none}.marketing-options input{accent-color:var(--blue);width:16px;height:16px}.marketing-menu small{color:#8290a4}
