:root { --dh-blue: #2563eb; --dh-line: #e4eaf3; --dh-muted: #718096; --dh-dark: #172033; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 1080px; background: #f4f7fb; color: var(--dh-dark); }
.dh-topbar { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; height: 62px; padding: 0 26px; border-bottom: 1px solid var(--dh-line); background: rgba(255,255,255,.95); backdrop-filter: blur(12px); }
.dh-topbar > div, .dh-brand { display: flex; align-items: center; gap: 12px; }
.dh-topbar .dh-topbar-primary { background: linear-gradient(135deg, #2e6be6 0%, #1d4fd7 100%); color: #fff; }
.dh-topbar .dh-topbar-primary:hover { background: #1d4fd7; color: #fff; }
.dh-brand { color: inherit; text-decoration: none; }
.dh-brand img { width: 34px; height: 34px; object-fit: contain; }
.dh-user-name { color: var(--dh-muted); font-size: 13px; }
.dh-balance-brief { padding: 6px 10px; border-radius: 999px; background: #eef4ff; color: #2563eb; font-size: 12px; font-weight: 700; }
.dh-avatar-balance-brief { background: #fff7ed; color: #c2410c; }
.dh-tts-balance-brief { background: #ecfdf5; color: #047857; }
.dh-shell { width: min(1680px, calc(100vw - 36px)); margin: 20px auto 44px; }
.dh-inline-message { margin: 8px 0; padding: 8px 10px; border-radius: 8px; font-size: 10px; line-height: 1.5; }
.dh-inline-message.hidden { display: none; }
.dh-task-inline-message { margin: 8px 0 0; }
.dh-page-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 14px; }
.dh-page-head p { margin: 0 0 3px; color: var(--dh-blue); font-size: 12px; font-weight: 700; }
.dh-page-head h1 { margin: 0; font-size: 24px; }
.dh-page-head > span { color: var(--dh-muted); font-size: 13px; }
.dh-layout { display: block; }
.dh-main-card { border: 1px solid var(--dh-line); border-radius: 18px; background: #fff; box-shadow: 0 8px 28px rgba(30,48,80,.04); overflow: hidden; }
.dh-section { padding: 18px; }
.dh-section + .dh-section { border-top: 1px solid var(--dh-line); }
.dh-section-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 13px; }
.dh-section-title h2 { margin: 0; font-size: 15px; }
.dh-section-title small { color: var(--dh-muted); }
.dh-avatar-tabs { display: flex; align-items: stretch; gap: 6px; margin-bottom: 12px; padding: 4px; border-radius: 11px; background: #f3f6fa; }
.dh-avatar-tabs button { display: flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid transparent; border-radius: 8px; background: transparent; color: #64748b; cursor: pointer; }
.dh-avatar-tabs button strong { font-size: 12px; }
.dh-avatar-tabs button span { font-size: 9px; }
.dh-avatar-tabs button.is-active { border-color: #bfd1fb; background: #fff; color: #1d4ed8; box-shadow: 0 2px 8px rgba(37,99,235,.08); }
[data-avatar-panel].hidden { display: none; }
.dh-avatar-wrap { position: relative; }
.dh-avatar-list { display: flex; gap: 10px; padding: 0 36px 4px 0; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; }
.dh-avatar-list::-webkit-scrollbar { display: none; }
.dh-avatar-scroll { position: absolute; z-index: 3; top: 40px; display: grid; place-items: center; width: 30px; height: 30px; padding: 0; border: 0; border-radius: 50%; background: #fff; box-shadow: 0 3px 12px rgba(30,45,70,.16); color: #475569; font-size: 21px; cursor: pointer; }
.dh-avatar-scroll.is-prev { left: -8px; }
.dh-avatar-scroll.is-next { right: -8px; }
.dh-avatar-card { position: relative; flex: 0 0 126px; padding: 10px; border: 1px solid var(--dh-line); border-radius: 14px; background: #fff; text-align: center; cursor: pointer; }
.dh-avatar-card.is-selected { padding: 9px; border: 2px solid var(--dh-blue); background: #eff6ff; }
.dh-avatar-card.is-add { border-style: dashed; }
.dh-avatar-card.is-unavailable::after { content: "待配置"; position: absolute; top: 7px; right: 7px; padding: 2px 5px; border-radius: 999px; background: #eef1f5; color: #718096; font-size: 9px; }
.dh-avatar-card:disabled { cursor: default; opacity: .78; }
.dh-avatar-thumb { display: grid; place-items: center; width: 100%; aspect-ratio: 9 / 16; margin-bottom: 8px; border-radius: 11px; background: linear-gradient(145deg,#f3f6fa,#dce4ef); overflow: hidden; }
.dh-avatar-thumb img,.dh-avatar-thumb video { width: 100%; height: 100%; object-fit: contain; }
.dh-avatar-thumb .dh-avatar-placeholder { transform: scale(.62); }
.dh-avatar-card strong, .dh-avatar-card small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dh-avatar-card strong { font-size: 12px; }
.dh-avatar-card small { margin-top: 3px; color: var(--dh-muted); font-size: 10px; }
.dh-add-icon { color: #65748a; font-size: 34px; font-weight: 300; }
.dh-avatar-empty { display: grid; place-items: center; flex: 0 0 220px; min-height: 252px; padding: 18px; border: 1px dashed var(--dh-line); border-radius: 14px; color: var(--dh-muted); font-size: 11px; text-align: center; }
.dh-task-advanced { margin-top: 10px; border: 1px solid var(--dh-line); border-radius: 10px; background: #f8fafc; }
.dh-task-advanced summary { padding: 9px 11px; color: #475569; font-size: 10px; font-weight: 700; cursor: pointer; }
.dh-task-chroma-grid { display: grid; grid-template-columns: minmax(160px,1fr) 120px 120px auto; align-items: end; gap: 9px; padding: 0 11px 11px; }
.dh-task-chroma-grid label { display: grid; gap: 4px; color: var(--dh-muted); font-size: 9px; }
.dh-task-chroma-grid input { width: 100%; height: 34px; padding: 5px 8px; border: 1px solid var(--dh-line); border-radius: 8px; background: #fff; }
.dh-task-chroma-color { display: grid; grid-template-columns: 48px 1fr; gap: 7px; align-items: center; }
.dh-task-chroma-color input[type="color"] { padding: 2px; }
.dh-task-chroma-color code { font-size: 10px; }
.dh-toolbar { display: flex; flex-wrap: wrap; gap: 7px; }
.dh-task-list { display: grid; gap: 11px; }
.dh-empty { padding: 30px; border: 1px dashed var(--dh-line); border-radius: 13px; color: var(--dh-muted); text-align: center; }
.dh-task { border: 1px solid var(--dh-line); border-radius: 14px; overflow: hidden; }
.dh-task.is-selected { border-color: #93b5ff; box-shadow: 0 0 0 2px #eef4ff; }
.dh-task-head { display: grid; grid-template-columns: 30px minmax(0,1fr) auto auto auto; align-items: center; gap: 9px; padding: 10px 12px; background: #fbfcfe; border-bottom: 1px solid var(--dh-line); }
.dh-task-index { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; background: #edf2f8; font-size: 12px; font-weight: 800; }
.dh-task-title { width: 100%; padding: 4px 6px; border: 0; background: transparent; font-weight: 700; }
.dh-task-status { padding: 3px 7px; border-radius: 999px; background: #fff7ed; color: #c2410c; font-size: 10px; }
.dh-task-status.is-ready { background: #ecfdf5; color: #047857; }
.dh-task-copy, .dh-task-remove { width: 26px; height: 26px; padding: 0; border: 0; border-radius: 7px; background: transparent; color: #718096; cursor: pointer; }
.dh-task-copy:hover { background: #eef4ff; color: #2563eb; }
.dh-task-remove { color: #b44747; }
.dh-task-remove:hover { background: #fef2f2; }
.dh-task-body { display: grid; grid-template-columns: 150px minmax(0,1fr); gap: 12px; padding: 12px; }
.dh-task-avatar { display: grid; gap: 8px; align-content: start; }
.dh-task-avatar select, .dh-task-source textarea, .dh-task-source select, .dh-output-grid select, .dh-output-grid input, .dh-create-modal input, .dh-create-modal select { width: 100%; border: 1px solid var(--dh-line); border-radius: 9px; padding: 9px; background: #fff; }
.dh-task-mini { display: grid; place-items: center; height: 86px; border-radius: 9px; background: #eef2f7; overflow: hidden; }
.dh-task-mini img,.dh-task-mini video { width: 100%; height: 100%; object-fit: contain; }
.dh-task-mini .dh-avatar-placeholder { transform: scale(.62); }
.dh-task-controls { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin-bottom: 8px; }
.dh-task-controls > span { color: var(--dh-muted); font-size: 10px; }
.dh-task-controls select { width: auto; min-width: 112px; padding: 6px 8px; font-size: 10px; }
.dh-task-controls button { padding: 6px 9px; border: 1px solid var(--dh-line); border-radius: 8px; background: #fff; font-size: 10px; cursor: pointer; }
.dh-task-controls button.is-active { border-color: #b5cdfd; background: #eff6ff; color: #1d4ed8; font-weight: 700; }
.dh-task-controls .dh-subtitle-status { display: inline-block; max-width: 190px; overflow: hidden; color: var(--dh-muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.dh-task-controls .dh-subtitle-status.is-bound { color: #1d4ed8; }
.dh-task-controls .dh-remove-subtitle { padding: 4px 7px; color: #b44747; }
.dh-task-source textarea { min-height: 126px; resize: vertical; line-height: 1.65; }
.dh-task-source label { display: grid; gap: 5px; color: var(--dh-muted); font-size: 11px; }
.dh-audio-picker { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; min-height: 78px; padding: 12px; border: 1px dashed #cfd9e8; border-radius: 10px; background: #f8fafc; }
.dh-audio-picker span { flex: 1; min-width: 0; overflow: hidden; color: var(--dh-muted); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.dh-text-editor { padding: 10px; border: 1px dashed #dbe3ef; border-radius: 11px; background: #f8fafc; }
.dh-text-editor .dh-task-text { min-height: 126px; background: #fff; }
.dh-min-duration-warning { flex: 0 0 100%; margin: 2px 0 0; color: #dc2626; font-size: 10px; font-weight: 700; line-height: 1.45; }
.dh-min-duration-warning.hidden { display: none; }
.dh-text-tools { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; margin-top: 8px; padding-top: 8px; border-top: 1px solid #e8edf5; }
.dh-text-tools button { padding: 6px 9px; border: 1px solid var(--dh-line); border-radius: 8px; background: #fff; color: #475569; font-size: 10px; cursor: pointer; }
.dh-text-tools .dh-split-cursor { border-color: #bfdbfe; background: #eff6ff; color: #1d4ed8; font-weight: 700; }
.dh-text-meta { margin-left: auto; color: var(--dh-muted); font-size: 10px; }
.dh-voice-panel { margin-top: 10px; }
.dh-voice-label { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 6px; color: #475569; font-size: 10px; font-weight: 700; }
.dh-voice-label span { color: var(--dh-muted); font-weight: 400; }
.dh-voice-preview-notice { display: inline-flex; align-items: center; margin-left: 8px; padding: 3px 8px; border: 1px solid #bfdbfe; border-radius: 999px; background: #eff6ff; color: #2563eb; font-size: 9px; font-style: normal; font-weight: 600; vertical-align: middle; }
.dh-voice-preview-notice.is-loading::before { content: ""; width: 8px; height: 8px; margin-right: 5px; border: 1.5px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: dh-voice-preview-spin .7s linear infinite; }
.dh-voice-preview-notice.is-error { border-color: #fecaca; background: #fef2f2; color: #b91c1c; }
.dh-voice-preview-notice.hidden { display: none; }
@keyframes dh-voice-preview-spin { to { transform: rotate(360deg); } }
.dh-more-voices { flex: 0 0 auto; padding: 4px 7px; border: 1px solid #bfdbfe; border-radius: 7px; background: #eff6ff; color: #2563eb; font-size: 9px; font-weight: 700; text-decoration: none; cursor: pointer; }
.dh-more-voices:hover { background: #dbeafe; }
.dh-voice-list { display: flex; gap: 7px; padding: 2px 0 8px; overflow-x: auto; scroll-snap-type: x proximity; }
.dh-voice-card { display: inline-flex; align-items: center; gap: 9px; min-width: 122px; padding: 7px 7px 7px 10px; border: 1px solid var(--dh-line); border-radius: 9px; background: #fff; color: var(--dh-dark); text-align: left; cursor: pointer; }
.dh-voice-card { flex: 0 0 134px; scroll-snap-align: start; }
.dh-voice-card > span { flex: 1; min-width: 0; }
.dh-voice-card strong, .dh-voice-card small { display: block; }
.dh-voice-card strong { font-size: 10px; }
.dh-voice-card small { margin-top: 2px; color: var(--dh-muted); font-size: 9px; }
.dh-voice-card.is-selected { border-color: #93c5fd; background: #eff6ff; color: #1d4ed8; }
.dh-voice-play { display: grid; flex: 0 0 23px; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: #f1f5f9; color: #334155; font-size: 9px; font-style: normal; }
.dh-voice-play:hover { background: #dbeafe; color: #1d4ed8; }
.dh-voice-play.is-active { background: #2563eb; color: #fff; }
.dh-tts-generate-row { display: flex; align-items: center; justify-content: flex-end; gap: 9px; margin-top: 5px; }
.dh-tts-generate-notice { display: inline-flex; align-items: center; color: #2563eb; font-size: 9px; font-weight: 600; }
.dh-tts-generate-notice::before { content: ""; width: 8px; height: 8px; margin-right: 5px; border: 1.5px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: dh-voice-preview-spin .7s linear infinite; }
.dh-tts-generate-notice.hidden { display: none; }
.dh-tts-generate-row > .dh-generate-tts { flex: 0 0 auto; }
.dh-generated-audio { display: grid; gap: 8px; margin-top: 11px; padding: 10px; border: 1px solid #b9d1ff; border-radius: 10px; background: #f5f9ff; }
.dh-generated-audio.is-stale { border-color: #fed7aa; background: #fffaf3; }
.dh-generated-audio-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.dh-generated-audio-head strong { font-size: 11px; }
.dh-generated-audio-head span { min-width: 0; overflow: hidden; color: var(--dh-muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.dh-generated-audio-player { width: 100%; height: 36px; }
.dh-generated-audio-actions { display: flex; justify-content: flex-end; gap: 7px; }
.dh-generated-audio p { margin: 0; color: var(--dh-muted); font-size: 9px; }
.dh-voices-modal { display: flex; flex-direction: column; width: min(660px, calc(100vw - 64px)); height: auto; max-height: min(620px, calc(100vh - 64px)); padding: 0; overflow: hidden; }
.dh-voices-modal .modal-head { flex: 0 0 auto; padding: 13px 16px; border-bottom: 1px solid var(--dh-line); }
.dh-voices-modal .modal-head h2 { margin: 0 0 2px; font-size: 17px; }
.dh-voices-modal .modal-head p { margin: 0; font-size: 10px; }
.dh-voices-filter { display: flex; flex: 0 0 auto; align-items: center; gap: 9px; padding: 9px 16px; border-bottom: 1px solid var(--dh-line); background: #f8fafc; }
.dh-voices-filter input { flex: 1; min-width: 0; padding: 7px 9px; border: 1px solid var(--dh-line); border-radius: 8px; background: #fff; font-size: 11px; }
.dh-voices-filter span { color: var(--dh-muted); font-size: 11px; white-space: nowrap; }
.dh-voices-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: start; gap: 8px; min-height: 150px; padding: 10px 16px; overflow-y: auto; overscroll-behavior: contain; }
.dh-more-voice-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 7px; align-items: center; padding: 9px; border: 1px solid var(--dh-line); border-radius: 10px; background: #fff; }
.dh-more-voice-card.is-selected { border-color: #93b5ff; background: #f3f7ff; box-shadow: 0 0 0 2px #eef4ff; }
.dh-more-voice-main { grid-column: 1 / -1; min-width: 0; }
.dh-more-voice-main strong, .dh-more-voice-main span, .dh-more-voice-main small { display: block; }
.dh-more-voice-main strong { font-size: 12px; }
.dh-more-voice-main span { margin-top: 2px; color: #475569; font-size: 10px; }
.dh-more-voice-main small { margin-top: 3px; color: var(--dh-muted); font-size: 8px; }
.dh-more-voice-preview { display: grid; place-items: center; width: 34px; min-height: 30px; padding: 5px; border: 1px solid #bfdbfe; border-radius: 8px; background: #eff6ff; color: #1d4ed8; font-size: 10px; font-weight: 700; cursor: pointer; }
.dh-more-voice-preview.is-active { border-color: #2563eb; background: #2563eb; color: #fff; }
.dh-voices-modal .modal-foot { display: flex; flex: 0 0 auto; justify-content: flex-end; padding: 9px 16px; border-top: 1px solid var(--dh-line); }
.dh-output-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.dh-output-grid label, .dh-create-modal label { display: grid; gap: 5px; color: var(--dh-muted); font-size: 11px; }
.dh-summary-inline { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 18px; align-items: stretch; }
.dh-summary-metrics { display: grid; grid-template-columns: repeat(4,minmax(120px,1fr)); gap: 9px; }
.dh-summary-metrics > div { display: grid; gap: 5px; padding: 11px 12px; border-radius: 10px; background: #f7f9fc; }
.dh-summary-metrics span { color: var(--dh-muted); font-size: 10px; }
.dh-summary-metrics strong { font-size: 13px; }
.dh-summary-action { display: grid; align-content: start; gap: 7px; }
.dh-summary-action .btn { width: 100%; }
.dh-summary-action p { margin: 0; color: var(--dh-muted); font-size: 10px; line-height: 1.5; }
.dh-record-list { display: grid; gap: 9px; }
.dh-record-toolbar { display: flex; align-items: center; gap: 8px; }
.dh-record { display: grid; grid-template-columns: minmax(180px,1fr) auto auto auto; align-items: center; gap: 12px; padding: 12px; border: 1px solid var(--dh-line); border-radius: 12px; background: #fbfcfe; }
.dh-record-main { min-width: 0; }
.dh-record-main strong, .dh-record-main span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dh-record-main strong { font-size: 12px; }
.dh-record-main span, .dh-record-meta { margin-top: 3px; color: var(--dh-muted); font-size: 10px; }
.dh-record-meta { display: grid; gap: 2px; white-space: nowrap; }
.dh-record-status { padding: 4px 8px; border-radius: 999px; font-size: 10px; font-weight: 700; white-space: nowrap; }
.dh-record-status.is-running { background: #fff7ed; color: #c2410c; }
.dh-record-status.is-success { background: #ecfdf5; color: #047857; }
.dh-record-status.is-failed { background: #fef2f2; color: #b91c1c; }
.dh-record-actions { display: flex; gap: 6px; }
.dh-record-actions:empty { display: none; }
.dh-record-delete { border-color: #fecaca; background: #fff; color: #b91c1c; }
.dh-record-delete:hover:not(:disabled) { border-color: #fca5a5; background: #fef2f2; }
.dh-record-delete:disabled { opacity: .45; cursor: not-allowed; }
.dh-record-error, .dh-record-saved { grid-column: 1 / -1; margin: -4px 0 0; font-size: 10px; }
.dh-record-error { color: #b91c1c; }
.dh-record-saved { color: #047857; }
.dh-avatar-placeholder { position: relative; width: 96px; height: 150px; opacity: .46; }
.dh-avatar-placeholder i { position: absolute; top: 4px; left: 29px; width: 40px; height: 40px; border-radius: 50%; background: #91a0b5; }
.dh-avatar-placeholder b { position: absolute; bottom: 0; left: 8px; width: 82px; height: 102px; border-radius: 44px 44px 16px 16px; background: #91a0b5; }
.dh-create-modal { width: min(660px, calc(100vw - 30px)); max-height: calc(100vh - 30px); overflow: auto; }
#dh-create-modal { z-index: 60; }
.dh-create-modal > label { margin: 12px 0; }
.dh-create-grid { display: grid; grid-template-columns: 1fr 180px; gap: 10px; }
.dh-create-modal .modal-foot { display: flex; justify-content: flex-end; gap: 8px; margin-top: 14px; }
.dh-create-image-preview { display: flex; align-items: center; gap: 12px; margin: 10px 0 12px; padding: 10px; border: 1px solid var(--dh-line); border-radius: 11px; background: #f8fafc; }
.dh-create-image-preview.hidden { display: none; }
.dh-create-image-preview img { width: 72px; height: 128px; object-fit: cover; border-radius: 8px; background: #e8edf5; }
.dh-create-image-preview strong, .dh-create-image-preview span, .dh-create-image-preview small { display: block; }
.dh-create-image-preview strong { color: var(--dh-dark); font-size: 12px; }
.dh-create-image-preview span { margin-top: 5px; color: #475569; font-size: 11px; }
.dh-create-image-preview small { margin-top: 4px; color: var(--dh-muted); font-size: 10px; }
.dh-create-quota { margin: 10px 0 2px; padding: 9px 11px; border-radius: 9px; background: #f2f7ff; color: #315b9f; font-size: 11px; font-weight: 700; }
.dh-create-quota.is-empty { background: #fff7ed; color: #c2410c; }
.dh-purchase-modal { width: min(410px, calc(100vw - 24px)); }
.dh-purchase-modal .modal-head { padding: 15px 16px 11px; }
.dh-purchase-modal .modal-head h2 { margin-bottom: 2px; font-size: 18px; }
.dh-purchase-modal .modal-head p { margin: 0; font-size: 11px; }
.dh-purchase-body { display: grid; gap: 9px; padding: 13px 16px 15px; }
.dh-purchase-types { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; padding: 4px; border-radius: 10px; background: #eef2f7; }
.dh-purchase-types button { padding: 8px 10px; border: 0; border-radius: 8px; background: transparent; color: #64748b; font-size: 12px; font-weight: 700; cursor: pointer; }
.dh-purchase-types button.is-active { background: #fff; color: #2563eb; box-shadow: 0 1px 4px rgba(30,48,80,.12); }
.dh-purchase-body label { display: grid; gap: 7px; color: var(--dh-muted); font-size: 12px; font-weight: 700; }
.dh-purchase-body input { width: 100%; border: 1px solid var(--dh-line); border-radius: 9px; padding: 10px 12px; font: inherit; }
.dh-purchase-total { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; border-radius: 9px; background: #f2f7ff; }
.dh-purchase-total strong { color: #2563eb; font-size: 18px; }
.dh-purchase-qr { width: 220px; height: 220px; margin: 0 auto; border: 1px solid var(--dh-line); border-radius: 10px; }
.dh-purchase-qr.hidden { display: none; }
.dh-purchase-body .modal-foot { display: flex; justify-content: flex-end; gap: 7px; margin-top: 2px; }
.dh-confirm-modal { width: min(430px, calc(100vw - 24px)); }
.dh-confirm-modal .modal-head { padding: 16px 18px 12px; }
.dh-confirm-modal .modal-head h2 { margin: 0 0 3px; font-size: 18px; }
.dh-confirm-modal .modal-head p { margin: 0; font-size: 11px; }
.dh-confirm-body { display: grid; gap: 12px; padding: 4px 18px 17px; }
.dh-confirm-details { display: grid; gap: 7px; padding: 12px; border: 1px solid var(--dh-line); border-radius: 11px; background: #f8fafc; }
.dh-confirm-details > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #64748b; font-size: 12px; }
.dh-confirm-details strong { color: var(--dh-dark); font-size: 13px; }
.dh-confirm-note { margin: 0; color: #64748b; font-size: 11px; line-height: 1.65; }
.dh-confirm-body .modal-foot { display: flex; justify-content: flex-end; gap: 7px; }
@media (max-width: 1180px) { .dh-task-body { grid-template-columns: 130px minmax(0,1fr); } .dh-summary-inline { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .dh-record { grid-template-columns: minmax(0,1fr) auto; } .dh-record-meta, .dh-record-actions { grid-column: 1 / -1; } .dh-voices-list { grid-template-columns: 1fr; } }
