#view-home {
  --home-text: var(--appearance-workspace-text-primary, #182532);
  --home-muted: var(--appearance-workspace-text-secondary, #637487);
  --home-tertiary: var(--appearance-workspace-text-tertiary, #8190a0);
  --home-surface-rgb: var(--appearance-workspace-surface-rgb, 255 255 255);
  --home-opacity: var(--appearance-workspace-opacity, .24);
  --home-inner-opacity: calc(var(--home-opacity) * .7);
  --home-border-opacity: calc(var(--appearance-workspace-border-strength, .8) * var(--home-opacity));
  --home-shadow-opacity: calc(var(--appearance-workspace-shadow-strength, .39) * var(--home-opacity));
  color: var(--home-text);
  text-shadow: var(--appearance-workspace-text-shadow, none);
}

#view-home .home4 {
  width: 100%;
  display: grid;
  gap: 18px;
}

#view-home button,
#view-home input,
#view-home select {
  font-family: Inter, "Segoe UI", sans-serif;
}

#view-home .home4-head {
  min-height: 86px;
  padding: 8px 2px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

#view-home .home4-head .eyebrow,
#view-home .home4-kicker {
  color: var(--home-tertiary);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}

#view-home .home4-head h1 {
  margin: 5px 0 7px;
  color: var(--home-text);
  font-size: clamp(30px, 3vw, 38px);
  font-weight: 760;
  line-height: 1.06;
  letter-spacing: -.045em;
}

#view-home .home4-head .subtitle {
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.45;
}

#view-home .home6-side-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

#view-home .home6-btn {
  min-height: 46px;
  padding: 0 17px;
  border-radius: 15px;
  font-size: 13px;
  font-weight: 680;
}

#view-home .home6-btn-soft {
  color: var(--home-text);
  background: rgb(var(--home-surface-rgb) / var(--home-inner-opacity));
  border: 1px solid rgb(255 255 255 / var(--home-border-opacity));
  box-shadow: 0 10px 28px rgb(23 45 65 / var(--home-shadow-opacity));
  backdrop-filter: blur(var(--appearance-workspace-effective-blur, 16px));
}

#view-home .home6-btn-primary {
  color: #fff;
  border: 1px solid rgba(101, 118, 236, .18);
  background: linear-gradient(135deg, #7180f3, #6376ec);
  box-shadow: 0 11px 24px rgba(99, 116, 236, .2);
  text-shadow: none;
}

#view-home .home6-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 318px;
  gap: 18px;
  align-items: start;
}

#view-home .home6-main-column,
#view-home .home6-side-column {
  min-width: 0;
  display: grid;
  gap: 18px;
  align-content: start;
}

#view-home .home6-side-column {
  position: sticky;
  top: 96px;
}

#view-home .agency-home-top-row-v13 {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(280px, .9fr);
  gap: 18px;
  align-items: stretch;
}

#view-home .home-surface-card {
  background: rgb(var(--home-surface-rgb) / var(--home-opacity));
  border: 1px solid rgb(255 255 255 / var(--home-border-opacity));
  box-shadow:
    0 16px 40px rgb(25 46 64 / var(--home-shadow-opacity)),
    inset 0 1px 0 rgb(255 255 255 / var(--home-border-opacity));
  backdrop-filter: blur(var(--appearance-workspace-effective-blur, 16px)) saturate(135%);
  -webkit-backdrop-filter: blur(var(--appearance-workspace-effective-blur, 16px)) saturate(135%);
}

#view-home .home-surface-inner {
  background: rgb(var(--home-surface-rgb) / var(--home-inner-opacity));
  border-color: rgb(255 255 255 / var(--home-border-opacity));
}

#view-home .home4-finance-main,
#view-home .home6-today,
#view-home .agency-task-overview,
#view-home .home4-api-card,
#view-home .agency-ads-card-product,
#view-home .home6-quick,
#view-home .agency-payment-live-card-v14 {
  border-radius: 28px;
}

#view-home .home4-finance-main {
  min-height: 330px;
  padding: 28px;
}

#view-home .home4-finance-top,
#view-home .home4-finance-meta,
#view-home .agency-task-overview-head,
#view-home .home4-api-head,
#view-home .agency-product-card-head,
#view-home .home6-card-head,
#view-home .agency-payment-live-head-v14,
#view-home .agency-product-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

#view-home .home4-finance-meta {
  justify-content: flex-start;
}

#view-home .home4-month {
  min-height: 27px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgb(255 255 255 / var(--home-border-opacity));
  border-radius: 999px;
  color: var(--home-muted);
  font-size: 10px;
  font-weight: 650;
}

#view-home .home4-arrow,
#view-home .agency-card-icon-button {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(255 255 255 / var(--home-border-opacity));
  border-radius: 12px;
  color: var(--home-text);
  font-size: 15px;
}

#view-home .home4-finance-value {
  margin-top: 23px;
  overflow-wrap: anywhere;
  color: var(--home-text);
  font-size: clamp(52px, 6vw, 78px);
  font-weight: 800;
  line-height: .96;
  letter-spacing: -.075em;
}

#view-home .home4-finance-desc {
  margin-top: 11px;
  color: var(--home-muted);
  font-size: 13px;
}

#view-home .home4-finance-cards {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

#view-home .home4-mini-finance {
  min-height: 94px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgb(255 255 255 / var(--home-border-opacity));
  border-radius: 19px;
}

#view-home .home4-mini-finance span {
  color: var(--home-muted);
  font-size: 12px;
}

#view-home .home4-mini-finance strong {
  display: block;
  margin-top: 10px;
  color: var(--home-text);
  font-size: 18px;
  font-weight: 750;
}

#view-home .home6-today {
  min-height: 330px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

#view-home .home6-card-head h2 {
  margin: 0;
  color: var(--home-text);
  font-size: 19px;
  line-height: 1.1;
  letter-spacing: -.025em;
}

#view-home .home6-count {
  padding: 7px 10px;
  border: 1px solid rgb(255 255 255 / var(--home-border-opacity));
  border-radius: 999px;
  color: #6679e8;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

#view-home .home6-today-list {
  flex: 1;
  margin-top: 10px;
}

#view-home .home6-today-task {
  min-height: 62px;
  max-height: 90px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px 2px;
  border-top: 1px solid rgb(255 255 255 / calc(var(--home-border-opacity) * .55));
  border-radius: 12px;
  overflow: hidden;
  transition: max-height .18s ease, min-height .18s ease, padding .18s ease, opacity .18s ease, background-color .42s ease;
}

#view-home .home6-today-task:first-child {
  border-top: 0;
}

#view-home .home6-check {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(105 126 146 / .28);
  border-radius: 7px;
  color: transparent;
  background: rgb(var(--home-surface-rgb) / var(--home-inner-opacity));
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

#view-home .home6-today-task.done .home6-check {
  color: #fff;
  border-color: transparent;
  background: #10b981;
  transform: scale(1.04);
}

#view-home .home6-check svg {
  width: 14px;
  height: 14px;
  display: block;
}

#view-home .home6-check path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 25;
  stroke-dashoffset: 25;
  transition: stroke-dashoffset .42s cubic-bezier(.2, .8, .2, 1);
}

#view-home .home6-today-task.done .home6-check path {
  stroke-dashoffset: 0;
}

#view-home .home6-today-task.is-completing {
  background: rgba(16, 185, 129, .13);
}

#view-home .home6-today-task.is-collapsing {
  min-height: 0;
  max-height: 0;
  padding-block: 0;
  opacity: 0;
}

#view-home .home6-today-copy {
  min-width: 0;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  text-align: left;
}

#view-home .home6-today-copy strong,
#view-home .home6-today-copy span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#view-home .home6-today-copy strong {
  color: var(--home-text);
  font-size: 14px;
  font-weight: 680;
}

#view-home .home6-today-copy span,
#view-home .home6-today-task time {
  margin-top: 4px;
  color: var(--home-muted);
  font-size: 11px;
}

#view-home .home6-today-task time {
  margin: 0;
  white-space: nowrap;
}

#view-home .home-card-footer-link,
#view-home .agency-task-open-row {
  min-height: 34px;
  margin-top: auto;
  padding-top: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-top: 1px solid rgb(255 255 255 / calc(var(--home-border-opacity) * .55));
  color: var(--home-muted);
  background: transparent;
  font-size: 11px;
}

#view-home .home4-topcards {
  display: grid;
  grid-template-columns: .92fr 1.08fr 1.16fr;
  gap: 18px;
  align-items: stretch;
}

#view-home .agency-task-overview,
#view-home .home4-api-card,
#view-home .agency-ads-card-product {
  min-height: 255px;
  padding: 20px;
}

#view-home .agency-task-overview {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#view-home .agency-task-overview-head {
  align-items: flex-start;
}

#view-home .agency-task-overview-head strong,
#view-home .agency-payment-live-head-v14 strong {
  display: block;
  margin-top: 5px;
  color: var(--home-text);
  font-size: 17px;
  line-height: 1.15;
}

#view-home .agency-card-link,
#view-home .agency-payment-live-head-v14 button {
  min-height: 32px;
  padding: 0 9px;
  border: 1px solid rgb(255 255 255 / var(--home-border-opacity));
  border-radius: 10px;
  color: #6172d5;
  background: rgb(var(--home-surface-rgb) / var(--home-inner-opacity));
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

#view-home .agency-task-metrics-v13 {
  width: 100%;
  margin: 12px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

#view-home .agency-task-metric-current,
#view-home .agency-task-metric-done {
  min-height: 76px;
  padding: 10px 16px;
  display: grid;
  place-content: center;
  justify-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
}

#view-home .agency-task-metric-current > span,
#view-home .agency-task-metric-done > span {
  display: block;
  color: var(--home-muted);
  font-size: 11px;
}

#view-home .agency-task-metric-current {
  border-right: 1px solid rgb(255 255 255 / var(--home-border-opacity));
}

#view-home .agency-task-metric-current > strong,
#view-home .agency-task-metric-done > strong {
  display: block;
  margin-top: 9px;
  color: var(--home-text);
  font-size: 34px;
  line-height: 1;
  letter-spacing: -.06em;
}

#view-home .agency-task-metric-done {
  color: inherit;
}

#view-home .agency-task-open-row {
  width: 100%;
  font-size: 10px;
}

#view-home .agency-task-progress {
  margin-top: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

#view-home .agency-task-progress > span {
  height: 5px;
  overflow: hidden;
  background: rgb(var(--home-surface-rgb) / var(--home-inner-opacity));
  border-radius: 999px;
}

#view-home .agency-task-progress i {
  height: 100%;
  display: block;
  background: linear-gradient(90deg, #14b87a, #53d5a3);
  border-radius: inherit;
  transition: width .42s cubic-bezier(.2, .8, .2, 1);
}

#view-home .agency-task-progress b {
  color: var(--home-muted);
  font-size: 10px;
}

#view-home .agency-task-attention {
  min-height: 26px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #a25b25;
  font-size: 10px;
}

#view-home .agency-task-attention[hidden] {
  display: none;
}

#view-home .agency-task-attention > span {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  background: #e58a42;
  border-radius: 50%;
}

#view-home .home-empty-compact button {
  justify-self: center;
  padding: 5px 0;
  color: #6172d5;
  background: transparent;
  border: 0;
  font-size: 10px;
  font-weight: 700;
}

#view-home .home4-api-card {
  display: flex;
  flex-direction: column;
}

#view-home .home4-api-head {
  justify-content: flex-start;
  align-items: flex-start;
}

#view-home .home4-api-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: rgba(52, 171, 115, .1);
}

#view-home .home4-api-icon span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #37a875;
  box-shadow: 0 0 0 6px rgba(55, 168, 117, .11);
}

#view-home .home4-api-head strong {
  display: block;
  margin-top: 5px;
  color: var(--home-text);
  font-size: 17px;
  line-height: 1.2;
}

#view-home .home4-api-value {
  margin-top: 21px;
}

#view-home .home4-api-value strong,
#view-home .agency-product-card-title strong {
  color: var(--home-text);
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -.05em;
}

#view-home .home4-api-value span,
#view-home .agency-product-card-title span {
  display: block;
  margin-top: 4px;
  color: var(--home-muted);
  font-size: 11px;
}

#view-home .home4-api-problem {
  min-height: 62px;
  margin-top: auto;
  padding: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid rgb(255 255 255 / var(--home-border-opacity));
  border-radius: 15px;
}

#view-home .home4-api-problem strong,
#view-home .home4-api-problem span {
  display: block;
}

#view-home .home4-api-problem strong {
  color: var(--home-text);
  font-size: 12px;
}

#view-home .home4-api-problem span {
  margin-top: 4px;
  color: var(--home-muted);
  font-size: 10px;
}

#view-home .home4-api-problem button {
  min-height: 30px;
  padding: 0 9px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: #6878e7;
  font-size: 9px;
  font-weight: 700;
}

#view-home .agency-ads-card-product {
  display: flex;
  flex-direction: column;
}

#view-home .agency-product-card-title {
  margin-top: 5px;
}

#view-home .agency-product-card-title span {
  display: inline;
  margin-left: 5px;
}

#view-home .agency-ads-health-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

#view-home .agency-ads-health {
  min-height: 58px;
  padding: 10px;
  border: 1px solid rgb(255 255 255 / var(--home-border-opacity));
  border-radius: 14px;
}

#view-home .agency-ads-health span,
#view-home .agency-ads-health strong {
  display: block;
}

#view-home .agency-ads-health span {
  color: var(--home-muted);
  font-size: 9px;
}

#view-home .agency-ads-health strong {
  margin-top: 5px;
  color: var(--home-text);
  font-size: 21px;
}

#view-home .agency-ads-health.is-good strong {
  color: #28805c;
}

#view-home .agency-ads-health.is-issue strong {
  color: #ba5858;
}

#view-home .agency-ads-action-label {
  margin-top: 13px;
  color: var(--home-tertiary);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

#view-home .agency-ads-issues-product,
#view-home .agency-ad-live-list {
  max-height: 122px;
  margin-top: 4px;
  overflow: auto;
  scrollbar-width: thin;
}

#view-home .agency-ads-issue-product,
#view-home .agency-ad-live-row {
  width: 100%;
  min-height: 45px;
  padding: 7px 0;
  display: grid;
  align-items: center;
  gap: 8px;
  border: 0;
  border-top: 1px solid rgb(255 255 255 / calc(var(--home-border-opacity) * .52));
  color: inherit;
  background: transparent;
  text-align: left;
  text-decoration: none;
}

#view-home .agency-ads-issue-product {
  grid-template-columns: minmax(0, 1fr) auto;
}

#view-home .agency-ad-live-row {
  grid-template-columns: 8px minmax(0, 1fr) auto;
}

#view-home .agency-ads-issue-product strong,
#view-home .agency-ads-issue-product span,
#view-home .agency-ad-live-row strong,
#view-home .agency-ad-live-row small {
  display: block;
}

#view-home .agency-ads-issue-product strong,
#view-home .agency-ad-live-row strong {
  color: var(--home-text);
  font-size: 11px;
}

#view-home .agency-ads-issue-product span,
#view-home .agency-ad-live-row small {
  margin-top: 3px;
  color: var(--home-muted);
  font-size: 9px;
}

#view-home .agency-ad-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d35d5d;
}

#view-home .agency-ad-live-dot.is-good {
  background: #35a976;
}

#view-home .agency-ad-live-row em {
  color: var(--home-muted);
  font-size: 8px;
  font-style: normal;
}

#view-home .agency-product-card-footer {
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid rgb(255 255 255 / calc(var(--home-border-opacity) * .52));
  color: var(--home-muted);
  font-size: 9px;
}

#view-home .home6-quick {
  padding: 20px;
}

#view-home .home6-quick-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

#view-home .home6-quick-item {
  min-height: 84px;
  padding: 12px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  border: 1px solid rgb(255 255 255 / var(--home-border-opacity));
  border-radius: 18px;
  color: inherit;
  background: rgb(var(--home-surface-rgb) / calc(var(--home-inner-opacity) * .8));
  text-align: left;
}

#view-home .home6-quick-item:hover {
  transform: translateY(-1px);
  border-color: rgba(122, 136, 237, .36);
}

#view-home .home6-quick-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #7583df;
  background: rgba(113, 126, 239, .1);
  text-shadow: none;
}

#view-home .home6-quick-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#view-home .home6-quick-copy strong,
#view-home .home6-quick-copy small {
  display: block;
}

#view-home .home6-quick-copy strong {
  color: var(--home-text);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

#view-home .home6-quick-copy small {
  margin-top: 5px;
  color: var(--home-muted);
  font-size: 10px;
}

#view-home .agency-payment-live-card-v14 {
  min-height: 0;
  padding: 20px 20px 14px;
  overflow: hidden;
}

#view-home .agency-payment-live-head-v14 {
  align-items: flex-start;
}

#view-home .agency-payment-live-list-v14 {
  max-height: 400px;
  margin-top: 7px;
  overflow: auto;
  scrollbar-width: thin;
}

#view-home .agency-payment-live-row-v14 {
  min-height: 82px;
  padding: 12px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  border-top: 1px solid rgb(255 255 255 / calc(var(--home-border-opacity) * .55));
}

#view-home .agency-payment-live-row-v14:first-child {
  border-top: 0;
}

#view-home .agency-payment-live-copy {
  min-width: 0;
}

#view-home .agency-payment-live-copy strong,
#view-home .agency-payment-live-copy span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#view-home .agency-payment-live-copy strong {
  color: var(--home-text);
  font-size: 12px;
}

#view-home .agency-payment-live-copy span {
  margin-top: 4px;
  color: var(--home-muted);
  font-size: 9px;
}

#view-home .agency-payment-live-copy button {
  margin-top: 7px;
  padding: 0;
  border: 0;
  color: #6172d5;
  background: transparent;
  font-size: 9px;
  font-weight: 700;
}

#view-home .agency-payment-live-side {
  display: grid;
  justify-items: end;
  gap: 6px;
}

#view-home .agency-payment-live-side > strong {
  color: var(--home-text);
  font-size: 12px;
  white-space: nowrap;
}

#view-home .agency-payment-live-side > span {
  min-height: 21px;
  padding: 0 7px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 750;
}

#view-home .agency-payment-live-side .is-paid {
  color: #247a57;
  background: rgba(45, 181, 116, .14);
}

#view-home .agency-payment-live-side .is-pending {
  color: #986718;
  background: rgba(245, 180, 60, .15);
}

#view-home .agency-payment-live-side .is-overdue {
  color: #b34f51;
  background: rgba(224, 82, 87, .14);
}

#view-home .agency-payment-history-cta {
  width: 100%;
  min-height: 42px;
  margin-top: 11px;
  border: 1px solid rgb(255 255 255 / var(--home-border-opacity));
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, #7180f3, #6376ec);
  font-size: 11px;
  font-weight: 750;
  text-shadow: none;
}

#view-home .home-empty-compact {
  min-height: 112px;
  display: grid;
  place-content: center;
  gap: 6px;
  color: var(--home-muted);
  text-align: center;
}

#view-home .home-empty-compact strong {
  color: var(--home-text);
  font-size: 13px;
}

#view-home .home-empty-compact span {
  max-width: 280px;
  font-size: 10px;
  line-height: 1.45;
}

#view-home .home-empty-compact.is-ads {
  min-height: 92px;
}

#view-home .home-loading-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 18px;
}

#view-home .home-loading-grid span {
  min-height: 250px;
  border-radius: 28px;
  background: rgba(255, 255, 255, .24);
  animation: home-pulse 1.4s ease-in-out infinite alternate;
}

#view-home .home-loading-grid span:last-child {
  grid-column: 1 / -1;
  min-height: 160px;
}

#view-home .home-load-error {
  min-height: 280px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

#view-home .home-load-error strong {
  font-size: 20px;
}

#view-home .home-load-error span {
  color: var(--home-muted);
}

#view-home .home-load-error button {
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: #6878e7;
}

@keyframes home-pulse {
  to { opacity: .45; }
}

@media (max-width: 1280px) {
  #view-home .home6-workspace {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  #view-home .agency-home-top-row-v13 {
    grid-template-columns: minmax(0, 1.8fr) minmax(270px, .9fr);
  }

  #view-home .home4-topcards {
    grid-template-columns: 1fr 1fr;
  }

  #view-home .agency-ads-card-product {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1080px) {
  #view-home .home6-workspace {
    grid-template-columns: 1fr;
  }

  #view-home .home6-side-column {
    position: static;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  #view-home .home4-head {
    align-items: flex-start;
    flex-direction: column;
  }

  #view-home .home6-side-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  #view-home .agency-home-top-row-v13,
  #view-home .home6-side-column {
    grid-template-columns: 1fr;
  }

  #view-home .home4-finance-main,
  #view-home .home6-today {
    min-height: auto;
  }

  #view-home .home4-finance-main {
    padding: 22px;
  }

  #view-home .home4-finance-value {
    font-size: 52px;
  }

  #view-home .home4-topcards {
    grid-template-columns: 1fr;
  }

  #view-home .agency-ads-card-product {
    grid-column: auto;
  }
}

@media (max-width: 520px) {
  #view-home .home4-finance-cards {
    grid-template-columns: 1fr;
  }

  #view-home .home6-quick-grid {
    grid-template-columns: 1fr;
  }

  #view-home .home4-finance-value {
    font-size: 43px;
  }
}
