:root   {
  --ink: #10083f;
  --muted: #706d82;
  --line: #e8e5f0;
  --green: #6818f7;
  --green-2: #873cff;
  --green-soft: #f1ebff;
  --surface: #fff;
  --bg: #f7f6fb;
  --shadow: 0 12px 36px rgba(36,18,84,.09);
  font-family: 'DM Sans',sans-serif;
  color: var(--ink)
}
*   {
  box-sizing: border-box
}
body   {
  margin: 0;
  background: var(--bg)
}
button,input,select   {
  font: inherit
}
button,a   {
  transition: .2s ease
}
a   {
  color: var(--green);
  text-decoration: none
}
.brand   {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-family: Manrope,sans-serif;
  font-size: 20px;
  font-weight: 800
}
.brand__mark   {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  background: var(--green);
  color: #fff;
  font-size: 18px
}
.brand img {
  display: block;
  width: 178px;
  height: auto
}
.brand--light   {
  color: #fff;
  position: absolute;
  top: 44px;
  left: 48px;
  padding: 8px 13px;
  border-radius: 13px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 8px 24px rgba(13,26,39,.12)
}
.brand--light .brand__mark   {
  background: #fff;
  color: var(--green)
}
.login-shell   {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(400px,44%) 1fr
}
.login-visual   {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 80px 10%;
  color: #fff;
  background: linear-gradient(145deg,#0d073b,#361080 55%,#711bfa)
}
.login-visual:before,.login-visual:after   {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%
}
.login-visual:before   {
  width: 520px;
  height: 520px;
  left: -260px;
  bottom: -180px
}
.login-visual:after   {
  width: 430px;
  height: 430px;
  right: -230px;
  top: -160px
}
.visual-copy   {
  max-width: 500px;
  position: relative;
  z-index: 1
}
.eyebrow   {
  display: block;
  margin-bottom: 18px;
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.2px
}
.eyebrow--light   {
  color: #ffd766
}
.visual-copy h1   {
  font: 800 clamp(35px,4vw,55px)/1.1 Manrope,sans-serif;
  margin: 0 0 24px;
  letter-spacing: -2px
}
.visual-copy p   {
  font-size: 17px;
  line-height: 1.7;
  color: #cce2d9
}
.visual-card   {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 8%;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 19px 22px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(12px)
}
.visual-card__icon   {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255,255,255,.16);
  font-size: 22px
}
.visual-card strong,.visual-card span   {
  display: block
}
.visual-card strong   {
  font: 700 20px Manrope
}
.visual-card div>span   {
  font-size: 12px;
  color: #bcd8cd
}
.mini-bars   {
  margin-left: auto;
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 45px
}
.mini-bars i   {
  width: 7px;
  border-radius: 4px;
  background: #ffbd00
}
.mini-bars i:nth-child(1)   {
  height: 16px
}
.mini-bars i:nth-child(2)   {
  height: 24px
}
.mini-bars i:nth-child(3)   {
  height: 19px
}
.mini-bars i:nth-child(4)   {
  height: 34px
}
.mini-bars i:nth-child(5)   {
  height: 29px
}
.mini-bars i:nth-child(6)   {
  height: 43px
}
.login-panel   {
  display: grid;
  place-items: center;
  padding: 40px;
  background: #fff
}
.login-form-wrap   {
  width: min(420px,100%)
}
.brand--mobile   {
  display: none;
  margin-bottom: 55px
}
.login-form-wrap h2   {
  font: 800 34px/1.2 Manrope;
  margin: 0 0 10px;
  letter-spacing: -1px
}
.muted,.login-form-wrap>p   {
  color: var(--muted)
}
form   {
  margin-top: 32px
}
.field   {
  margin-bottom: 20px
}
.field label   {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700
}
.label-row   {
  display: flex;
  justify-content: space-between
}
.label-row a   {
  font-size: 12px;
  font-weight: 700
}
.input-wrap   {
  position: relative
}
.input-wrap input   {
  width: 100%;
  height: 51px;
  padding: 0 76px 0 45px;
  border: 1px solid #dce4e0;
  border-radius: 10px;
  outline: none;
  background: #fbfcfb
}
.input-wrap input:focus   {
  border-color: var(--green-2);
  box-shadow: 0 0 0 3px rgba(36,152,109,.1)
}
.input-icon   {
  position: absolute;
  left: 16px;
  top: 16px;
  color: #92a099;
  font-size: 14px
}
.password-toggle   {
  position: absolute;
  right: 13px;
  top: 15px;
  border: 0;
  background: none;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer
}
.field-error   {
  display: none;
  color: #b83e3e;
  margin-top: 6px
}
.has-error .field-error   {
  display: block
}
.has-error input   {
  border-color: #c75555
}
.check   {
  display: flex!important;
  align-items: center;
  gap: 8px;
  margin: -2px 0 23px;
  color: #59675f;
  font-weight: 500!important
}
.check input   {
  accent-color: var(--green)
}
.btn   {
  border: 0;
  border-radius: 10px;
  padding: 13px 19px;
  font-weight: 700;
  cursor: pointer
}
.btn--primary   {
  background: var(--green);
  color: #fff;
  box-shadow: 0 7px 18px rgba(23,107,75,.18)
}
.btn--primary:hover   {
  background: #4c0fbd;
  transform: translateY(-1px)
}
.btn--secondary   {
  background: #fff;
  color: #35443d;
  border: 1px solid var(--line)
}
.btn--block   {
  width: 100%;
  height: 52px
}
.spinner   {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255,255,255,.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin .7s linear infinite
}
.loading .btn__text   {
  display: none
}
.loading .spinner   {
  display: inline-block
}
@keyframes spin   {
  to   {
    transform: rotate(360deg)
  }
}
.login-footer   {
  text-align: center;
  margin-top: 28px!important;
  font-size: 13px
}
.login-footer a   {
  font-weight: 700
}
.alert   {
  display: none;
  padding: 12px 14px;
  margin: 18px 0;
  border-radius: 9px;
  font-size: 13px
}
.alert.show   {
  display: block
}
.alert--error   {
  color: #8e2828;
  background: #fff0f0;
  border: 1px solid #ffd4d4
}
.alert--success   {
  color: var(--green);
  background: #eaf8f1;
  border: 1px solid #c6ead8
}
.app-page   {
  min-height: 100vh
}
.sidebar   {
  position: fixed;
  inset: 0 auto 0 0;
  width: 245px;
  padding: 28px 20px 20px;
  background: #fff;
  border-right: 1px solid var(--line);
  z-index: 20;
  display: flex;
  flex-direction: column
}
.sidebar .brand   {
  padding: 0 8px;
  margin-bottom: 35px
}
.nav   {
  display: flex;
  flex-direction: column;
  gap: 5px
}
.nav__label   {
  margin: 18px 12px 6px;
  color: #a0aaa5;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px
}
.nav__item   {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 11px 13px;
  border-radius: 9px;
  color: #68756f;
  font-size: 14px;
  font-weight: 600
}
.nav__item>span   {
  width: 19px;
  font-size: 18px
}
.nav__item em   {
  margin-left: auto;
  padding: 2px 7px;
  border-radius: 10px;
  background: #edf1ef;
  color: #76827c;
  font-size: 10px;
  font-style: normal
}
.nav__item:hover,.nav__item.active   {
  background: var(--green-soft);
  color: var(--green)
}
.sidebar-help   {
  margin: auto 4px 12px;
  padding: 15px;
  border-radius: 12px;
  background: #f1f7f4;
  font-size: 11px
}
.sidebar-help>span   {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--green);
  color: #fff;
  margin-bottom: 9px
}
.sidebar-help strong   {
  font-size: 12px
}
.sidebar-help p   {
  margin: 3px 0 8px;
  color: var(--muted)
}
.sidebar-help a   {
  font-weight: 700
}
.logout   {
  margin-top: auto;
  border: 0;
  background: transparent;
  padding: 10px 13px;
  text-align: left;
  color: #7b8781;
  cursor: pointer
}
.topbar-spacer {
  flex: 1
}
.logout span   {
  margin-right: 12px
}
.app-content   {
  margin-left: 245px
}
.topbar   {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4%;
  background: #fff;
  border-bottom: 1px solid var(--line)
}
.search   {
  display: flex;
  align-items: center;
  width: min(390px,40vw);
  height: 42px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fafbfa;
  color: #94a099
}
.search input   {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 10px;
  font-size: 13px
}
.search kbd   {
  padding: 3px 6px;
  border: 1px solid #dfe5e2;
  border-radius: 5px;
  background: #fff;
  font-size: 10px
}
.top-actions,.user-menu   {
  display: flex;
  align-items: center
}
.top-actions   {
  gap: 18px
}
.icon-button   {
  position: relative;
  border: 0;
  background: transparent;
  font-size: 20px;
  color: #6e7a74
}
.icon-button i   {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e75b55;
  right: 2px;
  top: 2px
}
.user-menu   {
  gap: 10px;
  border-left: 1px solid var(--line);
  padding-left: 18px
}
.user-menu strong,.user-menu span   {
  display: block;
  font-size: 12px
}
.user-menu div>span   {
  font-size: 10px;
  color: var(--muted);
  margin-top: 2px
}
.avatar   {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #eee7ff;
  color: var(--green);
  font-weight: 800
}
.menu-toggle   {
  display: none;
  border: 0;
  background: transparent;
  font-size: 22px
}
.dashboard-main   {
  padding: 34px 4% 50px
}
.page-heading   {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 28px
}
.page-heading h1   {
  font: 800 29px Manrope;
  margin: 4px 0 5px
}
.page-heading p   {
  margin: 0;
  color: var(--muted);
  font-size: 13px
}
.page-heading .muted   {
  text-transform: capitalize;
  font-size: 11px
}
.heading-actions   {
  display: flex;
  gap: 10px
}
.metrics   {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 17px
}
.metric-card,.panel   {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  box-shadow: 0 3px 12px rgba(36,54,46,.025)
}
.metric-card   {
  padding: 20px
}
.metric-card__top   {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--muted);
  font-size: 12px
}
.metric-icon   {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 9px;
  font-style: normal;
  font-weight: 700
}
.metric-icon--green   {
  background: #eee7ff;
  color: #6818f7
}
.metric-icon--blue   {
  background: #e8f0fb;
  color: #4179bf
}
.metric-icon--purple   {
  background: #f0eafa;
  color: #835bb5
}
.metric-icon--orange   {
  background: #fdf0e4;
  color: #c6752d
}
.metric-card>strong   {
  display: block;
  font: 800 25px Manrope;
  margin: 11px 0 6px
}
.metric-card p   {
  margin: 0;
  color: #96a19c;
  font-size: 10px
}
.trend   {
  font-style: normal;
  font-weight: 700
}
.trend--up   {
  color: #289268
}
.trend--down   {
  color: #d05b55
}
.dashboard-grid   {
  display: grid;
  grid-template-columns: minmax(0,1.55fr) minmax(330px,.85fr);
  gap: 17px;
  margin-top: 17px
}
.panel   {
  padding: 21px
}
.panel__head   {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.panel__head h2   {
  font: 700 15px Manrope;
  margin: 0 0 5px
}
.panel__head p   {
  margin: 0;
  color: var(--muted);
  font-size: 11px
}
.panel__head select   {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 10px;
  background: #fff;
  color: #5d6a64;
  font-size: 11px
}
.chart-legend   {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  color: var(--muted);
  font-size: 11px
}
.chart-legend strong   {
  color: var(--ink);
  font: 700 19px Manrope
}
.dot   {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 5px
}
.dot--green   {
  background: var(--green-2)
}
.bar-chart   {
  height: 180px;
  display: flex;
  align-items: stretch;
  gap: 7%;
  padding: 15px 12px 0;
  border-bottom: 1px solid var(--line);
  background: repeating-linear-gradient(to bottom,transparent 0,transparent 44px,#eef1ef 45px)
}
.bar-item   {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center
}
.bar-track   {
  width: 100%;
  height: 145px;
  display: flex;
  align-items: flex-end
}
.bar-track i   {
  display: block;
  width: 100%;
  max-width: 36px;
  margin: auto;
  background: linear-gradient(#985dff,var(--green));
  border-radius: 6px 6px 2px 2px;
  animation: grow .7s ease both;
  transform-origin: bottom
}
@keyframes grow   {
  from   {
    transform: scaleY(0)
  }
}
.bar-item span   {
  margin-top: 8px;
  color: #8a9690;
  font-size: 10px
}
.link-button   {
  border: 0;
  background: none;
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer
}
.activity-list   {
  margin-top: 10px
}
.activity   {
  display: grid;
  grid-template-columns: 35px 1fr auto;
  gap: 11px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f0f2f1
}
.activity:last-child   {
  border: 0
}
.activity__icon   {
  width: 32px;
  height: 32px
}
.activity strong   {
  display: block;
  font-size: 11px
}
.activity p,.activity time   {
  margin: 3px 0 0;
  color: #8a9690;
  font-size: 9px
}
.table-panel   {
  margin-top: 17px;
  padding-bottom: 10px
}
.table-scroll   {
  overflow-x: auto
}
table   {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  text-align: left
}
th   {
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  color: #9ba5a0;
  font-size: 9px;
  letter-spacing: .7px
}
td   {
  padding: 12px;
  border-bottom: 1px solid #f0f2f1;
  color: #5e6b65;
  font-size: 11px
}
.customer   {
  display: flex;
  align-items: center;
  gap: 10px
}
.customer>span   {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: #edf3f0;
  color: var(--green);
  font-size: 10px;
  font-weight: 800
}
.customer strong,.customer small   {
  display: block
}
.customer small   {
  color: #929d98;
  font-size: 9px;
  margin-top: 2px
}
.status   {
  padding: 4px 8px;
  border-radius: 12px;
  font-style: normal;
  font-size: 9px;
  font-weight: 700
}
.status--active   {
  background: #e6f5ee;
  color: #20815d
}
.status--pending   {
  background: #fff3dc;
  color: #b87521
}
.loading-cell   {
  text-align: center;
  padding: 40px
}
.skeleton-card,.activity-skeleton   {
  min-height: 120px;
  background: linear-gradient(90deg,#fff 25%,#f4f6f5 50%,#fff 75%);
  background-size: 200% 100%;
  animation: shine 1.4s infinite
}
.activity-skeleton   {
  min-height: 52px;
  border-radius: 8px;
  margin: 8px 0
}
@keyframes shine   {
  to   {
    background-position: -200% 0
  }
}
.sidebar-overlay   {
  display: none
}
@media(max-width:1100px)   {
  .metrics   {
    grid-template-columns: repeat(2,1fr)
  }
  .dashboard-grid   {
    grid-template-columns: 1fr
  }
  .login-visual   {
    padding-left: 7%;
    padding-right: 7%
  }
}
@media(max-width:900px)   {
  .sidebar   {
    transform: translateX(-100%);
    transition: .25s
  }
  .sidebar.open   {
    transform: none;
    box-shadow: 20px 0 50px rgba(0,0,0,.14)
  }
  .sidebar-overlay.show   {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(15,30,24,.35);
    z-index: 15
  }
  .app-content   {
    margin-left: 0
  }
  .menu-toggle   {
    display: block
  }
  .topbar   {
    gap: 18px
  }
  .search   {
    margin-right: auto
  }
  .login-shell   {
    grid-template-columns: 1fr
  }
  .login-visual   {
    display: none
  }
  .brand--mobile   {
    display: flex
  }
  .login-panel   {
    min-height: 100vh
  }
}
@media(max-width:620px)   {
  .dashboard-main   {
    padding: 25px 16px
  }
  .topbar   {
    padding: 0 16px
  }
  .search   {
    display: none
  }
  .user-menu>div:not(.avatar),.user-menu>span   {
    display: none
  }
  .page-heading   {
    align-items: flex-start;
    gap: 20px
  }
  .heading-actions   {
    flex-direction: column
  }
  .heading-actions .btn   {
    font-size: 11px;
    padding: 10px
  }
  .metrics   {
    grid-template-columns: 1fr
  }
  .panel   {
    padding: 16px
  }
  .dashboard-grid   {
    grid-template-columns: minmax(0,1fr)
  }
  .activity time   {
    display: none
  }
  .login-panel   {
    padding: 30px 22px
  }
}
@media print   {
  .sidebar,.topbar,.heading-actions   {
    display: none
  }
  .app-content   {
    margin: 0
  }
  .dashboard-main   {
    padding: 15px
  }
  .panel,.metric-card   {
    box-shadow: none
  }
}
/* Dashboard de avaliações e recompensas */
.campaign-banner   {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 17px;
  padding: 14px 18px;
  border: 1px solid #d9c9ff;
  border-radius: 12px;
  background: #f5f1ff;
}
.campaign-status   {
  display: flex;
  align-items: center;
  gap: 11px;
}
.campaign-status > i  {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #6818f7;
  box-shadow: 0 0 0 5px rgba(104,24,247,.12)
}
.campaign-status strong,.campaign-status span  {
  display: block
}
.campaign-status strong  {
  font-size: 12px
}
.campaign-status span  {
  margin-top: 2px;
  color: #718079;
  font-size: 10px
}
.campaign-url  {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 5px 5px 12px;
  border: 1px solid #d8e6df;
  border-radius: 8px;
  background: #fff;
  color: #718079;
  font-size: 10px
}
.campaign-url button  {
  border: 0;
  border-radius: 6px;
  padding: 7px 10px;
  background: var(--green);
  color: #fff;
  font-size: 9px;
  font-weight: 700
}
.rating-summary  {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 25px 0
}
.rating-summary>strong  {
  font: 800 42px Manrope
}
.rating-summary span,.rating-summary small  {
  display: block
}
.rating-stars,.table-stars  {
  color: #ffbd00;
  letter-spacing: 2px
}
.rating-summary small  {
  margin-top: 5px;
  color: #89958f;
  font-size: 9px
}
.rating-breakdown>div  {
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  align-items: center;
  gap: 9px;
  margin: 9px 0;
  color: #77837d;
  font-size: 9px
}
.rating-breakdown i  {
  height: 6px;
  border-radius: 4px;
  background: #edf0ee;
  overflow: hidden
}
.rating-breakdown b  {
  display: block;
  height: 100%;
  border-radius: 4px;
  background: #ffbd00
}
.rating-breakdown strong  {
  text-align: right
}
.secondary-grid  {
  grid-template-columns: minmax(0,1.15fr) minmax(330px,1fr)
}
.prize-performance  {
  margin-top: 12px
}
.prize-row  {
  display: grid;
  grid-template-columns: 8px 1fr 42px;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid #f0f2f1
}
.prize-row>i  {
  width: 8px;
  height: 32px;
  border-radius: 5px
}
.prize-row strong,.prize-row span  {
  display: block
}
.prize-row strong  {
  font-size: 11px
}
.prize-row span  {
  margin-top: 4px;
  color: #929d98;
  font-size: 9px
}
.prize-row em  {
  text-align: right;
  color: var(--green);
  font-size: 11px;
  font-style: normal;
  font-weight: 800
}
td code  {
  padding: 5px 7px;
  border-radius: 5px;
  background: #f1f4f2;
  color: #33453d;
  font-size: 10px;
  font-weight: 700
}
.status--redeemed  {
  background: #e9effa;
  color: #4773ac
}
.google-dashboard-card  {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 17px;
  padding: 17px 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff
}
.google-dashboard-card.connected  {
  border-color: #bcdcca;
}
.google-brand  {
  display: flex;
  align-items: center;
  gap: 12px;
}
.google-brand > span  {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #e1e6e3;
  border-radius: 10px;
  color: #4285f4;
  font: 800 20px Arial,sans-serif;
}
.google-brand strong,.google-brand small  {
  display: block;
}
.google-brand strong  {
  font-size: 12px;
}
.google-brand small  {
  margin-top: 4px;
  color: var(--muted);
  font-size: 9px;
}
.google-url-field  {
  display: flex;
  width: min(540px,55%);
}
.google-url-field input  {
  flex: 1;
  min-width: 0;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  outline: 0;
  font-size: 10px;
}
.google-url-field .btn  {
  border-radius: 0 8px 8px 0;
  white-space: nowrap;
}
@media(max-width:620px)  {
  .campaign-banner  {
    align-items: flex-start;
    flex-direction: column
  }
  .campaign-url  {
    width: 100%;
    justify-content: space-between
  }
  .secondary-grid  {
    grid-template-columns: minmax(0,1fr)
  }
  .google-dashboard-card  {
    align-items: stretch;
    flex-direction: column;
  }
  .google-url-field  {
    width: 100%;
  }
}
