.tbe-dashboard{font-family:inherit;color:#3a3a3a;position:relative}
.tbe-dashboard,.tbe-dashboard *{box-sizing:border-box}
.tbe-dashboard *::selection,.tbe-dashboard::selection{background:transparent!important;color:inherit!important}
.tbe-dashboard__header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 0 20px;width:100%}
.tbe-dashboard__header h2{margin:0;font-size:58px;line-height:1.02;font-weight:500;letter-spacing:-.035em;color:#3a3a3a;max-width:100%;overflow-wrap:anywhere;word-break:normal}
.tbe-dashboard__download{display:inline-flex;align-items:center;gap:8px;margin-top:0;color:#3A3A3A!important;text-decoration:underline;font-size:14px;font-weight:600;white-space:nowrap;flex:0 0 auto}
.tbe-dashboard__download:visited,.tbe-dashboard__download:hover,.tbe-dashboard__download:focus{color:#3A3A3A!important}
.tbe-dashboard__download svg{width:18px;height:18px;fill:currentColor}
.tbe-dashboard__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px}
.tbe-dashboard__card{background:#f8f8f8;border-radius:20px;padding:38px 42px 34px;min-height:560px;overflow:hidden}
.tbe-dashboard__card-title{font-weight:700;font-size:19px;line-height:1.25;margin-bottom:24px;color:#3d3d3d}
.tbe-dashboard__donut-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:338px;margin:0 auto 6px}
.tbe-donut-svg{width:100%;max-width:316px;aspect-ratio:1/1;height:auto;display:block;overflow:visible}
.tbe-donut-svg text{font-size:13px;font-weight:700;fill:#fff}
.tbe-donut-slice,.tbe-point,.tbe-bar{cursor:pointer}
.tbe-dashboard__legend{display:flex;gap:34px;flex-wrap:nowrap;justify-content:center;align-items:center;margin-top:8px;margin-bottom:26px}
.tbe-dashboard__legend span,.tbe-chart-legend span{display:flex;align-items:center;gap:9px;font-size:15px;line-height:1.4;color:#505050}
.tbe-dashboard__legend i,.tbe-chart-legend i{display:inline-block;width:14px;height:14px;flex:0 0 14px}
.tbe-dashboard__kpis{display:grid;grid-template-columns:1fr 1fr;gap:2px 40px;margin-top:0;align-items:start}
.tbe-kpi{font-size:15px;line-height:1.55;color:#3f3f3f}
.tbe-kpi__label{font-weight:600;color:#3a3a3a}
.tbe-kpi__value{font-weight:400;color:#3f3f3f}
.tbe-dashboard__section-tabs{display:flex;gap:28px;flex-wrap:nowrap;align-items:center;border-bottom:1px solid #d2d2d2;padding-bottom:15px;margin-bottom:16px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}
.tbe-dashboard__section-tabs::-webkit-scrollbar{display:none}
.tbe-dashboard__view-tabs{display:flex;gap:22px 28px;flex-wrap:wrap;align-items:center;border-bottom:1px solid #d2d2d2;padding-bottom:12px;margin-bottom:16px}
.tbe-section-tab,.tbe-view-tab,.tbe-country-tab{background:none!important;border:0!important;padding:0!important;cursor:pointer;font:inherit;color:#3b3b3b!important;text-decoration:none!important;appearance:none;-webkit-appearance:none;outline:none!important;box-shadow:none!important;-webkit-tap-highlight-color:transparent;user-select:none;white-space:nowrap}
.tbe-section-tab{font-size:15px;line-height:1.35;font-weight:400;flex:0 0 auto}
.tbe-view-tab{font-size:15px;line-height:1.45;font-weight:400;flex:0 0 auto}
.tbe-section-tab.is-active,.tbe-view-tab.is-active,.tbe-country-tab.is-active{color:#2e5fae!important;font-weight:700;text-decoration:underline!important;text-underline-offset:3px;text-decoration-thickness:1.5px}
.tbe-section-tab:hover,.tbe-view-tab:hover{color:#2e5fae!important}
.tbe-section-tab:focus,.tbe-view-tab:focus,.tbe-country-tab:focus,.tbe-section-tab:active,.tbe-view-tab:active,.tbe-country-tab:active{outline:none!important;box-shadow:none!important;background:none!important}
.tbe-section-panel,.tbe-view-panel{display:none}.tbe-section-panel.is-active,.tbe-view-panel.is-active{display:block}
.tbe-chart-title{font-weight:400;font-size:15px;line-height:1.4;margin:0 0 12px;color:#3b3b3b}
.tbe-chart-wrap{min-height:360px;position:relative}
.tbe-chart-svg-wrap{display:flex;flex-direction:column;height:100%}
.tbe-chart-svg{display:block;width:100%;height:auto;aspect-ratio:560/330;overflow:visible}
.tbe-chart-svg text{font-size:12px}
.tbe-chart-legend{display:flex;flex-wrap:wrap;gap:10px 20px;align-items:center;margin-top:14px}
.tbe-point:hover circle:last-child{r:6.5}
.tbe-country-tabs{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:16px}.tbe-country-tab{background:#f3f4f6!important;padding:10px 14px!important;border-radius:999px}.tbe-country-tab.is-active{background:#2e5fae!important;color:#fff!important;text-decoration:none!important}
.tbe-no-data,.tbe-dashboard-error{background:#fff;border:1px dashed #ddd;border-radius:12px;padding:24px;text-align:center;color:#666}
.tbe-tooltip{position:fixed;left:0;top:0;transform:translate(-9999px,-9999px);background:rgba(58,58,58,.96);color:#fff;padding:8px 10px;border-radius:8px;font-size:12px;line-height:1.35;font-weight:500;pointer-events:none;z-index:999999;max-width:220px;box-shadow:0 6px 18px rgba(0,0,0,.18)}
.tbe-tooltip.is-visible{transform:none}
@media (max-width:1200px){.tbe-dashboard__header h2{font-size:50px}.tbe-dashboard__card{padding:32px}.tbe-dashboard__grid{gap:10px}.tbe-dashboard__section-tabs{gap:22px}}
@media (max-width:1024px){.tbe-dashboard__grid{grid-template-columns:1fr}.tbe-dashboard__header{flex-direction:column;align-items:flex-start;gap:10px;padding-inline:8px}.tbe-dashboard__download{margin-left:4px}.tbe-dashboard__card{padding:28px;min-height:auto}.tbe-chart-wrap{min-height:340px}.tbe-dashboard__section-tabs{flex-wrap:nowrap}}
@media (max-width:767px){.tbe-dashboard__header{padding-inline:8px}.tbe-dashboard__header h2{font-size:32px;line-height:1.08;max-width:100%;overflow-wrap:anywhere}.tbe-dashboard__download{margin-left:6px;margin-top:2px}.tbe-dashboard__card{padding:20px;border-radius:14px}.tbe-dashboard__kpis{grid-template-columns:1fr}.tbe-dashboard__section-tabs{gap:18px;padding-bottom:12px;flex-wrap:nowrap;overflow-x:auto}.tbe-dashboard__view-tabs{gap:12px;flex-wrap:wrap}.tbe-section-tab,.tbe-view-tab{font-size:15px}.tbe-dashboard__legend{gap:18px;justify-content:center;flex-wrap:wrap}.tbe-chart-wrap{min-height:300px}}


/* v1.6.2 merged filter wrapper */
.tbe-filter-wrap{--tbe-filter-text:#3a3a3a;--tbe-filter-border:#bdb9b2;--tbe-filter-blue:#365ead;color:var(--tbe-filter-text)}
.tbe-filter-wrap,.tbe-filter-wrap *{box-sizing:border-box}
.tbe-filter-toolbar{margin:0 0 56px}
.tbe-filter-toolbar-desktop{display:flex;align-items:center;gap:28px;flex-wrap:wrap}
.tbe-filter-toolbar-mobile{display:none}
.tbe-filter-item{display:flex;align-items:center;gap:14px}
.tbe-filter-item-search{min-width:260px}
.tbe-filter-label{font-size:15px;line-height:1.2;color:#56534f;white-space:nowrap}
.tbe-filter-input-wrap,.tbe-filter-select-wrap{position:relative}
.tbe-filter-input,.tbe-filter-select{
  appearance:none;-webkit-appearance:none;width:100%;height:48px;min-width:220px;padding:0 52px 0 20px;
  border:1px solid var(--tbe-filter-border);border-radius:999px;background:#fff;color:var(--tbe-filter-text);
  font-size:16px;line-height:1;box-shadow:none
}
.tbe-filter-input::placeholder{color:#7a7772}
.tbe-filter-input:focus,.tbe-filter-select:focus{outline:none;border-color:#9f9b95;box-shadow:none}
.tbe-filter-search-icon{
  position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#696661;
  pointer-events:none;display:flex;align-items:center
}
.tbe-filter-select-wrap::after{
  content:"";position:absolute;right:18px;top:50%;width:9px;height:9px;border-right:1.7px solid #4b4843;
  border-bottom:1.7px solid #4b4843;transform:translateY(-60%) rotate(45deg);pointer-events:none
}
.tbe-filter-dashboard{margin-top:10px}
.tbe-filter-loading{opacity:.6;pointer-events:none}
.tbe-mobile-filter-modal[hidden]{display:none!important}
.tbe-mobile-filter-modal{position:fixed;inset:0;z-index:99999}
.tbe-mobile-filter-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.28)}
.tbe-mobile-filter-panel{
  position:absolute;left:16px;right:16px;top:50%;transform:translateY(-50%);max-width:420px;margin:0 auto;
  background:#fff;border-radius:24px;padding:22px 20px 20px;box-shadow:0 18px 48px rgba(0,0,0,.14)
}
.tbe-mobile-filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.tbe-mobile-filter-header h3{margin:0;font-size:24px;color:var(--tbe-filter-text)}
.tbe-mobile-filter-close{border:0;background:transparent;color:var(--tbe-filter-text);font-size:30px;line-height:1;cursor:pointer}
.tbe-mobile-filter-field{margin-bottom:16px}
.tbe-mobile-filter-field label{display:block;margin:0 0 8px;font-size:14px;color:#56534f}
.tbe-mobile-filter-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:8px}
.tbe-mobile-filter-btn{
  height:44px;padding:0 18px;border-radius:999px;border:1px solid var(--tbe-filter-border);
  background:#fff;color:var(--tbe-filter-text);font-size:15px;cursor:pointer
}
.tbe-mobile-filter-btn-primary{background:var(--tbe-filter-blue);border-color:var(--tbe-filter-blue);color:#fff}
.tbe-mobile-filter-btn-ghost{background:#fff}
.tbe-mobile-filter-trigger{
  height:44px;border:1px solid var(--tbe-filter-border);background:#fff;color:var(--tbe-filter-text);
  border-radius:999px;padding:0 16px;display:inline-flex;align-items:center;gap:8px;font-size:16px;cursor:pointer
}
@media (max-width:1024px){
  .tbe-filter-toolbar{margin-bottom:40px}
  .tbe-filter-toolbar-desktop{gap:18px}
}
@media (max-width:767px){
  .tbe-filter-toolbar{margin-bottom:28px}
  .tbe-filter-toolbar-desktop{display:none}
  .tbe-filter-toolbar-mobile{display:block}
}


/* v1.6.3 refined filter wrapper */
.tbe-filter-wrap,
.tbe-filter-wrap input,
.tbe-filter-wrap select,
.tbe-filter-wrap button{font-family:Arial,Krub,sans-serif !important}
.tbe-filter-wrap .tbe-dashboard__header h2,
.tbe-filter-wrap .tbe-dashboard h2{font-family:Krub,Arial,sans-serif !important}
.tbe-filter-toolbar{margin:0 0 64px}
.tbe-filter-toolbar-desktop{display:flex;align-items:center;gap:34px;flex-wrap:wrap}
.tbe-filter-item{display:flex;align-items:center;gap:16px}
.tbe-filter-item-search{min-width:280px}
.tbe-filter-label{font-size:15px;color:#66615b;white-space:nowrap}
.tbe-filter-input-wrap{position:relative;min-width:280px}
.tbe-filter-input-wrap .tbe-filter-input,
.tbe-filter-wrap .tbe-filter-input{
  width:100% !important;height:52px !important;padding:0 54px 0 22px !important;
  border:1px solid #b9b4ad !important;border-radius:18px !important;background:#fff !important;
  color:#3a3a3a !important;font-size:15px !important;line-height:52px !important;
  -webkit-appearance:none !important;appearance:none !important;box-shadow:none !important;outline:none !important;
}
.tbe-filter-wrap input[type="search"]::-webkit-search-decoration,
.tbe-filter-wrap input[type="search"]::-webkit-search-cancel-button,
.tbe-filter-wrap input[type="search"]::-webkit-search-results-button,
.tbe-filter-wrap input[type="search"]::-webkit-search-results-decoration{display:none !important}
.tbe-filter-search-icon{position:absolute;right:18px;top:50%;transform:translateY(-50%);display:flex;color:#6d6861;pointer-events:none}
.tbe-filter-clear{
  position:absolute;right:42px;top:50%;transform:translateY(-50%);width:18px;height:18px;
  border:0;background:transparent;color:#84807b;font-size:18px;line-height:1;padding:0;cursor:pointer;
}
.tbe-filter-clear[hidden]{display:none !important}
.tbe-filter-wrap .tbe-filter-select{
  height:52px !important;min-width:260px !important;padding:0 48px 0 24px !important;
  border:1px solid #c9c4bc !important;border-radius:999px !important;background:#fff !important;
  color:#3a3a3a !important;font-size:15px !important;line-height:52px !important;
  -webkit-appearance:none !important;appearance:none !important;box-shadow:none !important;outline:none !important;
}
.tbe-filter-select-wrap{position:relative}
.tbe-filter-select-wrap::after{content:"";position:absolute;right:22px;top:50%;width:10px;height:10px;border-right:1.6px solid #5d5954;border-bottom:1.6px solid #5d5954;transform:translateY(-60%) rotate(45deg);pointer-events:none}
.tbe-filter-reset-btn{
  height:52px;padding:0 20px;border:1px solid #c9c4bc;border-radius:999px;background:#fff;
  color:#3a3a3a;font-size:15px;cursor:pointer
}
.tbe-filter-dashboard{margin-top:8px}
.tbe-filter-loading{opacity:.6;pointer-events:none}
.tbe-mobile-filter-field .tbe-filter-input-wrap{min-width:0}
@media (max-width: 767px){
  .tbe-filter-toolbar{margin-bottom:28px}
}


/* v1.6.4 polish */
.tbe-filter-toolbar{margin:0 0 72px !important}
.tbe-filter-input-wrap{min-width:300px !important}
.tbe-filter-input-wrap .tbe-filter-input,
.tbe-filter-wrap .tbe-filter-input{
  border-radius:999px !important;
  height:52px !important;
}
.tbe-filter-wrap .tbe-filter-select{
  height:52px !important;
}
.tbe-filter-wrap .tbe-dashboard__header-title,
.tbe-filter-wrap .tbe-dashboard__title,
.tbe-filter-wrap .tbe-dashboard h2,
.tbe-filter-wrap .tbe-dashboard h3.country-title{
  font-size:25px !important;
  line-height:1.2 !important;
  font-weight:500 !important;
}
.tbe-filter-wrap .tbe-dashboard{
  margin-bottom:46px !important;
}
.tbe-filter-wrap .tbe-dashboard__grid,
.tbe-filter-wrap .tbe-dashboard-grid{
  gap:26px !important;
}
.tbe-filter-wrap .tbe-dashboard__card,
.tbe-filter-wrap .tbe-card{
  padding:30px 34px !important;
  border-radius:22px !important;
}
.tbe-filter-wrap .tbe-dashboard__header,
.tbe-filter-wrap .tbe-dashboard-header{
  margin-bottom:18px !important;
}
@media (max-width: 1024px){
  .tbe-filter-toolbar{margin:0 0 52px !important}
  .tbe-filter-wrap .tbe-dashboard__card,
  .tbe-filter-wrap .tbe-card{
    padding:24px 24px !important;
  }
}
@media (max-width: 767px){
  .tbe-filter-toolbar{margin:0 0 28px !important}
  .tbe-filter-wrap .tbe-dashboard__header-title,
  .tbe-filter-wrap .tbe-dashboard__title,
  .tbe-filter-wrap .tbe-dashboard h2,
  .tbe-filter-wrap .tbe-dashboard h3.country-title{
    font-size:25px !important;
  }
}


/* v1.6.5 mobile popup cleanup */
.tbe-filter-wrap,
.tbe-filter-wrap *{
  -webkit-tap-highlight-color: transparent !important;
}
.tbe-mobile-filter-trigger,
.tbe-mobile-filter-trigger:hover,
.tbe-mobile-filter-trigger:focus,
.tbe-mobile-filter-trigger:active{
  background:#365ead !important;
  color:#fff !important;
  border-color:#365ead !important;
  box-shadow:none !important;
  outline:none !important;
  text-decoration:none !important;
}
.tbe-mobile-filter-trigger svg{
  stroke:currentColor !important;
}
.tbe-mobile-filter-close,
.tbe-mobile-filter-close:hover,
.tbe-mobile-filter-close:focus,
.tbe-mobile-filter-close:active{
  color:#3a3a3a !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  outline:none !important;
}
.tbe-mobile-filter-btn-primary,
.tbe-mobile-filter-btn-primary:hover,
.tbe-mobile-filter-btn-primary:focus,
.tbe-mobile-filter-btn-primary:active{
  background:#365ead !important;
  border-color:#365ead !important;
  color:#fff !important;
  box-shadow:none !important;
  outline:none !important;
}
.tbe-mobile-filter-btn-ghost,
.tbe-mobile-filter-btn-ghost:hover,
.tbe-mobile-filter-btn-ghost:focus,
.tbe-mobile-filter-btn-ghost:active{
  background:#fff !important;
  border-color:#c9c4bc !important;
  color:#3a3a3a !important;
  box-shadow:none !important;
  outline:none !important;
}
@media (max-width: 767px){
  .tbe-filter-toolbar-desktop,
  .tbe-filter-wrap .tbe-filter-toolbar-desktop{
    display:none !important;
    visibility:hidden !important;
    height:0 !important;
    overflow:hidden !important;
    margin:0 !important;
    padding:0 !important;
  }
  .tbe-filter-toolbar-mobile,
  .tbe-filter-wrap .tbe-filter-toolbar-mobile{
    display:block !important;
  }
  .tbe-mobile-filter-actions{
    justify-content:flex-end !important;
  }
}


/* v1.6.6 transparent filter + header alignment */
.tbe-filter-wrap .tbe-filter-input-wrap .tbe-filter-input,
.tbe-filter-wrap .tbe-filter-input,
.tbe-filter-wrap .tbe-filter-select,
.tbe-mobile-filter-panel .tbe-filter-input,
.tbe-mobile-filter-panel .tbe-filter-select{
  background: transparent !important;
}
.tbe-mobile-filter-trigger,
.tbe-mobile-filter-trigger:hover,
.tbe-mobile-filter-trigger:focus,
.tbe-mobile-filter-trigger:active{
  background: transparent !important;
  color:#3a3a3a !important;
  border:0 !important;
  padding:0 !important;
  height:auto !important;
  border-radius:0 !important;
  box-shadow:none !important;
  outline:none !important;
}
.tbe-mobile-filter-trigger svg{stroke:#3a3a3a !important}
.tbe-mobile-filter-panel{
  background: rgba(243,241,236,.98) !important;
}
.tbe-filter-wrap .tbe-dashboard__header,
.tbe-filter-wrap .tbe-dashboard-header{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
}
.tbe-filter-wrap .tbe-dashboard__header h2,
.tbe-filter-wrap .tbe-dashboard-header h2{
  margin:0 !important;
}
.tbe-filter-wrap .tbe-dashboard__download{
  margin-left:auto !important;
  white-space:nowrap !important;
}
@media (max-width: 767px){
  .tbe-filter-wrap .tbe-dashboard__header,
  .tbe-filter-wrap .tbe-dashboard-header{
    align-items:flex-start !important;
    gap:8px !important;
  }
}


/* v1.6.7 responsive polish */
@media (min-width: 768px) and (max-width: 1024px){
  .tbe-filter-wrap{
    padding-left:10px !important;
    padding-right:10px !important;
  }
  .tbe-filter-toolbar{
    margin-bottom:44px !important;
  }
  .tbe-filter-toolbar-desktop{
    display:flex !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    gap:14px !important;
  }
  .tbe-filter-item-search{
    min-width:0 !important;
    flex:1 1 0 !important;
  }
  .tbe-filter-item{
    gap:10px !important;
    min-width:0 !important;
    flex:1 1 0 !important;
  }
  .tbe-filter-label{
    white-space:nowrap !important;
    font-size:14px !important;
  }
  .tbe-filter-input-wrap{
    min-width:0 !important;
    width:100% !important;
  }
  .tbe-filter-wrap .tbe-filter-input,
  .tbe-filter-wrap .tbe-filter-select{
    min-width:0 !important;
    width:100% !important;
  }

  .tbe-filter-wrap .tbe-dashboard__header{
    flex-direction:row !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:20px !important;
    padding-inline:0 !important;
  }
  .tbe-filter-wrap .tbe-dashboard__header h2{
    font-size:25px !important;
    line-height:1.2 !important;
    margin:0 !important;
  }
  .tbe-filter-wrap .tbe-dashboard__download{
    margin:0 !important;
    align-self:center !important;
  }
}

@media (max-width: 767px){
  .tbe-filter-wrap{
    padding-left:10px !important;
    padding-right:10px !important;
  }
  .tbe-filter-toolbar{
    margin-bottom:28px !important;
  }
  .tbe-filter-toolbar-mobile{
    display:block !important;
    padding:0 4px 14px 4px !important;
    margin-bottom:18px !important;
    border-bottom:1px solid #5a5550 !important;
  }
  .tbe-mobile-filter-trigger{
    padding-left:0 !important;
    padding-right:0 !important;
    border:none !important;
    background:transparent !important;
    color:#3a3a3a !important;
    border-radius:0 !important;
    height:auto !important;
    min-height:0 !important;
    font-size:16px !important;
    line-height:1.2 !important;
    justify-content:flex-start !important;
  }
  .tbe-mobile-filter-trigger:hover,
  .tbe-mobile-filter-trigger:focus,
  .tbe-mobile-filter-trigger:active{
    background:transparent !important;
    color:#3a3a3a !important;
    border:none !important;
  }
  .tbe-mobile-filter-trigger svg{
    stroke:#3a3a3a !important;
  }

  .tbe-filter-wrap .tbe-dashboard__header{
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:flex-start !important;
    gap:6px !important;
    padding-inline:0 !important;
    margin-bottom:16px !important;
  }
  .tbe-filter-wrap .tbe-dashboard__header h2{
    font-size:25px !important;
    line-height:1.2 !important;
    margin:0 !important;
    text-align:left !important;
  }
  .tbe-filter-wrap .tbe-dashboard__download{
    margin:0 !important;
    align-self:flex-start !important;
    display:inline-flex !important;
  }

  .tbe-filter-wrap .tbe-dashboard__card,
  .tbe-filter-wrap .tbe-card{
    padding:20px 18px !important;
  }
}
