.sheet-wizard{max-width:1240px}.sheet-wizard__topbar{background:var(--sw-surface);border:1px solid var(--sw-border);box-shadow:var(--sw-shadow);border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:12px 18px;display:flex}.sheet-wizard__steps{flex-wrap:nowrap;align-items:center;gap:0;display:flex;overflow:hidden}.sheet-wizard__step{opacity:.4;white-space:nowrap;align-items:center;gap:8px;padding:6px 0;transition:opacity .16s;display:flex}.sheet-wizard__step.is-active{opacity:1}.sheet-wizard__step.is-done{opacity:.75}.sheet-wizard__step-num{background:var(--sw-accent-soft);width:24px;height:24px;color:var(--sw-accent);font-size:var(--ds-text-caption);font-weight:var(--ds-weight-semibold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.sheet-wizard__step.is-active .sheet-wizard__step-num{background:var(--sw-accent);color:var(--sw-surface)}.sheet-wizard__step.is-done .sheet-wizard__step-num{background:var(--sw-step-done-bg);color:var(--sw-step-done-text)}.sheet-wizard__step-label{font-size:var(--ds-text-button);font-weight:var(--ds-weight-semibold);color:var(--sw-strong)}.sheet-wizard__step-hint{font-size:var(--ds-text-caption);color:var(--sw-muted);display:none}.sheet-wizard__step.is-active .sheet-wizard__step-hint{display:inline}.sheet-wizard__step-sep{background:var(--sw-border);flex-shrink:0;width:28px;height:1px;margin:0 6px;display:inline-block}.sheet-wizard__topbar-meta{flex-shrink:0;align-items:center;gap:10px;display:flex}.sheet-wizard__status-badge{background:var(--sw-accent-soft);min-height:30px;color:var(--sw-muted);border:1px solid var(--sw-border-soft);font-size:var(--ds-text-caption);font-weight:var(--ds-weight-semibold);letter-spacing:.02em;font-variant-numeric:tabular-nums;border-radius:999px;align-items:center;padding:0 10px;display:inline-flex}.sheet-wizard__help-toggle.is-active{background:var(--sw-accent-soft);border-color:var(--sw-accent-border);color:var(--sw-accent)}.sheet-wizard__notice{background:#f7fbff;border:1px solid #cad9e8;border-radius:14px;padding:11px 16px;box-shadow:0 2px 8px #233d580f}.sheet-wizard__notice span{font-size:var(--ds-text-button);color:#2a5e95}.sheet-wizard__help-panel{background:var(--sw-surface);border:1px solid var(--sw-border);box-shadow:var(--sw-shadow);border-radius:22px;grid-template-columns:200px minmax(0,1fr);align-items:start;gap:16px;padding:20px;display:grid}.sheet-wizard__table tr.is-row-header td,.sheet-wizard__table tr.is-row-header th{background:var(--sw-header-row-bg);border-bottom-color:var(--sw-header-row-border)}.sheet-wizard__table tr.is-row-type td,.sheet-wizard__table tr.is-row-type th{background:var(--sw-type-row-bg);border-bottom-color:var(--sw-type-row-border)}.sheet-wizard__table tr.is-row-desc td,.sheet-wizard__table tr.is-row-desc th{background:var(--sw-surface-soft);border-bottom-color:var(--sw-border-soft)}.sheet-wizard__row-badge{width:16px;height:16px;font-size:var(--ds-text-caption);font-weight:var(--ds-weight-semibold);letter-spacing:0;vertical-align:middle;border-radius:4px;justify-content:center;align-items:center;margin-left:5px;display:inline-flex}tr.is-row-header .sheet-wizard__row-badge{background:var(--sw-header-badge-bg);color:var(--sw-header-badge-text)}tr.is-row-type .sheet-wizard__row-badge{background:var(--sw-type-badge-bg);color:var(--sw-type-badge-text)}tr.is-row-desc .sheet-wizard__row-badge{background:var(--sw-border);color:var(--sw-muted)}.sheet-wizard__output-panel,.sheet-wizard__docs{background:color-mix(in srgb,var(--pomodoro-surface-soft)84%,transparent);border:1px solid color-mix(in srgb,var(--pomodoro-accent)14%,#ffffff14);border-radius:24px;gap:16px;padding:20px;display:grid}.sheet-wizard__source-tabs{grid-template-columns:1fr 1fr;gap:6px;display:grid}.sheet-wizard__mode--sheets{grid-column:span 2}.sheet-wizard__output-tabs{flex-wrap:wrap;gap:10px;display:flex}.sheet-wizard__source-actions{grid-template-columns:minmax(0,1fr);align-items:end;gap:12px;display:grid}.sheet-wizard__file-button{border:1px solid color-mix(in srgb,var(--pomodoro-accent)16%,#ffffff14);background:color-mix(in srgb,var(--pomodoro-surface-strong)90%,transparent);min-height:48px;color:var(--pomodoro-text);font-weight:var(--ds-weight-semibold);cursor:pointer;border-radius:16px;justify-content:center;justify-self:start;align-items:center;padding:0 18px;display:inline-flex}.sheet-wizard__file-button input{display:none}.sheet-wizard__sample-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.sheet-wizard__sample-row p{color:var(--pomodoro-muted);margin:0;line-height:1.55}.sheet-wizard__sample-row code{font-size:var(--ds-text-button)}.sheet-wizard__layout{gap:16px}.sheet-wizard__preview-panel{text-align:left;align-content:start}.sheet-wizard__sheet-bar{flex-wrap:wrap;justify-content:space-between;gap:12px;width:100%;display:flex}.sheet-wizard__sheet-copy strong{font-size:var(--ds-text-body-small)}.sheet-wizard__sheet-copy span{color:var(--pomodoro-muted);font-size:var(--ds-text-button)}.sheet-wizard__table-wrap{border:1px solid color-mix(in srgb,var(--pomodoro-accent)14%,#ffffff14);background:color-mix(in srgb,var(--pomodoro-surface-strong)94%,transparent);border-radius:18px;width:100%;overflow:auto}.sheet-wizard__table th,.sheet-wizard__table td{border-bottom:1px solid color-mix(in srgb,var(--pomodoro-accent)10%,#ffffff0f);text-align:left;white-space:nowrap;padding:10px 12px}.sheet-wizard__table th{width:56px;color:var(--pomodoro-muted);font-size:var(--ds-text-button);font-weight:var(--ds-weight-semibold);background:color-mix(in srgb,var(--pomodoro-surface-soft)76%,transparent)}.sheet-wizard__legend{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;width:100%;display:grid}.sheet-wizard__legend div{background:color-mix(in srgb,var(--pomodoro-surface-soft)78%,transparent);border-radius:16px;gap:4px;padding:12px 14px;display:grid}.sheet-wizard__legend strong{font-size:var(--ds-text-button)}.sheet-wizard__legend span{color:var(--pomodoro-muted);font-size:var(--ds-text-button)}.sheet-wizard__side-shell{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.sheet-wizard__validation-item{border:1px solid color-mix(in srgb,var(--pomodoro-accent)12%,#ffffff14);background:color-mix(in srgb,var(--pomodoro-surface-strong)92%,transparent);border-radius:16px;gap:4px;padding:12px 14px;display:grid}.sheet-wizard__validation-item strong{font-size:var(--ds-text-button)}.sheet-wizard__validation-item span{color:var(--pomodoro-muted);line-height:1.55;font-size:var(--ds-text-button)}.sheet-wizard__validation-item.is-error{border-color:#ff9e9e64}.sheet-wizard__validation-item.is-warning{border-color:#ffda815b}.sheet-wizard__validation-item.is-ok{border-color:color-mix(in srgb,var(--pomodoro-accent)28%,#ffffff14)}.sheet-wizard__output-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.sheet-wizard__output-toolbar p{color:var(--pomodoro-muted);margin:0;line-height:1.55}.sheet-wizard__output{border:1px solid color-mix(in srgb,var(--pomodoro-accent)14%,#ffffff14);background:color-mix(in srgb,var(--pomodoro-surface-strong)94%,transparent);width:100%;min-height:420px;color:var(--pomodoro-text);font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:var(--ds-text-button);resize:vertical;border-radius:18px;padding:16px 18px;line-height:1.6}.sheet-wizard__docs{grid-template-columns:repeat(3,minmax(0,1fr))}.sheet-wizard__doc-list{color:var(--pomodoro-muted);gap:8px;margin:0;padding-left:1.2rem;line-height:1.6;display:grid}.sheet-wizard__doc-table{gap:10px;display:grid}.sheet-wizard__doc-table span{color:var(--pomodoro-muted);line-height:1.55}.sheet-wizard__reference-link{border:1px solid color-mix(in srgb,var(--pomodoro-accent)18%,#ffffff14);background:color-mix(in srgb,var(--pomodoro-surface-strong)90%,transparent);min-height:42px;color:var(--pomodoro-text);font-weight:var(--ds-weight-semibold);border-radius:14px;align-items:center;width:fit-content;padding:0 16px;display:inline-flex}.sheet-wizard-shell{display:grid}.sheet-wizard--light{color:#1d2a37;background:0 0;gap:20px;width:100%;max-width:1260px;margin:0 auto;padding:0;display:grid}.sheet-wizard--light .button--ghost{color:#234;background:#fff;border-color:#d8e7f5}.sheet-wizard__notice,.sheet-wizard__source-panel,.sheet-wizard__panel,.sheet-wizard__output-panel,.sheet-wizard__doc-card{background:#fff;border:1px solid #d7e6f5;box-shadow:0 18px 44px #52728f1f}.sheet-wizard__notice{border-radius:18px;gap:4px;padding:14px 16px;display:grid}.sheet-wizard__notice span,.sheet-wizard__hero-copy p,.sheet-wizard__hero-meta,.sheet-wizard__panel-head span,.sheet-wizard__sample-row p,.sheet-wizard__sheet-copy span,.sheet-wizard__validation-item span,.sheet-wizard__download-note,.sheet-wizard__doc-card p,.sheet-wizard__doc-list,.sheet-wizard__doc-table span,.sheet-wizard__helper-card p{color:#607992}.sheet-wizard__hero{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.sheet-wizard__hero-copy{gap:10px;display:grid}.sheet-wizard__eyebrow{font-size:var(--ds-text-caption);text-transform:uppercase;letter-spacing:.16em;color:#4584c6;font-weight:var(--ds-weight-semibold);margin:0}.sheet-wizard__hero h2{font-family:var(--heading-font);color:#17304a;margin:0;font-size:clamp(2.1rem,4vw,3.1rem);line-height:.96}.sheet-wizard__hero-copy p{max-width:72ch;margin:0;line-height:1.65}.sheet-wizard__hero-meta{justify-items:end;gap:10px;display:grid}.sheet-wizard__pill{color:#2a5e95;min-height:38px;font-size:var(--ds-text-button);font-weight:var(--ds-weight-semibold);background:#eff6ff;border-radius:999px;align-items:center;padding:0 14px;display:inline-flex}.sheet-wizard__meta-copy{font-size:var(--ds-text-button)}.sheet-wizard__source-panel,.sheet-wizard__output-panel{border-radius:26px;gap:16px;padding:22px;display:grid}.sheet-wizard__mode,.sheet-wizard__output-pick{color:#4a6078;cursor:pointer;background:#f6fbff;border:1px solid #d8e7f5}.sheet-wizard__mode{min-height:44px;font-weight:var(--ds-weight-semibold);border-radius:16px;padding:0 18px}.sheet-wizard__mode-panel{gap:14px;min-width:0;max-width:100%;display:grid}.sheet-wizard__dropzone{text-align:center;cursor:pointer;background:radial-gradient(circle at 100% 0,#89c6ff26,#0000 34%),#f8fbff;border:2px dashed #b7d8f4;border-radius:24px;place-items:center;gap:8px;min-height:172px;padding:24px;transition:transform .16s,border-color .16s,background-color .16s;display:grid}.sheet-wizard__dropzone strong{font-size:var(--ds-text-body-small);color:#18324f}.sheet-wizard__dropzone span{color:#6d8196;line-height:1.55}.sheet-wizard__dropzone.is-dragging,.sheet-wizard__dropzone:hover{background-color:#f2f9ff;border-color:#79b9ef;transform:translateY(-1px)}.sheet-wizard__quick-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.sheet-wizard__quick-actions span{color:#607992;line-height:1.55}.sheet-wizard__link-card{grid-template-columns:1fr;gap:12px;display:grid}.sheet-wizard__link-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px 14px;display:flex}.sheet-wizard__link-actions span{color:#607992;line-height:1.55}.sheet-wizard__link-input,.sheet-wizard__compact-field{margin:0}.sheet-wizard__helper-card{background:#f7fbff;border:1px solid #d8e7f5;border-radius:20px;gap:8px;padding:18px;display:grid}.sheet-wizard__helper-card strong{font-size:var(--ds-text-body-small)}.sheet-wizard__helper-card code{color:#35506b;background:#eef5fc;border-radius:14px;padding:10px 12px;display:block;overflow-x:auto}.sheet-wizard__helper-card--compact{gap:4px;padding:14px 16px}.sheet-wizard__helper-card--compact p{font-size:var(--ds-text-button);margin:0}.sheet-wizard__layout{grid-template-columns:300px minmax(0,1fr);align-items:start;gap:18px;display:grid}.sheet-wizard__sidebar{align-content:start;gap:14px;min-width:0;max-width:100%;display:grid}.sheet-wizard__main{align-content:start;gap:18px;min-width:0;display:grid}.sheet-wizard__workspace{grid-template-columns:minmax(0,1.24fr) minmax(320px,350px);align-items:start;gap:18px;display:grid}.sheet-wizard__inspector{grid-template-columns:minmax(290px,330px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.sheet-wizard__panel{border-radius:24px;gap:14px;min-width:0;padding:20px;display:grid}.sheet-wizard__panel--compact{gap:12px;padding:16px 18px}.sheet-wizard__setup-bar{align-self:start;gap:10px}.sheet-wizard__panel-head{justify-content:space-between;align-items:end;gap:14px;display:flex}.sheet-wizard__panel-head--stacked{align-items:start}.sheet-wizard__panel-head--stacked>div{gap:4px;display:grid}.sheet-wizard__panel-head strong,.sheet-wizard__doc-card strong{color:#18324f;font-size:var(--ds-text-body-small);display:block}.sheet-wizard__sheet-bar{flex-wrap:wrap;justify-content:space-between;gap:14px;display:flex}.sheet-wizard__sheet-copy{gap:4px;display:grid}.sheet-wizard__table-wrap{background:#fbfdff;border:1px solid #dbe9f6;border-radius:18px;width:100%;overflow:auto}.sheet-wizard__table{border-collapse:collapse;width:100%;font-size:var(--ds-text-button)}.sheet-wizard__table th,.sheet-wizard__table td{text-align:left;white-space:nowrap;border-bottom:1px solid #e8f1f8;padding:11px 12px}.sheet-wizard__table th{color:#6c8093;width:56px;font-size:var(--ds-text-button);background:#f3f8fd}.sheet-wizard__legend{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.sheet-wizard__legend-item{cursor:text;background:#f7fbff;border:1px solid #dfebf7;border-radius:10px;align-items:center;gap:6px;min-width:0;padding:5px 10px;display:flex}.sheet-wizard__legend-item strong{color:#204b78;font-size:var(--ds-text-button);font-weight:var(--ds-weight-semibold);white-space:nowrap}.sheet-wizard__legend-item span{color:#6d8196;font-size:var(--ds-text-caption);white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.sheet-wizard__legend-item input[type=number]{text-align:right;width:22px;font-size:var(--ds-text-button);font-weight:var(--ds-weight-semibold);color:#3d6a96;appearance:textfield;background:0 0;border:none;outline:none;flex-shrink:0;padding:0}.sheet-wizard__legend-item input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.sheet-wizard__legend-item input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.sheet-wizard__doc-table div{background:#f7fbff;border:1px solid #dfebf7;border-radius:16px;gap:4px;padding:12px 14px;display:grid}.sheet-wizard__pk-tag{white-space:nowrap;background:#e8f2fb;border:1px solid #b8d4ed;border-radius:10px;align-items:center;gap:8px;padding:5px 12px;display:flex}.sheet-wizard__pk-tag span{font-size:var(--ds-text-caption);font-weight:var(--ds-weight-semibold);color:#4a7aaa;letter-spacing:.04em;text-transform:uppercase}.sheet-wizard__pk-tag strong{font-size:var(--ds-text-button);color:#0f2d4a;font-family:ui-monospace,Menlo,Consolas,monospace;font-weight:var(--ds-weight-semibold)}.sheet-wizard__side{gap:14px;display:grid}.sheet-wizard__field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.sheet-wizard__field-grid--compact{gap:10px}.sheet-wizard__setup-grid,.sheet-wizard__parse-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.sheet-wizard__parse-field{border:1px solid var(--sw-border);background:var(--sw-surface);cursor:text;border-radius:14px;gap:4px;min-width:0;padding:10px 14px;display:grid}.sheet-wizard__parse-field span{font-size:var(--ds-text-caption);font-weight:var(--ds-weight-semibold);color:var(--sw-text-muted);letter-spacing:.01em;white-space:nowrap}.sheet-wizard__parse-field input{font-size:var(--ds-text-body);font-weight:var(--ds-weight-semibold);color:var(--sw-text);appearance:textfield;background:0 0;border:none;outline:none;width:100%;min-width:0;padding:0;line-height:1}.sheet-wizard__parse-field input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.sheet-wizard__parse-field input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.sheet-wizard__panel--compact .filter-input{gap:6px}.sheet-wizard__panel--compact .filter-input input,.sheet-wizard__panel--compact .filter-input select{width:100%;min-height:48px}.sheet-wizard__compact-field{min-width:0;margin:0}.sheet-wizard__compact-field span{font-size:var(--ds-text-button);font-weight:var(--ds-weight-semibold);color:#5d748d}.sheet-wizard__compact-field--wide{grid-column:span 2}.sheet-wizard__compact-field input{min-width:0}.sheet-wizard__compact-field input[type=number]{appearance:textfield;padding-right:14px}.sheet-wizard__compact-field input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.sheet-wizard__compact-field input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.sheet-wizard__validation-list{gap:10px;display:grid}.sheet-wizard__validation-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.sheet-wizard__validation-count{background:#f7fbff;border:1px solid #dbe9f6;border-radius:16px;gap:3px;padding:12px 14px;display:grid}.sheet-wizard__validation-count strong{color:#18324f;font-size:var(--ds-text-body);line-height:1}.sheet-wizard__validation-count span{color:#60778f;font-size:var(--ds-text-button);font-weight:var(--ds-weight-semibold);letter-spacing:.01em}.sheet-wizard__validation-item{background:#fbfdff;border:1px solid #dbe9f6;border-radius:16px;gap:4px;padding:12px 14px;display:grid}.sheet-wizard__validation-item.is-error{background:#fff8f8;border-color:#f0b7b7}.sheet-wizard__validation-item.is-warning{background:#fffdf7;border-color:#f0deb0}.sheet-wizard__validation-item.is-ok{background:#f8fff6;border-color:#c6dfbe}.sheet-wizard__validation-list--compact{max-height:224px;padding-right:4px;overflow:auto}.sheet-wizard__validation-list--compact .sheet-wizard__validation-item{padding:10px 12px}.sheet-wizard__validation-list--compact .sheet-wizard__validation-item strong{font-size:var(--ds-text-button)}.sheet-wizard__validation-list--compact .sheet-wizard__validation-item span{font-size:var(--ds-text-button);line-height:1.42}.sheet-wizard__enum-card-head{justify-content:space-between;align-items:start;gap:12px;display:flex}.sheet-wizard__enum-card-head>div{gap:4px;display:grid}.sheet-wizard__enum-count{color:#42627e;min-height:30px;font-size:var(--ds-text-button);font-weight:var(--ds-weight-semibold);white-space:nowrap;background:#edf5fc;border-radius:999px;align-items:center;padding:0 10px;display:inline-flex}.sheet-wizard__output-picks{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.sheet-wizard__output-picks--bundles{grid-template-columns:repeat(3,minmax(0,1fr))}.sheet-wizard__output-pick{text-align:left;border-radius:18px;align-content:start;gap:6px;min-height:98px;padding:14px;display:grid}.sheet-wizard__output-pick strong{font-size:var(--ds-text-button)}.sheet-wizard__output-pick span{font-size:var(--ds-text-button);color:#6a8096;line-height:1.5}.sheet-wizard__output-pick--locked{cursor:default}.sheet-wizard__output-pick--locked strong:after{content:"Always included";color:#2a5e95;min-height:24px;font-size:var(--ds-text-caption);font-weight:var(--ds-weight-semibold);letter-spacing:.03em;vertical-align:middle;background:#eef5fb;border-radius:999px;align-items:center;margin-left:10px;padding:0 8px;display:inline-flex}.sheet-wizard__download-row{flex-wrap:wrap;gap:10px;display:flex}.sheet-wizard__download-note{margin:0;line-height:1.55}.sheet-wizard__output-stack{gap:16px;display:grid}.sheet-wizard__output-card{background:#fbfdff;border:1px solid #dbe9f6;border-radius:20px;gap:12px;padding:18px;display:grid}.sheet-wizard__output-card-head{justify-content:space-between;align-items:start;gap:12px;display:flex}.sheet-wizard__output-card-head div{gap:4px;display:grid}.sheet-wizard__output-card-head strong{color:#18324f;font-size:var(--ds-text-body-small)}.sheet-wizard__output-card-head span{color:#607992;line-height:1.55}.sheet-wizard__output{color:#203247;width:100%;min-height:360px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:var(--ds-text-button);resize:vertical;background:#f9fbfd;border:1px solid #dbe9f6;border-radius:18px;padding:16px 18px;line-height:1.6}.sheet-wizard__docs{display:none}.sheet-wizard__docs-nav{flex-direction:column;align-self:start;align-items:stretch;gap:4px;display:flex}.sheet-wizard__doc-card{border-radius:22px;gap:12px;padding:18px;display:grid}.sheet-wizard__doc-card--wide{grid-column:span 2}.sheet-wizard__doc-list{gap:8px;margin:0;padding-left:1.15rem;line-height:1.65;display:grid}.sheet-wizard__doc-list--compact{padding-left:1rem}.sheet-wizard__type-grid{flex-wrap:wrap;gap:8px;display:flex}.sheet-wizard__type-grid span{color:#295d92;min-height:32px;font-size:var(--ds-text-button);font-weight:var(--ds-weight-semibold);background:#eef5fb;border-radius:999px;align-items:center;padding:0 12px;display:inline-flex}.sheet-wizard__reference-link{color:#1f5d90;min-height:42px;font-weight:var(--ds-weight-semibold);background:#eff6ff;border:1px solid #cfe2f5;border-radius:14px;align-items:center;width:fit-content;padding:0 16px;display:inline-flex}.sheet-wizard__preview-shell{border:1px solid #cad9e8;border-radius:20px;display:grid;overflow:hidden}.sheet-wizard__preview-tabs{background:#f3f8fd;border-bottom:1px solid #cad9e8;flex-wrap:wrap;align-items:center;gap:2px;padding:8px 10px;display:flex}.sheet-wizard__preview-tab{color:#5a7590;min-height:32px;font-size:var(--ds-text-button);font-weight:var(--ds-weight-semibold);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;padding:0 14px;transition:background .12s,color .12s}.sheet-wizard__preview-tab:hover{color:#1e5f97;background:#e8f2fb}.sheet-wizard__preview-tab.is-active{color:#18324f;background:#fff;border-color:#cad9e8}.sheet-wizard__preview-tab-actions{margin-left:auto}.sheet-wizard__preview-shell .sheet-wizard__output{border:none;border-radius:0;min-height:380px}.sheet-wizard__file-tree{text-align:left;background:#ffffff8c;border:1px solid #2a5e9524;border-radius:12px;gap:4px;margin:10px 0 0;padding:10px 12px;list-style:none;display:grid}.sheet-wizard__file-tree li{font-size:var(--ds-text-button);color:#2a5e95;padding-left:14px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;position:relative}.sheet-wizard__file-tree li:before{content:"›";color:#9bc9f2;font-weight:var(--ds-weight-semibold);position:absolute;left:2px}.sheet-wizard__file-tree-more{font-style:italic;color:#7a95ab!important}.sheet-wizard__key-info{background:#f7fbff;border:1px solid #dbe9f6;border-radius:14px;grid-column:span 2;align-items:center;gap:8px;padding:10px 14px;display:flex}.sheet-wizard__key-info>span:first-child{font-size:var(--ds-text-button);font-weight:var(--ds-weight-semibold);color:#5d748d;white-space:nowrap}.sheet-wizard__key-info>strong{font-size:var(--ds-text-button);color:#18324f;font-family:ui-monospace,Menlo,Consolas,monospace}.sheet-wizard__key-rule{margin-left:auto;font-size:var(--ds-text-caption)!important;color:#8fa5b8!important;font-weight:400!important}.sheet-wizard__preview-sheet-bar{background:#eef5fb;border-bottom:1px solid #cad9e8;flex-wrap:wrap;align-items:center;gap:10px;padding:8px 14px;display:flex}.sheet-wizard__preview-sheet-label{font-size:var(--ds-text-caption);font-weight:var(--ds-weight-semibold);color:#5a7590;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.sheet-wizard__preview-sheet-tabs{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.sheet-wizard__preview-sheet-tab{color:#4a6a84;min-height:28px;font-size:var(--ds-text-button);font-weight:var(--ds-weight-semibold);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;padding:0 12px;transition:background .12s}.sheet-wizard__preview-sheet-tab.is-active{color:#18324f;background:#fff;border-color:#9bc9f2}.sheet-wizard__preview-sheet-note{font-size:var(--ds-text-caption);color:#8fa5b8;margin-left:6px;font-style:italic}@media (max-width:1180px){.sheet-wizard__workspace,.sheet-wizard__inspector,.sheet-wizard__docs{grid-template-columns:1fr}.sheet-wizard__setup-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sheet-wizard__doc-card--wide{grid-column:span 1}.json-widget__editor-grid,.json-widget__settings-shell{grid-template-columns:1fr}}@media (max-width:980px){.sheet-wizard__legend{grid-template-columns:repeat(2,minmax(0,1fr))}.sheet-wizard__field-grid,.sheet-wizard__setup-grid,.sheet-wizard__output-picks,.sheet-wizard__link-card,.todo-widget__settings-shell,.sheet-wizard__source-actions,.json-widget__action-grid,.json-widget__editor-grid,.json-widget__settings-shell{grid-template-columns:1fr}}@media (max-width:720px){.sheet-wizard__sheet-bar,.sheet-wizard__output-card-head{grid-template-columns:1fr;display:grid}.sheet-wizard__legend{grid-template-columns:1fr}.sheet-wizard__topbar{flex-wrap:wrap;gap:10px}.sheet-wizard__steps{flex-wrap:wrap;gap:6px}.sheet-wizard__step-sep{display:none}.sheet-wizard__help-panel{grid-template-columns:1fr}}.sheet-wizard--light{color:#18324a}.sheet-wizard__notice,.sheet-wizard__source-panel,.sheet-wizard__panel,.sheet-wizard__output-panel,.sheet-wizard__doc-card{background:#fff;border-color:#cad9e8;box-shadow:0 18px 44px #233d5814}.sheet-wizard__notice span,.sheet-wizard__hero-copy p,.sheet-wizard__hero-meta,.sheet-wizard__panel-head span,.sheet-wizard__download-note,.sheet-wizard__doc-card p,.sheet-wizard__doc-list,.sheet-wizard__doc-table span,.sheet-wizard__helper-card p,.sheet-wizard__sheet-preview span,.sheet-wizard__validation-item span,.sheet-wizard__quick-actions span{color:#4a6178}.sheet-wizard__hero,.sheet-wizard__source-panel,.sheet-wizard__output-panel,.sheet-wizard__doc-card{border-radius:28px}.sheet-wizard__hero{background:#fff;border:1px solid #cad9e8;padding:24px 28px;box-shadow:0 18px 44px #233d5814}.sheet-wizard__hero-copy{gap:12px}.sheet-wizard__hero h2{color:#10253a;text-shadow:none}.sheet-wizard__hero-copy p,.sheet-wizard__download-note,.sheet-wizard__doc-card p,.sheet-wizard__doc-list,.sheet-wizard__doc-table span{color:#455d74;line-height:1.72}.sheet-wizard__lock-panel{gap:24px}.sheet-wizard__lock-form{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:14px;display:grid}.sheet-wizard__mode{min-height:48px;font-size:var(--ds-text-body-small);font-weight:var(--ds-weight-semibold);border-radius:18px;padding:0 20px}.sheet-wizard__mode,.sheet-wizard__output-pick{color:#38506a;background:#f8fbfe;border-color:#c9d9e8}.sheet-wizard__mode.is-active,.sheet-wizard__output-pick.is-active{color:#114d82;background:#e9f4ff;border-color:#83b8eb}.sheet-wizard__dropzone{background:radial-gradient(circle at 100% 0,#a2d1ff2e,#0000 36%),#fbfdff;border-color:#94bde0;min-height:184px}.sheet-wizard__dropzone strong,.sheet-wizard__panel-head strong,.sheet-wizard__doc-card strong,.sheet-wizard__helper-card strong,.sheet-wizard__output-card-head strong{color:#18324a}.sheet-wizard__helper-card,.sheet-wizard__legend div,.sheet-wizard__doc-table div,.sheet-wizard__validation-item,.sheet-wizard__output-card,.sheet-wizard__sheet-item{background:#f8fbfe}.sheet-wizard__notice strong,.sheet-wizard__hero-copy strong,.sheet-wizard__sheet-preview strong,.sheet-wizard__enum-card strong{color:#14314a}.sheet-wizard__workspace{grid-template-columns:minmax(0,1.24fr) minmax(320px,350px);gap:20px}.sheet-wizard__sheet-actions{flex-wrap:wrap;gap:10px;display:flex}.sheet-wizard__sheet-list{gap:6px;max-height:320px;padding-right:2px;display:grid;overflow:auto}.sheet-wizard__sheet-item{border:1px solid var(--sw-border-soft);background:var(--sw-surface-soft);cursor:pointer;border-radius:12px;align-items:center;gap:10px;padding:8px 12px;transition:border-color .12s,background .12s;display:flex}.sheet-wizard__sheet-item:hover{border-color:var(--sw-border);background:var(--sw-surface)}.sheet-wizard__sheet-item.is-active{border-color:var(--sw-accent-border);background:var(--sw-accent-soft);border-left-width:3px}.sheet-wizard__sheet-item.is-included{background:var(--sw-surface)}.sheet-wizard__sheet-checkbox{cursor:pointer;width:16px;height:16px;accent-color:var(--sw-accent);flex-shrink:0}.sheet-wizard__sheet-body{flex:1;gap:2px;min-width:0;display:grid}.sheet-wizard__sheet-name{font-size:var(--ds-text-button);font-weight:var(--ds-weight-semibold);color:var(--sw-strong);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sheet-wizard__sheet-stat{font-size:var(--ds-text-caption);color:var(--sw-muted)}.sheet-wizard__sheet-active-dot{background:var(--sw-accent);border-radius:50%;flex-shrink:0;width:7px;height:7px}.sheet-wizard__sheet-meta{flex-wrap:wrap;gap:8px;display:flex}.sheet-wizard__sheet-meta span{color:#44627d;min-height:28px;font-size:var(--ds-text-button);font-weight:var(--ds-weight-semibold);background:#edf5fc;border-radius:999px;align-items:center;padding:0 10px;display:inline-flex}.sheet-wizard__setup-bar{position:static;top:auto}.sheet-wizard__validation-panel{gap:10px}.sheet-wizard__sheet-item.is-active .sheet-wizard__sheet-meta span:last-child{color:#175b94;background:#e4f2ff}.sheet-wizard__enum-list{gap:10px;display:grid}.sheet-wizard__enum-card{background:#f8fbfe;border:1px solid #d8e6f3;border-radius:16px;gap:8px;padding:12px 14px;display:grid}.sheet-wizard__enum-card>span{color:#52687f;font-size:var(--ds-text-button);line-height:1.5}.sheet-wizard__enum-values{gap:8px;display:grid}.sheet-wizard__enum-row{background:#fff;border:1px solid #dce8f3;border-radius:10px;grid-template-columns:28px minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:8px;padding:6px 10px;display:grid}.sheet-wizard__enum-index{font-size:var(--ds-text-caption);font-weight:var(--ds-weight-semibold);color:#9bafc4;text-align:right;flex-shrink:0;font-family:ui-monospace,Menlo,Consolas,monospace}.sheet-wizard__enum-row span{color:#27435d;font-size:var(--ds-text-button);word-break:break-word;line-height:1.45}.sheet-wizard__enum-row--head{background:0 0;border:0;padding:0 4px}.sheet-wizard__enum-row--head span{color:#647b92;font-size:var(--ds-text-caption);font-weight:var(--ds-weight-semibold);text-transform:uppercase;letter-spacing:.08em}.sheet-wizard__enum-row.is-warning{background:#fff8ef;border-color:#f1c38a}.sheet-wizard__enum-input{margin:0}.sheet-wizard__enum-input input{min-height:32px}.sheet-wizard__enum-note{color:#5f7690;font-size:var(--ds-text-button);margin:0;line-height:1.4}.sheet-wizard__table-wrap,.sheet-wizard__output{background:#fff}.sheet-wizard__table th{color:#52687e}.sheet-wizard__field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sheet-wizard__output-groups{gap:20px;display:grid}.sheet-wizard__output-group{gap:12px;display:grid}.sheet-wizard__output-group-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.sheet-wizard__output-group-head strong,.sheet-wizard__output-preview-head strong{color:#18324f;font-size:var(--ds-text-body-small)}.sheet-wizard__output-picks{grid-template-columns:repeat(3,minmax(0,1fr))}.sheet-wizard__output-pick{border-radius:20px;min-height:112px}.sheet-wizard__output-preview-group{gap:14px;display:grid}.sheet-wizard__output-preview-head{gap:4px;display:grid}.sheet-wizard__output-card-actions{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.sheet-wizard__download-row{align-items:center}.sheet-wizard__docs{grid-template-columns:240px minmax(0,1fr);align-items:start;gap:18px;margin-top:4px;overflow:visible}.sheet-wizard__docs-nav{gap:10px;display:grid;position:sticky;top:92px}.sheet-wizard__doc-tab{color:#48627b;height:auto;min-height:48px;font-size:var(--ds-text-button);font-weight:var(--ds-weight-semibold);text-align:left;cursor:pointer;background:#f8fbfe;border:1px solid #cad9e8;border-radius:16px;align-items:center;padding:0 16px;display:inline-flex}.sheet-wizard__doc-tab.is-active{color:#114d82;background:#e9f4ff;border-color:#83b8eb}.sheet-wizard__doc-card--reader{align-self:start;min-width:0;height:auto;min-height:auto;padding-bottom:28px;overflow:visible}.sheet-wizard__doc-content{align-content:start;gap:18px;min-width:0;padding-bottom:16px;padding-right:0;display:grid;overflow:visible}.sheet-wizard__doc-code{border:1px solid var(--sw-border-soft);background:var(--sw-code-bg);color:var(--sw-text);font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:var(--ds-text-button);white-space:pre-wrap;overflow-wrap:anywhere;border-radius:16px;margin:0;padding:14px 16px;line-height:1.62;overflow-x:auto}.sheet-wizard__doc-code code{white-space:inherit}.sheet-wizard__reference-link{color:#9a4f25;background:#fff7ef;border-color:#f0d3ba}.sheet-wizard{width:100%;max-width:1260px;color:var(--sw-text);--sw-text:#18324a;--sw-strong:#10253a;--sw-muted:#4a6178;--sw-surface:#fff;--sw-surface-soft:#f8fbfe;--sw-surface-strong:#edf5fc;--sw-border:#cad9e8;--sw-border-soft:#d8e6f3;--sw-border-strong:#83b8eb;--sw-shadow:0 18px 44px #233d5814;--sw-accent:#114d82;--sw-accent-soft:#e9f4ff;--sw-accent-border:#83b8eb;--sw-drop-border:#94bde0;--sw-drop-bg:radial-gradient(circle at top right,#a2d1ff2e,transparent 36%),#fbfdff;--sw-drop-bg-hover:radial-gradient(circle at top right,#a2d1ff33,transparent 36%),#f2f9ff;--sw-code-bg:#f9fbfd;--sw-warning-bg:#fff8ef;--sw-warning-border:#f1c38a;--sw-ok-bg:#f8fff6;--sw-ok-border:#c6dfbe;--sw-error-bg:#fff8f8;--sw-error-border:#f0b7b7;--sw-step-done-bg:#d5edda;--sw-step-done-text:#1a5c2a;--sw-header-row-bg:#eef4fd;--sw-header-row-border:#c2d9f4;--sw-header-badge-bg:#c2d9f4;--sw-header-badge-text:#1a4a7a;--sw-type-row-bg:#f2eefa;--sw-type-row-border:#d2c3ef;--sw-type-badge-bg:#d2c3ef;--sw-type-badge-text:#4a1e7a;--sw-loaded-bar-bg:#f4f9f5;--sw-loaded-bar-border:#c0ddc4;background:0 0;gap:20px;margin:0 auto;padding:0;display:grid}.sheet-wizard .button--ghost{background:var(--sw-surface);border-color:var(--sw-border-soft);color:var(--sw-text)}.sheet-wizard__notice,.sheet-wizard__source-panel,.sheet-wizard__panel,.sheet-wizard__output-panel,.sheet-wizard__doc-card,.sheet-wizard__hero{background:var(--sw-surface);border-color:var(--sw-border);box-shadow:var(--sw-shadow)}.sheet-wizard__notice span,.sheet-wizard__hero-copy p,.sheet-wizard__hero-meta,.sheet-wizard__panel-head span,.sheet-wizard__download-note,.sheet-wizard__doc-card p,.sheet-wizard__doc-list,.sheet-wizard__doc-table span,.sheet-wizard__helper-card p,.sheet-wizard__sheet-preview span,.sheet-wizard__validation-item span,.sheet-wizard__quick-actions span,.sheet-wizard__sheet-toggle,.sheet-wizard__enum-card>span,.sheet-wizard__enum-note,.sheet-wizard__output-card-head span,.sheet-wizard__output-pick span,.sheet-wizard__legend-item span,.sheet-wizard__table th{color:var(--sw-muted)}.sheet-wizard__hero h2,.sheet-wizard__dropzone strong,.sheet-wizard__panel-head strong,.sheet-wizard__doc-card strong,.sheet-wizard__helper-card strong,.sheet-wizard__output-card-head strong,.sheet-wizard__notice strong,.sheet-wizard__sheet-preview strong,.sheet-wizard__enum-card strong,.sheet-wizard__output-group-head strong,.sheet-wizard__output-preview-head strong{color:var(--sw-strong)}.sheet-wizard__eyebrow,.sheet-wizard__legend-item strong,.sheet-wizard__reference-link,.sheet-wizard__pill,.sheet-wizard__sheet-item.is-active .sheet-wizard__sheet-meta span:last-child,.sheet-wizard__type-grid span{color:var(--sw-accent)}.sheet-wizard__pill,.sheet-wizard__mode.is-active,.sheet-wizard__output-pick.is-active,.sheet-wizard__doc-tab.is-active,.sheet-wizard__sheet-item.is-included,.sheet-wizard__sheet-item.is-active .sheet-wizard__sheet-meta span:last-child,.sheet-wizard__reference-link{background:var(--sw-accent-soft);border-color:var(--sw-accent-border)}.sheet-wizard__mode,.sheet-wizard__output-pick,.sheet-wizard__doc-tab,.sheet-wizard__helper-card,.sheet-wizard__legend-item,.sheet-wizard__doc-table div,.sheet-wizard__validation-item,.sheet-wizard__output-card,.sheet-wizard__sheet-item,.sheet-wizard__enum-card,.sheet-wizard__table th,.sheet-wizard__sheet-meta span,.sheet-wizard__type-grid span{background:var(--sw-surface-soft);border-color:var(--sw-border-soft)}.sheet-wizard__helper-card code,.sheet-wizard__sheet-meta span{background:var(--sw-surface-strong);color:var(--sw-text)}.sheet-wizard__table-wrap,.sheet-wizard__table-wrap .sheet-wizard__table,.sheet-wizard__output,.sheet-wizard__enum-row{background:var(--sw-surface);border-color:var(--sw-border-soft);color:var(--sw-text)}.sheet-wizard__enum-index{color:var(--sw-text-muted,#8fa3bc)}.sheet-wizard__dropzone{border-color:var(--sw-drop-border);background:var(--sw-drop-bg)}.sheet-wizard__dropzone.is-dragging,.sheet-wizard__dropzone:hover{border-color:var(--sw-accent-border);background:var(--sw-drop-bg-hover)}.sheet-wizard__sheet-item.is-active{border-color:var(--sw-border-strong);box-shadow:inset 0 0 0 1px var(--sw-border-strong)}.sheet-wizard__loaded-bar{border-color:var(--sw-loaded-bar-border);background:var(--sw-loaded-bar-bg)}.sheet-wizard__preset-card{background:var(--sw-surface);border-color:var(--sw-border)}.sheet-wizard__preset-card-footer{background:var(--sw-surface-soft);border-top-color:var(--sw-border-soft)}.sheet-wizard__enum-row.is-warning,.sheet-wizard__validation-item.is-warning{border-color:var(--sw-warning-border);background:var(--sw-warning-bg)}.sheet-wizard__validation-item.is-ok{border-color:var(--sw-ok-border);background:var(--sw-ok-bg)}.sheet-wizard__validation-item.is-error{border-color:var(--sw-error-border);background:var(--sw-error-bg)}.sheet-wizard__output{background:var(--sw-code-bg)}.sheet-wizard__preview-tabs{background:var(--sw-surface-soft);border-bottom-color:var(--sw-border-soft)}.sheet-wizard__preview-tab{color:var(--sw-muted)}.sheet-wizard__preview-tab:hover{background:var(--sw-accent-soft);color:var(--sw-strong)}.sheet-wizard__preview-tab.is-active{background:var(--sw-surface);border-color:var(--sw-border);color:var(--sw-strong)}.sheet-wizard__preview-sheet-bar{background:var(--sw-surface-soft);border-bottom-color:var(--sw-border-soft)}.sheet-wizard__preview-sheet-label,.sheet-wizard__preview-sheet-tab{color:var(--sw-muted)}.sheet-wizard__preview-sheet-tab:hover{background:var(--sw-accent-soft)}.sheet-wizard__preview-sheet-tab.is-active{background:var(--sw-surface);border-color:var(--sw-accent-border);color:var(--sw-strong)}.sheet-wizard__validation-count,.sheet-wizard__enum-count{background:var(--sw-surface-soft);border-color:var(--sw-border-soft)}.sheet-wizard__validation-count strong{color:var(--sw-strong)}.sheet-wizard__validation-count span{color:var(--sw-muted)}.sheet-wizard__parse-field{background:var(--sw-surface);border-color:var(--sw-border)}.sheet-wizard__parse-field span{color:var(--sw-muted)}.sheet-wizard__parse-field input{color:var(--sw-strong)}.sheet-wizard__pk-tag{background:var(--sw-surface-soft);border-color:var(--sw-border-soft)}.sheet-wizard__pk-tag span{color:var(--sw-muted)}.sheet-wizard__pk-tag strong,.sheet-wizard__legend-item input[type=number],.sheet-wizard__notice span{color:var(--sw-accent)}@media (max-width:1180px){.sheet-wizard__output-picks{grid-template-columns:repeat(2,minmax(0,1fr))}.sheet-wizard__workspace,.sheet-wizard__inspector,.sheet-wizard__layout{grid-template-columns:1fr}.sheet-wizard__setup-bar{position:static}}@media (max-width:980px){.sheet-wizard__workspace,.sheet-wizard__docs,.sheet-wizard__link-card,.sheet-wizard__lock-form,.sheet-wizard__sheet-item,.sheet-wizard__enum-row{grid-template-columns:1fr}.sheet-wizard__docs-nav{grid-template-columns:repeat(2,minmax(0,1fr));position:static}.sheet-wizard__doc-card--reader{min-height:auto;max-height:none;overflow:visible}.sheet-wizard__doc-content{padding-right:0;overflow:visible}.sheet-wizard__link-actions{justify-content:stretch}}@media (max-width:720px){.sheet-wizard__output-picks,.sheet-wizard__field-grid,.sheet-wizard__docs-nav{grid-template-columns:1fr}}.sheet-wizard__csv-note{font-size:var(--ds-text-button);color:var(--sw-muted)}.sheet-wizard__link-hint{font-size:var(--ds-text-button);color:var(--sw-muted);margin:0}.sheet-wizard__loaded-bar{border:1px solid var(--sw-loaded-bar-border);background:var(--sw-loaded-bar-bg);border-radius:16px;align-items:center;gap:12px;min-width:0;max-width:100%;padding:12px 16px;display:flex;overflow:hidden}.sheet-wizard__loaded-info{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.sheet-wizard__loaded-icon{font-size:var(--ds-text-button);opacity:.5;flex-shrink:0}.sheet-wizard__loaded-name{font-size:var(--ds-text-button);font-weight:var(--ds-weight-semibold);color:var(--sw-strong);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sheet-wizard__loaded-meta{font-size:var(--ds-text-button);color:var(--sw-muted);white-space:nowrap;flex-shrink:0}.sheet-wizard__loaded-actions{flex-shrink:0;gap:8px;display:flex}.sheet-wizard__text-link{font-size:var(--ds-text-button);color:var(--sw-muted);border-bottom:1px solid var(--sw-border-soft);text-decoration:none;transition:color .12s,border-color .12s}.sheet-wizard__text-link:hover{color:var(--sw-accent);border-color:var(--sw-accent-border)}.sheet-wizard__preset-intro{font-size:var(--ds-text-button);color:var(--sw-muted);margin:0;line-height:1.55}.sheet-wizard__preset-section{gap:16px;display:grid}.sheet-wizard__preset-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;display:grid}.sheet-wizard__preset-card{border:1.5px solid var(--sw-border);background:var(--sw-surface);border-radius:18px;flex-direction:column;transition:border-color .14s,box-shadow .14s;display:flex;overflow:hidden}.sheet-wizard__preset-card:hover{border-color:var(--sw-border-strong);box-shadow:var(--sw-shadow)}.sheet-wizard__preset-card-body{text-align:left;cursor:pointer;color:inherit;background:0 0;border:none;flex-direction:column;flex:1;gap:8px;padding:16px 18px 12px;transition:background .14s;display:flex}.sheet-wizard__preset-card-body:hover,.sheet-wizard__preset-card-body:active{background:var(--sw-accent-soft)}.sheet-wizard__preset-card-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.sheet-wizard__preset-card-head strong{font-size:var(--ds-text-body-small);font-weight:var(--ds-weight-semibold);color:var(--sw-strong)}.sheet-wizard__preset-tag{font-size:var(--ds-text-caption);font-weight:var(--ds-weight-semibold);letter-spacing:.03em;background:var(--sw-accent-soft);color:var(--sw-accent);border:1px solid var(--sw-accent-border);white-space:nowrap;border-radius:999px;flex-shrink:0;padding:2px 8px}.sheet-wizard__preset-card-body p{font-size:var(--ds-text-button);color:var(--sw-muted);flex:1;margin:0;line-height:1.5}.sheet-wizard__preset-fields{flex-wrap:wrap;gap:5px;margin:4px 0 0;padding:0;list-style:none;display:flex}.sheet-wizard__preset-fields li{font-size:var(--ds-text-caption);font-weight:var(--ds-weight-semibold);background:var(--sw-surface-strong);color:var(--sw-text);border-radius:8px;padding:2px 7px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace}.sheet-wizard__preset-fields-more{color:var(--sw-muted)!important;background:0 0!important;font-weight:600!important}.sheet-wizard__preset-card-footer{border-top:1px solid var(--sw-border-soft);background:var(--sw-surface-soft);justify-content:flex-end;padding:6px 10px 8px;display:flex}.sheet-wizard__preset-download{font-size:var(--ds-text-caption);font-weight:var(--ds-weight-semibold);color:var(--sw-muted);border:1px solid var(--sw-border-soft);cursor:pointer;background:0 0;border-radius:8px;padding:3px 10px;transition:color .12s,border-color .12s,background .12s}.sheet-wizard__preset-download:hover{color:var(--sw-accent);border-color:var(--sw-accent-border);background:var(--sw-accent-soft)}@media (max-width:700px){.sheet-wizard__preset-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.sheet-wizard__preset-grid{grid-template-columns:1fr}}@keyframes pomodoro-widget-alert{0%,to{box-shadow:var(--pomodoro-shadow);transform:scale(1)}35%{box-shadow:0 0 0 1px color-mix(in srgb,var(--pomodoro-accent)22%,transparent),0 0 0 10px color-mix(in srgb,var(--pomodoro-accent-soft)34%,transparent),var(--pomodoro-shadow);transform:scale(1.015)}70%{transform:scale(1.005)}}
.pdf-organizer{background:var(--bg);min-width:0;color:var(--text)}.pdf-organizer button{border:1px solid var(--border-strong);background:var(--bg-strong);min-height:42px;color:var(--text);font:inherit;letter-spacing:0;cursor:pointer;border-radius:4px;justify-content:center;align-items:center;gap:7px;padding:0 12px;font-size:.76rem;font-weight:680;transition:background-color .16s,border-color .16s,color .16s;display:inline-flex}.pdf-organizer button:hover:not(:disabled),.pdf-organizer button:focus-visible{border-color:var(--refdock-blue);background:var(--surface-tint);color:var(--accent-dark)}.pdf-organizer button:focus-visible{outline:3px solid color-mix(in srgb,var(--refdock-blue)22%,transparent);outline-offset:1px}.pdf-organizer button:disabled{cursor:not-allowed;opacity:.46}.pdf-organizer__file-input{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:fixed;overflow:hidden}.pdf-organizer__privacy{border-bottom:1px solid var(--border);background:var(--surface-soft);min-height:42px;color:var(--muted);align-items:center;gap:8px;padding:8px 16px;font-size:.72rem;display:flex}.pdf-organizer__privacy svg{color:var(--refdock-blue);flex:none}.pdf-organizer__privacy span:last-child{font-family:var(--mono-font);margin-left:auto;font-size:.66rem}.pdf-organizer .pdf-organizer__dropzone{border:1px dashed var(--border-strong);background:var(--surface-soft);text-align:center;align-content:center;place-items:center;gap:10px;width:calc(100% - 32px);min-height:360px;margin:16px;padding:32px;display:grid}.pdf-organizer .pdf-organizer__dropzone strong{margin-top:5px;font-size:1rem}.pdf-organizer .pdf-organizer__dropzone span{max-width:48ch;color:var(--muted);font-size:.76rem;font-weight:500;line-height:1.55}.pdf-organizer .pdf-organizer__dropzone.is-dragging{border-color:var(--refdock-blue);background:color-mix(in srgb,var(--refdock-blue)7%,var(--bg)93%)}.pdf-organizer__toolbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;min-height:58px;padding:8px 12px;display:flex}.pdf-organizer__toolbar-group,.pdf-organizer__export-actions{align-items:center;gap:7px;display:flex}.pdf-organizer .is-danger{color:#a53636}.pdf-organizer .is-danger:hover:not(:disabled),.pdf-organizer .is-danger:focus-visible{background:color-mix(in srgb,#b93838 8%,var(--bg)92%);color:#8f2929;border-color:#b93838}.pdf-organizer__summary{border-bottom:1px solid var(--border);background:var(--surface-soft);justify-content:space-between;align-items:center;gap:16px;min-height:62px;padding:10px 16px;display:flex}.pdf-organizer__summary>div{gap:3px;display:grid}.pdf-organizer__summary strong{font-size:.84rem}.pdf-organizer__summary span{color:var(--muted);font-family:var(--mono-font);font-size:.66rem}.pdf-organizer__summary button{min-height:36px}.pdf-organizer__pages{grid-template-columns:repeat(auto-fill,minmax(176px,1fr));gap:12px;margin:0;padding:16px;list-style:none;display:grid}.pdf-organizer__page{border:1px solid var(--border);background:var(--bg-strong);border-radius:6px;grid-template-rows:34px 220px auto 38px;min-width:0;transition:border-color .16s,opacity .16s;display:grid;overflow:hidden}.pdf-organizer__page.is-selected{border-color:var(--refdock-blue);box-shadow:inset 0 0 0 1px var(--refdock-blue)}.pdf-organizer__page.is-dragging{opacity:.45}.pdf-organizer__page-topline{border-bottom:1px solid var(--border);background:var(--surface-soft);justify-content:space-between;align-items:center;padding-left:10px;display:flex}.pdf-organizer__page-topline>span{color:var(--muted);font-family:var(--mono-font);cursor:grab;align-items:center;gap:4px;font-size:.64rem;font-weight:700;display:flex}.pdf-organizer .pdf-organizer__select{border:0;border-left:1px solid var(--border);background:0 0;border-radius:0;width:38px;min-height:33px;padding:0}.pdf-organizer .pdf-organizer__select[aria-pressed=true]{color:var(--refdock-blue)}.pdf-organizer .pdf-organizer__preview{background:color-mix(in srgb,var(--surface-soft)78%,var(--bg)22%);border:0;border-radius:0;place-items:center;width:100%;height:220px;min-height:0;padding:12px;display:grid;overflow:hidden}.pdf-organizer .pdf-organizer__preview:hover:not(:disabled){background:var(--surface-tint)}.pdf-organizer__preview img{object-fit:contain;max-width:100%;max-height:100%;filter:drop-shadow(0 2px 5px color-mix(in srgb,var(--text)14%,transparent));transition:transform .18s;display:block}.pdf-organizer__page-copy{border-top:1px solid var(--border);align-content:center;gap:3px;min-width:0;padding:9px 10px;display:grid}.pdf-organizer__page-copy strong,.pdf-organizer__page-copy span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pdf-organizer__page-copy strong{font-size:.72rem}.pdf-organizer__page-copy span{color:var(--muted);font-family:var(--mono-font);font-size:.61rem}.pdf-organizer__page-actions{border-top:1px solid var(--border);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.pdf-organizer .pdf-organizer__page-actions button{border:0;border-left:1px solid var(--border);background:0 0;border-radius:0;width:100%;min-height:38px;padding:0}.pdf-organizer .pdf-organizer__page-actions button:first-child{border-left:0}.pdf-organizer__export{border-top:1px solid var(--border-strong);background:var(--surface-soft);justify-content:space-between;align-items:center;gap:18px;min-height:76px;padding:12px 16px;display:flex}.pdf-organizer__export>div:first-child{align-items:center;gap:10px;min-width:0;display:flex}.pdf-organizer__export>div:first-child>svg{color:var(--refdock-blue);flex:none}.pdf-organizer__export p{gap:3px;margin:0;display:grid}.pdf-organizer__export strong{font-size:.82rem}.pdf-organizer__export span{color:var(--muted);font-size:.7rem}.pdf-organizer .is-primary{border-color:var(--refdock-blue);background:var(--refdock-blue);color:#fff}.pdf-organizer .is-primary:hover:not(:disabled),.pdf-organizer .is-primary:focus-visible{border-color:var(--accent-dark);background:var(--accent-dark);color:#fff}.pdf-organizer__progress{border-top:1px solid var(--border);min-height:44px;color:var(--muted);grid-template-columns:auto minmax(110px,auto) minmax(120px,1fr) auto;align-items:center;gap:9px;padding:8px 16px;font-size:.7rem;display:grid}.pdf-organizer__progress progress{width:100%;height:5px;accent-color:var(--refdock-blue)}.pdf-organizer__progress strong{color:var(--text);font-family:var(--mono-font);font-size:.64rem}.pdf-organizer__status,.pdf-organizer__error{border-top:1px solid var(--border);min-height:38px;color:var(--muted);margin:0;padding:10px 16px;font-size:.7rem;line-height:1.5}.pdf-organizer__error{border-top-color:color-mix(in srgb,#b93838 42%,var(--border)58%);background:color-mix(in srgb,#b93838 6%,var(--bg)94%);color:#963232}.pdf-organizer .is-spinning{animation:.8s linear infinite pdf-organizer-spin}@keyframes pdf-organizer-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.pdf-organizer *,.pdf-organizer :before,.pdf-organizer :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (max-width:820px){.pdf-organizer__toolbar,.pdf-organizer__export{flex-direction:column;align-items:stretch}.pdf-organizer__toolbar-group,.pdf-organizer__export-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.pdf-organizer__toolbar-group:last-child{grid-template-columns:repeat(3,minmax(0,1fr))}.pdf-organizer__export-actions button,.pdf-organizer__toolbar-group button{min-width:0}.pdf-organizer__pages{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:9px;padding:12px}.pdf-organizer__page{grid-template-rows:34px 190px auto 40px}.pdf-organizer .pdf-organizer__preview{height:190px}}@media (max-width:520px){.pdf-organizer__privacy{flex-wrap:wrap;align-items:flex-start}.pdf-organizer__privacy span:last-child{width:100%;margin-left:25px}.pdf-organizer .pdf-organizer__dropzone{width:calc(100% - 20px);min-height:300px;margin:10px;padding:22px}.pdf-organizer__toolbar-group,.pdf-organizer__toolbar-group:last-child,.pdf-organizer__export-actions{grid-template-columns:minmax(0,1fr)}.pdf-organizer__summary{flex-direction:column;align-items:stretch}.pdf-organizer__pages{grid-template-columns:repeat(2,minmax(0,1fr))}.pdf-organizer__page{grid-template-rows:34px 170px auto 40px}.pdf-organizer .pdf-organizer__preview{height:170px;padding:8px}.pdf-organizer__progress{grid-template-columns:auto 1fr auto}.pdf-organizer__progress progress{grid-column:1/-1}}
.image-batch{background:var(--bg);min-width:0;color:var(--text)}.image-batch button,.image-batch select,.image-batch input{font:inherit;letter-spacing:0}.image-batch button{border:1px solid var(--border-strong);background:var(--bg-strong);min-height:42px;color:var(--text);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;gap:7px;padding:0 12px;font-size:.76rem;font-weight:680;transition:background-color .16s,border-color .16s,color .16s;display:inline-flex}.image-batch button:hover:not(:disabled),.image-batch button:focus-visible,.image-batch select:focus-visible,.image-batch input:focus-visible{border-color:var(--refdock-blue);outline:3px solid color-mix(in srgb,var(--refdock-blue)22%,transparent);outline-offset:1px}.image-batch button:hover:not(:disabled){background:var(--surface-tint);color:var(--accent-dark)}.image-batch button:disabled,.image-batch input:disabled,.image-batch select:disabled{cursor:not-allowed;opacity:.46}.image-batch__file-input{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:fixed;overflow:hidden}.image-batch__privacy{border-bottom:1px solid var(--border);background:var(--surface-soft);min-height:42px;color:var(--muted);align-items:center;gap:8px;padding:8px 16px;font-size:.72rem;display:flex}.image-batch__privacy svg{color:var(--refdock-blue);flex:none}.image-batch__privacy span:last-child{font-family:var(--mono-font);margin-left:auto;font-size:.66rem}.image-batch .image-batch__dropzone{border:1px dashed var(--border-strong);background:var(--surface-soft);text-align:center;align-content:center;place-items:center;gap:10px;width:calc(100% - 32px);min-height:360px;margin:16px;padding:32px;display:grid}.image-batch .image-batch__dropzone strong{margin-top:5px;font-size:1rem}.image-batch .image-batch__dropzone span{color:var(--muted);font-size:.76rem;font-weight:500}.image-batch .image-batch__dropzone.is-dragging{border-color:var(--refdock-blue);background:color-mix(in srgb,var(--refdock-blue)7%,var(--bg)93%)}.image-batch__source-header,.image-batch__results>header{border-bottom:1px solid var(--border);background:var(--surface-soft);justify-content:space-between;align-items:center;gap:14px;min-height:62px;padding:10px 16px;display:flex}.image-batch__source-header>div,.image-batch__results>header>div,.image-batch__results>header p{align-items:center;gap:8px;display:flex}.image-batch__source-header>div:first-child,.image-batch__results>header p{flex-direction:column;align-items:flex-start;gap:2px}.image-batch__source-header strong,.image-batch__results>header strong{font-size:.84rem}.image-batch__source-header span,.image-batch__results>header span{color:var(--muted);font-family:var(--mono-font);font-size:.66rem}.image-batch__results>header p{margin:0}.image-batch__results>header svg{color:var(--refdock-blue)}.image-batch__sources,.image-batch__results ul{border-bottom:1px solid var(--border);grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:10px;margin:0;padding:14px 16px;list-style:none;display:grid}.image-batch__sources li,.image-batch__results li{border:1px solid var(--border);background:var(--bg-strong);border-radius:6px;grid-template-columns:58px minmax(0,1fr) 40px;align-items:center;min-width:0;min-height:70px;display:grid;overflow:hidden}.image-batch__sources img,.image-batch__results li img{object-fit:contain;border-right:1px solid var(--border);background:var(--surface-soft);width:58px;height:68px;padding:4px;display:block}.image-batch__sources li>div,.image-batch__results li>div{gap:4px;min-width:0;padding:8px 10px;display:grid}.image-batch__sources li strong,.image-batch__sources li span,.image-batch__results li strong,.image-batch__results li span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.image-batch__sources li strong,.image-batch__results li strong{font-size:.72rem}.image-batch__sources li span,.image-batch__results li span{color:var(--muted);font-family:var(--mono-font);font-size:.61rem}.image-batch .image-batch__sources li>button,.image-batch .image-batch__results li>button{border:0;border-left:1px solid var(--border);background:0 0;border-radius:0;width:40px;height:100%;min-height:68px;padding:0}.image-batch__settings{border-bottom:1px solid var(--border);grid-template-columns:minmax(210px,1.2fr) minmax(130px,.8fr) minmax(120px,.7fr) minmax(170px,1fr) auto auto;align-items:end;gap:12px;padding:16px;display:grid}.image-batch__settings fieldset,.image-batch__settings label{border:0;gap:7px;min-width:0;margin:0;padding:0;display:grid}.image-batch__settings legend,.image-batch__settings label>span{color:var(--muted);font-size:.67rem;font-weight:700}.image-batch__format-options{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.image-batch .image-batch__format-options button{border-left:0;border-radius:0;min-width:0}.image-batch .image-batch__format-options button:first-child{border-left:1px solid var(--border-strong);border-radius:4px 0 0 4px}.image-batch .image-batch__format-options button:last-child{border-radius:0 4px 4px 0}.image-batch .image-batch__format-options .is-active{border-color:var(--refdock-blue);background:color-mix(in srgb,var(--refdock-blue)10%,var(--bg)90%);color:var(--accent-dark);box-shadow:inset 0 -2px 0 var(--refdock-blue)}.image-batch__settings select,.image-batch__settings input[type=number]{border:1px solid var(--border-strong);background:var(--bg-strong);width:100%;min-height:42px;color:var(--text);border-radius:4px;padding:0 10px;font-size:.76rem}.image-batch__number-field{grid-template-columns:minmax(0,1fr) 34px;align-items:center;display:grid}.image-batch__number-field input{border-radius:4px 0 0 4px!important}.image-batch__number-field>span{border:1px solid var(--border-strong);min-height:42px;color:var(--muted);font-family:var(--mono-font);border-left:0;border-radius:0 4px 4px 0;place-items:center;font-size:.63rem;display:grid}.image-batch__quality>span{justify-content:space-between;display:flex}.image-batch__quality input{width:100%;min-height:42px;accent-color:var(--refdock-blue)}.image-batch__checkbox{grid-template-columns:auto 1fr;align-items:center;min-height:42px;display:flex!important}.image-batch__checkbox input{width:18px;height:18px;accent-color:var(--refdock-blue);margin:0}.image-batch .is-primary{border-color:var(--refdock-blue);background:var(--refdock-blue);color:#fff;white-space:nowrap}.image-batch .is-primary:hover:not(:disabled),.image-batch .is-primary:focus-visible{border-color:var(--accent-dark);background:var(--accent-dark);color:#fff}.image-batch__setting-note{border-bottom:1px solid var(--border);background:var(--surface-soft);color:var(--muted);margin:0;padding:10px 16px;font-size:.68rem;line-height:1.5}.image-batch__results{border-top:1px solid var(--border-strong)}.image-batch__results ul{border-bottom:0}.image-batch__progress{border-top:1px solid var(--border);min-height:44px;color:var(--muted);grid-template-columns:auto minmax(110px,auto) minmax(120px,1fr) auto;align-items:center;gap:9px;padding:8px 16px;font-size:.7rem;display:grid}.image-batch__progress progress{width:100%;height:5px;accent-color:var(--refdock-blue)}.image-batch__progress strong{color:var(--text);font-family:var(--mono-font);font-size:.64rem}.image-batch__status,.image-batch__error{border-top:1px solid var(--border);min-height:38px;color:var(--muted);margin:0;padding:10px 16px;font-size:.7rem;line-height:1.5}.image-batch__error{border-top-color:color-mix(in srgb,#b93838 42%,var(--border)58%);background:color-mix(in srgb,#b93838 6%,var(--bg)94%);color:#963232}.image-batch .is-spinning{animation:.8s linear infinite image-batch-spin}@keyframes image-batch-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.image-batch *,.image-batch :before,.image-batch :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (max-width:1080px){.image-batch__settings{grid-template-columns:repeat(3,minmax(0,1fr))}.image-batch__settings>button{width:100%}}@media (max-width:720px){.image-batch__source-header,.image-batch__results>header{flex-direction:column;align-items:stretch}.image-batch__source-header>div:last-child{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.image-batch__settings{grid-template-columns:repeat(2,minmax(0,1fr))}.image-batch__sources,.image-batch__results ul{grid-template-columns:minmax(0,1fr)}}@media (max-width:520px){.image-batch__privacy{flex-wrap:wrap;align-items:flex-start}.image-batch__privacy span:last-child{width:100%;margin-left:25px}.image-batch .image-batch__dropzone{width:calc(100% - 20px);min-height:300px;margin:10px;padding:22px}.image-batch__settings{grid-template-columns:minmax(0,1fr)}.image-batch__progress{grid-template-columns:auto 1fr auto}.image-batch__progress progress{grid-column:1/-1}}
.utility-app-shell{border-top:2px solid var(--refdock-ink);gap:20px;padding-top:14px}.utility-app-shell>.breadcrumb{border-bottom:1px solid color-mix(in srgb,var(--refdock-ink)24%,transparent);color:var(--muted);font-family:var(--mono-font);font-size:var(--ds-text-caption);font-weight:var(--ds-weight-semibold);letter-spacing:var(--ds-tracking-mono-cap);margin:0;padding-bottom:14px}.utility-app-shell>.breadcrumb a:hover{color:var(--refdock-blue)}.utility-app-shell .pomodoro-widget{border-color:color-mix(in srgb,var(--pomodoro-accent)46%,transparent);background:var(--pomodoro-surface);max-width:100%;box-shadow:none;border-radius:0}.utility-app-shell .pomodoro-widget__header{border-bottom:1px solid color-mix(in srgb,var(--pomodoro-accent)24%,transparent);padding-bottom:18px}.utility-app-shell .pomodoro-widget__header h2{letter-spacing:0;text-shadow:none}.utility-app-shell .pomodoro-widget__timer-panel,.utility-app-shell .pomodoro-widget__settings,.utility-app-shell .quick-memo-widget__control-card,.utility-app-shell .quick-memo-widget__board,.utility-app-shell .quick-memo-widget__editor,.utility-app-shell .json-widget__action-card,.utility-app-shell .json-widget__validation,.utility-app-shell .json-widget__structure-item{box-shadow:none;border-radius:0}.utility-app-shell .pomodoro-widget__timer-panel,.utility-app-shell .quick-memo-widget__control-card,.utility-app-shell .quick-memo-widget__board,.utility-app-shell .quick-memo-widget__editor{background:var(--pomodoro-surface-strong)}.utility-app-shell .pomodoro-widget__timer-panel{border-color:color-mix(in srgb,var(--pomodoro-accent)22%,transparent)}.utility-app-shell .pomodoro-widget__settings,.utility-app-shell .json-widget__action-card,.utility-app-shell .json-widget__validation,.utility-app-shell .json-widget__structure-item{background:color-mix(in srgb,var(--pomodoro-surface-soft)78%,var(--pomodoro-surface)22%)}.utility-app-shell .pomodoro-widget__mode,.utility-app-shell .pomodoro-widget__action,.utility-app-shell .pomodoro-widget__preset,.utility-app-shell .pomodoro-widget__switch,.utility-app-shell .pomodoro-widget__theme-chip,.utility-app-shell .pomodoro-widget__status-pill,.utility-app-shell .pomodoro-widget__theme-note,.utility-app-shell .utility-theme-menu__summary,.utility-app-shell .utility-theme-menu__popover,.utility-app-shell .todo-widget__tab-shell,.utility-app-shell .todo-widget__text-input,.utility-app-shell .todo-widget__filter-chip,.utility-app-shell .json-widget__textarea,.utility-app-shell .quick-memo-widget .filter-input input,.utility-app-shell .quick-memo-widget .filter-input select,.utility-app-shell .quick-memo-widget__textarea-field textarea{box-shadow:none;border-radius:0}.utility-app-shell .pomodoro-widget__action--primary{box-shadow:none}.utility-app-shell .json-widget__textarea{border-color:color-mix(in srgb,var(--pomodoro-accent)26%,transparent)}.utility-app-shell .sheet-wizard__topbar,.utility-app-shell .sheet-wizard__help-panel,.utility-app-shell .sheet-wizard__panel,.utility-app-shell .sheet-wizard__output-panel,.utility-app-shell .sheet-wizard__docs,.utility-app-shell .sheet-wizard__notice,.utility-app-shell .sheet-wizard__dropzone,.utility-app-shell .sheet-wizard__preset-card,.utility-app-shell .sheet-wizard__doc-card,.utility-app-shell .dodge-game__topbar,.utility-app-shell .dodge-game__leaderboard-panel,.utility-app-shell .dodge-game__info-panel{box-shadow:none;border-radius:0}@media (max-width:720px){.utility-app-shell{gap:14px;padding-top:12px}.utility-app-shell .pomodoro-widget{padding:16px}}
.site-footer{border-top:2px solid var(--refdock-ink);margin-top:72px;padding:44px 0 30px}.site-footer__grid{gap:28px;display:grid}.site-footer__brand{gap:12px;display:grid}.site-footer__wordmark{width:clamp(9rem,14vw,11rem);line-height:1}.site-footer__brand p{max-width:34ch;color:var(--muted);font-size:var(--ds-text-body-small);line-height:var(--ds-leading-body);margin:0}.site-footer__links{font-family:var(--mono-font);font-size:var(--ds-text-button);font-weight:var(--ds-weight-semibold);letter-spacing:var(--ds-tracking-mono-cap);flex-direction:column;align-items:flex-start;display:flex}.site-footer__links a{align-items:center;min-height:34px;display:inline-flex}.site-footer__links a:hover,.site-footer__links a:focus-visible{color:var(--refdock-blue)}.site-footer__note{color:var(--muted);font-family:var(--mono-font);font-size:var(--ds-text-caption);font-weight:var(--ds-weight-semibold);letter-spacing:var(--ds-tracking-mono-cap);margin:0}@media (min-width:900px){.site-footer__grid{grid-template-columns:minmax(0,1.8fr) minmax(130px,.45fr) minmax(130px,.45fr);column-gap:44px}.site-footer__note{border-top:1px solid color-mix(in srgb,var(--refdock-ink)24%,transparent);grid-column:1/-1;padding-top:18px}}@media (max-width:720px){.site-footer{margin-top:52px;padding:32px 0 24px}}
@media (max-width:980px){.site-header__inner{flex-flow:row;align-items:center}.site-header__actions{flex-wrap:nowrap;justify-content:flex-end;gap:12px 14px;width:auto}.site-header__nav{order:3;justify-content:flex-start;width:100%;overflow-x:auto}.site-header__inner{flex-wrap:wrap}}@media (max-width:720px){:root{--site-header-offset:64px}.section-head,.filter-panel__head{flex-direction:column;align-items:flex-start}.page-shell{padding:20px 0 48px}.site-header__actions{justify-content:flex-end;gap:0;width:auto}.site-header__nav{gap:18px;margin-top:0;padding:0}.site-header__nav a{min-height:44px;padding:0}.brand__tagline,.site-header__actions-desktop{display:none}.site-header__actions-mobile{align-items:center;display:flex}.site-display-menu{gap:0}.site-display-menu .picker__label{display:none}.site-display-menu .picker__value{font-size:var(--ds-text-button)}.site-display-menu__panel{right:0}}@media (max-width:1180px){.site-header__inner{gap:12px}.site-header__actions{justify-content:flex-end;gap:8px 10px;width:auto}.site-header__actions-desktop .picker{gap:3px}.site-header__actions-desktop .picker__value{font-size:var(--ds-text-button)}.site-header__actions-desktop .picker__icon{width:12px;height:12px}}
@media (max-width:980px){.hero,.sheet-hero,.home-hero,.sheet-layout,.card-grid,.category-grid,.policy-grid,.reference-grid{grid-template-columns:1fr}.category-grid--home{grid-template-columns:repeat(2,minmax(0,1fr))}.category-group__head,.home-section__head{flex-direction:column;align-items:start}.reference-index__head{gap:14px}.toc-card{max-height:none;position:static;overflow:visible}.doc-header{padding:16px}.policy-doc__meta{grid-template-columns:1fr}}@media (max-width:720px){.policy-doc{padding-top:4px}.policy-doc__header h1{font-size:clamp(2rem,12vw,2.8rem)}.policy-doc__section{padding:22px 0}.policy-doc__section p{font-size:var(--ds-text-body-small);margin-bottom:18px;line-height:1.76}.policy-doc__markdown li{font-size:var(--ds-text-body-small);line-height:1.76}.home-hero__links{flex-wrap:wrap;justify-content:center;gap:12px}.hero-stats{grid-template-columns:1fr}.reference-index__tools{align-items:stretch;gap:10px;display:grid}.reference-index__meta{white-space:normal}.reference-index__summary{justify-items:start;gap:2px;width:100%}.reference-index__hint{text-align:left}.doc-header{border-radius:16px;gap:10px;padding:14px}.doc-header__topline{gap:8px}.doc-header__pill,.doc-header__subcategory{min-height:26px;font-size:var(--ds-text-button);padding:0 10px}.doc-header h1{white-space:normal;max-width:100%;font-size:clamp(1.3rem,7vw,1.68rem);line-height:1.18}.doc-header__summary{font-size:var(--ds-text-button);line-height:1.6}.sheet-layout{gap:16px;margin-top:16px}.tag-list{gap:8px}.tag-list li{min-height:24px;font-size:var(--ds-text-button);max-width:min(100%,10ch);padding:0 10px}.article-prose{border-radius:16px;padding:16px 14px}.article-prose h2{font-size:var(--ds-text-body-large);margin:28px 0 12px}.sheet-layout--reference .article-prose h2{margin:26px 0 12px;font-size:1.35rem}.article-prose .quick-reference{margin-bottom:30px;padding:18px 0 22px}.article-prose h3{font-size:var(--ds-text-body-small);margin:18px 0 10px}.article-prose p,.article-prose figure,.article-prose .ad-slot,.article-prose .callout,.article-prose .table-wrap{margin:13px 0}.article-prose ul,.article-prose ol{margin:12px 0;padding-left:1.05em}.article-prose li+li{margin-top:5px}.code-block{border-radius:14px;margin:14px 0}.code-block__head{font-size:var(--ds-text-button);padding:9px 11px}.code-block__head>span{font-size:var(--ds-text-body-small)}.code-block__actions{gap:5px}.copy-button,.lightbox__close{padding:6px 10px}.copy-button--icon,.lightbox__close--icon{width:44px;height:44px;font-size:var(--ds-text-button);padding:0}.code-block pre{font-size:var(--ds-text-button);padding:14px 12px;line-height:1.58}.code-block pre.code-block__pre--nowrap{font-size:var(--ds-text-caption);line-height:1.5}.code-lightbox__dialog{border-radius:18px;width:min(1120px,100%);max-height:calc(100vh - 16px)}.code-lightbox__head{padding:12px 14px}.code-lightbox__pre{font-size:var(--ds-text-button);padding:16px 14px;line-height:1.62}.code-lightbox__pre.code-lightbox__pre--nowrap{font-size:var(--ds-text-button);line-height:1.54}.article-prose .ad-slot{padding:14px 12px}.table-wrap__scale{border-radius:0}.table-wrap__expand{font-size:var(--ds-text-button);padding:7px 10px}.table-wrap th,.table-wrap td{font-size:var(--ds-text-button);padding:10px 12px}.table-lightbox__dialog{border-radius:0;width:min(1180px,100%);max-height:calc(100dvh - 24px)}.table-lightbox__head{padding:12px 14px}.table-lightbox__inner{padding:0}.table-lightbox__table-wrap{padding:14px}.table-lightbox__table-wrap th,.table-lightbox__table-wrap td{font-size:var(--ds-text-button);padding:10px 12px}.callout{border-radius:16px;padding:14px}.reference-card--ad{padding:14px}.category-grid--home{--home-category-tile-height:auto;grid-template-columns:1fr}.category-grid--home>*{height:auto}}
@media (max-width:980px){.pomodoro-panel__head,.todo-panel__head{flex-direction:column}.todo-panel__form{grid-template-columns:1fr}.todo-widget__form{gap:8px}.todo-widget__entry-row{grid-template-columns:1fr;display:grid}.pomodoro-widget__header{flex-direction:column}.pomodoro-widget__status-stack{justify-content:flex-start}.pomodoro-widget__drawer{min-width:320px}.quick-memo-widget__control-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-memo-widget__workspace{grid-template-columns:1fr}.quick-memo-widget__board-head,.quick-memo-widget__section-head{flex-direction:column;align-items:flex-start}.quick-memo-widget__board-meta{justify-content:flex-start}.quick-memo-widget__editor{position:static}}@media (max-width:1180px){.quick-memo-widget__control-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-memo-widget__workspace{grid-template-columns:1fr}.quick-memo-widget__editor{position:static}}@media (max-width:720px){.utility-grid{grid-template-columns:1fr}.utility-index__header{grid-template-columns:1fr;gap:16px;padding:26px 0 24px}.utility-index__count{margin:0}.utility-sections{gap:40px;padding-top:28px}.utility-card{min-height:204px}.todo-list li{flex-direction:column;align-items:flex-start}.todo-list__remove{width:100%}.pomodoro-widget{width:100%;padding:16px}.pomodoro-widget__grid{grid-template-columns:1fr}.pomodoro-widget__workspace{grid-template-columns:1fr;gap:12px}.pomodoro-widget.is-settings-open .pomodoro-widget__workspace{grid-template-columns:1fr}.pomodoro-widget.is-settings-open .pomodoro-widget__grid{transform:none}.pomodoro-widget__settings-shell{grid-template-columns:1fr}.pomodoro-widget__drawer{min-width:0}.pomodoro-widget__drawer.is-open{display:grid}.pomodoro-widget__settings-topbar{flex-direction:column}.pomodoro-widget__settings-close{width:100%}.pomodoro-widget__field-row,.pomodoro-widget__preset-grid,.pomodoro-widget__switch-grid,.pomodoro-widget__alert-actions,.pomodoro-widget__theme-grid,.pomodoro-widget__actions,.pomodoro-widget__settings-actions{grid-template-columns:1fr}.pomodoro-widget__loop-panel{flex-direction:column;align-items:stretch}.pomodoro-widget__loop-controls{width:100%}.pomodoro-widget__loop-inline-field{justify-content:space-between;width:100%}.pomodoro-widget__switch--alert{grid-column:auto}.pomodoro-widget__settings-actions{flex-direction:column;width:100%}.pomodoro-widget__settings-actions .button{width:100%}.pomodoro-widget__ring{width:min(100%,230px)}.pomodoro-widget__theme-chip{min-height:58px}.todo-widget__meta-grid{grid-template-columns:1fr}.todo-widget__item{flex-direction:column;align-items:flex-start}.todo-widget__item-actions{justify-content:stretch;width:100%}.todo-widget__action{flex:1 1 0}.todo-widget__toolbar{align-items:stretch}.todo-widget__filter-row,.todo-widget__toolbar-actions{width:100%}.quick-memo-widget__control-bar,.quick-memo-widget__size-grid,.quick-memo-widget__meta,.quick-memo-widget__color-grid,.quick-memo-widget__filters,.quick-memo-widget__grid{grid-template-columns:1fr}.quick-memo-widget__note--expanded{grid-column:span 1}.quick-memo-widget__note-head,.quick-memo-widget__note-footer{flex-direction:column;align-items:flex-start}.quick-memo-widget__editor-actions .button{flex-basis:100%}.quick-memo-widget__new-button--inline{max-width:none}}
@media (max-width:980px){.chunk-nav-card,.course-downloads--inline{max-height:none;position:static;overflow:visible}.archive-hub-grid,.archive-admin-grid,.archive-hub-grid--compact,.archive-lms-dashboard__summary{grid-template-columns:repeat(2,minmax(0,1fr))}.archive-lms-curriculum-grid{grid-template-columns:minmax(0,1fr)}.lms-admin-layout{grid-template-columns:1fr}.lms-admin-metrics,.lms-admin-filterbar{grid-template-columns:repeat(2,minmax(0,1fr))}.lms-admin-import-card,.lms-admin-row--account{grid-template-columns:minmax(0,1fr)}.lms-admin-account-settings{grid-template-columns:repeat(2,minmax(0,1fr))}.lms-admin-account-save{justify-content:flex-start}.lms-admin-import-card__actions{flex-wrap:wrap;justify-content:flex-start}.lms-admin-filterbar__meta{justify-content:flex-start}.lms-admin-controls,.lms-admin-controls--curriculum,.lms-admin-controls--managed-account,.lms-admin-form,.lms-admin-form--items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.course-section-pager{grid-template-columns:minmax(0,1fr)}.course-section-pager__item--next{text-align:left}.archive-login__shell{border-radius:0;grid-template-columns:minmax(0,1fr);gap:0;padding:0}.archive-login__hero{border-right:0;border-bottom:1px solid color-mix(in srgb,var(--refdock-ink)28%,transparent);gap:20px;min-height:auto;padding:24px}.archive-login__copy{gap:10px}.archive-login__copy h1{max-width:none;font-size:clamp(2.4rem,13vw,3.4rem)}.archive-login__summary{font-size:.92rem}.archive-login__features{grid-template-columns:minmax(0,1fr)}.archive-login__features li{border-radius:0;padding:14px}.archive-login__panel{border-radius:0;padding:16px}.archive-form__head h2{font-size:1.4rem}.archive-form__field input{border-radius:0;min-height:50px}.archive-form__submit{border-radius:0;min-height:48px}.doc-header--archive{border-radius:0;padding:12px 14px}.doc-header__inline--archive{gap:8px}.doc-header__title-row--archive{flex-direction:column;align-items:flex-start;gap:6px}.doc-header--archive .doc-header__subcategory--archive{min-height:28px;padding:0 10px;font-size:.76rem}.doc-header--archive h1{font-size:clamp(1.25rem,5.8vw,1.5rem)}.doc-header--archive .doc-header__summary{font-size:.82rem}.archive-course-header{grid-area:auto/1;padding-right:2px}.archive-course-page{grid-template-columns:minmax(0,1fr)}.archive-course-tools-dock{grid-area:auto/1;justify-self:end;max-width:100%;top:8px}.course-reader-tools{max-width:100%}.archive-session-controls{justify-content:space-between;width:100%;margin-left:0}.archive-session-stack{justify-items:stretch;width:100%}.archive-password-change{grid-template-columns:minmax(0,1fr);width:100%;position:static}.archive-catalog-toolbar{border-radius:18px;gap:10px;padding:14px}.archive-catalog-toolbar__head{align-items:flex-start}.archive-catalog-toolbar__count{font-size:.92rem}.archive-catalog-toolbar__hint{font-size:.8rem}.archive-catalog-toolbar__controls{grid-template-columns:minmax(0,1fr)}.archive-catalog-toolbar__search{border-radius:12px;width:100%;min-width:0;min-height:44px;padding:0 10px 0 14px}.archive-catalog-toolbar__search input{font-size:.9rem}.archive-catalog-toolbar__right{flex-wrap:wrap;width:100%;min-width:0}.archive-hub-grid,.archive-hub-grid--compact,.archive-lms-dashboard__summary,.archive-lms-curriculum-grid{grid-template-columns:minmax(0,1fr)}.archive-lms-category-group__head,.archive-lms-subcategory__head,.archive-lms-selector__head,.archive-lms-course-section__head,.archive-lms-curriculum__summary{grid-template-columns:minmax(0,1fr);align-items:start}.archive-lms-category-group__head strong,.archive-lms-subcategory__head strong,.archive-lms-selector__head strong,.archive-lms-course-section__head strong,.archive-lms-curriculum__summary-meta{justify-self:start}.archive-lms-selector__head,.archive-lms-course-section__head{flex-direction:column;align-items:flex-start}.archive-lms-category-tab,.archive-lms-subcategory-tab{max-width:100%}.archive-lms-curriculum__summary{padding:14px}.archive-lms-lesson-list{padding:0 14px 14px}.archive-lms-curriculum{border-radius:16px}.archive-admin-grid{grid-template-columns:minmax(0,1fr)}.archive-hub-card{border-radius:16px;min-height:180px;padding:16px}.archive-hub-card h2{font-size:1.25rem}.archive-hub-card__footer{flex-direction:column;align-items:flex-start}.archive-admin-tool{border-radius:16px;min-height:170px;padding:16px}.archive-admin-panel,.lms-admin-panel,.lms-admin-section{border-radius:16px;padding:14px}.lms-admin-section__head,.lms-admin-account-group__head,.lms-admin-row__top{flex-direction:column}.lms-admin-consolebar{grid-template-columns:minmax(0,1fr)}.lms-admin-consolebar>.button{justify-self:start}.lms-admin-tabs{flex-wrap:nowrap;overflow-x:auto}.lms-admin-tabs button{flex:none}.lms-admin-metrics,.lms-admin-filterbar,.lms-admin-board-filterbar{grid-template-columns:minmax(0,1fr)}.lms-admin-board-filterbar__meta{justify-content:flex-start}.lms-admin-table{min-width:760px}.lms-admin-table--approvals{min-width:980px}.lms-admin-assignment-summary,.lms-admin-assignment-toolbar{flex-direction:column;align-items:stretch}.lms-admin-assignment-summary__stats,.lms-admin-assignment-toolbar__actions{flex-wrap:wrap;justify-content:flex-start}.lms-admin-permission-editor{grid-template-columns:minmax(0,1fr)}.lms-admin-permission-editor__categories{max-height:none}.lms-admin-permission-mode,.lms-admin-account-settings{grid-template-columns:minmax(0,1fr)}.lms-admin-account-save .button{width:100%}.lms-admin-controls,.lms-admin-controls--curriculum,.lms-admin-controls--managed-account,.lms-admin-form,.lms-admin-form--items{grid-template-columns:minmax(0,1fr)}.lms-admin-badges,.lms-admin-row__actions{justify-content:flex-start}.lms-admin-table-action-cell{justify-items:start}.lms-admin-table-actions{flex-wrap:wrap;justify-content:flex-start}.lms-admin-field--wide{grid-column:auto}.archive-access-form{grid-template-columns:minmax(0,1fr);padding:12px}.archive-access-field--note{grid-column:1/-1}.archive-access-check--all{align-self:start}.archive-access-row{grid-template-columns:minmax(0,1fr)}.archive-access-row__main{flex-direction:column;align-items:flex-start}.archive-access-row__actions{flex-wrap:wrap;justify-content:flex-start}.archive-access-edit{grid-template-columns:minmax(0,1fr)}.archive-access-edit__actions{flex-wrap:wrap;justify-content:flex-start}.archive-hub .archive-session-controls{flex-wrap:wrap;width:100%}.archive-catalog-toolbar .archive-session-controls{border-radius:12px;flex-wrap:wrap;justify-content:flex-start;min-height:auto;padding:8px}.archive-catalog-toolbar .archive-session-controls__meta{width:100%}.archive-catalog-toolbar .archive-logout-button{border-radius:10px;flex:150px;min-height:36px;padding-inline:12px}.archive-catalog-overview{grid-template-columns:minmax(0,1fr)}.archive-catalog-overview__stats{grid-template-columns:repeat(3,minmax(0,1fr))}.archive-catalog-group-card{border-radius:16px;padding:14px}.archive-catalog-group-card__head{flex-direction:column;align-items:start}.archive-subcategory-section__head{flex-direction:column}.archive-subcategory-tooltip__panel{width:min(320px,100vw - 36px);left:-8px}.archive-course-row{grid-template-columns:minmax(0,1fr);align-items:start}.archive-course-row__main{gap:12px}.archive-course-row__index{border-radius:9px;width:32px;min-height:32px;font-size:.72rem}.archive-course-row__actions{justify-content:flex-start}.chunk-nav-card{padding:14px}.chunk-nav-mobile{display:block}.chunk-nav-list{display:none}.course-font-size__value{min-width:44px;padding-inline:4px}.course-back-to-top{width:34px;height:34px;font-size:.92rem;bottom:14px;right:14px}html[data-course-presentation=on] .archive-course-header h1{font-size:clamp(1.8rem,8vw,2.6rem)}html[data-course-presentation=on] .archive-course-section-header h2{font-size:clamp(1.5rem,7vw,2.1rem)}.archive-course-sections-stack{gap:34px}.archive-print-selector__head{flex-direction:column}.archive-print-selector__grid{grid-template-columns:1fr;gap:8px}.archive-print-selector__settings{grid-template-columns:1fr}}@media (max-width:540px){.archive-catalog-toolbar__search{padding-left:12px}.archive-catalog-toolbar .archive-session-controls{padding:8px}.archive-catalog-overview__stats{grid-template-columns:1fr}.archive-catalog-search__clear{min-height:28px;padding-inline:8px}.archive-course-row__main{grid-template-columns:1fr}.archive-course-row__index{width:fit-content;min-width:42px;padding:0 10px}}

html{background:var(--bg)}body{background:var(--bg);min-width:320px;min-height:100dvh;color:var(--text);line-height:1.6;transition:none}::selection{background:var(--accent);color:var(--ds-white)}button,a,summary{-webkit-tap-highlight-color:transparent;touch-action:manipulation}:focus-visible{outline:3px solid var(--ds-focus-blue);outline-offset:3px}.page-shell{padding-top:24px}.eyebrow{color:var(--accent-dark)}.button{border-radius:var(--radius-sm);min-height:44px;box-shadow:none;transition:background-color .18s,border-color .18s,color .18s,transform .18s}.button:active{transform:scale(.98)}.button--primary{border-color:var(--accent);background:var(--accent);color:var(--ds-white)}.button--primary:hover,.button--primary:focus-visible{border-color:var(--focus);background:var(--focus);color:var(--ds-white)}.button--ghost{border-color:var(--border);background:var(--panel);color:var(--text)}.button--ghost:hover,.button--ghost:focus-visible{border-color:var(--accent);background:var(--surface-tint);color:var(--accent-dark)}.site-header{z-index:120;border-bottom:1px solid color-mix(in srgb,var(--line,var(--border))78%,transparent);background:var(--header-bg);box-shadow:none;-webkit-backdrop-filter:blur(18px);position:sticky;top:0}.site-header__inner{flex-wrap:nowrap;gap:24px;min-height:70px;padding:0}.brand{gap:10px}.refdock-wordmark{line-height:1;transform:none}.brand__company{border-color:var(--border);color:var(--muted);padding-left:10px}.site-header__nav{gap:24px;margin-left:auto}.site-header__nav a{min-height:44px;color:var(--muted);position:relative}.site-header__nav a:hover,.site-header__nav a:focus-visible,.site-header__nav a[aria-current=page]{color:var(--text);box-shadow:none}.site-header__nav a:after{border-radius:var(--radius-pill);background:var(--accent);content:"";opacity:0;height:2px;transition:opacity .18s,transform .18s;position:absolute;bottom:4px;left:0;right:0;transform:scaleX(.5)}.site-header__nav a:hover:after,.site-header__nav a:focus-visible:after,.site-header__nav a[aria-current=page]:after{opacity:1;transform:scaleX(1)}.site-header__actions{flex:none}.home-hero{border-top:1px solid var(--border-strong);border-bottom:1px solid var(--border-strong);min-height:330px;color:var(--text);background:0 0;grid-template-columns:minmax(0,1fr) minmax(220px,.3fr);margin-top:4px;overflow:visible}.home-hero__copy{align-content:center;gap:14px;padding:clamp(42px,6vw,76px) clamp(0px,3vw,36px) clamp(42px,6vw,76px) 0}.home-hero__eyebrow{color:var(--accent-dark)}.home-hero__copy h1{padding:4px 0 8px;line-height:1}.home-hero__wordmark{color:var(--text);font-size:clamp(5.5rem,12vw,9.5rem);line-height:.92;transform:rotate(-2deg)}.home-hero__subtitle{color:var(--muted);margin-top:0}.home-hero__stats{border-left:1px solid var(--border);background:color-mix(in srgb,var(--panel)58%,transparent)}.home-hero__stats div{padding:clamp(24px,3vw,38px)}.home-hero__stats div+div{border-top-color:var(--border)}.home-hero__stats dt{color:var(--muted)}.home-hero__stats dd{color:var(--accent)}.language-board,.category-groups,.category-directory{gap:56px}.home-directory__toolbar{border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--panel);overflow:hidden}.home-directory__search{padding:16px 20px}.home-directory__search input{color:var(--text)}.home-directory__search:focus-within{box-shadow:inset 0 -3px 0 var(--accent)}.home-directory__summary{border-left:1px solid var(--border);background:var(--surface-tint);color:var(--accent-dark)}.category-group--favorites{border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);padding:24px}.category-group__head,.category-list,.category-card--minimal,.category-list__ad{border-color:var(--border)}.category-group__head{border-bottom-width:1px}.category-group__head h2,.category-card--minimal h3,.category-card__cta{color:var(--text)}.category-list{border-top-width:1px}.category-card--minimal:hover,.category-card--minimal:focus-within{background:var(--surface-tint)}.category-card__meta-line:before{color:var(--accent)}.category-card--minimal:hover .category-card__badge,.category-card--minimal:hover .category-card__summary,.category-card--minimal:focus-within .category-card__badge,.category-card--minimal:focus-within .category-card__summary{color:var(--muted)}.category-card--minimal:hover h3,.category-card--minimal:hover .category-card__cta,.category-card--minimal:hover .category-card__footer,.category-card--minimal:focus-within h3,.category-card--minimal:focus-within .category-card__cta,.category-card--minimal:focus-within .category-card__footer{color:var(--text)}.category-card--minimal:hover .category-card__meta-line:before,.category-card--minimal:focus-within .category-card__meta-line:before{color:var(--accent)}.category-card__favorite,.category-card__favorite-move{border-radius:var(--radius-sm)}.category-card--minimal:hover .category-card__favorite,.category-card--minimal:focus-within .category-card__favorite{color:var(--muted)}.category-card--minimal:hover .category-card__favorite:hover,.category-card--minimal:hover .category-card__favorite:focus-visible,.category-card--minimal:hover .category-card__favorite.is-active{border-color:var(--accent);background:var(--accent);color:var(--ds-white)}.reference-index{border-top:1px solid var(--border-strong)}.reference-index__head{border-color:var(--border)}.reference-index__head h1,.reference-index__head h2{color:var(--text);font-size:clamp(2.6rem,5vw,4.5rem);line-height:.94}.reference-index__lead .eyebrow,.reference-index__meta,.reference-filter-group__label{color:var(--accent-dark)}.filter-input:not(.home-directory__search) input{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--panel);min-height:52px}.filter-input:not(.home-directory__search) input:hover{border-color:var(--accent)}.reference-filter-group{border-top-color:var(--border)}.filter-chip{border-color:var(--border);border-radius:var(--radius-sm);background:var(--panel)}.filter-chip.is-active,.filter-chip:hover{border-color:var(--accent);background:var(--accent);color:var(--ds-white)}.reference-section__head,.reference-list{border-color:var(--border)}.reference-section__head{border-bottom-width:1px}.reference-list{border-top-width:1px}.reference-card:not(.reference-card--ad){border-bottom-color:var(--border)}.reference-card:not(.reference-card--ad):hover,.reference-card:not(.reference-card--ad):focus-within{background:color-mix(in srgb,var(--surface-tint)48%,transparent)}.reference-card__body h3,.reference-card__body p{color:var(--text)}.reference-card__body p{opacity:.76}.reference-card__code,.reference-card__image{border-radius:var(--radius-sm);border-color:#353b43}.reference-card__code--interactive:hover{border-color:var(--accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent)24%,transparent);transform:none}.reference-card__button{border-color:var(--border-strong);border-radius:var(--radius-sm);background:var(--panel);color:var(--accent-dark)}.reference-card__button:hover,.reference-card__button:focus-visible{border-color:var(--accent);background:var(--accent);color:var(--ds-white)}.reference-card__code-sidepanel-backdrop,.code-lightbox{background:var(--lightbox-backdrop);-webkit-backdrop-filter:blur(6px)}.reference-card__code-sidepanel,.code-lightbox__dialog{border:1px solid color-mix(in srgb,var(--text)24%,transparent);border-radius:var(--radius);background:var(--panel);width:min(1120px,100%);color:var(--text);box-shadow:0 28px 90px #17191c47}.reference-card__code-sidepanel-toolbar,.code-lightbox__head{border-bottom:1px solid var(--border);background:var(--panel);min-height:52px;color:var(--text);padding:8px 12px 8px 18px}.reference-card__code-sidepanel-eyebrow,.code-lightbox__head>span:first-child{color:var(--accent-dark);letter-spacing:0}.reference-card__code-sidepanel-summary{border-bottom:1px solid var(--border);background:var(--bg);padding:22px 24px}.reference-card__code-sidepanel-header-copy,.reference-card__code-sidepanel-header-copy h4{color:var(--text)}.reference-card__code-sidepanel-chips .reference-card__sub-category,.reference-card__code-sidepanel-language{border-color:color-mix(in srgb,var(--accent)24%,var(--border)76%);border-radius:var(--radius-sm);background:var(--surface-tint);min-height:28px;color:var(--accent-dark)}.reference-card__code-sidepanel-actions .lightbox__close,.code-lightbox__head .lightbox__close{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--panel);width:40px;height:40px;color:var(--text)}.reference-card__code-sidepanel-actions .lightbox__close:hover,.reference-card__code-sidepanel-actions .lightbox__close:focus-visible,.code-lightbox__head .lightbox__close:hover,.code-lightbox__head .lightbox__close:focus-visible{border-color:var(--accent);background:var(--surface-tint);color:var(--accent-dark)}.reference-card__code-sidepanel-code{background:var(--code-bg);color:var(--code-text);padding:0}.reference-card__code-sidepanel-codebar{background:#292e35;border-bottom:1px solid #ffffff1a;min-height:50px;padding:7px 12px 7px 20px}.reference-card__code-sidepanel-codelabel{color:#c9d5f8;letter-spacing:0;text-transform:none}.reference-card__code-sidepanel-codeactions .copy-button{border-radius:var(--radius-sm);color:var(--code-text);border-color:#fff3}.reference-card__code-sidepanel-codeactions .copy-button:hover,.reference-card__code-sidepanel-codeactions .copy-button:focus-visible{background:#a9b9ff1f;border-color:#a9b9ff}.reference-card__code-sidepanel-body,.code-lightbox__pre{background:var(--code-bg);border:0}.reference-card__code-sidepanel-body.code-lightbox__pre{padding:22px 24px 28px}.code-lightbox__dialog{background:var(--code-bg)}.code-lightbox__pre{color:var(--code-text)}.utility-index{border-top:1px solid var(--border-strong)}.utility-index__header,.utility-section__head{border-color:var(--border);border-bottom-width:1px}.utility-index__header h1,.utility-section__head h2,.utility-card__copy h2{color:var(--text)}.utility-sections{gap:44px}.utility-grid{border:0;gap:16px}.utility-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);min-height:210px;overflow:hidden}.utility-card:hover,.utility-card:focus-within{border-color:color-mix(in srgb,var(--accent)54%,var(--border)46%);background:var(--panel);box-shadow:0 12px 36px #17191c14}.utility-card__icon,.utility-card__open{border-color:color-mix(in srgb,var(--accent)30%,var(--border)70%);border-radius:var(--radius-sm);background:var(--surface-tint);color:var(--accent-dark)}.utility-card:hover .utility-card__open,.utility-card:focus-within .utility-card__open{border-color:var(--accent);background:var(--accent);color:var(--ds-white)}.utility-app-shell{border-top:1px solid var(--border-strong);padding-top:18px}.utility-app-shell>.breadcrumb{border-bottom-color:var(--border)}.utility-app-shell .pomodoro-widget{border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);color:var(--text)}.utility-app-shell .pomodoro-widget__header{border-bottom-color:var(--border)}.utility-app-shell .pomodoro-widget__timer-panel,.utility-app-shell .pomodoro-widget__settings,.utility-app-shell .quick-memo-widget__control-card,.utility-app-shell .quick-memo-widget__board,.utility-app-shell .quick-memo-widget__editor,.utility-app-shell .json-widget__action-card,.utility-app-shell .json-widget__validation,.utility-app-shell .json-widget__structure-item,.utility-app-shell .sheet-wizard__topbar,.utility-app-shell .sheet-wizard__help-panel,.utility-app-shell .sheet-wizard__panel,.utility-app-shell .sheet-wizard__output-panel,.utility-app-shell .sheet-wizard__docs,.utility-app-shell .sheet-wizard__notice,.utility-app-shell .sheet-wizard__dropzone,.utility-app-shell .sheet-wizard__preset-card,.utility-app-shell .sheet-wizard__doc-card,.utility-app-shell .dodge-game__topbar,.utility-app-shell .dodge-game__leaderboard-panel,.utility-app-shell .dodge-game__info-panel{border-radius:var(--radius)}.sheet-wizard{--sw-text:var(--text);--sw-strong:var(--text);--sw-muted:var(--muted);--sw-surface:var(--panel);--sw-surface-soft:var(--surface-soft);--sw-surface-strong:var(--bg-strong);--sw-border:var(--border);--sw-border-soft:var(--border);--sw-border-strong:var(--accent);--sw-shadow:none;--sw-accent:var(--accent-dark);--sw-accent-soft:var(--surface-tint);--sw-accent-border:color-mix(in srgb,var(--accent)44%,var(--border)56%);--sw-drop-border:var(--accent);--sw-drop-bg:var(--surface-soft);--sw-drop-bg-hover:var(--surface-tint);--sw-code-bg:var(--code-bg)}.archive-login__shell{border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--panel);overflow:hidden}.archive-login__hero{border-right-color:var(--border);background:var(--bg)}.archive-login__pill{border-color:var(--accent);border-radius:var(--radius-pill);background:var(--accent);color:var(--ds-white)}.archive-login__meta,.archive-form__mode,.archive-form input{border-color:var(--border);border-radius:var(--radius-sm)}.archive-login__features,.archive-login__features li{border-color:var(--border)}.doc-header,.doc-header--reference,.doc-header--archive{border-color:var(--border);box-shadow:none;background:0 0}.doc-header:not(.doc-header--reference):not(.doc-header--archive){border-radius:var(--radius);background:var(--panel)}.archive-catalog-toolbar,.archive-lms-selector,.archive-lms-course-section,.archive-catalog-group-card,.archive-subcategory-section,.archive-lms-empty,.archive-catalog-empty{border-color:var(--border);border-radius:var(--radius);background:var(--panel);box-shadow:none}.archive-catalog-chip,.archive-lms-category-tab,.archive-lms-subcategory-tab{border-color:var(--border);border-radius:var(--radius-sm);background:var(--panel)}.archive-catalog-chip:hover,.archive-catalog-chip.is-active,.archive-lms-category-tab:hover,.archive-lms-category-tab:focus-visible,.archive-lms-category-tab.is-active,.archive-lms-subcategory-tab:hover,.archive-lms-subcategory-tab:focus-visible,.archive-lms-subcategory-tab.is-active{border-color:var(--accent);background:var(--surface-tint);color:var(--accent-dark)}.archive-course-row{border-color:var(--border);background:0 0}.archive-course-row:hover{background:var(--surface-tint)}.article,.prose,.course-reader{color:var(--text)}.site-footer{border-top:1px solid var(--border-strong);background:var(--bg-strong);margin-top:80px;padding:48px 0 30px}.site-footer__wordmark{color:var(--text);line-height:.9}.site-footer__links{letter-spacing:0}.site-footer__links a:hover,.site-footer__links a:focus-visible{color:var(--accent-dark)}.site-footer__note{border-top-color:var(--border);letter-spacing:0}@media (min-width:981px){.reference-index__head{top:calc(var(--site-header-offset) + 20px);min-height:calc(100dvh - var(--site-header-offset) - 40px);border-right-color:var(--border)}}@media (max-width:980px){.site-header__inner{flex-flow:row}.site-header__nav{order:initial;width:auto;margin-left:auto;overflow:visible}}@media (max-width:720px){:root{--shell:min(100% - 28px,1240px)}.page-shell{padding-top:16px}.site-header__inner{gap:14px;min-height:62px}.brand__company{display:none}.refdock-wordmark{width:7.75rem}.site-header__nav{gap:13px}.site-header__nav a{min-height:42px;font-size:.78rem}.home-hero{grid-template-columns:1fr;margin-top:0}.home-hero__copy{padding:38px 0 34px}.home-hero__copy h1{padding:0 0 6px}.home-hero__wordmark{width:min(16rem,72vw);line-height:.94}.home-hero__stats{border-top:1px solid var(--border);border-left:0}.home-hero__stats div+div{border-left-color:var(--border)}.home-directory__summary{border-top:1px solid var(--border);border-left:0}.category-group--favorites{padding:18px 14px 22px}.reference-index__head h1,.reference-index__head h2{font-size:clamp(2.5rem,13vw,3.75rem)}.reference-card__code-sidepanel,.code-lightbox__dialog{box-shadow:none;border:0;border-radius:0}.reference-card__code-sidepanel-summary{padding:18px 16px}.reference-card__code-sidepanel-codebar{padding-inline:16px 12px}.reference-card__code-sidepanel-body.code-lightbox__pre{padding:18px 16px 24px}.utility-grid{grid-template-columns:1fr}.utility-card{min-height:190px}.archive-login__shell{border-radius:var(--radius)}.site-footer{margin-top:56px;padding-top:36px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
