:root{--dc-bg:#ffffff;--dc-bg-soft:#f8fafc;--dc-bg-muted:#f1f5f9;--dc-card:#ffffff;--dc-border:#e2e8f0;--dc-border-strong:#cbd5e1;--dc-text:#0f172a;--dc-text-muted:#475569;--dc-text-soft:#64748b;--dc-primary:#2563eb;--dc-primary-hover:#1d4ed8;--dc-primary-soft:#eff6ff;--dc-success:#16a34a;--dc-success-soft:#f0fdf4;--dc-warning:#f59e0b;--dc-warning-soft:#fffbeb;--dc-danger:#dc2626;--dc-danger-soft:#fef2f2;--dc-code-bg:#0f172a;--dc-code-text:#e2e8f0}.dc-converter{background:var(--dc-bg);border:1px solid var(--dc-border);border-radius:8px;box-shadow:0 16px 40px rgb(15 23 42 / .06);color:var(--dc-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;margin:32px 0;overflow:hidden;width:100%}.dc-converter *{box-sizing:border-box}.dc-converter__header{align-items:center;background:linear-gradient(135deg,#f8fbff,#eef5ff);border-bottom:1px solid var(--dc-border);display:flex;gap:16px;justify-content:space-between;padding:22px 24px}.dc-header-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.dc-lang-toggle{background:var(--dc-bg);border:1px solid var(--dc-border);border-radius:999px;display:inline-flex;padding:3px}.dc-lang-toggle button{background:#fff0;border:0;border-radius:999px;color:var(--dc-text-muted);cursor:pointer;font-size:13px;font-weight:800;line-height:1;min-height:30px;padding:7px 10px}.dc-lang-toggle button.is-active{background:var(--dc-primary);color:#fff}.dc-converter__header h2{font-size:27px;line-height:1.2;margin:4px 0 0}.dc-eyebrow{color:var(--dc-primary);font-size:13px;font-weight:700;letter-spacing:0;margin:0}.dc-workspace{display:grid;align-items:start;grid-template-columns:minmax(420px,1fr) minmax(292px,320px)}.dc-panel{background:var(--dc-card);min-width:0;padding:18px}.dc-panel--settings{border-left:1px solid var(--dc-border)}.dc-converter .dc-template-picker{margin-bottom:12px}.dc-converter .dc-template-picker__header{display:grid;gap:2px;margin-bottom:9px}.dc-converter .dc-template-picker__header .dc-label{margin-bottom:0}.dc-converter .dc-template-picker__header small{color:var(--dc-text-soft);font-size:12px}.dc-converter .dc-template-grid{display:grid;gap:7px;grid-template-columns:repeat(2,minmax(0,1fr))}.dc-converter .dc-template-card{background:#fff;border:1px solid var(--dc-border);border-radius:8px;color:var(--dc-text);cursor:pointer;display:grid;gap:5px;min-height:72px;overflow:hidden;padding:9px 10px;position:relative;text-align:left;transition:border-color 160ms ease,box-shadow 160ms ease,transform 160ms ease;width:100%}.dc-converter .dc-template-card:hover{border-color:#93c5fd;box-shadow:0 10px 24px rgb(37 99 235 / .1);transform:translateY(-1px)}.dc-converter .dc-template-card.is-selected{background:linear-gradient(180deg,#eff6ff,#ffffff);border-color:var(--dc-primary);box-shadow:inset 0 0 0 1px var(--dc-primary),0 8px 18px rgb(37 99 235 / .08)}.dc-converter .dc-template-card__top{align-items:flex-start;display:flex;gap:8px;min-width:0}.dc-converter .dc-template-card__top>.dashicons{align-items:center;background:var(--dc-primary-soft);border-radius:7px;color:var(--dc-primary);display:inline-flex;flex:0 0 auto;font-size:16px;height:28px;justify-content:center;width:28px}.dc-converter .dc-template-card__text{display:grid;gap:3px;min-width:0}.dc-converter .dc-template-card strong{font-size:13px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dc-converter .dc-template-card small{color:var(--dc-text-soft);display:-webkit-box;font-size:11px;line-height:1.25;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.dc-converter .dc-template-card__meta{color:var(--dc-text-soft);display:none;font-size:11px;font-weight:700;line-height:1.25;overflow:hidden;padding-right:18px;text-overflow:ellipsis;white-space:nowrap}.dc-converter .dc-template-card__action{align-items:center;background:var(--dc-primary-soft);border-radius:999px;color:var(--dc-primary);display:inline-flex;font-size:11px;font-weight:850;justify-content:center;line-height:1;margin-top:2px;max-width:max-content;padding:6px 9px}.dc-converter .dc-template-card__action:hover{background:#dbeafe}.dc-converter .dc-template-card__preview{display:grid;gap:3px;grid-template-columns:44% 1fr 30%;height:3px;margin-top:2px;min-width:0}.dc-converter .dc-template-card__preview i{background:#cbd5e1;border-radius:999px;display:block;height:3px}.dc-converter .dc-template-card__preview i:nth-child(1){background:var(--dc-primary);width:100%}.dc-converter .dc-template-card__preview i:nth-child(2){width:100%}.dc-converter .dc-template-card__preview i:nth-child(3){width:100%}.dc-converter .dc-template-card__check{color:var(--dc-primary);display:none;font-size:16px;height:16px;opacity:0;position:absolute;right:8px;top:8px;visibility:hidden;width:16px}.dc-converter .dc-template-card:not(.is-selected) .dc-template-card__check{display:none!important;opacity:0!important;visibility:hidden!important}.dc-converter .dc-template-card.is-selected .dc-template-card__check{display:block;opacity:1;visibility:visible}.dc-converter .dc-template-card--academic .dc-template-card__top>.dashicons{background:#f8fafc;color:#334155}.dc-converter .dc-template-card--academic .dc-template-card__preview i:nth-child(1){background:#334155}.dc-converter .dc-template-card--business .dc-template-card__top>.dashicons{background:#eff6ff;color:#1d4ed8}.dc-converter .dc-template-card--business .dc-template-card__preview i:nth-child(1){background:#1d4ed8}.dc-converter .dc-template-card--technical .dc-template-card__top>.dashicons{background:#ecfdf5;color:#0f766e}.dc-converter .dc-template-card--technical .dc-template-card__preview i:nth-child(1){background:#0f766e}html.dc-template-modal-open,body.dc-template-modal-open{overflow:hidden;overscroll-behavior:none}.dc-template-modal[hidden]{display:none}.dc-template-modal{align-items:center;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:99999}.dc-template-modal__backdrop{background:rgb(15 23 42 / .54);border:0;cursor:pointer;inset:0;position:absolute}.dc-template-modal__panel{background:#fff;border:1px solid var(--dc-border);border-radius:10px;box-shadow:0 30px 80px rgb(15 23 42 / .24);max-height:min(760px, calc(100vh - 48px));max-width:880px;overscroll-behavior:contain;overflow:auto;padding:22px;position:relative;width:min(880px, 100%)}.dc-template-modal__close{align-items:center;background:var(--dc-bg-soft);border:1px solid var(--dc-border);border-radius:999px;color:var(--dc-text-muted);cursor:pointer;display:inline-flex;font-size:22px;height:34px;justify-content:center;line-height:1;position:absolute;right:14px;top:14px;width:34px}.dc-template-modal__content{display:grid;gap:22px;grid-template-columns:minmax(0,.9fr) minmax(280px,1fr)}.dc-template-modal__content h3{font-size:28px;line-height:1.18;margin:4px 38px 10px 0}.dc-template-modal__content p{color:var(--dc-text-muted);margin:0 0 14px}.dc-template-modal__content ul{color:var(--dc-text-muted);margin:0 0 18px;padding-left:18px}.dc-template-modal__content li{margin:8px 0}.dc-word-preview{background:linear-gradient(180deg,#f8fafc,#e2e8f0);border:1px solid var(--dc-border);border-radius:10px;display:grid;gap:16px;max-height:640px;overflow:auto;padding:18px}.dc-word-preview__page{background:#fff;border:1px solid #dbe3ee;box-shadow:0 18px 36px rgb(15 23 42 / .12);min-height:430px;padding:32px}.dc-word-preview__toc{color:var(--dc-text-soft);font-size:11px;font-weight:750;margin-bottom:18px}.dc-word-preview h4{color:var(--dc-text);font-size:28px;line-height:1.15;margin:0 0 10px}.dc-word-preview p{color:var(--dc-text-muted);font-size:13px;line-height:1.65;margin:0}.dc-word-preview h5{color:var(--dc-text);font-size:20px;line-height:1.2;margin:0 0 10px}.dc-word-preview__page-label{color:var(--dc-text-soft);font-size:10px;font-weight:850;margin-bottom:12px;text-transform:uppercase}.dc-word-preview__toc-list{display:grid;gap:7px;margin:0 0 16px}.dc-word-preview__toc-list span{border-bottom:1px solid var(--dc-border);color:var(--dc-text-muted);font-size:11px;font-weight:750;padding-bottom:7px}.dc-word-preview__list{color:var(--dc-text-muted);font-size:12px;line-height:1.5;margin:12px 0;padding-left:18px}.dc-word-preview__callout{background:#f8fafc;border:1px solid #dbeafe;border-left:4px solid var(--dc-primary);border-radius:7px;display:grid;gap:4px;margin:14px 0;padding:12px}.dc-word-preview__callout b{color:var(--dc-primary);font-size:10px;letter-spacing:.02em}.dc-word-preview__callout span{color:var(--dc-text-muted);font-size:12px;line-height:1.45}.dc-word-preview__rule{background:var(--dc-primary);height:2px;margin:16px 0 18px;width:100%}.dc-word-preview__block{background:var(--dc-bg-soft);border-left:4px solid var(--dc-primary);height:52px;margin-bottom:16px}.dc-word-preview__table{border:1px solid #94a3b8;display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:18px}.dc-word-preview__table span{border-bottom:1px solid #94a3b8;border-right:1px solid #94a3b8;color:var(--dc-text);display:flex;font-size:10px;font-weight:650;min-height:30px;padding:7px 8px}.dc-word-preview__table span.is-head{background:#eaf2ff;color:#1e3a8a;font-weight:850}.dc-word-preview__table span:nth-child(3n){border-right:0}.dc-word-preview__table span:nth-child(n+7){border-bottom:0}.dc-word-preview__special{background:linear-gradient(135deg,#f8fafc,#eff6ff);border:1px solid #bfdbfe;border-radius:7px;color:var(--dc-text);display:flex;flex-wrap:wrap;gap:8px;padding:11px}.dc-word-preview__special b,.dc-word-preview__special strong,.dc-word-preview__special span{align-items:center;background:#fff;border:1px solid #dbeafe;border-radius:999px;display:inline-flex;font-size:10px;font-weight:850;min-height:25px;padding:5px 9px}.dc-word-preview__special strong{background:var(--dc-primary);border-color:var(--dc-primary);color:#fff}.dc-word-preview__special i{align-self:center;background:var(--dc-primary);display:block;flex:0 0 22px;height:2px}.dc-word-preview__code{background:#0f172a;border-radius:8px;color:#e2e8f0;font-family:"JetBrains Mono","SFMono-Regular",Consolas,monospace;font-size:10px;line-height:1.65;margin:14px 0;overflow:hidden;padding:12px;white-space:pre-wrap}.dc-word-preview__code code{color:inherit;font:inherit}.dc-word-preview__diagram{align-items:center;display:flex;gap:7px;justify-content:center;margin:16px 0 8px}.dc-word-preview__diagram b{align-items:center;background:#eff6ff;border:1px solid #93c5fd;border-radius:8px;color:#1d4ed8;display:inline-flex;font-size:10px;font-weight:850;justify-content:center;min-height:28px;min-width:64px;padding:6px 8px}.dc-word-preview__diagram i{background:var(--dc-primary);display:block;flex:0 0 18px;height:2px}.dc-word-preview__caption{color:var(--dc-text-soft);font-size:10px;font-weight:750;text-align:center}.dc-word-preview small{color:var(--dc-text-soft);display:block;font-size:11px;font-weight:750;line-height:1.45;margin-top:14px}.dc-word-preview--academic .dc-word-preview__rule,.dc-word-preview--academic .dc-word-preview__block{background:#334155;border-left-color:#334155}.dc-word-preview--academic .dc-word-preview__callout{background:#334155;border-color:#475569;border-left-color:#93c5fd}.dc-word-preview--academic .dc-word-preview__callout b{color:#bfdbfe}.dc-word-preview--academic .dc-word-preview__callout span{color:#f8fafc}.dc-word-preview--business .dc-word-preview__rule,.dc-word-preview--business .dc-word-preview__block{background:#1d4ed8;border-left-color:#1d4ed8}.dc-word-preview--business .dc-word-preview__callout{background:#1d4ed8;border-color:#1d4ed8;border-left-color:#bfdbfe}.dc-word-preview--business .dc-word-preview__callout b{color:#dbeafe}.dc-word-preview--business .dc-word-preview__callout span{color:#fff}.dc-word-preview--technical .dc-word-preview__rule,.dc-word-preview--technical .dc-word-preview__block{background:#0f766e;border-left-color:#0f766e}.dc-word-preview--technical .dc-word-preview__callout{background:#ecfdf5;border-color:#99f6e4;border-left-color:#0f766e}.dc-word-preview--technical .dc-word-preview__callout b{color:#0f766e}.dc-word-preview--technical .dc-word-preview__special{background:#ecfdf5;border:1px solid #99f6e4}.dc-word-preview--technical .dc-word-preview__special b{border-color:#99f6e4;color:#0f766e}.dc-word-preview--technical .dc-word-preview__special i{background:#0f766e}.dc-converter .dc-template-toggle{background:#fff0;border:0;color:var(--dc-primary);cursor:pointer;font-weight:800;margin-top:8px;padding:4px 0}.dc-panel--result{border-top:1px solid var(--dc-border);grid-column:1 / -1}.dc-label,.dc-options legend{color:var(--dc-text);display:block;font-size:14px;font-weight:700;margin:0 0 8px}.dc-markdown-input{background:var(--dc-bg-soft);border:1px solid var(--dc-border-strong);border-radius:6px;color:var(--dc-text);font-family:"JetBrains Mono","SFMono-Regular",Consolas,monospace;font-size:14px;line-height:1.6;min-height:388px;padding:14px;resize:vertical;width:100%}.dc-markdown-dropzone{position:relative}.dc-markdown-dropzone .dc-markdown-input{display:block}.dc-drop-overlay{align-items:center;background:rgb(239 246 255 / .97);border:2px dashed var(--dc-primary);border-radius:6px;color:var(--dc-primary);display:flex;flex-direction:column;inset:0;justify-content:center;opacity:0;padding:24px;pointer-events:none;position:absolute;text-align:center;transform:scale(.985);transition:opacity 140ms ease,transform 140ms ease;visibility:hidden;z-index:3}.dc-drop-overlay .dashicons{font-size:34px;height:34px;margin-bottom:10px;width:34px}.dc-drop-overlay strong{color:var(--dc-text);font-size:17px}.dc-drop-overlay small{color:var(--dc-text-soft);font-size:13px;margin-top:5px}.dc-markdown-dropzone.is-dragover .dc-drop-overlay{opacity:1;transform:scale(1);visibility:visible}.dc-upload-grid{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:10px}.dc-upload{align-items:center;background:linear-gradient(180deg,#ffffff,var(--dc-bg-soft));border:1px dashed var(--dc-border-strong);border-radius:8px;color:var(--dc-text-muted);cursor:pointer;display:grid;font-size:14px;gap:4px 10px;grid-template-columns:auto 1fr;padding:12px;position:relative;transition:border-color 160ms ease,box-shadow 160ms ease,transform 160ms ease}.dc-upload:hover{border-color:var(--dc-primary);box-shadow:0 10px 24px rgb(37 99 235 / .1);transform:translateY(-1px)}.dc-upload:focus-within{border-color:var(--dc-primary);box-shadow:0 0 0 3px rgb(37 99 235 / .14)}.dc-upload .dashicons{align-items:center;background:var(--dc-primary-soft);border-radius:8px;color:var(--dc-primary);display:inline-flex;font-size:18px;grid-row:1 / 3;height:32px;justify-content:center;width:32px}.dc-upload strong{color:var(--dc-text);display:block;font-weight:700}.dc-upload small{color:var(--dc-text-soft);display:block;font-size:12px}.dc-upload__input{height:1px;opacity:0;overflow:hidden;position:absolute;width:1px}.dc-upload__control{align-items:center;display:flex;gap:10px;grid-column:1 / -1;margin-top:6px;min-width:0;max-width:100%;width:100%}.dc-upload__button{background:#fff;border:1px solid var(--dc-border-strong);border-radius:6px;color:var(--dc-text);flex:0 0 auto;font-weight:700;padding:7px 10px}.dc-upload__filename{color:var(--dc-text-soft);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dc-upload__filename.has-file{color:var(--dc-text-muted);font-weight:650}.dc-upload-limits{margin:10px 0 0;color:#64748b;font-size:12px;line-height:1.5}.dc-panel h3{font-size:18px;margin:0 0 12px}.dc-detected-list{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0 0 18px;padding:0}.dc-detected-list li{align-items:center;background:#fff;border:1px solid var(--dc-border);border-radius:999px;color:var(--dc-text-soft);display:flex;flex:0 0 auto;font-size:13px;line-height:1.2;min-width:0;overflow-wrap:anywhere;padding:8px 12px}.dc-detected-list li.is-detected{background:var(--dc-success-soft);border-color:#bbf7d0;color:#166534}.dc-detected-list li:not(.is-detected)::before{background:#cbd5e1;border-radius:999px;content:"";flex:0 0 6px;height:6px;margin-right:7px;width:6px}.dc-detected-list li.is-detected::before{content:"\f147";display:inline-block;font-family:dashicons;font-weight:700;margin-right:4px}.dc-progress{background:var(--dc-bg-muted);border-radius:999px;height:8px;overflow:hidden}.dc-progress span{background:var(--dc-primary);display:block;height:100%;transition:width 180ms ease}.dc-status p{color:var(--dc-text-muted);font-size:14px;margin:0}.dc-status__meta{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-top:9px;min-height:21px}.dc-status__meta strong{color:var(--dc-primary);flex:0 0 auto;font-size:13px;font-variant-numeric:tabular-nums}.dc-result-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.dc-result-header h3{margin-bottom:0}.dc-alert{border-radius:6px;font-size:14px;line-height:1.5;margin-top:14px;padding:12px}.dc-alert--warning{background:var(--dc-warning-soft);border:1px solid #fde68a;color:#92400e}.dc-alert--error{background:var(--dc-danger-soft);border:1px solid #fecaca;color:#991b1b}.dc-panel--settings select{border:1px solid var(--dc-border-strong);border-radius:6px;display:block;margin-bottom:16px;max-width:100%;padding:8px 10px;width:100%}.dc-options{border:1px solid var(--dc-border);border-radius:6px;margin:4px 0 12px;padding:12px}.dc-options label{color:var(--dc-text-muted);display:flex;font-size:13px;gap:6px;line-height:1.35;margin:7px 0}.dc-options label input{margin-top:2px}.dc-panel--settings .dc-status{background:var(--dc-bg-soft);border:1px solid var(--dc-border);border-radius:8px;margin:0;padding:10px}.dc-action-stage{border-top:1px solid var(--dc-border);display:grid;gap:10px;margin-top:14px;padding-top:14px}.dc-primary-button,.dc-secondary-button,.dc-download-button{align-items:center;border-radius:6px;cursor:pointer;display:inline-flex;font-size:15px;font-weight:700;justify-content:center;min-height:42px;padding:10px 16px;text-decoration:none}.dc-primary-button,.dc-download-button{background:var(--dc-primary);border:1px solid var(--dc-primary);color:#fff;width:100%}.dc-primary-button:hover,.dc-download-button:hover{background:var(--dc-primary-hover);color:#fff}.dc-secondary-button{background:var(--dc-bg);border:1px solid var(--dc-border-strong);color:var(--dc-text);width:auto}.dc-secondary-button--soft{background:var(--dc-primary-soft);border-color:#bfdbfe;color:var(--dc-primary)}.dc-primary-button[disabled]{cursor:not-allowed;opacity:.65}.dc-action-row{display:grid;gap:10px;grid-template-columns:minmax(0,1fr);margin-top:0;min-height:42px}.dc-download-button{width:100%}.dc-download-button[hidden]{display:none}.dc-action-row>[hidden]{display:none!important}.dc-action-row>*{min-width:0;width:100%}.dc-text-button{background:#fff0;border:0;color:var(--dc-text-muted);cursor:pointer;font-size:13px;font-weight:750;padding:4px 8px;text-align:center}.dc-text-button:hover{color:var(--dc-primary);text-decoration:underline}.dc-converter[data-dc-conversion-state="processing"] .dc-action-stage{border-top-color:#bfdbfe}.dc-converter[data-dc-conversion-state="processing"] [data-dc-cancel]{background:var(--dc-bg);border-color:var(--dc-border-strong);color:var(--dc-text);width:100%}.dc-converter[data-dc-conversion-state="processing"] [data-dc-cancel]::before{animation:dc-converter-spin .75s linear infinite;border:2px solid #bfdbfe;border-right-color:var(--dc-primary);border-radius:999px;content:"";display:inline-block;height:13px;margin-right:8px;width:13px}.dc-converter[data-dc-conversion-state="completed"] .dc-panel--settings .dc-status{background:var(--dc-success-soft);border-color:#bbf7d0}.dc-converter[data-dc-conversion-state="completed"] .dc-action-stage{border-top-color:#bbf7d0}.dc-converter[data-dc-conversion-state="failed"] .dc-panel--settings .dc-status{background:var(--dc-danger-soft);border-color:#fecaca}.dc-converter[data-dc-conversion-state="cancelled"] .dc-panel--settings .dc-status{background:var(--dc-bg-soft);border-color:var(--dc-border-strong)}@keyframes dc-converter-spin{to{transform:rotate(360deg)}}.dc-word-preview__document-header{align-items:center;border-bottom:1px solid #dbe3ee;color:var(--dc-text-soft);display:flex;font-size:10px;font-weight:800;justify-content:space-between;letter-spacing:.04em;margin-bottom:24px;padding-bottom:9px}.dc-word-preview__document-header em{color:var(--dc-primary);font-size:9px;font-style:normal}.dc-word-preview__academic-cover{display:grid;min-height:300px;place-content:center;text-align:center}.dc-word-preview__academic-cover small{color:var(--dc-text-soft);font-size:10px;font-weight:850;letter-spacing:.1em}.dc-word-preview__academic-cover h4{margin-top:20px}.dc-word-preview__cover-meta{color:var(--dc-text-soft);font-size:11px;line-height:1.7;margin-top:32px}.dc-word-preview__keyword-row,.dc-word-preview__version-row{align-items:center;display:flex;flex-wrap:wrap;gap:6px;margin:14px 0}.dc-word-preview__keyword-row b,.dc-word-preview__keyword-row span,.dc-word-preview__version-row span{border:1px solid #dbeafe;border-radius:999px;color:var(--dc-text-muted);font-size:10px;font-weight:750;padding:5px 8px}.dc-word-preview__keyword-row b{background:#eff6ff;color:var(--dc-primary)}.dc-word-preview__formula{color:var(--dc-text);font-family:Georgia,serif;font-size:24px;font-style:italic;margin:20px 0;text-align:center}.dc-word-preview__formula small{float:right;font-family:inherit;font-size:10px;font-style:normal;margin-top:12px}.dc-word-preview__reference{border-top:1px solid var(--dc-border);color:var(--dc-text-soft);font-family:Georgia,serif;font-size:11px;margin-top:20px;padding-top:10px}.dc-word-preview__executive{background:#eff6ff;border-left:4px solid var(--dc-primary);display:grid;gap:5px;margin:18px 0;padding:12px}.dc-word-preview__executive b{color:var(--dc-primary);font-size:10px;letter-spacing:.04em}.dc-word-preview__executive span{color:var(--dc-text-muted);font-size:12px;line-height:1.45}.dc-word-preview__kpi-grid{display:grid;gap:8px;grid-template-columns:repeat(3,1fr);margin-top:16px}.dc-word-preview__kpi-grid span{background:#f8fafc;border:1px solid #dbe3ee;display:grid;gap:3px;padding:10px}.dc-word-preview__kpi-grid b{color:var(--dc-text);font-size:18px}.dc-word-preview__kpi-grid small{color:var(--dc-text-soft);font-size:10px}.dc-word-preview__timeline{display:grid;gap:0;grid-template-columns:repeat(3,1fr);margin:12px 0 18px}.dc-word-preview__timeline span{border-bottom:2px solid #bfdbfe;color:var(--dc-text-soft);font-size:10px;padding:8px 6px;text-align:center}.dc-word-preview__timeline span+span{border-left:1px solid #dbe3ee}.dc-word-preview__timeline b{color:var(--dc-text);font-size:11px}.dc-word-preview__api{align-items:center;background:#ecfdf5;border:1px solid #99f6e4;display:grid;gap:6px;grid-template-columns:auto 1fr;margin-bottom:12px;padding:10px}.dc-word-preview__api b{background:#0f766e;color:#fff;font-size:10px;padding:4px 6px}.dc-word-preview__api code{color:#0f766e;font-size:12px;font-weight:800}.dc-word-preview__api span{color:var(--dc-text-muted);font-size:10px;grid-column:1 / -1}.dc-word-preview__checklist{display:grid;gap:9px;margin-top:20px}.dc-word-preview__checklist span{border-bottom:1px solid #e2e8f0;color:var(--dc-text-muted);font-size:12px;padding:0 0 8px 22px;position:relative}.dc-word-preview__checklist span::before{border:1px solid #93c5fd;content:"";height:11px;left:0;position:absolute;top:1px;width:11px}.dc-word-preview__document-footer{border-top:1px solid #dbe3ee;color:var(--dc-text-soft);font-size:10px;margin-top:24px;padding-top:9px;text-align:right}.dc-word-preview--academic .dc-word-preview__document-header em,.dc-word-preview--academic .dc-word-preview__keyword-row b{color:#334155}.dc-word-preview--academic .dc-word-preview__keyword-row b{background:#f1f5f9;border-color:#cbd5e1}.dc-word-preview--technical .dc-word-preview__document-header em{color:#0f766e}@media (min-width:981px){.dc-converter__header{padding:20px 22px}.dc-converter__header h2{font-size:25px}.dc-panel{padding:20px}.dc-markdown-input{min-height:360px}.dc-panel--settings .dc-status{margin-bottom:12px;padding:10px 12px}}@media (max-width:980px){.dc-workspace{grid-template-columns:1fr}.dc-panel--settings,.dc-panel--result{border-left:0;border-top:1px solid var(--dc-border)}}@media (max-width:640px){.dc-converter{margin:20px 0}.dc-converter__header{align-items:flex-start;flex-direction:column;gap:12px;padding:16px}.dc-converter__header h2{font-size:23px}.dc-header-actions{justify-content:flex-start;width:100%}.dc-upload-grid{grid-template-columns:1fr}.dc-panel{padding:14px}.dc-markdown-input{min-height:280px}.dc-converter .dc-template-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dc-template-modal{padding:12px}.dc-template-modal__panel{border-radius:10px;max-height:calc(100dvh - 24px);padding:18px}.dc-template-modal__content{grid-template-columns:1fr}.dc-template-modal__content{gap:18px}.dc-template-modal__content h3{font-size:24px}.dc-word-preview{max-height:min(560px, 62dvh);padding:12px}.dc-word-preview__page{min-height:330px;padding:20px}.dc-word-preview__diagram{flex-wrap:wrap}.dc-converter[data-dc-conversion-state="processing"] .dc-action-row,.dc-converter[data-dc-conversion-state="completed"] .dc-action-row{grid-template-columns:1fr}.dc-converter[data-dc-conversion-state="completed"] [data-dc-download]{grid-column:1;grid-row:1}.dc-converter[data-dc-conversion-state="completed"] [data-dc-convert]{grid-column:1;grid-row:2}}@media (max-width:420px){.dc-converter .dc-template-grid{grid-template-columns:1fr}.dc-detected-list li{flex:1 1 calc(50% - 4px)}}