*{box-sizing:border-box}:root{--bg: #F6FAFB;--surface: #FFFFFF;--surface-soft: #F1F5F7;--ink: #0F1B2D;--muted: #5B6B7C;--muted-faint: #94A3B0;--accent: #0E847F;--accent-soft: #E4F3F1;--accent-ink: #FFFFFF;--warn: #B45309;--warn-bg: #FEF3C7;--ok: #047857;--ok-bg: #D1FAE5;--danger: #B91C1C;--danger-bg: #FEE2E2;--info: #1D4ED8;--info-bg: #DBEAFE;--border: #E1E8EC;--border-strong: #C9D4DB;--radius: 10px;--radius-sm: 6px;--shadow: 0 1px 2px rgba(15,27,45,.04), 0 2px 8px rgba(15,27,45,.04);--shadow-pop: 0 4px 16px rgba(15,27,45,.08);--topbar-h: 56px;--footer-h: 76px}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-feature-settings:"cv11","ss01","ss03";font-size:15px;line-height:1.5;color:var(--ink);background:var(--bg);-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased}h1,h2,h3{letter-spacing:-.01em}h1{font-size:26px;font-weight:600;margin:0}h2{font-size:18px;font-weight:600;margin:0}h3{font-size:14px;font-weight:600;margin:0}button,input,select,textarea{font:inherit;color:inherit}input,select,textarea{min-height:44px;padding:10px 14px;border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);width:100%;transition:border-color .12s ease,box-shadow .12s ease}textarea{min-height:88px;resize:vertical;line-height:1.5}input:hover,select:hover,textarea:hover{border-color:var(--muted-faint)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}button{min-height:44px;padding:10px 18px;border:none;border-radius:var(--radius);background:var(--accent);color:var(--accent-ink);cursor:pointer;font-weight:600;font-size:14px;letter-spacing:.01em;transition:background-color .12s ease,box-shadow .12s ease,transform 60ms ease}button:hover:not(:disabled){background:#0b6e69}button:active:not(:disabled){transform:translateY(1px)}button:disabled{opacity:.5;cursor:not-allowed}button.ghost{background:transparent;color:var(--ink);border:1px solid var(--border-strong)}button.ghost:hover:not(:disabled){background:var(--surface-soft);border-color:var(--muted-faint)}button.primary{background:var(--accent)}.muted{color:var(--muted)}.small{font-size:13px}.mono{font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace}.error{background:var(--danger-bg);color:var(--danger);padding:10px 14px;border-radius:var(--radius);font-size:13px}.signin-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(ellipse at top,var(--accent-soft) 0%,transparent 60%),var(--bg)}.signin-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow-pop);padding:36px;width:100%;max-width:420px;display:grid;gap:18px}.signin-card h1{margin:0 0 4px;font-size:24px}.signin-card label{display:grid;gap:6px;font-weight:500;font-size:13px;color:var(--muted)}.signin-card label input{font-size:15px;color:var(--ink)}.app-shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr}.app-topbar{background:var(--surface);color:var(--ink);padding:0 24px;height:var(--topbar-h);display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.app-title{font-weight:700;font-size:16px;letter-spacing:-.01em;display:flex;align-items:center;gap:8px}.app-title:before{content:"";display:inline-block;width:10px;height:10px;border-radius:3px;background:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.app-user{display:flex;gap:12px;align-items:center;font-size:13px;color:var(--muted)}.app-user button.ghost{background:transparent;color:var(--muted);border:1px solid var(--border);min-height:36px;padding:6px 12px;font-size:13px}.full-screen-loading,.loading{min-height:50vh;display:grid;place-items:center;color:var(--muted)}.empty-state{max-width:640px;margin:64px auto;padding:24px;text-align:center}.empty-state code{display:inline-block;margin-top:12px;padding:6px 10px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-family:IBM Plex Mono,monospace;font-size:12px}.record-shell{display:grid;grid-template-columns:220px minmax(0,1fr);grid-template-rows:1fr auto;gap:0;min-height:calc(100vh - var(--topbar-h));max-width:1280px;margin:0 auto;position:relative}@media (max-width: 960px){.record-shell{grid-template-columns:1fr}}.record-nav{padding:28px 16px 28px 24px;position:sticky;top:var(--topbar-h);align-self:start;display:flex;flex-direction:column;gap:4px;height:calc(100vh - var(--topbar-h))}.record-nav-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted-faint);margin:0 0 8px 12px}.record-nav-item{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-radius:var(--radius-sm);font-size:14px;color:var(--muted);cursor:pointer;background:transparent;border:none;text-align:left;width:100%;min-height:0;font-weight:500;transition:background-color .12s ease,color .12s ease}.record-nav-item:hover{background:var(--surface-soft);color:var(--ink)}.record-nav-item.active{background:var(--accent-soft);color:var(--accent);font-weight:600}.record-nav-count{font-size:12px;color:var(--muted-faint);font-variant-numeric:tabular-nums}.record-nav-item.active .record-nav-count{color:var(--accent)}@media (max-width: 960px){.record-nav{flex-direction:row;flex-wrap:wrap;height:auto;position:static;padding:16px 16px 0;gap:6px}.record-nav-title{display:none}.record-nav-item{width:auto;background:var(--surface);border:1px solid var(--border)}}.record-body{padding:28px 32px 120px;min-width:0;display:flex;flex-direction:column;gap:28px}@media (max-width: 960px){.record-body{padding:16px 16px 120px}}.record-headline{display:flex;flex-direction:column;gap:8px}.record-headline-breadcrumb{font-size:12px;color:var(--muted-faint);letter-spacing:.04em;text-transform:uppercase;font-weight:500}.record-headline-title{font-size:28px;font-weight:600;letter-spacing:-.02em;line-height:1.15;margin:0}.record-headline-sub{font-size:14px;color:var(--muted)}.record-headline-row{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap}.progress-strip{display:flex;align-items:center;gap:12px}.progress-bar{flex:1;height:6px;background:var(--surface-soft);border-radius:999px;overflow:hidden}.progress-bar-fill{height:100%;background:var(--accent);border-radius:999px;transition:width .24s ease}.progress-count{font-size:13px;font-weight:500;color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap}.save-ribbon{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--muted)}.save-ribbon-dot{width:8px;height:8px;border-radius:50%;background:var(--ok);box-shadow:0 0 0 3px var(--ok-bg);flex-shrink:0}.save-ribbon-dot.is-dirty{background:var(--warn);box-shadow:0 0 0 3px var(--warn-bg)}.save-ribbon-dot.is-error{background:var(--danger);box-shadow:0 0 0 3px var(--danger-bg)}.save-ribbon-dot.is-saving{background:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.record-section{display:flex;flex-direction:column;gap:4px;scroll-margin-top:calc(var(--topbar-h) + 16px)}.section-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted-faint);margin:0 0 12px}.record-section-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:8px 4px;box-shadow:var(--shadow)}.field{padding:16px 20px;border-top:1px solid var(--border);display:grid;grid-template-columns:minmax(180px,.6fr) minmax(0,1fr);gap:24px;align-items:start}.field:first-child{border-top:none}.field--flagged{background:linear-gradient(to right,var(--warn-bg) 0%,transparent 60%)}.field-meta{display:flex;flex-direction:column;gap:4px;padding-top:8px}.field-label{font-weight:500;font-size:14px;color:var(--ink)}.required-marker{color:var(--accent);margin-left:4px;font-weight:600;font-size:12px}.field-help{color:var(--muted);font-size:12px;line-height:1.4}.field-saved{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--muted);margin-top:4px}.field-saved-check{width:14px;height:14px;border-radius:50%;background:var(--ok-bg);color:var(--ok);display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-weight:700}.field-control{display:flex;flex-direction:column;gap:6px;min-width:0}.input-with-unit{position:relative;display:flex;align-items:center}.input-with-unit input{padding-right:60px}.input-with-unit-unit{position:absolute;right:14px;color:var(--muted);font-size:13px;font-variant-numeric:tabular-nums;pointer-events:none;background:linear-gradient(to right,transparent,var(--surface) 30%);padding-left:16px}.field-range-warn{font-size:12px;color:var(--warn);display:flex;align-items:center;gap:6px}.field-flag{margin-top:8px;background:var(--warn-bg);border-left:3px solid var(--warn);border-radius:var(--radius-sm);padding:10px 12px;font-size:13px;color:var(--ink)}.field-flag strong{color:var(--warn);display:block;font-size:12px;margin-bottom:2px}.field-revisions{font-size:12px;color:var(--muted-faint);font-variant-numeric:tabular-nums}.field-revisions:hover{color:var(--accent);cursor:pointer}.field-error{margin-top:6px;background:var(--danger-bg);color:var(--danger);padding:6px 10px;border-radius:var(--radius-sm);font-size:12px}.number-row{display:flex;gap:8px;align-items:center}.checkbox-group{display:grid;gap:8px}.checkbox-row{display:flex;align-items:center;gap:10px;min-height:44px;cursor:pointer}.checkbox-row input{width:auto;min-height:24px;margin:0}.record-footer{position:sticky;bottom:0;grid-column:1 / -1;background:var(--surface);border-top:1px solid var(--border);padding:16px 24px;display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap;z-index:5;box-shadow:0 -4px 16px #0f1b2d0a}.record-footer-status{font-size:13px;color:var(--muted);display:flex;align-items:center;gap:10px}.record-footer-actions{display:flex;gap:12px;align-items:center}@media (max-width: 960px){.record-footer{padding:12px 16px}}.pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600;background:var(--border);color:var(--ink);text-transform:uppercase;letter-spacing:.06em}.pill--ok{background:var(--ok-bg);color:var(--ok)}.pill--warn{background:var(--warn-bg);color:var(--warn)}.pill--danger{background:var(--danger-bg);color:var(--danger)}.pill--info{background:var(--accent-soft);color:var(--accent)}.pill--locked{background:#1f2937;color:#fff}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f1b2d73;display:grid;place-items:center;padding:24px;z-index:50;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-card{background:var(--surface);border-radius:14px;box-shadow:var(--shadow-pop);padding:28px;width:100%;max-width:520px;display:grid;gap:16px}.modal-card h2{margin:0}.modal-card label{display:grid;gap:6px;font-weight:500;font-size:13px;color:var(--muted)}.modal-card label input,.modal-card label select,.modal-card label textarea{font-size:14px;color:var(--ink)}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:4px}.field-row{display:grid;grid-template-columns:80px 1fr;gap:10px;padding:8px 12px;background:var(--surface-soft);border-radius:var(--radius-sm)}.field-row .field-label{font-weight:500;font-size:12px;color:var(--muted)}.field-row .field-value{font-size:13px;word-break:break-word;color:var(--ink)}.queue-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.queue-row{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px 18px;display:flex;justify-content:space-between;align-items:center;gap:12px;box-shadow:var(--shadow);cursor:pointer;min-height:64px;transition:border-color .12s ease,box-shadow .12s ease}.queue-row:hover{border-color:var(--accent);box-shadow:var(--shadow-pop)}.queue-row-title{font-weight:600}.queue-row-action{flex-shrink:0}.button-link{display:inline-flex;align-items:center;min-height:44px;padding:10px 18px;background:var(--accent);color:var(--accent-ink);border-radius:var(--radius);text-decoration:none;font-weight:600}.builder-shell{display:grid;grid-template-columns:1fr 1.1fr 380px;height:calc(100vh - var(--topbar-h));background:var(--bg)}.builder-pdf-pane,.builder-canvas-pane,.builder-inspector-pane{background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;min-height:0}.builder-inspector-pane{border-right:none}.builder-pane-header{padding:12px 16px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;gap:12px;flex-shrink:0}.builder-pdf-iframe{flex:1;border:none;width:100%;min-height:0}.builder-empty-pane{flex:1;display:grid;place-items:center;color:var(--muted);padding:24px;text-align:center}.builder-canvas-fields{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:6px}.builder-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer}.builder-row:hover{border-color:var(--accent)}.builder-row--selected{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.builder-row--unreviewed{background:var(--warn-bg);border-color:var(--warn)}.builder-row-main{flex:1;min-width:0}.builder-row-label{font-weight:600;font-size:14px;overflow:hidden;text-overflow:ellipsis}.builder-row-actions{display:flex;gap:4px;align-items:center;flex-shrink:0}.row-icon{min-height:0;min-width:32px;padding:4px 8px;background:transparent;color:var(--ink);border:1px solid var(--border);font-weight:500}.row-icon:disabled{opacity:.3}.row-icon--danger{color:var(--danger);border-color:var(--danger-bg)}.row-icon--danger:not(:disabled):hover{background:var(--danger-bg)}.builder-inspector-body{flex:1;overflow-y:auto;padding:16px;display:grid;gap:12px;align-content:start}.builder-inspector-body label{display:grid;gap:4px;font-weight:600;font-size:13px;color:var(--muted)}.builder-inspector-body input,.builder-inspector-body textarea,.builder-inspector-body select{font-size:14px;color:var(--ink);font-weight:400}.inspector-callout{background:var(--warn-bg);border:1px solid var(--warn);border-radius:var(--radius-sm);padding:12px;color:var(--warn)}.inspector-callout strong{color:var(--ink);display:block}.inspector-citation{margin-top:8px;padding:12px;background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-sm)}.inspector-citation blockquote{margin:8px 0 0;padding-left:12px;border-left:3px solid var(--accent);font-style:italic;font-size:14px;color:var(--ink)}.link-button{background:transparent;color:var(--accent);border:none;padding:0;min-height:0;text-decoration:underline;font-weight:500;cursor:pointer}.builder-row-actions .pill{cursor:pointer;border:none;font-family:inherit}@media (max-width: 1100px){.builder-shell{grid-template-columns:1fr;grid-template-rows:320px 1fr 1fr;height:auto}.builder-inspector-pane,.builder-canvas-pane{border-right:none;border-top:1px solid var(--border)}}.dev-bar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:8px 20px;background:#0e847f;background:linear-gradient(90deg,#0e847f,#13a39c);color:#fff;font-size:13px}.dev-bar__tag{font-weight:600;letter-spacing:.02em;margin-right:8px;opacity:.95}.dev-bar button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(255,255,255,.5);background:#ffffff1f;color:#fff;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:500;cursor:pointer;transition:background .12s ease}.dev-bar button:hover{background:#ffffff47}.section-head-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.new-template{position:relative}.new-template__menu{position:absolute;right:0;top:calc(100% + 6px);z-index:30;min-width:280px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-pop);padding:6px}.new-template__menu button{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;text-align:left;border:none;background:none;padding:9px 11px;border-radius:var(--radius-sm);cursor:pointer}.new-template__menu button:hover{background:var(--accent-soft)}.new-template__name{font-weight:600;color:var(--ink)}.new-template__sep{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-faint);padding:10px 11px 4px}.builder2-shell{display:grid;grid-template-columns:244px 1fr 340px;height:calc(100vh - var(--topbar-h));min-height:480px;background:var(--bg)}.builder2-palette{border-right:1px solid var(--border);background:var(--surface);padding:18px 16px;overflow-y:auto}.palette-group{margin-bottom:26px}.palette-group__title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--ink);margin-bottom:2px}.palette-hint{font-size:12px;color:var(--muted);margin:0 0 12px}.palette-item{display:flex;align-items:center;gap:10px;padding:9px 11px;margin-bottom:7px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);font-size:14px;color:var(--ink);cursor:grab;transition:border-color .12s,background .12s}.palette-item:hover{border-color:var(--accent);background:var(--accent-soft)}.palette-item:active{cursor:grabbing}.palette-item__glyph{width:26px;height:26px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);background:var(--accent-soft);color:var(--accent);font-weight:700;font-family:IBM Plex Mono,ui-monospace,monospace}.palette-item--block{flex-direction:column;align-items:flex-start;gap:3px}.palette-item__label{font-weight:600}.palette-item__desc{font-size:12px;color:var(--muted);line-height:1.3}.builder2-canvas{display:flex;flex-direction:column;min-width:0;overflow:hidden}.builder2-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:16px 24px;border-bottom:1px solid var(--border);background:var(--surface)}.builder2-head__title{min-width:0;flex:1}.builder2-name{font-size:21px;font-weight:700;color:var(--ink);width:100%;max-width:520px;padding:4px 8px;margin-left:-8px;border:1px solid transparent;border-radius:var(--radius-sm);background:transparent}.builder2-name:hover{border-color:var(--border)}.builder2-name:focus{outline:none;border-color:var(--accent);background:var(--surface);box-shadow:0 0 0 3px var(--accent-soft)}.builder2-head__actions{display:flex;gap:8px;flex-shrink:0}.builder2-doc{flex:1;overflow-y:auto;padding:18px 24px 90px}.canvas-empty{border:2px dashed var(--border-strong);border-radius:16px;padding:64px 24px;text-align:center;color:var(--muted);transition:border-color .12s,background .12s}.canvas-empty--over{border-color:var(--accent);background:var(--accent-soft)}.canvas-empty__big{font-size:16px;font-weight:600;color:var(--ink);margin-bottom:6px}.section-divider{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin:20px 0 8px;padding-left:2px}.dropzone{height:12px;margin:-4px 0;border-radius:6px;transition:all .1s}.dropzone--active{background:var(--accent);height:4px;margin:4px 0;box-shadow:0 0 0 4px var(--accent-soft)}.build-row{display:flex;align-items:center;gap:10px;padding:12px 14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:border-color .12s,box-shadow .12s}.build-row:hover{border-color:var(--accent)}.build-row--selected{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.build-row--ai{background:var(--warn-bg);border-color:#facc15}.build-row__grip{color:var(--muted-faint);cursor:grab;font-size:16px;-webkit-user-select:none;user-select:none}.build-row__body{flex:1;min-width:0}.build-row__label{font-weight:600;color:var(--ink)}.build-row__actions{display:flex;align-items:center;gap:8px}.builder2-inspector{border-left:1px solid var(--border);background:var(--surface);display:flex;flex-direction:column;overflow:hidden}.builder2-inspector__head{padding:16px 18px;border-bottom:1px solid var(--border);font-weight:700;color:var(--ink)}.builder2-inspector__body{padding:16px 18px;overflow-y:auto;display:flex;flex-direction:column;gap:13px}.builder2-inspector__body label{display:flex;flex-direction:column;gap:5px;font-size:13px;font-weight:600;color:var(--ink)}.builder2-inspector__body label.checkbox-row{flex-direction:row;align-items:center;gap:8px}.builder2-inspector__body input[type=text],.builder2-inspector__body input[type=number],.builder2-inspector__body select,.builder2-inspector__body textarea{padding:8px 10px;border:1px solid var(--border);border-radius:var(--radius-sm);font:inherit;font-weight:400;color:var(--ink);background:var(--surface)}.builder2-inspector__body input:focus,.builder2-inspector__body select:focus,.builder2-inspector__body textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.builder2-empty-pane{padding:28px 18px;color:var(--muted);font-size:14px;line-height:1.5}.danger-text{color:var(--danger)}@media (max-width: 980px){.builder2-shell{grid-template-columns:1fr;height:auto}.builder2-palette,.builder2-inspector{border:none;border-bottom:1px solid var(--border)}}.rp-tabs{display:flex;border-bottom:1px solid var(--border);background:var(--surface)}.rp-tab{flex:1;padding:13px 10px;border:none;background:none;cursor:pointer;font-size:13px;font-weight:600;color:var(--muted);border-bottom:2px solid transparent}.rp-tab:hover{color:var(--ink)}.rp-tab--active{color:var(--accent);border-bottom-color:var(--accent)}.rp-preview-scroll{overflow-y:auto;padding:16px;background:var(--bg);flex:1}.section-divider__edit{margin-left:8px;opacity:0;transition:opacity .12s;font-size:11px}.section-divider:hover{cursor:pointer}.section-divider:hover .section-divider__edit{opacity:.7}.section-divider__input{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);border:1px solid var(--accent);border-radius:var(--radius-sm);padding:4px 8px;background:var(--surface);width:100%;max-width:320px}.section-divider__input:focus{outline:none;box-shadow:0 0 0 3px var(--accent-soft)}.preview-empty{padding:28px 8px;color:var(--muted);font-size:14px}.preview-doc__title{font-size:18px;font-weight:700;color:var(--ink);margin-bottom:4px}.preview-note{font-size:12px;color:var(--warn);background:var(--warn-bg);border-radius:var(--radius-sm);padding:6px 10px;margin-bottom:14px;display:inline-block}.preview-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;margin-bottom:14px;box-shadow:var(--shadow)}.preview-card__title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin-bottom:12px}.preview-field{margin-bottom:14px}.preview-field:last-child{margin-bottom:0}.preview-field__label{display:block;font-size:14px;font-weight:600;color:var(--ink);margin-bottom:6px}.preview-input{width:100%;padding:9px 11px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);font:inherit;color:var(--ink);background:var(--surface)}.preview-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.preview-number{display:flex;align-items:center;gap:8px}.preview-number .preview-input{max-width:160px}.preview-unit{color:var(--muted);font-size:14px}.preview-choices{display:flex;flex-direction:column;gap:8px}.preview-choice{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--ink)}.preview-help{font-size:12px;color:var(--muted);margin-top:5px}.preview-signature{border:1px dashed var(--border-strong);border-radius:var(--radius-sm);padding:14px;text-align:center;color:var(--muted);font-size:13px}.tablet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#0f1b2d8c;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:24px}.tablet-shell{display:flex;flex-direction:column;align-items:center;gap:14px}.tablet-frame{background:#1f2937;border-radius:30px;padding:16px;box-shadow:0 24px 60px #00000073;max-height:84vh;width:460px;max-width:92vw;display:flex}.tablet-screen{background:var(--bg);border-radius:16px;padding:20px;overflow-y:auto;width:100%}.tablet-close{border:none;background:var(--surface);color:var(--ink);font-weight:600;padding:9px 18px;border-radius:999px;cursor:pointer;box-shadow:var(--shadow)}.soe-shell{display:flex;flex-direction:column;height:calc(100vh - var(--topbar-h));min-height:0;background:var(--bg)}.soe-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 24px;border-bottom:1px solid var(--border);background:var(--surface)}.soe-head h1{margin:2px 0;font-size:22px}.soe-scroll{flex:1;overflow:auto;padding:0}.soe-table{border-collapse:separate;border-spacing:0;font-size:13px;width:100%}.soe-table th,.soe-table td{border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.soe-table tbody tr{height:34px}.soe-table button{min-height:0;padding:0}.soe-table thead th{position:sticky;top:0;z-index:2;background:var(--surface-soft)}.soe-visit{position:relative;min-width:64px;padding:5px 4px 6px;text-align:center;vertical-align:middle;cursor:pointer;line-height:1.12}.soe-visit:hover{background:var(--accent-soft)}.soe-visit__name{font-weight:700;font-size:12px;color:var(--ink);line-height:1.1}.soe-visit__day{font-size:10px;color:var(--muted);margin-top:1px}.soe-visit__win{font-size:9px;color:var(--muted-faint)}.soe-visit__del{position:absolute;top:2px;right:2px;border:none;background:none;color:var(--muted-faint);cursor:pointer;font-size:11px;opacity:0;line-height:1}.soe-visit:hover .soe-visit__del{opacity:1}.soe-visit__del:hover{color:var(--danger)}.soe-corner{position:sticky;left:0;top:0;z-index:3;background:var(--surface-soft);text-align:left;padding:6px 12px;min-width:220px;max-width:220px;font-weight:700;color:var(--ink)}.soe-rowhead{position:sticky;left:0;z-index:1;background:var(--surface);text-align:left;padding:5px 12px;min-width:220px;max-width:220px;vertical-align:middle}.soe-rowname{border:none;background:none;padding:0;text-align:left;cursor:pointer;font-size:13px;font-weight:600;color:var(--ink);line-height:1.2;flex:1;min-width:0}.soe-rowname:hover{color:var(--accent);text-decoration:underline}.soe-rowmeta{display:flex;align-items:center;gap:6px;margin-top:2px}.soe-rowmeta .pill{font-size:9px;padding:1px 6px}.soe-rowdel{border:none;background:none;color:var(--muted-faint);cursor:pointer;font-size:11px;opacity:0;flex-shrink:0}.soe-rowhead:hover .soe-rowdel{opacity:1}.soe-rowdel:hover{color:var(--danger)}.soe-cell{text-align:center;vertical-align:middle;cursor:pointer;color:var(--accent);font-weight:700;font-size:14px;background:var(--surface);min-width:64px;padding:2px}.soe-cell:hover,.soe-cell--on,.soe-table tbody tr:hover .soe-rowhead{background:var(--accent-soft)}.soe-addcol{background:var(--surface-soft);text-align:center;padding:4px;min-width:40px}.soe-addcol button{border:1px dashed var(--border-strong);background:var(--surface);color:var(--accent);width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:16px;font-weight:700}.soe-addcol button:hover{background:var(--accent-soft)}.soe-empty{padding:28px;text-align:center;color:var(--muted)}.app-topbar__left{display:flex;align-items:center;gap:18px;min-width:0}.study-switcher{position:relative}.study-switcher__btn{display:flex;align-items:center;gap:8px;min-height:0;padding:7px 12px;border:1px solid var(--border);border-radius:999px;background:var(--surface);cursor:pointer;font-weight:600;color:var(--ink);max-width:320px}.study-switcher__btn:hover{border-color:var(--accent)}.study-switcher__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.study-switcher__caret{color:var(--muted)}.study-switcher__menu{position:absolute;left:0;top:calc(100% + 6px);z-index:40;min-width:280px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-pop);padding:6px}.study-switcher__item{display:flex;flex-direction:column;align-items:flex-start;gap:1px;width:100%;text-align:left;border:none;background:none;padding:8px 11px;border-radius:var(--radius-sm);cursor:pointer;min-height:0;color:var(--ink)}.study-switcher__item:hover,.study-switcher__item.is-active{background:var(--accent-soft)}.study-switcher__name{font-weight:600}.study-switcher__empty{padding:8px 11px;color:var(--muted);font-size:13px}.study-switcher__sep{height:1px;background:var(--border);margin:6px 4px}.study-nav{display:flex;gap:4px;padding:8px 24px;background:var(--surface);border-bottom:1px solid var(--border)}.study-nav button{min-height:0;padding:6px 16px;border:none;background:none;border-radius:999px;font-weight:600;font-size:14px;color:var(--muted);cursor:pointer}.study-nav button:hover{color:var(--ink);background:var(--surface-soft)}.study-nav button.is-active{color:var(--accent-ink);background:var(--accent)}.studies-empty{max-width:560px;margin:80px auto;text-align:center;padding:0 24px}.studies-empty h1{font-size:26px;margin-bottom:10px}.studies-empty .primary{margin-top:22px}.studies-home{max-width:1000px;margin:0 auto;padding:28px 24px}.studies-home__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.studies-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}.study-card{text-align:left;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:18px;cursor:pointer;min-height:0;box-shadow:var(--shadow)}.study-card:hover{border-color:var(--accent);box-shadow:var(--shadow-pop)}.study-card__name{font-size:16px;font-weight:700;color:var(--ink);margin-bottom:6px}.wizard-shell{display:flex;justify-content:center;padding:40px 24px;min-height:calc(100vh - var(--topbar-h));background:var(--bg)}.wizard-card{width:100%;max-width:640px;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);padding:28px;height:fit-content}.wizard-card h1{font-size:23px;margin:6px 0 4px}.wizard-steps{display:flex;align-items:center;gap:10px;margin-bottom:18px;font-size:13px}.wizard-step{color:var(--muted-faint);font-weight:600}.wizard-step.is-active{color:var(--accent)}.wizard-step.is-done{color:var(--ok)}.wizard-step-sep{color:var(--muted-faint)}.wizard-field{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:var(--ink);margin-top:14px}.wizard-row{display:flex;gap:14px}.wizard-row .wizard-field{flex:1}.wizard-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.wizard-devnote{background:var(--warn-bg);color:var(--warn);border-radius:var(--radius-sm);padding:10px 12px;font-size:13px;margin-bottom:16px}.dropfile{border:2px dashed var(--border-strong);border-radius:14px;padding:48px 24px;text-align:center;cursor:pointer;transition:border-color .12s,background .12s;margin-top:4px}.dropfile:hover,.dropfile--over{border-color:var(--accent);background:var(--accent-soft)}.dropfile__big{font-size:16px;font-weight:600;color:var(--ink);margin-bottom:6px}.dropfile__busy{font-size:15px;font-weight:600;color:var(--accent)}.parse-result{margin-top:8px}.parse-result__head{background:var(--ok-bg);color:var(--ok);border-radius:var(--radius-sm);padding:10px 12px;font-size:14px}.parse-preview{margin:14px 0;border:1px solid var(--border);border-radius:var(--radius);padding:12px;max-height:280px;overflow-y:auto}.parse-preview__visits{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.parse-chip{font-size:11px;background:var(--surface-soft);border:1px solid var(--border);border-radius:999px;padding:2px 9px;color:var(--ink)}.parse-preview__rows{list-style:none;margin:0;padding:0}.parse-preview__rows li{display:flex;justify-content:space-between;gap:12px;padding:6px 4px;border-top:1px solid var(--border);font-size:14px}.parse-preview__rows li:first-child{border-top:none}.link-button{border:none;background:none;color:var(--accent);cursor:pointer;padding:0;font:inherit;min-height:0;text-decoration:underline}.soe-head__actions{display:flex;align-items:center;gap:10px}.soe-lockbar{display:flex;align-items:center;gap:6px;flex-wrap:wrap;background:var(--accent-soft);color:var(--ink);padding:10px 24px;font-size:13px;border-bottom:1px solid var(--border)}.soe-table--locked .soe-cell{pointer-events:none}.soe-table--locked .soe-visit{cursor:default}.soe-table--locked .soe-visit:hover{background:var(--surface-soft)}.setup-page{max-width:1100px;margin:0 auto;padding:28px 24px 64px}.setup-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.setup-header__title h1{font-size:24px;margin:4px 0}.setup-panel{display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px;margin-bottom:28px;box-shadow:var(--shadow)}.setup-panel__body{min-width:0}.setup-panel__title{font-weight:700;color:var(--ink);margin-bottom:4px}.setup-panel__body p{margin:0;max-width:640px}.setup-panel__action{flex-shrink:0}.setup-empty{border:1px dashed var(--border-strong);border-radius:var(--radius);padding:40px 24px;text-align:center}.setup-section{margin-bottom:28px}.setup-grouptitle{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-faint);margin:0 0 12px}.template-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}.template-card{display:flex;flex-direction:column;align-items:stretch;gap:8px;text-align:left;min-height:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;cursor:pointer;box-shadow:var(--shadow);transition:border-color .12s,box-shadow .12s,transform 60ms}.template-card:hover{border-color:var(--accent);box-shadow:var(--shadow-pop)}.template-card:hover .template-card__cta{opacity:1}.template-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.template-card__name{font-size:15px;font-weight:700;color:var(--ink);line-height:1.25}.template-card__meta{display:flex;flex-direction:column;gap:2px}.template-card__cta{font-size:13px;font-weight:600;color:var(--accent);opacity:0;transition:opacity .12s}
