/* Sinqlo shared page styles */
body.sinqlo-page {
  /* --page: #f8f9fa; // Old Design
  --sidebar: #edf7e9;
  --mint: #b9f49b;
  --mint-soft: #edf9e9;
  --deep: #174f45;
  --ink: #202b2a;  */
  --page: #f8f9fa;
  --sidebar: #f1e8fe;
  --mint: #d4bdfe;
  --mint-soft: #f1e9ff;
  --deep: #673AB7;
  --ink: #202b2a;
  --muted: #74807d;
  --line: #e5e9e7;
  --danger: #f06472;
  --danger-soft: #ffdfe5;
  --shadow: 0 18px 45px rgba(39, 55, 51, 0.06);
  color: var(--ink);
  background: var(--page);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size:15px;
}

[class^="ri-"], [class*=" ri-"] {
  font-weight: normal;
}

body.sinqlo-page .app-sidebar {
  background: var(--sidebar);
}

body.sinqlo-page .main-wrap,
body.sinqlo-page .left-column,
body.sinqlo-page .middle-column,
body.sinqlo-page .right-column {
  min-width: 0;
}
 
body.sinqlo-page .brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  grid-template-columns: repeat(2, 10px);
  place-content: center;
  gap: 5px;
}

body.sinqlo-page .brand-mark span,
body.sinqlo-page .chip-logo span {
  width: 10px;
  height: 10px;
  border-radius: 10px 10px 2px 10px;
  background: var(--deep);
}

body.sinqlo-page .sidebar-link {
  min-height: 54px;
  border-radius: 999px;
  color: #68716f;
  font-weight: 600;
}

body.sinqlo-page .sidebar-link i {
  width: 24px;
  font-size: 1.35rem;
  line-height: 1;
}

body.sinqlo-page .sidebar-link.active {
  color: var(--deep);
  background: var(--mint);
}

body.sinqlo-page .promo-card,
body.sinqlo-page .bank-card {
  color: #fff;
  background: var(--deep);
}

body.sinqlo-page .panel {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
}

body.sinqlo-page .bank-card {
  min-height: 230px;
}

body.sinqlo-page .chip-logo {
  display: grid;
  grid-template-columns: repeat(2, 12px);
  gap: 6px;
}

body.sinqlo-page .chip-logo span {
  width: 12px;
  height: 12px;
  background: var(--mint);
}

body.sinqlo-page .bank-value,
body.sinqlo-page .money-value,
body.sinqlo-page .metric-value {
  color: var(--deep);
  font-weight: 500;
  letter-spacing: -0.05em;
}

body.sinqlo-page .bank-value {
  color: #fff;
  font-size: clamp(1.3rem, 4vw, 1.6rem);
}

body.sinqlo-page .money-value {
  font-size: clamp(1.1rem, 3vw, 1.4rem);
}

body.sinqlo-page .metric-value {
  color: var(--ink);
  font-size: clamp(1.2rem, 3vw, 1.4rem);
}

body.sinqlo-page .metric-value + p {
  font-size: clamp(0.7rem, 3vw, 0.8rem);
}

body.sinqlo-page .soft-box,
body.sinqlo-page .circle-btn,
body.sinqlo-page .metric-icon,
body.sinqlo-page .small-icon {
  color: var(--deep);
  background: var(--mint-soft);
}

body.sinqlo-page .circle-btn,
body.sinqlo-page .metric-icon,
body.sinqlo-page .small-icon,
body.sinqlo-page .avatar,
body.sinqlo-page .invoice-icon {
  display: grid;
  place-items: center;
}

body.sinqlo-page .circle-btn {
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  font-size: 1.25rem;
}

body.sinqlo-page .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #d4bdfe, #673ab7);
  font-weight: 800;
}

body.sinqlo-page .stat-card {
  min-height: 112px;
}

body.sinqlo-page .stat-card .metric-icon {
  width: 55px;
  height: 55px;
  flex: 0 0 auto;
  border-radius: 50%;
  font-size: 1.7rem;
}

/* Wallet quick actions: equal columns, aligned icons (single toolbar row) */
body.sinqlo-page .quick-action-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

body.sinqlo-page .quick-action-strip__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 65px;
  min-width: 0;
  margin: 0;
  padding: 0.65rem 0.35rem;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 0;
  background: transparent;
  color: var(--deep);
  font-family: inherit;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

body.sinqlo-page .quick-action-strip__btn:last-child {
  border-right: 0;
}

body.sinqlo-page .quick-action-strip__btn:hover {
  background: rgba(255, 255, 255, 0.38);
}

body.sinqlo-page .quick-action-strip__btn:focus-visible {
  outline: 2px solid var(--deep);
  outline-offset: -2px;
  z-index: 1;
}

body.sinqlo-page .quick-action-strip__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 1.125rem;
  font-size: 1rem;
  line-height: 1;
}

body.sinqlo-page .quick-action-strip__icon i {
  display: block;
  font-size: inherit;
  line-height: 1;
  vertical-align: 0;
}

body.sinqlo-page .quick-action-strip__label {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.sinqlo-page .btn-mint {
  border: 0;
  color: var(--deep);
  background: var(--mint);
  font-weight: 700;
}

body.sinqlo-page .btn-mint:hover {
  color: var(--deep);
  background: #a8ee88;
}

body.sinqlo-page .btn-deep {
  border: 0;
  color: #fff;
  background: var(--deep);
  font-weight: 700;
}

body.sinqlo-page .btn-deep:hover {
  color: #fff;
  background: #103d35;
}

body.sinqlo-page .progress {
  height: 11px;
  background: var(--mint);
}

body.sinqlo-page .progress-bar {
  background: var(--deep);
}

body.sinqlo-page .muted {
  color: var(--muted);
}

body.sinqlo-page .trend {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  padding: 4px 8px;
  border-radius: 8px;
  color: var(--deep);
  background: var(--mint);
  font-size: 0.75rem;
  font-weight: 800;
}

body.sinqlo-page .trend.down {
  color: #b64754;
  background: var(--danger-soft);
}

.v2-metric-grid .num-txt {
font-size:0.75rem;
}

body.sinqlo-page .form-control,
body.sinqlo-page .form-select {
  min-height: 44px;
  border: 1px solid #e7eaf0;
  border-radius: 6px;
  background-color: #f7f8fb;
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 400;
}

body.sinqlo-page .form-control::placeholder {
  color: #9ca3af;
}

body.sinqlo-page .form-control:focus,
body.sinqlo-page .form-select:focus {
  border-color: rgba(103, 58, 183, 0.38);
  background-color: #f7f8fb;
  box-shadow: 0 0 0 2px rgba(103, 58, 183, 0.12);
}

body.sinqlo-page .search-control {
  min-height: 44px;
  border: 1px solid #e7eaf0;
  border-radius: 6px;
  background: #f7f8fb;
}

body.sinqlo-page .filter-btn,
body.sinqlo-page .select-pill {
  min-height: 42px;
  border: 1px solid #e7eaf0;
  border-radius: 6px;
  color: var(--deep);
  background: #fff;
  font-size: 0.78rem;
  font-weight: 500;
}

body.sinqlo-page .filter-btn {
  min-height: 44px;
}

body.sinqlo-page .cashflow-chart {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
}

body.sinqlo-page .axis {
  display: grid;
  height: 230px;
  color: var(--muted);
  font-size: 0.82rem;
}

body.sinqlo-page .bars-wrap {
  position: relative;
  min-width: 560px;
}

body.sinqlo-page .grid-lines {
  position: absolute;
  inset: 0 0 28px;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
}

body.sinqlo-page .grid-lines span {
  border-top: 1px solid var(--line);
}

body.sinqlo-page .bars {
  position: relative;
  z-index: 1;
  display: grid;
  height: 230px;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  gap: 18px;
  padding-bottom: 28px;
}

body.sinqlo-page .bar-month {
  display: grid;
  height: 180px;
  align-items: center;
  justify-items: center;
}

body.sinqlo-page .income,
body.sinqlo-page .expense {
  width: 34px;
  border-radius: 6px;
}

body.sinqlo-page .income {
  align-self: end;
  background: var(--deep);
}

body.sinqlo-page .expense {
  align-self: start;
  background: var(--mint);
}

body.sinqlo-page .month-labels {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
}

body.sinqlo-page .donut {
  position: relative;
  width: 192px;
  height: 192px;
  margin: 0 auto;
  border-radius: 50%;
  background:
  conic-gradient(var(--deep) 0 60%, var(--mint) 60% 75%,
  #edf2eb 75% 87%,
  #d9dddb 87% 95%,
  #eff1ef 95% 100%);
}

/* Income: Trading $150 + Working $78 + USDT $50 = $278 → ~54% / ~28% / ~18% */
body.sinqlo-page .donut.donut--income {
  background: conic-gradient(
    var(--deep) 0 54%,
    var(--mint) 54% 82%,
    #edf2eb 82% 100%
  );
}

body.sinqlo-page .donut::after {
  content: "";
  position: absolute;
  inset: 42px;
  border-radius: inherit;
  background: #fff;
}

body.sinqlo-page .donut-center {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  color: var(--deep);
  text-align: center;
}

body.sinqlo-page .percent {
  display: inline-block;
  min-width: 48px;
  padding: 9px 0;
  border-radius: 9px;
  background: #eef2ee;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 700;
}

body.sinqlo-page .percent.dark {
  color: #fff;
  background: var(--deep);
}

body.sinqlo-page .percent.green {
  background: var(--mint);
}

body.sinqlo-page .tabs-pill {
  width: fit-content;
  overflow: hidden;
  border-radius: 12px;
  background: var(--mint-soft);
}

body.sinqlo-page .tabs-pill .btn {
  min-width: 104px;
  border: 0;
  border-radius: 12px;
  color: var(--deep);
  font-weight: 700;
}

body.sinqlo-page .tabs-pill .btn.active {
  color: #fff;
  background: var(--deep);
}

body.sinqlo-page .table {
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--line);
}

body.sinqlo-page .table thead th {
  color: var(--muted);
  background: var(--mint-soft);
  font-size: 0.82rem;
  font-weight: 600;
}

body.sinqlo-page .invoice-table-card {
  overflow: hidden;
}

body.sinqlo-page .invoice-table-card .table {
  min-width: 1080px;
}

body.sinqlo-page .invoice-table-card .table thead th {
  padding-block: 18px;
  font-weight: 500;
}

body.sinqlo-page .invoice-table-card .table tbody td {
  padding-block: 15px;
  vertical-align: middle;
}

body.sinqlo-page .invoice-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--deep);
  background: var(--mint);
  font-size: 1.2rem;
}

body.sinqlo-page .check-box {
  width: 18px;
  height: 18px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #fff;
}

body.sinqlo-page .status,
body.sinqlo-page .status-pill {
  display: inline-flex;
  border-radius: 999px;
  font-weight: 500;
}

body.sinqlo-page .status {
  padding: 5px 10px;
  font-size: 0.75rem;
}

body.sinqlo-page .status-pill {
  min-width: 76px;
  justify-content: center;
  padding: 7px 12px;
  font-size: 0.88rem;
}

body.sinqlo-page .failed,
body.sinqlo-page .status-overdue {
  color: var(--danger);
  background: #ffd4dc;
}

body.sinqlo-page .completed,
body.sinqlo-page .status-pending {
  color: var(--deep);
  background: var(--mint);
}

body.sinqlo-page .status-paid {
  color: #fff;
  background: var(--deep);
}

body.sinqlo-page .status-unpaid {
  color: #3e4543;
  background: #cfd3d2;
}

body.sinqlo-page .pending {
  color: #bb9200;
  background: #fff7ce;
}

body.sinqlo-page .page-size,
body.sinqlo-page .page-btn {
  min-width: 44px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  color: var(--deep);
  background: var(--mint-soft);
  font-weight: 700;
}

body.sinqlo-page .page-btn.active {
  color: #fff;
  background: var(--deep);
}

body.sinqlo-page .page-btn.muted-btn {
  color: #c2c8c6;
  background: #f0f1f1;
}

body.sinqlo-page .activity-item {
  position: relative;
}

body.sinqlo-page .activity-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 42px;
  bottom: -18px;
  border-left: 1px solid var(--line);
}

body.sinqlo-page .activity-item .avatar {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  font-size: 0.78rem;
}

 

@media (min-width: 992px) {
  body.sinqlo-page .layout-row {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
  }

  body.sinqlo-page .app-sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
  }
}
 

 

@media (min-width: 1200px) and (max-width: 1450px) {
  body.sinqlo-page .tabs-pill .btn {
    min-width: 86px;
  }
}

@media (max-width: 767.98px) {
  body.sinqlo-page .main-wrap {
    padding: 1rem !important;
  }

  body.sinqlo-page .tabs-pill {
    width: 100%;
  }

  body.sinqlo-page .tabs-pill .btn {
    flex: 1;
    min-width: auto;
  }
}

@media (max-width: 575.98px) {
  body.sinqlo-page .income,
  body.sinqlo-page .expense {
    width: 22px;
  }

  body.sinqlo-page .bars {
    gap: 10px;
  }
}

/* Compact density: roughly 20% smaller typography and spacing for dashboard/invoice pages */
body.sinqlo-page {
  font-size: 12px;
}

body.sinqlo-page h1,
body.sinqlo-page .fs-2 {
  font-size: 1.6rem !important;
}

body.sinqlo-page h2,
body.sinqlo-page .fs-4 {
  font-size: 1.15rem !important;
}

body.sinqlo-page h3,
body.sinqlo-page .fs-5 {
  font-size: 1rem !important;
}

body.sinqlo-page .small {
  font-size: 0.7rem !important;
}

body.sinqlo-page .p-5,
body.sinqlo-page .p-xl-5 {
  padding: 2rem !important;
}

body.sinqlo-page .p-4 {
  padding: 1.2rem !important;
}

body.sinqlo-page .p-3 {
  padding: 0.8rem !important;
}

body.sinqlo-page .px-4 {
  padding-right: 1.2rem !important;
  padding-left: 1.2rem !important;
}

body.sinqlo-page .py-3 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

body.sinqlo-page .mb-5 {
  margin-bottom: 2.4rem !important;
}

body.sinqlo-page .mb-4 {
  margin-bottom: 1.2rem !important;
}

body.sinqlo-page .mb-3 {
  margin-bottom: 0.8rem !important;
}

body.sinqlo-page .mt-5 {
  margin-top: 2.4rem !important;
}

body.sinqlo-page .mt-4 {
  margin-top: 1.2rem !important;
}

body.sinqlo-page .gap-4 {
  gap: 1.2rem !important;
}

body.sinqlo-page .gap-3 {
  gap: 0.8rem !important;
}

body.sinqlo-page .gap-2 {
  gap: 0.4rem !important;
}

body.sinqlo-page .row {
  --bs-gutter-x: 1.2rem;
  --bs-gutter-y: 1.2rem;
}

body.sinqlo-page .panel {
  border-radius: 16px;
}

body.sinqlo-page .brand-mark {
  width: 29px;
  height: 29px;
  grid-template-columns: repeat(2, 8px);
  gap: 4px;
}

body.sinqlo-page .brand-mark span,
body.sinqlo-page .chip-logo span {
  width: 8px;
  height: 8px;
}

body.sinqlo-page .chip-logo {
  grid-template-columns: repeat(2, 10px);
  gap: 5px;
}

body.sinqlo-page .chip-logo span {
  width: 10px;
  height: 10px;
}

body.sinqlo-page .sidebar-link {
  min-height: 43px;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  font-size: 0.85rem;
}

body.sinqlo-page .sidebar-link i {
  width: 19px;
  font-size: 1.05rem;
}

body.sinqlo-page .bank-card {
  min-height: 184px;
}

body.sinqlo-page .bank-value {
  font-size: clamp(1.05rem, 3vw, 1.28rem);
}
 

body.sinqlo-page .metric-value {
  font-size: clamp(0.95rem, 2.4vw, 1.12rem);
}

body.sinqlo-page .circle-btn {
  width: 42px;
  height: 42px;
  font-size: 1rem;
}

body.sinqlo-page .avatar {
  width: 38px;
  height: 38px;
}

body.sinqlo-page .metric-icon,
body.sinqlo-page .small-icon {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  font-size: 1rem;
}

body.sinqlo-page .stat-card {
  min-height: 90px;
}

body.sinqlo-page .stat-card .metric-icon {
  width: 51px;
  height: 51px;
  font-size: 1.35rem;
}

body.sinqlo-page .quick-action-strip__btn {
  min-height: 52px;
  min-width: 0;
  padding: 0.55rem 0.28rem;
  gap: 0.28rem;
  font-size: 0.58rem;
}

body.sinqlo-page .quick-action-strip__icon {
  height: 1rem;
  font-size: 0.85rem;
}

body.sinqlo-page .progress {
  height: 9px;
}

body.sinqlo-page .trend {
  gap: 3px;
  padding: 3px 6px;
  border-radius: 7px;
  font-size: 0.6rem;
}

body.sinqlo-page .search-control {
  min-height: 38px;
}

body.sinqlo-page .filter-btn,
body.sinqlo-page .select-pill {
  min-height: 34px;
  border-radius: 10px;
}

body.sinqlo-page .filter-btn {
  min-height: 38px;
}

body.sinqlo-page .cashflow-chart {
  grid-template-columns: 30px 1fr;
  gap: 11px;
}

body.sinqlo-page .axis,
body.sinqlo-page .bars {
  height: 184px;
}

body.sinqlo-page .bars-wrap {
  min-width: 448px;
}

body.sinqlo-page .grid-lines {
  inset: 0 0 22px;
}

body.sinqlo-page .bars {
  gap: 14px;
  padding-bottom: 22px;
}

body.sinqlo-page .bar-month {
  height: 144px;
}

body.sinqlo-page .income,
body.sinqlo-page .expense {
  width: 27px;
  border-radius: 5px;
}

body.sinqlo-page .month-labels {
  gap: 14px;
  font-size: 0.65rem;
}

body.sinqlo-page .donut {
  width: 154px;
  height: 154px;
}

body.sinqlo-page .donut::after {
  inset: 34px;
}

body.sinqlo-page .percent {
  min-width: 38px;
  padding: 7px 0;
  border-radius: 7px;
  font-size: 0.65rem;
}

body.sinqlo-page .tabs-pill {
  border-radius: 10px;
}

body.sinqlo-page .tabs-pill .btn {
  min-width: 83px;
  border-radius: 10px;
}

body.sinqlo-page .table {
  font-size: 0.8rem;
}

body.sinqlo-page .table thead th {
  font-size: 0.65rem;
}

body.sinqlo-page .invoice-table-card .table {
  min-width: 864px;
}

body.sinqlo-page .invoice-table-card .table thead th {
  padding-block: 14px;
}

body.sinqlo-page .invoice-table-card .table tbody td {
  padding-block: 12px;
}

body.sinqlo-page .invoice-icon {
  width: 34px;
  height: 34px;
  font-size: 0.95rem;
}

body.sinqlo-page .check-box {
  width: 14px;
  height: 14px;
  border-radius: 4px;
}

body.sinqlo-page .status {
  padding: 4px 8px;
  font-size: 0.6rem;
}

body.sinqlo-page .status-pill {
  min-width: 61px;
  padding: 6px 10px;
  font-size: 0.7rem;
}

body.sinqlo-page .page-size,
body.sinqlo-page .page-btn {
  min-width: 35px;
  height: 32px;
  border-radius: 8px;
}

body.sinqlo-page .activity-item:not(:last-child)::after {
  left: 15px;
  top: 34px;
  bottom: -14px;
}

body.sinqlo-page .activity-item .avatar {
  width: 32px;
  height: 32px;
  font-size: 0.62rem;
}

 

 
body.sinqlo-page .score-panel {
  background: var(--mint-soft);
}

body.sinqlo-page .score-bar {
  display: grid;
  grid-template-columns: 1fr 76px;
  gap: 0.45rem;
}

body.sinqlo-page .score-bar span {
  display: block;
  height: 26px;
  border-radius: 4px;
}

body.sinqlo-page .score-bar .score-main {
  background: var(--deep);
}

body.sinqlo-page .score-bar .score-rest {
  background: var(--mint);
}

body.sinqlo-page .ring-chart {
  position: relative;
  width: min(100%, 210px);
  aspect-ratio: 1;
  margin-inline: auto;
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff 0 28%, transparent 29%), conic-gradient(from 0deg, var(--deep) 0 42%, transparent 42% 100%), radial-gradient(circle, transparent 0 42%, var(--mint-soft) 43% 52%, transparent 53%), conic-gradient(from 160deg, var(--mint) 0 28%, transparent 28% 100%), radial-gradient(circle, transparent 0 58%, #d4bdfe 59% 69%, transparent 70%), conic-gradient(from 150deg, #d4bdfe 0 12%, transparent 12% 100%), radial-gradient(circle, transparent 0 74%, #d4bdfe 75% 86%, transparent 87%)
}

body.sinqlo-page .ring-chart::before,
body.sinqlo-page .ring-chart::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

body.sinqlo-page .ring-chart::before {
  inset: 8%;
  border: 14px solid transparent;
  border-top-color: var(--deep);
  border-left-color: var(--deep);
  transform: rotate(-42deg);
}

body.sinqlo-page .ring-chart::after {
  inset: 26%;
  border: 12px solid transparent;
  border-left-color: var(--mint);
  border-bottom-color: var(--mint);
  transform: rotate(16deg);
}

body.sinqlo-page .line-chart {
  position: relative;
  min-width: 520px;
  height: 210px;
}

body.sinqlo-page .line-chart svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

body.sinqlo-page .line-grid {
  position: absolute;
  inset: 10px 0 24px 38px;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
}

body.sinqlo-page .line-grid span {
  border-top: 1px solid var(--line);
}

body.sinqlo-page .line-axis {
  position: absolute;
  inset: 8px auto 24px 0;
  display: grid;
  width: 34px;
  color: var(--muted);
}

body.sinqlo-page .line-days {
  position: absolute;
  inset: auto 0 0 38px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  color: var(--muted);
  text-align: center;
}

body.sinqlo-page .chart-tooltip {
  position: absolute;
  top: 38px;
  left: 42%;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--shadow);
}

body.sinqlo-page .card-tile {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--mint-soft);
}

body.sinqlo-page .card-tile-brand {
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--deep);
  font-weight: 800;
}

body.sinqlo-page .mini-card-logo {
  position: relative;
  width: 34px;
  height: 20px;
}

body.sinqlo-page .mini-card-logo::before,
body.sinqlo-page .mini-card-logo::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--mint);
}

body.sinqlo-page .mini-card-logo::before {
  left: 0;
}

body.sinqlo-page .mini-card-logo::after {
  right: 0;
  background: rgba(255, 255, 255, 0.75);
}

body.sinqlo-page .saving-mini-row {
  padding-block: 0.85rem;
  border-top: 1px solid var(--line);
}

body.sinqlo-page .activity-icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--deep);
  background: var(--mint);
}

 

@media (max-width: 991.98px) {
  body.sinqlo-page .v2-metric-grid {
    grid-template-columns: 1fr;
  }
}

/* Bottom-to-center action modal */
body.sinqlo-drawer-open {
  overflow: hidden;
}

body.sinqlo-page .sinqlo-drawer {
  position: fixed;
  inset: 0;
  z-index: 1080;
  visibility: hidden;
  pointer-events: none;
}

body.sinqlo-page .sinqlo-drawer.is-open {
  visibility: visible;
  pointer-events: auto;
}

body.sinqlo-page .sinqlo-drawer-backdrop {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: rgba(32, 43, 42, 0.38);
  opacity: 0;
  transition: opacity 0.28s ease;
}

body.sinqlo-page .sinqlo-drawer.is-open .sinqlo-drawer-backdrop {
  opacity: 1;
}

body.sinqlo-page .sinqlo-drawer-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  width: min(520px, calc(100% - 2rem));
  max-height: calc(100vh - 3rem);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 28px 80px rgba(39, 55, 51, 0.18);
  opacity: 0;
  transform: translate(-50%, calc(50vh + 100%)) scale(0.96);
  transition: opacity 0.22s ease, transform 0.34s cubic-bezier(0.32, 0.72, 0, 1);
}

body.sinqlo-page .sinqlo-drawer.is-open .sinqlo-drawer-panel {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

body.sinqlo-page .sinqlo-drawer-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding: 1.55rem 1.65rem 1.7rem;
  overflow-y: auto;
}

body.sinqlo-page .sinqlo-drawer-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0;
  border-bottom: 0;
  text-align: center;
}

body.sinqlo-page .sinqlo-drawer-heading {
  flex: 1;
  min-width: 0;
}

body.sinqlo-page .sinqlo-drawer-eyebrow {
  margin: 0.25rem 0 0.35rem;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--muted);
  opacity: 1;
}

body.sinqlo-page .sinqlo-drawer-title {
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: 0;
  color: var(--ink);
  line-height: 1.2;
}

body.sinqlo-page .sinqlo-drawer-close-btn {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
  transition: background 0.15s ease, color 0.15s ease;
}

body.sinqlo-page .sinqlo-drawer-close-btn:hover {
  color: var(--deep);
  background: var(--mint-soft);
}

body.sinqlo-page .sinqlo-drawer-close-btn:focus-visible {
  outline: 2px solid var(--deep);
  outline-offset: 2px;
}

body.sinqlo-page .sinqlo-drawer-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

body.sinqlo-page .sinqlo-drawer-field {
  margin-bottom: 1.05rem;
}

body.sinqlo-page .sinqlo-drawer-label {
  display: block;
  margin-bottom: 0.42rem;
  font-size: 0.68rem;
  font-weight: 400;
  color: #596373;
}

body.sinqlo-page .sinqlo-drawer-input-row {
  display: flex;
  align-items: center;
  min-height: 44px;
  gap: 0.5rem;
  padding: 0 0.75rem;
  overflow: hidden;
  border: 1px solid #e7eaf0;
  border-radius: 6px;
  background: #f7f8fb;
}

body.sinqlo-page .sinqlo-drawer-input-row:focus-within {
  border-color: rgba(103, 58, 183, 0.38);
  box-shadow: 0 0 0 2px rgba(103, 58, 183, 0.12);
}

body.sinqlo-page .sinqlo-drawer-affix {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  min-width: auto;
  padding: 0;
  background: transparent;
  color: #8b93a0;
  font-weight: 400;
  font-size: 0.82rem;
}

body.sinqlo-page .sinqlo-drawer-input-row .sinqlo-drawer-input {
  flex: 1;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.sinqlo-page .sinqlo-drawer-input,
body.sinqlo-page select.sinqlo-drawer-input {
  width: 100%;
  min-height: 44px;
  padding: 0 0.75rem;
  border: 1px solid #e7eaf0;
  border-radius: 6px;
  background-color: #f7f8fb;
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.35;
}

body.sinqlo-page .sinqlo-drawer-input:focus {
  outline: 0;
  background-color: #f7f8fb;
  box-shadow: none;
}

body.sinqlo-page .sinqlo-drawer-split {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}

body.sinqlo-page .sinqlo-drawer-split .sinqlo-drawer-input {
  flex: 1;
  min-width: 0;
}

/* Input + accent button as one attached control (P2P UserID / OTP) */
body.sinqlo-page .sinqlo-drawer-append {
  display: flex;
  align-items: stretch;
  gap: 0;
  overflow: hidden;
  border: 1px solid #e7eaf0;
  border-radius: 6px;
  background: #f7f8fb;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

body.sinqlo-page .sinqlo-drawer-append:focus-within {
  border-color: rgba(103, 58, 183, 0.38);
  box-shadow: 0 0 0 2px rgba(103, 58, 183, 0.12);
}

body.sinqlo-page .sinqlo-drawer-append .sinqlo-drawer-input {
  flex: 1;
  min-width: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  min-height: 44px;
}

body.sinqlo-page .sinqlo-drawer-append .sinqlo-drawer-input:focus {
  border-color: transparent;
  box-shadow: none;
  outline: 0;
}

body.sinqlo-page .sinqlo-drawer-append .sinqlo-drawer-btn-accent {
  flex-shrink: 0;
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-height: 0;
  padding: 0 1.05rem;
  border: 0;
  border-radius: 0;
  border-left: 1px solid #e7eaf0;
  font-size: 0.72rem;
}

body.sinqlo-page .sinqlo-drawer-append .sinqlo-drawer-btn-accent:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -4px;
  z-index: 2;
}

body.sinqlo-page .sinqlo-drawer-btn-secondary {
  flex-shrink: 0;
  min-height: 44px;
  padding: 0 1rem;
  margin: 0;
  border: 1px solid #e7eaf0;
  border-radius: 6px;
  color: var(--deep);
  background: #f7f8fb;
  font-weight: 500;
  font-size: 0.72rem;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}

body.sinqlo-page .sinqlo-drawer-btn-secondary:hover {
  background: #eef1f6;
}

body.sinqlo-page .sinqlo-drawer-btn-secondary:focus-visible {
  outline: 2px solid var(--deep);
  outline-offset: 2px;
}

body.sinqlo-page .sinqlo-drawer-btn-accent {
  flex-shrink: 0;
  min-height: 44px;
  padding: 0 0.75rem;
  margin: 0;
  border: 0;
  border-radius: 6px;
  background: var(--deep);
  color: #fff;
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.1s ease;
}

body.sinqlo-page .sinqlo-drawer-btn-accent:hover {
  background: #5e35b1;
  color: #fff;
}

body.sinqlo-page .sinqlo-drawer-btn-accent:focus-visible {
  outline: 2px solid var(--deep);
  outline-offset: 2px;
}

body.sinqlo-page .sinqlo-drawer-input-readonly,
body.sinqlo-page .sinqlo-drawer-input[readonly] {
  background: #f7f8fb;
  color: var(--muted);
  font-weight: 400;
  cursor: default;
}

body.sinqlo-page .sinqlo-drawer-input-readonly:focus,
body.sinqlo-page .sinqlo-drawer-input[readonly]:focus {
  border-color: var(--line);
  box-shadow: none;
}

body.sinqlo-page .sinqlo-drawer-submit {
  width: 100%;
  margin-top: 0.35rem;
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: var(--deep);
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: -0.02em;
  cursor: pointer;
  box-shadow: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

body.sinqlo-page .sinqlo-drawer-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(103, 58, 183, 0.22);
}

body.sinqlo-page .sinqlo-drawer-submit:focus-visible {
  outline: 2px solid var(--deep);
  outline-offset: 3px;
}

body.sinqlo-page .sinqlo-drawer-submit:active {
  transform: translateY(0);
}

@media (max-width: 575.98px) {
  body.sinqlo-page .sinqlo-drawer-panel {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 1rem);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 14px 14px 0 0;
    transform: translateY(100%);
  }

  body.sinqlo-page .sinqlo-drawer.is-open .sinqlo-drawer-panel {
    transform: translateY(0);
  }

  body.sinqlo-page .sinqlo-drawer-inner {
    padding: 1.1rem 1rem 1.25rem;
  }

  body.sinqlo-page .sinqlo-drawer-title {
    font-size: 1.15rem;
  }

  body.sinqlo-page .sinqlo-drawer-split {
    flex-direction: column;
  }

  body.sinqlo-page .sinqlo-drawer-append {
    flex-direction: column;
  }

  body.sinqlo-page .sinqlo-drawer-append .sinqlo-drawer-input {
    border-bottom: 1px solid #e7eaf0;
    border-radius: 0;
  }

  body.sinqlo-page .sinqlo-drawer-append .sinqlo-drawer-btn-accent {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #e7eaf0;
    border-radius: 0;
    min-height: 44px;
  }

  body.sinqlo-page .sinqlo-drawer-btn-secondary,
  body.sinqlo-page .sinqlo-drawer-split > .sinqlo-drawer-btn-accent {
    width: 100%;
  }
}

/* Auth page */
body.auth-page {
  min-height: 100vh;
  background: #fff;
}

body.auth-page .auth-shell {
  display: grid;
  min-height: 100vh;
  padding: 0;
}

body.auth-page .auth-card {
  display: grid;
  width: 100%;
  min-height: 100vh;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: 0;
  padding: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

body.auth-page .auth-form-panel,
body.auth-page .auth-visual-panel {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 0;
}

body.auth-page .auth-form-panel {
  display: flex;
  flex-direction: column;
  border: 0;
  background: #fff;
  padding: 18px 46px;
}

body.auth-page .auth-brand {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.55rem;
  color: var(--deep);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

body.auth-page .auth-brand .brand-mark {
  width: 24px;
  height: 24px;
  grid-template-columns: repeat(2, 7px);
  gap: 3px;
}

body.auth-page .auth-brand .brand-mark span {
  width: 7px;
  height: 7px;
}

body.auth-page .auth-form-wrap {
  width: min(520px, 100%);
  margin: auto;
}

body.auth-page .auth-heading {
  margin-bottom: 1.25rem;
  text-align: center;
}

body.auth-page .auth-heading h1 {
  margin: 0 0 0.6rem;
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0;
}

body.auth-page .auth-heading p {
  width: min(320px, 100%);
  margin: 0 auto;
  color: #8d94a3;
  font-size: 0.78rem;
  line-height: 1.6;
}

body.auth-page .auth-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  margin-bottom: 1.55rem;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

body.auth-page .auth-switch-btn {
  min-height: 36px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #707887;
  font-size: 0.76rem;
  font-weight: 400;
}

body.auth-page .auth-switch-btn.active {
  background: #eef1f6;
  color: var(--ink);
}

body.auth-page .auth-form {
  display: none;
}

body.auth-page .auth-form.active {
  display: block;
}

body.auth-page #signup-form.active {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1rem;
}

body.auth-page #signup-form .auth-field-wide,
body.auth-page #signup-form .auth-terms-check,
body.auth-page #signup-form .auth-submit {
  grid-column: 1 / -1;
}

body.auth-page .auth-field {
  margin-bottom: 1.05rem;
}

body.auth-page .auth-field label {
  display: block;
  margin-bottom: 0.42rem;
  color: #596373;
  font-size: 0.68rem;
  font-weight: 400;
}

body.auth-page .auth-field label span {
  color: var(--deep);
}

body.auth-page .auth-input-row {
  display: flex;
  align-items: center;
  min-height: 44px;
  gap: 0.5rem;
  padding: 0 0.75rem;
  border: 1px solid #e7eaf0;
  border-radius: 6px;
  background: #f7f8fb;
  color: #8b93a0;
}

body.auth-page .auth-input-row:focus-within {
  border-color: rgba(103, 58, 183, 0.38);
  box-shadow: 0 0 0 2px rgba(103, 58, 183, 0.12);
}

body.auth-page .auth-input-row input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 0.8rem;
  font-weight: 400;
}

body.auth-page .auth-input-row input::placeholder {
  color: #9ca3af;
}

body.auth-page .auth-icon-btn {
  display: grid;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 0;
  background: transparent;
  color: #8b93a0;
  font-size: 0.95rem;
}

body.auth-page .auth-inline-btn {
  flex: 0 0 auto;
  min-height: 30px;
  padding: 0 0.7rem;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: var(--deep);
  font-size: 0.68rem;
  font-weight: 500;
  white-space: nowrap;
}

body.auth-page .auth-inline-btn:hover {
  background: #5e35b1;
}

body.auth-page .auth-form-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: -0.2rem 0 1rem;
  color: #747d8b;
  font-size: 0.68rem;
}

body.auth-page .auth-return-link {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.72rem;
}

body.auth-page .auth-return-link a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--deep);
  text-decoration: none;
  font-weight: 500;
}

body.auth-page .auth-form-meta a,
body.auth-page .auth-footer a,
body.auth-page .auth-terms-check a,
body.auth-page .auth-return-link a {
  color: var(--deep);
  text-decoration: none;
}

body.auth-page .auth-check {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

body.auth-page .auth-check input {
  width: 13px;
  height: 13px;
  accent-color: var(--deep);
}

body.auth-page .auth-terms-check {
  align-items: flex-start;
  margin: -0.15rem 0 1rem;
  color: #747d8b;
  font-size: 0.68rem;
  line-height: 1.45;
}

body.auth-page .auth-terms-check input {
  margin-top: 0.15rem;
}

body.auth-page .auth-submit {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: var(--deep);
  font-size: 0.82rem;
  font-weight: 500;
  transition: background 0.15s ease, transform 0.15s ease;
}

body.auth-page .auth-submit:hover {
  background: #5e35b1;
  transform: translateY(-1px);
}

body.auth-page .auth-divider {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 1.35rem 0 1rem;
  color: #8d94a3;
}

body.auth-page .auth-divider span {
  height: 1px;
  flex: 1;
  background: #eceff3;
}

body.auth-page .auth-divider p {
  margin: 0;
  font-size: 0.68rem;
}

body.auth-page .auth-socials {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}

body.auth-page .auth-socials button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: #f7f8fb;
  color: var(--ink);
  font-size: 1.1rem;
}

body.auth-page .auth-socials button:first-child {
  color: #4285f4;
}

body.auth-page .auth-socials button:nth-child(3) {
  color: #1877f2;
}

body.auth-page .auth-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 1.5rem;
  color: #8d94a3;
  font-size: 0.66rem;
}

body.auth-page .auth-visual-panel {
  display: flex;
  min-height: 100vh;
  align-items: flex-end;
  justify-content: center;
  padding: 42px;
  color: #fff;
  background: linear-gradient(135deg, #7750c8 0%, #673ab7 44%, #2e1b55 100%);
}

body.auth-page .auth-grid-bg {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image: linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 64px 64px;
}

body.auth-page .auth-preview-card {
  position: absolute;
  width: 230px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  box-shadow: 0 18px 38px rgba(23, 16, 42, 0.24);
  padding: 14px;
}

body.auth-page .auth-preview-card-main {
  top: 70px;
  left: 28%;
}

body.auth-page .auth-preview-card-side {
  top: 180px;
  right: 70px;
}

body.auth-page .auth-preview-card-list {
  top: 295px;
  left: 120px;
}

body.auth-page .auth-preview-label {
  display: block;
  margin-bottom: 0.35rem;
  color: #747d8b;
  font-size: 0.62rem;
  font-weight: 600;
}

body.auth-page .auth-preview-card strong {
  display: block;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
}

body.auth-page .auth-mini-chart {
  display: grid;
  height: 56px;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
  align-items: end;
  margin-top: 0.7rem;
}

body.auth-page .auth-mini-chart span {
  border-radius: 4px;
  background: var(--deep);
}

body.auth-page .auth-mini-chart span:nth-child(1) {
  height: 42%;
}

body.auth-page .auth-mini-chart span:nth-child(2) {
  height: 72%;
  background: var(--mint);
}

body.auth-page .auth-mini-chart span:nth-child(3) {
  height: 54%;
}

body.auth-page .auth-mini-chart span:nth-child(4) {
  height: 86%;
  background: var(--mint);
}

body.auth-page .auth-mini-chart span:nth-child(5) {
  height: 62%;
}

body.auth-page .auth-donut {
  width: 58px;
  height: 58px;
  margin: 0.2rem 0 0.75rem;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 46%, transparent 47%), conic-gradient(var(--deep) 0 54%, var(--mint) 54% 82%, #e6e9ef 82% 100%);
}

body.auth-page .auth-preview-row,
body.auth-page .auth-list-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  color: #6b7280;
  font-size: 0.64rem;
}

body.auth-page .auth-preview-row strong {
  font-size: 0.72rem;
}

body.auth-page .auth-list-line {
  justify-content: flex-start;
  margin-top: 0.65rem;
}

body.auth-page .auth-list-line span {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--mint-soft);
}

body.auth-page .auth-list-line p {
  width: 100%;
  height: 8px;
  margin: 0;
  border-radius: 999px;
  background: #e7eaf0;
}

body.auth-page .auth-visual-copy {
  position: relative;
  z-index: 1;
  width: min(430px, 100%);
  margin-bottom: 44px;
  text-align: center;
}

body.auth-page .auth-visual-mark {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 1.35rem;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

body.auth-page .auth-visual-mark .brand-mark span {
  background: #fff;
}

body.auth-page .auth-visual-copy h2 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 1.75rem) !important;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

body.auth-page .auth-visual-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  line-height: 1.6;
}

body.auth-page .auth-progress-lines {
  position: absolute;
  right: 28px;
  bottom: 20px;
  left: 28px;
  display: grid;
  grid-template-columns: 1.25fr 0.55fr 1.25fr 1.25fr;
  gap: 7px;
}

body.auth-page .auth-progress-lines span {
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

body.auth-page .auth-progress-lines span:first-child,
body.auth-page .auth-progress-lines span:nth-child(2) {
  background: #fff;
}

@media (max-width: 991.98px) {
  body.auth-page .auth-card {
    grid-template-columns: 1fr;
  }

  body.auth-page .auth-visual-panel {
    min-height: 520px;
  }

  body.auth-page .auth-preview-card-main {
    left: 12%;
  }
}

@media (max-width: 575.98px) {
  body.auth-page .auth-shell {
    padding: 0;
  }

  body.auth-page .auth-card {
    min-height: auto;
    padding: 0;
    border-radius: 0;
  }

  body.auth-page .auth-form-panel {
    padding: 18px 16px 24px;
  }

  body.auth-page .auth-form-wrap {
    margin: 2.5rem auto;
  }

  body.auth-page #signup-form.active {
    display: block;
  }

  body.auth-page .auth-footer {
    padding-top: 0;
  }

  body.auth-page .auth-visual-panel {
    min-height: 440px;
    padding: 24px;
  }

  body.auth-page .auth-preview-card {
    width: 190px;
  }

  body.auth-page .auth-preview-card-main {
    top: 34px;
    left: 20px;
  }

  body.auth-page .auth-preview-card-side {
    top: 118px;
    right: 18px;
  }

  body.auth-page .auth-preview-card-list {
    display: none;
  }
}
