.rt-sheet-root{--rt-sheet-panel-bg: var(--card, var(--app-surface, #ffffff));--rt-sheet-surface: var(--app-surface-2, #fffaf2);--rt-sheet-border: color-mix(in srgb, var(--app-border, rgba(28, 36, 49, .12)) 88%, transparent);--rt-sheet-line: color-mix(in srgb, var(--app-border-strong, rgba(28, 36, 49, .2)) 72%, transparent);--rt-sheet-text: var(--text, var(--app-text, #1c2431));--rt-sheet-muted: var(--text-soft, var(--app-text-soft, #4b5768));--rt-sheet-label: color-mix(in srgb, var(--rt-sheet-text) 95%, transparent);--rt-sheet-focus: color-mix(in srgb, var(--app-accent, #d36a2f) 28%, transparent);--rt-sheet-field-bg: #fff;--rt-sheet-field-border: color-mix(in srgb, var(--rt-sheet-line) 85%, rgba(28, 36, 49, .24));--rt-sheet-section-bg: color-mix(in srgb, var(--rt-sheet-panel-bg) 94%, #ffffff)}.rt-sheet-root .ant-drawer-content-wrapper{max-width:100vw}.rt-sheet-root .ant-drawer-content{border-left:1px solid var(--rt-sheet-border);border-radius:14px 0 0 14px;overflow:hidden;box-shadow:0 24px 60px #0d172838;background:var(--rt-sheet-panel-bg)}.rt-sheet-root .ant-drawer-header{padding:16px 22px;border-bottom:1px solid var(--rt-sheet-border);background:color-mix(in srgb,var(--rt-sheet-panel-bg) 96%,#fff)}.rt-sheet-root .ant-drawer-title{color:var(--rt-sheet-text);font-size:18px;font-weight:700;letter-spacing:.01em}.rt-sheet-root .ant-drawer-body{background:var(--rt-sheet-panel-bg);scrollbar-gutter:stable}.rt-sheet-root .ant-drawer-close{color:var(--rt-sheet-muted)}.rt-sheet-root .ant-drawer-close:hover{color:var(--rt-sheet-text)}.rt-sheet-root .ant-drawer-body>.ant-form{max-width:840px;margin:0 auto}.rt-sheet-root .ant-form-item{margin-bottom:14px}.rt-sheet-root .ant-form-vertical .ant-form-item-label{padding-bottom:6px}.rt-sheet-root .ant-form-item-label>label{color:var(--rt-sheet-label);font-size:14px;font-weight:600;line-height:1.25}.rt-sheet-root .ant-form-item-label>label.ant-form-item-required:before{color:color-mix(in srgb,var(--app-danger, #c3412f) 65%,var(--app-accent, #d36a2f) 35%)}.rt-sheet-root .ant-input,.rt-sheet-root .ant-input-affix-wrapper,.rt-sheet-root .ant-picker,.rt-sheet-root .ant-input-number,.rt-sheet-root .ant-select .ant-select-selector{min-height:40px;border-radius:11px;background:var(--rt-sheet-field-bg);border-color:var(--rt-sheet-field-border);color:var(--rt-sheet-text)}.rt-sheet-root .ant-input::placeholder,.rt-sheet-root .ant-picker-input>input::placeholder,.rt-sheet-root .ant-input-number-input::placeholder{color:color-mix(in srgb,var(--rt-sheet-muted) 88%,transparent)}.rt-sheet-root .ant-select .ant-select-selection-placeholder,.rt-sheet-root .ant-select-arrow,.rt-sheet-root .ant-picker-suffix{color:color-mix(in srgb,var(--rt-sheet-muted) 90%,transparent)}.rt-sheet-root .ant-input[disabled],.rt-sheet-root .ant-input-affix-wrapper-disabled,.rt-sheet-root .ant-picker-disabled,.rt-sheet-root .ant-input-number-disabled,.rt-sheet-root .ant-select-disabled .ant-select-selector{background:color-mix(in srgb,var(--rt-sheet-surface) 74%,#fff);color:color-mix(in srgb,var(--rt-sheet-muted) 86%,transparent);border-color:color-mix(in srgb,var(--rt-sheet-line) 68%,transparent)}.rt-sheet-root .ant-input:hover,.rt-sheet-root .ant-input-affix-wrapper:hover,.rt-sheet-root .ant-picker:hover,.rt-sheet-root .ant-input-number:hover,.rt-sheet-root .ant-select:hover .ant-select-selector{border-color:color-mix(in srgb,var(--app-accent, #d36a2f) 36%,var(--rt-sheet-line))}.rt-sheet-root .ant-input:focus,.rt-sheet-root .ant-input-affix-wrapper-focused,.rt-sheet-root .ant-picker-focused,.rt-sheet-root .ant-input-number-focused,.rt-sheet-root .ant-select-focused .ant-select-selector{border-color:color-mix(in srgb,var(--app-accent, #d36a2f) 58%,transparent)!important;box-shadow:0 0 0 3px var(--rt-sheet-focus),0 1px 2px #0d172814!important}.rt-sheet-root .ant-form-item-extra,.rt-sheet-root .ant-form-item-explain{color:color-mix(in srgb,var(--rt-sheet-muted) 92%,transparent)}.rt-sheet-root .ant-form-item-explain-error{font-size:12px;font-weight:600}.rt-sheet-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;width:auto}.rt-sheet-actions-left,.rt-sheet-actions-right{display:flex;align-items:center;gap:8px;min-width:0;max-width:100%}.rt-sheet-actions-right{justify-content:flex-end;margin-left:auto}.rt-sheet-actions .ant-btn{max-width:100%;white-space:normal}.rt-form-section{padding:14px 16px 8px;border:1px solid color-mix(in srgb,var(--rt-sheet-line) 90%,transparent);border-radius:12px;background:color-mix(in srgb,var(--rt-sheet-section-bg) 92%,#f6f8fc);box-shadow:inset 0 1px #fff9}.rt-form-section+.rt-form-section{margin-top:14px}.rt-form-section__title{margin:0 0 12px;font-size:12px;font-weight:700;color:color-mix(in srgb,var(--rt-sheet-text) 62%,transparent);text-transform:uppercase;letter-spacing:.08em}.rt-form-grid-2,.rt-form-grid-3{display:grid;gap:12px}.rt-form-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.rt-form-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:1200px){.rt-form-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.rt-sheet-root .ant-drawer-content{border-left:none;border-radius:0}.rt-sheet-root .ant-drawer-header{padding:14px 16px}.rt-sheet-actions{flex-wrap:wrap}.rt-form-section{padding:10px 10px 4px;border-radius:10px}.rt-form-grid-2,.rt-form-grid-3{grid-template-columns:1fr;gap:10px}}.rt-sheet-root,.rt-sheet-root.v2-theme{background:transparent!important;background-image:none!important;min-height:auto!important}.ai-suggested-field{min-width:0;padding:6px;border-left:3px solid #b27b16;background:color-mix(in srgb,#b27b16 10%,var(--app-surface, white));border-radius:5px}.ai-draft-field-label{display:grid;gap:5px;min-width:0}.ai-draft-field-label input{box-sizing:border-box;width:100%;min-width:0;max-width:100%;padding:7px 8px;border:1px solid var(--app-border-strong, #cbd0d7);border-radius:7px;background:var(--app-surface, #fff);color:var(--app-text, #1c2431);font:inherit}.ai-draft-field-label input:focus-visible{outline:2px solid var(--app-accent-2, #2b7a73);outline-offset:1px}.ai-draft-line+.ai-draft-line{margin-top:16px;padding-top:16px;border-top:1px solid var(--app-border, #e5e7eb)}.ai-draft-line-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:8px}.ai-draft-line-meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:4px 12px;margin-top:8px;font-size:12px}@media(max-width:480px){.ai-draft-line-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.ai-draft-line-fields>:first-child{grid-column:1 / -1}}.ai-suggested-field--accepted{border-color:#508267;background:color-mix(in srgb,#508267 10%,var(--app-surface, white))}.ai-suggested-field--edited,.ai-suggested-field--rejected{border-color:#9ca3af;background:color-mix(in srgb,#9ca3af 10%,var(--app-surface, white))}.ai-field-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 0;border:0;background:transparent;color:var(--app-warning-ink, #785007);cursor:pointer;font:inherit;font-size:11px;line-height:1.4;text-align:left;white-space:normal;overflow-wrap:anywhere}.ai-field-badge:focus-visible{outline:2px solid #b27b16;outline-offset:3px}.ai-field-explanation{width:min(330px,calc(100vw - 60px));overflow-wrap:anywhere}.ai-field-explanation p{margin:8px 0}.ai-field-explanation blockquote{margin:8px 0;padding-left:10px;border-left:2px solid #d6b56e;white-space:pre-wrap}.ai-field-source,.ai-field-status{color:var(--app-text-muted-readable, #666);font-size:12px}.ai-field-options{display:grid;gap:8px;margin:10px 0}.ai-field-options>div{display:grid;gap:6px;padding-top:8px;border-top:1px solid #e5e7eb}
