
:root{
  --saman-teal:#0f887b;
  --saman-teal-dark:#08665e;
  --saman-blue:#173a9a;
  --saman-blue-deep:#102b78;
  --saman-magenta:#c21875;
  --saman-dark:#182433;
  --saman-light:#f4f8f8;
  --saman-border:#e5eceb;
  --sidebar-width:260px;
}

*{box-sizing:border-box}
body{background:var(--saman-light);color:var(--saman-dark);font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}
a{color:var(--saman-blue)}
.saman-navbar{background:linear-gradient(90deg,var(--navbar-start,var(--saman-teal-dark)),var(--navbar-end,var(--saman-teal)));min-height:66px;box-shadow:0 4px 20px rgba(15,60,57,.12)}
.brand-logo{width:45px;height:45px;object-fit:contain;background:white;border-radius:50%;padding:2px}
.role-badge{background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.25)}
.app-shell{display:flex;min-height:calc(100vh - 66px)}
.sidebar{width:var(--sidebar-width);position:fixed;left:0;top:66px;bottom:0;background:var(--sidebar-bg,#fff);border-right:1px solid var(--saman-border);z-index:100}
.main-content{width:100%;margin-left:var(--sidebar-width)}
.sidebar-brand{background:linear-gradient(135deg,#f8fffe,#f8f8ff)}
.sidebar-link{display:flex;align-items:center;gap:12px;color:#52606d;border-radius:10px;padding:10px 12px;font-weight:600}
.sidebar-link i{font-size:1.1rem;color:var(--saman-teal)}
.sidebar-link:hover{background:#eef8f6;color:var(--saman-teal-dark)}
.sidebar-help{display:flex;gap:10px;align-items:center;background:#f5f0f6;border-radius:12px;padding:12px;color:var(--saman-magenta)}
.offcanvas .nav{padding:16px!important}

.page-header{display:flex;align-items:center;justify-content:space-between;gap:20px}
.eyebrow{text-transform:uppercase;letter-spacing:.09em;font-size:.72rem;font-weight:800;color:var(--saman-teal)}
.saman-card,.course-card{border-radius:18px;box-shadow:0 8px 30px rgba(31,57,55,.07);background:var(--card-bg,#fff)}
.stat-card{height:112px;padding:20px;border-radius:18px;display:flex;align-items:center;gap:16px;color:white;box-shadow:0 10px 28px rgba(0,0,0,.08)}
.stat-teal{background:linear-gradient(135deg,#0f887b,#16a393)}
.stat-blue{background:linear-gradient(135deg,#173a9a,#2857c7)}
.stat-magenta{background:linear-gradient(135deg,#a71265,#cf2b82)}
.stat-dark{background:linear-gradient(135deg,#263442,#15202b)}
.stat-icon{width:50px;height:50px;border-radius:15px;background:rgba(255,255,255,.16);display:grid;place-items:center;font-size:1.4rem}
.stat-value{font-size:1.8rem;font-weight:800;line-height:1}
.stat-label{opacity:.85;font-size:.85rem;margin-top:6px}

.btn-saman{background:linear-gradient(90deg,var(--saman-blue),var(--saman-magenta));border:none;color:white!important;box-shadow:0 6px 16px rgba(60,42,144,.15)}
.btn-saman:hover{filter:brightness(.95);transform:translateY(-1px)}
.btn-outline-saman{border-color:var(--saman-teal);color:var(--saman-teal);background:white}
.btn-outline-saman:hover{background:var(--saman-teal);color:white}
.saman-text{color:var(--saman-teal)}
.badge-soft{background:#e9f6f3;color:var(--saman-teal-dark);font-weight:700}

.course-mini{display:flex;gap:14px;padding:15px;border:1px solid var(--saman-border);border-radius:14px;background:var(--card-bg,#fff);transition:.2s}
.course-mini:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(25,70,66,.08)}
.course-accent{width:6px;border-radius:8px;background:linear-gradient(var(--saman-teal),var(--saman-blue),var(--saman-magenta))}
.saman-progress{background:linear-gradient(90deg,var(--saman-teal),var(--saman-blue),var(--saman-magenta))}
.timeline-item{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid #eef2f1}
.timeline-item:last-child{border-bottom:0}
.timeline-dot{width:11px;height:11px;background:var(--saman-magenta);border-radius:50%;margin-top:5px;box-shadow:0 0 0 5px #f8e9f1;flex:0 0 auto}
.forum-snippet{padding:10px 0;border-bottom:1px solid #eef2f1}
.forum-snippet:last-child{border-bottom:0}

.course-cover{height:132px;border-radius:18px 18px 0 0;background:linear-gradient(135deg,var(--saman-teal),var(--saman-blue) 60%,var(--saman-magenta));position:relative;overflow:hidden;padding:18px}
.course-cover:after{content:"";width:140px;height:140px;border:22px solid rgba(255,255,255,.1);border-radius:50%;position:absolute;right:-28px;top:-28px}
.course-code{position:absolute;color:white;font-weight:800;letter-spacing:.05em}
.course-cover-icon{position:absolute;right:18px;bottom:8px;color:rgba(255,255,255,.23);font-size:4.5rem}

.course-hero{border-radius:22px;padding:36px;background:linear-gradient(120deg,var(--saman-teal-dark),var(--saman-blue) 70%,var(--saman-magenta));box-shadow:0 12px 35px rgba(24,58,154,.15)}
.course-progress-card{background:rgba(255,255,255,.92);border-radius:16px;padding:18px;color:var(--saman-dark)}
.section-number,.question-number{width:36px;height:36px;min-width:36px;border-radius:11px;background:#e9f6f3;color:var(--saman-teal-dark);display:grid;place-items:center;font-weight:800}
.resource-row{display:flex;align-items:center;gap:14px;padding:13px 0;border-bottom:1px solid #eef2f1;text-decoration:none}
.resource-row:last-child{border-bottom:0}
.resource-icon,.resource-large-icon,.quiz-icon{width:44px;height:44px;border-radius:13px;background:linear-gradient(135deg,#e9f6f3,#eef1fb);color:var(--saman-blue);display:grid;place-items:center;font-size:1.2rem}
.resource-large-icon{width:60px;height:60px;font-size:1.6rem}
.quick-link{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #edf2f1;text-decoration:none;color:var(--saman-dark)}
.quick-link i{color:var(--saman-teal)}
.quick-link:last-child{border-bottom:0}
.due-item{display:flex;gap:12px;align-items:center;margin:12px 0}
.due-day{width:42px;height:42px;border-radius:11px;background:#f8e9f1;color:var(--saman-magenta);display:grid;place-items:center;font-weight:800}
.lesson-content{font-size:1.04rem;line-height:1.8;white-space:pre-line}

.saman-table thead th{font-size:.76rem;text-transform:uppercase;letter-spacing:.05em;color:#7a8793;background:#f8fbfa;border-bottom:1px solid var(--saman-border);padding:14px 16px}
.saman-table td{padding:15px 16px;border-color:#eef2f1}
.info-box{padding:14px;background:#f8fbfa;border:1px solid var(--saman-border);border-radius:12px}
.info-box small,.info-box strong{display:block}
.submission-card{padding:18px;border:1px solid var(--saman-border);border-radius:14px;margin-top:15px}
.status-line{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #eef2f1}
.status-line:last-child{border-bottom:0}

.answer-option{display:flex;align-items:center;gap:12px;border:1px solid var(--saman-border);border-radius:12px;padding:12px 14px;margin-bottom:9px;cursor:pointer;transition:.15s}
.answer-option:hover{border-color:#9bcac5;background:#f8fdfc}
.answer-option input{accent-color:var(--saman-teal)}
.answer-letter{width:28px;height:28px;border-radius:8px;background:#eef6f5;display:grid;place-items:center;font-weight:800;color:var(--saman-teal-dark)}

.avatar-circle{width:44px;height:44px;min-width:44px;border-radius:50%;display:grid;place-items:center;color:white;font-weight:800;background:linear-gradient(135deg,var(--saman-blue),var(--saman-magenta))}
.profile-cover{height:150px;border-radius:18px 18px 0 0;background:linear-gradient(120deg,var(--saman-teal),var(--saman-blue),var(--saman-magenta))}
.profile-avatar{width:90px;height:90px;border-radius:50%;display:grid;place-items:center;background:white;color:var(--saman-blue);font-size:2.2rem;font-weight:800;border:6px solid white;box-shadow:0 4px 15px rgba(0,0,0,.12);margin-top:-75px}
.admin-course{display:flex;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid #eef2f1}
.admin-course:last-child{border-bottom:0}
.empty-state{text-align:center;padding:45px 20px;color:#87939d}
.empty-state i{font-size:2.5rem;color:#afc5c2;display:block;margin-bottom:10px}

.login-page{min-height:100vh;background:
radial-gradient(circle at 12% 20%,rgba(15,136,123,.14),transparent 28%),
radial-gradient(circle at 87% 78%,rgba(194,24,117,.11),transparent 28%),
var(--saman-light)}
.login-card{border-radius:26px}
.login-brand-panel{background:linear-gradient(145deg,var(--saman-teal-dark),var(--saman-blue) 65%,var(--saman-magenta))}
.login-logo{width:190px;max-width:75%;filter:drop-shadow(0 10px 25px rgba(0,0,0,.14))}
.demo-box{background:#f6faf9;border:1px solid var(--saman-border);padding:14px;border-radius:12px}
.form-control,.form-select,.input-group-text{border-color:#dce7e5}
.form-control:focus,.form-select:focus{border-color:#76bdb5;box-shadow:0 0 0 .25rem rgba(15,136,123,.13)}

@media (max-width:991.98px){
  .main-content{margin-left:0}
  .page-header{align-items:flex-start;flex-direction:column}
  .course-hero{padding:24px}
}


/* ==========================
   PANEL DE ACTUALIZACIONES
   ========================== */
.update-topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:4px 2px;
}
.update-topbar>div>i{
  color:var(--saman-teal);
  font-size:1.35rem;
}
.update-panel{
  background:#fff;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 6px 24px rgba(18,79,69,.08);
  border:1px solid #e4eeec;
}
.update-panel-header{
  background:linear-gradient(90deg,#126749,#247e5b);
  color:white;
  padding:13px 18px;
  font-size:.92rem;
  font-weight:800;
}
.update-panel-body{padding:22px}
.current-version-card{
  border-color:#44b887;
}
.current-version-number{
  color:#074f45;
  font-size:2rem;
  font-weight:900;
  line-height:1;
  margin-top:8px;
  margin-bottom:8px;
}
.version-note{
  background:#edf7fa;
  color:#258573;
  padding:11px 13px;
  border-radius:9px;
  font-size:.82rem;
  line-height:1.45;
}
.metric-label{
  color:#788b9a;
  font-size:.68rem;
  font-weight:800;
}
.metric-value{
  color:#073f36;
  font-size:1rem;
  font-weight:900;
  margin-top:3px;
}
.update-info-alert{
  background:#edf6ff;
  border:1px solid #aad3ff;
  color:#185f9f;
}
.update-warning-alert{
  background:#fff6d9;
  border:1px solid #f2c957;
  color:#a66b00;
}
.btn-update-apply{
  border:none;
  background:linear-gradient(90deg,#126c31,#24a242);
  color:#fff!important;
  border-radius:8px;
}
.btn-update-apply:hover{
  filter:brightness(.96);
  transform:translateY(-1px);
}
.version-history{
  max-height:620px;
  overflow:auto;
}
.version-history-row{
  display:grid;
  grid-template-columns:85px minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  padding:14px 18px;
  border-bottom:1px solid #e7eeee;
  background:#fff;
}
.version-history-row:last-child{border-bottom:0}
.version-history-row.active-version{
  background:#effdf5;
  border-left:4px solid #27b45f;
  padding-left:14px;
}
.version-history-number{
  color:#064b3e;
  font-size:1.02rem;
  font-weight:900;
}
.current-badge{
  background:#20b353;
  color:#fff;
  font-size:.52rem;
  margin-top:5px;
  border-radius:10px;
  padding:3px 7px;
}
.version-history-content{
  min-width:0;
  color:#074e42;
  font-size:.83rem;
}
.version-history-note{
  color:#2b8c78;
  font-size:.72rem;
  margin-top:3px;
  line-height:1.35;
}
.version-actions{
  display:flex;
  align-items:center;
  gap:6px;
}
.version-actions form{margin:0}
.version-actions .btn{
  width:31px;
  height:31px;
  padding:0;
  display:grid;
  place-items:center;
  border-radius:8px;
}
.action-download{
  color:#0e8b65;
  border:1px solid #0e8b65;
  background:#fff;
}
.action-download:hover{
  color:#fff;
  background:#0e8b65;
}
.action-downgrade{
  color:#1267a8;
  background:#e5f2ff;
  border:1px solid #bbdcfb;
}
.action-downgrade:hover{
  color:#fff;
  background:#1267a8;
}
.action-delete{
  color:#df4a4a;
  background:#fff0f0;
  border:1px solid #ffc7c7;
}
.action-delete:hover{
  color:#fff;
  background:#df4a4a;
}
.update-step{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:8px 0;
  color:#4f6077;
  font-size:.83rem;
}
.update-step strong{color:#064b3e}
.step-number{
  width:24px;
  height:24px;
  flex:0 0 24px;
  display:grid;
  place-items:center;
  border-radius:6px;
  font-weight:900;
  font-size:.72rem;
}
.step-green{background:#ddf5e4;color:#138e3b}
.step-red{background:#ffe4e4;color:#c93636}
.step-blue{background:#dff3f8;color:#177f96}
.step-magenta{background:#f9e3ef;color:#b81769}

@media (max-width:767.98px){
  .version-history-row{
    grid-template-columns:72px minmax(0,1fr);
  }
  .version-actions{
    grid-column:1/-1;
    justify-content:flex-end;
  }
}


/* ===== Aula Virtual SÁMAN v1.1 ===== */
.brand-title{font-size:1.02rem;letter-spacing:.01em}
.admin-card-header{
  background:var(--card-bg,#fff);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.step-pill{
  display:inline-grid;place-items:center;width:30px;height:30px;border-radius:9px;
  background:#e9f6f3;color:var(--saman-teal-dark);font-weight:900;margin-bottom:10px;
}
.material-types{display:flex;flex-wrap:wrap;gap:8px}
.material-types span{
  display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border-radius:9px;
  background:#f2f7f7;color:#3e5e5a;font-size:.78rem;font-weight:700;
}
.material-types i{color:var(--saman-teal)}
.no-download-note{
  display:flex;align-items:flex-start;gap:12px;padding:13px 14px;border:1px solid #bce4d9;
  background:#eef9f5;border-radius:12px;color:#176651;
}
.no-download-note>i{font-size:1.25rem;color:#13875f}
.admin-resource-row{
  display:flex;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #edf2f1;
}
.admin-resource-row:last-child{border-bottom:0}
.admin-resource-row form{margin:0}
.protected-viewer{
  background:#0f171b;border-radius:16px;overflow:hidden;min-height:80px;
}
.protected-viewer video{display:block;max-height:72vh}
.protected-image{max-height:75vh;user-select:none;-webkit-user-drag:none}
.protected-document-wrap{
  position:relative;width:100%;height:min(76vh,900px);min-height:560px;
  border:1px solid var(--saman-border);border-radius:14px;overflow:hidden;background:#edf1f1;
}
.protected-document{width:100%;height:100%;border:0;display:block}
.color-control{display:flex;gap:10px;align-items:center}
.color-control .form-control-color{width:58px;height:42px;padding:4px}
.color-control .color-text{
  max-width:130px;text-transform:uppercase;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
}
.theme-preview-navbar{height:62px;background:linear-gradient(90deg,#08665e,#0f887b)}
.theme-preview-body{min-height:360px;display:flex;background:#f4f8f8}
.theme-preview-sidebar{
  width:34%;padding:24px 14px;background:#fff;border-right:1px solid rgba(0,0,0,.06);
}
.preview-menu{height:17px;border-radius:7px;background:#dce8e6;margin-bottom:12px}
.preview-menu.active{background:#b8e0d8}
.theme-preview-content{flex:1;padding:24px 18px}
.theme-preview-card{
  background:#fff;border-radius:13px;padding:18px;margin-bottom:15px;box-shadow:0 5px 18px rgba(0,0,0,.05);
}
.preview-title{width:50%;height:15px;border-radius:6px;background:var(--saman-blue);margin-bottom:14px}
.preview-title.magenta{background:var(--saman-magenta)}
.preview-line{height:9px;border-radius:4px;background:#dfe7e6;margin-bottom:8px}
.preview-line.short{width:70%}
.card.saman-card,.card.course-card{--bs-card-bg:var(--card-bg,#fff)}
.card-header.bg-white{background-color:var(--card-bg,#fff)!important}
.sidebar-brand{background:var(--sidebar-bg,#fff)}
.offcanvas{--bs-offcanvas-bg:var(--sidebar-bg,#fff)}
@media (max-width:575.98px){
  .brand-title{font-size:.86rem}
  .protected-document-wrap{min-height:460px;height:68vh}
  .admin-card-header{align-items:flex-start;flex-direction:column}
}

/* ===== Aula Virtual SÁMAN v1.2 ===== */
.admin-module-card{
  display:flex;align-items:flex-start;gap:14px;height:100%;padding:18px;
  text-decoration:none;color:var(--saman-dark);background:var(--card-bg,#fff);
  border:1px solid var(--saman-border);border-radius:16px;box-shadow:0 7px 24px rgba(31,57,55,.06);
  transition:.18s ease;
}
.admin-module-card:hover{transform:translateY(-2px);border-color:#a9d7d0;color:var(--saman-dark);box-shadow:0 10px 28px rgba(31,57,55,.1)}
.admin-module-card strong,.admin-module-card small{display:block}
.admin-module-card small{color:#73818c;margin-top:3px;line-height:1.35}
.admin-module-icon{width:44px;height:44px;min-width:44px;border-radius:13px;display:grid;place-items:center;background:#e9f6f3;color:var(--saman-teal-dark);font-size:1.2rem}
.avatar-sm{width:34px!important;height:34px!important;min-width:34px!important;font-size:.82rem!important}
.permission-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.permission-check{display:flex;gap:10px;align-items:flex-start;padding:12px;border:1px solid var(--saman-border);border-radius:12px;background:#fbfdfd;cursor:pointer}
.permission-check:hover{border-color:#9acfc7;background:#f5fbfa}
.permission-check input{margin-top:4px;accent-color:var(--saman-teal)}
.permission-check strong,.permission-check small{display:block}
.permission-check strong{font-size:.84rem;line-height:1.25}
.permission-check small{color:#89959e;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.67rem;margin-top:4px}
.role-permissions-preview{display:flex;flex-direction:column;gap:7px;max-height:180px;overflow:auto}
.role-permissions-preview span{display:flex;align-items:flex-start;gap:7px;font-size:.77rem;color:#54656f}
.role-permissions-preview i{color:var(--saman-teal);margin-top:1px}
.course-date-box{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.course-date-box>div{padding:9px 10px;border-radius:10px;background:#f6f9f9;border:1px solid #e6eeed;display:grid;grid-template-columns:auto 1fr;column-gap:7px;align-items:center}
.course-date-box i{grid-row:1/3;color:var(--saman-teal)}
.course-date-box span{font-size:.67rem;color:#849099;text-transform:uppercase;font-weight:700}
.course-date-box strong{font-size:.78rem;color:#30434b}
.metric-card{height:100%;display:flex;align-items:center;gap:12px;background:var(--card-bg,#fff);border:1px solid var(--saman-border);border-radius:16px;padding:16px;box-shadow:0 7px 24px rgba(31,57,55,.06)}
.metric-card>span{width:42px;height:42px;min-width:42px;display:grid;place-items:center;border-radius:12px;background:#e9f6f3;color:var(--saman-teal-dark);font-size:1.15rem}
.metric-card small,.metric-card strong{display:block}
.metric-card small{color:#7a8992;font-size:.69rem;text-transform:uppercase;font-weight:700}
.metric-card strong{font-size:1.45rem;line-height:1.1;margin-top:4px;color:#173f39}
.stat-role-row{padding:11px 0;border-bottom:1px solid #edf2f1;font-size:.82rem}
.stat-role-row:last-child{border-bottom:0}
.gradebook-table th,.gradebook-table td{white-space:nowrap}
.gradebook-table th:first-child,.gradebook-table td:first-child{position:sticky;left:0;background:var(--card-bg,#fff);z-index:2;box-shadow:4px 0 7px rgba(0,0,0,.03)}
@media(max-width:767.98px){
  .permission-grid{grid-template-columns:1fr}
  .course-date-box{grid-template-columns:1fr}
}

/* v1.3.0 - Seguimiento, empresas y correo */
.learning-followup{
  border:1px solid #cfe9e4;
  background:linear-gradient(135deg,#f3fbf9,#f8f7fc);
  border-radius:16px;
  padding:18px;
}
.learning-followup-icon{
  width:44px;height:44px;min-width:44px;border-radius:13px;
  display:grid;place-items:center;background:#e1f5ef;color:var(--saman-teal);
  font-size:1.25rem;
}
.question-builder,.manage-question{border-color:#dfe9e7!important}
.enrollment-list{max-height:300px;overflow:auto;padding-right:4px}
.email-status-dot{width:9px;height:9px;border-radius:50%;display:inline-block}

/* v1.4.0 - Estadísticas BI, filtros y PDF */
.analytics-filter-panel{
  background:var(--card-bg,#fff);border:1px solid var(--saman-border);border-radius:18px;
  padding:18px;box-shadow:0 8px 28px rgba(31,57,55,.06)
}
.analytics-filter-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.035em;font-weight:800;color:#657780;margin-bottom:5px}
.analytics-active-filters{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding:10px 13px;border-radius:12px;background:#edf8f5;border:1px solid #cbe6df;color:#315c55;font-size:.78rem}
.analytics-active-filters span{background:#fff;border:1px solid #d8eae6;padding:4px 8px;border-radius:20px}
.bi-kpi-card{height:100%;min-height:92px;padding:15px;border-radius:16px;display:flex;align-items:center;gap:12px;color:#fff;box-shadow:0 8px 24px rgba(31,57,55,.10);overflow:hidden;position:relative}
.bi-kpi-card:after{content:"";position:absolute;width:70px;height:70px;border:13px solid rgba(255,255,255,.08);border-radius:50%;right:-18px;top:-19px}
.bi-kpi-icon{width:38px;height:38px;min-width:38px;border-radius:11px;background:rgba(255,255,255,.16);display:grid;place-items:center;font-size:1.05rem}
.bi-kpi-card small,.bi-kpi-card strong{display:block}.bi-kpi-card small{font-size:.64rem;text-transform:uppercase;font-weight:800;opacity:.83;line-height:1.15}.bi-kpi-card strong{font-size:1.38rem;line-height:1.2;margin-top:4px}
.kpi-teal{background:linear-gradient(135deg,#0f887b,#087064)}.kpi-blue{background:linear-gradient(135deg,#173a9a,#315cc0)}.kpi-magenta{background:linear-gradient(135deg,#a81465,#cc2c80)}.kpi-green{background:linear-gradient(135deg,#23813c,#3aa856)}.kpi-indigo{background:linear-gradient(135deg,#4f46a5,#6b61c5)}.kpi-gold{background:linear-gradient(135deg,#bd7b0a,#e3a21b)}.kpi-cyan{background:linear-gradient(135deg,#147c98,#25a5c2)}.kpi-dark{background:linear-gradient(135deg,#263b45,#455a64)}
.analytics-chart-card{overflow:hidden}.analytics-chart-header{padding:17px 18px 9px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.analytics-chart-header h2{font-size:.92rem;font-weight:800;margin:0 0 3px;color:#24433e}.analytics-chart-header small{color:#7a8992;font-size:.71rem}.analytics-chip{font-size:.62rem;font-weight:800;color:#0b6e62;background:#e8f6f3;border-radius:20px;padding:5px 8px;white-space:nowrap}
.analytics-chart-body{height:285px;padding:6px 16px 18px;position:relative}.analytics-chart-body.chart-large{height:340px}.analytics-chart-body.chart-medium{height:270px}
.analytics-company-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid #edf2f1;font-size:.82rem}.analytics-company-row:last-child{border-bottom:0}.analytics-company-row strong{min-width:30px;text-align:center;background:#e9f6f3;color:var(--saman-teal-dark);padding:3px 7px;border-radius:12px}
@media (min-width:1200px){.col-xl-1-5{flex:0 0 auto;width:12.5%}}
@media(max-width:767.98px){.analytics-chart-body,.analytics-chart-body.chart-large{height:300px}.analytics-chart-body.chart-medium{height:270px}}
