/* Financial Reports Workspace v2 — keeps the financial-report page data-first
   and visually distinct from the analysis page. */

.nx-frw-hero{
  display:grid;
  grid-template-columns:minmax(0,1.7fr) minmax(260px,.7fr);
  gap:18px;
  margin:16px 0 14px;
  padding:24px;
  border:1px solid #dbeafe;
  border-radius:26px;
  background:
    radial-gradient(circle at 8% 12%,rgba(59,130,246,.12),transparent 32%),
    linear-gradient(145deg,#ffffff 0%,#f8fbff 58%,#f4f8ff 100%);
  box-shadow:0 16px 38px rgba(15,23,42,.07);
  overflow:hidden;
}
.nx-frw-hero__main{min-width:0;}
.nx-frw-kicker{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-bottom:8px;
  color:#2563eb;
  font-size:.77rem;
  font-weight:900;
}
.nx-frw-kicker i{font-size:1rem;}
.nx-frw-hero h1{
  margin:0 0 8px;
  color:#0f172a;
  font-size:clamp(1.45rem,2.4vw,2.05rem);
  line-height:1.55;
  font-weight:950;
}
.nx-frw-hero__main>p:not(.nx-frw-boundary-note){
  max-width:860px;
  margin:0;
  color:#475569;
  font-size:.92rem;
  line-height:2;
  font-weight:650;
}
.nx-frw-company-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}
.nx-frw-company-meta span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:32px;
  padding:6px 10px;
  border:1px solid #e2e8f0;
  border-radius:999px;
  background:rgba(255,255,255,.88);
  color:#475569;
  font-size:.72rem;
  font-weight:800;
}
.nx-frw-company-meta i{color:#3b82f6;}
.nx-frw-actions{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:17px;
}
.nx-frw-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:42px;
  padding:9px 15px;
  border-radius:13px;
  text-decoration:none !important;
  font-size:.79rem;
  font-weight:900;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.nx-frw-btn:hover{transform:translateY(-1px);}
.nx-frw-btn--primary{
  color:#fff !important;
  background:linear-gradient(135deg,#2563eb,#0d6efd);
  box-shadow:0 8px 18px rgba(37,99,235,.2);
}
.nx-frw-btn--secondary{
  color:#1e40af !important;
  border:1px solid #bfdbfe;
  background:#fff;
}
.nx-frw-boundary-note{
  display:flex;
  align-items:flex-start;
  gap:7px;
  max-width:880px;
  margin:13px 0 0 !important;
  color:#64748b !important;
  font-size:.72rem !important;
  line-height:1.85 !important;
  font-weight:700 !important;
}
.nx-frw-boundary-note::before{
  content:"";
  flex:0 0 6px;
  width:6px;
  height:6px;
  margin-top:8px;
  border-radius:50%;
  background:#60a5fa;
}

.nx-frw-report-meta{
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  padding:18px;
  border:1px solid #dbeafe;
  border-radius:20px;
  background:rgba(255,255,255,.9);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
.nx-frw-report-meta__label{
  color:#64748b;
  font-size:.72rem;
  font-weight:850;
  margin-bottom:7px;
}
.nx-frw-report-meta>strong{
  display:flex;
  flex-direction:column;
  gap:2px;
  color:#0f172a;
  font-size:1.05rem;
  font-weight:950;
  line-height:1.7;
}
.nx-frw-report-meta>strong small{
  color:#334155;
  font-size:.78rem;
  font-weight:800;
}
.nx-frw-report-meta__rows{
  display:grid;
  gap:7px;
  margin-top:14px;
  padding-top:12px;
  border-top:1px solid #e2e8f0;
}
.nx-frw-report-meta__rows span{
  display:flex;
  align-items:center;
  gap:7px;
  color:#64748b;
  font-size:.72rem;
  font-weight:750;
}
.nx-frw-report-meta__rows i{color:#2563eb;}

/* Snapshot */
.nx-fin-public-snapshot.nx-frw-snapshot{
  margin-bottom:14px !important;
  border:1px solid #e2e8f0 !important;
  border-radius:22px;
  background:#fff;
  box-shadow:0 10px 28px rgba(15,23,42,.055) !important;
}
.nx-frw-snapshot__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:13px;
}
.nx-frw-snapshot__title span{
  display:block;
  margin-bottom:3px;
  color:#2563eb;
  font-size:.72rem;
  font-weight:900;
}
.nx-frw-snapshot__title h2{
  margin:0;
  color:#0f172a;
  font-size:1rem;
  font-weight:950;
}
.nx-frw-snapshot__period{
  display:flex;
  align-items:center;
  gap:6px;
  padding:6px 10px;
  border-radius:999px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  color:#475569;
  font-size:.7rem;
  font-weight:800;
}
.nx-frw-snapshot-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:9px;
}
.nx-frw-snapshot-card{
  position:relative;
  width:100%;
  min-width:0;
  min-height:104px;
  padding:12px;
  border:1px solid #e2e8f0;
  border-radius:16px;
  background:#fff;
  text-align:right;
  cursor:pointer;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.nx-frw-snapshot-card:hover,
.nx-frw-snapshot-card:focus-visible{
  border-color:#93c5fd;
  box-shadow:0 8px 18px rgba(37,99,235,.1);
  transform:translateY(-1px);
  outline:none;
}
.nx-frw-snapshot-card__label{
  display:block;
  color:#64748b;
  font-size:.7rem;
  font-weight:800;
  line-height:1.6;
}
.nx-frw-snapshot-card__value{
  display:block;
  margin-top:5px;
  color:#0f172a;
  font-size:.95rem;
  font-weight:950;
  direction:ltr;
  text-align:right;
  white-space:nowrap;
}
.nx-frw-snapshot-card__unit{
  display:block;
  margin-top:1px;
  color:#94a3b8;
  font-size:.64rem;
  font-weight:750;
}
.nx-frw-snapshot-card__change{
  display:inline-flex;
  align-items:center;
  gap:4px;
  margin-top:8px;
  font-size:.66rem;
  font-weight:850;
}
.nx-frw-snapshot-card__change.is-up{color:#15803d;}
.nx-frw-snapshot-card__change.is-down{color:#b91c1c;}
.nx-frw-snapshot-card__change.is-flat{color:#64748b;}
.nx-frw-snapshot-card__hint{
  position:absolute;
  inset-inline-end:10px;
  top:9px;
  color:#bfdbfe;
  font-size:.75rem;
}

/* Data navigation */
.nx-frw-data-section{
  margin-top:15px;
  padding:18px;
  border:1px solid #e2e8f0;
  border-radius:22px;
  background:#fff;
}
.nx-frw-data-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:14px;
  margin-bottom:13px;
}
.nx-frw-data-head span{
  display:block;
  margin-bottom:3px;
  color:#2563eb;
  font-size:.7rem;
  font-weight:900;
}
.nx-frw-data-head h2{
  margin:0;
  color:#0f172a;
  font-size:1rem;
  font-weight:950;
}
.nx-frw-data-head p{
  margin:4px 0 0;
  color:#64748b;
  font-size:.73rem;
  line-height:1.8;
  font-weight:700;
}
.nx-frw-tabs.custom-tabs{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:stretch;
  gap:10px;
  padding:0;
  overflow:visible;
}
.nx-frw-tab-group{
  min-width:0;
  padding:10px;
  border:1px solid #e2e8f0;
  border-radius:15px;
  background:#f8fafc;
}
.nx-frw-tab-group__label{
  display:block;
  margin-bottom:7px;
  color:#64748b;
  font-size:.65rem;
  font-weight:900;
}
.nx-frw-tab-group__items{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.nx-frw-tabs .custom-tab{
  appearance:none;
  flex:1 1 92px;
  max-width:none;
  min-width:0;
  min-height:34px;
  padding:6px 8px;
  border:1px solid transparent;
  border-radius:9px;
  box-shadow:none;
  background:#fff;
  color:#334155;
  font-size:.68rem;
  font-weight:800;
  line-height:1.45;
}
.nx-frw-tabs .custom-tab:hover{background:#eff6ff;color:#1d4ed8;border-color:#dbeafe;}
.nx-frw-tabs .custom-tab.active{
  background:#2563eb;
  color:#fff;
  border-color:#2563eb;
  box-shadow:0 5px 12px rgba(37,99,235,.18);
}
.nx-frw-tab-group--compact .custom-tab{flex-basis:100%;}

/* Highlight the row reached from a snapshot card without altering table data. */
.nx-frw-row-focus>td{
  animation:nxFrwRowFlash 1.6s ease;
}
@keyframes nxFrwRowFlash{
  0%,100%{box-shadow:inset 0 0 0 0 rgba(59,130,246,0);}
  20%{box-shadow:inset 0 0 0 999px rgba(219,234,254,.72);}
}

@media (max-width:1100px){
  .nx-frw-tabs.custom-tabs{grid-template-columns:repeat(2,minmax(0,1fr));}
  .nx-frw-snapshot-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width:820px){
  .nx-frw-hero{grid-template-columns:1fr;padding:18px;border-radius:22px;}
  .nx-frw-report-meta{padding:14px;}
  .nx-frw-snapshot-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:576px){
  .nx-frw-hero{margin-top:10px;padding:14px;border-radius:18px;}
  .nx-frw-hero h1{font-size:1.28rem;}
  .nx-frw-hero__main>p:not(.nx-frw-boundary-note){font-size:.82rem;line-height:1.9;}
  .nx-frw-actions{display:grid;grid-template-columns:1fr;}
  .nx-frw-btn{width:100%;}
  .nx-frw-company-meta span{font-size:.67rem;}
  .nx-frw-snapshot-grid{grid-template-columns:1fr 1fr;gap:7px;}
  .nx-frw-snapshot-card{min-height:96px;padding:10px;}
  .nx-frw-snapshot-card__value{font-size:.82rem;}
  .nx-frw-data-section{padding:12px;border-radius:18px;}
  .nx-frw-tabs.custom-tabs{grid-template-columns:1fr;gap:8px;}
  .nx-frw-tab-group{padding:9px;}
  .nx-frw-tabs .custom-tab{flex:1 1 30%;min-width:88px;font-size:.66rem;}
}


/* V31: snapshot cards are intentionally centered as a compact report summary. */
.nx-frw-snapshot-card{align-items:center!important;text-align:center!important}
.nx-frw-snapshot-card__label,
.nx-frw-snapshot-card__value,
.nx-frw-snapshot-card__unit,
.nx-frw-snapshot-card__change{width:100%;text-align:center!important;justify-content:center!important}
.nx-frw-snapshot-card__value{display:block;direction:ltr;unicode-bidi:isolate}
.nx-frw-snapshot-card__unit{display:block}

/* V31: destination row remains obvious for a few seconds after a snapshot action. */
.nx-frw-row-focus{position:relative;z-index:2}
.nx-frw-data-section tbody td{transition:background-color .55s ease,box-shadow .55s ease,border-color .35s ease}
.nx-frw-row-focus>td{
  background-color:#e7f1ff!important;
  border-top-color:#60a5fa!important;border-bottom-color:#60a5fa!important;
  box-shadow:inset 0 0 0 1px rgba(37,99,235,.22);
  animation:nxFrwRowFocusV31 .9s ease 2;
}
.nx-frw-row-focus>td:first-child{box-shadow:inset -4px 0 0 #2563eb,inset 0 0 0 1px rgba(37,99,235,.22)!important}
@keyframes nxFrwRowFocusV31{
  0%,100%{filter:brightness(1)}
  50%{filter:brightness(.965)}
}

/* V32 — modern, data-first latest-report snapshot */
.nx-fin-public-snapshot.nx-frw-snapshot{
  position:relative;
  overflow:hidden;
  border-color:#dbe5ef!important;
  border-radius:24px;
  background:
    radial-gradient(circle at 92% -10%,rgba(37,99,235,.08),transparent 30%),
    linear-gradient(180deg,#fff 0%,#fbfdff 100%);
  box-shadow:0 14px 38px rgba(15,23,42,.065)!important;
}
.nx-fin-public-snapshot.nx-frw-snapshot::before{
  content:"";
  position:absolute;
  inset-inline:22px;
  top:0;
  height:3px;
  border-radius:0 0 999px 999px;
  background:linear-gradient(90deg,#2563eb,#0ea5e9,#14b8a6);
  opacity:.9;
}
.nx-frw-snapshot .card-body{padding:18px 20px 20px;}
.nx-frw-snapshot__head{align-items:center;margin-bottom:16px;}
.nx-frw-snapshot__title span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-bottom:5px;
  color:#2563eb;
  font-size:.7rem;
  font-weight:950;
}
.nx-frw-snapshot__title span i{font-size:.9rem;}
.nx-frw-snapshot__title h2{font-size:1.02rem;line-height:1.65;}
.nx-frw-snapshot__title p{
  margin:3px 0 0;
  color:#8492a6;
  font-size:.65rem;
  font-weight:700;
}
.nx-frw-snapshot__period{
  gap:7px;
  padding:7px 11px;
  border-color:#dbeafe;
  background:#f7fbff;
  color:#475569;
  box-shadow:inset 0 1px 0 #fff;
}
.nx-frw-snapshot__period i{color:#2563eb;}
.nx-frw-snapshot__period span{font-weight:900;color:#334155;}
.nx-frw-snapshot__period bdi{direction:ltr;unicode-bidi:isolate;font-variant-numeric:tabular-nums;}

.nx-frw-snapshot-grid{gap:10px;}
.nx-frw-snapshot-card{
  display:flex;
  flex-direction:column;
  align-items:stretch!important;
  justify-content:space-between;
  min-height:154px;
  padding:13px 13px 11px;
  border-color:#e2e8f0;
  border-radius:18px;
  background:linear-gradient(180deg,#fff,#fbfdff);
  text-align:center!important;
  isolation:isolate;
  overflow:hidden;
}
.nx-frw-snapshot-card::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset-inline:0;
  bottom:0;
  height:3px;
  background:#cbd5e1;
  opacity:.75;
  transition:height .18s ease,opacity .18s ease;
}
.nx-frw-snapshot-card.is-up::before{background:#22c55e;}
.nx-frw-snapshot-card.is-down::before{background:#ef4444;}
.nx-frw-snapshot-card.is-flat::before{background:#94a3b8;}
.nx-frw-snapshot-card:hover,
.nx-frw-snapshot-card:focus-visible{
  border-color:#bfdbfe;
  background:#fff;
  box-shadow:0 12px 26px rgba(37,99,235,.105);
  transform:translateY(-2px);
}
.nx-frw-snapshot-card:hover::before,
.nx-frw-snapshot-card:focus-visible::before{height:4px;opacity:1;}
.nx-frw-snapshot-card__top{
  display:grid;
  grid-template-columns:30px minmax(0,1fr) 24px;
  align-items:center;
  gap:6px;
  min-height:32px;
}
.nx-frw-snapshot-card__icon{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border:1px solid #dbeafe;
  border-radius:10px;
  background:#eff6ff;
  color:#2563eb;
  font-size:.78rem;
}
.nx-frw-snapshot-card__label{
  width:auto!important;
  color:#526277;
  font-size:.69rem;
  font-weight:900;
  line-height:1.55;
  text-align:center!important;
}
.nx-frw-snapshot-card__jump{
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  border-radius:8px;
  color:#94a3b8;
  background:#f8fafc;
  font-size:.65rem;
  transition:.18s ease;
}
.nx-frw-snapshot-card:hover .nx-frw-snapshot-card__jump,
.nx-frw-snapshot-card:focus-visible .nx-frw-snapshot-card__jump{
  color:#2563eb;
  background:#eff6ff;
  transform:translate(-1px,1px);
}
.nx-frw-snapshot-card__number{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:59px;
  padding:6px 0 4px;
}
.nx-frw-snapshot-card__value{
  width:100%;
  margin:0;
  color:#0f172a;
  font-size:clamp(.94rem,1.15vw,1.1rem);
  line-height:1.45;
  font-weight:950;
  direction:ltr;
  unicode-bidi:isolate;
  text-align:center!important;
  font-variant-numeric:tabular-nums;
  white-space:nowrap;
}
.nx-frw-snapshot-card__unit{
  width:100%;
  margin-top:1px;
  color:#94a3b8;
  font-size:.58rem;
  font-weight:800;
  text-align:center!important;
}
.nx-frw-snapshot-card__footer{
  display:flex;
  justify-content:center;
  min-height:31px;
  padding-top:7px;
  border-top:1px dashed #e7edf4;
}
.nx-frw-snapshot-card__change{
  width:auto!important;
  max-width:100%;
  display:inline-flex;
  align-items:center;
  justify-content:center!important;
  gap:3px;
  margin:0;
  padding:4px 7px;
  border-radius:999px;
  font-size:.61rem;
  font-weight:950;
  line-height:1.35;
  white-space:nowrap;
}
.nx-frw-snapshot-card__change bdi{direction:ltr;unicode-bidi:isolate;font-variant-numeric:tabular-nums;}
.nx-frw-snapshot-card__change small{font-size:.54rem;font-weight:800;opacity:.82;}
.nx-frw-snapshot-card__change.is-up{color:#15803d;background:#f0fdf4;}
.nx-frw-snapshot-card__change.is-down{color:#b91c1c;background:#fef2f2;}
.nx-frw-snapshot-card__change.is-flat{color:#64748b;background:#f8fafc;}
.nx-frw-snapshot-card__change.is-muted{color:#7c899a;background:#f8fafc;font-weight:800;}

@media(max-width:1100px){
  .nx-frw-snapshot-card{min-height:148px;}
}
@media(max-width:576px){
  .nx-frw-snapshot .card-body{padding:14px 12px 14px;}
  .nx-frw-snapshot__head{align-items:flex-start;}
  .nx-frw-snapshot__title p{display:none;}
  .nx-frw-snapshot__period{font-size:.62rem;padding:6px 8px;}
  .nx-frw-snapshot-grid{gap:7px;}
  .nx-frw-snapshot-card{min-height:142px;padding:10px 9px 9px;border-radius:15px;}
  .nx-frw-snapshot-card__top{grid-template-columns:27px minmax(0,1fr) 21px;gap:4px;}
  .nx-frw-snapshot-card__icon{width:27px;height:27px;border-radius:8px;font-size:.7rem;}
  .nx-frw-snapshot-card__jump{width:21px;height:21px;}
  .nx-frw-snapshot-card__label{font-size:.62rem;}
  .nx-frw-snapshot-card__value{font-size:.79rem;}
  .nx-frw-snapshot-card__unit{font-size:.52rem;}
  .nx-frw-snapshot-card__change{padding:3px 5px;font-size:.55rem;white-space:normal;}
  .nx-frw-snapshot-card__change small{font-size:.49rem;}
}

/* =========================================================
   V33 — fast shell + comfortable responsive typography
   The legacy financial-table stylesheet is loaded only when the first table
   is requested. These rules keep the above-the-fold shell fully styled before
   that non-blocking stylesheet arrives.
   ========================================================= */
.nx-financial-reports-page{
  font-size:clamp(14px,calc(13px + .12vw),16px);
  text-rendering:optimizeLegibility;
}
.nx-financial-reports-page .search-box{position:relative;display:flex;align-items:center;background:#fff;border:1px solid #e5eaf0;border-radius:12px;padding:6px 12px;box-shadow:0 2px 8px rgba(15,23,42,.06);direction:rtl}
.nx-financial-reports-page .search-box input{flex:1;min-width:0;border:0;outline:0;background:transparent;padding:.45rem .2rem .45rem 3.6rem;font-size:clamp(.78rem,.76rem + .08vw,.86rem)}
.nx-financial-reports-page .search-icon,.nx-financial-reports-page .clear-btn{position:absolute;border:0;background:transparent;cursor:pointer;line-height:1;color:#64748b}
.nx-financial-reports-page .search-icon{left:12px}.nx-financial-reports-page .clear-btn{left:40px;color:#94a3b8}
.nx-financial-reports-page .suggest-box{position:absolute;top:calc(100% + 6px);right:0;left:0;z-index:1050;display:none;max-height:260px;overflow:auto;border:1px solid #e5eaf0;border-radius:12px;background:#fff;box-shadow:0 16px 38px rgba(15,23,42,.13)}
.nx-financial-reports-page .suggest-item{display:flex;justify-content:space-between;gap:1rem;padding:.65rem .75rem;cursor:pointer;font-size:.8rem;color:#111827}.nx-financial-reports-page .suggest-item:hover{background:#f5f9ff}.nx-financial-reports-page .suggest-symbol{font-weight:900}.nx-financial-reports-page .suggest-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#64748b;font-size:.74rem}
.nx-financial-reports-page .fm-header-info{display:flex;align-items:center;justify-content:space-between;gap:12px}.nx-financial-reports-page .fm-market-wrap{flex:1 1 auto;min-width:0}.nx-financial-reports-page .sd-quickbar-col{flex:0 0 auto;margin-left:1%;text-align:left}
.nx-financial-reports-page #market-data-container{min-height:64px}.nx-financial-reports-page #market-symbol{font-size:clamp(1rem,1vw + .78rem,1.45rem);font-weight:800;color:#00036d;padding-right:6px}.nx-financial-reports-page #market-name{color:#334155;font-size:clamp(.82rem,.78rem + .12vw,1rem)}.nx-financial-reports-page .stock-close{font-size:clamp(.8rem,.78rem + .1vw,.9rem)}.nx-financial-reports-page .stock-change{font-size:.78rem}.nx-financial-reports-page .stock-arrow{font-size:.82rem}
.nx-financial-reports-page .sd-quickbar{display:inline-flex;align-items:center;justify-content:space-between;gap:18px;padding:6px 10px;min-height:34px;max-width:100%}.nx-financial-reports-page .sd-quickbar-text{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;font-size:.84rem;font-weight:800}.nx-financial-reports-page .sd-quickbar-muted{color:#64748b}.nx-financial-reports-page .sd-quickbar-icons{display:inline-flex;align-items:center;gap:8px;direction:ltr}.nx-financial-reports-page .sd-quickicon{width:34px;height:34px;display:grid;place-items:center;border:1px solid #d7e0ea;border-radius:10px;background:#fff;color:#1d4ed8;text-decoration:none;box-shadow:0 4px 12px rgba(15,23,42,.05);transition:.15s}.nx-financial-reports-page .sd-quickicon:hover{background:#eef4ff;transform:translateY(-1px)}.nx-financial-reports-page .sd-quickicon i{font-size:1rem}.nx-financial-reports-page .sd-quickicon.is-active{background:#eef4ff;border-color:#bcd0ff}
.nx-financial-reports-page .fm-skeleton-line{display:inline-block;height:10px;border-radius:999px;background:linear-gradient(90deg,#e5e7eb,#f8fafc,#e5e7eb);background-size:200% 100%;animation:nxFrwSkeleton 1.1s ease-in-out infinite}@keyframes nxFrwSkeleton{0%{background-position:200% 0}100%{background-position:-200% 0}}.nx-financial-reports-page .fm-skeleton-wrapper{padding:1rem .75rem}.nx-financial-reports-page .fm-skeleton-table .fm-skeleton-line{height:9px}
.nx-financial-reports-page .sd-tooltip .tooltip-inner{background:#0b1220;color:#fff;font-size:.72rem;font-weight:800;padding:6px 10px;border-radius:10px;box-shadow:0 12px 28px rgba(15,23,42,.22);direction:rtl;text-align:center}

/* Do not blank an already-visible table while another tab is in flight. */
#tab-pane-content{position:relative;min-height:80px}.nx-frw-pane-refreshing{opacity:.58;pointer-events:none;transition:opacity .12s ease}.nx-frw-pane-refreshing::after{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,transparent,#2563eb,transparent);background-size:180% 100%;animation:nxFrwLoadingBar .8s linear infinite;z-index:20}@keyframes nxFrwLoadingBar{to{background-position:-180% 0}}

/* Below-the-fold workspaces should not delay the first paint. */
#nxFinancialBuilder{content-visibility:auto;contain-intrinsic-size:auto 520px}

/* Returning-user helpers: entirely client-side, zero DB cost. */
.nx-fund-return{display:grid;gap:.55rem;margin:.72rem 0 1rem}.nx-fund-return__new{display:flex;align-items:center;gap:.7rem;padding:.7rem .85rem;border:1px solid #cfe5dc;border-radius:13px;background:#f3fbf7;color:#285c4b}.nx-fund-return__new>i{display:grid;place-items:center;flex:0 0 32px;width:32px;height:32px;border-radius:10px;background:#def4ea;color:#17805b}.nx-fund-return__new strong{display:block;font-size:.78rem;font-weight:950}.nx-fund-return__new span{display:block;margin-top:.08rem;font-size:.68rem;color:#5f786f}.nx-fund-recent{display:flex;align-items:center;gap:.65rem;min-width:0}.nx-fund-recent__label{flex:0 0 auto;color:#718096;font-size:.68rem;font-weight:850}.nx-fund-recent__list{display:flex;gap:.4rem;min-width:0;overflow-x:auto;padding:2px 1px 4px;scrollbar-width:thin}.nx-fund-recent__chip{display:inline-flex;align-items:center;gap:.35rem;flex:0 0 auto;padding:.38rem .55rem;border:1px solid #e1e8ef;border-radius:10px;background:#fff;color:#2f4358;text-decoration:none;transition:.15s}.nx-fund-recent__chip:hover{border-color:#b9d2f1;background:#f7fbff}.nx-fund-recent__chip strong{font-size:.72rem}.nx-fund-recent__chip span{max-width:115px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#7a8899;font-size:.62rem}

@media(max-width:767.98px){
  .nx-financial-reports-page .fm-header-info{flex-direction:column;align-items:stretch}
  .nx-financial-reports-page .sd-quickbar-col{margin-top:-18px;text-align:right}
  .nx-fund-recent{align-items:flex-start;flex-direction:column;gap:.4rem}
  .nx-fund-recent__list{width:100%}
  .nx-fund-return__new{padding:.65rem .72rem}
}

/* V33.1 — readable micro typography + shell completeness */
.nx-financial-reports-page .nx-frw-snapshot-card__change small{
  font-size:clamp(.6rem,.58rem + .05vw,.65rem);
  line-height:1.55;
}
.nx-financial-reports-page .clear-btn{display:none;}
.nx-financial-reports-page .sd-quickbar a.disabled,
.nx-financial-reports-page .sd-quickbar button:disabled{
  opacity:.48;
  pointer-events:none;
}
.nx-financial-reports-page .nx-frw-meta,
.nx-financial-reports-page .nx-frw-hero__company,
.nx-financial-reports-page .nx-frw-hero__eyebrow,
.nx-financial-reports-page .nx-frw-snapshot-card__period{
  font-size:clamp(.66rem,.64rem + .07vw,.73rem);
  line-height:1.65;
}
@media (max-width: 575.98px){
  .nx-financial-reports-page .nx-frw-snapshot-card__change small{font-size:.61rem;}
}

/* V33.2 — minimal builder shell kept above the lazy legacy stylesheet. */
.nx-financial-reports-page .nx-fin-builder{
  margin:1rem 0 1.15rem;
  background:linear-gradient(135deg,#fff 0%,#f8fbff 100%);
  border:1px solid #dbe7ff;
  border-radius:18px;
  box-shadow:0 12px 30px rgba(15,23,42,.07);
  overflow:hidden;
  direction:rtl;
}
.nx-financial-reports-page .nx-fin-builder-head{
  display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;
}
.nx-financial-reports-page .nx-fin-builder-copy{min-width:0;}
.nx-financial-reports-page .nx-fin-builder-badge{
  display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .55rem;border-radius:999px;
  background:#eef6ff;color:#075985;font-size:.69rem;font-weight:850;margin-bottom:.45rem;
}
.nx-financial-reports-page .nx-fin-builder h2{
  margin:0 0 .35rem;color:#0f172a;font-size:clamp(1rem,.95rem + .18vw,1.13rem);font-weight:900;
}
.nx-financial-reports-page .nx-fin-builder p{
  margin:0;color:#64748b;font-size:clamp(.72rem,.7rem + .06vw,.78rem);line-height:1.85;
}
.nx-financial-reports-page .nx-fin-builder-toggle{
  border:0;border-radius:14px;background:#0d6efd;color:#fff;font-weight:900;font-size:.75rem;
  padding:.72rem 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;
  white-space:nowrap;box-shadow:0 10px 18px rgba(13,110,253,.22);
}
@media(max-width:575.98px){
  .nx-financial-reports-page .nx-fin-builder-head{flex-direction:column;align-items:stretch;padding:.9rem;}
  .nx-financial-reports-page .nx-fin-builder-toggle{width:100%;min-height:42px;}
}


/* ==========================================================================
   V34 — responsive shell/card typography only. Table typography intentionally
   inherits the pre-V33 fundamental table rules.
   ========================================================================== */
.nx-financial-reports-page .nx-frw-hero h1{font-size:clamp(1.16rem,1.02rem + .55vw,1.55rem);line-height:1.45}
.nx-financial-reports-page .nx-frw-hero__company{font-size:clamp(.72rem,.68rem + .12vw,.82rem)}
.nx-financial-reports-page .nx-frw-snapshot-card__label{font-size:clamp(.64rem,.61rem + .1vw,.71rem)}
.nx-financial-reports-page .nx-frw-snapshot-card__value{font-size:clamp(.9rem,.82rem + .28vw,1.08rem)}
.nx-financial-reports-page .nx-frw-snapshot-card__unit{font-size:clamp(.57rem,.54rem + .08vw,.63rem)}
.nx-financial-reports-page .nx-frw-snapshot-card__change{font-size:clamp(.59rem,.56rem + .08vw,.65rem)}
.nx-financial-reports-page .nx-frw-meta{font-size:clamp(.64rem,.61rem + .08vw,.71rem)}
@media(max-width:575.98px){
  .nx-financial-reports-page .nx-frw-snapshot-card__value{font-size:.9rem}
  .nx-financial-reports-page .nx-frw-snapshot-card__label{font-size:.64rem}
  .nx-financial-reports-page .nx-frw-snapshot-card__unit{font-size:.57rem}
}
