:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;color:#1d2024;background:#f3f4f5;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #1d2024;--muted: #66707a;--line: #dfe2e5;--line-strong: #c9ced3;--surface: #ffffff;--soft: #f6f7f8;--wine: #7a1832;--wine-dark: #5f1026;--wine-soft: #f8edf0;--green: #1d7750;--green-soft: #eaf6f0;--blue: #246b89;--blue-soft: #eaf4f8;--amber: #9b5b08;--amber-soft: #fff5e5;--danger: #a12b34}*{box-sizing:border-box}html{min-width:320px;background:#f3f4f5}body{margin:0;min-width:320px;min-height:100vh;background:#f3f4f5}button,input,select,textarea{font:inherit}button{color:inherit}button,label,select{-webkit-tap-highlight-color:transparent}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid rgba(36,107,137,.26);outline-offset:2px}button:disabled,input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;opacity:.66}input,select,textarea{width:100%;min-height:42px;border:1px solid var(--line-strong);border-radius:6px;padding:9px 11px;color:var(--ink);background:#fff;transition:border-color .15s ease,box-shadow .15s ease}input:hover,select:hover,textarea:hover{border-color:#9fa6ad}input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #246b891c;outline:none}textarea{resize:vertical;line-height:1.55}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:#17191c;letter-spacing:-.025em}p{color:var(--muted);line-height:1.55}.app-shell{min-height:100vh}.topbar{min-height:66px;display:grid;grid-template-columns:minmax(220px,1fr) auto minmax(220px,1fr);align-items:center;gap:20px;padding:10px max(24px,calc((100vw - 1440px)/2 + 24px));background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30}.brand{border:0;background:transparent;padding:0;display:flex;align-items:center;gap:10px;text-align:left;cursor:pointer;min-width:0}.brand-mark{display:grid;place-items:center;width:38px;height:38px;flex:0 0 auto;border-radius:6px;background:var(--wine);color:#fff;font-size:12px;font-weight:800;letter-spacing:.08em}.brand strong,.brand small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand strong{font-size:14px}.brand small{font-size:10px;margin-top:2px;color:var(--muted);letter-spacing:.06em}.main-nav{display:flex;align-items:stretch;height:45px}.main-nav button{border:0;border-bottom:2px solid transparent;padding:0 18px;background:transparent;color:#5b626a;font-size:14px;font-weight:650;cursor:pointer}.main-nav button:hover{color:var(--ink)}.main-nav button.active{color:var(--wine);border-bottom-color:var(--wine)}.new-session-button{justify-self:end}.button{min-height:42px;border-radius:6px;border:1px solid transparent;padding:9px 16px;font-weight:700;font-size:14px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:7px}.button.small{min-height:34px;padding:6px 10px;font-size:12px}.button.primary{color:#fff;background:var(--wine);border-color:var(--wine)}.button.primary:hover{background:var(--wine-dark)}.button.secondary{background:#fff;border-color:var(--line-strong);color:#34393e}.button.secondary:hover{background:var(--soft);border-color:#9fa6ad}.button.reveal{color:#fff;background:#a02e36;border-color:#a02e36}.button.reveal:hover{background:#85242c}.button.reveal-outline{color:var(--danger);background:#fff;border-color:#c77d83}.button.reveal-outline:hover{background:#fff5f5}.button.danger-secondary{color:var(--danger);background:#fff;border-color:#d7a1a5}.text-button{border:0;background:transparent;padding:3px 2px;color:var(--blue);font-weight:700;font-size:13px;cursor:pointer}.text-button.subtle{color:var(--muted);font-weight:550}.danger-text{color:var(--danger)}.icon-button{border:1px solid transparent;width:38px;height:38px;display:grid;place-items:center;background:transparent;font-size:24px;color:#5c646c;border-radius:6px;cursor:pointer}.icon-button:hover{background:var(--soft)}.workbench,.page-view{width:min(1440px,100%);margin:0 auto;padding:30px 24px 56px}.session-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:20px}.session-heading{min-width:0}.session-heading h1,.page-heading h1{margin:7px 0 6px;font-size:clamp(25px,2.2vw,34px);overflow-wrap:anywhere}.session-heading>p{margin:0;font-size:14px}.session-kicker{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;color:var(--muted);font-size:12px}.session-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:7px;max-width:450px}.status-badge{display:inline-flex;width:fit-content;align-items:center;min-height:22px;padding:3px 8px;border-radius:999px;font-size:11px;font-weight:750;white-space:nowrap;background:#edf0f2;color:#59616a}.status-active,.status-noted{color:var(--blue);background:var(--blue-soft)}.status-completed,.status-guessed{color:var(--amber);background:var(--amber-soft)}.status-revealed{color:var(--green);background:var(--green-soft)}.status-archived{background:#e9ebed;color:#50575e}.workspace-grid{display:grid;grid-template-columns:238px minmax(0,1fr);align-items:start;gap:18px}.sample-sidebar,.tasting-surface{background:var(--surface);border:1px solid var(--line);border-radius:8px}.sample-sidebar{position:sticky;top:86px;overflow:hidden}.sidebar-title{padding:15px 16px 11px;display:flex;justify-content:space-between;align-items:center;font-weight:750;font-size:12px;color:#4f565d;border-bottom:1px solid var(--line)}.sidebar-title span:last-child{min-width:22px;height:22px;display:grid;place-items:center;border-radius:999px;background:#eceff1}.sample-list{display:flex;flex-direction:column;padding:7px;gap:3px}.sample-item-shell{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 48px;align-items:stretch;border:1px solid transparent;border-radius:6px;overflow:hidden}.sample-item-shell:hover{background:var(--soft)}.sample-item-shell.active{background:var(--wine-soft);border-color:#e9cad2}.sample-item{min-width:0;width:100%;border:0;background:transparent;padding:8px;display:grid;grid-template-columns:35px minmax(0,1fr);align-items:center;gap:7px;text-align:left;cursor:pointer}.sample-item .status-badge{grid-column:2;justify-self:start}.sample-copy-button{min-width:0;border:0;border-left:1px solid rgba(89,97,106,.13);background:transparent;color:var(--blue);font-size:11px;font-weight:750;cursor:pointer}.sample-copy-button:hover{background:rgba(255,255,255,.72)}.sample-code{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#262a2e;font-weight:800;font-size:13px}.sample-item-shell.active .sample-code{background:var(--wine)}.sample-code.large{width:50px;height:50px;font-size:18px;flex:0 0 auto}.sample-meta{min-width:0}.sample-meta strong,.sample-meta small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sample-meta strong{font-size:13px}.sample-meta small{margin-top:3px;color:var(--muted);font-size:11px}.blind-protection{border-top:1px solid var(--line);display:flex;gap:9px;padding:14px 16px;background:#fafbfb}.protection-mark{color:var(--green);font-size:9px;margin-top:3px}.blind-protection strong{font-size:11px}.blind-protection p{margin:3px 0 0;font-size:10px}.tasting-surface{min-width:0;overflow:hidden}.sample-header{min-height:82px;padding:15px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line)}.sample-title{display:flex;align-items:center;gap:11px}.sample-title span:not(.sample-code){display:block;color:var(--muted);font-size:11px}.sample-title strong{display:block;margin-top:2px}.sample-utilities{display:flex;align-items:center;gap:23px}.completion{width:126px;display:grid;grid-template-columns:1fr auto;gap:4px 8px}.completion span{color:var(--muted);font-size:10px}.completion strong{font-size:12px}.progress-track{height:4px;grid-column:1 / -1;border-radius:999px;overflow:hidden;background:#e8eaec}.progress-track span{display:block;height:100%;background:var(--green)}.timer{min-width:172px;display:flex;align-items:center;justify-content:flex-end;gap:9px}.timer-value{font-variant-numeric:tabular-nums;font-weight:800;font-size:17px;letter-spacing:.04em}.save-indicator{min-height:35px;padding:8px 20px;display:flex;align-items:center;justify-content:flex-end;gap:7px;border-bottom:1px solid var(--line);color:var(--muted);background:#fafbfb;font-size:11px}.save-dot{width:7px;height:7px;border-radius:50%;background:#9ca3aa}.save-saving .save-dot{background:var(--blue)}.save-saved .save-dot{background:var(--green)}.save-error{color:var(--danger);background:#fff6f6}.save-error .save-dot{background:var(--danger)}.step-navigation{min-height:74px;display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line);padding:0 16px}.step-link{position:relative;border:0;border-bottom:3px solid transparent;background:transparent;padding:12px 7px 11px;display:grid;grid-template-columns:25px minmax(0,auto);grid-template-rows:1fr 1fr;align-items:center;justify-content:center;column-gap:8px;cursor:pointer;color:#7b8289}.step-link>span{grid-row:1 / 3;width:25px;height:25px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:50%;font-size:9px;font-weight:800}.step-link strong{align-self:end;font-size:13px;color:inherit}.step-link small{align-self:start;font-size:9px}.step-link.active{border-bottom-color:var(--wine);color:var(--wine)}.step-link.active>span{background:var(--wine);border-color:var(--wine);color:#fff}.step-link.complete>span{background:var(--green-soft);border-color:#a9d8c0;color:var(--green)}.step-panel,.hypothesis-section,.ai-inference-section,.comparison-section,.review-section,.reveal-identity{padding:28px clamp(20px,4vw,50px) 34px}.step-title{margin-bottom:25px}.step-title h2{margin:2px 0 5px;font-size:24px}.step-title p:last-child{margin:0;font-size:13px}.eyebrow{margin:0 0 4px;color:var(--wine);font-size:10px;font-weight:850;letter-spacing:.14em}.form-stack{display:flex;flex-direction:column;gap:18px}.form-grid{display:grid;gap:18px}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.field{min-width:0;margin:0;padding:0;border:0}.field-label-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:7px}.field-label{display:block;margin:0 0 7px;color:#41474d;font-size:12px;font-weight:750}.field-label-row .field-label{margin:0}.field-hint,.required-note{color:#858c93;font-size:10px;font-weight:550}.error-text{display:block;color:var(--danger);font-size:12px;margin:6px 0 0}.field-error input{border-color:var(--danger)}.segments{display:flex;min-width:0}.segment{position:relative;min-height:42px;flex:1 1 0;min-width:0;display:grid;place-items:center;text-align:center;padding:6px 8px;color:#5c636a;background:#fff;border:1px solid var(--line-strong);border-right-width:0;font-size:11px;font-weight:650;cursor:pointer;overflow-wrap:anywhere}.segment:first-child{border-radius:6px 0 0 6px}.segment:last-child{border-radius:0 6px 6px 0;border-right-width:1px}.segment input{position:absolute;opacity:0;width:1px;height:1px}.segment:hover{background:var(--soft)}.segment.selected{color:var(--wine);background:var(--wine-soft);border-color:#c98999;box-shadow:inset 0 0 0 1px #c98999}.segment.selected+.segment{border-left-color:#c98999}.tag-list{display:flex;flex-wrap:wrap;gap:7px}.tag{min-height:34px;padding:6px 11px;border-radius:999px;border:1px solid var(--line-strong);background:#fff;color:#555d65;font-size:11px;cursor:pointer}.tag:hover{background:var(--soft)}.tag.active{color:var(--wine);border-color:#ca8f9e;background:var(--wine-soft);font-weight:700}.color-field{margin:18px 0}.color-palette{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.color-choice{position:relative;min-height:58px;display:flex;align-items:center;gap:9px;padding:8px 10px;border:1px solid var(--line-strong);border-radius:6px;background:#fff;color:#50575e;font-size:11px;font-weight:650;cursor:pointer}.color-choice input{position:absolute;opacity:0;width:1px;height:1px}.color-choice.selected{border-color:var(--wine);box-shadow:0 0 0 1px var(--wine);color:var(--wine)}.color-swatch{width:27px;height:27px;flex:0 0 auto;border-radius:50%;box-shadow:inset 0 0 0 1px #00000026}.confidence-control{min-height:42px;display:grid;grid-template-columns:minmax(0,1fr) 48px;align-items:center;gap:12px}.confidence-control input{min-height:auto;padding:0;border:0;box-shadow:none;accent-color:var(--wine)}.confidence-control output{text-align:right;font-weight:800;font-variant-numeric:tabular-nums}.hypothesis-section,.ai-inference-section,.comparison-section,.review-section{border-top:1px solid var(--line)}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.section-heading h2,.section-heading h3{margin:2px 0 5px;font-size:20px}.section-heading p:last-child{margin:0;font-size:12px}.hypothesis-list{display:flex;flex-direction:column;gap:18px}.hypothesis-row{min-width:0;border:0;border-top:1px solid var(--line);padding:18px 0 0;margin:0}.hypothesis-row legend{padding:0 9px 0 0;font-weight:800;font-size:13px}.rank-number{display:inline-grid;place-items:center;width:24px;height:24px;margin-right:4px;border-radius:50%;background:#25292d;color:#fff;font-size:10px}.row-action{display:flex;align-items:end;padding-bottom:10px}.empty-inline{min-height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;border:1px dashed var(--line-strong);border-radius:6px;background:#fafbfb}.empty-inline p{margin:0;font-size:13px}.section-actions{display:flex;justify-content:flex-end;margin-top:20px}.reveal-ready{margin:0 clamp(20px,4vw,50px) 24px}.ai-heading{align-items:center}.ai-button{color:#fff;background:var(--blue);border-color:var(--blue);white-space:nowrap}.ai-button:hover{background:#175985}.ai-loading{min-height:110px;display:flex;align-items:center;justify-content:center;gap:15px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.ai-loading .loading-mark{width:27px;height:27px;flex:0 0 auto}.ai-loading strong{font-size:13px}.ai-loading p{margin:4px 0 0;font-size:11px}.ai-result{margin-top:18px}.ai-result-meta{display:flex;flex-wrap:wrap;align-items:center;gap:7px 12px;color:var(--muted);font-size:10px}.ai-mode{display:inline-flex;min-height:22px;align-items:center;padding:3px 8px;border-radius:999px;font-weight:800}.ai-mode.live{color:var(--green);background:var(--green-soft)}.ai-mode.demo{color:var(--amber);background:var(--amber-soft)}.ai-overview{margin:14px 0 4px;font-size:13px}.ai-candidate-list{list-style:none;margin:0;padding:0}.ai-candidate{border-top:1px solid var(--line);padding:20px 0}.ai-candidate>header{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:11px}.ai-rank{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#25292d;font-size:11px;font-weight:850}.ai-candidate header strong,.ai-candidate header small{display:block;overflow-wrap:anywhere}.ai-candidate header strong{font-size:14px}.ai-candidate header small{margin-top:4px;color:var(--muted);font-size:10px}.ai-confidence{text-align:right}.ai-confidence strong{color:var(--blue);font-size:18px!important}.ai-confidence span{display:block;margin-top:2px;color:var(--muted);font-size:9px}.ai-candidate-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin:17px 0 0 41px}.ai-candidate-body h4{margin:0 0 8px;color:#555d65;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.ai-candidate-body ul{margin:0;padding-left:17px}.ai-candidate-body li{margin:5px 0;font-size:11px;line-height:1.55}.ai-candidate-body dl{margin:0}.ai-candidate-body dl div{display:grid;grid-template-columns:minmax(80px,.8fr) minmax(0,1.2fr);gap:10px;padding:6px 0;border-top:1px solid #edf0f2}.ai-candidate-body dt{font-size:10px;font-weight:700}.ai-candidate-body dd{margin:0;color:var(--muted);font-size:10px;line-height:1.45}.ai-contradiction{margin:13px 0 0 41px;padding-left:10px;border-left:3px solid #d7a33c;color:#626970;font-size:10px;line-height:1.5}.ai-disclaimer{margin:0;padding-top:13px;border-top:1px solid var(--line);color:var(--muted);font-size:10px}.surface-footer{min-height:76px;border-top:1px solid var(--line);padding:16px 20px;display:flex;justify-content:space-between;gap:12px;background:#fafbfb}.footer-primary-actions{display:flex;gap:9px}.inline-notice{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 13px;border:1px solid;border-radius:6px;font-size:12px;line-height:1.45;overflow-wrap:anywhere}.notice-info{color:#215e77;background:var(--blue-soft);border-color:#bad9e6}.notice-success{color:#17613f;background:var(--green-soft);border-color:#b8dfca}.notice-error{color:#88242d;background:#fff1f2;border-color:#e5b3b7}.notice-warning{color:#7c4a08;background:var(--amber-soft);border-color:#e8c88f}.reveal-identity{background:#fafbfb}.identity-strip{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.identity-strip span{padding:6px 9px;border:1px solid var(--line);border-radius:4px;background:#fff;color:#4e555c;font-size:11px;overflow-wrap:anywhere}.comparison-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:6px}.comparison-table{width:100%;border-collapse:collapse;min-width:630px;font-size:12px}.comparison-table th,.comparison-table td{padding:12px 14px;border-bottom:1px solid var(--line);text-align:left;overflow-wrap:anywhere}.comparison-table thead th{background:#f4f6f7;color:#60676e;font-size:10px;text-transform:uppercase;letter-spacing:.05em}.comparison-table tbody th{width:150px;font-weight:700}.comparison-table tbody tr:last-child th,.comparison-table tbody tr:last-child td{border-bottom:0}.comparison-result{display:inline-flex;min-width:46px;justify-content:center;padding:3px 7px;border-radius:999px;font-size:10px;font-weight:750}.result-exact{color:var(--green);background:var(--green-soft)}.result-close{color:var(--blue);background:var(--blue-soft)}.result-different{color:var(--danger);background:#fff0f1}.result-uncompared{color:#646b72;background:#eceff1}.other-hypotheses{margin-top:14px;padding:10px 12px;border:1px solid var(--line);border-radius:6px}.other-hypotheses summary{color:#4f575e;font-size:12px;font-weight:700;cursor:pointer}.other-hypotheses ol{margin:12px 0 0;padding-left:24px}.other-hypotheses li{padding:5px 0}.other-hypotheses li strong,.other-hypotheses li span{display:block;font-size:12px}.other-hypotheses li span{color:var(--muted);margin-top:2px}.page-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px}.page-heading p:last-child{margin:0;max-width:700px;font-size:14px}.record-count,.schema-label{margin-top:8px;padding:8px 11px;background:#fff;border:1px solid var(--line);border-radius:6px;color:#555d64;font-size:12px;white-space:nowrap}.filter-bar{display:grid;grid-template-columns:minmax(260px,2fr) repeat(3,minmax(145px,1fr));gap:12px;padding:16px;background:#fff;border:1px solid var(--line);border-radius:8px;margin-bottom:16px}.history-list{display:flex;flex-direction:column;gap:9px}.history-row{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden}.history-main{width:100%;min-width:0;display:grid;grid-template-columns:72px minmax(0,1fr) 95px;align-items:center;gap:17px;padding:18px;border:0;background:#fff;text-align:left;cursor:pointer}.history-main:hover{background:#fbfcfc}.history-date{border-right:1px solid var(--line)}.history-date strong,.history-date span{display:block}.history-date strong{font-size:14px}.history-date span{margin-top:2px;color:var(--muted);font-size:10px}.history-copy{min-width:0}.history-title-line{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.history-copy h2{margin:0;font-size:16px;overflow-wrap:anywhere}.history-copy p{margin:5px 0 8px;font-size:11px}.history-codes{display:flex;flex-wrap:wrap;gap:5px}.mini-code{width:25px;height:25px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:50%;color:#5d656c;font-size:9px;font-weight:800}.mini-revealed{color:var(--green);border-color:#9ed1b8;background:var(--green-soft)}.mini-guessed{color:var(--amber);border-color:#e3c17f;background:var(--amber-soft)}.mini-noted{color:var(--blue);border-color:#afd2e1;background:var(--blue-soft)}.history-progress{text-align:right}.history-progress strong,.history-progress span{display:block}.history-progress strong{font-size:20px}.history-progress span{margin-top:3px;color:var(--muted);font-size:10px}.history-actions{min-height:39px;display:flex;align-items:center;justify-content:flex-end;gap:16px;padding:7px 18px;border-top:1px solid var(--line);background:#fafbfb}.protected-label{color:var(--green);font-size:11px;font-weight:650}.empty-state{min-height:340px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px;background:#fff;border:1px solid var(--line);border-radius:8px}.empty-state h1,.empty-state h2{margin:13px 0 7px}.empty-state p{max-width:430px;margin:0 0 18px}.empty-mark{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#eceff1;color:#4b535b;font-weight:850}.first-use{min-height:calc(100vh - 150px)}.data-view>.inline-notice{margin-bottom:16px}.data-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.data-section{padding:24px;background:#fff;border:1px solid var(--line);border-radius:8px}.data-counts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:20px 0;border:1px solid var(--line);border-radius:6px;overflow:hidden}.data-counts div{min-width:0;padding:13px;border-right:1px solid var(--line);background:#fafbfb}.data-counts div:last-child{border-right:0}.data-counts dt{color:var(--muted);font-size:10px}.data-counts dd{margin:5px 0 0;font-size:18px;font-weight:800;overflow-wrap:anywhere}.import-preview{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.local-note{margin-top:16px;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;gap:20px;background:#fff;border:1px solid var(--line);border-radius:8px}.local-note h2{margin:0 0 4px;font-size:16px}.local-note p{margin:0;font-size:12px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:20px;background:rgba(19,22,25,.58)}.modal{width:min(520px,100%);max-height:min(820px,calc(100vh - 40px));display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid #c8cdd2;border-radius:8px;box-shadow:0 18px 52px #00000038}.modal-wide{width:min(720px,100%)}.modal-header{flex:0 0 auto;padding:20px 22px 16px;display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid var(--line)}.modal-header h2{margin:0 0 5px;font-size:20px}.modal-header p{margin:0;font-size:12px}.modal-body{min-height:0;overflow-y:auto;padding:22px}.modal-footer{flex:0 0 auto;min-height:67px;padding:12px 22px;display:flex;justify-content:flex-end;gap:8px;border-top:1px solid var(--line);background:#fafbfb}.code-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.sample-setting{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding-top:10px;border-top:1px solid var(--line)}.sample-setting>strong{grid-column:1 / -1;font-size:12px}.code-input span{display:block;margin-bottom:5px;color:var(--muted);font-size:10px}.confirm-check{display:flex;align-items:flex-start;gap:10px;margin-top:18px;padding:13px;border:1px solid var(--line-strong);border-radius:6px;font-size:13px;font-weight:650;cursor:pointer}.confirm-check input{width:18px;min-height:18px;margin:0;flex:0 0 auto;accent-color:var(--wine)}.summary-list{margin:18px 0 0;border-top:1px solid var(--line)}.summary-list div{display:grid;grid-template-columns:100px minmax(0,1fr);gap:13px;padding:12px 0;border-bottom:1px solid var(--line)}.summary-list dt{color:var(--muted);font-size:11px}.summary-list dd{margin:0;font-size:13px;font-weight:650;overflow-wrap:anywhere}.toast{position:fixed;top:78px;left:50%;z-index:80;transform:translate(-50%);max-width:calc(100vw - 32px);padding:10px 14px;border-radius:6px;color:#fff;background:#1d6d4a;box-shadow:0 7px 24px #0000002e;font-size:12px;font-weight:700;text-align:center}.loading-screen,.recovery-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:#f3f4f5}.loading-screen{align-content:center;gap:15px;color:var(--muted)}.loading-mark{width:32px;height:32px;border:3px solid #d2d6da;border-top-color:var(--wine);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.recovery-panel{width:min(560px,100%);padding:34px;background:#fff;border:1px solid var(--line);border-radius:8px}.recovery-code{color:var(--danger);font-size:10px;font-weight:850;letter-spacing:.12em}.recovery-panel h1{margin:10px 0 8px}.recovery-actions{display:flex;gap:9px;margin-top:24px}@media (max-width: 980px){.topbar{grid-template-columns:minmax(190px,1fr) auto}.main-nav{grid-row:2;grid-column:1 / -1;justify-content:center;border-top:1px solid var(--line);margin:0 -24px -10px}.new-session-button{grid-column:2;grid-row:1}.workspace-grid{grid-template-columns:1fr}.sample-sidebar{position:static}.sample-list{flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain}.sample-item-shell{flex:0 0 218px}.blind-protection{display:none}.filter-bar,.form-grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 680px){.topbar{padding:9px 14px;gap:9px;grid-template-columns:minmax(0,1fr) auto}.brand-mark{width:34px;height:34px}.brand strong{font-size:13px}.brand small{display:none}.new-session-button{min-height:36px;padding:7px 10px;font-size:12px}.main-nav{height:43px;margin:0 -14px -9px;overflow-x:auto;justify-content:stretch}.main-nav button{flex:1;min-width:90px;padding:0 10px;font-size:12px}.workbench,.page-view{padding:19px 12px 38px}.session-header,.page-heading{flex-direction:column;gap:12px}.session-actions{max-width:none;justify-content:flex-start}.record-count,.schema-label{margin:0}.workspace-grid{gap:10px}.sample-sidebar,.tasting-surface{border-radius:7px}.sidebar-title{padding:11px 12px 8px}.sample-item-shell{flex-basis:205px;grid-template-columns:minmax(0,1fr) 46px}.sample-item{grid-template-columns:32px minmax(0,1fr);gap:7px;padding:7px}.sample-code{width:31px;height:31px}.sample-header{min-height:74px;padding:12px;align-items:flex-start}.sample-code.large{width:42px;height:42px}.sample-utilities{flex-direction:column;align-items:flex-end;gap:8px}.completion{width:110px}.timer{min-width:0;gap:7px}.timer-value{font-size:14px}.save-indicator{padding:7px 12px;min-height:32px;flex-wrap:wrap}.step-navigation{min-height:66px;padding:0 3px}.step-link{display:flex;flex-direction:column;gap:3px;padding:8px 2px 7px}.step-link>span{width:22px;height:22px;flex:0 0 auto}.step-link strong{font-size:11px}.step-link small{display:none}.step-panel,.hypothesis-section,.ai-inference-section,.comparison-section,.review-section,.reveal-identity{padding:21px 14px 26px}.step-title{margin-bottom:19px}.step-title h2{font-size:21px}.form-grid.two,.form-grid.three,.filter-bar,.data-grid{grid-template-columns:1fr}.form-grid{gap:16px}.segments{flex-wrap:wrap;gap:5px}.segment{flex:1 1 calc(33.333% - 5px);border:1px solid var(--line-strong);border-radius:5px!important}.color-palette{grid-template-columns:repeat(2,minmax(0,1fr))}.color-choice{min-height:52px}.surface-footer{padding:12px;align-items:stretch}.footer-primary-actions{min-width:0;flex:1;justify-content:flex-end}.surface-footer .button{min-height:40px;padding:7px 9px;font-size:12px}.reveal-ready{margin:0 14px 18px}.ai-heading{align-items:flex-start}.ai-heading .ai-button{width:100%}.ai-candidate>header{grid-template-columns:28px minmax(0,1fr)}.ai-confidence{grid-column:2;text-align:left;display:flex;align-items:baseline;gap:6px}.ai-confidence span{display:inline}.ai-candidate-body{grid-template-columns:1fr;gap:14px;margin-left:0}.ai-candidate-body dl div{grid-template-columns:minmax(90px,.8fr) minmax(0,1.2fr)}.ai-contradiction{margin-left:0}.comparison-table{min-width:580px}.history-main{grid-template-columns:58px minmax(0,1fr);padding:14px;gap:12px}.history-progress{display:none}.history-actions{justify-content:flex-start;flex-wrap:wrap;gap:13px;padding:8px 14px}.data-section{padding:18px 14px}.data-counts div{padding:10px 8px}.data-counts dd{font-size:14px}.local-note{align-items:flex-start;flex-direction:column;padding:17px 14px}.modal-backdrop{padding:8px;align-items:end}.modal{max-height:calc(100vh - 16px);border-radius:8px 8px 0 0}.modal-header,.modal-body,.modal-footer{padding-left:16px;padding-right:16px}.modal-footer .button{flex:1}.code-grid{grid-template-columns:1fr}.summary-list div{grid-template-columns:80px minmax(0,1fr)}.recovery-panel{padding:24px 18px}.recovery-actions{flex-direction:column}}@media (max-width: 390px){.brand{gap:7px}.brand-mark{width:32px;height:32px}.new-session-button{padding-inline:8px}.session-heading h1,.page-heading h1{font-size:24px}.session-kicker{gap:6px 10px}.session-actions{gap:5px}.session-actions .button{padding-inline:8px}.sample-header{gap:8px}.sample-title{gap:7px}.sample-utilities{max-width:150px}.surface-footer{flex-wrap:wrap}.surface-footer>.button{flex:0 0 auto}.footer-primary-actions{min-width:250px}.footer-primary-actions .button{flex:1}.inline-notice{align-items:flex-start;flex-direction:column}}
