/* Websoft brand and monthly reports */
.report-manager-hero {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  padding:34px 38px;
  background:radial-gradient(ellipse at 85% 100%,#006bab66,transparent 65%),#17173d;
  color:#fff;
  border-radius:16px;
  margin:24px 0
}
.report-manager-hero h2 {
  font-size:clamp(24px,2.6vw,36px);
  letter-spacing:-.04em;
  line-height:1.18;
  margin:12px 0
}
.report-manager-hero p:last-child {
  max-width:580px;
  color:#c6c9df;
  font-size:14px
}
.report-manager-hero img {
  width:190px;
  height:auto
}
.report-eyebrow {
  font-size:11px!important;
  letter-spacing:.18em;
  font-weight:700;
  color:#ffbe25;
  text-transform:uppercase;
  margin:0 0 18px
}
.report-toolbar {
  display:flex;
  align-items:end;
  gap:16px;
  flex-wrap:wrap;
  margin:22px 0
}
.report-toolbar .field {
  min-width:180px
}
.report-toolbar #report-save-state {
  margin:auto 0 8px auto;
  font-size:13px;
  color:var(--muted)
}
.report-form,.report-sharing {
  padding:28px;
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:14px;
  margin-bottom:24px
}
.report-section-title {
  margin:8px 0 20px
}
.report-section-title:not(:first-child) {
  margin-top:32px
}
.report-section-title h3,.report-sharing h3 {
  font-size:18px;
  letter-spacing:-.02em;
  margin-bottom:6px
}
.report-section-title p,.report-sharing>p {
  font-size:13px;
  color:var(--muted)
}
.report-metric-row {
  display:grid;
  grid-template-columns:minmax(180px,1.5fr) minmax(100px,.7fr) minmax(80px,.5fr) minmax(160px,1fr);
  align-items:center;
  gap:20px;
  border-bottom:1px solid var(--border);
  padding:15px 0
}
.report-metric-row label {
  font-weight:600;
  font-size:14px
}
.report-metric-row small {
  display:block;
  font-size:11px;
  color:var(--muted);
  margin-top:4px;
  max-width:280px
}
.report-before {
  font-variant-numeric:tabular-nums;
  color:var(--muted)
}
.report-table-head {
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:var(--muted);
  padding-top:0
}
.report-growth-input .input {
  margin-bottom:6px
}
.report-help {
  font-size:12px;
  line-height:1.7;
  color:var(--muted);
  margin:16px 0
}
.report-goal-editor {
  display:grid;
  grid-template-columns:1fr 1fr auto;
  gap:12px;
  max-width:720px;
  margin-bottom:12px
}
.report-narrative {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px
}
.report-actions {
  display:flex;
  gap:12px;
  margin-top:24px;
  flex-wrap:wrap
}
#report-error {
  color:var(--red);
  margin-top:12px
}
.report-share-row {
  display:flex;
  align-items:center;
  gap:10px;
  padding:18px 0;
  border-bottom:1px solid var(--border);
  flex-wrap:wrap
}
.report-share-row>div {
  min-width:190px;
  font-size:13px
}
.report-share-row small {
  display:block;
  color:var(--muted)
}
.report-share-row input {
  flex:1;
  min-width:180px
}
.report-share-row .btn {
  font-size:12px
}
.report-growth {
  display:inline-block;
  font-size:13px;
  line-height:1.5;
  font-weight:600
}
.report-growth small {
  font-size:10px;
  display:block;
  font-weight:400;
  color:inherit;
  opacity:.85
}
.report-growth.positive {
  color:#117554
}
.report-growth.negative {
  color:#bf3b4d
}
.report-growth.neutral {
  color:#737b92
}
.report-public {
  margin:0;
  background:#0c1025;
  color:#fff;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif
}
.report-public *,.report-deck * {
  box-sizing:border-box
}
.report-public button,.report-public input,.report-deck button {
  font:inherit
}
.report-public button,.report-deck button {
  cursor:pointer
}
.report-public button:disabled,.report-deck button:disabled {
  opacity:.35;
  cursor:default
}
.report-public button:focus-visible,.report-public input:focus-visible,.report-deck button:focus-visible {
  outline:3px solid #ffbe25;
  outline-offset:4px
}
.report-public p {
  line-height:1.6
}
.report-logo {
  width:174px;
  max-width:40vw;
  height:auto;
  object-fit:contain
}
.report-deck {
  background:#0c1025;
  color:#fff;
  min-height:100dvh;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;
  overflow:auto;
  outline:none
}
.report-preview-dialog {
  border:0;
  padding:0;
  width:100vw;
  max-width:100vw;
  height:100dvh;
  max-height:100dvh;
  margin:0
}
.report-preview-dialog::backdrop {
  background:#0c1025
}
.report-deck:fullscreen {
  overflow:auto
}
.report-deck-top {
  min-height:84px;
  padding:22px 4vw;
  display:flex;
  align-items:center;
  gap:24px;
  border-bottom:1px solid #ffffff14
}
.report-deck-top>span {
  font-size:11px;
  letter-spacing:.04em;
  color:#b5bdd9;
  flex:1
}
.report-deck-top i {
  color:#ffbe25;
  margin:0 9px
}
.report-deck-top>div {
  display:flex;
  gap:10px
}
.report-deck button {
  border:1px solid #ffffff28;
  background:#ffffff08;
  border-radius:8px;
  padding:9px 13px;
  color:#dfe6ff;
  font-size:12px
}
.report-deck button:hover:not(:disabled) {
  background:#ffffff15
}
.report-slides {
  max-width:1500px;
  margin:auto
}
.report-slide {
  position:relative;
  min-height:calc(100dvh - 164px);
  padding:46px 5vw 70px;
  overflow:hidden;
  background:radial-gradient(ellipse at 100% 0%,#007bca19,transparent 55%),linear-gradient(125deg,#17173d55,#0c1025)
}
.report-slide[hidden] {
  display:none
}
.report-slide h1 {
  font-size:clamp(30px,3.6vw,57px);
  line-height:1.12;
  letter-spacing:-.045em;
  font-weight:650;
  margin:0 0 32px;
  max-width:1000px;
  outline:none
}
.report-slide h3 {
  font-size:16px;
  margin:0 0 16px
}
.report-slide footer {
  position:absolute;
  left:5vw;
  right:5vw;
  bottom:22px;
  display:flex;
  justify-content:space-between;
  font-size:9px;
  letter-spacing:.13em;
  color:#8e99b9
}
.report-slide footer span {
  letter-spacing:0
}
.report-cover {
  padding-top:70px;
  padding-right:32%
}
.report-cover h1 {
  font-size:clamp(42px,5.7vw,86px);
  max-width:900px;
  position:relative;
  z-index:1
}
.report-cover-client {
  font-size:26px;
  letter-spacing:-.02em;
  margin:0 0 5px
}
.report-cover-month {
  text-transform:capitalize;
  color:#ffbe25;
  font-size:16px;
  margin:0 0 26px
}
.report-cover-art {
  position:absolute;
  right:6%;
  top:24%;
  width:220px;
  height:220px;
  border:1px solid #008ad260;
  transform:rotate(-15deg);
  border-radius:32px;
  background:linear-gradient(140deg,#007dcd22,#17173d);
  box-shadow:0 0 100px #0082d233;
  display:grid;
  place-items:center
}
.report-cover-art:after {
  content:'';
  position:absolute;
  inset:-28px;
  border:1px solid #ffffff0c;
  border-radius:48px
}
.report-cover-art span {
  font-size:150px;
  color:#ffbe25;
  transform:rotate(15deg);
  line-height:1
}
.report-note {
  color:#b9c4e0;
  font-size:clamp(14px,1.3vw,18px);
  line-height:1.65;
  max-width:1050px;
  white-space:pre-wrap;
  overflow-wrap:anywhere;
  margin:24px 0 8px;
  position:relative;
  z-index:1
}
.report-kpis {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px
}
.report-kpi {
  padding:24px 28px;
  background:linear-gradient(120deg,#ffffff06,#ffffff02);
  border:1px solid #ffffff16;
  border-radius:14px;
  min-width:0
}
.report-kpi>span:first-child {
  font-size:13px;
  color:#b9c4e0
}
.report-kpi>strong {
  display:block;
  font-size:clamp(32px,4.1vw,64px);
  line-height:1.15;
  letter-spacing:-.055em;
  margin:10px 0 15px;
  overflow-wrap:anywhere;
  font-variant-numeric:tabular-nums;
  font-weight:650
}
.report-deck .positive {
  color:#6ce4bc
}
.report-deck .negative {
  color:#ff919d
}
.report-deck .neutral {
  color:#9ba9c8
}
.report-deck .report-growth small {
  display:inline;
  margin-left:8px
}
.report-footnote {
  font-size:11px;
  color:#95a3c4;
  margin-top:24px;
  line-height:1.6
}
.report-comparison {
  margin-top:30px;
  padding:24px;
  border:1px solid #ffffff16;
  border-radius:14px
}
.report-bar-row {
  display:grid;
  grid-template-columns:150px 1fr 110px;
  gap:18px;
  align-items:center;
  margin-top:16px;
  font-size:12px;
  color:#b9c4e0
}
.report-bar-row b {
  text-align:right;
  font-variant-numeric:tabular-nums
}
.report-track {
  height:7px;
  background:#ffffff0d;
  border-radius:20px;
  overflow:hidden
}
.report-bar {
  height:100%;
  background:#0088d7;
  border-radius:20px
}
.bar-0 {
  background:#52617c
}
.bar-1 {
  background:#ffbe25
}
.report-goals {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px
}
.report-goal {
  padding:24px;
  border:1px solid #ffffff1c;
  border-radius:14px
}
.report-goal>div:first-child {
  display:flex;
  justify-content:space-between;
  gap:16px
}
.report-goal b {
  font-size:12px;
  color:#ffbe25
}
.report-goal p {
  font-size:12px;
  color:#b9c4e0;
  margin-bottom:0
}
.report-navigation {
  min-height:80px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  border-top:1px solid #ffffff14;
  padding:18px 24px
}
.report-navigation [data-counter] {
  font-size:12px;
  color:#b9c4e0
}
.report-dots {
  display:flex;
  gap:8px
}
.report-dots button {
  padding:0;
  width:7px;
  height:7px;
  border:0;
  border-radius:100%;
  background:#647394
}
.report-dots button[aria-current=step] {
  background:#ffbe25;
  width:24px;
  border-radius:5px
}
.report-entry {
  min-height:100dvh;
  display:grid;
  grid-template-columns:1.2fr 1fr
}
.report-entry>section {
  background:radial-gradient(ellipse at 0% 100%,#007bc955,transparent 65%),#17173d;
  padding:70px 7vw
}
.report-entry .report-logo {
  margin-bottom:100px;
  width:220px
}
.report-entry h1 {
  font-size:clamp(42px,5vw,74px);
  line-height:1.05;
  letter-spacing:-.05em;
  margin:24px 0
}
.report-entry h1 span {
  color:#ffbe25
}
.report-entry>section>p:last-child {
  color:#b9c4e0
}
.report-entry form {
  align-self:center;
  padding:70px;
  max-width:600px;
  width:100%
}
.report-entry form h2 {
  font-size:30px;
  letter-spacing:-.035em
}
.report-entry form p {
  font-size:14px;
  color:#a9b6d5
}
.report-entry form label {
  display:block;
  font-size:13px;
  margin:34px 0 10px
}
.report-entry input {
  width:100%;
  padding:14px;
  background:#ffffff07;
  border:1px solid #ffffff30;
  border-radius:8px;
  color:#fff
}
.report-entry form button {
  width:100%;
  padding:14px;
  background:#007dcc;
  border:0;
  border-radius:8px;
  color:#fff;
  margin-top:16px
}
.report-entry #report-login-error {
  color:#ff919d
}
@media(min-width:1450px) {
  .report-kpis {
    grid-template-columns:repeat(4,minmax(0,1fr))
  }
  .report-kpis:has(>.report-kpi:only-child) {
    grid-template-columns:1fr 1fr
  }
}
@media(max-width:800px) {
  .report-manager-hero {
    padding:26px
  }
  .report-manager-hero img {
    width:120px
  }
  .report-form,.report-sharing {
    padding:18px
  }
  .report-metric-row {
    gap:10px;
    grid-template-columns:1fr 110px
  }
  .report-metric-row>div:first-child {
    grid-column:1/-1
  }
  .report-table-head {
    display:none
  }
  .report-before:before {
    content:'Anterior: ';
    font-size:11px
  }
  .report-growth-input {
    grid-column:1/-1;
    display:flex;
    gap:14px;
    align-items:center
  }
  .report-growth-input .input {
    width:130px
  }
  .report-narrative {
    grid-template-columns:1fr
  }
  .report-deck-top {
    padding:18px 5vw;
    flex-wrap:wrap;
    gap:16px
  }
  .report-deck-top>span {
    display:none
  }
  .report-deck-top>div {
    margin-left:auto;
    flex-wrap:wrap
  }
  .report-deck .report-logo {
    width:140px
  }
  .report-slide {
    padding-top:32px;
    min-height:calc(100dvh - 180px)
  }
  .report-cover {
    padding-right:5vw
  }
  .report-cover-art {
    display:none
  }
  .report-cover h1 {
    margin-top:25px
  }
  .report-note {
    font-size:15px
  }
  .report-kpi {
    padding:18px
  }
  .report-kpis {
    gap:12px
  }
  .report-kpi>strong {
    font-size:38px
  }
  .report-deck .report-growth small {
    display:block;
    margin:2px 0 0
  }
  .report-goals {
    grid-template-columns:1fr
  }
  .report-bar-row {
    grid-template-columns:100px 1fr 75px;
    gap:10px
  }
  .report-navigation {
    gap:12px
  }
  .report-dots {
    gap:6px
  }
  .report-navigation button {
    font-size:11px;
    padding:8px
  }
  .report-dots button {
    padding:0
  }
  .report-entry {
    grid-template-columns:1fr
  }
  .report-entry>section {
    padding:35px 8vw
  }
  .report-entry .report-logo {
    margin-bottom:40px;
    width:170px
  }
  .report-entry form {
    padding:40px 8vw
  }
  .report-entry h1 {
    font-size:46px
  }
  .report-goal-editor {
    grid-template-columns:1fr 100px
  }
  .report-goal-editor button {
    grid-column:1/-1
  }
}
@media(max-width:480px) {
  .report-manager-hero {
    display:block
  }
  .report-manager-hero img {
    margin-top:24px
  }
  .report-kpis {
    grid-template-columns:1fr
  }
  .report-kpi>strong {
    font-size:44px
  }
  .report-deck-top {
    gap:10px
  }
  .report-deck-top>div {
    margin:0
  }
  .report-slide h1 {
    font-size:34px
  }
  .report-cover h1 {
    font-size:48px
  }
  .report-dots {
    display:none
  }
  .report-slide footer span {
    max-width:150px;
    text-align:right
  }
  .report-toolbar #report-save-state {
    margin:0
  }
  .report-goal>div:first-child {
    display:block
  }
}
@media print {
  @page {
    size:A4 landscape;
    margin:0
  }
  body:has(.report-preview-dialog)>.app-shell,body:has(.report-preview-dialog)>#app {
    display:none!important
  }
  .report-public,.report-deck {
    print-color-adjust:exact;
    -webkit-print-color-adjust:exact;
    background:#0c1025!important;
    color:#fff!important
  }
  .report-preview-dialog {
    position:static!important;
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important
  }
  .report-deck-top,.report-navigation {
    display:none!important
  }
  .report-slides {
    max-width:none
  }
  .report-slide,.report-slide[hidden] {
    display:block!important;
    break-after:page;
    min-height:210mm;
    padding:18mm 18mm 20mm;
    background:#11152e!important;
    overflow:visible
  }
  .report-slide:last-child {
    break-after:auto
  }
  .report-slide h1 {
    font-size:32pt;
    margin-bottom:9mm
  }
  .report-kpis {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .report-kpi {
    padding:6mm
  }
  .report-kpi>strong {
    font-size:32pt
  }
  .report-note {
    font-size:11pt
  }
  .report-cover {
    padding-right:70mm
  }
  .report-cover-art {
    right:12mm;
    width:150px;
    height:150px
  }
  .report-cover h1 {
    font-size:48pt
  }
  .report-goals {
    grid-template-columns:1fr 1fr
  }
  .report-slide footer {
    left:18mm;
    right:18mm;
    bottom:8mm
  }
  .report-slide .report-eyebrow:before {
    content:'WEBSOFT / ';
    color:#fff
  }
}
.report-slide footer img {
  width:85px;
  height:auto;
  object-fit:contain
}
.report-slide footer {
  align-items:center
}
