.confirmation-dialog-backdrop{z-index:1000;background:rgba(var(--schdk-shadow-rgb), .72);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);position:fixed;inset:0}.confirmation-dialog-viewport{z-index:1001;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.confirmation-dialog-popup{border:1px solid var(--schdk-border-strong);background:var(--schdk-surface-raised);width:min(430px,100%);box-shadow:0 8px 24px rgba(var(--schdk-shadow-rgb), .16);color:var(--schdk-text);border-radius:10px;padding:24px}.confirmation-dialog-title{margin:0;font-size:1.15rem}.confirmation-dialog-message{color:var(--schdk-muted);margin:12px 0 24px;line-height:1.5}.confirmation-dialog-actions{justify-content:flex-end;gap:8px;display:flex}@media (width<=420px){.confirmation-dialog-actions{flex-direction:column-reverse;align-items:stretch}}.text-area-field{position:relative}.text-area-field .ui-textarea{padding-bottom:30px}.text-area-field-label{z-index:1;max-width:calc(100% - 22px);color:var(--schdk-muted);pointer-events:none;text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;font-weight:600;line-height:1;position:absolute;bottom:9px;right:11px;overflow:hidden}
