.shadcn-form-wrapper{min-height:100%}.shadcn-form-wrapper form{flex-direction:column;gap:0;min-height:100%;display:flex}@media (max-width:768px){.shadcn-form-wrapper form{gap:.5rem}.shadcn-form-item{margin-bottom:1rem}}@media (max-width:480px){.shadcn-form-item{margin-bottom:.75rem}}.shadcn-form-select-readonly,.shadcn-form-textarea-readonly{cursor:default!important;background-color:var(--color-input-light)!important;color:var(--color-card-subtitle)!important}.dark .shadcn-form-select-readonly,.dark .shadcn-form-textarea-readonly{background-color:var(--color-input-dark)!important}.shadcn-form-input-disabled,.shadcn-form-select-disabled,.shadcn-form-textarea-disabled{opacity:.6;cursor:not-allowed!important}@media (max-width:768px){.shadcn-form-wrapper form .shadcn-form-item .shadcn-form-label{margin-bottom:.375rem;font-size:.8125rem}.shadcn-form-wrapper form .shadcn-form-item .shadcn-form-input,.shadcn-form-wrapper form .shadcn-form-item .shadcn-form-select,.shadcn-form-wrapper form .shadcn-form-item .shadcn-form-textarea{padding:.5rem .75rem;font-size:.875rem}}@media (max-width:480px){.shadcn-form-wrapper form .shadcn-form-item .shadcn-form-label{margin-bottom:.25rem;font-size:.75rem}.shadcn-form-wrapper form .shadcn-form-item .shadcn-form-input,.shadcn-form-wrapper form .shadcn-form-item .shadcn-form-select,.shadcn-form-wrapper form .shadcn-form-item .shadcn-form-textarea{padding:.375rem .5rem;font-size:.8125rem}}
:root{--shadcn-table-surface:var(--color-body);--shadcn-table-surface-muted:var(--color-table-header-bg-light,#f5f6f7);--shadcn-table-border:var(--color-table-border-light,var(--color-border));--shadcn-table-header-text:var(--color-card-text);--shadcn-table-row-text:var(--color-card-text);--shadcn-table-hover:#f0f2f5;--shadcn-table-shadow:0 14px 40px #0000000f;--shadcn-table-cell-bg:var(--color-table-cell-bg-light,var(--color-body));--shadcn-table-filter-cell-bg:var(--color-table-filter-cell-bg-light,var(--color-body));--shadcn-table-filter-placeholder:var(--color-table-filter-placeholder-light,#00000040)}.dark{--shadcn-table-surface:var(--color-body-dark,#0f1115);--shadcn-table-surface-muted:var(--color-table-header-bg-dark,#171b21);--shadcn-table-border:var(--color-table-border-dark,#ffffff14);--shadcn-table-header-text:var(--color-table-header-text-dark,#f4f6fb);--shadcn-table-row-text:var(--color-table-row-text-dark,#e7e9ef);--shadcn-table-hover:#1c2028;--shadcn-table-shadow:0 14px 40px #00000059;--shadcn-table-cell-bg:var(--color-table-cell-bg-dark,#282b31);--shadcn-table-filter-cell-bg:var(--color-table-filter-cell-bg-dark,#1f2228);--shadcn-table-filter-cell-border:var(--color-table-filter-cell-border-dark,#282b31)}.shadcn-table-scroll{background:0 0}.shadcn-table-element{border-collapse:separate;border-spacing:0;background:var(--shadcn-table-surface);width:100%;color:var(--shadcn-table-row-text);border:1px solid var(--shadcn-table-border);box-shadow:var(--shadcn-table-shadow);border-radius:.75rem;overflow:hidden}.shadcn-table-header .shadcn-table-head{background:var(--shadcn-table-surface-muted);color:var(--shadcn-table-header-text);border-bottom:1px solid var(--shadcn-table-border);padding:.75rem 1rem;font-size:.875rem;font-weight:500}.shadcn-table-header .shadcn-table-row:first-child .shadcn-table-head:first-child{border-top-left-radius:.75rem}.shadcn-table-header .shadcn-table-row:first-child .shadcn-table-head:last-child{border-top-right-radius:.75rem}.shadcn-table-body .shadcn-table-cell{color:var(--shadcn-table-row-text);border-bottom:1px solid var(--shadcn-table-border);background:var(--shadcn-table-cell-bg);padding:.75rem 1rem;font-size:.9375rem}.shadcn-table-body .shadcn-table-row:last-child .shadcn-table-cell{border-bottom:none}.shadcn-table-body .shadcn-table-row:last-child .shadcn-table-cell:first-child{border-bottom-left-radius:.75rem}.shadcn-table-body .shadcn-table-row:last-child .shadcn-table-cell:last-child{border-bottom-right-radius:.75rem}.shadcn-table-row{transition:background-color .2s}.shadcn-table-row[data-state=selected] .shadcn-table-cell{background-color:#00b86f1f}.shadcn-table-footer{background:var(--shadcn-table-surface);color:var(--shadcn-table-row-text)}.shadcn-table-caption{color:var(--shadcn-table-row-text)}.shadcn-table-header input[type=text],.shadcn-table-header input[type=search]{background-color:var(--shadcn-table-filter-cell-bg)}.shadcn-table-header input[type=text]::-moz-placeholder{color:var(--shadcn-table-filter-placeholder)}.shadcn-table-header input[type=search]::-moz-placeholder{color:var(--shadcn-table-filter-placeholder)}.shadcn-table-header input[type=text]::placeholder,.shadcn-table-header input[type=search]::placeholder{color:var(--shadcn-table-filter-placeholder)}.dark .shadcn-table-header input[type=text],.dark .shadcn-table-header input[type=search]{background-color:var(--shadcn-table-filter-cell-bg);border-color:var(--shadcn-table-filter-cell-border)}
.shadcn-table-wrapper.shadcn-tabulator{flex-direction:column;height:100%;display:flex;position:relative;box-shadow:none!important;background:0 0!important;border:none!important}.shadcn-tabulator-toolbar{flex-direction:column;gap:.75rem;display:flex}.shadcn-tabulator-toolbar__top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.shadcn-tabulator-toolbar__top .shadcn-tabulator-title{flex:none}.shadcn-tabulator-toolbar__top .shadcn-tabulator-actions{flex:none;margin-left:auto}.shadcn-tabulator-title{color:var(--shadcn-table-header-text);font-size:1.1rem;font-weight:700}.shadcn-tabulator-actions{flex-wrap:wrap;align-items:center;gap:.5rem;margin-left:auto;display:flex}.shadcn-tabulator-toolbar__filters{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.5rem;width:100%;display:grid}.shadcn-tabulator-slot{align-items:center;gap:.25rem;display:inline-flex}.shadcn-tabulator-export{gap:.5rem}.shadcn-tabulator .shadcn-table-title{background:var(--shadcn-table-surface);border:0;border-radius:.75rem .75rem 0 0;margin-bottom:12px;padding:0}.shadcn-tabulator .shadcn-table-container{background:var(--color-body);flex-direction:column;flex:1;min-height:0;display:flex;padding:0!important}.shadcn-tabulator .shadcn-tabulator-card .shadcn-table-container{padding:0!important}.shadcn-tabulator .shadcn-tabulator-card{border-radius:.75rem;flex-direction:column;flex:1;min-height:0;display:flex;box-shadow:none!important;background:0 0!important;border:none!important}.shadcn-tabulator .shadcn-tabulator-card>div{padding:0!important}.shadcn-tabulator .shadcn-tabulator-card [data-slot=table-container]{width:100%!important;min-width:0!important;max-width:100%!important;overflow:auto visible!important}.shadcn-tabulator .shadcn-table-footer{background:var(--shadcn-table-surface);border-radius:0 0 .75rem .75rem;padding:0;border:none!important}.shadcn-tabulator.shadcn-tabulator-transparent{box-shadow:none!important;background:0 0!important}.shadcn-tabulator.shadcn-tabulator-transparent .shadcn-table-title,.shadcn-tabulator.shadcn-tabulator-transparent .shadcn-table-footer,.shadcn-tabulator.shadcn-tabulator-transparent .shadcn-tabulator-card{box-shadow:none;background:0 0;border:0}@media (max-width:768px){.shadcn-tabulator .shadcn-table-title,.shadcn-tabulator .shadcn-table-footer{padding:.75rem 1rem}.shadcn-tabulator-toolbar__top{align-items:flex-start}}@media (max-width:480px){.shadcn-tabulator .shadcn-table-title,.shadcn-tabulator .shadcn-table-footer{padding:.6rem .875rem}}.shadcn-table-footer *{font-family:Montserrat Variable,sans-serif}.shadcn-table-footer [data-radix-select-trigger],.shadcn-table-footer button[data-variant=secondary]{border:1px solid var(--color-border)!important;border-radius:8px!important}
