:root{color-scheme:light;font-family:SF Pro Text,PingFang SC,Noto Sans SC,sans-serif;--notion-bg: #f6f8fa;--notion-surface: #ffffff;--notion-surface-soft: #f8fafc;--notion-surface-muted: #eef3f8;--notion-surface-strong: #dfe7ef;--notion-text: #1f2933;--notion-text-soft: #5b6673;--notion-text-muted: #8a96a3;--notion-line: rgba(55, 65, 81, .16);--notion-line-soft: rgba(55, 65, 81, .09);--notion-line-strong: rgba(55, 65, 81, .28);--notion-hover: rgba(31, 111, 235, .07);--notion-active: rgba(31, 111, 235, .12);--notion-primary: #1f6feb;--notion-primary-strong: #1558c0;--notion-primary-soft: rgba(31, 111, 235, .1);--notion-blue: #1f6feb;--notion-blue-soft: #eaf2ff;--notion-green: #237a57;--notion-green-soft: #e8f7ef;--notion-yellow: #9a6700;--notion-yellow-soft: #fff5d6;--notion-red: #c9352b;--notion-red-soft: #fff0ed;--notion-orange: #b45f06;--notion-orange-soft: #fff1df;--bg: var(--notion-bg);--surface: #ffffff;--surface-soft: var(--notion-surface-soft);--surface-muted: var(--notion-surface-muted);--surface-strong: var(--notion-surface-strong);--text: var(--notion-text);--text-main: var(--notion-text);--text-soft: var(--notion-text-soft);--text-muted: var(--notion-text-muted);--line: var(--notion-line);--line-soft: var(--notion-line-soft);--line-strong: var(--notion-line-strong);--primary: var(--notion-primary);--primary-strong: var(--notion-primary-strong);--primary-soft: var(--notion-primary-soft);--success: var(--notion-green);--success-soft: var(--notion-green-soft);--warning: var(--notion-yellow);--warning-soft: var(--notion-yellow-soft);--danger: var(--notion-red);--danger-soft: var(--notion-red-soft);--shadow-soft: 0 16px 40px rgba(31, 41, 51, .08);--shadow-card: 0 1px 2px rgba(31, 41, 51, .06);--shadow-panel: 0 10px 28px rgba(31, 41, 51, .07);--radius-xl: 8px;--radius-lg: 7px;--radius-md: 6px;--radius-sm: 5px;--el-color-primary: var(--notion-primary);--el-color-primary-light-3: #5c93f2;--el-color-primary-light-5: #8db5f6;--el-color-primary-light-7: #bfd5fb;--el-color-primary-light-8: #d6e5fd;--el-color-primary-light-9: var(--notion-blue-soft);--el-color-primary-dark-2: var(--notion-primary-strong);--el-bg-color: var(--notion-surface);--el-bg-color-page: var(--notion-bg);--el-bg-color-overlay: var(--notion-surface);--el-fill-color: var(--notion-surface-muted);--el-fill-color-light: var(--notion-surface-soft);--el-fill-color-lighter: var(--notion-surface-soft);--el-fill-color-blank: var(--notion-surface);--el-border-color: var(--notion-line);--el-border-color-light: var(--notion-line-soft);--el-border-color-lighter: var(--notion-line-soft);--el-border-color-extra-light: var(--notion-line-soft);--el-text-color-primary: var(--notion-text);--el-text-color-regular: var(--notion-text);--el-text-color-secondary: var(--notion-text-soft);--el-text-color-placeholder: var(--notion-text-muted);--el-border-radius-base: 5px;--el-border-radius-small: 4px;--el-box-shadow-light: var(--shadow-card);--el-box-shadow: var(--shadow-soft);background:var(--bg);color:var(--text)}*{box-sizing:border-box}html,body,#app{margin:0;min-height:100%}body{min-height:100vh;background:linear-gradient(180deg,#ffffffd1,#f6f8fa00 260px),var(--bg);color:var(--text);font-size:13px;line-height:1.45;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit}#app{min-height:100vh}.tbx-card{border:1px solid var(--line);border-radius:var(--radius-md);background:linear-gradient(180deg,var(--surface) 0%,var(--surface-soft) 100%);box-shadow:var(--shadow-card);transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.tbx-card:hover{border-color:var(--line-strong)}input,select,textarea,button{font-family:inherit;letter-spacing:0}input,select,textarea{border-color:var(--line);color:var(--text);accent-color:var(--primary)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--line-strong);box-shadow:0 0 0 2px var(--notion-active)}::placeholder{color:var(--text-muted)}.el-input__wrapper,.el-textarea__inner{background:var(--surface);box-shadow:0 0 0 1px var(--line) inset}.el-input__wrapper:hover,.el-textarea__inner:hover{box-shadow:0 0 0 1px var(--line-strong) inset}.el-input__wrapper.is-focus,.el-textarea__inner:focus{box-shadow:0 0 0 1px var(--line-strong) inset,0 0 0 2px var(--notion-active)}.tbx-kicker{color:var(--text-soft);font-size:11px;letter-spacing:0;text-transform:uppercase}.el-card,.el-dialog,.el-drawer,.el-message-box,.el-popover.el-popper,.el-dropdown__popper .el-dropdown-menu{border-color:var(--line)!important;border-radius:var(--radius-md)!important;background:var(--surface)!important;box-shadow:var(--shadow-soft)!important}.el-card__header,.el-dialog__header,.el-drawer__header{border-color:var(--line-soft)!important;background:var(--surface-soft)!important}.el-button{border-radius:var(--radius-sm)!important;font-weight:600!important;box-shadow:none!important}.el-button--primary{border-color:var(--primary)!important;background:var(--primary)!important}.el-button--primary:hover,.el-button--primary:focus{border-color:var(--primary-strong)!important;background:var(--primary-strong)!important}.el-table{--el-table-header-bg-color: var(--surface-soft);--el-table-tr-bg-color: var(--surface);--el-table-row-hover-bg-color: var(--notion-hover);--el-table-border-color: var(--line-soft);color:var(--text);font-size:12px}.el-table th.el-table__cell{color:var(--text-soft);font-weight:700}.el-tag{border-radius:var(--radius-sm)!important;font-weight:600}.el-dropdown-menu{padding:5px!important}.el-dropdown-menu__item{border-radius:var(--radius-sm)}.el-dropdown-menu__item:not(.is-disabled):focus,.el-dropdown-menu__item:not(.is-disabled):hover{background:var(--notion-hover)!important;color:var(--text)!important}.chip,.meta-chip,.metric-chip,.expand-chip,.inline-badge,.status-badge,.section-count,.panel-count{border-radius:var(--radius-sm)!important;font-weight:650;letter-spacing:0}.text-link,.link-button{color:var(--primary)!important;text-decoration:none}.text-link:hover,.link-button:hover{color:var(--primary-strong)!important;text-decoration:underline;text-underline-offset:3px}table{font-variant-numeric:tabular-nums}.daily-edit-workbench{--de-page-bg: var(--notion-bg);--de-bg: var(--notion-surface);--de-panel-bg: var(--notion-surface);--de-soft-bg: var(--notion-surface-soft);--de-muted-bg: var(--notion-surface-muted);--de-hover-bg: var(--notion-hover);--de-line: var(--notion-line);--de-line-soft: var(--notion-line-soft);--de-line-strong: var(--notion-line-strong);--de-primary: var(--notion-primary);--de-primary-strong: var(--notion-primary-strong);--de-primary-soft: var(--notion-primary-soft);--de-primary-faint: var(--notion-surface-soft);--de-text: var(--notion-text);--de-text-soft: var(--notion-text-soft);--de-text-weak: var(--notion-text-muted);--de-warn: var(--notion-red);--de-warn-soft: var(--notion-red-soft);--de-success: var(--notion-green);--de-success-soft: var(--notion-green-soft);--de-font-caption: 11px;--de-font-body: 12px;--de-font-body-lg: 13px;--de-font-title: 14px;--de-font-page: 18px;--de-space-1: 4px;--de-space-2: 8px;--de-space-3: 12px;--de-space-4: 16px;--de-space-5: 20px;--de-radius-field: 5px;--de-radius-panel: 6px;--de-radius-pill: 999px;--de-button-sm: 22px;--de-button-md: 28px;--de-button-lg: 32px}.daily-edit-workbench .de-shell-panel{border:1px solid var(--de-line);border-radius:var(--de-radius-panel);background:var(--de-panel-bg)}.daily-edit-workbench .de-pane-head{display:flex;align-items:center;justify-content:space-between;gap:var(--de-space-3);padding:10px 12px;border-bottom:1px solid var(--de-line-soft);background:var(--de-soft-bg)}.daily-edit-workbench .de-pane-title{margin:0;color:var(--de-text);font-size:var(--de-font-title);font-weight:600;line-height:1.25}.daily-edit-workbench .de-pane-note{margin:0;color:var(--de-text-soft);font-size:var(--de-font-body);line-height:1.45}.daily-edit-workbench .de-field-label{color:var(--de-text-soft);font-size:var(--de-font-caption);line-height:1.2}.daily-edit-workbench .de-input,.daily-edit-workbench .de-select,.daily-edit-workbench .de-textarea{width:100%;border:1px solid var(--de-line-strong);border-radius:var(--de-radius-field);background:var(--de-bg);color:var(--de-text);font:inherit;font-size:var(--de-font-body)}.daily-edit-workbench .de-input,.daily-edit-workbench .de-select{height:var(--de-button-md);padding:0 10px}.daily-edit-workbench .de-textarea{min-height:88px;padding:8px 10px;line-height:1.5;resize:vertical}.daily-edit-workbench .de-input:focus,.daily-edit-workbench .de-select:focus,.daily-edit-workbench .de-textarea:focus{outline:none;border-color:var(--de-primary);box-shadow:0 0 0 2px var(--notion-active)}.daily-edit-workbench .de-chip{display:inline-flex;align-items:center;justify-content:center;min-height:20px;padding:2px 8px;border:1px solid var(--de-line-soft);border-radius:var(--de-radius-field);font-size:var(--de-font-caption);line-height:1.2}.daily-edit-workbench .de-button{display:inline-flex;align-items:center;justify-content:center;min-width:64px;height:var(--de-button-md);padding:0 14px;border:1px solid var(--de-line-strong);border-radius:var(--de-radius-field);background:var(--de-bg);color:var(--de-text);font:inherit;font-size:var(--de-font-body);font-weight:650;line-height:1;cursor:pointer;transition:all .15s ease}.daily-edit-workbench .de-button:hover:not(:disabled){border-color:var(--de-line-strong);background:var(--de-hover-bg);color:var(--de-text)}.daily-edit-workbench .de-button:disabled{opacity:.45;cursor:not-allowed}.daily-edit-workbench .de-button--compact{min-width:52px;height:var(--de-button-sm);padding:0 10px}.daily-edit-workbench .de-button--primary{border-color:var(--de-primary);background:var(--de-primary);color:#fff}.daily-edit-workbench .de-button--primary:hover:not(:disabled){border-color:var(--de-primary-strong);background:var(--de-primary-strong);color:#fff}.daily-edit-workbench .de-button--warn{border-color:var(--de-warn);background:var(--de-warn);color:#fff}.daily-edit-workbench .de-button--warn:hover:not(:disabled){border-color:var(--notion-red);background:var(--notion-red);color:#fff}.daily-edit-workbench .de-tab-toggle{min-height:28px;border:1px solid transparent;border-radius:var(--de-radius-field);background:transparent;padding:0 12px;color:var(--de-text-soft);font:inherit;font-size:var(--de-font-body);line-height:1.2;cursor:pointer;transition:all .15s ease}.daily-edit-workbench .de-tab-toggle:hover:not(:disabled){color:var(--de-text);background:var(--de-hover-bg)}.daily-edit-workbench .de-tab-toggle.is-active{border-color:#1f6feb33;background:var(--de-primary-soft);color:var(--de-primary);font-weight:650}.daily-edit-workbench .de-filter-chip{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:24px;padding:0 10px;border:0;border-radius:var(--de-radius-field);background:transparent;color:var(--de-text-soft);font:inherit;font-size:var(--de-font-body);line-height:1;cursor:pointer;transition:all .15s ease}.daily-edit-workbench .de-filter-chip:hover:not(:disabled){color:var(--de-text)}.daily-edit-workbench .de-filter-chip.is-active{background:var(--de-bg);color:var(--de-text);font-weight:500;box-shadow:var(--shadow-card)}.daily-edit-workbench .de-section-title{margin:0 0 12px;padding-bottom:8px;border-bottom:1px solid var(--de-line-soft);color:var(--de-text);font-size:var(--de-font-title);font-weight:500;line-height:1.2}.daily-edit-workbench .de-empty-panel{display:flex;align-items:center;justify-content:center;min-height:180px;padding:24px;color:var(--de-text-soft);font-size:var(--de-font-body-lg);text-align:center}.daily-edit-workbench .de-empty-panel--large{min-height:100%}.daily-edit-workbench .de-action-strip{display:flex;gap:12px;align-items:center;justify-content:center;padding:12px 16px;border-top:1px solid var(--de-line-soft);background:var(--de-bg)}.daily-edit-workbench .el-card,.daily-edit-workbench .el-dialog,.daily-edit-workbench .el-drawer,.daily-edit-workbench .el-message-box{border-color:var(--de-line)!important;border-radius:var(--de-radius-panel)!important;background:var(--de-bg)!important;box-shadow:var(--shadow-card)!important;color:var(--de-text)!important}.daily-edit-workbench .el-card__header,.daily-edit-workbench .el-dialog__header,.daily-edit-workbench .el-drawer__header,.daily-edit-workbench .el-table th.el-table__cell{border-color:var(--de-line-soft)!important;background:var(--de-soft-bg)!important;color:var(--de-text-soft)!important}.daily-edit-workbench .el-table,.daily-edit-workbench .el-table tr,.daily-edit-workbench .el-table td.el-table__cell,.daily-edit-workbench .el-table__body-wrapper,.daily-edit-workbench .el-table__inner-wrapper:before{background:var(--de-bg)!important;border-color:var(--de-line-soft)!important;color:var(--de-text)!important}.daily-edit-workbench .el-table__row:hover>td.el-table__cell{background:var(--de-hover-bg)!important}.daily-edit-workbench .el-button{border-radius:var(--de-radius-field)!important;box-shadow:none!important}.daily-edit-workbench .el-button--primary,.daily-edit-workbench .el-button.is-plain.el-button--primary{border-color:var(--de-primary)!important;background:var(--de-primary)!important;color:#fff!important}.daily-edit-workbench .el-button--danger,.daily-edit-workbench .el-button.is-plain.el-button--danger{border-color:#9f4d4547!important;background:var(--de-warn-soft)!important;color:var(--de-warn)!important}.daily-edit-workbench .el-button--success,.daily-edit-workbench .el-button.is-plain.el-button--success{border-color:#4d6b5347!important;background:var(--de-success-soft)!important;color:var(--de-success)!important}.daily-edit-workbench .el-tag{border-radius:var(--de-radius-pill)!important;border-color:var(--de-line)!important;background:var(--de-muted-bg)!important;color:var(--de-text-soft)!important}.daily-edit-workbench .el-tag--success{border-color:#4d6b533d!important;background:var(--de-success-soft)!important;color:var(--de-success)!important}.daily-edit-workbench .el-tag--danger{border-color:#9f4d453d!important;background:var(--de-warn-soft)!important;color:var(--de-warn)!important}.daily-edit-workbench .el-tag--warning{border-color:#8f6b323d!important;background:var(--notion-yellow-soft)!important;color:var(--notion-yellow)!important}.daily-edit-workbench pre,.daily-edit-workbench code{border-color:var(--de-line-soft);background:var(--de-soft-bg);color:var(--de-text)}.daily-edit-standard-history .adjust-history{display:flex!important;flex-direction:column!important;height:100%!important;min-width:720px!important;background:var(--notion-surface)!important;color:var(--notion-text)!important}.daily-edit-standard-history .adjust-history__layout{position:relative!important;display:flex!important;flex:1 1 auto!important;min-height:0!important}.daily-edit-standard-history .adjust-history__layout.has-editor{flex-direction:row!important}.daily-edit-standard-history .adjust-history__main,.daily-edit-standard-history .adjust-history__layout.has-editor .adjust-history__main{flex:1 1 auto!important;min-width:0!important}.daily-edit-standard-history .adjust-history__editor{position:absolute!important;z-index:20!important;top:62px!important;bottom:52px!important;left:12px!important;width:min(680px,calc(100% - 24px))!important;min-width:min(560px,calc(100% - 24px))!important;max-width:calc(100% - 24px)!important;border:1px solid var(--notion-line)!important;border-radius:6px!important;background:var(--notion-surface)!important;box-shadow:var(--shadow-soft)!important;overflow:hidden!important}.daily-edit-standard-history .adjust-history__toolbar{flex:0 0 auto!important;padding:9px 12px!important;border-bottom:1px solid var(--notion-line-soft)!important;background:var(--notion-surface-soft)!important}.daily-edit-standard-history .adjust-history__toolbar-row{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:6px!important}.daily-edit-standard-history .adjust-history__toolbar-row+.adjust-history__toolbar-row,.daily-edit-standard-history .adjust-history__toolbar-row--sub{margin-top:5px!important;gap:10px!important;justify-content:flex-start!important}.daily-edit-standard-history .adjust-history__toolbar-btn,.daily-edit-standard-history .adjust-history__page-btn,.daily-edit-standard-history .adjust-history__row-btn{min-width:0!important;min-height:27px!important;height:auto!important;padding:3px 10px!important;border:1px solid var(--notion-line)!important;border-radius:4px!important;background:var(--notion-surface)!important;color:var(--notion-text)!important;box-shadow:none!important;font-size:12px!important;font-weight:400!important;line-height:1.35!important;white-space:nowrap!important;cursor:pointer!important;transition:background .16s ease,border-color .16s ease,color .16s ease!important}.daily-edit-standard-history .adjust-history__toolbar-btn:hover:not(:disabled),.daily-edit-standard-history .adjust-history__page-btn:hover:not(:disabled),.daily-edit-standard-history .adjust-history__row-btn:hover:not(:disabled){border-color:var(--notion-line-strong)!important;background:var(--notion-hover)!important;color:var(--notion-text)!important}.daily-edit-standard-history .adjust-history__toolbar-btn--primary,.daily-edit-standard-history .adjust-history__row-btn--primary{border-color:var(--notion-primary)!important;background:var(--notion-primary)!important;color:#fff!important}.daily-edit-standard-history .adjust-history__toolbar-btn--primary:hover:not(:disabled),.daily-edit-standard-history .adjust-history__row-btn--primary:hover:not(:disabled){border-color:var(--notion-primary-strong)!important;background:var(--notion-primary-strong)!important;color:#fff!important}.daily-edit-standard-history .adjust-history__toolbar-btn--warn,.daily-edit-standard-history .adjust-history__row-btn--warn{border-color:#9f4d4547!important;background:var(--notion-red-soft)!important;color:var(--notion-red)!important}.daily-edit-standard-history .adjust-history__toolbar-btn--warn:hover:not(:disabled),.daily-edit-standard-history .adjust-history__row-btn--warn:hover:not(:disabled){border-color:#9f4d455c!important;background:#9f4d4524!important;color:var(--notion-red)!important}.daily-edit-standard-history .adjust-history__toolbar-btn:disabled,.daily-edit-standard-history .adjust-history__page-btn:disabled,.daily-edit-standard-history .adjust-history__row-btn:disabled{opacity:.55!important;cursor:not-allowed!important}.daily-edit-standard-history .adjust-history__search,.daily-edit-standard-history .adjust-history__status-filter select{min-height:28px!important;border:1px solid var(--notion-line)!important;border-radius:4px!important;background:var(--notion-surface)!important;color:var(--notion-text)!important;font-size:12px!important;line-height:1.35!important}.daily-edit-standard-history .adjust-history__search{width:196px!important;max-width:100%!important;padding:5px 9px!important;flex:0 0 auto!important}.daily-edit-standard-history .adjust-history__status-filter{display:inline-flex!important;align-items:center!important;gap:6px!important;color:var(--notion-text-soft)!important;font-size:12px!important}.daily-edit-standard-history .adjust-history__status-filter select{width:128px!important;padding:4px 8px!important}.daily-edit-standard-history .adjust-history__summary{color:var(--notion-text-soft)!important;font-size:12px!important;line-height:1.35!important}.daily-edit-standard-history .adjust-history__table-wrap{flex:1 1 auto!important;min-height:0!important;overflow:auto!important;background:var(--notion-surface)!important}.daily-edit-standard-history .adjust-history__table{width:100%!important;border-collapse:collapse!important;font-size:12px!important}.daily-edit-standard-history .adjust-history__th,.daily-edit-standard-history .adjust-history__td{padding:7px 9px!important;border-right:0!important;border-bottom:1px solid var(--notion-line-soft)!important;color:var(--notion-text)!important;font-size:12px!important;line-height:1.4!important;text-align:center!important;vertical-align:top!important}.daily-edit-standard-history .adjust-history__th{position:sticky!important;top:0!important;z-index:2!important;background:var(--notion-surface-soft)!important;color:var(--notion-text-soft)!important;box-shadow:inset 0 -1px 0 var(--notion-line)!important;font-weight:600!important}.daily-edit-standard-history .adjust-history__th.is-sortable{cursor:pointer!important}.daily-edit-standard-history .adjust-history__th.is-sortable:hover{background:var(--notion-hover)!important}.daily-edit-standard-history .adjust-history__th.is-active{color:var(--notion-text)!important;background:var(--notion-active)!important;box-shadow:inset 0 -1px 0 var(--notion-line-strong)!important}.daily-edit-standard-history .adjust-history__sort-indicator{margin-left:4px!important;color:var(--notion-text-muted)!important;font-size:11px!important}.daily-edit-standard-history .adjust-history__th.is-active .adjust-history__sort-indicator{color:var(--notion-text)!important}.daily-edit-standard-history .adjust-history__table tbody tr:hover{background:var(--notion-hover)!important}.daily-edit-standard-history .adjust-history__table tbody tr:nth-child(2n){background:var(--notion-surface-soft)!important}.daily-edit-standard-history .adjust-history__th--checkbox,.daily-edit-standard-history .adjust-history__td--checkbox{width:34px!important;min-width:34px!important;padding-right:6px!important;padding-left:6px!important}.daily-edit-standard-history .adjust-history__th--actions,.daily-edit-standard-history .adjust-history__td--actions{width:92px!important;min-width:92px!important;white-space:nowrap!important}.daily-edit-standard-history .adjust-history__row-btn{min-width:44px!important;padding:3px 8px!important}.daily-edit-standard-history .adjust-history__row-btn+.adjust-history__row-btn{margin-left:6px!important}.daily-edit-standard-history .adjust-history__empty-cell{padding:28px 10px!important;color:var(--notion-text-muted)!important;text-align:center!important}.daily-edit-standard-history .adjust-history__pagination{display:flex!important;flex:0 0 auto!important;align-items:center!important;justify-content:center!important;gap:12px!important;min-height:42px!important;padding:9px 12px!important;border-top:1px solid var(--notion-line-soft)!important;background:var(--notion-surface)!important;color:var(--notion-text-soft)!important;font-size:12px!important}.daily-edit-standard-history .adjust-history__pagination span{color:var(--notion-text)!important}.daily-edit-standard-history .adjust-history__editor-head,.daily-edit-standard-history .adjust-history__editor-foot{display:flex!important;flex:0 0 auto!important;align-items:center!important;justify-content:space-between!important;padding:10px 12px!important;border-bottom:1px solid var(--notion-line-soft)!important;background:var(--notion-surface)!important}.daily-edit-standard-history .adjust-history__editor-head strong{color:var(--notion-text)!important;font-size:13px!important;font-weight:700!important}.daily-edit-standard-history .adjust-history__editor-close{width:26px!important;height:26px!important;border:1px solid var(--notion-line)!important;border-radius:999px!important;background:var(--notion-surface)!important;color:var(--notion-text-soft)!important;font-size:16px!important;line-height:1!important;cursor:pointer!important}.daily-edit-standard-history .adjust-history__editor-close:hover{border-color:var(--notion-line-strong)!important;background:var(--notion-hover)!important;color:var(--notion-text)!important}.daily-edit-standard-history .adjust-history__editor-body{flex:1 1 auto!important;min-height:0!important;overflow:auto!important;padding:8px 12px 12px!important;background:var(--notion-surface)!important}.daily-edit-standard-history .adjust-history__editor-grid{display:flex!important;flex-direction:column!important;gap:0!important}.daily-edit-standard-history .adjust-history__editor-field{display:grid!important;grid-template-columns:148px minmax(0,1fr)!important;gap:10px!important;align-items:center!important;min-width:0!important;padding:8px 0!important;border-bottom:1px solid var(--notion-line-soft)!important}.daily-edit-standard-history .adjust-history__editor-field:last-child{border-bottom:0!important}.daily-edit-standard-history .adjust-history__editor-field>span{color:var(--notion-text-soft)!important;font-size:12px!important;line-height:1.35!important;text-align:right!important}.daily-edit-standard-history .adjust-history__editor-field input,.daily-edit-standard-history .adjust-history__editor-field textarea,.daily-edit-standard-history .adjust-history__editor-field select{width:100%!important;min-height:30px!important;box-sizing:border-box!important;border:1px solid var(--notion-line)!important;border-radius:4px!important;background:var(--notion-surface)!important;color:var(--notion-text)!important;font-size:12px!important;line-height:1.45!important}.daily-edit-standard-history .adjust-history__editor-field input,.daily-edit-standard-history .adjust-history__editor-field select{padding:5px 9px!important}.daily-edit-standard-history .adjust-history__editor-field textarea{min-height:70px!important;padding:7px 9px!important;resize:vertical!important}.daily-edit-standard-history .adjust-history__editor-field input:focus,.daily-edit-standard-history .adjust-history__editor-field textarea:focus,.daily-edit-standard-history .adjust-history__editor-field select:focus,.daily-edit-standard-history .adjust-history__search:focus,.daily-edit-standard-history .adjust-history__status-filter select:focus{border-color:var(--notion-line-strong)!important;box-shadow:0 0 0 2px var(--notion-active)!important;outline:none!important}.daily-edit-standard-history .adjust-history__status-toggle{display:inline-flex!important;flex-wrap:wrap!important;gap:6px!important;min-width:0!important}.daily-edit-standard-history .adjust-history__status-item{min-height:28px!important;padding:3px 10px!important;border:1px solid var(--notion-line)!important;border-radius:4px!important;background:var(--notion-surface)!important;color:var(--notion-text-soft)!important;font-size:12px!important;line-height:1.35!important;cursor:pointer!important}.daily-edit-standard-history .adjust-history__status-item:hover{border-color:var(--notion-line-strong)!important;background:var(--notion-hover)!important}.daily-edit-standard-history .adjust-history__status-item.is-active{border-color:var(--notion-primary)!important;background:var(--notion-primary)!important;color:#fff!important}.daily-edit-standard-history .adjust-history__editor-foot{justify-content:flex-start!important;gap:8px!important;border-top:1px solid var(--notion-line-soft)!important;border-bottom:0!important}.daily-edit-standard-history .adjust-history__editor-foot .adjust-history__toolbar-btn{min-width:88px!important}@media(max-width:960px){.daily-edit-standard-history .adjust-history__editor{inset:54px 8px 48px!important;width:auto!important;min-width:0!important;max-width:none!important}}
