.dt-surface{border:1px solid rgb(var(--gray-200));background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px rgba(0,0,0,.02),0 1px 4px rgba(15,23,42,.03)}.dark .dt-surface{background:rgb(var(--gray-50))}.dt-toolbar{border-bottom:1px solid rgb(var(--gray-100));justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.dt-toolbar__l,.dt-toolbar__r{align-items:center;gap:6px;display:flex}.dt-search{background:rgb(var(--gray-100));border:1px solid transparent;border-radius:8px;align-items:center;gap:6px;min-width:280px;padding:6px 9px;transition:background .15s,border-color .15s,box-shadow .15s;display:flex}.dt-search:focus-within{border-color:rgb(var(--gray-300));box-shadow:0 0 0 3px rgb(var(--primary-default)/.1);background:#fff}.dt-search i,.dt-search svg{color:rgb(var(--gray-400));flex-shrink:0;font-size:15px}.dt-search input{color:rgb(var(--gray-900));background:0 0;border:0;outline:0;flex:1;font-size:13px}.dt-search input::placeholder{color:rgb(var(--gray-400))}.dt-search kbd{color:rgb(var(--gray-500));border:1px solid rgb(var(--gray-200));background:#fff;border-radius:4px;padding:1px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px}.dt-ibtn{border:1px solid rgb(var(--gray-200));min-width:32px;height:32px;color:rgb(var(--gray-600));cursor:pointer;background:#fff;border-radius:8px;grid-auto-flow:column;place-items:center;gap:6px;padding:0 8px;font-family:inherit;font-size:15px;transition:color .15s,border-color .15s,background .15s;display:inline-grid;position:relative}.dt-ibtn:hover{color:rgb(var(--gray-900));border-color:rgb(var(--gray-300));background:rgb(var(--gray-50))}.dt-ibtn.is-on{color:rgb(var(--primary-default));border-color:rgb(var(--primary-default));background:rgb(var(--primary-default)/.06)}.dt-ibtn span{font-size:13px;font-weight:500}.dt-ibtn--split-l{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0;padding-right:4px}.dt-ibtn--split-r{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0;min-width:22px;padding:0 6px 0 2px}.dt-ibtn--split-l:hover,.dt-ibtn--split-r:hover{border-color:rgb(var(--gray-200))}.dt-ibtn--split-l.is-on,.dt-ibtn--split-r.is-on{border-color:rgb(var(--primary-default))}.dt-ibtn__dot{background:rgb(var(--primary-default));color:#fff;border:1.5px solid #fff;border-radius:99px;place-items:center;min-width:14px;height:14px;padding:0 4px;font-size:9px;font-weight:700;display:grid;position:absolute;top:-3px;right:-3px}.dt-sep{background:rgb(var(--gray-200));width:1px;height:20px;margin:0 4px}.dt-density{background:rgb(var(--gray-100));border-radius:8px;gap:0;padding:2px;display:inline-flex}.dt-density button{cursor:pointer;color:rgb(var(--gray-500));background:0 0;border:0;border-radius:6px;place-items:center;padding:5px 7px;font-size:13px;transition:color .15s,background .15s;display:grid}.dt-density button:hover{color:rgb(var(--gray-800))}.dt-density button.is-on{color:rgb(var(--gray-900));background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.06)}.dt-filters{border-bottom:1px solid rgb(var(--gray-100));background:linear-gradient(180deg,rgb(var(--gray-50)/.5),#fff);flex-wrap:wrap;align-items:center;gap:6px;padding:8px 12px;display:flex}.dt-filters__lbl{letter-spacing:.06em;text-transform:uppercase;color:rgb(var(--gray-400));margin-right:2px;font-size:10.5px;font-weight:600}.dt-chip{border:1px solid rgb(var(--gray-300));color:rgb(var(--gray-700));background:#fff;border-radius:99px;align-items:center;gap:4px;padding:2px 4px 2px 10px;font-size:12px;display:inline-flex}.dt-chip b{color:rgb(var(--gray-900));font-weight:600}.dt-chip__op{color:rgb(var(--gray-400));padding:0 2px}.dt-chip__x{cursor:pointer;color:rgb(var(--gray-400));background:0 0;border:0;border-radius:99px;place-items:center;padding:2px 4px;display:grid}.dt-chip__x:hover{background:rgb(var(--gray-100));color:rgb(var(--gray-900))}.dt-chip--add{color:rgb(var(--gray-500));cursor:pointer;background:0 0;border-style:dashed;align-items:center;gap:5px;padding:2px 10px;display:inline-flex}.dt-chip--add:hover{background:rgb(var(--gray-50));color:rgb(var(--gray-800))}.dt-filters__clear{cursor:pointer;color:rgb(var(--gray-500));background:0 0;border:0;margin-left:auto;font-size:12px;font-weight:500}.dt-filters__clear:hover{color:rgb(var(--primary-default))}.dt-wrap{width:100%;position:relative;overflow:auto}.dt-table{border-collapse:separate;border-spacing:0;width:100%;font-size:13px}.dt-td{padding:5px 12px}[data-density=comfortable] .dt-td{padding:9px 12px}[data-density=relaxed] .dt-td{padding:14px 12px}.dt-table thead th{z-index:3;text-align:left;text-transform:uppercase;letter-spacing:.06em;height:36px;color:rgb(var(--gray-500));background:rgb(var(--gray-50));border-bottom:1px solid rgb(var(--gray-200));white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:8px 12px;font-size:10.5px;font-weight:600;position:-webkit-sticky;position:sticky;top:0}.dt-table thead th.dt-th--num{text-align:right}.dt-table th{position:relative}.dt-th__inner{cursor:pointer;align-items:center;gap:5px;padding-right:4px;display:inline-flex}.dt-th__sort{color:rgb(var(--gray-300));place-items:center;width:12px;font-size:11px;line-height:1;display:inline-grid}.dt-th__inner:hover .dt-th__sort{color:rgb(var(--gray-500))}.dt-th__sort.is-on{color:rgb(var(--primary-default))}.dt-th__filter{cursor:pointer;color:rgb(var(--gray-300));opacity:0;background:0 0;border:0;border-radius:4px;padding:2px 3px;font-size:11px;line-height:1;transition:opacity .15s,background .15s,color .15s}.dt-table thead th:hover .dt-th__filter{opacity:1}.dt-th__filter:hover{background:rgb(var(--gray-200));color:rgb(var(--gray-700))}.dt-th__filter.is-active{color:rgb(var(--primary-default));opacity:1}.dt-th__resize{cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:4;width:6px;position:absolute;top:0;bottom:0;right:0}.dt-th__resize:after{content:"";background:0 0;width:1px;transition:background .15s;position:absolute;top:25%;bottom:25%;right:2px}.dt-th__resize:hover:after{background:rgb(var(--primary-default))}.dt-th--fl,.dt-td--fl{left:var(--dt-fl-offset,0px);z-index:2;background:#fff;position:-webkit-sticky;position:sticky}.dt-th--fl-last,.dt-td--fl-last{box-shadow:1px 0 0 rgb(var(--gray-100))}.dt-th--fr,.dt-td--fr{z-index:2;box-shadow:-1px 0 0 rgb(var(--gray-100));background:#fff;position:-webkit-sticky;position:sticky;right:0}.dt-table thead .dt-th--fl,.dt-table thead .dt-th--fr{background:rgb(var(--gray-50));z-index:4}.dt-row.is-selected .dt-td--fl,.dt-row.is-selected .dt-td--fr{background:linear-gradient(rgb(var(--primary-default)/.05),rgb(var(--primary-default)/.05)),#fff}.dark .dt-row.is-selected .dt-td--fl,.dark .dt-row.is-selected .dt-td--fr{background:linear-gradient(rgb(var(--primary-default)/.05),rgb(var(--primary-default)/.05)),rgb(var(--gray-50))}.dt-row:hover .dt-td--fl,.dt-row:hover .dt-td--fr,.dark .dt-td--fl,.dark .dt-td--fr{background:rgb(var(--gray-50))}.dt-row{transition:background .12s;position:relative}.dt-row:hover{background:rgb(var(--primary-default)/.025)}.dt-row.is-selected{background:rgb(var(--primary-default)/.05)}.dt-row.is-selected>td:first-child{position:relative}.dt-row.is-selected>td:first-child:before{content:"";background:rgb(var(--primary-default));z-index:5;width:2.5px;position:absolute;top:0;bottom:0;left:0}.dt-td{border-bottom:1px solid rgb(var(--gray-100));vertical-align:middle;color:rgb(var(--gray-700));font-size:13px}.dt-td--num{text-align:right;font-variant-numeric:tabular-nums}.dt-th--lead,.dt-td--lead{width:56px;padding-left:12px!important;padding-right:0!important}.dt-lead{align-items:center;gap:4px;display:flex}.dt-check{cursor:pointer;width:14px;height:14px;accent-color:rgb(var(--primary-default));opacity:.35;transition:opacity .15s}.dt-row:hover .dt-check,.dt-row.is-selected .dt-check,.dt-check:checked,.dt-th--lead .dt-check{opacity:1}.dt-exp{color:rgb(var(--gray-400));cursor:pointer;background:0 0;border:0;border-radius:4px;place-items:center;width:16px;height:16px;margin-right:2px;padding:1px;font-size:12px;transition:transform .18s,color .15s;display:grid}.dt-exp:hover{color:rgb(var(--gray-800));background:rgb(var(--gray-100))}.dt-exp.is-open{color:rgb(var(--primary-default));transform:rotate(90deg)}.dt-exp--ph{width:16px;margin-right:2px;display:inline-block}.dt-actions{justify-content:flex-end;align-items:center;gap:1px;width:100%;display:inline-flex}.dt-act{width:26px;height:26px;color:rgb(var(--gray-500));cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;padding:0;font-size:14px;transition:background .15s,color .15s,opacity .15s,transform .15s;display:grid}.dt-act:hover{background:rgb(var(--gray-100));color:rgb(var(--gray-900))}.dt-act.is-danger:hover{background:rgb(var(--red-default,238 0 0)/.08);color:rgb(var(--red-default,238 0 0))}.dt-act--quick{opacity:0;transform:translate(4px)}.dt-row:hover .dt-act--quick{opacity:1;transform:translate(0)}.dt-act--primary{color:rgb(var(--primary-default))}.dt-act--primary:hover{background:rgb(var(--primary-default)/.1);color:rgb(var(--primary-default))}.dt-pager{border-top:1px solid rgb(var(--gray-100));background:#fff;justify-content:space-between;align-items:center;gap:12px;padding:9px 14px;display:flex}.dt-pager__info{color:rgb(var(--gray-500));font-size:12px}.dt-pager__info b{color:rgb(var(--gray-800));font-variant-numeric:tabular-nums;font-weight:600}.dt-pager__nav{align-items:center;gap:4px;display:flex}.dt-pager__nav button{border:1px solid rgb(var(--gray-200));cursor:pointer;width:28px;height:28px;color:rgb(var(--gray-600));font-variant-numeric:tabular-nums;background:#fff;border-radius:6px;place-items:center;font-size:12px;font-weight:500;display:grid}.dt-pager__nav button:hover{border-color:rgb(var(--gray-300));color:rgb(var(--gray-900))}.dt-pager__nav button.is-on{background:rgb(var(--primary-default));border-color:rgb(var(--primary-default));color:#fff}.dt-pager__nav button:disabled{color:rgb(var(--gray-300));cursor:not-allowed}.dt-pager__size{color:rgb(var(--gray-500));align-items:center;gap:6px;font-size:12px;display:inline-flex}.dt-pager__size select{border:1px solid rgb(var(--gray-200));color:rgb(var(--gray-900));cursor:pointer;background:#fff;border-radius:6px;padding:4px 7px;font-family:inherit;font-size:12px;font-weight:500}.dt-bulk{color:rgb(var(--primary-default));box-shadow:none;z-index:100;background:0 0;border:none;border-radius:12px;justify-content:flex-end;align-items:center;gap:12px;padding:0;animation:.22s cubic-bezier(.2,.9,.2,1.05) dt-bulkin;display:flex;position:fixed;bottom:22px;left:50%;transform:translate(-50%)}@keyframes dt-bulkin{0%{opacity:0;transform:translate(-50%,14px)scale(.97)}to{opacity:1;transform:translate(-50%)scale(1)}}.dt-bulk__count{align-items:center;gap:6px;padding-right:12px;font-size:12.5px;display:inline-flex}.dt-bulk__count b{font-size:13px;font-weight:600}.dt-bulk__acts{align-items:center;gap:1px;display:flex}.dt-bulk__acts button{color:rgb(var(--primary-default));cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:6px;padding:6px 10px;font-family:inherit;font-size:12.5px;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.dt-bulk__acts button:hover{background:rgb(var(--primary-default)/.12);color:rgb(var(--primary-default))}.dt-bulk__acts i,.dt-bulk__acts svg{font-size:13px}.dt-bulk__danger:hover{background:rgb(var(--red-default,238 0 0)/.12)!important;color:rgb(var(--red-default,238 0 0))!important}.dt-bulk__x{color:rgb(var(--primary-default));background:0 0;justify-content:center;align-items:center;width:26px;height:26px;margin-left:4px;display:inline-flex;border-radius:7px!important;padding:0!important}
