/*! dfComponents 0.4.5 | (c) 2026 TOCLOCO Inc. All rights reserved. */
.dfc{--dfc-font: inherit;--dfc-font-size: 13px;--dfc-font-size-sm: 11px;--dfc-radius: 8px;--dfc-radius-sm: 6px;--dfc-gap: 8px;--dfc-surface: #ffffff;--dfc-surface-raised: #f1f5f9;--dfc-surface-sunken: #e2e8f0;--dfc-fg: #1f2937;--dfc-fg-muted: #6b7280;--dfc-fg-on-accent: #ffffff;--dfc-border: #e2e8f0;--dfc-border-strong: #cbd5e1;--dfc-accent: #3041b0;--dfc-accent-soft: rgba(48, 65, 176, .12);--dfc-success: #16a34a;--dfc-success-soft: rgba(22, 163, 74, .15);--dfc-warning: #f59e0b;--dfc-warning-soft: rgba(245, 158, 11, .18);--dfc-danger: #dc2626;--dfc-danger-soft: rgba(220, 38, 38, .15);--dfc-info: #2563eb;--dfc-info-soft: rgba(37, 99, 235, .15);--dfc-focus: 0 0 0 3px rgba(48, 65, 176, .35);--dfc-shadow: 0 1px 2px rgba(15, 23, 42, .08);--dfc-transition: .12s ease;font-family:var(--dfc-font);font-size:var(--dfc-font-size);color:var(--dfc-fg);box-sizing:border-box}.dfc *,.dfc *:before,.dfc *:after{box-sizing:inherit}[data-theme=dark] .dfc,.dfc[data-theme=dark]{--dfc-dark: 1}@media (prefers-color-scheme: dark){:root:not([data-theme=light]) .dfc:not([data-theme=light]){--dfc-dark: 1}}[data-theme=dark] .dfc,.dfc[data-theme=dark],:root:not([data-theme=light]) .dfc:not([data-theme=light]).dfc-auto-dark{--dfc-surface: #0f172a;--dfc-surface-raised: #1e293b;--dfc-surface-sunken: #0b1220;--dfc-fg: #e5e7eb;--dfc-fg-muted: #94a3b8;--dfc-border: #334155;--dfc-border-strong: #475569;--dfc-accent: #7c8cf8;--dfc-accent-soft: rgba(124, 140, 248, .2);--dfc-success: #4ade80;--dfc-success-soft: rgba(74, 222, 128, .18);--dfc-warning: #fbbf24;--dfc-warning-soft: rgba(251, 191, 36, .2);--dfc-danger: #f87171;--dfc-danger-soft: rgba(248, 113, 113, .18);--dfc-info: #60a5fa;--dfc-info-soft: rgba(96, 165, 250, .18);--dfc-focus: 0 0 0 3px rgba(124, 140, 248, .45);--dfc-shadow: 0 1px 2px rgba(0, 0, 0, .5)}@media (prefers-color-scheme: dark){:root:not([data-theme=light]) .dfc:not([data-theme=light]){--dfc-surface: #0f172a;--dfc-surface-raised: #1e293b;--dfc-surface-sunken: #0b1220;--dfc-fg: #e5e7eb;--dfc-fg-muted: #94a3b8;--dfc-border: #334155;--dfc-border-strong: #475569;--dfc-accent: #7c8cf8;--dfc-accent-soft: rgba(124, 140, 248, .2);--dfc-success: #4ade80;--dfc-success-soft: rgba(74, 222, 128, .18);--dfc-warning: #fbbf24;--dfc-warning-soft: rgba(251, 191, 36, .2);--dfc-danger: #f87171;--dfc-danger-soft: rgba(248, 113, 113, .18);--dfc-info: #60a5fa;--dfc-info-soft: rgba(96, 165, 250, .18);--dfc-focus: 0 0 0 3px rgba(124, 140, 248, .45);--dfc-shadow: 0 1px 2px rgba(0, 0, 0, .5)}}.dfc-icon{display:inline-block;width:1em;height:1em;vertical-align:-.15em;line-height:1;flex:0 0 auto}.dfc-icon svg{width:100%;height:100%;display:block}.dfc-icon-mask{background-color:currentColor;-webkit-mask:var(--dfc-icon-url) center / contain no-repeat;mask:var(--dfc-icon-url) center / contain no-repeat}.dfc-icon-font i{font-size:.95em;line-height:1}.dfc [hidden],.dfc[hidden]{display:none!important}.dfc :focus-visible{outline:none;box-shadow:var(--dfc-focus);border-radius:var(--dfc-radius-sm)}.dfc-btn{font:inherit;color:var(--dfc-fg);background:var(--dfc-surface-raised);border:1px solid var(--dfc-border);border-radius:var(--dfc-radius-sm);padding:6px 12px;cursor:pointer}.dfc-btn:hover{border-color:var(--dfc-border-strong)}.dfc-btn-ghost{background:transparent}.dfc-rating{display:inline-flex;align-items:center;gap:var(--dfc-gap);line-height:1}.dfc-rating-track{display:inline-flex;gap:2px;cursor:pointer;border-radius:var(--dfc-radius-sm);padding:2px}.dfc-rating.is-readonly .dfc-rating-track,.dfc-rating.is-disabled .dfc-rating-track{cursor:default}.dfc-rating.is-disabled{opacity:.5}.dfc-rating-item{position:relative;display:inline-block;width:1.25em;height:1.25em;font-size:20px}.dfc-size-sm .dfc-rating-item{font-size:14px}.dfc-size-lg .dfc-rating-item{font-size:28px}.dfc-rating-icon{position:absolute;left:0;top:0;width:1.25em;height:1.25em;padding:.1em;vertical-align:0;transition:transform var(--dfc-transition)}.dfc-rating-empty{color:var(--dfc-border-strong)}.dfc-rating-fill{position:absolute;left:0;top:0;height:100%;width:0;overflow:hidden;color:var(--dfc-warning);white-space:nowrap}.dfc-rating-track:not(.is-readonly) .dfc-rating-item:hover .dfc-rating-icon{transform:scale(1.12)}.dfc-rating-value{color:var(--dfc-fg-muted);font-size:var(--dfc-font-size-sm)}.dfc-stepper-list{list-style:none;margin:0;padding:0;display:flex;align-items:flex-start}.dfc-vertical .dfc-stepper-list{flex-direction:column;align-items:stretch}.dfc-stepper-item{position:relative;flex:1 1 0;min-width:0;display:flex}.dfc-vertical .dfc-stepper-item{flex:0 0 auto}.dfc-stepper-step{font:inherit;color:var(--dfc-fg-muted);background:transparent;border:0;padding:4px;width:100%;display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;border-radius:var(--dfc-radius-sm);text-align:center}.dfc-vertical .dfc-stepper-step{flex-direction:row;text-align:left;align-items:flex-start;padding:8px 4px}.dfc-stepper-item.is-locked .dfc-stepper-step{cursor:not-allowed;opacity:.6}.dfc-stepper-marker{flex:0 0 auto;width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:600;background:var(--dfc-surface-raised);border:2px solid var(--dfc-border-strong);color:var(--dfc-fg-muted);transition:background var(--dfc-transition),border-color var(--dfc-transition),color var(--dfc-transition)}.dfc-stepper-item.is-active .dfc-stepper-marker{background:var(--dfc-accent);border-color:var(--dfc-accent);color:var(--dfc-fg-on-accent);box-shadow:0 0 0 4px var(--dfc-accent-soft)}.dfc-stepper-item.is-complete .dfc-stepper-marker{background:var(--dfc-success);border-color:var(--dfc-success);color:var(--dfc-fg-on-accent)}.dfc-stepper-item.is-error .dfc-stepper-marker{background:var(--dfc-danger);border-color:var(--dfc-danger);color:var(--dfc-fg-on-accent)}.dfc-stepper-item.is-active .dfc-stepper-title{color:var(--dfc-fg);font-weight:600}.dfc-stepper-label{display:flex;flex-direction:column;gap:2px;min-width:0}.dfc-stepper-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dfc-stepper-desc,.dfc-stepper-optional{font-size:var(--dfc-font-size-sm);color:var(--dfc-fg-muted)}.no-labels .dfc-stepper-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.dfc-horizontal .dfc-stepper-item:not(:last-child):after{content:"";position:absolute;top:20px;left:calc(50% + 20px);right:calc(-50% + 20px);height:2px;background:var(--dfc-border-strong)}.dfc-horizontal .dfc-stepper-item.is-complete:not(:last-child):after{background:var(--dfc-success)}.dfc-vertical .dfc-stepper-item:not(:last-child):after{content:"";position:absolute;left:19px;top:44px;bottom:-8px;width:2px;background:var(--dfc-border-strong)}.dfc-vertical .dfc-stepper-item.is-complete:not(:last-child):after{background:var(--dfc-success)}@media (max-width: 640px){.dfc-horizontal .dfc-stepper-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}}.dfc-stagebar{display:block;overflow-x:auto;scrollbar-width:thin}.dfc-stagebar-list{list-style:none;margin:0;padding:0;display:flex;align-items:stretch;--dfc-chevron: 16px}.dfc-size-sm .dfc-stagebar-list{--dfc-chevron: 10px}.dfc-stagebar-item{flex:1 1 0;min-width:0;margin-left:-1px}.dfc-stagebar-stage .dfc-icon,.dfc-stepper-marker .dfc-icon{font-size:1.05em}.dfc-timeline-dot .dfc-icon{font-size:9px}.dfc-stagebar-stage{font:inherit;border:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px calc(var(--dfc-chevron) + 8px);color:var(--dfc-fg-muted);background:var(--dfc-surface-raised);white-space:nowrap;overflow:hidden;clip-path:polygon(0 0,calc(100% - var(--dfc-chevron)) 0,100% 50%,calc(100% - var(--dfc-chevron)) 100%,0 100%,var(--dfc-chevron) 50%);transition:background var(--dfc-transition),color var(--dfc-transition)}.dfc-size-sm .dfc-stagebar-stage{padding:5px calc(var(--dfc-chevron) + 6px);font-size:var(--dfc-font-size-sm)}.dfc-stagebar-item.is-first .dfc-stagebar-stage{clip-path:polygon(0 0,calc(100% - var(--dfc-chevron)) 0,100% 50%,calc(100% - var(--dfc-chevron)) 100%,0 100%);border-top-left-radius:999px;border-bottom-left-radius:999px;padding-left:16px}.dfc-stagebar-item.is-last .dfc-stagebar-stage{clip-path:polygon(0 0,100% 0,100% 100%,0 100%,var(--dfc-chevron) 50%);border-top-right-radius:999px;border-bottom-right-radius:999px;padding-right:16px}.dfc-stagebar-item.is-first.is-last .dfc-stagebar-stage{clip-path:none;border-radius:999px}.dfc-stagebar-item.is-complete .dfc-stagebar-stage{background:var(--dfc-success);color:var(--dfc-fg-on-accent)}.dfc-stagebar-item.is-current .dfc-stagebar-stage{background:var(--dfc-accent);color:var(--dfc-fg-on-accent);font-weight:600}.dfc-stagebar-label{overflow:hidden;text-overflow:ellipsis}.is-clickable .dfc-stagebar-stage{cursor:pointer}.is-clickable .dfc-stagebar-item.is-upcoming .dfc-stagebar-stage:hover{background:var(--dfc-surface-sunken);color:var(--dfc-fg)}.dfc-timeline-list{list-style:none;margin:0;padding:0;position:relative;--dfc-tl-gutter: 64px}.dfc-timeline-list:before{content:"";position:absolute;top:0;bottom:0;left:calc(var(--dfc-tl-gutter) + 7px);width:2px;background:var(--dfc-border)}.dfc-timeline-day{position:relative;padding:12px 0 6px calc(var(--dfc-tl-gutter) + 24px);font-size:var(--dfc-font-size-sm);font-weight:600;color:var(--dfc-fg-muted);text-transform:uppercase;letter-spacing:.04em}.dfc-timeline-day span{background:var(--dfc-surface);padding-right:6px}.dfc-timeline-item{position:relative;display:grid;grid-template-columns:var(--dfc-tl-gutter) 16px 1fr;column-gap:8px;align-items:start;padding:6px 0 14px;border-radius:var(--dfc-radius-sm)}.is-dense .dfc-timeline-item{padding:3px 0 8px}.dfc-timeline-item[tabindex]{cursor:pointer}.dfc-timeline-item[tabindex]:hover{background:var(--dfc-surface-raised)}.dfc-timeline-when{text-align:right;color:var(--dfc-fg-muted);font-size:var(--dfc-font-size-sm);padding-top:2px;display:flex;flex-direction:column}.dfc-timeline-dot{width:16px;height:16px;border-radius:50%;background:var(--dfc-surface);border:2px solid var(--dfc-border-strong);display:inline-flex;align-items:center;justify-content:center;color:var(--dfc-fg-muted);margin-top:1px}.dfc-timeline-item.is-success .dfc-timeline-dot{border-color:var(--dfc-success);background:var(--dfc-success-soft);color:var(--dfc-success)}.dfc-timeline-item.is-warning .dfc-timeline-dot{border-color:var(--dfc-warning);background:var(--dfc-warning-soft);color:var(--dfc-warning)}.dfc-timeline-item.is-danger .dfc-timeline-dot{border-color:var(--dfc-danger);background:var(--dfc-danger-soft);color:var(--dfc-danger)}.dfc-timeline-item.is-info .dfc-timeline-dot{border-color:var(--dfc-info);background:var(--dfc-info-soft);color:var(--dfc-info)}.dfc-timeline-item.is-new{animation:dfc-fade-in .3s ease}.dfc-timeline-body{min-width:0}.dfc-timeline-title{font-weight:600}.dfc-timeline-text{color:var(--dfc-fg);line-height:1.45}.dfc-timeline-empty,.dfc-timeline-more{color:var(--dfc-fg-muted);padding:8px 0 8px calc(var(--dfc-tl-gutter) + 24px)}@keyframes dfc-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.dfc-chat{display:flex;flex-direction:column;height:100%;min-height:240px;background:var(--dfc-surface);border:1px solid var(--dfc-border);border-radius:var(--dfc-radius);overflow:hidden}.dfc-chat-header{padding:10px 14px;border-bottom:1px solid var(--dfc-border);font-weight:600;background:var(--dfc-surface-raised)}.dfc-chat-messages{flex:1 1 auto;overflow-y:auto;padding:12px 14px;display:flex;flex-direction:column;gap:6px;scroll-behavior:smooth}.dfc-chat-empty{margin:auto;color:var(--dfc-fg-muted)}.dfc-chat-day{display:flex;align-items:center;gap:10px;margin:8px 0 4px;font-size:var(--dfc-font-size-sm);color:var(--dfc-fg-muted);text-transform:uppercase;letter-spacing:.04em}.dfc-chat-day:before,.dfc-chat-day:after{content:"";flex:1;height:1px;background:var(--dfc-border)}.dfc-chat-message{display:flex;align-items:flex-end;gap:8px;max-width:78%}.dfc-chat-message.is-mine{align-self:flex-end;flex-direction:row-reverse}.dfc-chat-message.is-theirs{align-self:flex-start}.dfc-chat-message.is-continued{margin-top:-2px}.dfc-chat-message.is-continued .dfc-chat-avatar{visibility:hidden}.dfc-chat-avatar{flex:0 0 auto;width:28px;height:28px;border-radius:50%;background:var(--dfc-accent-soft);color:var(--dfc-accent);font-size:var(--dfc-font-size-sm);font-weight:600;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.dfc-chat-avatar img{width:100%;height:100%;object-fit:cover}.dfc-chat-bubble{padding:8px 12px;border-radius:14px;background:var(--dfc-surface-raised);color:var(--dfc-fg);box-shadow:var(--dfc-shadow);min-width:0}.dfc-chat-message.is-theirs .dfc-chat-bubble{border-bottom-left-radius:4px}.dfc-chat-message.is-mine .dfc-chat-bubble{background:var(--dfc-accent);color:var(--dfc-fg-on-accent);border-bottom-right-radius:4px}.dfc-chat-message.is-pending .dfc-chat-bubble{opacity:.7}.dfc-chat-message.is-failed .dfc-chat-bubble{outline:1px solid var(--dfc-danger)}.dfc-chat-author{font-size:var(--dfc-font-size-sm);font-weight:600;color:var(--dfc-fg-muted);margin-bottom:2px}.dfc-chat-text{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.45}.dfc-chat-attachments{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.dfc-chat-attachment{font:inherit;font-size:var(--dfc-font-size-sm);display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:999px;border:1px solid var(--dfc-border-strong);background:var(--dfc-surface);color:var(--dfc-fg);cursor:pointer}.dfc-chat-message.is-mine .dfc-chat-attachment{background:#ffffff26;border-color:#fff6;color:var(--dfc-fg-on-accent)}.dfc-chat-meta{display:flex;align-items:center;gap:4px;justify-content:flex-end;margin-top:3px;font-size:var(--dfc-font-size-sm);opacity:.75}.dfc-chat-typing{padding:2px 14px 6px;font-size:var(--dfc-font-size-sm);color:var(--dfc-fg-muted);font-style:italic}.dfc-chat-composer{display:flex;align-items:flex-end;gap:8px;padding:10px 12px;border-top:1px solid var(--dfc-border);background:var(--dfc-surface-raised)}.dfc-chat-input{flex:1 1 auto;font:inherit;color:var(--dfc-fg);background:var(--dfc-surface);border:1px solid var(--dfc-border-strong);border-radius:var(--dfc-radius);padding:8px 10px;resize:none;max-height:160px;line-height:1.4}.dfc-chat-input::placeholder{color:var(--dfc-fg-muted)}.dfc-chat-send{flex:0 0 auto;width:36px;height:36px;border-radius:50%;border:0;background:var(--dfc-accent);color:var(--dfc-fg-on-accent);font-size:16px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.dfc-chat-send:disabled{opacity:.5;cursor:not-allowed}.dfc-chat.is-disabled .dfc-chat-composer{opacity:.6}.dfc-uploader-input{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden;pointer-events:none}.dfc-uploader{position:relative}.dfc-uploader-zone{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.has-dropzone .dfc-uploader-zone{justify-content:center;padding:22px 16px;border:2px dashed var(--dfc-border-strong);border-radius:var(--dfc-radius);background:var(--dfc-surface-raised);transition:border-color var(--dfc-transition),background var(--dfc-transition)}.has-dropzone .dfc-uploader-zone.is-dragover{border-color:var(--dfc-accent);background:var(--dfc-accent-soft)}.dfc-uploader-droptext{color:var(--dfc-fg-muted)}.dfc-uploader-button{display:inline-flex;align-items:center;gap:8px}.dfc-uploader-hint{flex-basis:100%;text-align:center;font-size:var(--dfc-font-size-sm);color:var(--dfc-fg-muted)}.dfc-uploader:not(.has-dropzone) .dfc-uploader-hint{flex-basis:auto;text-align:left}.dfc-uploader.is-disabled .dfc-uploader-zone{opacity:.6}.dfc-uploader-list{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}.dfc-uploader-item{display:grid;grid-template-columns:auto 1fr auto auto auto;align-items:center;gap:10px;padding:8px 10px;border:1px solid var(--dfc-border);border-radius:var(--dfc-radius-sm);background:var(--dfc-surface)}.dfc-uploader-item.is-uploading{grid-template-columns:auto 1fr auto 120px auto}.dfc-uploader-item.is-error{border-color:var(--dfc-danger)}.dfc-uploader-fileicon{color:var(--dfc-fg-muted);font-size:16px}.dfc-uploader-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dfc-uploader-size,.dfc-uploader-message{font-size:var(--dfc-font-size-sm);color:var(--dfc-fg-muted)}.dfc-uploader-message{grid-column:2 / -2}.dfc-uploader-progress{display:block;height:6px;border-radius:3px;background:var(--dfc-surface-sunken);overflow:hidden}.dfc-uploader-bar{display:block;height:100%;background:var(--dfc-accent);transition:width var(--dfc-transition)}.dfc-uploader-state{font-size:14px}.is-done .dfc-uploader-state{color:var(--dfc-success)}.is-error .dfc-uploader-state{color:var(--dfc-danger)}.dfc-uploader-remove{font:inherit;border:0;background:transparent;color:var(--dfc-fg-muted);cursor:pointer;padding:2px;border-radius:50%;display:inline-flex}.dfc-uploader-remove:hover{color:var(--dfc-danger);background:var(--dfc-danger-soft)}.dfc-dictation{display:inline-flex;align-items:center;gap:10px}.dfc-dictation-button{position:relative;font:inherit;border:0;width:36px;height:36px;border-radius:50%;background:var(--dfc-accent);color:var(--dfc-fg-on-accent);display:inline-flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer}.dfc-size-sm .dfc-dictation-button{width:28px;height:28px;font-size:13px}.dfc-size-lg .dfc-dictation-button{width:48px;height:48px;font-size:22px}.dfc-dictation-button:disabled{opacity:.5;cursor:not-allowed}.dfc-dictation.is-listening .dfc-dictation-button{background:var(--dfc-danger)}.dfc-dictation-pulse{position:absolute;inset:0;border-radius:50%;pointer-events:none}.dfc-dictation.is-listening .dfc-dictation-pulse{animation:dfc-pulse 1.4s ease-out infinite;box-shadow:0 0 0 0 var(--dfc-danger)}@keyframes dfc-pulse{0%{box-shadow:0 0 0 0 var(--dfc-danger-soft)}70%{box-shadow:0 0 0 12px #0000}to{box-shadow:0 0 #0000}}.dfc-dictation-label{color:var(--dfc-fg-muted)}.dfc-dictation-transcript{min-width:240px;min-height:1.6em;padding:6px 10px;border:1px solid var(--dfc-border);border-radius:var(--dfc-radius-sm);background:var(--dfc-surface)}.dfc-dictation-interim,.dfc-dictation-placeholder{color:var(--dfc-fg-muted);font-style:italic}.dfc-richtext{position:relative;border:1px solid var(--dfc-border-strong);border-radius:var(--dfc-radius);background:var(--dfc-surface);display:flex;flex-direction:column}.dfc-richtext:focus-within{box-shadow:var(--dfc-focus)}.dfc-richtext-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:2px;padding:6px 8px;border-bottom:1px solid var(--dfc-border);background:var(--dfc-surface-raised);border-radius:var(--dfc-radius) var(--dfc-radius) 0 0}.dfc-richtext-btn{font:inherit;width:30px;height:30px;border:0;border-radius:var(--dfc-radius-sm);background:transparent;color:var(--dfc-fg);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px}.dfc-richtext-btn:hover{background:var(--dfc-surface-sunken)}.dfc-richtext-btn.is-active{background:var(--dfc-accent-soft);color:var(--dfc-accent)}.dfc-richtext-btn:disabled{opacity:.4;cursor:not-allowed}.dfc-richtext-btntext{font-size:12px;font-weight:700;letter-spacing:.02em}.dfc-richtext-select{font:inherit;font-size:var(--dfc-font-size);height:30px;border:1px solid var(--dfc-border-strong);border-radius:var(--dfc-radius-sm);background:var(--dfc-surface);color:var(--dfc-fg);padding:0 6px;margin:0 4px}.dfc-richtext-sep{width:1px;height:20px;background:var(--dfc-border-strong);margin:0 6px}.dfc-richtext-editor{flex:1 1 auto;padding:12px 14px;outline:none;overflow-y:auto;line-height:1.5;color:var(--dfc-fg)}.dfc-richtext-editor:empty:before,.dfc-richtext-editor:not(:focus):has(>p:only-child>br:only-child):before{content:attr(data-placeholder);color:var(--dfc-fg-muted);pointer-events:none;position:absolute}.dfc-richtext-editor p,.dfc-richtext-editor h1,.dfc-richtext-editor h2,.dfc-richtext-editor h3,.dfc-richtext-editor blockquote{margin:0 0 .6em}.dfc-richtext-editor h1{font-size:1.6em}.dfc-richtext-editor h2{font-size:1.35em}.dfc-richtext-editor h3{font-size:1.15em}.dfc-richtext-editor blockquote{border-left:3px solid var(--dfc-border-strong);padding-left:12px;color:var(--dfc-fg-muted)}.dfc-richtext-editor ul,.dfc-richtext-editor ol{padding-left:1.6em;margin:0 0 .6em}.dfc-richtext-editor a{color:var(--dfc-accent)}.dfc-richtext-editor img{max-width:100%;height:auto;border-radius:var(--dfc-radius-sm)}.dfc-richtext-editor pre{background:var(--dfc-surface-raised);padding:8px 10px;border-radius:var(--dfc-radius-sm);overflow-x:auto}.dfc-richtext-editor table{border-collapse:collapse}.dfc-richtext-editor td,.dfc-richtext-editor th{border:1px solid var(--dfc-border);padding:4px 8px}.dfc-richtext-source{flex:1 1 auto;font:12px/1.5 ui-monospace,Menlo,Consolas,monospace;color:var(--dfc-fg);background:var(--dfc-surface-sunken);border:0;padding:12px 14px;min-height:160px;resize:vertical;outline:none}.dfc-richtext-file{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.dfc-richtext-popover{position:absolute;top:44px;z-index:5;background:var(--dfc-surface);border:1px solid var(--dfc-border-strong);border-radius:var(--dfc-radius);box-shadow:0 6px 20px #0f172a26;padding:10px;display:flex;flex-direction:column;gap:8px}.dfc-richtext-swatches{display:grid;grid-template-columns:repeat(5,24px);gap:6px}.dfc-richtext-swatch{width:24px;height:24px;border-radius:50%;border:1px solid var(--dfc-border-strong);cursor:pointer}.dfc-richtext-popover-row{display:flex;gap:6px;align-items:center}.dfc-richtext-linkinput{font:inherit;padding:6px 8px;border:1px solid var(--dfc-border-strong);border-radius:var(--dfc-radius-sm);background:var(--dfc-surface);color:var(--dfc-fg);min-width:260px}.dfc-richtext-linkinput.is-invalid{border-color:var(--dfc-danger)}.dfc-richtext-colorinput{width:32px;height:28px;border:1px solid var(--dfc-border-strong);border-radius:var(--dfc-radius-sm);background:transparent;padding:0}.dfc-richtext.is-readonly .dfc-richtext-toolbar,.dfc-richtext.is-disabled .dfc-richtext-toolbar{display:none}.dfc-richtext.is-disabled{opacity:.6}.dfc-document{background:var(--dfc-surface-sunken)}.dfc-document .dfc-richtext-toolbar{position:sticky;top:0;z-index:3}.dfc-document-body{display:flex;flex:1 1 auto;min-height:0}.dfc-document-canvas{flex:1 1 auto;min-width:0;overflow:auto;padding:24px;display:flex;justify-content:center;align-items:flex-start}.dfc-document-review{flex:0 0 300px;width:300px;overflow:auto;border-left:1px solid var(--dfc-border);background:var(--dfc-surface);font-size:var(--dfc-font-size-sm);color:var(--dfc-fg)}.dfc-review-section{padding:10px 12px;border-bottom:1px solid var(--dfc-border)}.dfc-review-title{margin:0 0 8px;font-size:var(--dfc-font-size);display:flex;justify-content:space-between;align-items:center;gap:8px}.dfc-review-tracking{font-size:var(--dfc-font-size-sm);color:var(--dfc-fg-muted);font-weight:400}.dfc-review-tracking.is-on{color:var(--dfc-accent);font-weight:600}.dfc-review-empty{margin:0;color:var(--dfc-fg-muted)}.dfc-review-card{border:1px solid var(--dfc-border);border-radius:var(--dfc-radius-sm);padding:8px 10px;margin:0 0 8px;background:var(--dfc-surface-raised);cursor:pointer}.dfc-review-card.is-active{border-color:var(--dfc-accent);box-shadow:0 0 0 2px var(--dfc-accent-soft)}.dfc-review-card.is-resolved{opacity:.65}.dfc-review-meta{display:flex;gap:6px;align-items:baseline;flex-wrap:wrap;color:var(--dfc-fg-muted);margin-bottom:4px}.dfc-review-meta b{color:var(--dfc-fg)}.dfc-review-text{white-space:pre-wrap;word-break:break-word}.dfc-review-note{color:var(--dfc-fg-muted);font-style:italic;margin-top:4px}.dfc-review-reply{border-left:2px solid var(--dfc-border-strong);padding-left:8px;margin-top:8px}.dfc-review-input{display:block;width:100%;box-sizing:border-box;margin-top:8px;font:inherit;padding:6px 8px;border:1px solid var(--dfc-border-strong);border-radius:var(--dfc-radius-sm);background:var(--dfc-surface);color:var(--dfc-fg);resize:vertical}.dfc-review-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.dfc-btn-sm{padding:3px 8px;font-size:var(--dfc-font-size-sm)}.dfc-review-badge{font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:1px 6px;border-radius:999px}.dfc-review-badge.is-insert{background:#dcfce7;color:#166534}.dfc-review-badge.is-delete{background:#fee2e2;color:#991b1b}.dfc-document .dfc-richtext-editor span.dfc-comment{background:#fff3bf;border-bottom:2px solid #f0c000;cursor:pointer}.dfc-document .dfc-richtext-editor span.dfc-comment.is-active{background:#ffe08a}.dfc-document .dfc-richtext-editor span.dfc-comment.is-resolved{background:transparent;border-bottom:1px dotted #b8a000}.dfc-document .dfc-richtext-editor ins.dfc-ins{color:#15803d;text-decoration:underline;background:#22c55e14}.dfc-document .dfc-richtext-editor del.dfc-del{color:#b91c1c;text-decoration:line-through;background:#ef444414}.dfc-document .dfc-richtext-editor .is-flash{outline:2px solid var(--dfc-accent);outline-offset:1px}.dfc-document-page{position:relative;background:#fff;color:#1f2937;box-shadow:0 2px 12px #0f172a2e;box-sizing:border-box;transform-origin:top center;flex:0 0 auto}[data-theme=dark] .dfc-document-page{background:#f8fafc}.dfc-document .dfc-richtext-editor{padding:0;overflow:visible;color:inherit;font-family:Calibri,Segoe UI,Arial,sans-serif;font-size:11pt;line-height:1.5}.dfc-document .dfc-richtext-editor h1{font-size:18pt}.dfc-document .dfc-richtext-editor h2{font-size:15pt}.dfc-document .dfc-richtext-editor h3{font-size:13pt}.dfc-document .dfc-richtext-editor table{width:100%;margin:0 0 8pt}.dfc-document .dfc-richtext-editor td,.dfc-document .dfc-richtext-editor th{border:1px solid #999;padding:4pt 6pt;vertical-align:top;min-width:40px}.dfc-document .dfc-richtext-editor th{background:#eef1f4;text-align:left}.dfc-document .dfc-richtext-editor hr.dfc-page-break{border:0;border-top:2px dashed #94a3b8;margin:14pt 0;position:relative}.dfc-document .dfc-richtext-editor hr.dfc-page-break:after{content:"Page break";position:absolute;top:-9px;left:50%;transform:translate(-50%);background:#fff;color:#94a3b8;font-size:10px;padding:0 6px}.dfc-document .dfc-richtext-editor .dfc-toc{border:1px dashed #cbd5e1;padding:8pt 10pt;margin:0 0 10pt;background:#f8fafc}.dfc-document .dfc-richtext-editor .dfc-toc ol{list-style:none;padding-left:0;margin:0}.dfc-document .dfc-richtext-editor .dfc-toc .dfc-toc-l2{padding-left:16pt}.dfc-document .dfc-richtext-editor .dfc-toc .dfc-toc-l3{padding-left:32pt}.dfc-document .dfc-richtext-editor .dfc-toc a{color:inherit;text-decoration:none}.dfc-document .dfc-richtext-source{position:absolute;inset:0;min-height:100%}.dfc-document-header,.dfc-document-footer{position:absolute;font-size:9pt;color:#6b7280;pointer-events:none}.dfc-document-header{top:6mm}.dfc-document-footer{bottom:6mm}.dfc-document-header p,.dfc-document-footer p{margin:0}.dfc-document-status{font-size:var(--dfc-font-size-sm);color:var(--dfc-fg-muted);padding:6px 12px;border-top:1px solid var(--dfc-border);background:var(--dfc-surface-raised)}.dfc-document-tabletools{display:flex;gap:2px;flex-basis:100%;padding-top:4px}.dfc-document-tabletools .dfc-btn{padding:3px 8px;font-size:var(--dfc-font-size-sm)}.dfc-document-findcount{font-size:var(--dfc-font-size-sm);color:var(--dfc-fg-muted)}mark.dfc-find{background:#fde68a;color:inherit}mark.dfc-find.is-current{background:#f59e0b}.dfc-diagram{position:relative;overflow:hidden;width:100%;height:100%;min-height:200px;background:var(--dfc-surface);touch-action:none;user-select:none;outline:none}.dfc-diagram-viewport{position:absolute;left:0;top:0;transform-origin:0 0}.dfc-diagram-edges{position:absolute;left:0;top:0;overflow:visible}.dfc-diagram-nodes{position:absolute;left:0;top:0}.dfc-diagram-node{position:absolute;box-sizing:border-box;cursor:pointer;font-size:12px;line-height:1.3;color:var(--dfc-fg)}.dfc-diagram-node.is-html{background:transparent}.dfc-diagram-node.is-html>*{pointer-events:none}.dfc-diagram-node.is-html a,.dfc-diagram-node.is-html button{pointer-events:auto}.dfc-diagram-node.is-diamond{background:transparent}.dfc-diagram-shape{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.dfc-diagram-node.is-selected{box-shadow:0 0 0 3px var(--dfc-accent-soft),0 0 0 1.5px var(--dfc-accent)}.dfc-diagram-label{position:absolute;white-space:nowrap;text-align:center;pointer-events:none;max-width:100%}.dfc-diagram-node.is-diamond .dfc-diagram-label,.dfc-diagram-label.is-primary{white-space:normal;max-width:92%}.dfc-diagram-label.is-editing{pointer-events:auto;user-select:text;-webkit-user-select:text;cursor:text;outline:1px solid var(--dfc-accent);background:#fff;color:#111827;padding:2px 6px;border-radius:3px;min-width:80px;white-space:pre-wrap;box-shadow:0 2px 8px #0f172a40;z-index:2}.dfc-diagram-node.is-editing-node{cursor:text}.dfc-diagram-edge path{transition:stroke-width .1s}.dfc-diagram-edge-hit{cursor:pointer}.dfc-diagram-edge-label{position:absolute;transform:translate(-50%,-50%);padding:1px 5px;border-radius:3px;white-space:nowrap;pointer-events:none;line-height:1.3;box-shadow:0 0 0 1px #ffffffe6}.dfc-diagram-edge-label.is-above{transform:translate(-50%,calc(-100% - 3px))}.dfc-diagram-edge-label.is-right{transform:translate(6px,-50%)}.dfc-diagram-label.is-primary{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.dfc-diagram-empty{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--dfc-fg-muted);pointer-events:none}.dfc-diagram-toolbar{position:absolute;right:10px;top:10px;display:flex;flex-direction:column;gap:4px;z-index:2}.dfc-diagram-tool{width:30px;height:30px;border:1px solid var(--dfc-border-strong);border-radius:var(--dfc-radius-sm);background:var(--dfc-surface);color:var(--dfc-fg);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.dfc-diagram-tool:hover{background:var(--dfc-surface-raised)}.dfc-diagram-tool svg{width:16px;height:16px}.dfc-diagram-handles{position:absolute;inset:0;pointer-events:none}.dfc-diagram-handle{position:absolute;width:22px;height:22px;border-radius:50%;border:0;background:var(--dfc-accent);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;pointer-events:auto;box-shadow:0 1px 4px #0f172a4d}.dfc-diagram-handle svg{width:13px;height:13px}.dfc-diagram-handle.is-right{right:-28px;top:50%;transform:translateY(-50%)}.dfc-diagram-handle.is-left{left:-28px;top:50%;transform:translateY(-50%)}.dfc-diagram-handle.is-bottom{bottom:-28px;left:50%;transform:translate(-50%)}.dfc-diagram-handle.is-top{top:-10px;right:-10px;width:18px;height:18px;background:var(--dfc-danger, #dc2626)}.dfc-diagram-handle.is-top svg{width:11px;height:11px}.dfc-menu{position:absolute;z-index:2147483000;min-width:200px;padding:2px 0;border:1px solid var(--dfc-border);border-radius:4px;background:var(--dfc-surface-raised);box-shadow:0 6px 16px -4px #1014183d;color:var(--dfc-fg);font-size:13px;line-height:1.4;outline:none;user-select:none;box-sizing:border-box}.dfc-menu-item{display:flex;align-items:center;gap:4px;padding:3px 6px;cursor:pointer;white-space:nowrap;outline:none}.dfc-menu-item:hover,.dfc-menu-item:focus,.dfc-menu-item.is-focused{background:var(--dfc-surface-sunken)}.dfc-menu-item[aria-disabled=true]{color:var(--dfc-fg-muted);cursor:default;opacity:.55}.dfc-menu-item[aria-disabled=true]:hover{background:transparent}.dfc-menu-item.is-danger{color:var(--dfc-danger)}.dfc-menu-icon,.dfc-menu-check{flex:none;width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.dfc-menu-icon svg,.dfc-menu-check svg{width:14px;height:14px}.dfc-menu-label{flex:1 1 auto}.dfc-menu-shortcut,.dfc-menu-arrow{flex:none;color:var(--dfc-fg-muted);font-size:11px;margin-left:12px}.dfc-menu-separator{height:1px;margin:2px 0;background:var(--dfc-border)}.dfc-menu-swatches{display:inline-flex;gap:4px;margin-left:8px}.dfc-menu-swatch{width:16px;height:16px;border-radius:3px;border:1px solid rgba(0,0,0,.15);padding:0;cursor:pointer;box-sizing:border-box}.dfc-menu-swatch:hover{transform:scale(1.15)}.dfc-menu-swatch.is-selected{box-shadow:0 0 0 2px var(--dfc-surface-raised),0 0 0 3.5px var(--dfc-accent)}
