.smart-table.is-editing .smart-table__actions,.smart-table.is-editing .smart-table__toolbar-section,.smart-table__align-control.is-open .smart-table__align-menu,.smart-table__merge-control.is-open .smart-table__merge-menu{display:flex}.smart-table{position:relative;margin:1.5rem 0;overflow:hidden;transition:border-color .2s,box-shadow .2s,opacity .2s;width:-moz-fit-content;width:fit-content;max-width:100%}.smart-table--stretch,.smart-table--stretch .smart-table__table-container,.smart-table--stretch .smart-table__table-scroll,.smart-table--stretch .smart-table__table-wrapper{width:100%}.smart-table--stretch .smart-table__table-container{display:block}.smart-table--stretch .style_table{width:100%!important}.smart-table.is-editing{border-color:#1d7afc;box-shadow:0 0 0 2px rgba(29,122,252,.2);width:100%;overflow:visible}.smart-table.is-busy{opacity:.85}.smart-table__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.75rem;border-bottom:1px solid #e2e5ea}.smart-table__actions{display:none;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.5rem;padding:.75rem .75rem 0}.smart-table:not(.is-editing) .smart-table__toolbar{padding:0;border-bottom:none}.smart-table:not(.is-editing) .smart-table__table-wrapper{padding-top:.35rem}.smart-table__toolbar-section{display:none;flex-wrap:wrap;align-items:center;gap:.5rem}.smart-table__toolbar-section--secondary{margin-left:auto}.smart-table__button--edit,.smart-table__toolbar-section--primary{margin-right:auto}.smart-table__button{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .85rem;font-size:.9375rem;font-weight:600;border-radius:4px;cursor:pointer;border:1px solid #c3cbd9;transition:background-color .15s,border-color .15s,color .15s;color:#1f2933;background-color:#edf1f6}.smart-table__button:hover:not(:disabled){background-color:#e5ebf3;border-color:#aab5c6}.smart-table__button.is-active{background-color:#1d4ed8;border-color:#1d4ed8;color:#fff}.smart-table__button.is-active:hover:not(:disabled){background-color:#1e40af;border-color:#1e40af}.smart-table__button--edit{color:#fff;background-color:#1d7afc;border-color:#1d7afc}.smart-table__button--edit:hover:not(:disabled){background-color:#1763cb;border-color:#1763cb}.smart-table__button--csv-import{color:#fff;background-color:#2563eb;border-color:#2563eb}.smart-table__button--csv-import:hover:not(:disabled){background-color:#1d4ed8;border-color:#1d4ed8}.smart-table__button--csv-export{color:#fff;background-color:#f97316;border-color:#f97316}.smart-table__button--csv-export:hover:not(:disabled){background-color:#ea580c;border-color:#ea580c}.smart-table__button--preview{color:#fff;background-color:#0f766e;border-color:#0f766e}.smart-table__button--preview:hover:not(:disabled){background-color:#115e59;border-color:#115e59}.smart-table__button--save{color:#fff;background-color:#16a34a;border-color:#16a34a}.smart-table__button--save:hover:not(:disabled){background-color:#12833c;border-color:#12833c}.smart-table__button--cancel{color:#475569;background-color:#fff;border-color:#cbd5e1}.smart-table__button--cancel:hover:not(:disabled){background-color:#f1f5f9;border-color:#cbd5e1}.smart-table__button--color-apply{color:#fff;background-color:#16a34a;border-color:#16a34a;padding:.45rem 1.4rem}.smart-table__button--color-apply:hover:not(:disabled){background-color:#12833c;border-color:#12833c}.smart-table__button--color-cancel{color:#475569;background-color:#fff;border-color:#cbd5e1;padding:.45rem 1.4rem}.smart-table__button--color-cancel:hover:not(:disabled){background-color:#f1f5f9;border-color:#cbd5e1}.smart-table__button--icon{width:2.25rem;height:2.25rem;padding:0;position:relative}.smart-table__button-icon{width:1.25rem;height:1.25rem;display:block;fill:currentColor}.smart-table__button--bg-color,.smart-table__button--text-color{--smart-table-color-preview:transparent;position:relative}.smart-table__align-control,.smart-table__merge-control{position:relative;display:inline-flex;align-items:stretch}.smart-table__align-menu,.smart-table__merge-menu{position:absolute;top:calc(100% + .25rem);left:50%;transform:translateX(-50%);min-width:-moz-max-content;min-width:max-content;padding:.25rem;display:none;flex-direction:column;gap:.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 18px rgba(0,0,0,.16);z-index:60}.smart-table__align-option,.smart-table__merge-option{display:block;width:100%;padding:.35rem .5rem;font-size:.85rem;line-height:1.3;text-align:left;border:none;background-color:transparent;border-radius:4px;color:inherit;cursor:pointer}.smart-table__align-option:focus,.smart-table__align-option:hover,.smart-table__merge-option:focus,.smart-table__merge-option:hover{background-color:rgba(0,0,0,.08);outline:0}.smart-table__align-option.is-active,.smart-table__align-option[aria-checked=true]{background-color:rgba(0,0,0,.12)}.smart-table__merge-option:disabled,.smart-table__merge-option[aria-disabled=true]{color:rgba(30,41,59,.45);cursor:default}.smart-table__merge-option:disabled:focus,.smart-table__merge-option:disabled:hover,.smart-table__merge-option[aria-disabled=true]:focus,.smart-table__merge-option[aria-disabled=true]:hover{background-color:transparent}.smart-table__button--bg-color::after,.smart-table__button--text-color::after{content:"";position:absolute;left:50%;transform:translateX(-50%);display:block;background-color:var(--smart-table-color-preview,transparent);pointer-events:none;transition:background-color .15s,border-color .15s;bottom:.44rem;width:1.2rem;height:.25em;border-radius:2px}.smart-table__pagination-select:disabled,.smart-table__search-input:disabled{background-color:#f1f5f9;color:#94a3b8;cursor:not-allowed}.smart-table__button:disabled.smart-table__button--bg-color::after,.smart-table__button:disabled.smart-table__button--text-color::after{opacity:.45}.smart-table__color-overlay{position:absolute;inset:0;display:none;align-items:center;justify-content:center;padding:1.5rem;background-color:rgba(15,23,42,.35);z-index:60}.smart-table__color-overlay.is-visible{display:flex}.smart-table__color-dialog{background-color:#fff;border-radius:8px;box-shadow:0 12px 32px rgba(15,23,42,.25);padding:1.25rem 1.5rem;min-width:260px;max-width:420px;width:100%;display:flex;flex-direction:column;gap:.75rem;align-items:stretch}.smart-table__color-title{margin:0;font-size:.9375rem;font-weight:600;color:#0f172a;text-align:center}.smart-table__color-picker-input{width:100%;height:3rem;border:1px solid #cbd5e1;border-radius:6px;background-color:#fff;cursor:pointer}.smart-table__color-picker-input--size{height:auto;min-height:2.75rem;padding:.65rem .75rem;cursor:text}.smart-table__color-picker-input:focus{outline:#1d7afc solid 2px;outline-offset:2px}.smart-table__color-actions{display:flex;gap:.5rem;justify-content:center}.smart-table.is-editing .smart-table__button--edit,.smart-table.is-editing .smart-table__toolbar-search{display:none}.smart-table__button:disabled{opacity:.6;cursor:not-allowed}.smart-table__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.smart-table__status{min-height:1.75rem;padding:.5rem .75rem;font-size:.875rem;color:#475569;display:none}.smart-table__status--info,.smart-table__status--success{display:block}.smart-table__status--success{color:#0f7a4a}.smart-table__status--error{color:#d93026}.smart-table__status--info{color:#475569}.smart-table__toolbar-search{margin-left:auto;display:flex;align-items:center;gap:.5rem}.smart-table__toolbar-search .smart-table__pagination-length{margin-right:.25rem}.smart-table__search{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#475569}.smart-table__search-input{flex:0 1 16rem;max-width:100%;padding:.35rem .6rem;border:1px solid #cbd5e1;border-radius:4px;font-size:.9375rem;line-height:1.4;transition:border-color .15s,box-shadow .15s}.smart-table__search-input:focus{outline:0;border-color:#1d7afc;box-shadow:0 0 0 2px rgba(29,122,252,.15)}.smart-table__search-reset{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px solid #cbd5e1;border-radius:4px;background-color:#edf1f6;color:#475569;cursor:pointer;transition:background-color .15s,border-color .15s,color .15s}.smart-table__search-reset:hover:not(:disabled){background-color:#e2e8f0;border-color:#b6c2d4}.smart-table__search-reset:focus-visible{outline:#1d7afc solid 2px;outline-offset:2px}.smart-table__search-reset:disabled{opacity:.5;cursor:not-allowed}.smart-table__search-reset-icon{width:1rem;height:1rem;display:block;fill:currentColor;pointer-events:none}.smart-table__no-results{margin:.5rem .75rem 0;padding:.6rem .75rem;border:1px dashed #cbd5e1;border-radius:4px;font-size:.875rem;color:#475569;background-color:#f8fafc}.smart-table__pagination{margin:0 .75rem;display:flex;flex-wrap:wrap;align-items:center;-moz-column-gap:1rem;column-gap:1rem;row-gap:.35rem}.smart-table.is-editing .smart-table__pagination,.smart-table__control,.smart-table__row--template{display:none}.smart-table__pagination-length{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#475569}.smart-table__pagination-select{min-width:4.5rem;padding:.35rem .6rem;border:1px solid #cbd5e1;border-radius:4px;font-size:.875rem;line-height:1.4;background-color:#fff;color:#1e293b;transition:border-color .15s,box-shadow .15s}.smart-table__pagination-select:focus{outline:0;border-color:#1d7afc;box-shadow:0 0 0 2px rgba(29,122,252,.15)}.smart-table__pagination-info{display:flex;align-items:center;font-size:.875rem;color:#475569;white-space:nowrap}.smart-table__pagination-nav,.smart-table__pagination-pages{align-items:center;display:flex}.smart-table__pagination-nav{flex-wrap:wrap;justify-content:flex-end;margin-left:auto}.smart-table__pagination-button{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;padding:.35rem .5rem;border:none;border-radius:4px;background-color:transparent;color:#1e293b;font-size:.8125rem;line-height:1;cursor:pointer;transition:background-color .15s,border-color .15s,color .15s}.smart-table__pagination-button:hover:not(:disabled){background-color:#d5d7db}.smart-table__pagination-button:disabled{cursor:not-allowed;opacity:.75;color:#94a3b8}.smart-table__pagination-button--active{background-color:#dae2ef;cursor:default;pointer-events:none}.smart-table__pagination-ellipsis{min-width:2rem;padding:.35rem .5rem;font-size:.8125rem;color:#94a3b8;text-align:center}.smart-table__header--sortable{position:relative;cursor:pointer;padding-right:1.4rem!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.smart-table__header-sort{position:absolute;right:.2rem;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;color:#94a3b8;pointer-events:none;transition:color .15s}.smart-table__header-sort-icon{width:1rem;height:1rem;display:block;fill:currentColor;pointer-events:none;transition:color .15s,fill .15s}.smart-table__header--sortable:hover .smart-table__header-sort,.smart-table__header--sorted-asc .smart-table__header-sort-icon,.smart-table__header--sorted-desc .smart-table__header-sort-icon{color:#f8fafc}.smart-table__layout{position:relative}.smart-table__table-scroll{overflow-x:auto}.smart-table.is-editing .smart-table__table-scroll{padding:3.5rem 1rem 1rem 3.5rem;max-height:60dvh}.smart-table__selection-actions{position:absolute;z-index:30;display:none;visibility:hidden;pointer-events:auto;align-items:center;justify-content:center;gap:.3rem}.smart-table__selection-actions.is-visible{display:flex;visibility:visible}.smart-table__selection-actions--row{flex-direction:column;min-width:2.5rem}.smart-table__selection-actions--column{flex-direction:row;min-height:2.5rem}.smart-table__selection-button{display:inline-flex;align-items:center;justify-content:center;padding:.35rem;font-size:.8125rem;font-weight:600;color:#1f2933;background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:4px;cursor:pointer;transition:background-color .15s,border-color .15s,color .15s}.smart-table__selection-button:hover:not(:disabled){background-color:#e2e8f0;border-color:#b6c2d4}.smart-table__selection-icon{width:1.25rem;height:1.25rem;display:block;flex-shrink:0;pointer-events:none;fill:currentColor}.smart-table__selection-button:disabled{opacity:.5;cursor:not-allowed}.smart-table__selection-button[data-action$=delete]{color:#b91c1c;border-color:#fca5a5;background-color:#fff5f5}.smart-table__selection-button[data-action$=delete]:hover:not(:disabled){background-color:#fee2e2;border-color:#f87171}.smart-table.is-editing .smart-table__control{display:inline-flex}.smart-table__control-icon{width:1.75rem;height:1.75rem;display:block;fill:currentColor}.smart-table__table-container{display:inline-block;margin:0}.smart-table__table-container .ie5{margin:0}.smart-table.is-editing .smart-table__row--template{display:table-row}.smart-table.is-editing .smart-table__row--template .smart-table__cell{background-color:#eef2ff}.smart-table__cell--editing{background-color:#fff9e6;box-shadow:inset 0 0 0 1px rgba(29,122,252,.35);padding:2px 6px;min-width:200px}.smart-table__cell--editing:focus{outline:#1d7afc solid 2px;outline-offset:2px}.smart-table__cell--selected{box-shadow:inset 0 0 0 2px rgba(37,99,235,.9)}.smart-table__cell--selected:not(.smart-table__cell--editing){background-color:rgba(37,99,235,.12)}.smart-table__cell--span{text-align:center;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:.875rem;font-weight:600}.smart-table.is-editing .smart-table__cell--span{background-color:#e0f2fe;color:#0f4c75}.smart-table__cell--editing[data-smart-table-type=th]{background-color:#d1f8e7}.smart-table__message{margin:1rem 0;padding:.75rem 1rem;border:1px solid #f2c94c;background-color:#fff8dc;color:#7a5b00;border-radius:4px}.smart-table__preview-body .smart-table__table,.smart-table__preview-body .smart-table__table-container{width:-moz-fit-content!important;width:fit-content!important;max-width:100%}.smart-table__preview-overlay{position:fixed;inset:0;background-color:rgba(15,23,42,.5);display:flex;align-items:center;justify-content:center;padding:2rem;z-index:9999}.smart-table__preview-overlay[hidden]{display:none}.smart-table__preview-dialog{background-color:#fff;border-radius:8px;max-width:960px;width:100%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 50px rgba(15,23,42,.25);overflow:hidden}.smart-table__preview-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e2e5ea;background-color:#f8fafc}.smart-table__preview-title{margin:0;font-size:1rem;font-weight:600;color:#0f172a}.smart-table__preview-close{background:0 0;border:none;font-size:1.25rem;line-height:1;cursor:pointer;color:#475569}.smart-table__preview-close:hover{color:#0f172a}.smart-table__preview-body{padding:1.25rem;overflow:auto}.smart-table__preview-body .smart-table__row--template{display:none!important}.smart-table--theme-dark{color:#e2e8f0;background-color:transparent;color-scheme:dark}.smart-table--theme-dark.is-editing{border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.45)}.smart-table--theme-dark .smart-table__toolbar{border-bottom-color:#363a3f}.smart-table--theme-dark .smart-table__button{color:#e2e8f0;background-color:#2f3644;border-color:#4a5563}.smart-table--theme-dark .smart-table__button:hover:not(:disabled){background-color:#3a4252;border-color:#5a6575}.smart-table--theme-dark .smart-table__button--csv-import:hover:not(:disabled),.smart-table--theme-dark .smart-table__button--edit:hover:not(:disabled),.smart-table--theme-dark .smart-table__button.is-active:hover:not(:disabled){background-color:#2563eb;border-color:#2563eb}.smart-table--theme-dark .smart-table__button.is-active{background-color:#3b82f6;border-color:#3b82f6;color:#fff}.smart-table--theme-dark .smart-table__button--edit{color:#fff;background-color:#3b82f6;border-color:#3b82f6}.smart-table--theme-dark .smart-table__button--csv-import{color:#fff;background-color:#3b82f6;border-color:#3b82f6}.smart-table--theme-dark .smart-table__button--csv-export{color:#fff;background-color:#cf7831;border-color:#cf7831}.smart-table--theme-dark .smart-table__button--csv-export:hover:not(:disabled){background-color:#df6a16;border-color:#df6a16}.smart-table--theme-dark .smart-table__button--preview{color:#fff;background-color:#0d9488;border-color:#0d9488}.smart-table--theme-dark .smart-table__button--preview:hover:not(:disabled){background-color:#0f766e;border-color:#0f766e}.smart-table--theme-dark .smart-table__button--save{color:#fff;background-color:#378f58;border-color:#378f58}.smart-table--theme-dark .smart-table__button--save:hover:not(:disabled){background-color:#2d7448;border-color:#2d7448}.smart-table--theme-dark .smart-table__button--cancel{color:#e2e8f0;background-color:#2b303a;border-color:#454f60}.smart-table--theme-dark .smart-table__button--cancel:hover:not(:disabled){background-color:#363c48;border-color:#454f60}.smart-table--theme-dark .smart-table__button--color-apply{color:#fff;background-color:#378f58;border-color:#378f58;padding:.45rem 1.4rem}.smart-table--theme-dark .smart-table__button--color-apply:hover:not(:disabled){background-color:#2d7448;border-color:#2d7448}.smart-table--theme-dark .smart-table__button--color-cancel{color:#e2e8f0;background-color:#2b303a;border-color:#454f60;padding:.45rem 1.4rem}.smart-table--theme-dark .smart-table__button--color-cancel:hover:not(:disabled){background-color:#363c48;border-color:#454f60}.smart-table--theme-dark .smart-table__align-menu,.smart-table--theme-dark .smart-table__merge-menu{background-color:#2a2f38;border:1px solid rgba(15,23,42,.55);box-shadow:0 12px 32px rgba(0,0,0,.6);color:inherit}.smart-table--theme-dark .smart-table__align-option:focus,.smart-table--theme-dark .smart-table__align-option:hover,.smart-table--theme-dark .smart-table__merge-option:focus,.smart-table--theme-dark .smart-table__merge-option:hover{background-color:rgba(255,255,255,.08)}.smart-table--theme-dark .smart-table__align-option.is-active,.smart-table--theme-dark .smart-table__align-option[aria-checked=true]{background-color:rgba(255,255,255,.14)}.smart-table--theme-dark .smart-table__merge-option:disabled,.smart-table--theme-dark .smart-table__merge-option[aria-disabled=true]{color:rgba(226,232,240,.45)}.smart-table--theme-dark .smart-table__merge-option:disabled:focus,.smart-table--theme-dark .smart-table__merge-option:disabled:hover,.smart-table--theme-dark .smart-table__merge-option[aria-disabled=true]:focus,.smart-table--theme-dark .smart-table__merge-option[aria-disabled=true]:hover{background-color:transparent}.smart-table--theme-dark .smart-table__pagination-button:hover:not(:disabled),.smart-table--theme-dark .smart-table__search-reset:hover:not(:disabled){background-color:#363c48;border-color:#5a6575}.smart-table--theme-dark .smart-table__color-overlay{background-color:rgba(15,23,42,.6)}.smart-table--theme-dark .smart-table__color-dialog{background-color:#1f2933;box-shadow:0 12px 32px rgba(0,0,0,.6)}.smart-table--theme-dark .smart-table__color-title,.smart-table--theme-dark .smart-table__header--sortable:hover .smart-table__header-sort,.smart-table--theme-dark .smart-table__header--sorted-asc .smart-table__header-sort-icon,.smart-table--theme-dark .smart-table__header--sorted-desc .smart-table__header-sort-icon,.smart-table--theme-dark .smart-table__pagination-button,.smart-table--theme-dark .smart-table__preview-title{color:#e2e8f0}.smart-table--theme-dark .smart-table__color-picker-input{border:1px solid #454f60;background-color:#1a202c}.smart-table--theme-dark .smart-table__color-picker-input:focus{outline-color:#3b82f6}.smart-table--theme-dark .smart-table__search,.smart-table--theme-dark .smart-table__status{color:#cbd5e1}.smart-table--theme-dark .smart-table__status--success{color:#34d399}.smart-table--theme-dark .smart-table__status--error{color:#f87171}.smart-table--theme-dark .smart-table__header-sort,.smart-table--theme-dark .smart-table__pagination-ellipsis,.smart-table--theme-dark .smart-table__preview-close,.smart-table--theme-dark .smart-table__status--info{color:#94a3b8}.smart-table--theme-dark .smart-table__search-input{border-color:#313136;background-color:#18181c;color:inherit}.smart-table--theme-dark .smart-table__search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.35)}.smart-table--theme-dark .smart-table__search-input:disabled{background-color:#202530;color:#94a3b8}.smart-table--theme-dark .smart-table__search-reset{border-color:#454f60;background-color:#2b303c;color:#d1d5db}.smart-table--theme-dark .smart-table__search-reset:focus-visible{outline-color:#3b82f6}.smart-table--theme-dark .smart-table__pagination-info,.smart-table--theme-dark .smart-table__pagination-length{color:#cbd5f5}.smart-table--theme-dark .smart-table__pagination-select{background-color:#1e2430;border-color:#454f60;color:#e2e8f0}.smart-table--theme-dark .smart-table__pagination-select:disabled{background-color:#252b36;border-color:#3a4252;color:rgba(226,232,240,.45)}.smart-table--theme-dark .smart-table__pagination-select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.35)}.smart-table--theme-dark .smart-table__pagination-button:disabled{color:rgba(226,232,240,.45)}.smart-table--theme-dark .smart-table__pagination-button--active{background-color:#2e3644;color:#fff}.smart-table--theme-dark .smart-table__no-results{border-color:#454f60;color:#cbd5e1;background-color:#232833}.smart-table--theme-dark .smart-table__selection-button{color:#e2e8f0;background-color:#262b37;border-color:#454f60}.smart-table--theme-dark .smart-table__selection-button:hover:not(:disabled){background-color:#343b4a;border-color:#5a6575}.smart-table--theme-dark .smart-table__selection-button[data-action$=delete]{color:#fca5a5;border-color:#f87171;background-color:#4c1d1d}.smart-table--theme-dark .smart-table__selection-button[data-action$=delete]:hover:not(:disabled){background-color:#7f1d1d;border-color:#f87171}.smart-table--theme-dark.is-editing .smart-table__row--template .smart-table__cell{background-color:#1e293b}.smart-table--theme-dark .smart-table__cell--editing{background-color:#3a2f1f;box-shadow:inset 0 0 0 1px rgba(75,94,126,.55);color:#f3f4f6}.smart-table--theme-dark .smart-table__cell--editing:focus{outline-color:#60a5fa}.smart-table--theme-dark .smart-table__cell--selected{box-shadow:inset 0 0 0 2px rgba(96,165,250,.8)}.smart-table--theme-dark .smart-table__cell--selected:not(.smart-table__cell--editing){background-color:rgba(59,130,246,.18)}.smart-table--theme-dark .smart-table__cell--span{color:#9ca3af}.smart-table--theme-dark.is-editing .smart-table__cell--span{background-color:#1b3a4b;color:#38bdf8}.smart-table--theme-dark .smart-table__cell--editing[data-smart-table-type=th]{background-color:#274033}.smart-table--theme-dark .smart-table__message{border-color:#f2c94c;background-color:#3a3214;color:#facc15}.smart-table--theme-dark .smart-table__preview-overlay{background-color:rgba(15,23,42,.85)}.smart-table--theme-dark .smart-table__preview-dialog{background-color:#1f2933;box-shadow:0 20px 50px rgba(0,0,0,.6)}.smart-table--theme-dark .smart-table__preview-header{border-bottom-color:#333a45;background-color:#262b37}.smart-table--theme-dark .smart-table__preview-close:hover{color:#f3f4f6}