﻿.portalRoot {
  overflow-x: hidden;
}

.portalPage {
  --mono: #111111;
  --mono-dark: #333333;
  --ink: #1b1b1b;
  --muted: #6f6f6f;
  --surface: #f7f7f7;
  --panel: #fff;
  --line: #dddddd;
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
}

.portalPage .material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
}

.portalPage h1,
.portalPage h2,
.portalPage h3 {
  font-family: "Hanken Grotesk", Inter, Arial, sans-serif;
  letter-spacing: 0;
}

.portalTopbar {
  position: sticky;
  top: 0;
  z-index: 40;
  height: 74px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 clamp(20px, 5vw, 64px);
  background: rgba(248, 249, 255, .88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.portalBrand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
}

.portalBrand img {
  width: 92px;
  height: 52px;
  object-fit: contain;
}

.portalBrand strong {
  font-size: 15px;
  font-weight: 900;
}

.portalTopbar nav {
  display: flex;
  gap: 28px;
  flex: 1;
}

.portalTopbar nav a {
  font-size: 13px;
  font-weight: 800;
  color: #373737;
}

.portalActions {
  display: flex;
  gap: 10px;
}

.portalActions button {
  position: relative;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 8px 22px rgba(39,39,39, .08);
}

.portalActions b {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--mono);
  font-size: 10px;
}

.portalShell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 52px clamp(20px, 5vw, 64px) 96px;
}

.accountHero {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 36px;
}

.portalEyebrow {
  margin: 0 0 10px;
  color: var(--mono-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.accountHero h1 {
  margin: 0 0 8px;
  font-size: clamp(42px, 6vw, 68px);
  line-height: .95;
  font-weight: 900;
}

.accountHero span,
.portalCard p {
  color: var(--muted);
  line-height: 1.55;
  font-weight: 500;
}

.portalBtn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  padding: 0 20px;
  background: #f2f2f2;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.portalBtn.primary {
  background: var(--mono);
  color: #fff;
}

.portalBtn.dark {
  background: #171717;
  color: #fff;
}

.portalBtn.outline {
  background: #fff;
  border: 1px solid var(--ink);
}

.portalBtn.soft {
  background: #f4f4f4;
}

.portalBtn.whatsapp {
  background: #a6a6a6;
  color: #fff;
}

.portalBtn.small {
  min-height: 34px;
  padding: 0 14px;
  font-size: 11px;
}

.accountGrid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}

.portalCard {
  grid-column: span 4;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 18px 48px rgba(39,39,39, .05);
}

.portalCard.wide {
  grid-column: span 8;
}

.portalCard header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.portalCard h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  font-size: 24px;
}

.portalCard header h2 {
  margin: 0;
}

.portalCard header a {
  color: var(--mono-dark);
  font-weight: 900;
  font-size: 13px;
}

.orderItem {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  margin-bottom: 14px;
}

.orderItem img {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  object-fit: cover;
}

.orderItem strong {
  font-weight: 900;
}

.orderItem p {
  margin: 4px 0 0;
  font-size: 13px;
}

.status {
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 900;
}

.status.success {
  background: var(--mono);
  color: #fff;
}

.cashbackCard {
  background: var(--mono);
  color: #fff;
  overflow: hidden;
}

.cashbackCard p {
  color: #dcdcdc;
}

.cashbackCard h2,
.cashbackCard strong,
.cashbackCard > .material-symbols-outlined {
  color: #fff;
}

.cashbackCard > .material-symbols-outlined {
  font-size: 42px;
}

.cashbackCard strong {
  display: block;
  margin: 34px 0 16px;
  font-size: 42px;
  font-weight: 900;
}

.favoritePair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 18px;
}

.favoritePair img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
}

.conciergeCard {
  background: #f7f7f7;
  border-color: #dfdfdf;
}

.preferenceGrid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.preferenceGrid span {
  border-radius: 999px;
  background: #f4f4f4;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 900;
  color: #3f3f3f;
}

@media (max-width: 980px) {
  .portalTopbar nav {
    display: none;
  }

  .portalBrand {
    min-width: 0;
    flex: 1;
  }

  .portalBrand strong {
    display: none;
  }

  .accountHero {
    align-items: flex-start;
    flex-direction: column;
  }

  .portalCard,
  .portalCard.wide {
    grid-column: 1 / -1;
  }

  .orderItem {
    grid-template-columns: 64px 1fr;
  }

  .orderItem .status,
  .orderItem .portalBtn {
    grid-column: 2;
    justify-self: start;
  }
}

.adminPage {
  background: #f7f7f7;
  overflow-x: hidden;
}

.adminSidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: 260px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
  background: #f3f3f3;
  border-right: 1px solid var(--line);
  z-index: 50;
}

.adminLogo {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  font-family: "Hanken Grotesk";
  font-weight: 900;
}

.adminLogo img {
  width: 96px;
  height: 58px;
  object-fit: contain;
}

.adminLogo span {
  display: grid;
  gap: 2px;
}

.adminLogo span strong {
  font-size: 22px;
  line-height: .9;
}

.adminLogo span small {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.adminSidebar nav {
  display: grid;
  gap: 6px;
}

.adminSidebar nav a,
.adminSidebar nav button {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 11px;
  border-radius: 10px;
  padding: 0 12px;
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 900;
  border: 0;
  background: transparent;
  text-align: left;
}

.adminSidebar nav a.active,
.adminSidebar nav a:hover,
.adminSidebar nav button.active,
.adminSidebar nav button:hover {
  background: var(--mono);
  color: #fff;
}

.adminSidebar .portalBtn {
  margin-top: auto;
}

.adminSidebar .portalBtn.primary,
.adminSidebar .portalBtn.soft,
.adminHeader .portalBtn,
.adminToolsRow .portalBtn,
.adminScan .portalBtn,
.adminEditor .portalBtn,
.reportCard .portalBtn {
  border: 1px solid #222;
}

.adminSidebar .portalBtn.soft,
.adminHeader .portalBtn.soft,
.adminToolsRow .portalBtn.soft,
.reportCard .portalBtn.soft {
  background: #f4f4f4;
  color: #111;
  border-color: #d8d8d8;
}

.adminUser {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding: 16px 8px 0;
}

.adminUser strong,
.adminUser small {
  display: block;
}

.adminUser small {
  color: var(--muted);
  font-size: 11px;
}

.adminMain {
  margin-left: 260px;
  padding: 38px clamp(20px, 4vw, 56px) 80px;
}

.adminWindow {
  display: none;
}

.adminWindow.active {
  display: block;
}

.adminHeader {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 28px;
}

.adminHeader h1 {
  margin: 0 0 8px;
  font-size: clamp(42px, 5vw, 64px);
  line-height: .95;
  font-weight: 900;
}

.adminHeader span {
  color: var(--muted);
}

.adminHeaderActions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.adminHeaderActions label {
  height: 42px;
  min-width: 280px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding: 0 12px;
}

.adminHeaderActions input {
  border: 0;
  outline: 0;
  background: transparent;
  width: 100%;
}

.adminKpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 26px;
}

.adminKpis .dashCard {
  background: rgba(255,255,255,.82);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 18px 48px rgba(39,39,39,.05);
}

.adminKpis .dashCard span {
  color: var(--muted);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}

.adminKpis .dashCard b {
  margin-top: 10px;
  font-size: clamp(22px, 2.1vw, 30px);
  line-height: 1.05;
  display: block;
  white-space: nowrap;
}

.adminCharts,
.adminTwoCols {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}

.adminThreeCols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.chartPanel,
.stockMix {
  grid-column: auto;
}

.chartPanel header,
.adminSectionHead {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 20px;
}

.legend {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.legend span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--mono);
}

.legend span:nth-of-type(2) {
  background: #5f5e5e;
  margin-left: 8px;
}

.adminBars {
  height: 260px;
  display: flex;
  align-items: end;
  gap: 12px;
  padding-top: 20px;
}

.adminBars div {
  flex: 1;
  min-height: 28px;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(180deg, var(--mono), #d9d9d9);
  position: relative;
}

.adminBars div span {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 900;
}

.labelledBars div b {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 92px;
  margin-top: 9px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.mixRow {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin: 18px 0;
}

.mixRow strong,
.mixRow span {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.mixRow i {
  grid-column: 1 / -1;
  height: 8px;
  border-radius: 999px;
  background: var(--mono);
}

.adminSection {
  margin-top: 42px;
  min-width: 0;
}

.adminToolsRow {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.adminSectionHead h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
}

.tableCard {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.adminTable {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.adminTable th,
.adminTable td {
  padding: 15px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

.adminTable th {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.adminProductCell {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 12px;
  align-items: center;
  min-width: 290px;
}

.adminProductCell img {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  object-fit: cover;
  background: #f3f3f3;
}

.adminProductCell strong,
.adminProductCell small,
.adminStatus,
.adminListItem b,
.adminListItem span {
  display: block;
}

.adminProductCell small {
  color: var(--muted);
  margin-top: 4px;
}

.adminStatus {
  width: fit-content;
  border-radius: 999px;
  padding: 6px 9px;
  background: #f4f4f4;
  color: #4f4f4f;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 900;
}

.adminStatus.ok {
  background: var(--mono);
  color: #fff;
}

.adminStatus.warn {
  background: #f4f4f4;
  color: #565656;
}

.adminStatus.danger {
  background: #e7e7e7;
  color: #363636;
}

.miniPanel {
  grid-column: auto;
}

.adminList,
.campaignAdminList,
.funnelList {
  display: grid;
  gap: 12px;
}

.adminListItem,
.funnelList div,
.campaignAdminList div {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
  background: #f8faff;
}

.adminListItem span,
.campaignAdminList span,
.funnelList span {
  color: var(--muted);
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.45;
}

.funnelList div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.funnelList i {
  grid-column: 1 / -1;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mono) var(--w), #e2e2e2 var(--w));
}

.reportGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.reportCard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 18px 48px rgba(39,39,39,.05);
}

.reportCard span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--mono);
  margin-bottom: 18px;
}

.reportCard h2 {
  margin: 0 0 10px;
}

.reportCard p,
.helperText {
  color: var(--muted);
  line-height: 1.5;
  font-weight: 500;
}

.configGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.configGrid label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.configGrid input {
  min-width: 0;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0 13px;
  color: var(--ink);
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}

.adminScan {
  display: flex;
  gap: 10px;
  margin: 20px 0 10px;
}

.adminScan input {
  flex: 1;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0 14px;
}

.scanResult {
  min-height: 28px;
  color: var(--mono-dark);
  font-weight: 800;
}

.opsTimeline {
  display: grid;
  gap: 14px;
}

.opsTimeline div {
  border-left: 4px solid var(--mono);
  padding: 10px 0 10px 14px;
}

.opsTimeline b,
.opsTimeline span {
  display: block;
}

.opsTimeline span {
  color: var(--muted);
  margin-top: 4px;
}

.toggleRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
  margin-top: 12px;
  background: #f7faff;
}

.toggleRow span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  margin-top: 4px;
}

.toggleRow input {
  width: 46px;
  height: 24px;
  accent-color: var(--mono-dark);
}

.toggleRow.muted {
  opacity: .58;
}

.logCard {
  background: #1b1b1b;
  color: #f3f3f3;
}

.logCard h2 {
  color: var(--mono);
}

.logCard code {
  display: block;
  margin: 10px 0;
  border-radius: 8px;
  background: rgba(0,0,0,.22);
  padding: 10px;
  color: #d7d7d7;
  font-size: 12px;
  white-space: normal;
}

.logCard .adminListItem {
  background: rgba(0,0,0,.24);
  border-color: rgba(255,255,255,.08);
  color: #d7d7d7;
}

.logCard .adminListItem span {
  color: #9f9f9f;
}

.logCard code.error {
  color: #b0b0b0;
}

@media (max-width: 1100px) {
  .adminSidebar {
    position: static;
    width: auto;
    max-width: 100vw;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    overflow: hidden;
    align-items: center;
    box-sizing: border-box;
  }

  .adminSidebar nav {
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    overflow: auto;
    min-width: 0;
    max-width: 100%;
  }

  .adminSidebar .portalBtn,
  .adminUser {
    display: none;
  }

  .adminMain {
    margin-left: 0;
  }

  .adminHeader,
  .adminSectionHead {
    align-items: flex-start;
    flex-direction: column;
  }

  .adminKpis,
  .adminCharts,
  .adminTwoCols,
  .adminThreeCols,
  .reportGrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .adminLogo img {
    width: 74px;
    height: 44px;
  }

  .adminLogo span {
    display: none;
  }

  .adminHeaderActions label {
    min-width: 0;
    width: 100%;
  }

  .adminKpis .dashCard b {
    font-size: 24px;
  }

  .configGrid {
    grid-template-columns: 1fr;
  }
}

.adminEditor {
  margin: 18px 0;
}

.adminEditorHead {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.adminEditorHead h2 {
  margin: 0 0 6px;
}

.adminEditorHead p {
  margin: 0;
  color: var(--portal-muted);
}

.adminFormGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.adminFormGrid label {
  display: grid;
  gap: 7px;
  color: var(--portal-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.adminFormGrid input,
.adminFormGrid select,
.adminFormGrid textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--portal-line);
  border-radius: 12px;
  background: #fff;
  color: var(--portal-ink);
  padding: 0 13px;
  font: inherit;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
}

.adminFormGrid input,
.adminFormGrid select {
  height: 48px;
}

.adminFormGrid textarea {
  padding-top: 12px;
  resize: vertical;
}

.adminFormGrid .fullField {
  grid-column: 1 / -1;
}

.adminFormGrid .checkLine {
  align-content: center;
  grid-template-columns: 22px 1fr;
  min-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  color: var(--portal-ink);
}

.adminFormGrid .checkLine input {
  width: 18px;
  height: 18px;
  padding: 0;
}

.dangerBtn {
  background: #f2f2f2 !important;
  color: #333333 !important;
  border-color: #d8d8d8 !important;
  margin-left: 6px;
}

.cartQtyControls {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.cartQtyControls button {
  height: 32px;
  min-width: 32px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-weight: 900;
  padding: 0 10px;
}

.cartQtyControls span {
  min-width: 24px;
  text-align: center;
  font-weight: 900;
}

@media (max-width: 900px) {
  .adminEditorHead,
  .adminFormGrid {
    grid-template-columns: 1fr;
  }
}

.loginPage {
  min-height: 100vh;
  background: #f6f6f6;
}

.loginShell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(340px, 520px);
  align-items: stretch;
}

.loginBrandPanel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 8vw, 110px);
  background: #111;
  color: #fff;
}

.cleanBrand {
  width: max-content;
  min-width: 0;
  margin-bottom: clamp(36px, 7vw, 86px);
  color: #fff;
}

.cleanBrand img {
  width: 128px;
  height: 88px;
  filter: invert(1);
}

.loginBrandPanel h1 {
  max-width: 640px;
  margin: 0 0 18px;
  font-size: clamp(48px, 7vw, 96px);
  line-height: .88;
  letter-spacing: 0;
}

.loginBrandPanel p {
  max-width: 560px;
  margin: 0;
  color: #d8d8d8;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 650;
}

.loginCard {
  align-self: center;
  justify-self: center;
  width: min(520px, calc(100% - 36px));
  display: grid;
  gap: 18px;
  padding: 34px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(0,0,0,.08);
}

.loginCard h2 {
  margin: -6px 0 4px;
  font-size: 34px;
  line-height: 1;
}

.loginCard label {
  display: grid;
  gap: 8px;
  color: #555;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.loginCard input {
  height: 54px;
  border: 1px solid #d7d7d7;
  border-radius: 12px;
  padding: 0 15px;
  color: #111;
  background: #fff;
  font-size: 16px;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: none;
}

.loginCard .portalBtn {
  min-height: 52px;
  margin-top: 4px;
}

.loginLink {
  justify-self: center;
  color: #333;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.clientAccessCard {
  align-self: center;
}

.authTabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding: 5px;
  background: #f2f2f2;
  border: 1px solid #dedede;
  border-radius: 999px;
}

.authTabs button {
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #555;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.authTabs button.active {
  background: #111;
  color: #fff;
}

.authPanel {
  display: none;
  gap: 18px;
}

.authPanel.active {
  display: grid;
}

.registerGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.loginStatus {
  min-height: 22px;
  margin: 0;
  color: #333;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.loginStatus b {
  color: #111;
  font-size: 16px;
}

@media (max-width: 560px) {
  .authTabs,
  .registerGrid {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }
}

.adminLoginPage .loginBrandPanel {
  background: #050505;
}

@media (max-width: 860px) {
  .loginShell {
    grid-template-columns: 1fr;
  }

  .loginBrandPanel {
    min-height: 42vh;
  }

  .loginCard {
    margin: 28px 0 46px;
  }
}
