:root{color:#0f172a;background:#eef2f7;font-family:Inter,Pretendard,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:geometricPrecision}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}button,input,select{font:inherit}button{border:0;cursor:pointer}button:disabled,input:disabled,select:disabled{cursor:not-allowed}.studio{width:100%;height:100vh;display:grid;grid-template-rows:64px minmax(0,1fr);overflow:hidden;background:#eef2f7}.studio-header{position:relative;z-index:20;display:flex;align-items:center;gap:12px;padding:0 clamp(36px,3vw,60px) 0 clamp(24px,2vw,40px);border-bottom:1px solid #dbe2ea;background:#fffffff7}.brand{flex:0 0 auto;display:flex;align-items:center}.studio:not(.landing-mode) .brand{margin-right:-40px}.brand .mlsteps-logo{width:190px;height:58px;display:block}.breadcrumb{flex:1;min-width:0;display:flex;align-items:center;gap:10px;color:#94a3b8;font-size:13px;font-weight:750}.breadcrumb strong{max-width:340px;overflow:hidden;color:#334155;text-overflow:ellipsis;white-space:nowrap}@media(max-width:640px){.studio-header{padding-inline:18px}}.studio-body{min-height:0;display:grid;grid-template-columns:minmax(0,1fr)}.workspace{min-width:0;min-height:0;display:grid;grid-template-rows:minmax(0,1fr)}.hidden-input{display:none}.canvas-shell{position:relative;min-height:0;overflow:hidden;background:#f2f5f9}.empty-state{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:36px;text-align:center}.empty-state>span{width:78px;height:78px;display:grid;place-items:center;border:1px solid #dbe2ea;border-radius:22px;background:#fff;color:#475569;box-shadow:0 16px 35px #0f172a17}.empty-state h1{margin:24px 0 9px;color:#0f172a;font-size:clamp(23px,2.4vw,32px);letter-spacing:-1px}.empty-state p{max-width:590px;margin:0;color:#64748b;font-size:14px;line-height:1.65;word-break:keep-all}.empty-state button{min-height:42px;margin-top:24px;display:inline-flex;align-items:center;gap:8px;padding:0 18px;border:0;border-radius:9px;background:#0f172a;color:#fff;font-size:12px;font-weight:850;box-shadow:0 10px 20px #0f172a2e}.empty-state small{margin-top:18px;color:#94a3b8;font-size:11px;font-weight:700}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-banner{position:absolute;z-index:20;top:16px;left:50%;width:min(620px,calc(100% - 32px));padding:11px 14px;border:1px solid #fecaca;border-radius:8px;background:#fef2f2f5;color:#991b1b;font-size:12px;font-weight:800;text-align:center;transform:translate(-50%);box-shadow:0 12px 28px #7f1d1d1f}.input-guard-notice{position:absolute;z-index:21;top:68px;left:50%;padding:9px 14px;border:1px solid #fecaca;border-radius:999px;background:#fef2f2f7;color:#b91c1c;font-size:11px;font-weight:900;transform:translate(-50%);box-shadow:0 10px 24px #7f1d1d24;animation:guard-notice-in .16s ease-out}@keyframes guard-notice-in{0%{opacity:0;transform:translate(-50%,-4px)}to{opacity:1;transform:translate(-50%)}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:24px;background:#0f172a47;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.node-modal{width:min(620px,100%);max-height:calc(100vh - 48px);overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr) auto;border:1px solid #dbe2ea;border-radius:12px;background:#fff;box-shadow:0 30px 80px #0f172a47}.node-modal-scroll{min-height:0;overflow-y:auto}.modal-description{margin:0;padding:18px 22px;color:#475569;font-size:13px;font-weight:650;line-height:1.65}.beginner-guide{display:grid;gap:10px;margin:18px 22px}.beginner-guide>div{padding:13px 14px;border:1px solid #d7f1f6;border-radius:9px;background:#f8fbff}.beginner-guide strong{color:#0f7188;font-size:11px}.beginner-guide p{margin:5px 0 0;color:#334155;font-size:12px;font-weight:700;line-height:1.6}.beginner-guide aside{display:flex;align-items:flex-start;gap:7px;padding:10px 12px;border-radius:8px;background:#eaf8fb;color:#0f7188;font-size:11px;font-weight:800;line-height:1.45}.node-technical-details,.node-advanced-settings{margin:0 22px 18px;border:1px solid #dbe2ea;border-radius:10px;background:#fff}.node-technical-details>summary,.node-advanced-settings>summary{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 13px;color:#475569;font-size:11px;font-weight:850;cursor:pointer;list-style:none}.node-technical-details>summary:after,.node-advanced-settings>summary:after{content:"펼치기";color:#1787a3;font-size:9px}.node-technical-details[open]>summary:after,.node-advanced-settings[open]>summary:after{content:"접기"}.node-advanced-settings>summary small{margin-left:auto;color:#94a3b8;font-size:9px}.node-technical-details .modal-description{border-top:1px solid #edf1f5}.node-technical-details dl{padding-bottom:12px}.node-modal dl{margin:0;padding:0 22px 20px}.node-modal dl div{display:grid;grid-template-columns:150px minmax(0,1fr);gap:18px;padding:11px 0;border-bottom:1px solid #edf1f5}.node-modal dt,.node-modal dd{margin:0;font-size:12px}.node-modal dt{color:#94a3b8;font-weight:800}.node-modal dd{color:#0f172a;font-weight:800;text-align:right}.node-modal footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 22px;border-top:1px solid #e8edf2;background:#f8fafc}.node-modal footer span{color:#94a3b8;font-size:9px;font-weight:950;letter-spacing:1.4px}.node-modal code{overflow-wrap:anywhere;color:#334155;font-size:11px;font-weight:700}.node-settings-editor{margin:0 12px 12px;padding:15px;border:1px solid #b9e4ed;border-radius:10px;background:#f8fbff}.node-settings-title{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:13px}.node-settings-title strong{color:#0f172a;font-size:13px}.node-settings-title small{color:#64748b;font-size:9px;font-weight:700}.node-settings-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:10px}.node-settings-grid.three-columns{grid-template-columns:repeat(3,minmax(0,1fr))}.node-settings-grid label>span{display:block;margin-bottom:5px;color:#475569;font-size:10px;font-weight:850}.node-settings-grid label>div{display:flex;align-items:center}.node-settings-grid input{min-width:0;width:100%;height:34px;padding:0 9px;border:1px solid #cbd5e1;border-radius:7px 0 0 7px;outline:0;background:#fff;color:#0f172a;font-size:11px;font-weight:800}.node-settings-grid input:only-child{border-radius:7px}.node-settings-grid input[readonly]{background:#eef2f7;color:#64748b}.node-settings-grid em{height:38px;display:grid;place-items:center;padding:0 9px;border:1px solid #cbd5e1;border-left:0;border-radius:0 7px 7px 0;background:#f1f5f9;color:#64748b;font-size:9px;font-style:normal;font-weight:850;white-space:nowrap}.node-settings-grid label small{display:block;margin-top:4px;color:#94a3b8;font-size:8px;font-weight:700}.model-param-fields{display:grid;gap:10px}.model-setting-mode{margin:0;color:#475569;font-size:10px;font-weight:750}.model-param-fields fieldset{min-width:0;margin:0;padding:10px;border:1px solid #d6e0ec;border-radius:8px;background:#fff}.model-param-fields fieldset.invalid{border-color:#fca5a5;background:#fff7f7}.model-param-fields legend{padding:0 5px;color:#0f172a;font-size:10px;font-weight:900}.model-param-label{display:inline-flex;align-items:center;gap:3px}.model-param-label .term-help{margin:0}.model-param-range{display:block;margin:-2px 0 7px;color:#94a3b8;font-size:8px;font-weight:750}.model-candidate-list{display:flex;flex-wrap:wrap;gap:6px}.model-candidate-input{display:flex;align-items:stretch}.model-candidate-input input,.model-candidate-input select{width:112px;height:32px;padding:0 8px;border:1px solid #cbd5e1;border-radius:7px 0 0 7px;outline:0;background:#fff;color:#0f172a;font-size:10px;font-weight:800}.model-candidate-input button{width:28px;border:1px solid #cbd5e1;border-left:0;border-radius:0 7px 7px 0;background:#f8fafc;color:#64748b;font-size:15px}.model-candidate-input button:disabled{color:#cbd5e1;cursor:not-allowed}.model-candidate-input.single input,.model-candidate-input.single select{width:180px;border-radius:7px}.add-model-candidate{height:32px;padding:0 10px;border:1px dashed #7bcfdf;border-radius:7px;background:#eaf8fb;color:#1787a3;font-size:9px;font-weight:850}.model-param-fields fieldset>p{display:flex;align-items:center;gap:5px;margin:7px 0 0;color:#b91c1c;font-size:9px;font-weight:750}.node-settings-error{display:flex;align-items:flex-start;gap:6px;margin:10px 0 0;color:#b91c1c;font-size:10px;font-weight:750}.node-modal.settings-only .node-modal-scroll{padding-top:10px}.node-modal.settings-only .node-advanced-settings{margin-top:0;border-top:0}.node-modal.settings-only .node-advanced-settings>summary{display:none}.node-modal.settings-only .node-settings-editor{margin-top:0}.beginner-guide{display:block;margin:22px var(--ui-page-gutter) 24px;padding-left:14px;border-left:3px solid #1787a3}.beginner-guide>p{margin:0;color:#334155;font-size:12px;font-weight:650;line-height:1.6}.beginner-guide>p+p{margin-top:6px;color:#64748b;font-size:10px}.beginner-guide strong{margin-right:8px;color:#0f7188;font-size:9px}.beginner-guide aside{margin-top:12px;padding:0;border-radius:0;background:transparent}.inspector-shell{position:fixed;inset:64px auto 32px 0;z-index:110;width:auto;display:flex;align-items:stretch;justify-content:flex-start;padding:10px;pointer-events:none}.inspector-shell.expanded{right:0}.inspector-shell>*{pointer-events:auto}.inspector-shell .node-modal{width:430px;height:100%;max-height:none;border-radius:10px;box-shadow:8px 0 32px #0f172a29}.inspector-shell.expanded .node-modal{width:100%}.inspector-head-actions{flex:0 0 auto;display:flex;align-items:center;gap:6px}@media(max-width:560px){.inspector-shell{top:64px;right:0;bottom:32px;left:0;padding:0}.inspector-shell .node-modal{width:100%;border-radius:0}}.node-technical-details,.node-advanced-settings{margin:0 var(--ui-page-gutter);border:0;border-top:1px solid #e5eaf0;border-radius:0;background:transparent}.node-technical-details>summary,.node-advanced-settings>summary{padding:14px 0}.node-technical-details .modal-description{padding-left:0;padding-right:0}.node-settings-editor{margin:0 0 16px;padding:16px 0 0;border:0;border-top:1px solid #edf1f5;border-radius:0;background:transparent}.cleanup-step-guide{margin:28px var(--ui-page-gutter) 0;padding-bottom:28px;border-bottom:1px solid #e5eaf0}.cleanup-step-guide p{margin:0;color:#334155;font-size:13px;font-weight:650;line-height:1.65}.split-auto-rules{margin-top:18px}.split-auto-rules>summary{display:flex;align-items:center;gap:7px;padding:13px 0;list-style:none;color:#0f172a;font-size:12px;font-weight:850;cursor:pointer}.split-auto-rules>summary::-webkit-details-marker{display:none}.split-auto-rules>summary:before{content:"▶";color:#64748b;font-size:8px;transition:transform .12s ease}.split-auto-rules[open]>summary:before{transform:rotate(90deg)}.split-auto-rules ul{margin:0;padding:0;list-style:none}.split-auto-rules li{display:grid;grid-template-columns:minmax(190px,.45fr) minmax(0,1fr);gap:20px;padding:10px 0;border-top:1px solid #edf1f5}.split-auto-rules li:last-child{border-bottom:1px solid #edf1f5}.split-auto-rules li b{color:#0f172a;font-size:11px;font-weight:850}.split-auto-rules li b small{margin-left:5px;color:#64748b;font-size:10px;font-weight:750}.split-auto-rules li>span{color:#475569;font-size:11px;font-weight:650;line-height:1.55}.split-settings-section{margin:0 var(--ui-page-gutter) 18px;padding-top:22px}.split-settings-section>header{margin-bottom:16px}.split-settings-heading{display:flex;align-items:center;gap:7px;color:#0f172a}.split-settings-heading b{font-size:15px;font-weight:850}.split-settings-heading small{color:#64748b;font-size:10px;font-weight:750}.split-settings-section>header>p{margin:8px 0 0;color:#64748b;font-size:12px;font-weight:650;line-height:1.55}.split-settings-editor{padding-top:0;border-top:0}.split-setting-table-meta{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:9px}.split-setting-table-meta p{margin:0;color:#64748b;font-size:11px;font-weight:650}.split-setting-table-meta p b{color:#334155;font-weight:800}.split-setting-table-wrap{overflow-x:auto;border-top:1px solid #dbe3ec;border-bottom:1px solid #dbe3ec}.split-setting-table{width:100%;min-width:980px;border-collapse:collapse;table-layout:fixed}.split-setting-table th,.split-setting-table td{padding:12px 10px;color:#475569;font-size:11px;font-weight:650;text-align:right;vertical-align:middle}.split-setting-table thead th{color:#64748b;font-size:10px;font-weight:800;background:#f8fafc}.split-setting-table th:first-child{width:13%}.split-setting-table th:nth-child(2){width:31%}.split-setting-table th:nth-child(3){width:18.5%}.split-setting-table th:nth-child(n+4){width:12.5%}.split-setting-table th:nth-child(3),.split-setting-table td:nth-child(3){border-right:1px dashed #dbe3ec}.split-setting-table th:first-child,.split-setting-table th:nth-child(2),.split-setting-table .split-setting-purpose{text-align:left}.split-setting-table th:nth-child(3),.split-setting-table td:nth-child(3){text-align:left}.split-setting-table th:nth-child(n+4),.split-setting-table td:nth-child(n+4){text-align:center}.split-setting-table .split-setting-row{border-top:1px solid #e5eaf0}.split-setting-table .split-setting-row:last-child{border-bottom:1px solid #e5eaf0}.split-setting-table tbody th{color:#0f172a;font-weight:850}.split-setting-table tbody th small{display:block;margin-top:2px;color:#64748b;font-size:9px;font-weight:750}.split-setting-purpose{line-height:1.55}.split-setting-percent{display:flex;min-width:130px}.split-setting-percent input{min-width:0;width:100%;height:38px;padding:0 10px;border:1px solid #cbd5e1;border-radius:7px 0 0 7px;outline:0;background:#fff;color:#0f172a;font-size:var(--type-control, 11px);font-weight:800}.split-setting-percent input:focus{border-color:#48b8ce;box-shadow:0 0 0 3px #239fba1a}.split-setting-percent input[readonly]{background:#eef2f7;color:#64748b}.split-setting-percent em{height:38px;display:grid;place-items:center;padding:0 10px;border:1px solid #cbd5e1;border-left:0;border-radius:0 7px 7px 0;background:#f1f5f9;color:#64748b;font-size:9px;font-style:normal;font-weight:850}.split-setting-table .split-allocation-value{color:#1787a3;font-weight:850}.split-setting-table td:nth-child(4) .split-allocation-value{color:#0f172a}.split-setting-table tbody td>span{color:#475569}.split-allocation-section{margin-top:28px;padding-top:26px;border-top:0}.split-allocation-section>header{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:12px}.split-allocation-section h3{margin:0;color:#0f172a;font-size:15px;font-weight:850}.split-allocation-section>header p{margin:0;color:#64748b;font-size:11px;font-weight:650}.split-allocation-section>header p b{color:#334155;font-weight:800}.split-allocation-table-wrap{overflow-x:auto;border-top:1px solid #dbe3ec;border-bottom:1px solid #dbe3ec}.split-allocation-table{width:100%;border-collapse:collapse;table-layout:fixed}.split-allocation-table th,.split-allocation-table td{padding:11px 14px;border-bottom:1px solid #edf1f5;color:#475569;font-size:11px;font-weight:650;text-align:right}.split-allocation-table tr:last-child th,.split-allocation-table tr:last-child td{border-bottom:0}.split-allocation-table thead th{color:#64748b;font-size:10px;font-weight:800;background:#f8fafc}.split-allocation-table th:first-child{color:#0f172a;font-weight:800;text-align:left}.split-allocation-table td .split-allocation-value{color:#1787a3;font-weight:850}.split-allocation-table td>span{color:#475569}.split-result-knowledge{margin-top:24px}.split-result-knowledge h3{margin:0;color:#0f172a;font-size:15px;font-weight:850}.split-result-knowledge p{margin:8px 0 0;color:#475569;font-size:11px;font-weight:650;line-height:1.65}.cleanup-settings-section{margin:0 var(--ui-page-gutter) 24px}.cleanup-method-section{padding:28px 0;border-bottom:1px solid #e5eaf0}.cleanup-method-section>header>p{margin:10px 0 0;color:#475569;font-size:11px;font-weight:650;line-height:1.6}.cleanup-threshold-field{display:block;width:100%;margin-top:22px}.cleanup-threshold-field>span{display:block;margin-bottom:6px;color:#334155;font-size:10px;font-weight:850}.cleanup-threshold-field>div{display:flex}.cleanup-threshold-field input{min-width:0;width:100%;height:38px;padding:0 10px;border:1px solid #cbd5e1;border-radius:7px 0 0 7px;outline:0;color:#0f172a;font-size:11px;font-weight:800}.cleanup-threshold-field input:focus{border-color:#48b8ce;box-shadow:0 0 0 3px #239fba1a}.cleanup-threshold-field em{height:38px;display:grid;place-items:center;padding:0 11px;border:1px solid #cbd5e1;border-left:0;border-radius:0 7px 7px 0;background:#f1f5f9;color:#64748b;font-size:9px;font-style:normal;font-weight:850;white-space:nowrap}.cleanup-threshold-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:20px;margin-top:9px}.cleanup-threshold-examples{display:grid;gap:5px;margin:0;padding:0 0 0 6px;list-style:none}.cleanup-threshold-examples li{display:grid;grid-template-columns:42px minmax(0,1fr);gap:8px;color:#64748b;font-size:9px;font-weight:650}.cleanup-threshold-examples b{color:#334155;font-weight:850}.cleanup-estimate{margin:0;color:#64748b;font-size:10px;font-weight:650;text-align:right;white-space:nowrap}.cleanup-estimate b{color:#0f172a}.cleanup-estimate-value{color:var(--ui-primary, #1787a3);font-weight:900}.cleanup-estimate-unit{color:#0f172a}.cleanup-auto-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:21px}.cleanup-auto-row>strong{color:#0f7188;font-size:10px;font-weight:850}.cleanup-auto-row>span{color:#64748b;font-size:10px;font-weight:650}.cleanup-auto-row b{color:#0f172a}@media(max-width:760px){.cleanup-threshold-summary{grid-template-columns:minmax(0,1fr)}.split-auto-rules li{grid-template-columns:minmax(0,1fr);gap:8px}.split-setting-table-meta{align-items:flex-start;flex-direction:column;gap:4px}}.dataset-setup-backdrop{z-index:130;padding:16px;background:#0f172a75}.dataset-setup-modal{width:min(1500px,100%);height:min(940px,calc(100vh - 32px));min-height:620px;overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr) auto;border:1px solid #cbd5e1;border-radius:14px;background:#f8fafc;box-shadow:0 36px 100px #0f172a61}.dataset-setup-modal.section-target,.dataset-setup-modal.section-drop{width:min(1120px,100%);height:auto;max-height:calc(100vh - 32px)}.dataset-setup-modal.section-goal{width:min(760px,100%);height:auto;min-height:0}.dataset-setup-modal.preview-open{height:min(840px,calc(100vh - 32px))}.dataset-setup-body{min-height:0;overflow:hidden;display:grid;grid-template-rows:auto minmax(260px,1fr)}.dataset-setup-modal:not(.preview-open) .dataset-setup-body{grid-template-rows:auto auto;overflow:auto}.dataset-setup-cards{display:grid;grid-template-columns:minmax(250px,.9fr) minmax(300px,1.05fr) minmax(390px,1.35fr);gap:10px;padding:12px;border-bottom:1px solid #dce3ec;background:#f1f5f9}.dataset-setup-cards.single-section{grid-template-columns:minmax(0,1fr)}.dataset-setup-card{min-width:0;padding:14px;border:1px solid #d9e1eb;border-radius:11px;background:#fff;box-shadow:0 4px 12px #0f172a09}.next-step-hint{margin-left:auto;color:#64748b;font-size:9px;font-weight:750}.target-setup-card>label{display:block;margin-top:8px}.target-setup-card>label>span,.cost-input-panel label span{display:block;margin-bottom:5px;color:#64748b;font-size:9px;font-weight:850}.target-setup-card select,.cost-input-panel input{width:100%;height:34px;padding:0 9px;border:1px solid #d9e1eb;border-radius:7px;outline:0;background:#fff;color:#0f172a;font-size:11px;font-weight:750}.target-setup-card select:focus,.cost-input-panel input:focus,.column-search:focus-within{border-color:#48b8ce;box-shadow:0 0 0 3px #239fba1a}.column-search{height:32px;display:flex;align-items:center;gap:7px;padding:0 9px;border:1px solid #d9e1eb;border-radius:7px;color:#94a3b8}.column-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#0f172a;font-size:10px;font-weight:700}.drop-column-checklist{max-height:87px;margin-top:8px;overflow-y:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding-right:3px}.drop-column-checklist label{min-width:0;height:27px;display:flex;align-items:center;gap:6px;padding:0 7px;border-radius:6px;background:#f8fafc;color:#334155;cursor:pointer}.drop-column-checklist input,.guided-choice-list input{accent-color:#1787a3}.drop-column-checklist span{min-width:0;flex:1;overflow:hidden;font-size:9px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.drop-column-checklist small{color:#94a3b8;font-size:8px;font-weight:750}.drop-column-checklist .column-type-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 6px;border-radius:999px;background:#fef3c7;color:#b45309;font-size:8px;font-weight:900;line-height:1.3;white-space:nowrap}.guided-choice-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.guided-choice-item{min-width:0;border:1px solid #dce3ec;border-radius:8px;background:#f8fafc}.guided-choice-item>label{display:flex;align-items:flex-start;gap:6px;padding:8px;cursor:pointer}.guided-choice-item.selected{border-color:#48b8ce;background:#eaf8fb;box-shadow:inset 0 0 0 1px #1787a329}.guided-choice-item>label>span{min-width:0}.guided-choice-list b,.guided-choice-list small{display:block}.guided-choice-list b{color:#0f172a;font-size:9px;line-height:1.3}.guided-choice-list b em{color:#475569;font-style:normal;font-weight:850}.guided-choice-list small{margin-top:3px;color:#64748b;font-size:8px;font-weight:650;line-height:1.35}.cost-input-panel{margin-top:18px;padding:20px 0 0;border:0;border-top:1px solid #dce3eb;border-radius:0;background:transparent}.cost-input-heading{display:flex;align-items:baseline;gap:5px}.cost-input-heading strong{color:#0f172a;font-size:15px;font-weight:850}.cost-input-heading small{color:#64748b;font-size:10px;font-weight:750}.cost-input-panel>.cost-formula{margin:10px 0 16px;padding:7px 0 7px 12px;border-left:3px solid #1787a3;color:#475569;font-size:11px;font-weight:700;line-height:1.55}.cost-input-panel>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.cost-input-panel label span{margin-bottom:7px;color:#334155}.cost-input-panel label span b{display:block;color:#334155;font-size:12px;font-weight:800}.cost-input-panel label span small{display:block;margin-top:2px;color:#718096;font-size:10px;font-weight:650}.cost-input-panel input{border-color:#cbd5e1;background:#fff}.cost-input-panel>small{display:block;margin-top:10px;color:#64748b;font-size:10px;font-weight:650;line-height:1.55}.dataset-preview-section{min-height:0;overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr);background:#fff}.dataset-preview-section>header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:9px 14px;border-bottom:1px solid #e2e8f0;background:#fff}.dataset-preview-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:11px 14px;border-bottom:1px solid #e2e8f0;background:#fff;color:inherit;text-align:left}.dataset-preview-toggle>div,.dataset-preview-toggle>p{display:flex;align-items:center}.dataset-preview-toggle>div{gap:8px;color:#1787a3}.dataset-preview-toggle span,.dataset-preview-toggle strong,.dataset-preview-toggle small{display:block}.dataset-preview-toggle strong{color:#0f172a;font-size:12px}.dataset-preview-toggle small{margin-top:2px;color:#94a3b8;font-size:9px;font-weight:700}.dataset-preview-toggle>p{margin:0;gap:5px;color:#64748b;font-size:10px;font-weight:800}.dataset-preview-toggle svg:last-child{transition:transform .15s ease}.dataset-preview-section.open .dataset-preview-toggle svg:last-child{transform:rotate(180deg)}.dataset-preview-section.collapsed{min-height:50px}.dataset-preview-section>header>div,.dataset-preview-section>header>p{display:flex;align-items:center}.dataset-preview-section>header>div{gap:8px;color:#1787a3}.dataset-preview-section>header span,.dataset-preview-section>header strong,.dataset-preview-section>header small{display:block}.dataset-preview-section>header strong{color:#0f172a;font-size:12px}.dataset-preview-section>header small{margin-top:2px;color:#94a3b8;font-size:9px;font-weight:700}.dataset-preview-section>header>p{margin:0;gap:4px;color:#64748b;font-size:9px;font-weight:750}.dataset-preview-table-wrap{min-height:0;overflow:auto;background:#fff}.dataset-preview-table-wrap table{width:max-content;min-width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed;color:#334155;font-size:9px}.dataset-preview-table-wrap th,.dataset-preview-table-wrap td{width:148px;max-width:148px;height:28px;overflow:hidden;padding:5px 8px;border-right:1px solid #e8edf3;border-bottom:1px solid #e8edf3;background:#fff;text-align:left;text-overflow:ellipsis;white-space:nowrap}.dataset-preview-table-wrap thead th{position:sticky;top:0;z-index:3;height:54px;padding:8px;background:#f8fafc;vertical-align:top}.dataset-preview-table-wrap .preview-row-index{position:sticky;left:0;z-index:2;width:48px;min-width:48px;max-width:48px;background:#f1f5f9;color:#64748b;text-align:center;font-variant-numeric:tabular-nums}.dataset-preview-table-wrap thead .preview-row-index{z-index:5}.preview-column-title-row{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:5px}.preview-column-title-row>strong,.preview-column-meta{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-column-title-row>strong{min-width:0;flex:1;color:#0f172a;font-size:10px}.preview-column-meta{margin-top:3px;color:#94a3b8;font-size:8px;font-weight:700}.preview-column-actions{flex:0 0 auto;display:flex;gap:3px}.preview-column-action{width:20px;height:20px;display:grid;place-items:center;padding:0;border:1px solid #dbe3ee;border-radius:5px;background:#fff;color:#64748b;transition:border-color .12s ease,background .12s ease,color .12s ease,box-shadow .12s ease}.preview-column-action:hover:not(:disabled){border-color:#94a3b8;color:#334155}.preview-column-action.target-action.active{border-color:#48b8ce;background:#d7f1f6;color:#0f7188;box-shadow:0 0 0 2px #239fba1a}.preview-column-action.drop-action.active{border-color:#fca5a5;background:#fee2e2;color:#dc2626;box-shadow:0 0 0 2px #ef444414}.preview-column-action:disabled{opacity:.3}.dataset-preview-table-wrap th.preview-target-column,.dataset-preview-table-wrap td.preview-target-column{background:#eaf8fb;box-shadow:inset 2px 0 #48b8ce,inset -2px 0 #48b8ce}.dataset-preview-table-wrap th.preview-dropped-column,.dataset-preview-table-wrap td.preview-dropped-column{background:#f1f5f9;color:#94a3b8;text-decoration:line-through}.dataset-preview-table-wrap th.preview-dropped-column{box-shadow:inset 0 3px #94a3b8}.preview-ellipsis-row td,.preview-ellipsis-row th{height:34px;background:#f8fafc;color:#94a3b8;font-weight:950;text-align:center}.dataset-setup-footer{min-height:58px;display:flex;align-items:center;gap:9px;padding:10px 14px;border-top:1px solid #dce3ec;background:#fff}.dataset-setup-footer .dataset-setup-submit{margin-left:auto}.dataset-setup-inline-error{margin:0;display:flex;align-items:center;gap:6px;padding:9px var(--ui-page-gutter);border-top:1px solid #fee2e2;background:#fff7f7;color:#b91c1c;font-size:10px;font-weight:750}.dataset-setup-modal{background:#fff}.dataset-setup-cards{gap:0;padding:24px var(--ui-page-gutter) 26px;background:#fff}.dataset-setup-card{padding:0;border:0;border-radius:0;box-shadow:none}.target-setup-card>label{margin-top:14px}.target-setup-card select,.cost-input-panel input{height:42px;padding:0 12px;border-radius:6px;font-size:12px}.target-setup-card select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:40px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23334155' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:12px 12px}.target-setup-intro{margin:0 0 28px;color:#334155;font-size:13px;font-weight:650;line-height:1.65}.target-setup-field{display:block}.target-field-heading{display:flex!important;align-items:center;gap:4px;margin:0 0 5px!important;color:#0f172a!important}.target-field-heading b{font-size:15px;font-weight:850}.target-field-heading small{color:#64748b;font-size:10px;font-weight:750}.target-setup-field>em{display:block;margin-bottom:9px;color:#64748b;font-size:11px;font-style:normal;font-weight:600}.term-help{position:relative;box-sizing:border-box;flex:0 0 12px;width:12px;min-width:12px;max-width:12px;height:12px;min-height:12px;max-height:12px;display:inline-grid;place-items:center;padding:0;border:1px solid #cbd5e1;border-radius:50%;color:#64748b;font-family:Arial,sans-serif;font-size:8px;font-style:normal;font-weight:700;letter-spacing:0;line-height:1;vertical-align:middle;cursor:help}.term-help>span{display:block;line-height:1;transform:translateY(.5px)}.term-help-tooltip{position:fixed;z-index:10000;box-sizing:border-box;width:min(420px,calc(100vw - 24px));max-width:calc(100vw - 24px);display:block;padding:8px 10px;border:1px solid #d9e1eb;border-radius:6px;background:#fff;color:#334155;box-shadow:0 8px 24px #0f172a1f;font-size:10px;font-style:normal;font-weight:650;line-height:1.5;overflow-wrap:anywhere;pointer-events:none;white-space:normal;word-break:keep-all}.term-help-tooltip.above{transform:translate(-50%,-100%)}.term-help-tooltip.below{transform:translate(-50%)}.model-param-help-content{display:grid;gap:7px}.model-param-help-content>span{display:block}.model-param-help-content b{display:block;margin-bottom:1px;color:#0f7188;font-weight:850}.target-values-loading{margin:18px 0 0;color:#64748b;font-size:11px;font-weight:650}.target-column-confirmation{margin:12px 0 0;padding-left:10px;color:#0f7188;font-size:11px;font-weight:650}.target-column-confirmation b{font-weight:850}.target-value-distribution{margin-top:18px}.target-value-distribution>summary{display:flex;align-items:center;gap:7px;width:fit-content;list-style:none;color:#334155;font-size:11px;font-weight:800;cursor:pointer}.target-value-distribution>summary::-webkit-details-marker{display:none}.target-value-distribution>summary:before{content:"";width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:6px solid #64748b;transition:transform .12s ease}.target-value-distribution[open]>summary:before{transform:rotate(90deg)}.target-value-distribution>div{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:10px;padding-left:13px}.target-value-distribution>div>span{display:flex;align-items:baseline;gap:6px}.target-value-distribution b{color:#0f172a;font-size:12px}.target-value-distribution small{color:#64748b;font-size:10px;font-weight:650}.positive-class-field{margin-top:24px!important;padding-top:24px;border-top:1px solid #e5eaf0}.positive-class-confirmation{margin:10px 0 0;color:#0f7188;font-size:11px;font-weight:650}.positive-class-confirmation b{font-weight:850}.setup-decision-guide{margin:0 0 24px;padding:0 0 22px;border-bottom:1px solid #e5eaf0}.setup-decision-guide>summary{display:flex;align-items:center;gap:7px;list-style:none;color:#334155;font-size:12px;font-weight:850;cursor:pointer}.setup-decision-guide>summary::-webkit-details-marker{display:none}.setup-decision-guide>summary:before{content:"▶";color:#64748b;font-size:8px;transition:transform .12s ease}.setup-decision-guide[open]>summary:before{transform:rotate(90deg)}.setup-decision-guide ul{margin:10px 0 0;padding-left:18px;color:#475569;font-size:11px;font-weight:650;line-height:1.75}.setup-decision-guide li+li{margin-top:4px}.setup-decision-guide li b{color:#0f172a;font-weight:800}.drop-field-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px}.drop-field-heading .target-field-heading{margin:0!important}.drop-field-heading>em{color:#0f7188;font-size:10px;font-style:normal;font-weight:800;white-space:nowrap}.goal-field-heading{margin-bottom:10px!important}.column-search{height:40px;border-radius:6px}.drop-column-checklist{margin-top:10px;gap:0 24px}.drop-column-checklist label{height:38px;padding:0 2px;border-bottom:1px solid #edf1f5;border-radius:0;background:transparent}.drop-column-checklist span{font-size:11px}.guided-choice-list{grid-template-columns:1fr;gap:0}.feature-selection-count-basis{margin:0 0 18px;color:#475569;font-size:11px;font-weight:650;line-height:1.7}.feature-selection-count-basis>details{margin-top:12px}.feature-selection-count-basis details>summary{display:flex;width:max-content;align-items:center;gap:5px;padding:3px 0 9px;color:#475569;font-size:10px;font-weight:800;cursor:pointer;list-style:none}.feature-selection-count-basis details>summary::-webkit-details-marker{display:none}.feature-selection-count-basis details>summary:before{content:"›";font-size:14px;line-height:1;transition:transform .14s ease}.feature-selection-count-basis details[open]>summary:before{transform:rotate(90deg)}.feature-selection-count-basis details>p{margin:0;padding-left:18px}.feature-selection-count-basis details>p+p{margin-top:7px}.feature-selection-k-control{width:100%;max-width:none;margin:0;padding:0;box-sizing:border-box;border:0;border-radius:0;background:transparent}.feature-selection-k-heading-row{width:100%;display:flex;align-items:baseline;justify-content:space-between;gap:16px}.feature-selection-k-heading-row>small{color:#64748b;font-size:10px;font-weight:700;text-align:right;white-space:nowrap}.feature-selection-k-setting{margin-top:0}.feature-selection-k-setting input[aria-invalid=true]{border-color:#dc2626;box-shadow:0 0 0 2px #dc26261a}.feature-selection-k-error{margin:8px 0 0!important;color:#b91c1c;font-size:10px;font-weight:800}.feature-selection-choice-description{margin:7px 0 11px;color:#475569;font-size:11px;font-weight:600;letter-spacing:.015em;line-height:1.7}.feature-selection-choice-description p{margin:0}.feature-selection-choice-description p+p{margin-top:4px}.feature-selector-tool-intro>span{display:inline-flex;align-items:center;gap:2px;color:#334155;font-weight:800}.feature-selector-tool-intro .term-help{margin-right:0}.guided-choice-item{border:0;border-bottom:1px solid #e5eaf0;border-radius:0;background:transparent}.guided-choice-item>label{padding:14px 2px}.guided-choice-item.selected{border-color:#b9e4ed;background:transparent;box-shadow:none}.guided-choice-item.selected b{color:#0f7188}.guided-choice-list b{font-size:15px}.guided-choice-list b em,.guided-choice-list small{font-size:10px}.guided-choice-details{margin:-4px 2px 14px 26px}.guided-choice-details>summary{display:flex;width:max-content;align-items:center;gap:5px;padding:2px 0;color:#475569;font-size:10px;font-weight:800;cursor:pointer;list-style:none}.guided-choice-details>summary::-webkit-details-marker{display:none}.guided-choice-details>summary:before{content:"›";font-size:14px;line-height:1;transition:transform .14s ease}.guided-choice-details[open]>summary:before{transform:rotate(90deg)}.guided-choice-detail-body{margin-top:9px;padding:13px 15px;border-left:2px solid #b9e4ed;background:#f8fafc}.guided-choice-detail-body.has-example{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:0 22px}.guided-choice-detail-body.has-intro{margin-top:0}.guided-choice-detail-intro{margin:9px 0 12px!important;padding:0;color:#334155!important;font-size:10px!important;font-weight:700!important;line-height:1.7!important}.guided-choice-calculation{min-width:0}.guided-choice-detail-body.has-example .guided-choice-calculation{padding-right:22px;border-right:1px solid #dce3eb}.guided-choice-detail-body>strong,.guided-choice-calculation>strong{display:block;color:#0f172a;font-size:11px}.statistical-formula{display:flex;min-height:112px;align-items:center;justify-content:center;overflow-x:auto;margin:8px 0 7px;padding:18px 24px;border:1px solid #dce3eb;border-radius:6px;background:#fff;color:#0f172a}.statistical-formula math{min-width:max-content;font-family:"STIX Two Math","Cambria Math",Times New Roman,serif;font-size:23px}.guided-choice-detail-body>small,.guided-choice-calculation>small{display:block;margin:0 0 10px;color:#64748b;font-size:9px;line-height:1.6}.guided-choice-detail-body>p,.guided-choice-calculation>p{margin:0;color:#475569;font-size:10px;font-weight:650;line-height:1.7}.guided-choice-detail-body>p+p,.guided-choice-calculation>p+p{margin-top:7px}.guided-formula-definition{margin-top:14px}.guided-formula-definition h4,.guided-choice-example h4,.guided-choice-pros-cons h4{margin:0 0 5px;color:#0f172a;font-size:11px;font-weight:850}.guided-formula-definition h4{display:flex;align-items:baseline;gap:5px}.guided-formula-definition h4 small{display:inline;margin:0;color:#64748b;font-size:9px;font-weight:700;line-height:inherit}.guided-formula-definition p,.guided-formula-interpretation,.guided-choice-example p,.guided-choice-pros-cons p{margin:0;color:#475569;font-size:10px;font-weight:650;line-height:1.7}.guided-formula-interpretation{margin-top:14px}.guided-choice-example{min-width:0}.guided-choice-example>p{margin-bottom:10px}.guided-choice-example-table-wrap{overflow-x:auto;margin-bottom:11px}.guided-choice-example table{width:100%;border-collapse:collapse;background:#fff;font-size:9px}.guided-choice-example th,.guided-choice-example td{padding:8px 7px;border:1px solid #dce3eb;color:#475569;text-align:left;white-space:nowrap}.guided-choice-example thead th{background:#f1f5f9;color:#334155;font-weight:850}.guided-choice-example>p+p{margin-top:6px}.guided-choice-support-models{margin-top:12px;color:#475569}.guided-choice-support-models>summary{display:flex;width:max-content;align-items:center;gap:5px;color:#334155;font-size:10px;font-weight:800;cursor:pointer;list-style:none}.guided-choice-support-models>summary::-webkit-details-marker{display:none}.guided-choice-support-models>summary:before{content:"›";font-size:14px;line-height:1;transition:transform .14s ease}.guided-choice-support-models[open]>summary:before{transform:rotate(90deg)}.guided-choice-support-model-list{display:flex;flex-wrap:wrap;gap:6px 8px;margin-top:9px}.guided-choice-support-model-list span{display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border:1px solid #dce3eb;border-radius:5px;background:#fff;color:#475569;font-size:9px;font-weight:750;line-height:1.25;white-space:nowrap}.guided-choice-secondary-example{margin-top:14px}.guided-choice-secondary-example h5{margin:0 0 7px;color:#0f172a;font-size:10px;font-weight:850}.guided-choice-secondary-example .guided-choice-example-table-wrap{margin-bottom:0}.guided-choice-pros-cons{display:grid;grid-template-columns:1fr;gap:14px;margin-top:18px;padding-top:15px;border-top:1px solid #dce3eb}.dataset-preview-toggle,.dataset-setup-footer{padding-left:30px;padding-right:30px}@media(max-width:720px){.dataset-setup-cards,.dataset-setup-footer,.dataset-preview-toggle{padding-left:18px;padding-right:18px}.drop-column-checklist{grid-template-columns:1fr}.cost-input-panel>div{grid-template-columns:1fr}.next-step-hint{display:none}.guided-choice-detail-body.has-example{grid-template-columns:1fr;gap:18px}.guided-choice-detail-body.has-example .guided-choice-calculation{padding-right:0;border-right:0}.guided-choice-pros-cons{grid-template-columns:1fr}}.dataset-setup-backdrop{z-index:130;padding:10px;background:transparent}.dataset-setup-backdrop .dataset-setup-modal,.dataset-setup-backdrop .dataset-setup-modal.section-target,.dataset-setup-backdrop .dataset-setup-modal.section-drop,.dataset-setup-backdrop .dataset-setup-modal.section-goal,.dataset-setup-backdrop .dataset-setup-modal.preview-open{width:430px;height:100%;min-height:0;max-height:none;border-radius:10px;box-shadow:8px 0 32px #0f172a29}.dataset-setup-backdrop.expanded .dataset-setup-modal,.dataset-setup-backdrop.expanded .dataset-setup-modal.section-target,.dataset-setup-backdrop.expanded .dataset-setup-modal.section-drop,.dataset-setup-backdrop.expanded .dataset-setup-modal.section-goal,.dataset-setup-backdrop.expanded .dataset-setup-modal.preview-open{width:100%}.dataset-setup-cards{padding:20px}.dataset-setup-footer,.dataset-preview-toggle{padding-left:20px;padding-right:20px}.dataset-setup-backdrop:not(.expanded) .drop-column-checklist{grid-template-columns:1fr}.dataset-setup-backdrop:not(.expanded) .next-step-hint{display:none}.dataset-setup-backdrop:not(.expanded) .dataset-setup-footer{flex-wrap:wrap}.dataset-setup-modal.section-drop:not(.preview-open) .dataset-setup-body{grid-template-rows:minmax(0,1fr) auto;overflow:hidden}.dataset-setup-modal.section-drop:not(.preview-open) .dataset-setup-cards,.dataset-setup-modal.section-drop:not(.preview-open) .drop-setup-card{height:100%;min-height:0}.dataset-setup-modal.section-drop:not(.preview-open) .drop-setup-card{display:flex;flex-direction:column}.dataset-setup-modal.section-drop:not(.preview-open) .drop-column-checklist{height:100%;min-height:0;max-height:100%}@media(max-width:560px){.dataset-setup-backdrop{top:64px;right:0;bottom:32px;left:0;padding:0}.dataset-setup-backdrop .dataset-setup-modal,.dataset-setup-backdrop .dataset-setup-modal.section-target,.dataset-setup-backdrop .dataset-setup-modal.section-drop,.dataset-setup-backdrop .dataset-setup-modal.section-goal,.dataset-setup-backdrop .dataset-setup-modal.preview-open{width:100%;border-radius:0}}.guided-pipeline{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:304px minmax(0,1fr);grid-template-rows:minmax(0,1fr);background:#f4f6f8;transition:grid-template-columns .18s ease}.guided-pipeline.sidebar-collapsed{grid-template-columns:64px minmax(0,1fr)}.guided-sidebar{grid-column:1;grid-row:1 / -1;min-height:0;overflow-y:auto;border-right:1px solid #dce2e9;background:#fff}.guided-sidebar>header{min-height:58px;display:flex;align-items:center;gap:10px;padding:12px 14px 12px 22px;border-bottom:1px solid #edf1f5}.guided-sidebar>header>div{min-width:0;flex:1}.guided-sidebar>header h2{margin:0;color:#111827;font-size:15px;font-weight:900;letter-spacing:-.25px}.guided-sidebar-toggle{flex:0 0 30px;width:30px;height:30px;display:grid;place-items:center;border:1px solid #dce2e9;border-radius:7px;background:#fff;color:#64748b}.guided-sidebar-toggle:hover{border-color:#94a3b8;color:#111827}.guided-sidebar>nav{padding:12px 10px 28px}.guided-sidebar>nav>section{margin-bottom:5px;border-radius:8px}.guided-sidebar>nav>section.active{background:#eef9fb}.guided-phase-button{width:100%;min-height:42px;display:grid;grid-template-columns:24px minmax(0,1fr) 14px;align-items:center;gap:8px;padding:7px 9px;border:0;border-radius:7px;background:transparent;color:#334155;text-align:left}.guided-phase-button:hover:not(:disabled){background:#f1f5f9}.guided-phase-button>b{width:23px;height:23px;display:grid;place-items:center;border-radius:999px;background:#eef2f6;color:#64748b;font-size:10px}.guided-phase-button>span{font-size:12px;font-weight:900}.guided-sidebar section.active>.guided-phase-button{color:#0f172a}.guided-sidebar section.active>.guided-phase-button>b{background:#0f7188;color:#fff}.guided-sidebar section.complete>.guided-phase-button>b{background:#dff5f8;color:#0f7188}.guided-sidebar section.locked>.guided-phase-button{opacity:.52}.guided-phase-steps{position:relative;margin:0 0 7px 20px;padding:1px 0 7px 21px}.guided-phase-steps:before{content:"";position:absolute;left:0;top:2px;bottom:10px;border-left:1px solid #dce2e9}.guided-phase-steps button{width:100%;min-height:32px;display:grid;grid-template-columns:27px minmax(0,1fr) 13px;align-items:center;gap:5px;padding:5px 7px;border:0;border-radius:6px;background:transparent;color:#64748b;text-align:left}.guided-phase-steps button:hover:not(.locked){background:#eaf0f6;color:#334155}.guided-phase-steps button.current{background:#dff3f7;color:#0f5f73}.guided-phase-steps button.locked{opacity:.45;cursor:not-allowed}.guided-phase-steps button small{color:#94a3b8;font-size:8px;font-weight:900}.guided-phase-steps button>span{min-width:0;display:flex;align-items:center;gap:4px;overflow:visible;font-size:10px;font-weight:750;line-height:1.35;text-overflow:clip;white-space:normal;word-break:keep-all}.guided-phase-steps button>span>svg{flex:0 0 auto;color:#1787a3}.guided-phase-steps button.locked>span>svg{color:#94a3b8}.guided-step-status{width:15px;height:15px;display:grid;place-items:center;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:999px;background:#f1f5f9;color:#94a3b8;font-style:normal}.guided-phase-steps button.complete .guided-step-status{border-color:#4bb9cc;background:#4bb9cc;color:#fff}.guided-phase-steps button.running .guided-step-status{border-color:#1787a3;background:#fff;color:#1787a3}.guided-phase-steps button.running:not(.current){color:#0f7188}.guided-phase-steps button.locked .guided-step-status{border-color:#d7dde5;background:#eef1f5;color:#a8b1bd}.guided-pipeline.sidebar-collapsed .guided-sidebar{overflow-x:hidden}.guided-pipeline.sidebar-collapsed .guided-sidebar>header{min-height:58px;justify-content:center;padding:12px 0}.guided-pipeline.sidebar-collapsed .guided-sidebar>header>div{display:none}.guided-pipeline.sidebar-collapsed .guided-sidebar>nav{padding:10px 8px 24px}.guided-pipeline.sidebar-collapsed .guided-sidebar>nav>section{margin-bottom:8px;background:transparent}.guided-pipeline.sidebar-collapsed .guided-phase-button{min-height:42px;display:grid;grid-template-columns:1fr;place-items:center;padding:5px}.guided-pipeline.sidebar-collapsed .guided-phase-button>span,.guided-pipeline.sidebar-collapsed .guided-phase-button>svg,.guided-pipeline.sidebar-collapsed .guided-phase-steps{display:none}.guided-pipeline.sidebar-collapsed .guided-phase-button>b{width:30px;height:30px}.guided-pipeline.sidebar-collapsed .guided-sidebar section.active>.guided-phase-button{background:#eef2f6}.guided-model-rail{grid-column:2;grid-row:1;z-index:3;min-width:0;display:flex;align-items:center;gap:16px;padding:10px 22px;border-bottom:1px solid #dce2e9;background:#fff}.guided-model-rail>strong{flex:0 0 auto;color:#334155;font-size:10px;white-space:nowrap}.guided-model-rail>div{min-width:0;display:flex;gap:7px;overflow-x:auto;scrollbar-width:thin}.guided-model-rail button{min-width:165px;display:grid;grid-template-columns:23px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;gap:1px 8px;padding:8px 10px;border:1px solid #dce2e9;border-radius:8px;background:#fff;color:#64748b;text-align:left}.guided-model-rail button>span{grid-row:1 / 3;width:23px;height:23px;display:grid;place-items:center;border-radius:50%;background:#eef2f6;color:#64748b;font-size:9px;font-weight:900}.guided-model-rail button b,.guided-model-rail button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guided-model-rail button b{color:inherit;font-size:10px}.guided-model-rail button small{color:#94a3b8;font-size:8px;font-weight:700}.guided-model-rail button:hover{border-color:#94a3b8}.guided-model-rail button.active{border-color:#1787a3;background:#eaf8fb;color:#0f7188}.guided-model-rail button.active>span{background:#1787a3;color:#fff}.guided-model-rail button.no-detail{grid-template-rows:auto;align-content:center}.guided-model-rail button.no-detail>span{grid-row:1}.guided-model-rail button.no-detail>b{height:23px;display:flex;align-items:center;align-self:center;line-height:1}.inline-model-rail{grid-column:auto;grid-row:auto;flex:0 0 auto;padding:10px 28px;border-top:0;border-bottom:0}.guided-workspace{grid-column:2;grid-row:1;position:relative;min-height:0;display:flex;justify-content:center;padding:22px clamp(18px,4vw,64px);overflow:auto}.guided-pipeline.has-model-context{grid-template-rows:72px minmax(0,1fr)}.guided-pipeline.has-model-context .guided-workspace{grid-row:2}.hyperparameter-settings-page{width:100%;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid #dbe2ea;border-radius:10px;background:#fff;box-shadow:0 10px 28px #0f172a14}.hyperparameter-settings-page>.node-inspector-shell{width:100%;max-width:none;flex:1;min-height:0}.hyperparameter-settings-page .node-modal{border:0;border-radius:0;box-shadow:none}.inspector-shell.embedded{position:static;inset:auto;z-index:auto;width:min(1120px,100%);height:100%;min-height:0;align-self:stretch;padding:0;pointer-events:auto}.inspector-shell.embedded>*{pointer-events:auto}.inspector-shell.embedded .node-modal,.dataset-setup-backdrop.embedded .dataset-setup-modal,.dataset-setup-backdrop.embedded .dataset-setup-modal.section-target,.dataset-setup-backdrop.embedded .dataset-setup-modal.section-drop,.dataset-setup-backdrop.embedded .dataset-setup-modal.section-goal,.dataset-setup-backdrop.embedded .dataset-setup-modal.preview-open{width:100%;min-height:0;height:100%;max-height:100%;border-radius:10px;box-shadow:0 10px 28px #0f172a14}.dataset-setup-backdrop.embedded .dataset-setup-body{min-height:0;overflow:hidden}.dataset-setup-backdrop.embedded .dataset-setup-modal:not(.preview-open) .dataset-setup-body{grid-template-rows:minmax(0,1fr) auto;overflow:hidden}.dataset-setup-backdrop.embedded .dataset-setup-modal.preview-open .dataset-setup-body{grid-template-rows:minmax(170px,46%) minmax(0,1fr)}.dataset-setup-backdrop.embedded .dataset-setup-cards{min-height:0;overflow:auto}.dataset-setup-backdrop.embedded .dataset-preview-section,.dataset-setup-backdrop.embedded .dataset-preview-table-wrap{min-height:0}.dataset-setup-backdrop.embedded .dataset-setup-cards{padding:24px 28px}.dataset-setup-backdrop.embedded .drop-column-checklist{grid-template-columns:repeat(2,minmax(0,1fr))}.dataset-setup-backdrop.embedded .dataset-setup-footer{flex-wrap:nowrap}.node-modal footer{justify-content:space-between;gap:16px}.guided-step-actions{width:100%;display:flex;justify-content:space-between;gap:8px}.guided-dataset-review{width:100%;min-width:0;height:100%;min-height:560px;display:flex;flex-direction:column;overflow:hidden;border:1px solid #dce2e9;border-radius:10px;background:#fff;box-shadow:0 10px 28px #0f172a14}.dataset-reading-criteria{display:flex;align-items:center;flex-wrap:wrap;gap:7px 16px;margin-top:0}.dataset-reading-criterion{position:relative;display:inline-flex;align-items:center;gap:5px;color:#475569;font-size:9px;font-weight:800}.dataset-reading-criterion>button{width:14px;height:14px;min-height:14px;display:grid;place-items:center;padding:0;border:1px solid #cbd5e1;border-radius:999px;background:#f8fafc;color:#64748b;font-size:8px;font-weight:950;line-height:1;cursor:help}.dataset-reading-criterion>button:hover,.dataset-reading-criterion>button:focus-visible{border-color:#94a3b8;background:#f1f5f9;color:#475569;outline:none}.dataset-reading-tooltip{position:absolute;left:0;top:auto;bottom:calc(100% + 8px);z-index:20;width:max-content;max-width:min(480px,calc(100vw - 360px));padding:10px 12px;border:1px solid #cbd5e1;border-radius:7px;background:#fff;box-shadow:0 10px 24px #0f172a24;color:#334155;font-size:9px;font-weight:650;line-height:1.55;opacity:0;pointer-events:none;transform:translateY(-3px);visibility:hidden;transition:opacity .12s ease,transform .12s ease,visibility .12s ease}.dataset-reading-criterion:hover .dataset-reading-tooltip,.dataset-reading-criterion:focus-within .dataset-reading-tooltip{opacity:1;transform:translateY(0);visibility:visible}.guided-dataset-review button.secondary,.guided-dataset-review button.primary{flex:0 0 auto;min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 16px;border-radius:7px;font-size:10px;font-weight:900}.guided-dataset-review button.secondary{border:1px solid #cfd8e3;background:#fff;color:#334155}.guided-dataset-review button.primary{min-width:128px;background:#1787a3;color:#fff}.dataset-review-preview{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}.dataset-review-preview>header{flex:0 0 auto;min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:9px 16px;border-bottom:1px solid #e5eaf0}.dataset-review-preview>header>div{display:flex;align-items:center;gap:8px;color:#1787a3}.dataset-review-preview>header strong{color:#1e293b;font-size:11px}.dataset-review-preview>header small{color:#64748b;font-size:9px;font-weight:700}.dataset-review-preview>.dataset-preview-table-wrap{flex:1 1 auto;min-height:0}.guided-dataset-review>footer{flex:0 0 auto;min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 18px;border-top:1px solid #e5eaf0;background:#f8fafc}.dataset-footer-info{min-width:0;display:grid;gap:5px}.dataset-preview-range{margin:0;color:#64748b;font-size:9px;font-weight:700;line-height:1.5}@media(max-width:900px){.guided-dataset-review>.guided-page-header{align-items:flex-start}.dataset-reading-tooltip{max-width:min(360px,calc(100vw - 100px))}}.guided-ready-card{width:min(860px,100%);align-self:center;padding:48px 54px 32px;border:1px solid #dce2e9;border-radius:12px;background:#fff;box-shadow:0 12px 32px #0f172a12}.guided-ready-card>p{margin:0;color:#64748b;font-size:13px;line-height:1.6}.guided-ready-card>dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 30px;margin:30px 0 22px;border-top:1px solid #e2e8f0}.guided-ready-card>dl div{display:flex;justify-content:space-between;gap:18px;padding:14px 0;border-bottom:1px solid #e2e8f0}.guided-ready-card dt{color:#64748b;font-size:11px;font-weight:750}.guided-ready-card dd{margin:0;color:#0f172a;font-size:11px;font-weight:900;text-align:right}.guided-ready-card>details{border-top:0}.guided-ready-card>details summary{padding:13px 0;color:#334155;font-size:11px;font-weight:850;cursor:pointer}.guided-ready-card>details ol{margin:0;padding:8px 0 4px;list-style:none}.guided-ready-card>details li{display:grid;grid-template-columns:120px minmax(0,1fr);gap:18px;padding:9px 0}.guided-ready-card>details li strong{color:#334155;font-size:11px}.guided-ready-card>details li span{color:#64748b;font-size:11px}.guided-ready-card>footer{display:flex;justify-content:space-between;gap:12px;margin-top:28px;padding-top:20px;border-top:1px solid #e2e8f0}.guided-method-card{align-self:center}@media(max-width:760px){.guided-pipeline{grid-template-columns:190px minmax(0,1fr);grid-template-rows:minmax(0,1fr)}.guided-pipeline.has-model-context{grid-template-rows:68px minmax(0,1fr)}.guided-sidebar>header{padding:12px 14px}.guided-sidebar>nav{padding-inline:6px}.guided-phase-button{padding-inline:6px}.guided-model-rail{gap:10px;padding:8px 12px}.guided-model-rail>strong{display:none}.guided-model-rail button{min-width:150px}.guided-workspace{padding:0}.inspector-shell.embedded .node-modal,.dataset-setup-backdrop.embedded .dataset-setup-modal{border-radius:0;border-left:0;border-right:0}.dataset-setup-backdrop.embedded .drop-column-checklist{grid-template-columns:1fr}.dataset-setup-backdrop.embedded .dataset-setup-footer{flex-wrap:wrap}.node-modal footer{align-items:flex-start;flex-direction:column}.guided-step-actions{width:100%}.guided-ready-card{padding:32px 24px 24px;border-radius:0}.guided-ready-card>dl{grid-template-columns:1fr}}.report-backdrop{padding:18px;overflow:hidden}.report-modal{width:min(980px,100%);max-height:calc(100vh - 36px);overflow:hidden;display:grid;grid-template-rows:auto auto auto minmax(0,1fr);border:1px solid #dbe2ea;border-radius:12px;background:#fff;box-shadow:0 34px 90px #0f172a52}.report-modal.model-selection-step,.report-modal.intermediate-report{grid-template-rows:auto minmax(0,1fr) auto}.report-modal.final-paged-report{width:min(1100px,100%);height:min(900px,calc(100dvh - 36px));grid-template-rows:auto auto minmax(0,1fr) auto}.final-report-steps,.data-report-steps{flex:0 0 auto;display:grid;gap:0;margin:14px 28px;padding:0;overflow:hidden;border:1px solid #cbd5e1;border-radius:0;background:#fff}.final-report-steps{grid-template-columns:repeat(3,minmax(0,1fr))}.data-report-steps{grid-template-columns:repeat(4,minmax(0,1fr))}.final-report-steps button,.data-report-steps button{min-width:0;min-height:46px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-left:1px solid #dbe3ef;border-radius:0;background:#fff;color:#64748b;font-weight:800}.final-report-steps button:first-child,.data-report-steps button:first-child{border-left:0}.final-report-steps button b,.data-report-steps button b{display:inline;width:auto;height:auto;border-radius:0;background:transparent;color:inherit;font-size:inherit}.final-report-steps button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.final-report-steps button.active,.data-report-steps button.active{border-color:#1787a3;background:#1787a3;color:#fff}.final-report-steps button.active+button,.data-report-steps button.active+button{border-left-color:#1787a3}.final-report-steps button.active b,.final-report-steps button.done b,.data-report-steps button.active b,.data-report-steps button.done b{background:transparent;color:inherit}.final-report-steps button.done,.data-report-steps button.done{background:#f1fafc;color:#0f7188}.final-report-footer{min-height:60px;display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-top:1px solid #e2e8f0;background:#f8fafc}.metric-strip{display:grid;grid-template-columns:1.35fr repeat(3,1fr);border-bottom:1px solid #e8edf2;background:#f8fafc}.metric-strip article{min-width:0;padding:15px 20px;border-right:1px solid #e8edf2}.metric-strip span,.metric-strip strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.intermediate-model-selection{margin:16px 22px 0;padding:15px;border:1px solid #7bcfdf;border-radius:11px;background:#f8fbff}.intermediate-model-selection>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.intermediate-model-selection>header div{display:grid;gap:3px}.intermediate-model-selection>header strong{color:#0f172a;font-size:13px}.intermediate-model-selection>header span{color:#64748b;font-size:9px;font-weight:700}.intermediate-model-selection>header b{padding:5px 8px;border-radius:999px;background:#d7f1f6;color:#0f7188;font-size:9px;white-space:nowrap}.intermediate-model-options{max-height:190px;margin-top:12px;overflow-y:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.model-option-card{min-width:0;overflow:hidden;border:1px solid #dbe2ea;border-radius:8px;background:#fff}.model-option-card.selected{border-color:#48b8ce}.model-option-summary{min-width:0;display:flex;align-items:stretch}.intermediate-model-options label{min-width:0;flex:1;display:flex;align-items:center;gap:8px;padding:9px;border:0;border-radius:0;background:#fff;cursor:pointer}.intermediate-model-options label.selected{border-color:#48b8ce;background:#eaf8fb}.intermediate-model-options label.unavailable{border-color:#e2e8f0;background:#f1f5f9;cursor:not-allowed;opacity:.72}.intermediate-model-options label.unavailable strong,.intermediate-model-options label.unavailable small{color:#94a3b8}.intermediate-model-options input{accent-color:#1787a3}.intermediate-model-options label>span{min-width:0;flex:1;display:grid;gap:2px}.intermediate-model-options strong{overflow:hidden;color:#0f172a;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.intermediate-model-options small{color:#64748b;font-size:8px;font-weight:750}.intermediate-model-options em{color:#1787a3;font-size:7px;font-style:normal;font-weight:950;letter-spacing:.5px}.model-detail-toggle{flex:0 0 auto;min-width:92px;display:flex;align-items:center;justify-content:center;gap:5px;padding:7px 10px;border:0;border-left:1px solid #d9e5eb;background:#fff;color:#52647c;font-size:9px;font-weight:850;cursor:pointer}.model-option-card.selected .model-detail-toggle{background:#eaf8fb}.model-detail-toggle:hover{color:#087e99;background:#f3fafc}.model-detail-toggle svg{transition:transform .16s ease}.model-detail-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.model-education-panel{padding:15px;border-top:1px solid #dce6ed;background:#f8fbfc}.model-education-overview{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(360px,1.2fr);gap:22px;align-items:stretch}.model-education-overview svg{width:100%;height:100%;min-height:250px;padding:14px;border:1px solid #dbe7ec;border-radius:10px;background:#fff}.model-education-panel h4{margin:0 0 6px;color:#172033;font-size:11px;line-height:1.35}.model-education-panel p{margin:0;color:#52647c;font-size:9px;font-weight:650;line-height:1.75}.model-education-summary{display:grid;grid-template-columns:minmax(0,1fr)}.model-education-summary article{min-width:0;display:grid;grid-template-columns:96px minmax(0,1fr);align-items:stretch;border-bottom:1px solid #dbe7ec}.model-education-summary article:last-child{border-bottom:0}.model-education-summary h4{display:flex;align-items:flex-start;margin:0;padding:14px 14px 14px 0;font-size:13px}.model-education-summary p{padding:14px 0 14px 18px;border-left:1px solid #dbe7ec;font-size:11px;line-height:1.72}.model-parameter-guide{margin-top:14px}.model-parameter-guide summary{display:flex;align-items:center;gap:7px;padding:10px 2px;color:#172033;font-size:12px;font-weight:850;cursor:pointer;list-style:none}.model-parameter-guide summary::-webkit-details-marker{display:none}.model-parameter-guide summary:before{content:"▶";color:#718399;font-size:8px;transition:transform .16s ease}.model-parameter-guide[open] summary:before{transform:rotate(90deg)}.model-parameter-guide table{width:100%;margin:0;overflow:hidden;border:1px solid #dbe7ec;border-radius:9px;border-collapse:separate;border-spacing:0;background:#fff}.model-parameter-guide th,.model-parameter-guide td{padding:10px 12px;border-bottom:1px solid #e2eaf0;color:#52647c;font-size:11px;line-height:1.6;text-align:left;vertical-align:top}.model-parameter-guide th:not(:last-child),.model-parameter-guide td:not(:last-child){border-right:1px dashed #dce6ec}.model-parameter-guide thead th{background:#f3f8fa;color:#315066;font-weight:900}.model-parameter-guide thead th:first-child{width:135px}.model-parameter-guide thead th:nth-child(2){width:175px}.model-parameter-guide tbody th{color:#087e99;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:900}.model-parameter-guide tbody td{font-weight:650}.model-parameter-guide tbody code{color:#172033;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;font-weight:850;white-space:normal}.model-parameter-guide tbody tr:last-child th,.model-parameter-guide tbody tr:last-child td{border-bottom:0}.model-dot{stroke:#fff;stroke-width:2}.model-dot.negative{fill:#91a3b8}.model-dot.positive,.query-dot,.tree-root{fill:#28a9c2}.query-dot{stroke:#0c7189;stroke-width:3}.neighbor-range{fill:#dff5f9;fill-opacity:.58;stroke:#2da8c0;stroke-width:2;stroke-dasharray:5 5}.model-line,.tree-line,.model-boundary,.margin-band{fill:none;stroke:#718399;stroke-width:2}.model-line.dashed,.margin-band{stroke:#a7b8c8;stroke-dasharray:5 5}.model-boundary{stroke:#168da8;stroke-width:4}.tree-node{fill:#b8dfe7}.tree-root{stroke:#fff;stroke-width:2}.tree-question{fill:#eaf8fb;stroke:#2da8c0;stroke-width:1.5}.tree-question.secondary{fill:#fff;stroke:#91a8b8}.tree-question-label,.tree-caption,.branch-label{fill:#52647c;font-size:8px;font-weight:850;text-anchor:middle}.tree-level-label{fill:#8a9caf!important;font-size:7px!important;font-weight:850!important;text-anchor:start!important}.tree-caption{fill:#172033;font-size:9px}.branch-label{fill:#8293a7;font-size:6px}.tree-leaf{stroke:#fff;stroke-width:2}.tree-leaf.negative{fill:#91a3b8}.tree-leaf.positive{fill:#28a9c2}.tree-result-line{fill:none;stroke:#b4c2ce;stroke-width:1.5}.diagram-title{fill:#172033!important;font-size:10px!important;font-weight:900!important;text-anchor:middle}.diagram-subtitle{fill:#52647c!important;font-size:8px!important;font-weight:850!important;text-anchor:middle}.diagram-caption{fill:#52647c!important;font-size:8px!important;font-weight:750!important;text-anchor:middle}.diagram-note{fill:#718399!important;font-size:7px!important;font-weight:750!important;text-anchor:middle}.selected-leaf-label{fill:#f59e0b!important;font-size:7px!important;font-weight:900!important;text-anchor:end!important}.axis-line,.zero-line{fill:none;stroke:#a9b8c6;stroke-width:1.5}.axis-label{fill:#718399!important;font-size:7px!important;font-weight:750!important;text-anchor:middle}.probability-curve{fill:none;stroke:#168da8;stroke-width:4;stroke-linecap:round}.threshold-guide{fill:none;stroke:#b9c7d2;stroke-width:1.25;stroke-dasharray:5 4}.coefficient-bar.before{fill:#91a3b8}.coefficient-bar.after{fill:#28a9c2}.diagram-arrow{fill:none;stroke:#718399;stroke-width:2;stroke-linecap:round}.diagram-arrow-head{fill:#718399;stroke:none}.support-ring{fill:none;stroke:#f59e0b;stroke-width:2.5}.svc-region.negative-region{fill:#e8eef6}.svc-region.positive-region{fill:#e1f5f8}.svc-region-boundary{fill:none;stroke:#168da8;stroke-width:3}.svc-margin-boundary{fill:none;stroke:#6f889a;stroke-width:1.7;stroke-dasharray:5 4}.svc-plot-frame{fill:none;stroke:#91a3b8;stroke-width:1.5}.svc-y-label{transform:rotate(-90deg);transform-origin:17px 96px}.histogram-bin{fill:#a7cbd5}.histogram-bin.bin-3,.histogram-bin.bin-4,.histogram-bin.bin-5{fill:#28a9c2}.tree-leaf.emphasized{stroke:#f59e0b;stroke-width:3}.ordered-row{fill:#fff;stroke:#2da8c0;stroke-width:1.5}.ordered-row-label{fill:#52647c!important;font-size:7px!important;font-weight:850!important;text-anchor:middle}.objective-box{fill:#eaf8fb;stroke:#2da8c0;stroke-width:1.5}.objective-text{fill:#52647c!important;font-size:8px!important;font-weight:750!important;text-anchor:middle}.objective-text.strong{fill:#087e99!important;font-weight:900!important}.prune-line{fill:none;stroke:#ef6b6b;stroke-width:2.5;stroke-linecap:round}.selected-tree-path{fill:none;stroke:#168da8;stroke-width:3;stroke-linecap:round}.tree-leaf.highlighted{stroke:#f59e0b;stroke-width:3}.tree-score{fill:#087e99!important;font-size:7px!important;font-weight:900!important;text-anchor:middle}.math-symbol{fill:#52647c!important;font-size:20px!important;font-weight:700!important;text-anchor:middle}.final-score-box{fill:#eaf8fb;stroke:#2da8c0;stroke-width:1.5}.final-score-label{fill:#52647c!important;font-size:7px!important;font-weight:800!important;text-anchor:middle}.final-score-value{fill:#087e99!important;font-size:16px!important;font-weight:950!important;text-anchor:middle}.comparison-divider{fill:none;stroke:#dbe7ec;stroke-width:1.5}.growth-node{fill:#a9bbc8;stroke:#fff;stroke-width:2}.growth-node.root{fill:#52647c}.growth-node.selected{fill:#28a9c2;stroke:#f59e0b;stroke-width:3}.growth-leaf{fill:#28a9c2;stroke:#fff;stroke-width:2}.growth-leaf.muted{fill:#b9c7d2}.symmetric-level{stroke-width:1.5}.symmetric-level.level-one{fill:#eaf8fb;stroke:#2da8c0}.symmetric-level.level-two{fill:#f3f7fa;stroke:#91a3b8}.symmetric-condition{fill:#315066!important;font-size:8px!important;font-weight:850!important;text-anchor:middle}.boost-box{fill:#fff;stroke:#a9bdca;stroke-width:1.5}.vote-box{fill:#dff5f9;stroke:#2da8c0;stroke-width:1.5}.vote-box+text,.model-education-overview svg text{fill:#315066;font-size:9px;font-weight:800;text-anchor:middle}.boost-plane{fill:#f8fbfc;stroke:#9eb2c1;stroke-width:1.2}.boost-plane.data-plane{fill:#eef5f7}.boost-residual-wave{fill:none;stroke:#ef6f70;stroke-width:2;stroke-linecap:round}.boost-flow{fill:none;stroke:#2da8c0;stroke-width:1.6}.boost-stage-link{fill:none;stroke:#2da8c0;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.boost-point{fill:#9db0bf}.boost-point.error{fill:#ef6f70}.boost-sum-label{fill:#087e99!important;font-size:8px!important;font-weight:900!important;text-anchor:middle}.intermediate-model-selection>footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.intermediate-model-selection>footer span{color:#64748b;font-size:8px;font-weight:700}.intermediate-model-selection.standalone{min-height:0;margin:0;padding:0;display:flex;flex-direction:column;border:0;border-radius:0;background:#fff}.intermediate-model-selection.standalone .intermediate-model-options{min-height:0;max-height:none;flex:1;grid-template-columns:minmax(0,1fr);align-content:start}.intermediate-model-selection>footer>span{flex:1;text-align:center}.model-selection-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.data-report-modal{width:min(1500px,calc(100vw - 32px));max-width:1500px;height:calc(100dvh - 24px);max-height:calc(100dvh - 24px);grid-template-rows:auto auto minmax(0,1fr) auto}.data-report-modal.model-selection-page{grid-template-rows:auto minmax(0,1fr) auto}.data-report-body{min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.data-profile-tabs{flex:0 0 auto;display:flex;gap:8px;overflow-x:auto;padding:14px 28px 10px;border-bottom:1px solid #eef2f7}.data-profile-tabs button{flex:0 0 auto;border:1px solid #cbd5e1;border-radius:999px;background:#fff;padding:8px 14px;color:#64748b;font-weight:800}.data-profile-tabs button.active{border-color:#1787a3;color:#0f7188;background:#eaf8fb}.data-report-page{min-width:0;min-height:0;flex:1;padding:22px 32px 28px;overflow:auto}.data-report-page.statistics-active{display:flex;overflow:hidden;padding-bottom:20px}.data-report-page.statistics-active .data-statistics-page{min-width:0;min-height:0;flex:1;display:flex;flex-direction:column}.data-report-page.model-selection-active{display:block;overflow-y:auto;padding:18px 28px 20px}.data-report-page.model-selection-active .data-model-selection{min-width:0;min-height:0;width:100%;margin:0}.data-report-page.model-selection-active .intermediate-model-options{max-height:none;overflow:visible;grid-auto-rows:auto;align-content:start}@media(max-width:900px){.model-education-overview,.model-education-summary{grid-template-columns:1fr}}.data-statistics-page h3,.data-chart-page h3{margin:0 0 8px;color:#0f172a}.data-markdown-view{width:min(920px,100%);margin:0 auto;color:#334155;font-size:14px;line-height:1.75}.data-markdown-view h2{margin:30px 0 12px;padding-bottom:9px;border-bottom:1px solid #dbe3ef;color:#0f172a;font-size:20px;letter-spacing:-.3px}.data-markdown-view h2:first-child{margin-top:0}.data-markdown-view p{margin:8px 0 14px}.data-markdown-view code{padding:2px 6px;border-radius:5px;background:#eaf8fb;color:#0f7188;font-weight:800}.data-markdown-view ul{margin:8px 0 18px;padding-left:22px}.data-markdown-view table{width:100%;margin:14px 0 18px;border-spacing:0;border:1px solid #dbe3ef;border-radius:10px;overflow:hidden}.data-markdown-view th,.data-markdown-view td{padding:11px 13px;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;text-align:left}.data-markdown-view th{background:#f1f5f9;color:#334155;font-size:12px}.data-markdown-view td:nth-child(n+2),.data-markdown-view th:nth-child(n+2){text-align:right}.data-markdown-view tr:last-child td{border-bottom:0}.data-markdown-view th:last-child,.data-markdown-view td:last-child{border-right:0}.data-summary-page>table:first-of-type thead th{background:#eaf8fb;color:#0f7188;font-weight:850}.data-summary-page>table:first-of-type tbody tr:last-child td{background:#fff;color:#334155;font-weight:850}.removed-column-details{margin:16px 0;border:1px solid #dbe3ef;border-radius:10px;background:#f8fafc}.removed-column-details summary{cursor:pointer;padding:12px 14px;color:#334155;font-weight:850}.removed-column-details>div{max-height:320px;overflow:auto;padding:0 14px 14px}.removed-column-details strong{display:block;margin-top:9px;color:#64748b;font-size:12px}.removed-column-details p{margin:4px 0;overflow-wrap:anywhere;font-size:12px}.data-report-note{margin:18px 0 0;border-radius:10px;padding:12px 14px;background:#fff7ed;color:#9a3412;font-weight:700}.data-statistics-page>header,.data-chart-page>header{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:15px}.data-statistics-page>header.statistics-sample-meta{justify-content:flex-start}.data-statistics-page header p,.data-chart-page header p{margin:0;color:#64748b}.data-statistics-page header span{color:#1787a3;font-weight:800}.data-statistics-scroll{position:relative;min-width:0;min-height:0;width:100%;flex:1;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;border:1px solid #dbe3ef;border-radius:12px;background:#fff}.data-statistics-table{min-width:0;width:100%;border-spacing:0;table-layout:fixed;color:#334155;font-size:11px;font-variant-numeric:tabular-nums}.data-statistics-table th,.data-statistics-table td{height:40px;padding:0 9px;border-right:1px solid #edf2f7;border-bottom:1px solid #edf2f7;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}.data-statistics-table th{position:sticky;top:0;z-index:3;height:44px;background:#f1f5f9;color:#475569;font-size:11px;font-weight:900;text-transform:uppercase}.data-statistics-table th:first-child,.data-statistics-table td:first-child{position:sticky;left:0;width:19%;text-align:left}.data-statistics-table th:first-child{z-index:4;background:#eaf0f7}.data-statistics-table td:first-child{z-index:2;background:#fff;color:#0f172a;font-weight:750}.data-statistics-table tbody tr:nth-child(2n) td{background:#f8fafc}.data-statistics-table tbody tr:nth-child(2n) td:first-child{background:#f8fafc}.data-statistics-table tbody tr:hover td,.data-statistics-table tbody tr:hover td:first-child{background:#eaf8fb}.data-statistics-table th:last-child,.data-statistics-table td:last-child{border-right:0}.data-chart-page{text-align:center}.data-chart-page>header{text-align:left}.data-chart-page>img{display:block;max-width:100%;max-height:560px;margin:0 auto;border:1px solid #e2e8f0;border-radius:12px;background:#fff;object-fit:contain}.data-image-error{display:grid;place-items:center;min-height:280px;border:1px dashed #fca5a5;border-radius:12px;background:#fef2f2;color:#b91c1c;font-weight:800}.histogram-pager{display:flex;justify-content:center;align-items:center;gap:14px;margin-top:14px}.histogram-pager button{display:inline-flex;align-items:center;gap:6px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;padding:9px 14px;color:#334155;font-weight:800}.histogram-pager button:disabled{opacity:.4}.data-model-selection{margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.data-report-footer{position:relative;z-index:10;min-height:62px;display:flex;justify-content:space-between;align-items:center;padding:10px 28px;border-top:1px solid #e2e8f0;background:#f8fafc}.tuning-setup-page{width:100%;height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden;border:0;border-radius:0;background:#fff}.tuning-setup-description{display:inline-flex;align-items:center;flex-wrap:wrap;gap:0 4px}.tuning-description-term{display:inline-flex;align-items:center;gap:2px;white-space:nowrap}.tuning-setup-description .term-help{margin:0}.tuning-model-options{min-height:0;flex:1;display:grid;grid-auto-rows:max-content;gap:8px;padding:16px var(--ui-page-gutter);overflow-y:auto;background:#fff}.tuning-model-card{overflow:hidden;border:1px solid #dbe3ec;border-radius:9px;background:#fff}.tuning-model-card.selected{border-color:#46b4cb}.tuning-model-card.expanded{box-shadow:0 0 0 1px #46b4cb14}.tuning-model-summary{min-height:58px;display:flex;align-items:stretch}.tuning-model-summary label{min-width:0;flex:1;display:flex;align-items:center;gap:11px;padding:11px 16px;cursor:pointer}.tuning-model-summary label.selected{background:#eaf8fb}.tuning-model-summary input{width:15px;height:15px;accent-color:#1787a3}.tuning-model-summary label>span{min-width:0;display:grid;gap:4px}.tuning-model-summary strong{color:#172033;font-size:13px;line-height:1.25}.tuning-model-summary small{color:#64748b;font-size:10px;font-weight:700;line-height:1.4}.tuning-model-summary .tuning-model-metric-value{color:var(--ui-primary-dark, #0f7188)}.tuning-settings-toggle{min-width:132px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 16px;border:0;border-left:1px solid #dbe3ec;background:#fff;color:#52647c;font-size:10px;font-weight:850;cursor:pointer}.selected .tuning-settings-toggle{background:#eaf8fb}.tuning-settings-toggle:hover{color:#0f7188;background:#f3fafc}.tuning-settings-toggle:disabled{color:#a0aec0;cursor:not-allowed}.tuning-model-settings{border-top:1px solid #dbe3ec;background:#f8fbfc}.tuning-model-settings[hidden]{display:none}.tuning-model-settings .inspector-shell.embedded,.tuning-model-settings .node-modal.settings-only,.tuning-model-settings .node-modal-scroll{width:100%;height:auto;min-height:0;overflow:visible}.tuning-model-settings .node-modal.settings-only{border:0;border-radius:0;box-shadow:none;background:transparent}.tuning-model-settings .node-advanced-settings{border:0;background:transparent}.tuning-model-settings .node-settings-editor{margin:0;padding:18px 8px 20px;border-top:0;background:transparent}.tuning-model-settings .node-settings-title{margin-top:0;margin-bottom:2px}.tuning-setup-footer{flex:0 0 62px;width:100%;min-height:62px;box-sizing:border-box}@media(max-width:800px){.tuning-model-options{padding:12px var(--ui-page-gutter)}.tuning-settings-toggle{min-width:108px;padding:0 10px}}@media(max-width:900px){.data-report-steps{grid-template-columns:1fr}.data-report-modal{height:calc(100vh - 20px)}}.report-page-shell{width:100%;min-height:100%;display:flex;align-items:stretch;justify-content:center}.report-page-shell .report-modal,.report-page-shell .data-report-modal,.report-page-shell .experiment-modal{width:100%;max-width:none;min-height:620px;height:auto;max-height:none;border-radius:10px;box-shadow:0 10px 28px #0f172a14}.report-page-shell .report-body,.report-page-shell .data-report-body,.report-page-shell .experiment-modal-body{max-height:none}.metric-strip span{color:#94a3b8;font-size:9px;font-weight:950;letter-spacing:1.3px}.metric-strip strong{margin-top:6px;color:#0f172a;font-size:17px}.report-toolbar{display:flex;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid #e8edf2}.report-toolbar>div{min-width:0;margin-right:auto}.report-toolbar strong,.report-toolbar span{display:block}.report-toolbar strong{color:#0f172a;font-size:12px}.report-toolbar span{margin-top:3px;color:#94a3b8;font-size:10px;font-weight:650}.report-toolbar button,.report-toolbar a{height:34px;display:inline-flex;align-items:center;gap:6px;padding:0 11px;border:1px solid #dbe2ea;border-radius:7px;background:#fff;color:#334155;font-size:11px;font-weight:850;text-decoration:none;white-space:nowrap}.report-toolbar a{border-color:#111827;background:#111827;color:#fff}.markdown-view{min-height:0;overflow:auto;padding:30px 42px 56px;background:#fff;color:#334155;font-size:13px;line-height:1.72}.markdown-view>:first-child{margin-top:0}.markdown-view h1{margin:0 0 34px;color:#0f172a;font-size:30px;line-height:1.22;letter-spacing:-1.1px;text-align:center}.markdown-view h1:after{content:"";width:54px;height:3px;display:block;margin:18px auto 0;border-radius:999px;background:#1787a3}.markdown-view h2{margin:42px 0 18px;padding-bottom:10px;border-bottom:1px solid #dbe3ed;color:#0f172a;font-size:20px;line-height:1.35;letter-spacing:-.5px}.markdown-view h3{margin:30px 0 12px;color:#1e293b;font-size:16px}.markdown-view p{margin:10px 0;color:#475569;word-break:keep-all}.markdown-view ul,.markdown-view ol{margin:12px 0 18px;padding-left:24px}.markdown-view li{margin:6px 0;padding-left:3px;color:#334155}.markdown-view code{padding:2px 6px;border-radius:5px;background:#eaf8fb;color:#0f7188;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9em}.final-report-detail-list{margin:12px 0 26px;border-top:1px solid #dbe3ed}.markdown-view h3.final-report-topic-heading{margin-top:4px;font-size:21px;font-weight:900;letter-spacing:-.35px}.final-report-detail-item{border-bottom:1px solid #dbe3ed;background:transparent}.final-report-detail-item>summary{display:flex;align-items:center;gap:6px;padding:13px 2px;list-style:none;color:#1e293b;font-size:13px;font-weight:800;cursor:pointer}.final-report-detail-item>summary code{padding:2px 6px;font-size:12px}.final-report-detail-item>summary::-webkit-details-marker{display:none}.final-report-detail-item>summary:before{content:"▶";color:#64748b;font-size:8px;transition:transform .12s ease}.final-report-detail-item[open]>summary:before{transform:rotate(90deg)}.final-report-detail-item>div{padding:0 20px 13px}.final-report-detail-item>div>p{margin:0}.final-report-detail-tail{margin:0 0 26px;padding:0 2px}.final-report-detail-tail>p:first-child{margin-bottom:4px;color:#1e293b}.markdown-view table{width:100%;margin:18px 0 26px;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid #dbe3ed;border-radius:9px;background:#fff;font-size:11.5px;line-height:1.5}.markdown-view th,.markdown-view td{padding:10px 11px;border-right:1px solid #e5eaf0;border-bottom:1px solid #e5eaf0;text-align:left;vertical-align:top}.markdown-view th{background:#0f172a;color:#fff;font-size:10.5px;font-weight:850;white-space:nowrap}.markdown-view tr:nth-child(2n) td{background:#f8fafc}.markdown-view tr:last-child td{border-bottom:0}.markdown-view th:last-child,.markdown-view td:last-child{border-right:0}.final-paged-report .markdown-view table:has(img[alt="Precision-Recall Curve"]){table-layout:fixed}.final-paged-report .markdown-view table:has(img[alt="Precision-Recall Curve"]) th,.final-paged-report .markdown-view table:has(img[alt="Precision-Recall Curve"]) td{width:50%;text-align:center;vertical-align:top}.final-paged-report .markdown-view table:has(img[alt="Precision-Recall Curve"]) img{display:block;width:100%;max-width:none;margin:0 auto}.metric-formula{width:100%;min-height:38px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;color:#25334a;font-family:"STIX Two Math","Cambria Math",Times New Roman,serif;font-size:13px;line-height:1.15;white-space:nowrap}.metric-fraction{display:inline-grid;grid-template-rows:auto auto;align-items:center;justify-items:stretch;text-align:center}.metric-numerator{padding:0 5px 3px;border-bottom:1.2px solid currentColor}.metric-denominator{padding:3px 5px 0}.metric-formula i{font-style:normal}.metric-formula sub{font-size:.7em;line-height:0}.metric-radical{display:inline-grid;grid-template-columns:auto auto;align-items:start}.metric-radical-symbol{margin-right:-.08em;font-size:1.42em;line-height:1;transform:translateY(-.02em)}.metric-radicand{padding:.12em .08em 0 .12em;border-top:1px solid currentColor;line-height:1.08}.metric-formula-mcc{font-size:11.5px}.metric-sum{display:inline-flex;align-items:center;gap:5px}.metric-sum-symbol{display:inline-flex;align-items:flex-end;font-size:1.55em;line-height:1}.sortable-report-section>p{margin-bottom:12px}.sortable-table-scroll{width:100%;overflow-x:auto;border:1px solid #dbe3ed;border-radius:9px}.markdown-view .sortable-metric-table{min-width:980px;margin:0;border:0;border-radius:0}.sortable-metric-table th{position:sticky;top:0;z-index:2}.sortable-metric-table th button{width:100%;display:inline-flex;align-items:center;justify-content:space-between;gap:7px;padding:0;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.sortable-metric-table th button:hover{color:#fde68a}.sortable-metric-table th button span{display:inline-block;color:#fbbf24;opacity:.42;font-size:9px;transition:opacity .13s ease,transform .13s ease}.sortable-metric-table th button span.active{opacity:1}.sortable-metric-table th button span.ascending{transform:rotate(180deg)}.sortable-metric-table td:nth-child(n+5){font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap}.markdown-view img{max-width:min(100%,760px);height:auto;display:block;margin:22px auto 30px;padding:10px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;box-shadow:0 12px 28px #0f172a14}.markdown-view a{color:#1787a3;text-decoration:underline;text-underline-offset:2px}.tuning-modal-backdrop{z-index:80}.experiment-modal{width:min(1500px,calc(100vw - 48px));height:min(900px,calc(100vh - 48px));display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;overflow:hidden;border:1px solid #cbd5e1;border-radius:22px;background:#fff;box-shadow:0 30px 90px #0f172a52}.experiment-modal.has-inline-model-context{grid-template-rows:auto auto auto minmax(0,1fr) auto}.experiment-summary{display:grid;grid-template-columns:180px 280px minmax(0,1fr);gap:12px;padding:18px 28px 8px}.experiment-summary>div{padding:13px 15px;border:1px solid #dbe7f5;border-radius:12px;background:#f8fbff}.experiment-summary small{display:block;margin-bottom:6px;color:#64748b;font-size:11px;font-weight:800}.experiment-summary strong{color:#0d5263;font-size:15px}.experiment-summary code{color:#0f6073;font-size:12px;white-space:normal;overflow-wrap:anywhere}.parameter-summary-list{display:flex;flex-wrap:wrap;gap:7px}.parameter-summary-list b{padding:5px 8px;border:1px solid #b9e4ed;border-radius:7px;background:#fff;color:#475569;font-size:11px}.parameter-summary-list em{margin-left:4px;color:#0f7188;font-style:normal}.experiment-note{margin:8px 28px 14px;padding:11px 14px;border-radius:10px;background:#eaf8fb;color:#475569;font-size:13px}.experiment-cv-guide{margin:10px 28px 12px;padding:0;border-bottom:0}.experiment-cv-guide>summary{width:fit-content;color:#475569}.experiment-cv-guide .experiment-note{margin:8px 0 0}.experiment-table-scroll{min-height:0;margin:0 28px;overflow:auto;border:1px solid #dbe3ef;border-radius:13px}.experiment-table-scroll table{width:100%;border-collapse:separate;border-spacing:0;font-size:12px}.experiment-table-scroll th{position:sticky;top:0;z-index:2;padding:11px 12px;background:#eaf1fa;color:#334155;text-align:right;white-space:nowrap}.experiment-table-scroll th:nth-child(2),.experiment-table-scroll td:nth-child(2),.experiment-table-scroll th:nth-child(3),.experiment-table-scroll td:nth-child(3){text-align:left}.experiment-table-scroll th button{border:0;background:transparent;color:inherit;font:inherit;font-weight:800;cursor:pointer}.experiment-table-scroll td{padding:10px 12px;border-top:1px solid #e8eef6;color:#475569;text-align:right;vertical-align:top}.tuning-results-table th:not(:last-child),.tuning-results-table td:not(:last-child){border-right:1px dashed #dfe7ef}.tuning-results-table .tuning-rank-column{min-width:98px;width:98px;white-space:nowrap}.tuning-rank-content{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.experiment-table-scroll td code{display:block;min-width:280px;max-width:520px;color:#334155;white-space:normal;overflow-wrap:anywhere}.experiment-table-scroll th.parameter-column{min-width:104px;text-align:center;color:#0f6073}.experiment-table-scroll td.parameter-column-value{min-width:104px;text-align:center;color:#0f172a;font-weight:750;font-variant-numeric:tabular-nums}.experiment-table-scroll tbody tr{cursor:pointer}.experiment-modal.result-only .experiment-table-scroll tbody tr{cursor:default}.experiment-table-scroll tr.selected-row td{background:#d7f1f6;color:#0f7188;font-weight:800;box-shadow:inset 0 1px #7bcfdf,inset 0 -1px #7bcfdf}.experiment-modal>footer{display:flex;justify-content:flex-end;gap:14px;color:#64748b;font-size:13px}.experiment-modal>footer.tuning-result-navigation-footer{display:grid;grid-template-columns:1fr auto 1fr}.tuning-result-navigation-footer .guided-nav-button.previous{grid-column:1;justify-self:start}.tuning-result-navigation-footer .guided-nav-button.primary{grid-column:3;justify-self:end}.threshold-modal{grid-template-rows:auto auto minmax(0,1fr) auto}.threshold-modal.has-inline-model-context{grid-template-rows:auto auto auto minmax(0,1fr) auto}.threshold-score-guide{margin:0 28px 4px;padding:11px 14px;border:1px solid #cbe7ed;border-radius:10px;background:#f3fbfc;color:#475569}.threshold-score-guide-heading{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:5px}.threshold-score-guide:not([open])>.threshold-score-guide-heading{margin-bottom:0}.threshold-score-guide-body{padding-left:15px}.threshold-score-guide-heading strong{color:#123f4d;font-size:13px}.threshold-score-guide-badge{padding:2px 7px;border-radius:999px;background:#dff3f7;color:#0f7188;font-size:10px;font-weight:800}.threshold-score-guide-range{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:5px}.threshold-score-guide-range span{color:#475569;font-size:11px;font-weight:750}.threshold-score-guide-range b{color:#0f7188;font-size:13px}.threshold-score-guide p{margin:0;font-size:11px;font-weight:650;line-height:1.55}.threshold-score-guide small{display:block;margin-top:4px;color:#64748b;font-size:10px;font-weight:700}.threshold-modal>footer.threshold-navigation-footer{display:grid;grid-template-columns:1fr auto 1fr}.threshold-navigation-footer .guided-nav-button.previous{grid-column:1;justify-self:start}.threshold-navigation-footer .guided-nav-button.primary{grid-column:3;justify-self:end}.threshold-layout{min-height:0;display:grid;grid-template-columns:minmax(0,calc(var(--threshold-chart-share, 50%) - 9px)) 18px minmax(0,1fr);gap:0;padding:14px 28px 20px}.threshold-layout.chart-collapsed{grid-template-columns:12px minmax(0,1fr)}.threshold-layout.table-collapsed{grid-template-columns:minmax(0,1fr) 12px}.threshold-layout.chart-collapsed .threshold-layout-resizer{grid-column:1;grid-row:1;width:12px;min-width:12px}.threshold-layout.chart-collapsed .threshold-table-scroll{grid-column:2;grid-row:1}.threshold-layout.table-collapsed .threshold-chart-stack{grid-column:1;grid-row:1}.threshold-layout.table-collapsed .threshold-layout-resizer{grid-column:2;grid-row:1;width:12px;min-width:12px}.threshold-layout-resizer{position:relative;z-index:3;width:18px;min-width:18px;align-self:stretch;cursor:col-resize;touch-action:none;outline:0}.threshold-layout-resizer:before{content:"";position:absolute;top:0;bottom:0;left:50%;border-left:1px dashed #c5d1dc;transform:translate(-50%)}.threshold-layout-resizer:hover:before,.threshold-layout-resizer:focus-visible:before,.threshold-resizing .threshold-layout-resizer:before{border-left-color:#1787a3;border-left-width:2px}.threshold-layout-resizer:focus-visible{background:#1787a30d}body.threshold-resizing,body.threshold-resizing *{cursor:col-resize!important;-webkit-user-select:none!important;user-select:none!important}.threshold-chart-stack{min-height:0;display:grid;grid-template-rows:repeat(2,minmax(0,1fr));gap:12px;overflow:hidden}.threshold-curve-card{min-height:0;display:flex;flex-direction:column;padding:12px;border:1px solid #dbe3ef;border-radius:14px;background:#f8fafc}.threshold-curve-card>header{display:flex;align-items:center;justify-content:space-between;margin:0 4px 6px}.threshold-curve-card>header strong{color:#0d5263;font-size:14px}.threshold-curve-card>header span{color:#0f7188;font-size:12px;font-weight:900}.threshold-curve{min-height:0;width:100%;height:auto;max-height:235px;flex:1 1 auto;background:#fff;border-radius:10px;cursor:crosshair}.threshold-curve line{stroke:#94a3b8;stroke-width:1.2}.threshold-curve line.baseline{stroke:#f59e0b;stroke-dasharray:6 5}.threshold-curve line.diagonal{stroke:#94a3b8}.threshold-curve polyline{fill:none;stroke:#1787a3;stroke-width:3;stroke-linejoin:round}.threshold-curve text{fill:#64748b;font-size:11px;font-weight:700}.curve-hit-point{fill:transparent;stroke:transparent;pointer-events:none}.selected-threshold-point{fill:#fff;stroke:#ef4444;stroke-width:4;pointer-events:none;filter:drop-shadow(0 2px 3px rgba(239,68,68,.3))}.threshold-curve-values{min-height:42px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:auto -12px -12px;border-top:1px solid #dce3ea;background:#f1f4f7}.threshold-curve-values>span{min-width:0;display:flex;align-items:baseline;justify-content:center;gap:6px;padding:10px 8px}.threshold-curve-values>span+span{border-left:1px solid #dce3ea}.threshold-curve-values small{color:#64748b;font-size:9px;font-weight:800}.threshold-curve-values strong{color:#0f7188;font-size:11px;font-weight:900;font-variant-numeric:tabular-nums}.threshold-table-scroll{margin:0}.threshold-table-scroll tbody tr{cursor:pointer}.threshold-table-scroll tbody tr:hover td{background:#f8fafc}.threshold-table-scroll tr.selected-row td{background:#d7f1f6;color:#0f7188;font-weight:800}.threshold-table-scroll tr.recommended-row:not(.selected-row) td{background:#fffbeb}.threshold-recommended-badge{display:inline-block;margin-left:6px;padding:2px 5px;border-radius:999px;background:#fef3c7;color:#b45309;font-size:8px;font-style:normal;font-weight:950;vertical-align:middle}.tuning-recommended-badge{display:inline-block;padding:2px 6px;border-radius:999px;background:#fef3c7;color:#b45309;font-size:8px;font-style:normal;font-weight:950;line-height:1.3;vertical-align:middle}.experiment-scoring-badge{margin:0 3px;padding:3px 8px;font-size:inherit;line-height:1.2}.row-radio{display:inline-block;width:14px;height:14px;border:2px solid #94a3b8;border-radius:50%}@media(max-width:900px){.threshold-layout{grid-template-columns:1fr;overflow-y:auto}.threshold-layout-resizer{display:none}.experiment-summary{grid-template-columns:1fr 1fr}.experiment-summary .wide{grid-column:1 / -1}}@media(max-width:720px){.markdown-view{padding:24px 20px 44px}.markdown-view table{display:block;overflow-x:auto;white-space:normal}}@media(max-width:1180px){.studio-body{grid-template-columns:minmax(0,1fr)}.dataset-setup-cards{grid-template-columns:minmax(220px,.85fr) minmax(270px,1fr) minmax(340px,1.25fr)}}@media(max-width:900px){.studio{min-height:100vh;height:auto;overflow:visible}.studio-body{min-height:650px;grid-template-columns:1fr;grid-template-rows:650px}.metric-strip{grid-template-columns:repeat(2,1fr)}.metric-strip article:nth-child(2){border-right:0}.metric-strip article:nth-child(-n+2){border-bottom:1px solid #e8edf2}.dataset-setup-modal{height:calc(100vh - 20px);min-height:0}.dataset-setup-body{overflow-y:auto;display:block}.dataset-setup-cards{grid-template-columns:1fr}.dataset-preview-section{height:480px}.goal-choice-list{grid-template-columns:1fr}}.studio-body{grid-template-columns:minmax(0,1fr) 348px;transition:grid-template-columns .18s ease}.studio-body.assistant-collapsed{grid-template-columns:minmax(0,1fr) 54px}.assistant-panel{position:relative;z-index:15;min-width:0;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border-left:1px solid #dce2e9;background:#fff;box-shadow:-8px 0 22px #0f172a09}.assistant-panel-header{min-height:72px;display:grid;grid-template-columns:38px minmax(0,1fr) 32px;align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid #e7edf2}.assistant-panel-symbol{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#e8f7fa;color:#0f7188}.assistant-panel-header strong{display:block;color:#0f172a;font-size:13px;font-weight:900}.assistant-panel-header small{display:block;margin-top:3px;overflow:hidden;color:#7b8a9c;font-size:9px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.assistant-panel-toggle{width:32px;height:32px;display:grid;place-items:center;border:1px solid #dce2e9;border-radius:8px;background:#fff;color:#526174}.assistant-panel-toggle:hover{border-color:#7bcfdf;background:#f2fbfc;color:#0f7188}.assistant-panel-messages{min-height:0;display:flex;flex-direction:column;gap:10px;overflow-y:auto;padding:18px 14px;background:#f7f9fb}.assistant-message{max-width:88%;padding:11px 12px;border:1px solid #dfe6ed;border-radius:12px;color:#334155;font-size:14px;font-weight:600;line-height:1.7;white-space:pre-wrap;word-break:keep-all}.assistant-message-group{max-width:96%;display:flex;flex-direction:column;gap:7px}.assistant-message-group.assistant{align-self:flex-start}.assistant-message-group.user{align-self:flex-end;align-items:flex-end}.assistant-message-group .assistant-message{max-width:100%}.assistant-message.assistant>:first-child{margin-top:0}.assistant-message.assistant>:last-child{margin-bottom:0}.assistant-message.assistant p{margin:0 0 7px}.assistant-message.assistant ul,.assistant-message.assistant ol{margin:5px 0;padding-left:18px}.assistant-message.assistant.streaming:not(.awaiting-first-token):after{content:"";display:inline-block;width:2px;height:1em;margin-left:3px;background:#1787a3;vertical-align:-.12em;animation:assistant-caret .8s steps(1) infinite}@keyframes assistant-caret{50%{opacity:0}}.assistant-message.awaiting-first-token{min-width:54px;min-height:40px;display:grid;place-items:center}.assistant-typing-dots{display:inline-flex;align-items:center;gap:5px;height:16px}.assistant-typing-dots i{width:6px;height:6px;border-radius:50%;background:#1787a3;animation:assistant-typing-dot 1.1s ease-in-out infinite}.assistant-typing-dots i:nth-child(2){animation-delay:.14s}.assistant-typing-dots i:nth-child(3){animation-delay:.28s}@keyframes assistant-typing-dot{0%,60%,to{opacity:.32;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.assistant-suggestions{display:grid;gap:7px;margin-top:13px;padding-top:11px;border-top:1px solid #e3eaef}.assistant-suggestions-title{color:#64748b;font-size:11px;font-weight:850;letter-spacing:.01em}.assistant-question-chip{width:100%;min-height:42px;padding:9px 10px;border:1px solid #b9dfe7;border-radius:8px;background:#f4fbfc;color:#176d80;font-size:12px;font-weight:700;line-height:1.55;text-align:left}.assistant-question-chip:hover{border-color:#48b8ce;background:#e8f7fa}.assistant-actions,.assistant-runtime-estimates{display:grid;gap:6px}.assistant-action-card{width:100%;display:grid;grid-template-columns:27px minmax(0,1fr);align-items:center;gap:8px;padding:8px;border:1px solid #cfe0e6;border-radius:9px;background:#fff;color:#1f5360;text-align:left}.assistant-action-card:hover:not(:disabled){border-color:#48b8ce;box-shadow:0 3px 10px #0f718817}.assistant-action-card:disabled{opacity:.58;cursor:not-allowed}.assistant-runtime-card{cursor:default;background:#f8fcfd}.assistant-action-icon{width:27px;height:27px;display:grid;place-items:center;border-radius:7px;background:#e8f7fa;color:#0f7188}.assistant-action-card strong,.assistant-action-card small{display:block}.assistant-action-card strong{font-size:12px;font-weight:900}.assistant-action-card small{margin-top:3px;color:#64748b;font-size:10px;line-height:1.45}.assistant-message.assistant{align-self:flex-start;border-top-left-radius:4px;background:#fff}.assistant-message.user{align-self:flex-end;border-color:#9bd9e4;border-top-right-radius:4px;background:#e8f7fa;color:#0f5f73}.assistant-message.thinking{display:flex;align-items:center;gap:7px;color:#64748b}.assistant-panel-input{min-height:68px;display:grid;grid-template-columns:minmax(0,1fr) 36px;align-items:center;gap:8px;padding:12px 13px;border-top:1px solid #e7edf2;background:#fff}.assistant-panel-input input{width:100%;height:40px;min-width:0;padding:0 11px;border:1px solid #cfd9e3;border-radius:8px;outline:none;color:#1e293b;font-size:11px}.assistant-panel-input input:focus{border-color:#48b8ce;box-shadow:0 0 0 3px #48b8ce1f}.assistant-panel-input button{width:36px;height:36px;display:grid;place-items:center;border-radius:8px;background:#1787a3;color:#fff}.assistant-panel-input button:disabled{background:#cbd5df;cursor:not-allowed}.assistant-panel-collapsed{display:flex;flex-direction:column;align-items:center;padding-top:14px}@media(max-width:980px){.studio-body,.studio-body.assistant-collapsed{grid-template-columns:minmax(0,1fr) 54px}.assistant-panel:not(.assistant-panel-collapsed){position:absolute;top:0;right:0;bottom:0;width:min(348px,calc(100vw - 54px));box-shadow:-16px 0 34px #0f172a29}}:root{--ui-font-family: Inter, Pretendard, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ui-canvas: #f4f6f8;--ui-surface: #ffffff;--ui-subtle: #f8fafc;--ui-border: #dce3eb;--ui-border-strong: #cbd5e1;--ui-text: #0f172a;--ui-text-soft: #3f4d63;--ui-muted: #718096;--ui-primary: #1787a3;--ui-primary-dark: #0f7188;--ui-primary-soft: #eaf8fb;--ui-danger: #b91c1c;--ui-success: #4bb9cc;--ui-radius-page: 10px;--ui-radius-control: 8px;--ui-page-gutter: clamp(18px, 2.2vw, 30px);--ui-shadow-page: 0 8px 24px rgba(15, 23, 42, .06);--ui-action-width: 128px;--ui-header-pad: 17px var(--ui-page-gutter) 15px;--ui-footer-pad: 11px var(--ui-page-gutter);--type-page-step: 12px;--type-page-title: 22px;--type-document-title: 30px;--type-document-section: 20px;--type-section-title: 16px;--type-body: 14px;--type-label: 13px;--type-support: 12px;--type-meta: 11px;--type-caption: 10px;--type-control: 13px;--type-action: 12px;--type-table: 12px}.studio,.guided-pipeline,.canvas-shell{background:var(--ui-canvas)}.guided-workspace{padding:18px clamp(16px,3vw,44px)}.processing-state{position:relative;z-index:30;min-width:0;min-height:0;flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:40px;background:var(--ui-canvas);color:var(--ui-text);text-align:center}.processing-state-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.processing-ring{position:relative;width:124px;height:124px;display:grid;place-items:center}.processing-ring svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible;transform:rotate(-90deg)}.processing-ring circle{fill:none;stroke-width:7}.processing-ring-track{stroke:#d9dee5}.processing-ring-value{stroke:var(--ui-primary-dark);stroke-linecap:round;stroke-dasharray:100;transition:stroke-dashoffset .3s ease}.processing-ring-value.indeterminate{stroke-dasharray:22 78;transform-origin:50% 50%;animation:processing-ring-spin 1s linear infinite}@keyframes processing-ring-spin{to{transform:rotate(360deg)}}.processing-ring>strong{position:relative;z-index:1;display:grid;place-items:center;color:#334155;font-size:21px;font-weight:900}.processing-state h1{max-width:720px;margin:25px 0 0;color:var(--ui-text);font-size:24px;line-height:1.35;letter-spacing:-.55px;word-break:keep-all}.processing-state p{max-width:620px;margin:10px 0 0;color:var(--ui-text-soft);font-size:12px;line-height:1.65;word-break:keep-all}.processing-state>small{margin-top:14px;color:#64748b;font-size:10px;font-weight:800}.inspector-shell.embedded .node-modal,.dataset-setup-backdrop.embedded .dataset-setup-modal,.report-page-shell .report-modal,.report-page-shell .data-report-modal,.report-page-shell .experiment-modal,.tuning-setup-page,.hyperparameter-settings-page,.guided-ready-card{border:1px solid var(--ui-border);border-radius:var(--ui-radius-page);background:var(--ui-surface);box-shadow:var(--ui-shadow-page)}.report-page-shell .report-modal,.report-page-shell .data-report-modal,.report-page-shell .experiment-modal,.inspector-shell.embedded,.dataset-setup-backdrop.embedded{width:100%;max-width:none}.report-page-shell,.report-page-shell .report-modal,.report-page-shell .data-report-modal,.report-page-shell .experiment-modal,.inspector-shell.embedded,.inspector-shell.embedded .node-modal,.dataset-setup-backdrop.embedded,.dataset-setup-backdrop.embedded .dataset-setup-modal,.tuning-setup-page,.hyperparameter-settings-page,.guided-ready-card{width:100%;height:100%;min-height:0;max-width:none;max-height:none;align-self:stretch}.hyperparameter-settings-page>.node-inspector-shell{flex:1 1 auto;height:auto;min-height:0;overflow:hidden}.hyperparameter-settings-page .node-modal.settings-only{display:flex!important;flex-direction:column;grid-template-rows:none;box-sizing:border-box;min-height:0;overflow:hidden;border:0;border-radius:0;box-shadow:none}.hyperparameter-settings-page .node-modal-scroll{flex:1 1 auto;height:auto;min-height:0;overflow-y:auto}.hyperparameter-settings-page .node-settings-editor{border-top:0}.tuning-model-settings .inspector-shell.embedded .node-modal.settings-only{border:0;border-radius:0;background:transparent;box-shadow:none}.hyperparameter-settings-page .guided-navigation-footer{flex:0 0 62px;width:100%;height:62px;min-height:62px;max-height:62px;box-sizing:border-box;position:relative;z-index:2}.guided-page-header{box-sizing:border-box;flex:0 0 auto;min-height:76px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:var(--ui-header-pad);border-bottom:1px solid var(--ui-border);background:var(--ui-surface)}.guided-page-heading{min-width:0;flex:1}.guided-page-eyebrow{display:block;color:var(--ui-primary);font-size:var(--type-page-step);font-weight:900;letter-spacing:1.25px;line-height:1.2}.guided-page-title{margin:5px 0 0;color:var(--ui-text);font-size:var(--type-page-title);line-height:1.25;letter-spacing:-.45px}.guided-page-title-row{min-width:0;display:flex;align-items:center;gap:12px}.guided-page-title-action{flex:0 0 auto;padding-top:5px}.guided-page-title-action:has(.term-help){display:inline-flex;align-items:center;margin-left:-8px;padding-top:2px}.guided-title-download{min-height:30px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 11px;border:1px solid #111827;border-radius:var(--ui-radius-control);background:#111827;color:#fff;font-size:var(--type-support);font-weight:850;line-height:1;text-decoration:none;white-space:nowrap}.guided-title-download:hover{border-color:#263548;background:#263548;color:#fff}.guided-page-description{margin:5px 0 0;color:var(--ui-text-soft);font-size:var(--type-support);font-weight:650;line-height:1.65}.guided-page-header-actions{flex:0 0 auto;display:flex;align-items:center;gap:8px}.guided-page-header-actions>strong{color:var(--ui-text-soft);font-size:var(--type-label)}.guided-page-header-actions button:not(.primary):not(.secondary){width:34px;height:34px;border:1px solid var(--ui-border);border-radius:var(--ui-radius-control);background:var(--ui-surface);color:var(--ui-text-soft)}.guided-page-header-actions button.primary,.guided-page-header-actions button.secondary{width:auto;height:38px;white-space:nowrap}.beginner-guide,.node-technical-details,.node-advanced-settings{margin-left:var(--ui-page-gutter);margin-right:var(--ui-page-gutter)}.beginner-guide{gap:7px;margin-top:18px;margin-bottom:18px;padding-left:14px;border-left:3px solid var(--ui-primary)}.beginner-guide>p,.beginner-guide>aside{border:0;border-radius:0;background:transparent}.node-settings-editor{margin:0 var(--ui-page-gutter) 20px;padding:15px 0 0;border:0;border-top:1px solid var(--ui-border);border-radius:0;background:var(--ui-surface)}.split-settings-section .split-settings-editor{width:100%;margin-right:0;margin-left:0;padding-top:0;border-top:0}.experiment-note{margin:12px var(--ui-page-gutter);padding:8px 0 8px 13px;border-left:3px solid var(--ui-primary);border-radius:0;background:transparent;color:var(--ui-text-soft);font-size:10px;line-height:1.55}.experiment-table-scroll,.threshold-layout,.data-report-page,.data-profile-tabs{margin-left:0;margin-right:0}.experiment-table-scroll{margin:0 var(--ui-page-gutter);border-radius:var(--ui-radius-control)}.threshold-layout{padding:14px var(--ui-page-gutter) 18px}.data-report-page{padding:20px var(--ui-page-gutter) 24px}.data-profile-tabs{padding:12px var(--ui-page-gutter) 9px}.data-report-steps,.final-report-steps{padding:0}.dataset-setup-backdrop.embedded .dataset-setup-cards{padding-right:var(--ui-page-gutter);padding-left:var(--ui-page-gutter)}.dataset-setup-backdrop.embedded .dataset-preview-toggle,.guided-dataset-review .dataset-review-preview>header{padding-right:var(--ui-page-gutter);padding-left:var(--ui-page-gutter)}.report-page-shell .report-toolbar,.report-page-shell .experiment-summary{padding-right:var(--ui-page-gutter);padding-left:var(--ui-page-gutter)}.report-page-shell .data-report-steps,.report-page-shell .final-report-steps{margin-top:0;margin-right:0;margin-left:0;padding-right:0;padding-left:0}.report-page-shell .data-report-steps,.report-page-shell .final-report-steps{border-right:0;border-left:0}.report-page-shell .report-tabs-header{border-bottom:0}.report-page-shell .intermediate-model-selection:not(.standalone){margin-right:var(--ui-page-gutter);margin-left:var(--ui-page-gutter)}.report-page-shell .metric-strip article:first-child{padding-left:var(--ui-page-gutter)}.node-modal>footer,.dataset-setup-footer,.data-report-footer,.final-report-footer,.model-selection-footer,.experiment-modal>footer,.guided-dataset-review>footer,.guided-ready-card>footer{min-height:62px;align-items:center;padding:var(--ui-footer-pad);border-top:1px solid var(--ui-border);background:var(--ui-subtle)}button.guided-nav-button,.studio button.guided-nav-button{width:var(--ui-action-width);min-width:var(--ui-action-width);max-width:var(--ui-action-width);height:40px;min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 14px;border:1px solid var(--ui-border-strong);border-radius:var(--ui-radius-control);background:var(--ui-surface);color:var(--ui-text-soft);box-shadow:none;font-family:var(--ui-font-family);font-size:var(--type-action);font-style:normal;font-weight:850;line-height:1;letter-spacing:0;text-rendering:geometricPrecision;white-space:nowrap}button.guided-nav-button,button.guided-nav-button:hover,button.guided-nav-button:focus-visible,button.guided-nav-button:active{background-image:none;box-shadow:none}button.guided-nav-button svg{flex:0 0 auto}button.guided-nav-button>span,.studio button.guided-nav-button>span{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit}button.guided-nav-button.primary{border-color:var(--ui-primary);background:var(--ui-primary);color:#fff}button.guided-nav-button.primary>span,button.guided-nav-button.primary svg{color:#fff!important;opacity:1!important}button.guided-nav-button.primary svg{stroke:#fff!important}button.guided-nav-button:disabled,button.guided-nav-button[aria-disabled=true]{border-color:#aeb5bf;background:#aeb5bf;color:#f8fafc;box-shadow:none;cursor:not-allowed;opacity:1}button.guided-nav-button.primary:disabled,button.guided-nav-button.primary[aria-disabled=true]{border-color:#aeb5bf;background:#aeb5bf;color:#fff;box-shadow:none;cursor:not-allowed;opacity:1}button.guided-nav-button.primary:disabled>span,button.guided-nav-button.primary:disabled svg,button.guided-nav-button.primary[aria-disabled=true]>span,button.guided-nav-button.primary[aria-disabled=true] svg{color:#fff!important;opacity:1!important}.guided-method-card{display:flex;flex-direction:column;padding:0;overflow:hidden}.guided-method-card>.guided-choice-page-body{flex:1;min-height:0;overflow:auto;padding:24px var(--ui-page-gutter) 26px}.guided-method-card>footer{min-height:62px;margin-top:auto;padding:var(--ui-footer-pad);border-top:1px solid var(--ui-border);background:var(--ui-subtle)}.guided-model-rail{min-height:72px;padding:9px var(--ui-page-gutter);border-bottom-color:var(--ui-border)}.guided-model-rail button{min-width:174px;min-height:46px;border-color:var(--ui-border);border-radius:var(--ui-radius-control)}.guided-model-rail button.active{border-color:var(--ui-primary);background:var(--ui-primary-soft)}.target-setup-intro,.cleanup-step-guide p,.guided-ready-card>p,.guided-choice-page-body>.target-setup-intro{font-size:var(--type-body)}.target-field-heading b,.split-settings-heading b,.guided-choice-list b,.node-settings-title strong,.intermediate-model-selection>header strong,.data-statistics-page h3,.data-chart-page h3{font-size:var(--type-section-title)}.target-field-heading small,.split-settings-heading small,.guided-choice-list b em,.model-param-range,.common-preprocessing-summary dt,.metric-strip span{font-size:var(--type-meta)}.target-setup-field>em,.target-column-confirmation,.positive-class-confirmation,.setup-decision-guide ul,.split-auto-rules li b,.split-auto-rules li>span,.split-settings-editor .split-setting-row>span,.split-settings-editor .split-setting-row>p,.split-settings-section>header>p,.cleanup-method-section>header>p,.guided-choice-list small,.guided-choice-detail-body>strong,.guided-choice-detail-body>p,.intermediate-model-selection>header span,.intermediate-model-options small,.common-preprocessing-summary dd,.node-settings-title small,.model-setting-mode,.experiment-note,.report-toolbar button,.report-toolbar a{font-size:var(--type-support)}.target-setup-card select,.cost-input-panel input,.cleanup-threshold-field input,.node-settings-grid input,.node-settings-grid select,.model-candidate-input input,.model-candidate-input select{font-size:var(--type-control)}.setup-decision-guide>summary,.split-auto-rules>summary,.cleanup-threshold-field>span,.node-settings-grid label>span,.model-param-fields legend,.report-toolbar strong,.final-report-steps button,.data-report-steps button,.data-profile-tabs button{font-size:var(--type-label)}.term-help:after,.node-settings-grid label small,.guided-choice-details>summary,.cleanup-threshold-examples li,.cleanup-estimate,.cleanup-auto-row>strong,.cleanup-auto-row>span,.intermediate-model-selection>header b,.intermediate-model-selection>header .selection-limit-notice,.intermediate-model-options em,.guided-model-rail button small{font-size:var(--type-meta)}.term-help{font-size:8px}.intermediate-model-options strong{font-size:var(--type-section-title)}.experiment-summary small,.parameter-summary-list b{font-size:var(--type-support)}.experiment-summary strong,.threshold-curve-card>header strong{font-size:var(--type-section-title)}.experiment-summary code,.threshold-curve-card>header span{font-size:var(--type-label)}.metric-strip strong{font-size:17px}.threshold-recommended-badge{font-size:var(--type-caption)}.data-statistics-table,.experiment-table-scroll table,.markdown-view table{font-size:var(--type-table)}.data-markdown-view,.markdown-view{font-size:var(--type-body)}.markdown-view h1{font-size:var(--type-document-title)}.data-markdown-view h2,.markdown-view h2{font-size:var(--type-document-section)}.markdown-view h3,.assistant-panel-header strong{font-size:var(--type-section-title)}.assistant-panel-header small{font-size:var(--type-meta)}.assistant-message{font-size:var(--type-body)}.assistant-panel-input input{font-size:var(--type-support)}.guided-model-rail>strong{font-size:var(--type-label)}.guided-model-rail button b{font-size:var(--type-support)}.experiment-table-scroll,.data-statistics-table,.markdown-view table{border-color:var(--ui-border)}.experiment-table-scroll th,.data-statistics-table th,.markdown-view th{background:#f1f5f9;color:#334155}.metric-strip article{border:0;border-right:1px solid var(--ui-border);border-radius:0;background:transparent}.metric-strip article:last-child{border-right:0}.threshold-curve-card{border-color:var(--ui-border);border-radius:var(--ui-radius-control);background:var(--ui-surface)}.threshold-chart-stack{grid-template-rows:repeat(2,minmax(0,1fr));overflow:hidden}.guided-choice-page-body,.node-modal-scroll,.data-report-page,.markdown-view,.data-markdown-view{color:var(--ui-text-soft);line-height:1.65}.guided-choice-page-body p,.node-modal-scroll p,.data-report-page p,.markdown-view p,.data-markdown-view p{line-height:1.7}.guided-phase-button>span{font-size:13px;line-height:1.4}.guided-phase-steps button{min-height:36px;color:#526174}.guided-phase-steps button>span{font-size:11px;font-weight:780;line-height:1.45}.guided-phase-steps button small{color:var(--ui-muted);font-size:10px}.guided-model-rail button{min-height:50px;padding:9px 12px}.guided-model-rail button.no-detail{min-height:42px;padding-top:6px;padding-bottom:6px}.guided-model-rail button b{font-size:12px}.guided-model-rail button small{color:var(--ui-muted);font-size:10px;line-height:1.35}.intermediate-model-options label{min-height:54px;padding:12px 14px}.intermediate-model-options small{color:var(--ui-text-soft);line-height:1.45}.intermediate-model-options em{font-size:var(--type-meta);letter-spacing:.45px}.data-statistics-table th,.data-statistics-table td,.experiment-table-scroll th,.experiment-table-scroll td,.markdown-view th,.markdown-view td{padding-top:11px;padding-bottom:11px;line-height:1.5}.node-settings-title{margin-bottom:17px}.node-settings-title small,.model-setting-mode,.model-param-range,.node-settings-grid label small{color:var(--ui-muted);line-height:1.5}.node-settings-grid{gap:14px}.node-settings-grid input,.node-settings-grid select{min-height:38px;color:var(--ui-text)}.model-param-fields{gap:14px}.model-param-fields fieldset{padding:13px}.model-candidate-input input,.model-candidate-input select,.add-model-candidate{height:36px;font-size:var(--type-control)}.model-candidate-input input,.model-candidate-input select{width:124px}.report-toolbar span,.experiment-summary small,.common-preprocessing-summary dt{color:var(--ui-muted)}.threshold-curve-card{box-sizing:border-box;min-height:0;overflow:hidden}@media(max-width:760px){:root{--ui-page-gutter: 16px}.guided-workspace{padding:0}.guided-page-header{min-height:68px}}:root{--ui-muted: #64748b;--type-meta: 12px;--type-caption: 11px}.tuning-model-summary strong{font-size:14px;line-height:1.35}.tuning-model-summary small{display:block;color:var(--ui-text-soft);font-size:12px;line-height:1.55;white-space:normal}.tuning-settings-toggle,.model-detail-toggle{font-size:12px}.model-education-panel h4{font-size:14px;line-height:1.45}.model-education-panel p,.model-education-summary p{color:var(--ui-text-soft);font-size:13px;font-weight:600;line-height:1.75}.model-param-range{color:var(--ui-text-soft);font-size:12px;line-height:1.5}.model-parameter-guide th,.model-parameter-guide td,.model-parameter-guide tbody code{font-size:12px}.guided-choice-detail-intro{color:var(--ui-text-soft)!important;font-size:13px!important;font-weight:600!important;line-height:1.75!important}.guided-choice-calculation>small,.guided-choice-calculation>p,.guided-formula-definition p,.guided-formula-interpretation,.guided-choice-example p,.guided-choice-pros-cons p{color:var(--ui-text-soft);font-size:12px;line-height:1.7}.guided-model-rail button small{font-size:11px}.markdown-view>p,.markdown-view>ul,.markdown-view>ol,.data-markdown-view>p,.data-markdown-view>ul,.data-markdown-view>ol{max-width:88ch}.markdown-view>p:has(>img),.data-markdown-view>p:has(>img){width:100%;max-width:none}.markdown-view p,.markdown-view li,.data-markdown-view p,.data-markdown-view li{color:var(--ui-text-soft);font-weight:500}.studio.landing-mode{grid-template-rows:64px minmax(0,1fr);background:#fff}.studio.landing-mode .studio-header{border-bottom-color:#dce2e9b8;background:#fffffff7}.studio.landing-mode .breadcrumb{display:none}.studio-body.no-assistant{grid-template-columns:minmax(0,1fr)}.studio.landing-mode .canvas-shell{overflow-y:auto;background:radial-gradient(circle at 9% 25%,rgba(72,184,206,.09),transparent 26%),radial-gradient(circle at 88% 24%,rgba(124,207,223,.13),transparent 28%),#fff}.landing-hero{position:relative;z-index:2;min-height:100%;width:min(1500px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(420px,.88fr) minmax(580px,1.12fr);align-items:center;gap:clamp(40px,5vw,88px);padding:clamp(46px,7vh,92px) clamp(34px,5vw,78px) clamp(54px,8vh,100px)}.landing-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;opacity:.34;background-image:radial-gradient(#a8dce6 .8px,transparent .8px);background-size:30px 30px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 42%,#000 78%,transparent);mask-image:linear-gradient(90deg,transparent,#000 42%,#000 78%,transparent);pointer-events:none}.landing-copy{min-width:0;animation:landing-copy-in .72s cubic-bezier(.22,.8,.28,1) both}.landing-brand-dots{display:flex;gap:8px;margin-bottom:22px}.landing-brand-dots i{width:11px;height:11px;border-radius:999px;background:#2ca4bf}.landing-brand-dots i:nth-child(2){background:#80cede}.landing-brand-dots i:nth-child(3){background:#c7ebf2}.landing-kicker{margin:0 0 14px;color:#1787a3;font-size:11px;font-weight:950;letter-spacing:2.2px}.landing-copy h1{margin:0;color:#101827;font-size:clamp(42px,4.4vw,68px);font-weight:880;line-height:1.09;letter-spacing:-3.3px;word-break:keep-all}.landing-copy h1 em{color:#1787a3;font-style:normal}.landing-summary{max-width:610px;margin:24px 0 0;color:#55657a;font-size:15px;font-weight:620;line-height:1.78;word-break:keep-all}.landing-service-details{max-width:650px;margin:34px 0 0;display:grid;gap:0;border-top:1px solid #dfe7ed}.landing-service-details>div{display:grid;grid-template-columns:162px minmax(0,1fr);gap:18px;padding:15px 0;border-bottom:1px solid #e5ebf0}.landing-service-details dt{display:flex;align-items:center;gap:8px;color:#1f2937;font-size:11px;font-weight:900;white-space:nowrap}.landing-service-details dt svg{color:#1787a3}.landing-service-details dd{margin:0;color:#718096;font-size:11px;font-weight:670;line-height:1.6;word-break:keep-all}.landing-actions{display:flex;align-items:center;gap:17px;margin-top:30px}.landing-upload-button{height:50px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 22px;border-radius:10px;background:#101827;color:#fff;font-size:12px;font-weight:900;box-shadow:0 14px 28px #0f172a2e;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.landing-upload-button:hover{background:#0f7188;transform:translateY(-2px);box-shadow:0 17px 34px #0f71883b}.landing-actions>span{color:#91a0b2;font-size:9px;font-weight:800;letter-spacing:.2px}.landing-product-demo{position:relative;min-width:0;animation:landing-demo-in .88s .12s cubic-bezier(.22,.8,.28,1) both}.landing-demo-glow{position:absolute;top:6%;right:-4%;bottom:-8%;left:-4%;border-radius:50%;background:radial-gradient(circle,#48b8ce33,#48b8ce00 68%);filter:blur(26px);animation:landing-glow 5s ease-in-out infinite}.landing-demo-window{position:relative;overflow:hidden;border:1px solid rgba(203,213,225,.9);border-radius:18px;background:#fffffff2;box-shadow:0 30px 70px #0f172a29,0 4px 14px #0f172a0f}.landing-demo-window>header{height:48px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 17px;border-bottom:1px solid #e4e9ee;background:#fafbfcf5}.landing-window-dots{display:flex;gap:6px}.landing-window-dots i{width:8px;height:8px;border-radius:50%;background:#d3dae3}.landing-demo-window>header>span{color:#637285;font-size:9px;font-weight:850;letter-spacing:.4px}.landing-demo-window>header>b{justify-self:end;padding:4px 7px;border-radius:5px;background:#e8f7fa;color:#0f7188;font-size:7px;letter-spacing:.6px}.landing-demo-app{height:clamp(410px,53vh,540px);display:grid;grid-template-columns:128px minmax(250px,1fr) 178px;background:#f4f7f9}.landing-demo-menu{min-width:0;padding:18px 11px;border-right:1px solid #dfe6ec;background:#fffffff0}.landing-demo-menu>strong{display:block;margin:0 7px 13px;color:#7b8a9c;font-size:8px;letter-spacing:1px}.landing-demo-menu ol{margin:0;padding:0;list-style:none}.landing-demo-menu li{--step-color: #94a3b8;min-height:38px;display:grid;grid-template-columns:20px minmax(0,1fr) 13px;align-items:center;gap:5px;margin-bottom:5px;padding:5px 6px;border-radius:7px;color:var(--step-color);animation-duration:10s;animation-iteration-count:infinite;animation-fill-mode:both}.landing-demo-menu li>span{width:19px;height:19px;display:grid;place-items:center;border-radius:50%;background:#edf1f5;font-size:7px;font-weight:900}.landing-demo-menu li>b{font-size:8px;white-space:nowrap}.landing-demo-menu li>i{width:13px;height:13px;display:grid;place-items:center;border:1px solid #d4dce5;border-radius:50%;background:#fff;color:transparent}.landing-demo-menu li>i{animation-duration:10s;animation-iteration-count:infinite;animation-fill-mode:both}.landing-demo-menu li:nth-child(1){animation-name:landing-step-1}.landing-demo-menu li:nth-child(2){animation-name:landing-step-2}.landing-demo-menu li:nth-child(3){animation-name:landing-step-3}.landing-demo-menu li:nth-child(4){animation-name:landing-step-4}.landing-demo-menu li:nth-child(5){animation-name:landing-step-5}.landing-demo-menu li:nth-child(6){animation-name:landing-step-6}.landing-demo-menu li:nth-child(1)>i{animation-name:landing-check-1}.landing-demo-menu li:nth-child(2)>i{animation-name:landing-check-2}.landing-demo-menu li:nth-child(3)>i{animation-name:landing-check-3}.landing-demo-menu li:nth-child(4)>i{animation-name:landing-check-4}.landing-demo-menu li:nth-child(5)>i{animation-name:landing-check-5}.landing-demo-menu li:nth-child(6)>i{animation-name:landing-check-6}.landing-demo-content{min-width:0;padding:29px 24px;overflow:hidden}.landing-demo-heading>span{color:#1787a3;font-size:7px;font-weight:950;letter-spacing:1.1px}.landing-demo-heading>strong{max-width:350px;display:block;margin-top:7px;color:#172033;font-size:14px;line-height:1.35}.landing-demo-progress{height:4px;margin:17px 0 21px;overflow:hidden;border-radius:999px;background:#dfe7ed}.landing-demo-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#1787a3,#69c4d6);animation:landing-progress 9s ease-in-out infinite}.landing-demo-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.landing-demo-metrics article{padding:12px;border:1px solid #dfe6ec;border-radius:9px;background:#fff;box-shadow:0 5px 12px #0f172a09}.landing-demo-metrics small{display:block;color:#8b99aa;font-size:7px;font-weight:800}.landing-demo-metrics b{display:inline-block;margin-top:6px;color:#172033;font-size:19px}.landing-demo-metrics span{margin-left:3px;color:#91a0b2;font-size:7px;font-weight:800}.landing-demo-chart{margin-top:11px;padding:12px;border:1px solid #dfe6ec;border-radius:9px;background:#fff}.landing-demo-chart header{display:flex;align-items:center;gap:6px;color:#526174}.landing-demo-chart header b{font-size:8px}.landing-demo-chart header span{margin-left:auto;color:#9aa7b6;font-size:7px}.landing-demo-chart>div{height:116px;display:flex;align-items:end;gap:8%;padding:15px 7px 0;border-bottom:1px solid #e5ebf0}.landing-demo-chart>div i{width:9%;height:var(--bar-height);border-radius:4px 4px 0 0;background:linear-gradient(180deg,#5ec1d4,#1787a3);transform-origin:bottom;animation:landing-bar 2.5s calc(var(--bar-index) * .1s) ease-in-out infinite alternate}.landing-demo-chat{min-width:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;border-left:1px solid #dfe6ec;background:#fff}.landing-demo-chat>header{display:grid;grid-template-columns:27px minmax(0,1fr);align-items:center;gap:7px;padding:13px 11px;border-bottom:1px solid #e6ebf0}.landing-demo-chat>header>span{width:27px;height:27px;display:grid;place-items:center;border-radius:8px;background:#e8f7fa;color:#0f7188}.landing-demo-chat>header b{display:block;color:#1e293b;font-size:8px}.landing-demo-chat>header small{display:block;margin-top:2px;color:#2a9bb5;font-size:6px;font-weight:850}.landing-demo-chat-body{min-height:0;display:flex;flex-direction:column;gap:8px;padding:13px 10px;overflow:hidden;background:#f7f9fb}.landing-demo-chat-body p{max-width:92%;margin:0;padding:8px;border:1px solid #dfe6ec;border-radius:8px;color:#526174;background:#fff;font-size:7px;font-weight:700;line-height:1.5;opacity:0;animation:landing-chat-message 9s 1.1s infinite}.landing-demo-chat-body p.assistant{align-self:flex-start}.landing-demo-chat-body p.user{align-self:flex-end;border-color:#acdce6;background:#e8f7fa;color:#0f7188;animation-delay:3.2s}.landing-demo-chat-body p.delayed{animation-delay:5.15s}.landing-demo-chat-body p svg{margin:0 3px -2px 0;color:#1787a3}.landing-demo-chat-body>span{display:flex;align-items:center;gap:5px;margin-top:auto;color:#9aa7b6;font-size:6px;font-weight:800}.landing-demo-chat-body>span i{width:5px;height:5px;border-radius:50%;background:#42b3c9;animation:landing-pulse 1.2s ease-in-out infinite}.landing-demo-chat>footer{height:38px;display:flex;align-items:center;justify-content:space-between;margin:9px;padding:0 9px;border:1px solid #dce3ea;border-radius:7px;color:#9aa7b6;font-size:6px}.landing-demo-chat>footer b{color:#1787a3;font-size:10px}.landing-demo-caption{position:relative;margin:15px 0 0;color:#708095;font-size:9px;font-weight:750;text-align:center}.landing-demo-caption i{width:6px;height:6px;display:inline-block;margin-right:6px;border-radius:50%;background:#36aac2;box-shadow:0 0 0 4px #36aac21f}@keyframes landing-copy-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes landing-demo-in{0%{opacity:0;transform:translate(24px,10px) scale(.98)}to{opacity:1;transform:none}}@keyframes landing-glow{50%{opacity:.62;transform:scale(1.05)}}@keyframes landing-progress{0%{width:6%}82%,to{width:100%}}@keyframes landing-step-1{0%,7%{background:transparent;color:#94a3b8}8%,17%{background:#e8f7fa;color:#0f7188}18%,to{background:transparent;color:#526174}}@keyframes landing-step-2{0%,17%{background:transparent;color:#94a3b8}18%,27%{background:#e8f7fa;color:#0f7188}28%,to{background:transparent;color:#526174}}@keyframes landing-step-3{0%,27%{background:transparent;color:#94a3b8}28%,37%{background:#e8f7fa;color:#0f7188}38%,to{background:transparent;color:#526174}}@keyframes landing-step-4{0%,37%{background:transparent;color:#94a3b8}38%,47%{background:#e8f7fa;color:#0f7188}48%,to{background:transparent;color:#526174}}@keyframes landing-step-5{0%,47%{background:transparent;color:#94a3b8}48%,57%{background:#e8f7fa;color:#0f7188}58%,to{background:transparent;color:#526174}}@keyframes landing-step-6{0%,57%{background:transparent;color:#94a3b8}58%,67%{background:#e8f7fa;color:#0f7188}68%,to{background:transparent;color:#526174}}@keyframes landing-check-1{0%,17%{border-color:#d4dce5;background:#fff;color:transparent}18%,to{border-color:#58bbcf;background:#58bbcf;color:#fff}}@keyframes landing-check-2{0%,27%{border-color:#d4dce5;background:#fff;color:transparent}28%,to{border-color:#58bbcf;background:#58bbcf;color:#fff}}@keyframes landing-check-3{0%,37%{border-color:#d4dce5;background:#fff;color:transparent}38%,to{border-color:#58bbcf;background:#58bbcf;color:#fff}}@keyframes landing-check-4{0%,47%{border-color:#d4dce5;background:#fff;color:transparent}48%,to{border-color:#58bbcf;background:#58bbcf;color:#fff}}@keyframes landing-check-5{0%,57%{border-color:#d4dce5;background:#fff;color:transparent}58%,to{border-color:#58bbcf;background:#58bbcf;color:#fff}}@keyframes landing-check-6{0%,67%{border-color:#d4dce5;background:#fff;color:transparent}68%,to{border-color:#58bbcf;background:#58bbcf;color:#fff}}@keyframes landing-bar{0%{transform:scaleY(.58);opacity:.7}to{transform:scaleY(1);opacity:1}}@keyframes landing-chat-message{0%,7%{opacity:0;transform:translateY(7px)}11%,82%{opacity:1;transform:none}92%,to{opacity:0}}@keyframes landing-pulse{50%{opacity:.35;transform:scale(.72)}}@media(max-width:1180px){.landing-hero{grid-template-columns:minmax(380px,.86fr) minmax(500px,1.14fr);gap:32px;padding-inline:34px}.landing-demo-app{grid-template-columns:112px minmax(220px,1fr) 158px}.landing-service-details>div{grid-template-columns:145px minmax(0,1fr)}}@media(max-width:920px){.studio.landing-mode{height:auto;min-height:100vh;overflow:visible}.studio.landing-mode .studio-body,.studio.landing-mode .workspace,.studio.landing-mode .canvas-shell{min-height:0;height:auto;overflow:visible}.landing-hero{grid-template-columns:1fr;padding-top:56px}.landing-copy{max-width:700px}.landing-product-demo{width:100%;max-width:760px;margin:0 auto}.landing-demo-app{height:480px}}@media(max-width:640px){.studio.landing-mode .studio-header{padding-inline:18px}.landing-hero{padding:40px 18px 58px}.landing-copy h1{font-size:38px;letter-spacing:-2px}.landing-service-details>div{grid-template-columns:1fr;gap:7px}.landing-actions{align-items:flex-start;flex-direction:column}.landing-demo-app{height:430px;grid-template-columns:94px minmax(190px,1fr)}.landing-demo-chat{display:none}}@media(prefers-reduced-motion:reduce){.landing-copy,.landing-product-demo,.landing-demo-glow,.landing-demo-menu li,.landing-demo-menu li>i,.landing-demo-progress i,.landing-demo-chart>div i,.landing-demo-chat-body p,.landing-demo-chat-body>span i{animation:none!important}.landing-demo-progress i{width:72%}.landing-demo-chat-body p{opacity:1}}.brand{padding:0;background:transparent}.brand:focus-visible,.account-profile:focus-visible,.project-card:focus-visible,.project-create-card:focus-visible{outline:3px solid rgba(23,135,163,.24);outline-offset:2px}.google-login-button{flex:0 0 auto;width:220px;min-height:44px;display:flex;align-items:center;justify-content:flex-end;overflow:hidden;border-radius:999px;transition:transform .16s ease,filter .16s ease}.google-login-button:hover{transform:translateY(-1px);filter:drop-shadow(0 5px 10px rgba(15,23,42,.1))}.auth-loading{color:#718096;font-size:11px;font-weight:800}.account-controls{position:relative;flex:0 0 auto}.studio.landing-mode .account-controls,.studio.landing-mode .google-login-button,.studio.landing-mode .auth-loading{margin-left:auto}.account-profile{width:44px;height:44px;display:flex;align-items:center;justify-content:center;padding:3px;border:1px solid transparent;border-radius:999px;background:transparent;text-align:left}.account-profile:hover,.account-profile[aria-expanded=true]{border-color:#dce3eb;background:#f8fafc}.account-profile>img,.account-profile>span{width:38px;height:38px;flex:0 0 38px;border-radius:50%;object-fit:cover}.account-profile>span{display:grid;place-items:center;background:#eaf8fb;color:#0f7188;font-size:12px;font-weight:900}.account-menu>div{min-width:0;display:grid;gap:1px}.account-menu{position:absolute;top:calc(100% + 9px);right:0;z-index:120;width:248px;overflow:hidden;border:1px solid #dce3eb;border-radius:10px;background:#fff;box-shadow:0 18px 45px #0f172a29;animation:account-menu-in .14s ease-out}.account-menu>div{padding:14px 15px 12px;border-bottom:1px solid #e8edf2}.account-menu>div b{color:#1f2937;font-size:12px}.account-menu>div small{margin-top:3px;overflow:hidden;color:#8492a6;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.account-menu>button{width:100%;min-height:42px;display:flex;align-items:center;gap:8px;padding:0 15px;background:#fff;color:#475569;font-size:11px;font-weight:850;text-align:left}.account-menu>button:hover{background:#f8fafc;color:#b42318}@keyframes account-menu-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.project-home{--project-gutter-left: clamp(24px, 2vw, 40px);--project-gutter-right: clamp(36px, 3vw, 60px);position:relative;z-index:2;width:100%;height:100%;min-height:100%;margin:0;display:flex;flex-direction:column;padding:clamp(20px,2.8vh,30px) var(--project-gutter-right) 0 var(--project-gutter-left)}.project-home:before{content:none}.project-home-header{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding-bottom:12px}.project-home-header>div{min-width:0}.project-home-header h1{margin:0;color:#222;font-size:clamp(23px,1.8vw,28px);font-weight:760;line-height:1.2;letter-spacing:-.8px}.project-home-header span{display:block;margin-top:8px;color:#717171;font-size:13px;font-weight:520}.project-home-loading{min-height:300px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:11px;color:#718096;font-size:12px;font-weight:750}.project-card-section{flex:1 0 auto;margin:10px calc(-1 * var(--project-gutter-right)) 0 calc(-1 * var(--project-gutter-left));padding:clamp(26px,2.5vw,40px) var(--project-gutter-right) max(42px,6vh) var(--project-gutter-left);border:0;border-radius:0;background:#f5f5f5}.project-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,1.5vw,24px)}.project-card{min-width:0;min-height:314px;overflow:hidden;border:1px solid #e7e7e7;border-radius:16px;background:#fff;text-align:left;box-shadow:0 2px 10px #0000000a;transition:transform .17s ease,border-color .17s ease,box-shadow .17s ease}.project-card:hover{border-color:#d0d0d0;transform:translateY(-2px);box-shadow:0 12px 28px #00000017}.project-card:disabled{cursor:wait}.project-create-card{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;padding:28px;border:1px dashed #c7c7c7;background:#fff;text-align:center}.project-create-card>span{width:58px;height:58px;display:grid;place-items:center;margin-bottom:5px;border-radius:50%;background:#f1f1f1;color:#484848}.project-create-card strong{color:#222;font-size:17px;font-weight:720}.project-create-card small{max-width:250px;color:#717171;font-size:12px;font-weight:520;line-height:1.6}.project-data-card{display:grid;grid-template-rows:auto minmax(72px,auto) auto auto;padding:20px 20px 0}.project-card-topline,.project-card-title,.project-card-open{display:flex;align-items:center}.project-card-topline{min-height:112px;justify-content:space-between;align-items:flex-start;margin:-20px -20px 0;padding:20px;border-bottom:0;background-color:#edf2f3;background-image:linear-gradient(rgba(255,255,255,.58) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.58) 1px,transparent 1px);background-size:22px 22px}.project-card-topline i{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;box-shadow:none}.project-card-topline i.is-complete{background:#e5f6eb;color:#219653}.project-card-topline i.is-incomplete{background:#e2e5e9;color:#8a929d}.project-card-topline>small{padding:7px 9px;border-radius:999px;background:#ffffffe0;color:#5f6368;font-size:11px;font-weight:650}.project-card-title{min-width:0;align-items:flex-start;justify-content:center;flex-direction:column;gap:4px;padding-top:16px}.project-card-title strong{width:100%;overflow:hidden;color:#222;font-size:19px;font-weight:740;letter-spacing:-.35px;text-overflow:ellipsis;white-space:nowrap}.project-card-title small{width:100%;overflow:hidden;color:#717171;font-size:12px;font-weight:520;text-overflow:ellipsis;white-space:nowrap}.project-card-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:10px;padding:15px 0;border-top:1px solid #eeeeee}.project-card-stats>span{min-width:0;display:grid;gap:4px;padding:0 10px;border-right:1px solid #eeeeee}.project-card-stats>span:first-child{padding-left:0}.project-card-stats>span:last-child{padding-right:0;border-right:0}.project-card-stats small{color:#717171;font-size:10px;font-weight:560}.project-card-stats b{overflow:hidden;color:#222;font-size:14px;font-weight:680;text-overflow:ellipsis;white-space:nowrap}.project-card-open{min-height:48px;justify-content:space-between;gap:7px;margin:0 -20px;padding:0 20px;border-top:1px solid #eeeeee;background:#fff;color:#222;font-size:12px;font-weight:680}.project-data-card:hover .project-card-open{color:#1689a3}@media(max-width:980px){.project-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.project-home{--project-gutter-left: 18px;--project-gutter-right: 18px;padding:20px var(--project-gutter-right) 0 var(--project-gutter-left)}.project-home-header{align-items:flex-start;flex-direction:column}.project-card-grid{grid-template-columns:1fr}.project-card-section{margin-top:10px;padding-top:22px}}
