/*
 * Crazy TCG — camada visual oficial Malucao TCG
 * Esta folha altera somente apresentacao. Atributos, formularios e fluxos
 * funcionais continuam definidos pelos arquivos originais da aplicacao.
 */

:root {
  --crazy-purple: #6c3bff;
  --crazy-purple-bright: #8b65ff;
  --crazy-purple-soft: #bca8ff;
  --crazy-lilac: #d7cbff;
  --crazy-black: #07050b;
  --crazy-panel: #100c18;
  --crazy-panel-raised: #171120;
  --crazy-white: #fbfaff;
  --crazy-muted: #aaa2b8;
  --crazy-line: rgba(211, 197, 255, .15);
  --crazy-gold: #d7b66b;
  --crazy-ease: cubic-bezier(.2, .8, .2, 1);
}

/* Base da experiencia do usuario */

body.surface-user {
  background:
    radial-gradient(ellipse 72% 48% at 50% -10%, rgba(108, 59, 255, .19), transparent 70%),
    linear-gradient(180deg, #08060d 0, #050408 48%, #09060e 100%);
  color: var(--crazy-white);
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
}

.surface-user .grid {
  opacity: .12;
  background-image:
    linear-gradient(rgba(181, 158, 255, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(181, 158, 255, .07) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000 0, transparent 78%);
}

.surface-user .noise {
  opacity: .12;
}

.surface-user .orb {
  opacity: .14;
  filter: blur(120px);
}

.surface-user .orb-1 {
  width: 520px;
  height: 520px;
  top: -250px;
  right: 2%;
  background: var(--crazy-purple);
}

.surface-user .orb-2 {
  width: 430px;
  height: 430px;
  left: -230px;
  bottom: -240px;
  background: #5226bd;
}

.surface-user .eyebrow {
  color: var(--crazy-purple-soft);
  font: 600 12px/1.4 "DM Mono", monospace;
  letter-spacing: 1.45px;
}

.surface-user button,
.surface-user input,
.surface-user a {
  -webkit-tap-highlight-color: transparent;
}

.surface-user button:focus-visible,
.surface-user a:focus-visible,
.surface-user input:focus-visible,
.surface-user [tabindex]:focus-visible {
  outline: 2px solid #bda9ff;
  outline-offset: 3px;
}

/* Cabecalho oficial */

.surface-user > header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: 88px;
  padding: 0 clamp(20px, 4vw, 64px);
  border-bottom: 1px solid rgba(207, 188, 255, .13);
  background: rgba(7, 5, 11, .9);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .22);
  backdrop-filter: blur(22px) saturate(125%);
}

.surface-user > header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(108, 59, 255, .7), transparent);
  opacity: .62;
}

.surface-user .brand-official {
  position: relative;
  flex: 0 0 auto;
  height: 78px;
  gap: 14px;
}

.surface-user .brand-official img {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 7px 14px rgba(0, 0, 0, .5));
  transition: transform .28s var(--crazy-ease), filter .28s ease;
}

.surface-user .brand-official::after {
  content: "LEIL\00C3O CRAZY TCG";
  color: #eee9fa;
  font: 700 11px "DM Mono", monospace;
  letter-spacing: 1.7px;
  white-space: nowrap;
}

.surface-user .brand-official:hover img {
  filter: drop-shadow(0 8px 17px rgba(108, 59, 255, .42));
  transform: translateY(-1px) scale(1.025);
}

.surface-user .header-right {
  gap: 15px;
  font-size: 14px;
}

.surface-user .header-display-name {
  max-width: 240px;
  color: #f5f1ff;
  font-size: 14px;
  font-weight: 700;
}

.surface-user .header-avatar {
  width: 45px;
  height: 45px;
  border-color: rgba(192, 165, 255, .52);
  background: linear-gradient(145deg, #8b62ff, #4e239c);
}

.surface-user .text-button {
  padding: 10px 2px;
  color: #aaa2b7;
  font-size: 13px;
  transition: color .2s ease;
}

.surface-user .text-button:hover {
  color: #fff;
}

.surface-user .profile-popover {
  width: 235px;
  padding: 9px;
  border-color: rgba(203, 180, 255, .2);
  border-radius: 14px;
  background: rgba(16, 11, 24, .97);
  box-shadow: 0 22px 55px rgba(0, 0, 0, .58);
}

.surface-user .profile-popover a,
.surface-user .profile-popover button {
  padding: 13px 14px;
  font-size: 13px;
}

/* Landing e login */

.surface-login::before {
  content: "";
  position: fixed;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 46%, rgba(108, 59, 255, .18), transparent 32%),
    linear-gradient(105deg, rgba(108, 59, 255, .04), transparent 38%);
}

.surface-login .login-wrap {
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, .72fr);
  align-items: center;
  gap: clamp(42px, 7vw, 110px);
  width: min(100%, 1320px);
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(36px, 5vw, 76px);
}

.login-event-hero {
  display: grid;
  grid-template-columns: minmax(210px, 330px) minmax(330px, 1fr);
  align-items: center;
  gap: clamp(18px, 3vw, 50px);
  min-width: 0;
}

.login-logo-wrap {
  position: relative;
  isolation: isolate;
}

.login-logo-wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 16% 5%;
  border-radius: 50%;
  background: rgba(108, 59, 255, .3);
  filter: blur(55px);
}

.login-logo-wrap img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, .6));
  animation: crazy-logo-arrival .75s var(--crazy-ease) both;
}

.login-event-copy {
  min-width: 0;
  animation: crazy-copy-arrival .7s .08s var(--crazy-ease) both;
}

.login-event-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: #c9baff;
  font: 600 11px "DM Mono", monospace;
  letter-spacing: 1.35px;
}

.login-event-kicker i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8d68ff;
  box-shadow: 0 0 16px rgba(139, 101, 255, .85);
}

.login-event-copy h1 {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font: 800 clamp(57px, 6.6vw, 106px)/.82 "Space Grotesk", Manrope, sans-serif;
  letter-spacing: -.075em;
  text-wrap: balance;
}

.login-event-copy h1 span {
  display: block;
  margin-top: 13px;
  color: #a88cff;
  font-size: .72em;
  letter-spacing: -.065em;
}

.login-event-lead {
  max-width: 590px;
  margin: 27px 0 0;
  color: #b1a9bb;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.68;
}

.login-event-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.login-event-tags span {
  padding: 8px 10px;
  border: 1px solid rgba(191, 164, 255, .18);
  border-radius: 999px;
  color: #948aa2;
  font: 600 9px "DM Mono", monospace;
  letter-spacing: .75px;
}

.surface-login .login-card {
  position: relative;
  width: 100%;
  margin: 0;
  padding: clamp(30px, 3.5vw, 48px);
  border: 1px solid rgba(212, 194, 255, .17);
  border-radius: 22px;
  background: linear-gradient(155deg, rgba(27, 20, 38, .96), rgba(10, 7, 15, .96));
  box-shadow: 0 30px 80px rgba(0, 0, 0, .45), inset 0 1px rgba(255, 255, 255, .055);
  overflow: hidden;
  animation: crazy-card-arrival .65s .14s var(--crazy-ease) both;
}

.surface-login .login-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #6c3bff, #b096ff, transparent);
}

.login-card-mark {
  display: inline-flex;
  margin-bottom: 30px;
  padding: 7px 9px;
  border: 1px solid rgba(215, 182, 107, .26);
  border-radius: 6px;
  color: var(--crazy-gold);
  font: 600 9px "DM Mono", monospace;
  letter-spacing: 1px;
}

.surface-login .login-card .eyebrow {
  margin: 0 0 8px;
}

.surface-login .login-card h2 {
  margin: 0;
  color: #fff;
  font: 700 clamp(31px, 3vw, 45px)/1.06 "Space Grotesk", Manrope, sans-serif;
  letter-spacing: -.045em;
}

.login-card-copy {
  margin: 13px 0 0;
  color: #9f96aa;
  font-size: 14px;
  line-height: 1.6;
}

.surface-login .login-card form {
  gap: 19px;
  margin-top: 31px;
}

.surface-login .login-card label {
  gap: 9px;
  color: #d7d0df;
  font-size: 13px;
  font-weight: 650;
}

.surface-login .login-card input {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid rgba(201, 180, 240, .19);
  border-radius: 10px;
  background: rgba(4, 3, 7, .62);
  color: #fff;
  font: 500 15px Manrope, sans-serif;
  transition: border-color .2s, box-shadow .2s, background .2s;
}

.surface-login .login-card input::placeholder {
  color: #6f6878;
}

.surface-login .login-card input:focus {
  border-color: rgba(139, 101, 255, .8);
  background: rgba(10, 7, 15, .92);
  box-shadow: 0 0 0 4px rgba(108, 59, 255, .13);
}

.surface-login .tiktok-input {
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(201, 180, 240, .19);
  border-radius: 10px;
  background: rgba(4, 3, 7, .62);
  transition: border-color .2s, box-shadow .2s;
}

.surface-login .tiktok-input:focus-within {
  border-color: rgba(139, 101, 255, .8);
  box-shadow: 0 0 0 4px rgba(108, 59, 255, .13);
}

.surface-login .tiktok-input b {
  position: static;
  display: grid;
  height: 100%;
  place-items: center;
  border-right: 1px solid rgba(201, 180, 240, .14);
  color: #ad98e9;
  font-size: 16px;
}

.surface-login .tiktok-input input {
  min-width: 0;
  padding-left: 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.surface-user .primary {
  min-height: 55px;
  padding: 0 18px;
  border: 1px solid rgba(211, 195, 255, .18);
  border-radius: 10px;
  background: linear-gradient(108deg, #7546ff, #5a2bd2);
  box-shadow: 0 13px 30px rgba(72, 31, 174, .34), inset 0 1px rgba(255, 255, 255, .23);
  color: #fff;
  font-size: 14px;
  transition: transform .2s var(--crazy-ease), filter .2s, box-shadow .2s;
}

.surface-user .primary b {
  font-size: 19px;
  font-weight: 500;
}

.surface-user .primary:hover {
  filter: brightness(1.09);
  box-shadow: 0 16px 34px rgba(72, 31, 174, .44), inset 0 1px rgba(255, 255, 255, .27);
  transform: translateY(-2px);
}

.surface-user .primary:active {
  transform: translateY(0) scale(.99);
}

.login-safe-copy {
  display: block;
  margin-top: 18px;
  color: #786f81;
  font-size: 11px;
  line-height: 1.5;
}

@keyframes crazy-logo-arrival {
  from { opacity: 0; transform: translateY(16px) scale(.94); }
  to { opacity: 1; transform: none; }
}

@keyframes crazy-copy-arrival {
  from { opacity: 0; transform: translateX(-18px); }
  to { opacity: 1; transform: none; }
}

@keyframes crazy-card-arrival {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: none; }
}

/* Mensagens do sistema */

.message.detailed {
  z-index: 160;
  width: min(calc(100% - 32px), 820px);
  max-width: 820px;
  max-height: min(76vh, 680px);
  padding: 21px 58px 21px 23px;
  overflow: auto;
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .68);
  font-size: 13px;
  line-height: 1.68;
  text-align: left;
}

.message.detailed > span {
  display: block;
  white-space: pre-line;
}

.message-close {
  position: absolute;
  top: 12px;
  right: 13px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  background: rgba(7, 5, 11, .42);
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.message-close:hover {
  border-color: rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .1);
}

.surface-user .message {
  z-index: 100;
  top: 18px;
  width: min(calc(100% - 32px), 620px);
  min-height: 54px;
  padding: 16px 19px;
  border: 1px solid rgba(176, 145, 255, .42);
  border-radius: 12px;
  background: rgba(30, 20, 43, .96);
  box-shadow: 0 20px 55px rgba(0, 0, 0, .55);
  color: #f3edff;
  font-size: 14px;
  line-height: 1.5;
}

.surface-user .message.error {
  border-color: rgba(255, 135, 167, .48);
  background: rgba(51, 22, 32, .97);
}

/* Lobby e agenda */

.surface-user .auction-shell,
.surface-user .user-catalog-shell {
  width: min(100%, 1540px);
  padding: clamp(40px, 5vw, 72px) clamp(18px, 4vw, 64px) 110px;
}

.surface-user .auction-heading {
  min-height: 132px;
  margin-bottom: 36px;
}

.surface-user .auction-heading::before {
  content: "MALUC\00C3O TCG APRESENTA";
  display: block;
  margin-bottom: 15px;
  color: #8d7fa2;
  font: 600 10px "DM Mono", monospace;
  letter-spacing: 2px;
}

.surface-user .auction-heading.live::before {
  display: none;
}

.surface-user .auction-heading h1 {
  color: #fff;
  font: 700 clamp(43px, 5.4vw, 76px)/.98 "Space Grotesk", Manrope, sans-serif;
  letter-spacing: -.06em;
}

.surface-user .auction-heading.waiting {
  min-height: auto;
  padding: 26px 0 6px;
  margin-bottom: 48px;
}

.surface-user .auction-heading.waiting h1 {
  font-size: clamp(42px, 5vw, 68px);
}

.surface-user .auction-heading .eyebrow {
  margin-bottom: 15px;
  color: #cfbeff;
  font-size: 12px;
}

.surface-user .waiting-auction-content {
  grid-template-columns: minmax(270px, .62fr) minmax(500px, 1.38fr);
  gap: clamp(38px, 6vw, 80px);
  max-width: 1190px;
}

.surface-user .waiting-intro {
  padding: 26px 0;
}

.surface-user .waiting-pulse {
  display: inline-flex;
  min-height: 35px;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
  border: 1px solid rgba(137, 255, 181, .2);
  border-radius: 999px;
  background: rgba(40, 105, 66, .09);
  color: #a7efbf;
  font-size: 10px;
}

.surface-user .waiting-intro > p {
  max-width: 390px;
  margin: 24px 0 31px;
  color: #aaa2b5;
  font-size: 16px;
  line-height: 1.75;
}

.surface-user .catalog-link {
  gap: 26px;
  min-width: 205px;
  min-height: 51px;
  padding: 0 18px;
  border: 1px solid rgba(202, 181, 255, .24);
  border-radius: 10px;
  background: linear-gradient(110deg, #7142f8, #5725c5);
  box-shadow: 0 14px 30px rgba(70, 30, 159, .3), inset 0 1px rgba(255, 255, 255, .2);
  font-size: 13px;
  transition: transform .2s var(--crazy-ease), filter .2s, border-color .2s;
}

.surface-user .catalog-link:hover {
  border-color: rgba(220, 206, 255, .42);
  filter: brightness(1.09);
  transform: translateY(-2px);
}

.surface-user .catalog-link:active {
  transform: translateY(0) scale(.99);
}

.surface-user .catalog-link.subtle {
  right: 0;
  bottom: 11px;
  min-width: 145px;
  min-height: 44px;
  background: rgba(19, 13, 28, .84);
  box-shadow: none;
  font-size: 12px;
}

.surface-user .scheduled-lots {
  gap: 13px;
}

.surface-user .scheduled-lot {
  min-height: 112px;
  padding: 19px 23px;
  border: 1px solid rgba(207, 190, 249, .15);
  border-radius: 15px;
  background: linear-gradient(120deg, rgba(29, 20, 42, .91), rgba(12, 8, 18, .91));
  box-shadow: inset 0 1px rgba(255, 255, 255, .045), 0 15px 35px rgba(0, 0, 0, .2);
  transition: transform .25s var(--crazy-ease), border-color .25s, background .25s;
}

.surface-user .scheduled-lot:hover {
  border-color: rgba(145, 107, 255, .34);
  background: linear-gradient(120deg, rgba(38, 25, 56, .95), rgba(13, 9, 19, .95));
  transform: translateY(-2px);
}

.surface-user .scheduled-lot::before {
  width: 3px;
  background: linear-gradient(#9d7bff, #5b2acb);
}

.surface-user .lot-order {
  color: #766990;
  font-size: 12px;
}

.surface-user .scheduled-lot-name small,
.surface-user .scheduled-countdown small {
  color: #8e829e;
  font-size: 9px;
}

.surface-user .scheduled-lot-name strong {
  color: #fbf9ff;
  font-size: 19px;
}

.surface-user .scheduled-lot-name > span {
  color: #978fa1;
  font-size: 12px;
}

.surface-user .scheduled-countdown {
  min-width: 165px;
}

.surface-user .scheduled-countdown time {
  margin-top: 7px;
  color: #d9ccff;
  font-size: 20px;
}

.surface-user .no-schedule {
  min-height: 135px;
  border-color: rgba(170, 139, 255, .25);
  border-radius: 15px;
  background: rgba(18, 12, 27, .38);
}

.surface-user .no-schedule strong {
  color: #ded6e9;
  font-size: 15px;
}

.surface-user .no-schedule p {
  color: #91889b;
  font-size: 13px;
  line-height: 1.5;
}

.surface-user .next-auctions {
  max-width: 1120px;
  margin-top: 80px;
}

.surface-user .section-kicker {
  margin-bottom: 20px;
  color: #a99dbc;
  font-size: 11px;
}

/* Leiloes ao vivo e lotes simultaneos */

.surface-user .multi-auction-layout {
  grid-template-columns: minmax(260px, 1fr) minmax(650px, 900px) minmax(300px, 1fr);
  gap: clamp(24px, 2.4vw, 38px);
}

.surface-user .live-lots-stack {
  gap: 94px;
}

.surface-user .live-lot-section {
  position: relative;
}

.surface-user .live-lot-section + .live-lot-section {
  padding-top: 52px;
  border-top-color: rgba(194, 170, 255, .14);
}

.surface-user .live-lot-heading {
  min-height: 130px;
  padding: 11px 120px 28px;
}

.surface-user .live-lot-heading > span {
  margin-bottom: 10px;
  color: #b49cff;
  font-size: 11px;
  letter-spacing: 1.8px;
}

.surface-user .live-lot-heading h2 {
  color: #fff;
  font-size: clamp(34px, 3.6vw, 52px);
  letter-spacing: -.055em;
}

.surface-user .live-lot-heading p {
  margin-top: 10px;
  color: #968ca0;
  font-size: 13px;
}

.surface-user .live-lot-heading > b {
  top: 48px;
  right: 15px;
  padding: 7px 9px;
  border: 1px solid rgba(123, 244, 164, .14);
  border-radius: 999px;
  background: rgba(42, 104, 64, .08);
  color: #a1e9b8;
  font-size: 9px;
}

.surface-user .auction-stage {
  border: 1px solid rgba(204, 183, 255, .15);
  border-radius: 24px;
  background: linear-gradient(150deg, rgba(22, 15, 32, .92), rgba(8, 6, 12, .94));
  box-shadow: inset 0 1px rgba(255, 255, 255, .055), 0 32px 75px rgba(0, 0, 0, .28);
}

.surface-user .auction-carousel {
  height: 510px;
  background:
    radial-gradient(ellipse 42% 38% at 50% 51%, rgba(108, 59, 255, .22), transparent 75%),
    linear-gradient(180deg, rgba(108, 59, 255, .025), transparent 55%);
  perspective: 1450px;
}

.surface-user .auction-carousel::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(166, 135, 255, .45), transparent);
}

.surface-user .auction-carousel::after {
  bottom: 83px;
  opacity: .5;
}

.surface-user .auction-card-slide {
  width: 254px;
  top: 48%;
  transition:
    transform .7s var(--crazy-ease),
    opacity .5s ease,
    filter .5s ease;
}

.surface-user .auction-card-slide[data-position="center"] {
  transform: translate(-50%, -50%) translateZ(120px) scale(1.035);
}

.surface-user .auction-card-slide[data-position="left-one"] {
  transform: translate(-130%, -48%) translateZ(-45px) rotateY(27deg) rotateZ(-4deg) scale(.77);
  opacity: .68;
  filter: saturate(.72) brightness(.69);
}

.surface-user .auction-card-slide[data-position="right-one"] {
  transform: translate(30%, -48%) translateZ(-45px) rotateY(-27deg) rotateZ(4deg) scale(.77);
  opacity: .68;
  filter: saturate(.72) brightness(.69);
}

.surface-user .auction-card-slide[data-position="left-two"],
.surface-user .auction-card-slide[data-position="right-two"] {
  opacity: .22;
  filter: saturate(.45) brightness(.5);
}

.surface-user .auction-carousel.dragging .auction-card-slide {
  transition-duration: .22s;
}

.surface-user .auction-card-slide .card-frame {
  padding: 6px;
  border: 1px solid rgba(224, 212, 255, .36);
  border-radius: 17px;
  background: rgba(235, 226, 255, .075);
  box-shadow: 0 27px 58px rgba(0, 0, 0, .72), 0 0 28px rgba(108, 59, 255, .13);
  transition: border-color .28s, box-shadow .28s, transform .28s var(--crazy-ease);
}

.surface-user .auction-card-slide[data-position="center"] .card-frame {
  border-color: rgba(226, 215, 255, .55);
  box-shadow: 0 31px 66px rgba(0, 0, 0, .78), 0 0 34px rgba(108, 59, 255, .2);
}

.surface-user .auction-card-slide[data-position="center"]:hover .card-frame {
  border-color: rgba(239, 233, 255, .72);
  box-shadow: 0 34px 70px rgba(0, 0, 0, .82), 0 0 38px rgba(108, 59, 255, .27);
  transform: translateY(-3px);
}

.surface-user .auction-card-slide img {
  border-radius: 12px;
  background: #09060d;
  image-rendering: auto;
  object-fit: contain;
}

.surface-user .slide-caption {
  margin-top: 13px;
}

.surface-user .slide-caption b {
  color: #f5f1fb;
  font-size: 13px;
}

.surface-user .slide-caption time {
  color: #cbb8ff;
  font-size: 11px;
}

.surface-user .carousel-hint {
  bottom: 25px;
  color: #91869c;
  font-size: 10px;
}

.surface-user .carousel-dots {
  bottom: 9px;
}

.surface-user .carousel-dots i {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, .18);
}

.surface-user .carousel-dots i.active {
  width: 25px;
  background: #8d65ff;
}

.surface-user .auction-card-detail {
  padding: 34px 38px 38px;
  border-top-color: rgba(207, 190, 249, .13);
  background: rgba(7, 5, 11, .48);
  transition: border-color .25s, box-shadow .25s, background .25s;
}

.surface-user .detail-title .eyebrow {
  margin-bottom: 9px;
  font-size: 10px;
}

.surface-user .detail-title h2 {
  color: #fff;
  font-size: 32px;
  letter-spacing: -.045em;
}

.surface-user .detail-title > div > p:last-child {
  color: #9e95a8;
  font-size: 13px;
}

.surface-user .units-pill {
  padding: 9px 12px;
  border-color: rgba(219, 205, 255, .16);
  color: #b4aabd;
  font-size: 10px;
}

.surface-user .bid-facts {
  margin: 28px 0;
  border-color: rgba(218, 203, 255, .13);
  border-radius: 13px;
  background: rgba(3, 2, 5, .44);
}

.surface-user .bid-facts > div {
  padding: 19px 20px;
  border-color: rgba(218, 203, 255, .12);
}

.surface-user .bid-facts span {
  margin-bottom: 8px;
  color: #948a9e;
  font-size: 11px;
}

.surface-user .bid-facts b {
  color: #f8f5ff;
  font-size: 21px;
}

.surface-user .bid-facts .current-bid b {
  color: #bea7ff;
}

.surface-user .bid-facts time {
  font-size: 17px;
}

.surface-user .last-bid {
  gap: 14px;
  margin-bottom: 20px;
  padding: 14px;
  border: 1px solid rgba(200, 179, 255, .11);
  border-radius: 12px;
  background: rgba(108, 59, 255, .04);
}

.surface-user .last-bid-icon {
  width: 39px;
  height: 39px;
  color: #b9a0ff;
}

.surface-user .last-bid > div > small {
  color: #8e8298;
  font-size: 9px;
}

.surface-user .last-bid strong {
  color: #f5f1fb;
  font-size: 14px;
}

.surface-user .last-bid [data-detail-last] > span {
  color: #9e94a7;
  font-size: 12px;
}

.surface-user .auction-bid-form button {
  min-height: 60px;
  padding: 0 22px;
  border: 1px solid rgba(213, 198, 255, .2);
  border-radius: 11px;
  background: linear-gradient(108deg, #7243fa, #5726c5);
  box-shadow: 0 15px 32px rgba(69, 28, 162, .34), inset 0 1px rgba(255, 255, 255, .24);
  transition: transform .2s var(--crazy-ease), filter .2s, box-shadow .2s;
}

.surface-user .auction-bid-form button:hover:not(:disabled) {
  filter: brightness(1.09);
  transform: translateY(-2px);
}

.surface-user .auction-bid-form button:active:not(:disabled) {
  transform: translateY(0) scale(.992);
}

.surface-user .auction-bid-form button span {
  font-size: 14px;
}

.surface-user .auction-bid-form button b {
  font-size: 17px;
}

.surface-user .auction-bid-form > p {
  min-height: 20px;
  padding-top: 2px;
  font-size: 12px;
}

/* Feedback de mudanca de lider, acionado apenas na camada de apresentacao */

.surface-user .auction-card-detail.leader-changed {
  border-color: rgba(143, 103, 255, .55);
  background: linear-gradient(180deg, rgba(108, 59, 255, .09), rgba(7, 5, 11, .55));
  box-shadow: inset 0 0 0 1px rgba(132, 92, 255, .14), 0 0 35px rgba(108, 59, 255, .16);
  animation: crazy-leader-panel .8s var(--crazy-ease);
}

.surface-user [data-detail-current].bid-value-pop {
  animation: crazy-bid-value .62s var(--crazy-ease);
}

.surface-user .last-bid.leader-pop {
  animation: crazy-leader-copy .72s var(--crazy-ease);
}

@keyframes crazy-bid-value {
  0% { color: #fff; transform: translateY(5px) scale(.94); text-shadow: 0 0 0 transparent; }
  48% { color: #d9ceff; transform: translateY(0) scale(1.08); text-shadow: 0 0 20px rgba(139, 101, 255, .75); }
  100% { color: #bea7ff; transform: none; text-shadow: none; }
}

@keyframes crazy-leader-panel {
  0% { box-shadow: inset 0 0 0 1px rgba(132, 92, 255, 0), 0 0 0 rgba(108, 59, 255, 0); }
  45% { box-shadow: inset 0 0 0 1px rgba(152, 119, 255, .3), 0 0 42px rgba(108, 59, 255, .22); }
  100% { box-shadow: inset 0 0 0 1px rgba(132, 92, 255, .14), 0 0 35px rgba(108, 59, 255, .16); }
}

@keyframes crazy-leader-copy {
  from { opacity: .42; transform: translateY(6px); }
  to { opacity: 1; transform: none; }
}

/* Placares */

.surface-user .multi-auction-layout > .bid-ranking {
  max-width: 380px;
}

.surface-user .bid-ranking {
  top: 112px;
  padding: 27px 22px 20px;
  border: 1px solid rgba(207, 189, 255, .16);
  border-radius: 19px;
  background: rgba(16, 11, 24, .91);
  box-shadow: inset 0 1px rgba(255, 255, 255, .045), 0 24px 58px rgba(0, 0, 0, .33);
}

.surface-user .ranking-heading {
  padding-bottom: 20px;
  border-bottom-color: rgba(207, 189, 255, .12);
}

.surface-user .ranking-heading .eyebrow {
  margin-bottom: 7px;
  font-size: 9px;
}

.surface-user .ranking-heading h2 {
  color: #fff;
  font-size: 24px;
}

.surface-user .ranking-heading > span {
  font-size: 9px;
}

.surface-user .ranking-tabs {
  gap: 5px;
  margin: 16px 0 5px;
  padding: 5px;
  border-color: rgba(209, 193, 248, .1);
  background: #08060c;
}

.surface-user .ranking-tabs button {
  min-height: 35px;
  padding: 7px 4px;
  color: #8f859a;
  font-size: 8px;
  line-height: 1.25;
}

.surface-user .ranking-tabs button.active {
  background: #6c3bff;
  box-shadow: 0 7px 16px rgba(70, 32, 157, .34);
}

.surface-user .ranking-item {
  grid-template-columns: 27px 43px minmax(0, 1fr) auto;
  gap: 11px;
  padding: 16px 3px;
  border-bottom-color: rgba(215, 199, 255, .08);
}

.surface-user .ranking-position {
  color: #8e7ea6;
  font-size: 10px;
}

.surface-user .ranking-item img {
  width: 43px;
  height: 60px;
  border-radius: 5px;
  object-fit: contain;
  background: #08060c;
}

.surface-user .ranking-item > div strong {
  color: #f1ecf8;
  font-size: 13px;
}

.surface-user .ranking-item > div span {
  margin-top: 5px;
  color: #8d8496;
  font-size: 9px;
}

.surface-user .ranking-item > b {
  color: #c7b5ff;
  font-size: 11px;
}

.surface-user .ranking-empty {
  padding: 55px 22px;
  color: #92899c;
  font-size: 13px;
}

.surface-user .ranking-note {
  margin-top: 15px;
  color: #777080;
  font-size: 10px;
}

/* Resultados e sensacao de conquista */

.surface-user .auction-results {
  width: min(100%, 1120px);
  margin-top: 82px;
}

.auction-victory-banner {
  position: relative;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  margin-bottom: 25px;
  padding: 24px 28px;
  border: 1px solid rgba(215, 182, 107, .28);
  border-radius: 17px;
  background:
    radial-gradient(circle at 7% 50%, rgba(108, 59, 255, .2), transparent 24%),
    linear-gradient(115deg, rgba(31, 21, 45, .96), rgba(12, 8, 18, .96));
  box-shadow: inset 0 1px rgba(255, 255, 255, .055), 0 22px 52px rgba(0, 0, 0, .3);
  animation: crazy-victory-in .65s var(--crazy-ease) both;
}

.auction-victory-banner img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, .48));
}

.auction-victory-banner small {
  color: var(--crazy-gold);
  font-size: 9px;
  letter-spacing: 1.3px;
}

.auction-victory-banner h2 {
  margin: 5px 0 7px;
  color: #fff;
  font: 700 clamp(24px, 3vw, 37px)/1.08 "Space Grotesk", Manrope, sans-serif;
  letter-spacing: -.04em;
}

.auction-victory-banner p {
  margin: 0;
  color: #aaa1b4;
  font-size: 13px;
  line-height: 1.55;
}

.surface-user .auction-results-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.surface-user .auction-result-item {
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 15px;
  padding: 14px;
  border-color: rgba(199, 180, 245, .13);
  border-radius: 14px;
  background: rgba(17, 12, 25, .9);
  box-shadow: inset 0 1px rgba(255, 255, 255, .04);
  transition: transform .24s var(--crazy-ease), border-color .24s, background .24s;
}

.surface-user .auction-result-item:hover {
  border-color: rgba(151, 113, 255, .3);
  transform: translateY(-3px);
}

.surface-user .auction-result-item.is-mine {
  border-color: rgba(215, 182, 107, .33);
  background: linear-gradient(125deg, rgba(83, 59, 26, .15), rgba(20, 13, 29, .94));
}

.surface-user .auction-result-item > img {
  width: 82px;
  height: 115px;
  border-radius: 7px;
  object-fit: contain;
  background: #08060c;
}

.surface-user .auction-result-item > div > small:first-child {
  color: #90839e;
  font-size: 8px;
}

.surface-user .auction-result-item h3 {
  margin: 7px 0 9px;
  color: #f7f3fc;
  font-size: 14px;
}

.surface-user .auction-result-item > div > span {
  color: #cbb9ff;
  font-size: 7px;
}

.surface-user .auction-result-item p {
  margin: 8px 0 5px;
  font-size: 11px;
}

.surface-user .auction-result-item p small {
  font-size: 9px;
}

.surface-user .auction-result-item > div > b {
  color: #ccbaff;
  font-size: 13px;
}

.surface-user .auction-result-item > div > em {
  margin-top: 6px;
  color: #8c8296;
  font-size: 9px;
}

@keyframes crazy-victory-in {
  from { opacity: 0; transform: translateY(12px) scale(.985); }
  to { opacity: 1; transform: none; }
}

/* Catalogo */

.surface-user .user-catalog-shell {
  width: min(100%, 1360px);
  padding-top: 48px;
}

.surface-user .catalog-page-top {
  gap: 48px;
  margin-bottom: 55px;
  padding-top: 56px;
}

.surface-user .catalog-back {
  color: #b8aec3;
  font-size: 13px;
}

.surface-user .catalog-page-top > div > h1 {
  margin: 7px 0 10px;
  color: #fff;
  font-size: clamp(52px, 6vw, 80px);
}

.surface-user .catalog-page-top > div > p:last-child {
  color: #a39aaa;
  font-size: 15px;
}

.surface-user .catalog-countdowns {
  width: 340px;
  padding: 19px 20px;
  border-color: rgba(207, 188, 255, .16);
  border-radius: 14px;
  background: rgba(16, 11, 24, .82);
}

.surface-user .catalog-countdowns > .eyebrow {
  margin-bottom: 11px;
  font-size: 9px;
}

.surface-user .catalog-countdowns > div {
  padding: 11px 0;
  border-color: rgba(211, 195, 255, .09);
}

.surface-user .catalog-countdowns > div span,
.surface-user .catalog-no-countdown {
  color: #a59baa;
  font-size: 12px;
}

.surface-user .catalog-countdowns time {
  color: #d4c6ff;
  font-size: 13px;
}

.surface-user .featured-catalog-card {
  gap: 38px;
  min-height: 720px;
  margin-bottom: 82px;
  padding: 45px clamp(28px, 6vw, 82px);
  border-color: rgba(207, 188, 255, .16);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 33%, rgba(108, 59, 255, .18), transparent 31%),
    linear-gradient(150deg, rgba(25, 17, 36, .91), rgba(9, 6, 13, .94));
  box-shadow: inset 0 1px rgba(255, 255, 255, .05), 0 30px 70px rgba(0, 0, 0, .24);
}

.surface-user .featured-glow {
  left: 50%;
  top: 8%;
  width: 430px;
  height: 430px;
  background: rgba(108, 59, 255, .27);
  filter: blur(78px);
  transform: translateX(-50%);
}

.surface-user .featured-image {
  width: min(100%, 345px);
}

.surface-user .featured-image > span {
  top: 18px;
  left: -20px;
  padding: 9px 12px;
  border-color: rgba(215, 182, 107, .38);
  background: #9a7435;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .4);
  font-size: 9px;
}

.surface-user .featured-image img {
  border: 6px solid rgba(255, 255, 255, .11);
  border-radius: 18px;
  background: #08060c;
  box-shadow: 0 36px 70px rgba(0, 0, 0, .7), 0 0 42px rgba(108, 59, 255, .18);
  image-rendering: auto;
  object-fit: contain;
  transition: transform .35s var(--crazy-ease), box-shadow .35s;
}

.surface-user .featured-image:hover img {
  box-shadow: 0 42px 78px rgba(0, 0, 0, .76), 0 0 48px rgba(108, 59, 255, .25);
  transform: translateY(-5px) rotate(1deg);
}

.surface-user .featured-copy h2 {
  color: #fff;
  font-size: clamp(39px, 5vw, 66px);
}

.surface-user .featured-copy > span {
  color: #a49aaa;
  font-size: 13px;
}

.surface-user .featured-copy > div small {
  color: #8e8299;
  font-size: 10px;
}

.surface-user .featured-copy > div strong {
  color: #d5c7ff;
  font-size: 31px;
}

.surface-user .featured-copy > p {
  color: #918796;
  font-size: 13px;
}

.surface-user .catalog-section-title {
  margin-bottom: 22px;
}

.surface-user .catalog-section-title span {
  color: #91869b;
  font-size: 12px;
}

.surface-user .user-catalog-grid {
  gap: 20px;
}

.surface-user .user-catalog-card {
  padding: 14px 14px 20px;
  border-color: rgba(205, 187, 248, .13);
  border-radius: 15px;
  background: rgba(17, 12, 25, .88);
  box-shadow: inset 0 1px rgba(255, 255, 255, .04);
  transition: transform .28s var(--crazy-ease), border-color .28s, box-shadow .28s;
}

.surface-user .user-catalog-card:hover {
  border-color: rgba(146, 106, 255, .38);
  box-shadow: 0 22px 45px rgba(0, 0, 0, .38);
  transform: translateY(-6px);
}

.surface-user .catalog-card-image img {
  border-radius: 11px;
  background: #08060c;
  image-rendering: auto;
  object-fit: contain;
}

.surface-user .catalog-card-image span {
  color: #e0d6f5;
  font-size: 9px;
}

.surface-user .user-catalog-card > small {
  color: #ad94e8;
  font-size: 9px;
}

.surface-user .user-catalog-card h3 {
  margin: 9px 0 6px;
  color: #f8f5fc;
  font-size: 19px;
}

.surface-user .user-catalog-card p {
  margin-bottom: 17px;
  color: #918896;
  font-size: 11px;
}

.surface-user .user-catalog-card > b {
  color: #cbb9ff;
  font-size: 16px;
}

.surface-user .catalog-empty {
  min-height: 430px;
  border-color: rgba(177, 147, 255, .23);
  background: rgba(17, 12, 25, .42);
}

.surface-user .catalog-empty h2 {
  color: #e0d8e9;
  font-size: 28px;
}

.surface-user .catalog-empty p {
  color: #978e9f;
  font-size: 14px;
}

/* Perfil do usuario */

.surface-user .profile-shell {
  width: min(100%, 1080px);
  padding-top: 48px;
}

.surface-user .breadcrumbs {
  font-size: 12px;
}

.surface-user .profile-avatar-large {
  width: 170px;
  height: 170px;
  margin-bottom: 28px;
  border-color: rgba(202, 178, 255, .58);
  box-shadow: 0 0 0 8px rgba(108, 59, 255, .07), 0 28px 60px rgba(0, 0, 0, .42);
}

.surface-user .profile-current h1 {
  color: #fff;
  font-size: clamp(44px, 5vw, 64px);
}

.surface-user .profile-current > span:last-child {
  color: #aaa0b3;
  font-size: 14px;
}

.surface-user .avatar-library {
  margin-top: 68px;
  padding-top: 35px;
  border-color: rgba(205, 187, 248, .13);
}

.surface-user .avatar-library h2 {
  color: #f5f1fa;
  font-size: 29px;
}

.surface-user .avatar-grid {
  gap: 16px;
  margin-top: 28px;
}

.surface-user .avatar-option {
  gap: 13px;
  padding: 20px 14px 17px;
  border-color: rgba(205, 187, 248, .13);
  background: rgba(17, 12, 25, .86);
}

.surface-user .avatar-option span {
  font-size: 12px;
}

/* Visualizador de carta */

.surface-user .card-viewer {
  background:
    radial-gradient(circle at 50% 42%, rgba(108, 59, 255, .28), transparent 48%),
    rgba(4, 3, 7, .965);
  backdrop-filter: blur(24px);
}

.surface-user .card-viewer-close {
  width: 48px;
  height: 48px;
  border-color: rgba(218, 203, 255, .25);
  background: rgba(12, 8, 18, .84);
  font-size: 27px;
}

.surface-user .card-viewer-content {
  grid-template-columns: minmax(320px, 540px) minmax(260px, 370px);
  width: min(100%, 1060px);
}

.surface-user .card-viewer-card::before {
  border-color: rgba(226, 214, 255, .42);
  box-shadow: 0 0 45px rgba(108, 59, 255, .22);
}

.surface-user .card-viewer-card img {
  background: #050408;
  image-rendering: auto;
  object-fit: contain;
}

.surface-user .card-viewer-caption h2 {
  color: #fff;
  font-size: clamp(34px, 4vw, 56px);
}

.surface-user .card-viewer-caption > span {
  color: #aba1b4;
  font-size: 13px;
}

.surface-user .card-viewer-caption > small {
  color: #8e8596;
  font-size: 11px;
}

/* Administrador: somente tipografia e legibilidade */

body.surface-admin {
  font-family: Manrope, Arial, sans-serif;
  font-size: 15px;
}

.surface-admin .brand,
.surface-admin .header-right,
.surface-admin button,
.surface-admin input,
.surface-admin select,
.surface-admin textarea,
.surface-admin label {
  font-size: max(13px, 1em);
}

.surface-admin .eyebrow,
.surface-admin .admin-badge {
  font-size: 11px;
  line-height: 1.45;
}

.surface-admin .admin-shell p,
.surface-admin .admin-shell span,
.surface-admin .admin-shell small,
.surface-admin .admin-shell td,
.surface-admin .admin-shell th {
  line-height: 1.5;
}

.surface-admin .admin-shell small {
  font-size: 11px;
}

.surface-admin .admin-module-heading > span,
.surface-admin .reports-hero > div > p:last-child,
.surface-admin .connected-copy {
  font-size: 14px;
  line-height: 1.65;
}

.surface-admin .report-panel-heading span,
.surface-admin .report-metrics article > span,
.surface-admin .report-metrics article > small {
  font-size: 10px;
  line-height: 1.45;
}

/* Responsividade */

@media (max-width: 1250px) {
  .surface-login .login-wrap {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
    gap: 45px;
    padding: 42px;
  }

  .login-event-hero {
    grid-template-columns: minmax(180px, 270px) minmax(280px, 1fr);
    gap: 25px;
  }

  .surface-user .multi-auction-layout {
    display: block;
  }

  .surface-user .live-lots-stack {
    width: min(100%, 920px);
  }

  .surface-user .multi-auction-layout > .bid-ranking {
    width: min(100%, 920px);
    max-width: none;
    margin-top: 68px;
  }
}

@media (max-width: 980px) {
  .surface-login .login-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
    width: min(100%, 780px);
  }

  .login-event-hero {
    grid-template-columns: minmax(180px, 260px) 1fr;
  }

  .login-event-copy h1 {
    font-size: clamp(53px, 9.5vw, 84px);
  }

  .surface-user .auction-heading .catalog-link.subtle {
    margin-top: 24px;
  }

  .surface-user .waiting-auction-content {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 760px;
  }

  .surface-user .waiting-intro {
    text-align: center;
  }

  .surface-user .waiting-intro > p {
    margin-right: auto;
    margin-left: auto;
  }

  .surface-user .auction-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body.surface-user {
    font-size: 15px;
  }

  .surface-user > header {
    height: 74px;
    padding: 0 15px;
  }

  .surface-user .brand-official {
    height: 68px;
  }

  .surface-user .brand-official img {
    width: 62px;
    height: 62px;
  }

  .surface-user .brand-official::after {
    display: none;
  }

  .surface-user .header-right {
    gap: 9px;
  }

  .surface-user .header-display-name {
    max-width: 105px;
    font-size: 12px;
  }

  .surface-user .header-avatar {
    width: 40px;
    height: 40px;
  }

  .surface-login .login-wrap {
    width: min(100%, 560px);
    gap: 28px;
    padding: 27px 17px 34px;
  }

  .login-event-hero {
    grid-template-columns: 1fr;
    gap: 5px;
    text-align: center;
  }

  .login-logo-wrap {
    width: min(66vw, 285px);
    margin: 0 auto;
  }

  .login-event-kicker {
    justify-content: center;
    margin-bottom: 15px;
    font-size: 9px;
  }

  .login-event-copy h1 {
    max-width: 520px;
    margin: 0 auto;
    font-size: clamp(48px, 14vw, 74px);
    line-height: .88;
  }

  .login-event-lead {
    margin: 22px auto 0;
    font-size: 14px;
  }

  .login-event-tags {
    justify-content: center;
    margin-top: 20px;
  }

  .login-event-tags span {
    font-size: 8px;
  }

  .surface-login .login-card {
    padding: 29px 23px;
    border-radius: 18px;
  }

  .login-card-mark {
    margin-bottom: 23px;
  }

  .surface-user .auction-shell,
  .surface-user .user-catalog-shell {
    padding: 34px 15px 72px;
  }

  .surface-user .auction-heading {
    min-height: 112px;
    margin-bottom: 22px;
  }

  .surface-user .auction-heading::before {
    margin-bottom: 12px;
    font-size: 8px;
  }

  .surface-user .auction-heading h1,
  .surface-user .auction-heading.waiting h1 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .surface-user .auction-heading.waiting {
    padding-top: 16px;
    margin-bottom: 28px;
  }

  .surface-user .scheduled-lot {
    min-height: 118px;
    grid-template-columns: 30px minmax(0, 1fr);
    padding: 16px;
  }

  .surface-user .scheduled-lot-name strong {
    font-size: 17px;
  }

  .surface-user .scheduled-lot-name > span {
    font-size: 11px;
  }

  .surface-user .scheduled-countdown {
    grid-column: 2;
    min-width: 0;
    text-align: left;
  }

  .surface-user .scheduled-countdown time {
    font-size: 17px;
  }

  .surface-user .live-lots-stack {
    gap: 64px;
  }

  .surface-user .live-lot-section + .live-lot-section {
    padding-top: 28px;
  }

  .surface-user .live-lot-heading {
    min-height: 112px;
    padding: 10px 70px 22px;
  }

  .surface-user .live-lot-heading h2 {
    font-size: clamp(29px, 8.5vw, 38px);
  }

  .surface-user .live-lot-heading p {
    font-size: 11px;
  }

  .surface-user .live-lot-heading > b {
    top: 39px;
    right: 1px;
    padding: 6px 7px;
    font-size: 8px;
  }

  .surface-user .auction-stage {
    border-radius: 20px;
  }

  .surface-user .auction-carousel {
    height: 410px;
  }

  .surface-user .auction-card-slide {
    width: 188px;
  }

  .surface-user .auction-card-slide[data-position="center"] {
    transform: translate(-50%, -50%) translateZ(95px) scale(1.025);
  }

  .surface-user .auction-card-slide[data-position="left-one"] {
    transform: translate(-116%, -48%) translateZ(-40px) rotateY(24deg) rotateZ(-4deg) scale(.7);
  }

  .surface-user .auction-card-slide[data-position="right-one"] {
    transform: translate(16%, -48%) translateZ(-40px) rotateY(-24deg) rotateZ(4deg) scale(.7);
  }

  .surface-user .auction-card-slide[data-position="left-two"],
  .surface-user .auction-card-slide[data-position="right-two"] {
    opacity: 0;
  }

  .surface-user .carousel-hint {
    display: block;
    bottom: 25px;
    font-size: 9px;
  }

  .surface-user .carousel-dots {
    bottom: 9px;
  }

  .surface-user .auction-card-detail {
    padding: 27px 19px 29px;
  }

  .surface-user .detail-title h2 {
    font-size: 27px;
  }

  .surface-user .detail-title > div > p:last-child {
    font-size: 11px;
  }

  .surface-user .bid-facts {
    grid-template-columns: 1fr 1fr;
  }

  .surface-user .bid-facts > div {
    padding: 16px 14px;
  }

  .surface-user .bid-facts > div:last-child {
    grid-column: 1 / -1;
  }

  .surface-user .bid-facts b {
    font-size: 18px;
  }

  .surface-user .last-bid [data-detail-last] {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .surface-user .auction-bid-form button {
    min-height: 58px;
  }

  .surface-user .ranking-tabs button {
    font-size: 7px;
  }

  .auction-victory-banner {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 16px;
    padding: 20px;
  }

  .auction-victory-banner img {
    width: 68px;
    height: 68px;
  }

  .auction-victory-banner h2 {
    font-size: 24px;
  }

  .surface-user .auction-results-grid {
    grid-template-columns: 1fr;
  }

  .surface-user .catalog-page-top {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: 52px;
  }

  .surface-user .catalog-page-top > div > h1 {
    font-size: clamp(49px, 13vw, 66px);
  }

  .surface-user .catalog-countdowns {
    width: 100%;
  }

  .surface-user .featured-catalog-card {
    min-height: 0;
    gap: 36px;
    padding: 34px 21px;
  }

  .surface-user .featured-image {
    width: min(78%, 300px);
  }

  .surface-user .featured-copy h2 {
    font-size: clamp(34px, 10vw, 51px);
  }

  .surface-user .user-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .surface-user .user-catalog-card {
    padding: 10px 10px 16px;
  }

  .surface-user .user-catalog-card h3 {
    font-size: 15px;
  }

  .surface-user .card-viewer {
    display: block;
    padding: 66px 16px 24px;
    overflow: auto;
  }

  .surface-user .card-viewer-content {
    grid-template-columns: 1fr;
    gap: 25px;
    margin: 0 auto;
  }

  .surface-user .card-viewer-card {
    width: min(84vw, calc((100svh - 250px) * .7159));
    min-width: min(240px, 84vw);
  }

  .surface-user .card-viewer-caption {
    padding-bottom: 16px;
    text-align: center;
  }

  .surface-user .card-viewer-caption h2 {
    font-size: 29px;
  }
}

@media (max-width: 430px) {
  .surface-user .header-display-name {
    display: none;
  }

  .surface-user .profile-popover {
    right: -42px;
  }

  .surface-login .login-wrap {
    padding-right: 14px;
    padding-left: 14px;
  }

  .login-logo-wrap {
    width: min(70vw, 250px);
  }

  .login-event-copy h1 {
    font-size: clamp(44px, 14vw, 61px);
  }

  .login-event-lead {
    max-width: 330px;
  }

  .login-event-tags span:last-child {
    display: none;
  }

  .surface-user .auction-shell,
  .surface-user .user-catalog-shell {
    padding-right: 11px;
    padding-left: 11px;
  }

  .surface-user .live-lot-heading {
    padding-right: 56px;
    padding-left: 56px;
  }

  .surface-user .live-lot-heading > b {
    right: 0;
  }

  .surface-user .auction-carousel {
    height: 382px;
  }

  .surface-user .auction-card-slide {
    width: 172px;
  }

  .surface-user .carousel-hint {
    font-size: 8px;
  }

  .surface-user .detail-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .surface-user .units-pill {
    align-self: flex-start;
  }

  .surface-user .bid-facts span {
    font-size: 10px;
  }

  .surface-user .bid-facts b {
    font-size: 16px;
  }

  .surface-user .auction-bid-form button {
    padding: 0 16px;
  }

  .surface-user .ranking-item {
    grid-template-columns: 22px 39px minmax(0, 1fr);
  }

  .surface-user .ranking-item > b {
    grid-column: 3;
    margin-top: -7px;
  }

  .auction-victory-banner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .surface-user .user-catalog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .surface-user .featured-image > span {
    left: -10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .surface-user *,
  .surface-user *::before,
  .surface-user *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Cartas seguem a proporcao fisica padrao de 2,5 x 3,5 polegadas (5:7). */

.surface-admin .card-form {
  grid-template-columns: minmax(190px, 205px) minmax(0, 1fr);
  align-items: start;
}

.surface-admin .image-picker,
.surface-admin .image-picker span {
  width: 100%;
  min-height: 0;
  aspect-ratio: 5 / 7;
}

.surface-admin .image-picker.preview span {
  background-color: #08060c;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.surface-admin .catalog-card img,
.surface-admin .lot-card-select img {
  height: auto;
  aspect-ratio: 5 / 7;
  object-fit: contain;
  background: #08060c;
}

.surface-user .auction-card-slide img,
.surface-user .featured-image img,
.surface-user .catalog-card-image img,
.surface-user .card-viewer-card {
  aspect-ratio: 5 / 7;
}

@media (max-width: 720px) {
  .surface-admin .card-form {
    grid-template-columns: 1fr;
  }

  .surface-admin .image-picker {
    width: min(100%, 250px);
    justify-self: center;
  }
}
