.sub-navbar{background:linear-gradient(90deg,var(--mc-surface-2) 0,var(--mc-surface) 100%);border-bottom:1px solid var(--mc-border);border-top:1px solid var(--mc-border);font-size:.95rem;padding:.4rem 0;position:relative;transition:background .3s ease,border-color .3s ease;z-index:10}.sub-nav-menu{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.sub-nav-menu .nav-link{border-radius:.5rem;color:var(--mc-text-muted);font-weight:500;padding:.6rem 1.2rem;position:relative;transition:all .25s ease}.sub-nav-menu .nav-link:hover{background-color:rgba(var(--bs-primary-rgb),.08);color:var(--bs-primary-dark)}.sub-nav-menu .nav-link.active{background-color:rgba(var(--bs-primary-rgb),.15);color:var(--bs-primary-dark);font-weight:600}.sub-nav-menu .nav-link.active:after{animation:underlineExpand .4s ease forwards;background:linear-gradient(90deg,var(--bs-primary-dark) 0,var(--bs-primary-light) 100%);border-radius:2px;bottom:2px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:0}.sub-nav-menu .nav-link.disabled{background-color:transparent!important;color:var(--mc-text-muted)!important;cursor:not-allowed;opacity:.5;pointer-events:none}.sub-nav-menu .nav-link.disabled:after{display:none}@keyframes underlineExpand{0%{opacity:0;width:0}to{opacity:1;width:60%}}[data-bs-theme=dark] .sub-navbar{background:linear-gradient(90deg,var(--mc-surface) 0,var(--mc-surface-2) 100%);border-color:hsla(0,0%,100%,.08)}[data-bs-theme=dark] .sub-nav-menu .nav-link{color:var(--mc-text-muted)}[data-bs-theme=dark] .sub-nav-menu .nav-link:hover{background-color:rgba(var(--bs-primary-rgb),.15);color:var(--bs-primary-light)}[data-bs-theme=dark] .sub-nav-menu .nav-link.active{background-color:rgba(var(--bs-primary-rgb),.25);color:var(--bs-primary-light)}[data-bs-theme=dark] .sub-nav-menu .nav-link.active:after{background:linear-gradient(90deg,var(--bs-primary) 0,var(--bs-primary-light) 100%)}@media(max-width:768px){.sub-nav-menu{gap:.5rem}.sub-nav-menu .nav-link{font-size:.9rem;padding:.5rem 1rem}}.station-page{background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:var(--mc-text);min-height:100vh;transition:background .4s ease,color .4s ease}[data-bs-theme=dark] .station-page{background:linear-gradient(135deg,color-mix(in srgb,var(--mc-surface-2) 80%,#1e293b) 0,color-mix(in srgb,var(--mc-surface) 85%,#334155) 100%)}.station-hero{background:linear-gradient(135deg,var(--bs-primary-dark,#6b8b2f) 0,var(--bs-primary,#b8d45f) 45%,var(--bs-primary-light,#c9e080) 75%,var(--bs-primary,#b8d45f) 100%);color:#fff;overflow:hidden;padding:3rem 0 4rem;position:relative;text-shadow:0 2px 4px rgba(0,0,0,.2);transition:background .4s ease}.station-hero .hero-gradient{animation:pulse 8s ease-in-out infinite;background:radial-gradient(circle at 20% 50%,hsla(0,0%,100%,.12) 0,transparent 50%),radial-gradient(circle at 80% 80%,hsla(0,0%,100%,.15) 0,transparent 50%);inset:0;position:absolute;z-index:0}.station-hero .hero-content{align-items:center;display:grid;gap:3rem;grid-template-columns:1fr auto;position:relative;z-index:1}.station-hero .location-badge{align-items:center;backdrop-filter:blur(10px);background:hsla(0,0%,100%,.2);border-radius:2rem;color:#fff;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem}.station-hero .location-badge i{font-size:1rem}.station-hero .hero-title{font-size:3rem;font-weight:800;margin:0 0 1rem;text-shadow:0 2px 20px rgba(0,0,0,.3)}.station-hero .last-update{align-items:center;display:flex;font-size:1rem;opacity:.95}.station-hero .last-update i{font-size:1.1rem;margin-right:.4rem}.station-hero .last-update strong{font-weight:600;margin-left:.25rem}.station-hero .current-weather{align-items:center;backdrop-filter:blur(20px);background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.2);border-radius:2rem;box-shadow:0 8px 32px rgba(0,0,0,.1);display:flex;gap:1.5rem;padding:2rem 2.5rem;z-index:1}.station-hero .current-weather .weather-icon{align-items:center;animation:float 3s ease-in-out infinite;display:flex;height:80px;justify-content:center;width:80px}.station-hero .current-weather .weather-icon img{filter:drop-shadow(0 4px 12px rgba(0,0,0,.25));height:100%;object-fit:contain;width:100%}.station-hero .current-weather .current-temp{font-size:4rem;font-weight:800;line-height:1;margin-bottom:.5rem}.station-hero .current-weather .current-temp span{font-size:2rem;margin-left:.2rem;opacity:.8}.station-hero .current-weather .current-desc{cursor:help;font-size:1.1rem;margin-bottom:.75rem;opacity:.9}.station-hero .current-weather .current-meta{display:flex;font-size:1rem;gap:1.5rem;opacity:.85}.station-hero .current-weather .current-meta span{align-items:center;display:flex;gap:.4rem}.station-hero .current-weather .current-meta span i{font-size:1.1rem}[data-bs-theme=dark] .station-hero{background:linear-gradient(135deg,color-mix(in srgb,var(--bs-primary-dark) 70%,#000) 0,color-mix(in srgb,var(--bs-primary) 80%,#000) 40%,color-mix(in srgb,var(--bs-primary-light) 60%,#000) 75%);text-shadow:0 2px 6px rgba(0,0,0,.4)}[data-bs-theme=dark] .station-hero .current-weather{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.15);box-shadow:0 4px 20px rgba(0,0,0,.3)}[data-bs-theme=dark] .station-hero .location-badge{background:hsla(0,0%,100%,.12);color:#fff}.station-dashboard{margin-top:1rem;padding:3rem 0;position:relative}.station-subpage{margin-top:0;padding:3rem 0;position:relative}.kpi-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:2rem}.chart-card,.gauge-card,.kpi-card{background:var(--mc-surface);border-radius:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.05);color:var(--mc-text);overflow:hidden;padding:1.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.kpi-card{align-items:start;display:grid;gap:1rem;grid-template-columns:auto 1fr}.kpi-card:before{background:linear-gradient(90deg,var(--card-color),var(--card-color-light));content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s}.kpi-card:hover{box-shadow:0 12px 24px rgba(0,0,0,.12);transform:translateY(-4px)}.kpi-card:hover:before{opacity:1}.kpi-card.temperature{--card-color:#ef4444;--card-color-light:#fca5a5}.kpi-card.humidity{--card-color:#3b82f6;--card-color-light:#93c5fd}.kpi-card.wind{--card-color:#10b981;--card-color-light:#6ee7b7}.kpi-card.radiation{--card-color:#f59e0b;--card-color-light:#fcd34d}.kpi-card .kpi-icon{background:linear-gradient(135deg,var(--card-color),var(--card-color-light));border-radius:1rem;box-shadow:0 4px 12px rgba(0,0,0,.15);color:#fff;display:grid;font-size:1.8rem;height:60px;place-items:center;width:60px}.kpi-card .kpi-label{color:var(--mc-text-muted);font-size:.85rem;font-weight:600;letter-spacing:.5px;margin-bottom:.25rem;text-transform:uppercase}.kpi-card .kpi-value{color:var(--mc-text);font-size:2.5rem;font-weight:800;line-height:1;margin-bottom:.5rem}.kpi-card .kpi-value span{color:var(--mc-muted);font-size:1.2rem;font-weight:600;margin-left:.2rem}.kpi-card .kpi-trend{align-items:center;display:flex;font-size:.85rem;font-weight:600;gap:.3rem}.kpi-card .kpi-trend.up{color:#16a34a}.kpi-card .kpi-trend.down{color:#dc2626}.kpi-card .kpi-trend.neutral{color:var(--mc-text-muted)}.kpi-card .kpi-chart{grid-column:1/-1;height:50px;margin-top:.5rem;opacity:.8}.kpi-card .kpi-chart canvas{height:100%!important;width:100%!important}.charts-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(12,1fr)}.chart-card{grid-column:span 6}.chart-card:hover{box-shadow:0 12px 24px rgba(0,0,0,.1);transform:translateY(-2px)}.chart-card.large{grid-column:span 8}.chart-card.medium{grid-column:span 4}.chart-card .card-header{align-items:flex-start;border-bottom:2px solid var(--mc-border);display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.chart-card .card-header h3{align-items:center;color:var(--mc-text);display:flex;font-size:1.1rem;font-weight:700;gap:.5rem;margin:0 0 .25rem}.chart-card .card-header h3 i{color:#667eea;font-size:1.2rem}.chart-card .card-header p{color:var(--mc-text-muted);font-size:.85rem;margin:0}.chart-card .card-header .current-value{color:#7c3aed;font-size:1.8rem;font-weight:800}.chart-card .card-header .current-value span{color:var(--mc-muted);font-size:1rem;margin-left:.25rem}.chart-card .card-body{position:relative}.chart-card .card-body.centered{display:grid;place-items:center}.chart-card .card-body canvas{max-height:250px;width:100%!important}.gauge-container{grid-column:span 3}.gauge-card{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center}.gauge-card .gauge-label{color:var(--mc-text-muted);font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;text-transform:uppercase}.gauge-card .gauge{height:140px;margin-bottom:1rem;position:relative;width:140px}.gauge-card .gauge svg{height:100%;transform:rotate(-90deg);width:100%}.gauge-card .gauge circle{fill:none;stroke-linecap:round;stroke-width:10}.gauge-card .gauge .gauge-bg{stroke:var(--mc-border)}.gauge-card .gauge .gauge-fill{stroke:url(#gaugeGradient);stroke-dasharray:282.7;stroke-dashoffset:calc(282.7 - var(--progress, .5)*282.7);transition:stroke-dashoffset 1s ease}.gauge-card .gauge .gauge-value{color:var(--mc-text);font-size:2rem;font-weight:800;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.gauge-card .gauge-status{border-radius:2rem;font-size:.85rem;font-weight:600;padding:.4rem 1rem}.gauge-card .gauge-status.moderate{background:#fef3c7;color:#d97706}.gauge-card .gauge-status.normal{background:#d1fae5;color:#059669}[data-bs-theme=dark] .chart-card,[data-bs-theme=dark] .gauge-card,[data-bs-theme=dark] .kpi-card{background:var(--mc-surface-2);box-shadow:0 2px 10px rgba(0,0,0,.3);color:var(--mc-text)}[data-bs-theme=dark] .chart-card .card-header p,[data-bs-theme=dark] .gauge-card .gauge-label,[data-bs-theme=dark] .kpi-value span{color:var(--mc-muted)}[data-bs-theme=dark] .chart-card .card-header{border-bottom-color:hsla(0,0%,100%,.08)}[data-bs-theme=dark] .gauge-bg{stroke:hsla(0,0%,100%,.12)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.chart-card,.gauge-card,.kpi-card{animation:fadeInUp .6s ease-out backwards}.kpi-card:first-child{animation-delay:.1s}.kpi-card:nth-child(2){animation-delay:.2s}.kpi-card:nth-child(3){animation-delay:.3s}.kpi-card:nth-child(4){animation-delay:.4s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1200px){.chart-card.large,.chart-card.medium{grid-column:span 12}}@media(max-width:992px){.station-hero .hero-content{gap:2rem;grid-template-columns:1fr}.station-hero .hero-title{font-size:2.5rem}.station-hero .current-weather{justify-content:center}.chart-card{grid-column:span 12!important}.gauge-container{grid-column:span 6}}@media(max-width:768px){.station-hero{padding:2rem 0 3rem}.station-hero .hero-title{font-size:2rem}.station-hero .current-weather{flex-direction:column;padding:1.5rem;text-align:center}.station-hero .current-weather .current-temp{font-size:3rem}.kpi-grid{grid-template-columns:1fr}.gauge-container{grid-column:span 12}}.kpi-row{margin-top:2rem}.gauges-grid{align-items:start;display:grid;gap:1.5rem;grid-template-columns:repeat(2,minmax(220px,1fr))}.gauge-item{display:flex;justify-content:center}.gauge-container{max-width:240px;width:100%}@media(max-width:992px){.gauges-grid{grid-template-columns:1fr}}:root{--dt-row-selected:13,110,253;--dt-row-selected-text:255,255,255;--dt-row-selected-link:228,228,228;--dt-row-stripe:0,0,0;--dt-row-hover:0,0,0;--dt-column-ordering:0,0,0;--dt-header-align-items:center;--dt-header-vertical-align:middle;--dt-html-background:#fff}:root.dark{--dt-html-background:#212529}table.dataTable tbody td.dt-control{cursor:pointer;text-align:center}table.dataTable tbody td.dt-control:before{border-color:transparent transparent transparent rgba(0,0,0,.5);border-style:solid;border-width:5px 0 5px 10px;box-sizing:border-box;content:"";display:inline-block}table.dataTable tbody tr.dt-hasChild td.dt-control:before{border-color:rgba(0,0,0,.5) transparent transparent;border-style:solid;border-width:10px 5px 0}table.dataTable tfoot:empty{display:none}:root[data-bs-theme=dark] table.dataTable td.dt-control:before,:root[data-theme=dark] table.dataTable td.dt-control:before,html.dark table.dataTable td.dt-control:before{border-left-color:hsla(0,0%,100%,.5)}:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before,:root[data-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before,html.dark table.dataTable tr.dt-hasChild td.dt-control:before{border-left-color:transparent;border-top-color:hsla(0,0%,100%,.5)}div.dt-scroll{width:100%}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before,table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before,table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before,table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before{bottom:50%;content:"\25B2";content:"\25B2"/"";display:block;position:absolute}table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after,table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after,table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after,table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after{content:"\25BC";content:"\25BC"/"";display:block;position:absolute;top:50%}table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order,table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order,table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order,table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order,table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order,table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order,table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order,table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order{height:24px;position:relative;width:12px}table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:after,table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before,table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after,table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:before,table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:after,table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before,table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after,table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:before,table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:after,table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before,table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after,table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:before,table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:after,table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after,table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:before{font-size:.8em;left:0;line-height:9px;opacity:.125}table.dataTable thead>tr>td.dt-orderable-asc,table.dataTable thead>tr>td.dt-orderable-desc,table.dataTable thead>tr>th.dt-orderable-asc,table.dataTable thead>tr>th.dt-orderable-desc{cursor:pointer}table.dataTable thead>tr>td.dt-orderable-asc:hover,table.dataTable thead>tr>td.dt-orderable-desc:hover,table.dataTable thead>tr>th.dt-orderable-asc:hover,table.dataTable thead>tr>th.dt-orderable-desc:hover{outline:2px solid rgba(0,0,0,.05);outline-offset:-2px}table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before,table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after,table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after{opacity:.6}table.dataTable thead>tr>td.dt-orderable-none:not(.dt-ordering-asc,.dt-ordering-desc) span.dt-column-order:empty,table.dataTable thead>tr>td.sorting_asc_disabled span.dt-column-order:before,table.dataTable thead>tr>td.sorting_desc_disabled span.dt-column-order:after,table.dataTable thead>tr>th.dt-orderable-none:not(.dt-ordering-asc,.dt-ordering-desc) span.dt-column-order:empty,table.dataTable thead>tr>th.sorting_asc_disabled span.dt-column-order:before,table.dataTable thead>tr>th.sorting_desc_disabled span.dt-column-order:after{display:none}table.dataTable thead>tr>td:active,table.dataTable thead>tr>th:active{outline:none}table.dataTable tfoot>tr>td div.dt-column-footer,table.dataTable tfoot>tr>td div.dt-column-header,table.dataTable tfoot>tr>th div.dt-column-footer,table.dataTable tfoot>tr>th div.dt-column-header,table.dataTable thead>tr>td div.dt-column-footer,table.dataTable thead>tr>td div.dt-column-header,table.dataTable thead>tr>th div.dt-column-footer,table.dataTable thead>tr>th div.dt-column-header{align-items:var(--dt-header-align-items);display:flex;gap:4px;justify-content:space-between}table.dataTable tfoot>tr>td div.dt-column-footer span.dt-column-title,table.dataTable tfoot>tr>td div.dt-column-header span.dt-column-title,table.dataTable tfoot>tr>th div.dt-column-footer span.dt-column-title,table.dataTable tfoot>tr>th div.dt-column-header span.dt-column-title,table.dataTable thead>tr>td div.dt-column-footer span.dt-column-title,table.dataTable thead>tr>td div.dt-column-header span.dt-column-title,table.dataTable thead>tr>th div.dt-column-footer span.dt-column-title,table.dataTable thead>tr>th div.dt-column-header span.dt-column-title{flex-grow:1}table.dataTable tfoot>tr>td div.dt-column-footer span.dt-column-title:empty,table.dataTable tfoot>tr>td div.dt-column-header span.dt-column-title:empty,table.dataTable tfoot>tr>th div.dt-column-footer span.dt-column-title:empty,table.dataTable tfoot>tr>th div.dt-column-header span.dt-column-title:empty,table.dataTable thead>tr>td div.dt-column-footer span.dt-column-title:empty,table.dataTable thead>tr>td div.dt-column-header span.dt-column-title:empty,table.dataTable thead>tr>th div.dt-column-footer span.dt-column-title:empty,table.dataTable thead>tr>th div.dt-column-header span.dt-column-title:empty{display:none}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}:root.dark table.dataTable thead>tr>td.dt-orderable-asc:hover,:root.dark table.dataTable thead>tr>td.dt-orderable-desc:hover,:root.dark table.dataTable thead>tr>th.dt-orderable-asc:hover,:root.dark table.dataTable thead>tr>th.dt-orderable-desc:hover,:root[data-bs-theme=dark] table.dataTable thead>tr>td.dt-orderable-asc:hover,:root[data-bs-theme=dark] table.dataTable thead>tr>td.dt-orderable-desc:hover,:root[data-bs-theme=dark] table.dataTable thead>tr>th.dt-orderable-asc:hover,:root[data-bs-theme=dark] table.dataTable thead>tr>th.dt-orderable-desc:hover{outline:2px solid hsla(0,0%,100%,.05)}div.dt-processing{left:50%;margin-left:-100px;margin-top:-22px;padding:2px;position:absolute;text-align:center;top:50%;width:200px;z-index:10}div.dt-processing>div:last-child{height:15px;margin:1em auto;position:relative;width:80px}div.dt-processing>div:last-child>div{animation-timing-function:cubic-bezier(0,1,1,0);background:#0d6efd;background:rgb(var(--dt-row-selected));border-radius:50%;height:13px;position:absolute;top:0;width:13px}div.dt-processing>div:last-child>div:first-child{animation:datatables-loader-1 .6s infinite;left:8px}div.dt-processing>div:last-child>div:nth-child(2){animation:datatables-loader-2 .6s infinite;left:8px}div.dt-processing>div:last-child>div:nth-child(3){animation:datatables-loader-2 .6s infinite;left:32px}div.dt-processing>div:last-child>div:nth-child(4){animation:datatables-loader-3 .6s infinite;left:56px}@keyframes datatables-loader-1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes datatables-loader-3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes datatables-loader-2{0%{transform:translate(0)}to{transform:translate(24px)}}table.dataTable.nowrap td,table.dataTable.nowrap th{white-space:nowrap}table.dataTable td,table.dataTable th{box-sizing:border-box}table.dataTable td.dt-type-date,table.dataTable td.dt-type-numeric,table.dataTable th.dt-type-date,table.dataTable th.dt-type-numeric{text-align:right}table.dataTable td.dt-type-date div.dt-column-footer,table.dataTable td.dt-type-date div.dt-column-header,table.dataTable td.dt-type-numeric div.dt-column-footer,table.dataTable td.dt-type-numeric div.dt-column-header,table.dataTable th.dt-type-date div.dt-column-footer,table.dataTable th.dt-type-date div.dt-column-header,table.dataTable th.dt-type-numeric div.dt-column-footer,table.dataTable th.dt-type-numeric div.dt-column-header{flex-direction:row-reverse}table.dataTable td.dt-left,table.dataTable th.dt-left{text-align:left}table.dataTable td.dt-left div.dt-column-footer,table.dataTable td.dt-left div.dt-column-header,table.dataTable th.dt-left div.dt-column-footer,table.dataTable th.dt-left div.dt-column-header{flex-direction:row}table.dataTable td.dt-center,table.dataTable th.dt-center{text-align:center}table.dataTable td.dt-right,table.dataTable th.dt-right{text-align:right}table.dataTable td.dt-right div.dt-column-footer,table.dataTable td.dt-right div.dt-column-header,table.dataTable th.dt-right div.dt-column-footer,table.dataTable th.dt-right div.dt-column-header{flex-direction:row-reverse}table.dataTable td.dt-justify,table.dataTable th.dt-justify{text-align:justify}table.dataTable td.dt-justify div.dt-column-footer,table.dataTable td.dt-justify div.dt-column-header,table.dataTable th.dt-justify div.dt-column-footer,table.dataTable th.dt-justify div.dt-column-header{flex-direction:row}table.dataTable td.dt-nowrap,table.dataTable th.dt-nowrap{white-space:nowrap}table.dataTable td.dt-empty,table.dataTable th.dt-empty{text-align:center;vertical-align:top}table.dataTable tfoot td,table.dataTable tfoot th,table.dataTable thead td,table.dataTable thead th{text-align:left;vertical-align:var(--dt-header-vertical-align)}table.dataTable tfoot td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable thead th.dt-head-left{text-align:left}table.dataTable tfoot td.dt-head-left div.dt-column-footer,table.dataTable tfoot td.dt-head-left div.dt-column-header,table.dataTable tfoot th.dt-head-left div.dt-column-footer,table.dataTable tfoot th.dt-head-left div.dt-column-header,table.dataTable thead td.dt-head-left div.dt-column-footer,table.dataTable thead td.dt-head-left div.dt-column-header,table.dataTable thead th.dt-head-left div.dt-column-footer,table.dataTable thead th.dt-head-left div.dt-column-header{flex-direction:row}table.dataTable tfoot td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable thead th.dt-head-center{text-align:center}table.dataTable tfoot td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable thead th.dt-head-right{text-align:right}table.dataTable tfoot td.dt-head-right div.dt-column-footer,table.dataTable tfoot td.dt-head-right div.dt-column-header,table.dataTable tfoot th.dt-head-right div.dt-column-footer,table.dataTable tfoot th.dt-head-right div.dt-column-header,table.dataTable thead td.dt-head-right div.dt-column-footer,table.dataTable thead td.dt-head-right div.dt-column-header,table.dataTable thead th.dt-head-right div.dt-column-footer,table.dataTable thead th.dt-head-right div.dt-column-header{flex-direction:row-reverse}table.dataTable tfoot td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable thead th.dt-head-justify{text-align:justify}table.dataTable tfoot td.dt-head-justify div.dt-column-footer,table.dataTable tfoot td.dt-head-justify div.dt-column-header,table.dataTable tfoot th.dt-head-justify div.dt-column-footer,table.dataTable tfoot th.dt-head-justify div.dt-column-header,table.dataTable thead td.dt-head-justify div.dt-column-footer,table.dataTable thead td.dt-head-justify div.dt-column-header,table.dataTable thead th.dt-head-justify div.dt-column-footer,table.dataTable thead th.dt-head-justify div.dt-column-header{flex-direction:row}table.dataTable tfoot td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable thead th.dt-head-nowrap{white-space:nowrap}table.dataTable tbody td.dt-body-left,table.dataTable tbody th.dt-body-left{text-align:left}table.dataTable tbody td.dt-body-center,table.dataTable tbody th.dt-body-center{text-align:center}table.dataTable tbody td.dt-body-right,table.dataTable tbody th.dt-body-right{text-align:right}table.dataTable tbody td.dt-body-justify,table.dataTable tbody th.dt-body-justify{text-align:justify}table.dataTable tbody td.dt-body-nowrap,table.dataTable tbody th.dt-body-nowrap{white-space:nowrap}

/*! Bootstrap 5 integration for DataTables
 *
 * ©2020 SpryMedia Ltd, all rights reserved.
 * License: MIT datatables.net/license/mit
 */table.table.dataTable{border-spacing:0;clear:both;margin-bottom:0;max-width:none}table.table.dataTable.table-striped>tbody>tr:nth-of-type(odd)>*{box-shadow:none}table.table.dataTable>:not(caption)>*>*{background-color:var(--bs-table-bg)}table.table.dataTable>tbody>tr{background-color:transparent}table.table.dataTable>tbody>tr.selected>*{box-shadow:inset 0 0 0 9999px #0d6efd;box-shadow:inset 0 0 0 9999px rgb(var(--dt-row-selected));color:#fff;color:rgb(var(--dt-row-selected-text))}table.table.dataTable>tbody>tr.selected a{color:#e4e4e4;color:rgb(var(--dt-row-selected-link))}table.table.dataTable.table-striped>tbody>tr:nth-of-type(odd)>*{box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-stripe),.05)}table.table.dataTable.table-striped>tbody>tr:nth-of-type(odd).selected>*{box-shadow:inset 0 0 0 9999px rgba(13,110,253,.95);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected),.95)}table.table.dataTable.table-hover>tbody>tr:hover>*{box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-hover),.075)}table.table.dataTable.table-hover>tbody>tr.selected:hover>*{box-shadow:inset 0 0 0 9999px rgba(13,110,253,.975);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected),.975)}div.dt-container div.dt-layout-start>:not(:last-child){margin-right:1em}div.dt-container div.dt-layout-end>:not(:first-child){margin-left:1em}div.dt-container div.dt-layout-full{width:100%}div.dt-container div.dt-layout-full>:only-child{margin-left:auto;margin-right:auto}div.dt-container div.dt-layout-table>div{display:block!important}@media screen and (max-width:767px){div.dt-container div.dt-layout-start>:not(:last-child){margin-right:0}div.dt-container div.dt-layout-end>:not(:first-child){margin-left:0}}div.dt-container{position:relative}div.dt-container div.dt-length label{font-weight:400;text-align:left;white-space:nowrap}div.dt-container div.dt-length select{display:inline-block;margin-right:.5em;width:auto}div.dt-container div.dt-search{text-align:right}div.dt-container div.dt-search label{font-weight:400;text-align:left;white-space:nowrap}div.dt-container div.dt-search input{display:inline-block;margin-left:.5em;width:auto}div.dt-container div.dt-paging{margin:0}div.dt-container div.dt-paging ul.pagination{flex-wrap:wrap;margin:2px 0}div.dt-container div.dt-row{position:relative}div.dt-scroll-head table.dataTable{margin-bottom:0!important}div.dt-scroll-body{border-bottom:var(--bs-border-width) solid var(--bs-border-color)}div.dt-scroll-body>table{border-top:none;margin-bottom:0!important;margin-top:0!important}div.dt-scroll-body>table>tbody>tr:first-child{border-top-width:0}div.dt-scroll-body>table>thead>tr{border-width:0!important}div.dt-scroll-body>table>tbody>tr:last-child>*{border-bottom:none}div.dt-scroll-foot>.dt-scroll-footInner{box-sizing:content-box}div.dt-scroll-foot>.dt-scroll-footInner>table{border-top:none;margin-top:0!important}div.dt-scroll-foot>.dt-scroll-footInner>table>tfoot>tr:first-child{border-top-width:0!important}@media screen and (max-width:767px){div.dt-container div.dt-info,div.dt-container div.dt-length,div.dt-container div.dt-paging,div.dt-container div.dt-search{text-align:center}div.dt-container .row{--bs-gutter-y:0.5rem}div.dt-container div.dt-paging ul.pagination{justify-content:center!important}}table.dataTable.table-sm>thead>tr td.dt-orderable-asc,table.dataTable.table-sm>thead>tr td.dt-orderable-desc,table.dataTable.table-sm>thead>tr td.dt-ordering-asc,table.dataTable.table-sm>thead>tr td.dt-ordering-desc,table.dataTable.table-sm>thead>tr th.dt-orderable-asc,table.dataTable.table-sm>thead>tr th.dt-orderable-desc,table.dataTable.table-sm>thead>tr th.dt-ordering-asc,table.dataTable.table-sm>thead>tr th.dt-ordering-desc{padding-right:.25rem}table.dataTable.table-sm>thead>tr td.dt-orderable-asc span.dt-column-order,table.dataTable.table-sm>thead>tr td.dt-orderable-desc span.dt-column-order,table.dataTable.table-sm>thead>tr td.dt-ordering-asc span.dt-column-order,table.dataTable.table-sm>thead>tr td.dt-ordering-desc span.dt-column-order,table.dataTable.table-sm>thead>tr th.dt-orderable-asc span.dt-column-order,table.dataTable.table-sm>thead>tr th.dt-orderable-desc span.dt-column-order,table.dataTable.table-sm>thead>tr th.dt-ordering-asc span.dt-column-order,table.dataTable.table-sm>thead>tr th.dt-ordering-desc span.dt-column-order{right:.25rem}table.dataTable.table-sm>thead>tr td.dt-type-date span.dt-column-order,table.dataTable.table-sm>thead>tr td.dt-type-numeric span.dt-column-order,table.dataTable.table-sm>thead>tr th.dt-type-date span.dt-column-order,table.dataTable.table-sm>thead>tr th.dt-type-numeric span.dt-column-order{left:.25rem}div.dt-scroll-head table.table-bordered{border-bottom-width:0}div.table-responsive>div.dt-container>div.row{margin:0}div.table-responsive>div.dt-container>div.row>div[class^=col-]:first-child{padding-left:0}div.table-responsive>div.dt-container>div.row>div[class^=col-]:last-child{padding-right:0}:root[data-bs-theme=dark]{--dt-row-hover:255,255,255;--dt-row-stripe:255,255,255;--dt-column-ordering:255,255,255}