/**
 * importer.less
 *
 * By default, new Sails projects are configured to compile this file
 * from LESS to CSS.  Unlike CSS files, LESS files are not compiled and
 * included automatically unless they are imported below.
 *
 * For more information see:
 *   https://sailsjs.com/anatomy/assets/styles/importer-less
 */
/**
 * Color Variables
 */
/**
 * This file is for overriding some default bootstrap styles.
 *
 * > NOTE THAT THIS FILE AFFECTS GLOBAL STYLES.
 */
* {
  box-sizing: border-box;
}
img {
  display: block;
}
.btn,
[type='button'] {
  -webkit-appearance: none;
}
h1 > a:not(.btn),
h2 > a:not(.btn),
h3 > a:not(.btn),
h4 > a:not(.btn),
h5 > a:not(.btn),
h6 > a:not(.btn),
p > a:not(.btn),
li > a:not(.btn),
blockquote > a:not(.btn),
label > a:not(.btn),
h1 small > a:not(.btn),
h2 small > a:not(.btn),
h3 small > a:not(.btn),
h4 small > a:not(.btn),
h5 small > a:not(.btn),
h6 small > a:not(.btn),
p small > a:not(.btn),
li small > a:not(.btn),
blockquote small > a:not(.btn),
label small > a:not(.btn) {
  color: #14acc2;
  border-bottom: 1px solid #000;
}
h1 > a:not(.btn):hover,
h2 > a:not(.btn):hover,
h3 > a:not(.btn):hover,
h4 > a:not(.btn):hover,
h5 > a:not(.btn):hover,
h6 > a:not(.btn):hover,
p > a:not(.btn):hover,
li > a:not(.btn):hover,
blockquote > a:not(.btn):hover,
label > a:not(.btn):hover,
h1 small > a:not(.btn):hover,
h2 small > a:not(.btn):hover,
h3 small > a:not(.btn):hover,
h4 small > a:not(.btn):hover,
h5 small > a:not(.btn):hover,
h6 small > a:not(.btn):hover,
p small > a:not(.btn):hover,
li small > a:not(.btn):hover,
blockquote small > a:not(.btn):hover,
label small > a:not(.btn):hover {
  text-decoration: none;
  color: #000;
}
blockquote {
  border-left: 3px solid #e4e4e4;
  padding-left: 20px;
}
[v-cloak] {
  display: none;
}
html,
body {
  height: 100%;
  margin: 0;
}
[purpose="page-wrap"] {
  height: 100%;
  /* lesshint-disable */
  height: auto !important;
  /* lesshint-enable */
  min-height: 100%;
  position: relative;
  padding-bottom: 40px;
  padding-top: 72px;
}
[purpose="page-header"] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1040;
  min-height: 72px;
}
.site-header {
  padding: 14px 24px;
  background: rgba(255, 252, 251, 0.88);
  border-bottom: 1px solid rgba(230, 220, 217, 0.85);
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 24px rgba(60, 38, 28, 0.06);
}
.site-header .nav-link {
  color: #5f5454;
  font-weight: 600;
}
.site-header .nav-link:hover,
.site-header .nav-link:focus {
  color: #ee5fa7;
}
[purpose="page-footer"] {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
@media (max-width: 800px) {
  [purpose="page-wrap"] {
    padding-bottom: 75px;
  }
  [purpose="page-wrap"] [purpose="page-footer"] {
    height: 75px;
  }
  [purpose="page-wrap"] [purpose="page-footer"] [purpose="footer-copy"],
  [purpose="page-wrap"] [purpose="page-footer"] [purpose="footer-nav"] {
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .site-header {
    padding: 12px 16px;
  }
  [purpose="page-wrap"] {
    padding-bottom: 100px;
  }
  [purpose="page-wrap"] [purpose="page-footer"] {
    height: 100px;
  }
}
/**
 * <stripe-card-element>
 */
[parasails-component='stripe-card-element'] .card-element-wrapper {
  position: relative;
}
[parasails-component='stripe-card-element'] .card-element-wrapper .card-element {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 30px;
}
[parasails-component='stripe-card-element'] .card-element-wrapper .card-element.pseudofocused {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
[parasails-component='stripe-card-element'] .card-element-wrapper .status-indicator {
  font-size: 15px;
  position: absolute;
  right: 14px;
  top: 8px;
}
[parasails-component='stripe-card-element'] .card-element-wrapper .status-indicator.hidden {
  display: none;
}
[parasails-component='stripe-card-element'] .card-element-wrapper .status-indicator.syncing {
  -webkit-animation: fa-spinner-rotate 1.5s infinite linear;
  animation: fa-spinner-rotate 1.5s infinite linear;
}
@-webkit-keyframes fa-spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate-clockwise {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
[parasails-component='stripe-card-element'] .card-element-wrapper.secret-card-element-wrapper {
  opacity: 0;
  height: 1px;
}
@media screen and (max-width: 450px) {
  [parasails-component='stripe-card-element'] .card-element-wrapper .card-element {
    padding-right: 20px;
  }
  [parasails-component='stripe-card-element'] .card-element-wrapper .status-indicator {
    right: 9px;
  }
}
/**
 * <ajax-button>
 *
 * App-wide styles for our ajax buttons.
 */
[parasails-component='ajax-button'] .button-loader,
[parasails-component='ajax-button'] .button-loading {
  display: none;
  margin: auto;
}
[parasails-component='ajax-button'] .button-loader .loading-dot,
[parasails-component='ajax-button'] .button-loading .loading-dot {
  opacity: 0;
  display: inline;
  -moz-animation-name: fade-in;
  -webkit-animation-name: fade-in;
  -ms-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-animation-direction: linear;
  -ms-animation-direction: linear;
  -o-animation-direction: linear;
  animation-direction: linear;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[parasails-component='ajax-button'] .button-loader .loading-dot.dot1,
[parasails-component='ajax-button'] .button-loading .loading-dot.dot1 {
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
[parasails-component='ajax-button'] .button-loader .loading-dot.dot2,
[parasails-component='ajax-button'] .button-loading .loading-dot.dot2 {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
[parasails-component='ajax-button'] .button-loader .loading-dot.dot3,
[parasails-component='ajax-button'] .button-loading .loading-dot.dot3 {
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
[parasails-component='ajax-button'] .button-loader .loading-dot.dot4,
[parasails-component='ajax-button'] .button-loading .loading-dot.dot4 {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
[parasails-component='ajax-button'].syncing .button-loader,
[parasails-component='ajax-button'].syncing .button-loading {
  display: inline-block;
}
[parasails-component='ajax-button'].syncing .button-text {
  display: none;
}
/**
 * <modal>
 *
 * App-wide styles for our modals.
 */
[parasails-component='modal'] {
  -webkit-overflow-scrolling: touch;
}
[parasails-component='modal'] [purpose='modal-dialog'] {
  z-index: 100;
  position: relative;
  max-width: 700px;
}
[parasails-component='modal'] [purpose='modal-dialog'] [purpose='modal-content'] {
  max-width: 700px;
}
[parasails-component='modal'] [purpose='modal-dialog'] [purpose='modal-content'] [purpose='modal-close-button'] {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
  opacity: 0.6;
}
[parasails-component='modal'] [purpose='modal-dialog'] [purpose='modal-content'] [purpose='modal-close-button']:focus {
  border-image: none;
  outline: none;
}
[parasails-component='modal'] [purpose='modal-dialog'] [purpose='modal-content'] [purpose='modal-close-button']:hover {
  opacity: 1;
}
[parasails-component='modal'] .petticoat {
  position: fixed;
  width: 100%;
  height: 75px;
  z-index: 50;
  left: 0px;
  top: 0px;
  background-color: #fff;
}
[parasails-component='modal'] .modal-content {
  border-radius: 0px;
  border-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
}
[parasails-component='modal'] .modal-content .modal-header {
  border-bottom: none;
  display: block;
  position: relative;
  text-align: center;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}
[parasails-component='modal'] .modal-content .modal-header .modal-title {
  font-weight: 700;
}
[parasails-component='modal'] .modal-content .modal-header .modal-intro {
  margin-left: auto;
  margin-right: auto;
  color: #999999;
  margin-bottom: 20px;
}
[parasails-component='modal'] .modal-content .modal-header hr {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 100px;
  height: 2px;
  border-top: 2px solid #14acc2;
}
[parasails-component='modal'] .modal-content .modal-body {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
[parasails-component='modal'] .modal-content .modal-footer {
  padding-top: 25px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 10px;
}
.modal-backdrop {
  background-color: #fff;
}
.modal-backdrop.show {
  opacity: 0.95;
}
/**
 * <cloud-error>
 *
 * App-wide styles for our cloud-errors.
 */
.admin-app-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1041;
  display: flex;
  overflow: hidden;
  background: #f7f8fb;
}
.admin-sidebar {
  width: 240px;
  min-width: 240px;
  height: 100%;
  background: #ffffff;
  border-right: 1px solid #ede9e8;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 2px 0 14px rgba(44, 33, 32, 0.04);
}
.admin-sidebar__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 18px 18px;
  border-bottom: 1px solid #ede9e8;
  flex-shrink: 0;
}
.admin-sidebar__logo {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, #4f6ef2, #7c9af8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 800;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.admin-sidebar__brand-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: #2c2120;
  line-height: 1.2;
}
.admin-sidebar__brand-sub {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4f6ef2;
  margin-top: 2px;
}
.admin-sidebar__nav {
  flex: 1;
  padding: 10px 12px;
  overflow-y: auto;
}
.admin-sidebar__nav-group {
  margin-bottom: 4px;
}
.admin-sidebar__nav-group-label {
  padding: 10px 10px 4px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c0b5b2;
}
.admin-sidebar__nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 10px;
  color: #6e5e5b;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s ease,
    color 0.15s ease;
  margin-bottom: 2px;
}
.admin-sidebar__nav-link:hover,
.admin-sidebar__nav-link:focus {
  background: #eff4ff;
  color: #2c2120;
  text-decoration: none;
}
.admin-sidebar__nav-link.is-active {
  background: linear-gradient(90deg, rgba(79, 110, 242, 0.16), rgba(124, 154, 248, 0.1));
  color: #4f6ef2;
}
.admin-sidebar__nav-link.is-active .admin-sidebar__nav-icon {
  color: #4f6ef2;
}
.admin-sidebar__nav-icon {
  width: 18px;
  text-align: center;
  color: #9a8f8c;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.admin-sidebar__user {
  padding: 14px 16px;
  border-top: 1px solid #ede9e8;
  display: flex;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
  cursor: pointer;
}
.admin-sidebar__user-avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, #4f6ef2, #7c9af8);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.admin-sidebar__user-name {
  font-size: 0.86rem;
  font-weight: 700;
  color: #2c2120;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.admin-sidebar__user-role {
  font-size: 0.74rem;
  color: #4f6ef2;
  font-weight: 600;
  text-transform: capitalize;
}
.admin-content {
  flex: 1;
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.admin-topbar {
  height: 64px;
  min-height: 64px;
  background: #ffffff;
  border-bottom: 1px solid #ede9e8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  gap: 16px;
  flex-shrink: 0;
  z-index: 10;
}
.admin-topbar__left {
  display: flex;
  align-items: center;
  gap: 14px;
}
.admin-topbar__breadcrumb {
  font-size: 0.84rem;
  color: #9a8f8c;
  font-weight: 500;
}
.admin-topbar__breadcrumb span {
  margin: 0 6px;
  color: #ccc;
}
.admin-topbar__breadcrumb strong {
  color: #2c2120;
  font-weight: 700;
}
.admin-topbar__right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.admin-topbar__icon-btn {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid #ede9e8;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #9a8f8c;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease,
    color 0.15s ease;
  font-size: 0.9rem;
}
.admin-topbar__icon-btn:hover {
  background: #eff4ff;
  color: #4f6ef2;
  border-color: rgba(79, 110, 242, 0.25);
}
.admin-topbar__user {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 10px 5px 5px;
  border-radius: 12px;
  border: 1px solid #ede9e8;
  background: #ffffff;
  cursor: pointer;
}
.admin-topbar__user-avatar {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #4f6ef2, #7c9af8);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.78rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.admin-topbar__user-name {
  font-size: 0.84rem;
  font-weight: 600;
  color: #2c2120;
}
.admin-main {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 28px 28px 40px;
  background: #f7f8fb;
}
.admin-page-title {
  font-size: clamp(1.65rem, 3vw, 2.1rem);
  font-weight: 800;
  color: #2c2120;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.admin-page-subtitle {
  font-size: 0.95rem;
  color: #9a8f8c;
  margin-bottom: 26px;
}
.admin-page-subtitle strong {
  color: #4f6ef2;
}
.admin-stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.admin-stat-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #ede9e8;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 2px 12px rgba(44, 33, 32, 0.04);
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
  text-align: left;
  width: 100%;
  color: #2c2120;
  outline: 0;
}
.admin-stat-card:hover,
.admin-stat-card:focus {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(44, 33, 32, 0.08);
}
.admin-stat-card.is-active {
  border-color: rgba(79, 110, 242, 0.4);
  box-shadow: 0 0 0 3px rgba(79, 110, 242, 0.08);
}
.admin-stat-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.admin-stat-icon.pink {
  background: #eff4ff;
  color: #4f6ef2;
}
.admin-stat-icon.amber {
  background: #fffbeb;
  color: #f59e0b;
}
.admin-stat-icon.blue {
  background: #eff6ff;
  color: #4f8df7;
}
.admin-stat-icon.green {
  background: #f0fdf4;
  color: #22c55e;
}
.admin-stat-icon.purple {
  background: #f5f3ff;
  color: #8b5cf6;
}
.admin-stat-value {
  font-size: 1.95rem;
  font-weight: 800;
  line-height: 1;
  color: #2c2120;
  margin-bottom: 4px;
}
.admin-stat-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #9a8f8c;
}
.admin-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #ede9e8;
  padding: 20px 22px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px rgba(44, 33, 32, 0.04);
}
.admin-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.admin-card-title {
  font-size: 0.98rem;
  font-weight: 700;
  color: #2c2120;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.admin-card-title .admin-icon-accent {
  color: #4f6ef2;
}
.admin-table {
  width: 100%;
  margin: 0;
}
.admin-table th {
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9a8f8c;
  border-top: 0;
  border-bottom: 2px solid #ede9e8;
  padding: 8px 12px;
  white-space: nowrap;
}
.admin-table td {
  padding: 10px 12px;
  border-color: #ede9e8;
  color: #4a3a38;
  vertical-align: middle;
  font-size: 0.9rem;
}
.admin-table tbody tr:hover td {
  background: #fdf9fb;
}
.admin-table .table-empty {
  text-align: center;
  color: #9a8f8c;
  font-style: italic;
  padding: 24px;
}
.admin-quick-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.admin-quick-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 10px;
  border-radius: 14px;
  border: 1px solid #ede9e8;
  background: #f5f7ff;
  text-decoration: none;
  color: #2c2120;
  font-size: 0.85rem;
  font-weight: 600;
  transition: background 0.15s ease, border-color 0.15s ease;
  text-align: center;
  cursor: pointer;
}
.admin-quick-action:hover {
  background: #eff4ff;
  color: #4f6ef2;
  border-color: rgba(79, 110, 242, 0.25);
  text-decoration: none;
}
.admin-quick-action__icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(79, 110, 242, 0.14), rgba(124, 154, 248, 0.1));
  color: #4f6ef2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.admin-badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
}
.admin-badge.active {
  background: #f0fdf4;
  color: #22c55e;
}
.admin-badge.pending {
  background: #fffbeb;
  color: #f59e0b;
}
.admin-badge.live {
  background: #eff4ff;
  color: #4f6ef2;
}
.admin-badge.draft {
  background: #f5f5f5;
  color: #9ca3af;
}
.admin-form-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #ede9e8;
  padding: 22px 24px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px rgba(44, 33, 32, 0.04);
}
.admin-form-card .form-control {
  border-color: #ede9e8;
  border-radius: 10px;
  font-size: 0.9rem;
  padding: 9px 14px;
}
.admin-form-card .form-control:focus {
  border-color: rgba(79, 110, 242, 0.5);
  box-shadow: 0 0 0 3px rgba(79, 110, 242, 0.1);
}
.admin-form-card .btn-primary-pink {
  background: linear-gradient(135deg, #4f6ef2, #7c9af8);
  border: none;
  color: #ffffff;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 9px 18px;
  transition: opacity 0.15s ease;
}
.admin-form-card .btn-primary-pink:hover {
  opacity: 0.88;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .admin-stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .admin-app-page {
    position: static;
    flex-direction: column;
    height: auto;
    z-index: auto;
  }
  .admin-sidebar {
    width: 100%;
    min-width: 0;
    height: auto;
    max-height: 280px;
    border-right: none;
    border-bottom: 1px solid #ede9e8;
  }
  .admin-content {
    height: auto;
    overflow: visible;
  }
  .admin-main {
    overflow: visible;
    padding: 16px;
  }
  .admin-stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .admin-quick-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.org-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.org-add-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, #4f6ef2, #7c9af8);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.88rem;
  border: none;
  cursor: pointer;
  transition: opacity 0.15s ease;
  white-space: nowrap;
}
.org-add-btn:hover {
  opacity: 0.88;
}
.org-create-form {
  margin-bottom: 20px;
}
.org-form-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.98rem;
  font-weight: 700;
  color: #2c2120;
  margin-bottom: 16px;
}
.org-form-close {
  margin-left: auto;
  background: none;
  border: 1px solid #ede9e8;
  border-radius: 8px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #9a8f8c;
  cursor: pointer;
  font-size: 0.8rem;
}
.org-form-close:hover {
  background: #eff4ff;
  color: #4f6ef2;
}
.org-label {
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9a8f8c;
  margin-bottom: 5px;
}
.org-submit-btn {
  background: linear-gradient(135deg, #4f6ef2, #7c9af8);
  border: none;
  color: #ffffff;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 10px 18px;
  width: 100%;
}
.org-submit-btn:hover,
.org-submit-btn:focus {
  opacity: 0.88;
  color: #ffffff;
}
.org-search-wrap {
  position: relative;
  max-width: 300px;
  width: 100%;
}
.org-search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #9a8f8c;
  font-size: 0.8rem;
  pointer-events: none;
}
.org-search-input {
  width: 100%;
  padding: 8px 12px 8px 32px;
  border: 1px solid #ede9e8;
  border-radius: 10px;
  font-size: 0.88rem;
  color: #2c2120;
  outline: none;
  background: #ffffff;
  transition: border-color 0.15s ease;
}
.org-search-input:focus {
  border-color: rgba(79, 110, 242, 0.4);
  box-shadow: 0 0 0 3px rgba(79, 110, 242, 0.1);
}
.org-count-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 10px;
  border-radius: 999px;
  background: #eff4ff;
  color: #4f6ef2;
  font-size: 0.74rem;
  font-weight: 700;
  margin-left: 8px;
}
.org-user-cell {
  display: flex;
  align-items: center;
  gap: 10px;
}
.org-user-avatar {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, #4f6ef2, #7c9af8);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.org-action-btns {
  display: flex;
  gap: 6px;
}
.org-btn-edit {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  border-radius: 8px;
  border: 1px solid #ede9e8;
  background: #ffffff;
  color: #4f6ef2;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease;
}
.org-btn-edit:hover {
  background: #eff4ff;
  border-color: rgba(79, 110, 242, 0.3);
}
.org-btn-delete {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  border-radius: 8px;
  border: 1px solid #fde8e8;
  background: #ffffff;
  color: #e53e3e;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease;
}
.org-btn-delete:hover {
  background: #fff5f5;
  border-color: rgba(229, 62, 62, 0.4);
}
.org-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 25, 50, 0.48);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.org-modal {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 24px 64px rgba(20, 25, 50, 0.18);
}
.org-modal--danger {
  border-top: 4px solid #e53e3e;
}
.org-modal__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.05rem;
  font-weight: 800;
  color: #2c2120;
  margin-bottom: 6px;
}
.org-modal__title--danger {
  color: #e53e3e;
}
.org-modal__subtitle {
  font-size: 0.9rem;
  color: #9a8f8c;
  margin-bottom: 18px;
  line-height: 1.5;
}
.org-modal .form-control {
  border-color: #ede9e8;
  border-radius: 10px;
  font-size: 0.9rem;
  padding: 9px 14px;
}
.org-modal .form-control:focus {
  border-color: rgba(79, 110, 242, 0.45);
  box-shadow: 0 0 0 3px rgba(79, 110, 242, 0.1);
}
.org-delete-confirm-box {
  background: #fff5f5;
  border: 1px solid #fde8e8;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 4px;
}
.org-delete-input {
  margin-top: 6px;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.org-modal__actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  justify-content: flex-end;
}
.org-modal-btn-cancel {
  padding: 9px 20px;
  border-radius: 10px;
  border: 1px solid #ede9e8;
  background: #ffffff;
  color: #9a8f8c;
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
  transition: background 0.15s ease;
}
.org-modal-btn-cancel:hover {
  background: #f7f8fb;
}
.org-modal-btn-save {
  padding: 9px 22px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(135deg, #4f6ef2, #7c9af8);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.org-modal-btn-save:hover {
  opacity: 0.88;
}
.org-modal-btn-save:disabled,
.org-modal-btn-danger:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.org-modal-btn-danger {
  padding: 9px 22px;
  border-radius: 10px;
  border: none;
  background: #e53e3e;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.org-modal-btn-danger:hover {
  opacity: 0.88;
}
.org-tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ede9e8;
  padding-bottom: 0;
}
.org-tab {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 20px;
  border: none;
  background: none;
  font-size: 0.9rem;
  font-weight: 600;
  color: #9a8f8c;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: color 0.15s ease, border-color 0.15s ease;
  border-radius: 0;
}
.org-tab:hover {
  color: #2c2120;
}
.org-tab--active {
  color: #4f6ef2;
  border-bottom-color: #4f6ef2;
}
.org-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  padding: 4px 0 4px;
}
.org-list-card {
  border: 1px solid #ede9e8;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.org-list-card:hover {
  box-shadow: 0 8px 24px rgba(44, 33, 32, 0.08);
  transform: translateY(-2px);
}
.org-list-card__banner {
  height: 72px;
  background: linear-gradient(135deg, #4f6ef2, #7c9af8);
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 0 16px 0;
}
.org-list-card__logo-wrap {
  position: absolute;
  bottom: -20px;
  left: 16px;
}
.org-list-card__logo {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 3px solid #ffffff;
  object-fit: cover;
  background: #ffffff;
}
.org-list-card__logo-placeholder {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 3px solid #ffffff;
  background: linear-gradient(135deg, #4f6ef2, #7c9af8);
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.org-list-card__body {
  padding: 30px 16px 12px;
}
.org-list-card__name {
  font-size: 0.98rem;
  font-weight: 800;
  color: #2c2120;
  margin-bottom: 6px;
}
.org-list-card__meta {
  font-size: 0.8rem;
  color: #9a8f8c;
  margin-bottom: 3px;
}
.org-list-card__meta i {
  width: 14px;
  text-align: center;
  margin-right: 4px;
}
.org-list-card__users {
  font-size: 0.78rem;
  font-weight: 700;
  color: #4f6ef2;
  margin-top: 8px;
}
.org-list-card__actions {
  display: flex;
  gap: 8px;
  padding: 10px 16px 14px;
  border-top: 1px solid #ede9e8;
}
.org-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 18px;
  border-radius: 10px;
  border: 1px solid #ede9e8;
  background: #ffffff;
  color: #9a8f8c;
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s ease;
}
.org-back-btn:hover {
  background: #f7f8fb;
  color: #2c2120;
  text-decoration: none;
}
.org-section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #2c2120;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ede9e8;
}
.org-branding-card {
  position: sticky;
  top: 16px;
}
.org-img-preview {
  border: 2px dashed #ede9e8;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f8fb;
  transition: border-color 0.15s ease;
}
.org-img-preview:hover {
  border-color: #4f6ef2;
}
.org-logo-preview {
  width: 100%;
  height: 130px;
}
.org-banner-preview {
  width: 100%;
  height: 110px;
}
.org-img-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.org-img-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #9a8f8c;
  font-size: 0.82rem;
  text-align: center;
  padding: 12px;
}
.org-img-placeholder i {
  font-size: 1.6rem;
  margin-bottom: 4px;
  color: #c8c0c0;
}
.org-img-placeholder small {
  font-size: 0.72rem;
  opacity: 0.7;
}
.org-img-clear-btn {
  margin-top: 6px;
  background: none;
  border: none;
  color: #e53e3e;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}
.org-img-clear-btn:hover {
  text-decoration: underline;
}
.org-form-submit-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding-top: 8px;
  margin-bottom: 24px;
}
.org-cancel-btn {
  padding: 10px 22px;
  border-radius: 12px;
  border: 1px solid #ede9e8;
  background: #ffffff;
  color: #9a8f8c;
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
  transition: background 0.15s ease;
  display: inline-flex;
  align-items: center;
}
.org-cancel-btn:hover {
  background: #f7f8fb;
  text-decoration: none;
  color: #2c2120;
}
.tournament-upload-area {
  border: 2px dashed #ede9e8;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f8fb;
  min-height: 130px;
  transition: border-color 0.15s ease;
}
.tournament-upload-area:hover {
  border-color: #4f6ef2;
}
.tournament-upload-area.has-image {
  border-style: solid;
  border-color: #ede9e8;
}
.tournament-upload-area--banner {
  min-height: 110px;
}
.tournament-upload-preview {
  width: 100%;
  height: 130px;
  object-fit: contain;
  display: block;
  background: #f7f8fb;
}
.tournament-upload-preview--banner {
  height: 110px;
  object-fit: cover;
}
.tournament-upload-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #9a8f8c;
  font-size: 0.82rem;
  text-align: center;
  padding: 16px;
}
.tournament-upload-placeholder i {
  font-size: 1.6rem;
  color: #c8c0c0;
}
.tournament-toggle {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}
.tournament-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
.tournament-toggle-slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background: #ccc;
  border-radius: 24px;
  transition: background 0.2s ease;
}
.tournament-toggle-slider::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  background: white;
  border-radius: 50%;
  transition: transform 0.2s ease;
}
.tournament-toggle input:checked + .tournament-toggle-slider {
  background: #4f6ef2;
}
.tournament-toggle input:checked + .tournament-toggle-slider::before {
  transform: translateX(20px);
}
.tournament-category-row {
  background: #f7f8fb;
  border: 1px solid #ede9e8;
  border-radius: 10px;
  padding: 10px 14px;
}
.tournament-upload-area.disabled-upload {
  cursor: default;
  opacity: 0.65;
}
.table-actions {
  white-space: nowrap;
}
.tournament-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tournament-modal {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
  width: 100%;
  max-width: 460px;
  margin: 16px;
  overflow: hidden;
}
.tournament-modal-header {
  padding: 18px 24px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #2c2120;
  border-bottom: 1px solid #ede9e8;
}
.tournament-modal-body {
  padding: 20px 24px;
  font-size: 0.92rem;
  color: #2c2120;
}
.tournament-modal-footer {
  padding: 14px 24px;
  border-top: 1px solid #ede9e8;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.player-photo-upload {
  border: 2px dashed #ede9e8;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f8fb;
  margin: 0 auto 12px;
  transition: border-color 0.15s ease;
}
.player-photo-upload:hover {
  border-color: #4f6ef2;
}
.player-photo-upload.has-image {
  border-style: solid;
  border-color: #ede9e8;
}
.player-photo-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.player-thumb {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  display: inline-block;
  vertical-align: middle;
}
.player-thumb-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f7f8fb;
  border: 1px solid #ede9e8;
  color: #9a8f8c;
  font-size: 0.85rem;
  vertical-align: middle;
}
#homepage [purpose='cloud-1'] {
  -moz-animation-name: flyfade;
  -webkit-animation-name: flyfade;
  -ms-animation-name: flyfade;
  -o-animation-name: flyfade;
  animation-name: flyfade;
  -moz-animation-duration: 7s;
  -webkit-animation-duration: 7s;
  -ms-animation-duration: 7s;
  -o-animation-duration: 7s;
  animation-duration: 7s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  opacity: 0;
}
@-webkit-keyframes flyfade {
  0% {
    -webkit-transform: translate(0px, 0px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(110px, 0px);
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(220px, 0);
    opacity: 0;
  }
}
@-moz-keyframes flyfade {
  0% {
    -moz-transform: translate(0, 0px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -moz-transform: translate(110px, 0px);
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(220px, 0);
    opacity: 0;
  }
}
@-o-keyframes flyfade {
  0% {
    -o-transform: translate(0, 0px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -o-transform: translate(110px, 0px);
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    -o-transform: translate(220px, 0);
    opacity: 0;
  }
}
@keyframes flyfade {
  0% {
    transform: translate(0, 0px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    transform: translate(110px, 0px);
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translate(220px, 0);
    opacity: 0;
  }
}
#homepage [purpose='cloud-2'] {
  -moz-animation-name: flyfade;
  -webkit-animation-name: flyfade;
  -ms-animation-name: flyfade;
  -o-animation-name: flyfade;
  animation-name: flyfade;
  -moz-animation-duration: 7s;
  -webkit-animation-duration: 7s;
  -ms-animation-duration: 7s;
  -o-animation-duration: 7s;
  animation-duration: 7s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-delay: 3.5s;
  -webkit-animation-delay: 3.5s;
  -ms-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
  opacity: 0;
}
@-webkit-keyframes flyfade {
  0% {
    -webkit-transform: translate(0px, 0px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(110px, 0px);
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(220px, 0);
    opacity: 0;
  }
}
@-moz-keyframes flyfade {
  0% {
    -moz-transform: translate(0, 0px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -moz-transform: translate(110px, 0px);
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(220px, 0);
    opacity: 0;
  }
}
@-o-keyframes flyfade {
  0% {
    -o-transform: translate(0, 0px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -o-transform: translate(110px, 0px);
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    -o-transform: translate(220px, 0);
    opacity: 0;
  }
}
@keyframes flyfade {
  0% {
    transform: translate(0, 0px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    transform: translate(110px, 0px);
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translate(220px, 0);
    opacity: 0;
  }
}
#homepage [purpose='ship'] {
  -moz-animation-name: skid;
  -webkit-animation-name: skid;
  -ms-animation-name: skid;
  -o-animation-name: skid;
  animation-name: skid;
  -moz-animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  -o-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes skid {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  10% {
    -webkit-transform: translate(-1px, -1px);
  }
  20% {
    -webkit-transform: translate(-2px, -2px);
  }
  30% {
    -webkit-transform: translate(-3px, -2px);
  }
  40% {
    -webkit-transform: translate(-4px, -1px);
  }
  50% {
    -webkit-transform: translate(-5px, 0px);
  }
  60% {
    -webkit-transform: translate(-4px, 1px);
  }
  70% {
    -webkit-transform: translate(-3px, 2px);
  }
  80% {
    -webkit-transform: translate(-2px, 2px);
  }
  90% {
    -webkit-transform: translate(-1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
  }
}
@-moz-keyframes skid {
  0% {
    -moz-transform: translate(0px, 0px);
  }
  10% {
    -moz-transform: translate(-1px, -1px);
  }
  20% {
    -moz-transform: translate(-2px, -2px);
  }
  30% {
    -moz-transform: translate(-3px, -2px);
  }
  40% {
    -moz-transform: translate(-4px, -1px);
  }
  50% {
    -moz-transform: translate(-5px, 0px);
  }
  60% {
    -moz-transform: translate(-4px, 1px);
  }
  70% {
    -moz-transform: translate(-3px, 2px);
  }
  80% {
    -moz-transform: translate(-2px, 2px);
  }
  90% {
    -moz-transform: translate(-1px, 1px);
  }
  100% {
    -moz-transform: translate(0, 0px);
  }
}
@-o-keyframes skid {
  0% {
    -o-transform: translate(0px, 0px);
  }
  10% {
    -o-transform: translate(-1px, -1px);
  }
  20% {
    -o-transform: translate(-2px, -2px);
  }
  30% {
    -o-transform: translate(-3px, -2px);
  }
  40% {
    -o-transform: translate(-4px, -1px);
  }
  50% {
    -o-transform: translate(-5px, 0px);
  }
  60% {
    -o-transform: translate(-4px, 1px);
  }
  70% {
    -o-transform: translate(-3px, 2px);
  }
  80% {
    -o-transform: translate(-2px, 2px);
  }
  90% {
    -o-transform: translate(-1px, 1px);
  }
  100% {
    -o-transform: translate(0, 0px);
  }
}
@keyframes skid {
  0% {
    transform: translate(0px, 0px);
  }
  10% {
    transform: translate(-1px, -1px);
  }
  20% {
    transform: translate(-2px, -2px);
  }
  30% {
    transform: translate(-3px, -2px);
  }
  40% {
    transform: translate(-4px, -1px);
  }
  50% {
    transform: translate(-5px, 0px);
  }
  60% {
    transform: translate(-4px, 1px);
  }
  70% {
    transform: translate(-3px, 2px);
  }
  80% {
    transform: translate(-2px, 2px);
  }
  90% {
    transform: translate(-1px, 1px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
#homepage [purpose='more-info-text'] {
  -moz-animation-name: bob;
  -webkit-animation-name: bob;
  -ms-animation-name: bob;
  -o-animation-name: bob;
  animation-name: bob;
  -moz-animation-duration: 3.2s;
  -webkit-animation-duration: 3.2s;
  -ms-animation-duration: 3.2s;
  -o-animation-duration: 3.2s;
  animation-duration: 3.2s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bob {
  0% {
    -webkit-transform: translate(0px);
  }
  50% {
    -webkit-transform: translatey(-7px);
  }
  100% {
    -webkit-transform: translatey(0px);
  }
}
@-moz-keyframes bob {
  0% {
    -moz-transform: translatey(0px);
  }
  50% {
    -moz-transform: translatey(-7px);
  }
  100% {
    -moz-transform: translatey(0px);
  }
}
@-o-keyframes bob {
  0% {
    -o-transform: translatey(0px);
  }
  50% {
    -o-transform: translatey(-7px);
  }
  100% {
    -o-transform: translatey(0px);
  }
}
@keyframes bob {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-7px);
  }
  100% {
    transform: translatey(0px);
  }
}
#homepage [purpose='setup-step'] {
  padding-left: 240px;
}
@media (max-width: 991px) {
  #homepage [purpose='setup-step'] {
    padding-left: 0px;
  }
}
#account-overview [purpose='remove-button'] {
  color: #14acc2;
}
#account-overview [purpose='remove-button']:hover {
  color: #000;
}
@media (max-width: 500px) {
  #faq code {
    word-break: break-all;
  }
  #faq [purpose='placeholder'] {
    word-break: break-all;
  }
}
#admin-dashboard-page .table-responsive {
  margin: 0 -22px -20px;
  padding: 0 22px 20px;
}
#admin-auction-page .auction-main {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.auction-filter-bar {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.auction-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 20px;
  border: 1.5px solid #ede9e8;
  background: #ffffff;
  color: #9a8f8c;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s;
}
.auction-filter-btn:hover {
  border-color: #4f6ef2;
  color: #4f6ef2;
}
.auction-filter-btn.is-active {
  background: #4f6ef2;
  border-color: #4f6ef2;
  color: #ffffff;
}
.auction-filter-btn.is-active .auction-filter-count {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
.auction-filter-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.5;
}
.auction-filter-btn.is-active .auction-filter-dot {
  opacity: 1;
}
.auction-filter-count {
  background: #f7f8fb;
  color: #9a8f8c;
  border-radius: 10px;
  padding: 1px 7px;
  font-size: 0.75rem;
  font-weight: 600;
}
.auction-loading-state,
.auction-empty-state {
  text-align: center;
  padding: 60px 20px;
  color: #9a8f8c;
}
.auction-tournament-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.auction-tournament-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1.5px solid #ede9e8;
  box-shadow: 0 2px 12px rgba(44, 33, 32, 0.07);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow 0.15s, border-color 0.15s, transform 0.15s;
}
.auction-tournament-card:hover:not(.is-completed) {
  box-shadow: 0 6px 24px rgba(79, 110, 242, 0.12);
  border-color: #4f6ef2;
  transform: translateY(-2px);
}
.auction-tournament-card.is-live {
  border-color: #16a34a;
  box-shadow: 0 4px 16px rgba(22, 163, 74, 0.12);
}
.auction-tournament-card.is-completed {
  opacity: 0.6;
}
.atc-header {
  padding: 18px 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.atc-logo {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.atc-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.atc-logo-fallback {
  background: linear-gradient(135deg, #4f6ef2, #7c9af8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.4rem;
}
.atc-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.atc-status-badge .atc-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}
.atc-status-badge.status-upcoming {
  background: #fef3c7;
  color: #d97706;
}
.atc-status-badge.status-live {
  background: #dcfce7;
  color: #16a34a;
  animation: pulse-live 2s infinite;
}
.atc-status-badge.status-completed {
  background: #f1f5f9;
  color: #9a8f8c;
}
@keyframes pulse-live {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.25);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(22, 163, 74, 0);
  }
}
.atc-body {
  padding: 14px 18px 0;
  flex: 1;
}
.atc-name {
  font-size: 1.05rem;
  font-weight: 700;
  color: #2c2120;
  margin: 0 0 2px;
}
.atc-season {
  font-size: 0.8rem;
  color: #9a8f8c;
  margin-bottom: 10px;
}
.atc-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.atc-meta-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.82rem;
  color: #9a8f8c;
}
.atc-meta-item i {
  width: 14px;
  text-align: center;
  opacity: 0.7;
}
.atc-footer {
  padding: 14px 18px 18px;
  margin-top: 14px;
}
.atc-footer .btn-block {
  width: 100%;
  border-radius: 8px;
  font-weight: 600;
  padding: 9px 16px;
}
.auction-workspace {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.auction-workspace-topbar {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 24px;
  background: #ffffff;
  border-bottom: 1px solid #ede9e8;
  flex-shrink: 0;
}
.auction-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1.5px solid #ede9e8;
  background: none;
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 0.85rem;
  cursor: pointer;
  color: #9a8f8c;
  transition: all 0.15s;
}
.auction-back-btn:hover {
  border-color: #4f6ef2;
  color: #4f6ef2;
}
.auction-workspace-title {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.awp-name {
  font-weight: 700;
  font-size: 1rem;
  color: #2c2120;
}
.awp-season {
  font-size: 0.8rem;
  color: #9a8f8c;
}
.auction-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.auction-status-pill .pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}
.auction-status-pill.pill-upcoming {
  background: #fef3c7;
  color: #d97706;
}
.auction-status-pill.pill-live {
  background: #dcfce7;
  color: #16a34a;
}
.auction-status-pill.pill-completed {
  background: #f1f5f9;
  color: #9a8f8c;
}
.auction-workspace-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.auction-mode-badge {
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 0.8rem;
  font-weight: 700;
}
.auction-mode-badge.mode-live {
  background: #fde8e8;
  color: #dc2626;
}
.auction-mode-badge.mode-demo {
  background: #fef3c7;
  color: #d97706;
}
.auction-bid-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #16a34a;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 12px 24px;
  letter-spacing: 0.01em;
  text-align: center;
}
.auction-bid-banner strong {
  font-weight: 800;
}
.auction-banner-enter-active,
.auction-banner-leave-active {
  transition: max-height 0.3s ease, opacity 0.3s ease;
  max-height: 60px;
  overflow: hidden;
}
.auction-banner-enter,
.auction-banner-leave-to {
  max-height: 0;
  opacity: 0;
}
.auction-start-panel {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}
.auction-start-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1.5px solid #ede9e8;
  box-shadow: 0 2px 12px rgba(44, 33, 32, 0.07);
  padding: 40px 48px;
  text-align: center;
  max-width: 520px;
  width: 100%;
}
.asp-icon {
  color: #4f6ef2;
  margin-bottom: 16px;
}
.asp-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #2c2120;
  margin-bottom: 8px;
}
.asp-subtitle {
  color: #9a8f8c;
  margin-bottom: 28px;
  font-size: 0.95rem;
  line-height: 1.6;
}
.asp-mode-toggle {
  display: flex;
  gap: 14px;
  justify-content: center;
}
.asp-mode-option {
  flex: 1;
  border: 2px solid #ede9e8;
  border-radius: 10px;
  padding: 14px 16px;
  cursor: pointer;
  text-align: left;
  transition: all 0.15s;
}
.asp-mode-option input[type="radio"] {
  display: none;
}
.asp-mode-option .asp-mode-desc {
  display: block;
  font-size: 0.78rem;
  color: #9a8f8c;
  margin-top: 4px;
  font-weight: 400;
}
.asp-mode-option.is-selected {
  border-color: #4f6ef2;
  background: #f0f3ff;
}
.asp-mode-option.is-selected .asp-mode-desc {
  color: #2047ee;
}
.auction-no-rules-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #fffbeb;
  border: 1.5px solid #f59e0b;
  border-radius: 12px;
  padding: 22px 24px;
  margin: 20px 24px 0;
}
.auction-no-rules-card .anrc-icon {
  font-size: 1.8rem;
  color: #d97706;
  flex-shrink: 0;
  margin-top: 2px;
}
.auction-no-rules-card .anrc-body {
  flex: 1;
}
.auction-no-rules-card .anrc-title {
  font-size: 1rem;
  font-weight: 700;
  color: #2c2120;
  margin: 0 0 6px;
}
.auction-no-rules-card .anrc-desc {
  font-size: 0.88rem;
  color: #9a8f8c;
  margin-bottom: 14px;
  line-height: 1.6;
}
.auction-arena {
  flex: 1;
  display: flex;
  overflow: hidden;
}
.auction-pool-panel {
  width: 320px;
  min-width: 260px;
  border-right: 1px solid #ede9e8;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  overflow: hidden;
}
.pool-panel-header {
  padding: 14px 14px 0;
  flex-shrink: 0;
}
.pool-panel-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #2c2120;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pool-count-badge {
  background: #4f6ef2;
  color: #ffffff;
  border-radius: 10px;
  padding: 1px 8px;
  font-size: 0.72rem;
  font-weight: 700;
}
.pool-search {
  width: 100%;
  border: 1.5px solid #ede9e8;
  border-radius: 8px;
  padding: 7px 12px;
  font-size: 0.85rem;
  outline: none;
  margin-bottom: 10px;
}
.pool-search:focus {
  border-color: #4f6ef2;
}
.pool-category-tabs {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  padding: 0 14px 10px;
  flex-shrink: 0;
}
.pool-category-tabs::-webkit-scrollbar {
  height: 3px;
}
.pool-cat-tab {
  border: 1.5px solid #ede9e8;
  background: none;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  color: #9a8f8c;
  transition: all 0.12s;
}
.pool-cat-tab:hover {
  border-color: #4f6ef2;
  color: #4f6ef2;
}
.pool-cat-tab.is-active {
  background: #4f6ef2;
  border-color: #4f6ef2;
  color: #ffffff;
}
.pool-player-list {
  flex: 1;
  overflow-y: auto;
  padding: 0 10px 10px;
}
.pool-player-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.12s;
}
.pool-player-item:hover {
  background: #f7f8fb;
}
.pool-player-item.is-selected {
  background: #eff2ff;
  border-left: 3px solid #4f6ef2;
}
.pool-player-item.is-sold {
  opacity: 0.4;
  pointer-events: none;
}
.pool-player-item.is-unsold {
  opacity: 0.45;
  pointer-events: none;
  background: #fdf8e8;
  border-left: 3px solid #f59e0b;
}
.ppi-photo {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.ppi-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ppi-photo-fallback {
  background: linear-gradient(135deg, #4f6ef2, #7c9af8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
}
.ppi-info {
  flex: 1;
  min-width: 0;
}
.ppi-name {
  font-size: 0.87rem;
  font-weight: 600;
  color: #2c2120;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ppi-role {
  font-size: 0.72rem;
  color: #9a8f8c;
}
.ppi-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}
.ppi-cat-badge {
  background: #eff2ff;
  color: #4f6ef2;
  border-radius: 4px;
  padding: 1px 6px;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}
.ppi-base-price {
  font-size: 0.72rem;
  color: #9a8f8c;
  font-weight: 600;
}
.ppi-sold-label {
  font-size: 0.68rem;
  background: #fde8e8;
  color: #dc2626;
  border-radius: 4px;
  padding: 1px 6px;
  font-weight: 700;
}
.ppi-unsold-label {
  font-size: 0.68rem;
  background: #fef3c7;
  color: #92400e;
  border-radius: 4px;
  padding: 1px 6px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.ppi-reauction-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.65rem;
  font-weight: 700;
  color: #4f6ef2;
  background: rgba(79, 110, 242, 0.08);
  border: 1px solid rgba(79, 110, 242, 0.2);
  border-radius: 4px;
  padding: 2px 7px;
  cursor: pointer;
  white-space: nowrap;
}
.ppi-reauction-btn:hover {
  background: rgba(79, 110, 242, 0.15);
}
.pool-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
  gap: 8px;
  color: #9a8f8c;
  font-size: 0.85rem;
}
.auction-bid-panel {
  flex: 1;
  overflow-y: auto;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bid-player-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1.5px solid #ede9e8;
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  box-shadow: 0 2px 12px rgba(44, 33, 32, 0.07);
}
.bpc-photo {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}
.bpc-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bpc-photo-fallback {
  background: linear-gradient(135deg, #4f6ef2, #7c9af8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 800;
  font-size: 2rem;
}
.bpc-info {
  flex: 1;
}
.bpc-name {
  font-size: 1.3rem;
  font-weight: 800;
  color: #2c2120;
  margin: 0 0 6px;
}
.bpc-meta-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.bpc-role-badge {
  background: #eff2ff;
  color: #4f6ef2;
  border-radius: 6px;
  padding: 3px 10px;
  font-size: 0.78rem;
  font-weight: 700;
}
.bpc-batting,
.bpc-bowling {
  font-size: 0.78rem;
  color: #9a8f8c;
}
.bpc-price-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.bpc-price-label {
  font-size: 0.72rem;
  color: #9a8f8c;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.bpc-price-value {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2c2120;
}
.bpc-price-value.cat-label {
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #4f6ef2;
}
.bid-player-placeholder {
  text-align: center;
  padding: 24px;
  background: #ffffff;
  border-radius: 12px;
  border: 2px dashed #ede9e8;
}
.bid-player-placeholder:has(.auction-complete-summary) {
  text-align: left;
  border-style: solid;
  border-color: #ede9e8;
}
.auto-bid-start-wrap {
  position: relative;
  display: inline-block;
}
.btn-auto-bid-start {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff;
  background: linear-gradient(135deg, #4f6ef2 0%, #7c3aed 100%);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(79, 110, 242, 0.35);
  transition: transform 0.15s, box-shadow 0.15s;
}
.btn-auto-bid-start:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(79, 110, 242, 0.45);
}
.btn-auto-bid-start:active {
  transform: translateY(0);
}
.auto-bid-menu {
  position: absolute;
  top: calc(108%);
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  background: #1a1f3a;
  border: 1.5px solid rgba(79, 110, 242, 0.3);
  border-radius: 10px;
  padding: 6px;
  min-width: 220px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
}
.auto-bid-menu-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 16px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #d0d8ff;
  background: transparent;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  transition: background 0.12s,
    color 0.12s;
  text-align: left;
}
.auto-bid-menu-item:hover {
  background: rgba(79, 110, 242, 0.18);
  color: #fff;
}
.auto-bid-menu-item i {
  width: 18px;
  opacity: 0.75;
}
.auto-bid-fade-enter-active,
.auto-bid-fade-leave-active {
  transition: opacity 0.15s,
    transform 0.15s;
}
.auto-bid-fade-enter,
.auto-bid-fade-leave-to {
  opacity: 0;
  transform: translateX(-50%) translateY(-6px);
}
.auto-bid-hint {
  margin-top: 14px;
  font-size: 0.85rem;
  color: #9a8f8c;
  margin-bottom: 0;
}
.bid-stage-header {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 6px;
}
.bid-stage-copy {
  min-width: 0;
}
.bid-stage-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.bid-stage-brand-logo {
  width: 92px;
  height: 92px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.88);
  padding: 8px;
  border-radius: 22px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.18);
}
.bid-stage-brand-logo--fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #4f6ef2, #7c3aed);
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
}
.bid-stage-brand-copy {
  min-width: 0;
}
.bid-stage-brand-name {
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.08;
  color: #2c2120;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.bid-stage-kicker {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #4f6ef2;
  margin-bottom: 6px;
}
.bid-stage-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #2c2120;
  line-height: 1.1;
}
.bid-stage-subtitle {
  margin-top: 6px;
  font-size: 0.82rem;
  color: #9a8f8c;
}
.bid-stage-dot {
  margin: 0 6px;
}
.bid-stage-flags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.bid-stage-flag {
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.bid-stage-flag--mode {
  background: rgba(34, 197, 94, 0.12);
  color: #166534;
}
.bid-stage-flag--auto {
  background: rgba(79, 110, 242, 0.1);
  color: #4f6ef2;
}
.bid-stage-idle-copy {
  max-width: 700px;
  margin: 0 auto;
}
.bid-stage-empty-title {
  font-size: 1.55rem;
  font-weight: 800;
  color: #2c2120;
  margin-bottom: 10px;
}
.bid-stage-empty-text {
  margin: 0 auto;
  max-width: 640px;
  font-size: 0.96rem;
  line-height: 1.7;
  color: #9a8f8c;
}
.auto-bid-button-row {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}
.auto-bid-button-row--stacked {
  margin-top: 0;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
}
.auto-bid-button-row--stacked .btn {
  width: 100%;
  justify-content: center;
}
.btn-auto-bid-start--primary {
  background: linear-gradient(135deg, #0ea5e9 0%, #4f46e5 100%);
}
.btn-auto-bid-stop {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 22px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #991b1b;
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 10px;
}
.btn-auto-bid-stop:hover {
  background: rgba(239, 68, 68, 0.14);
}
.wheel-stage-card {
  margin: 24px auto 0;
  max-width: 820px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(79, 110, 242, 0.18);
  background: radial-gradient(circle at top, rgba(79, 110, 242, 0.12), transparent 48%), linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(243, 246, 255, 0.96));
  box-shadow: 0 18px 40px rgba(21, 32, 79, 0.12);
}
.wheel-stage-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  text-align: left;
}
.wheel-stage-kicker {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #4f6ef2;
  margin-bottom: 6px;
}
.wheel-stage-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: #2c2120;
}
.btn-wheel-spin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
  box-shadow: 0 14px 28px rgba(239, 68, 68, 0.22);
}
.btn-wheel-spin:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.wheel-stage-shell {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 8px 0 2px;
}
.wheel-pointer {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 28px solid #ef4444;
  z-index: 3;
  filter: drop-shadow(0 8px 12px rgba(239, 68, 68, 0.26));
}
.wheel-disc {
  position: relative;
  width: 360px;
  max-width: 58vw;
  height: 360px;
  max-height: 58vw;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.18) 0 18%, transparent 19%), conic-gradient(from 0deg, #4f46e5 0deg 45deg, #0ea5e9 45deg 90deg, #f59e0b 90deg 135deg, #ef4444 135deg 180deg, #4f46e5 180deg 225deg, #0ea5e9 225deg 270deg, #f59e0b 270deg 315deg, #ef4444 315deg 360deg);
  border: 10px solid rgba(255, 255, 255, 0.86);
  box-shadow: inset 0 0 0 6px rgba(15, 23, 42, 0.06), 0 24px 55px rgba(37, 50, 99, 0.22);
  transition: transform 4.2s cubic-bezier(0.16, 0.88, 0.15, 1);
}
.wheel-slice {
  position: absolute;
  inset: 0;
}
.wheel-slice-label {
  position: absolute;
  top: 18px;
  left: 50%;
  width: 96px;
  transform-origin: 50% 154px;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 8px rgba(15, 23, 42, 0.36);
}
.wheel-center-core {
  position: absolute;
  inset: 50%;
  width: 96px;
  height: 96px;
  margin: -48px 0 0 -48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 30%, #fff4d6, #f59e0b);
  color: #6b2100;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.4), 0 12px 26px rgba(245, 158, 11, 0.28);
}
.wheel-stage-result {
  opacity: 0.45;
  transform: translateY(6px);
  transition: all 0.24s ease;
}
.wheel-stage-result.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.wheel-stage-result-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9a8f8c;
}
.wheel-stage-result-name {
  margin-top: 6px;
  font-size: 1.4rem;
  font-weight: 900;
  color: #2c2120;
}
.broadcast-stage-wheel-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 20px;
  align-items: center;
  width: 100%;
}
.broadcast-stage-waiting {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px 20px 8px;
  text-align: center;
}
.broadcast-stage-waiting-logo {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at center, rgba(10, 30, 90, 0.9), rgba(4, 10, 36, 0.3));
  box-shadow: 0 0 0 14px rgba(34, 211, 238, 0.06), 0 0 0 28px rgba(34, 211, 238, 0.03), 0 22px 50px rgba(2, 6, 23, 0.3);
}
.broadcast-stage-waiting-logo img {
  width: 86px;
  height: 86px;
  object-fit: contain;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  padding: 8px;
}
.broadcast-stage-waiting-logo--fallback {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 900;
  background: radial-gradient(circle at 30% 30%, rgba(14, 165, 233, 0.9), rgba(79, 70, 229, 0.75));
}
.broadcast-stage-waiting-name {
  max-width: 520px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background: linear-gradient(120deg, #ffffff, #fde68a 70%, #fbbf24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.broadcast-stage-waiting-season {
  color: #a5f3fc;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.wheel-stage-fade-enter-active,
.wheel-stage-fade-leave-active {
  transition: all 0.24s ease;
}
.wheel-stage-fade-enter,
.wheel-stage-fade-leave-to {
  opacity: 0;
  transform: translateY(14px) scale(0.98);
}
.team-spotlight-card {
  border: 1px solid rgba(79, 110, 242, 0.14);
  border-radius: 18px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(79, 110, 242, 0.06), rgba(255, 255, 255, 0.96));
}
.team-spotlight-kicker {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #4f6ef2;
  margin-bottom: 14px;
}
.team-spotlight-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.team-spotlight-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.team-spotlight-logo {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  object-fit: cover;
}
.team-spotlight-logo--fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #4f6ef2, #7c3aed);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
}
.team-spotlight-name {
  font-size: 1.1rem;
  font-weight: 800;
  color: #2c2120;
}
.team-spotlight-code {
  font-size: 0.8rem;
  color: #9a8f8c;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.team-spotlight-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.team-spotlight-stat {
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(79, 110, 242, 0.12);
}
.team-spotlight-stat-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a8f8c;
  margin-bottom: 6px;
}
.team-spotlight-stat-value {
  display: block;
  font-size: 0.94rem;
  font-weight: 800;
  color: #2c2120;
}
.team-spotlight-empty {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #9a8f8c;
}
.jersey-launch-card {
  max-width: 620px;
  margin: 0 auto 22px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(79, 110, 242, 0.16);
  background: linear-gradient(180deg, rgba(79, 110, 242, 0.06), rgba(255, 255, 255, 0.96));
}
.jersey-launch-kicker {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #4f6ef2;
  margin-bottom: 6px;
}
.jersey-launch-title {
  font-size: 1rem;
  font-weight: 800;
  color: #2c2120;
  margin-bottom: 14px;
}
.jersey-launch-row {
  display: flex;
  gap: 12px;
  align-items: center;
}
.jersey-launch-input {
  flex: 1;
  min-width: 0;
  height: 48px;
  border-radius: 12px;
  border: 1px solid #ede9e8;
  padding: 0 14px;
  font-size: 1rem;
  font-weight: 700;
  color: #2c2120;
  background: #fff;
}
.btn-jersey-launch {
  height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #0ea5e9 0%, #4f46e5 100%);
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.2);
}
.auction-complete-summary {
  text-align: left;
  padding: 4px 0 8px;
}
.auction-complete-summary .acs-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.auction-complete-summary .acs-trophy {
  font-size: 1.4rem;
  color: #f59e0b;
  filter: drop-shadow(0 1px 6px rgba(245, 158, 11, 0.4));
}
.auction-complete-summary .acs-title {
  font-size: 1rem;
  font-weight: 800;
  color: #2c2120;
  letter-spacing: 0.5px;
  flex: 1;
}
.auction-complete-summary .acs-chips {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.auction-complete-summary .acs-chip {
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: #f7f8fb;
  color: #9a8f8c;
  border: 1px solid #ede9e8;
}
.auction-complete-summary .acs-chip.acs-chip--sold {
  background: rgba(22, 163, 74, 0.1);
  color: #16a34a;
  border-color: rgba(22, 163, 74, 0.2);
}
.auction-complete-summary .acs-chip.acs-chip--unsold {
  background: rgba(220, 38, 38, 0.08);
  color: #dc2626;
  border-color: rgba(220, 38, 38, 0.15);
}
.auction-complete-summary .btn-outline-warning {
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 700;
}
.auction-complete-summary .acs-download-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.auction-complete-summary .acs-download-row .acs-download-select-wrap {
  min-width: 220px;
  flex: 1;
}
.auction-complete-summary .acs-download-row .acs-download-select-wrap .form-control {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #ede9e8;
  color: #2c2120;
  height: 34px;
}
.auction-complete-summary .acs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.83rem;
}
.auction-complete-summary .acs-table thead tr {
  background: #f7f8fb;
}
.auction-complete-summary .acs-table th {
  padding: 7px 10px;
  text-align: left;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #9a8f8c;
  border-bottom: 1.5px solid #ede9e8;
  white-space: nowrap;
}
.auction-complete-summary .acs-table tbody tr {
  border-bottom: 1px solid #ede9e8;
}
.auction-complete-summary .acs-table tbody tr:last-child {
  border-bottom: none;
}
.auction-complete-summary .acs-table tbody tr:hover {
  background: rgba(79, 110, 242, 0.04);
}
.auction-complete-summary .acs-table td {
  padding: 8px 10px;
  color: #2c2120;
  vertical-align: middle;
}
.auction-complete-summary .acs-table .acs-td-rank {
  text-align: center;
  font-weight: 700;
  font-size: 0.8rem;
  color: #9a8f8c;
  width: 30px;
}
.auction-complete-summary .acs-table .acs-td-team {
  display: flex;
  align-items: center;
  gap: 8px;
}
.auction-complete-summary .acs-table .acs-tlogo {
  width: 28px;
  height: 28px;
  border-radius: 5px;
  object-fit: cover;
  flex-shrink: 0;
}
.auction-complete-summary .acs-table .acs-tlogo-fb {
  width: 28px;
  height: 28px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #4f6ef2, #7c3aed);
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  flex-shrink: 0;
}
.auction-complete-summary .acs-table .acs-tnames {
  display: flex;
  flex-direction: column;
}
.auction-complete-summary .acs-table .acs-tnames .acs-tname {
  font-weight: 700;
  font-size: 0.82rem;
  color: #2c2120;
}
.auction-complete-summary .acs-table .acs-tnames .acs-tcode {
  font-size: 0.68rem;
  color: #9a8f8c;
}
.auction-complete-summary .acs-table .acs-td-num {
  text-align: right;
  font-weight: 600;
  white-space: nowrap;
}
.auction-complete-summary .acs-table .acs-td--spent {
  color: #16a34a !important;
}
.auction-complete-summary .acs-table .acs-td--bal {
  color: #9a8f8c !important;
  font-weight: 400;
}
.auction-complete-summary .acs-section-label {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #9a8f8c;
  margin: 14px 0 8px;
}
.auction-complete-summary .acs-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 4px;
}
.auction-complete-summary .acs-detail-card {
  background: #f7f8fb;
  border: 1px solid #ede9e8;
  border-radius: 8px;
  overflow: hidden;
}
.auction-complete-summary .acs-dc-head {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  background: rgba(79, 110, 242, 0.06);
  border-bottom: 1px solid #ede9e8;
}
.auction-complete-summary .acs-dc-logo {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0;
}
.auction-complete-summary .acs-dc-logo-fb {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: linear-gradient(135deg, #4f6ef2, #7c3aed);
  color: #fff;
  font-weight: 700;
  font-size: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.auction-complete-summary .acs-dc-name {
  font-size: 0.75rem;
  font-weight: 700;
  color: #2c2120;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.auction-complete-summary .acs-dc-count {
  font-size: 0.68rem;
  font-weight: 700;
  color: #4f6ef2;
  background: rgba(79, 110, 242, 0.1);
  border-radius: 10px;
  padding: 1px 6px;
  flex-shrink: 0;
}
.auction-complete-summary .acs-dc-spent {
  font-size: 0.68rem;
  font-weight: 700;
  color: #16a34a;
  flex-shrink: 0;
}
.auction-complete-summary .acs-dc-players {
  padding: 3px 6px;
}
.auction-complete-summary .acs-dc-player {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 3px 2px;
  border-radius: 4px;
}
.auction-complete-summary .acs-dc-player:hover {
  background: rgba(79, 110, 242, 0.05);
}
.auction-complete-summary .acs-dc-pp {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.auction-complete-summary .acs-dc-pp-fb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(79, 110, 242, 0.25), rgba(124, 58, 237, 0.25));
  color: #4f6ef2;
  font-size: 0.55rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.auction-complete-summary .acs-dc-pname {
  font-size: 0.73rem;
  font-weight: 600;
  color: #2c2120;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.auction-complete-summary .acs-dc-prole {
  font-size: 0.62rem;
  color: #9a8f8c;
  white-space: nowrap;
  flex-shrink: 0;
}
.auction-complete-summary .acs-dc-empty {
  padding: 6px 4px;
  font-size: 0.7rem;
  color: #9a8f8c;
  font-style: italic;
}
.auction-complete-summary .acs-unsold-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  padding: 8px 12px;
  background: rgba(220, 38, 38, 0.05);
  border: 1px solid rgba(220, 38, 38, 0.18);
  border-radius: 8px;
}
.auction-complete-summary .acs-unsold-label {
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #dc2626;
  white-space: nowrap;
}
.auction-complete-summary .acs-unsold-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 6px;
  flex: 1;
  align-items: center;
  overflow-x: auto;
  min-width: 0;
}
.auction-complete-summary .acs-unsold-player {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(220, 38, 38, 0.08);
  border: 1px solid rgba(220, 38, 38, 0.15);
  border-radius: 20px;
  padding: 3px 10px 3px 4px;
  flex-shrink: 0;
}
.auction-complete-summary .acs-unsold-pp {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.auction-complete-summary .acs-unsold-pp-fb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(220, 38, 38, 0.15);
  color: #dc2626;
  font-size: 0.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.auction-complete-summary .acs-unsold-pname {
  font-size: 0.78rem;
  font-weight: 600;
  color: #2c2120;
  white-space: nowrap;
}
.auction-complete-summary .acs-unsold-prole {
  font-size: 0.65rem;
  color: #9a8f8c;
  white-space: nowrap;
}
.auction-complete-summary .acs-unsold-reauction-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: none;
  background: rgba(79, 110, 242, 0.15);
  color: #4f6ef2;
  font-size: 0.6rem;
  cursor: pointer;
  flex-shrink: 0;
}
.auction-complete-summary .acs-unsold-reauction-btn:hover {
  background: rgba(79, 110, 242, 0.28);
}
.bid-teams-area {
  background: #ffffff;
  border-radius: 12px;
  border: 1.5px solid #ede9e8;
  padding: 20px;
  box-shadow: 0 2px 12px rgba(44, 33, 32, 0.07);
}
.bid-teams-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.bid-teams-header h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #2c2120;
  margin: 0;
}
.bid-keyboard-hint {
  font-size: 0.72rem;
  color: #9a8f8c;
  margin-top: 4px;
  margin-bottom: 8px;
}
.bid-keyboard-hint kbd {
  display: inline-block;
  padding: 1px 5px;
  font-size: 0.7rem;
  font-family: monospace;
  background: #f0eeee;
  border: 1px solid #d0cece;
  border-radius: 3px;
  box-shadow: 0 1px 0 #bbb;
  line-height: 1.4;
}
.bid-amount-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bid-amount-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #9a8f8c;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.bid-amount-row {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1.5px solid #ede9e8;
  border-radius: 8px;
  overflow: hidden;
}
.bid-decr-btn,
.bid-incr-btn {
  width: 36px;
  height: 36px;
  border: none;
  background: #f7f8fb;
  cursor: pointer;
  font-size: 0.85rem;
  transition: background 0.12s;
}
.bid-decr-btn:hover,
.bid-incr-btn:hover {
  background: #e6e9f2;
}
.bid-amount-input {
  width: 120px;
  border: none;
  border-left: 1px solid #ede9e8;
  border-right: 1px solid #ede9e8;
  padding: 6px 10px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #2c2120;
  outline: none;
}
.bid-amount-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.bid-amount-hint {
  font-size: 0.72rem;
  color: #9a8f8c;
}
.bid-teams-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}
.bid-team-card {
  border: 2px solid #ede9e8;
  border-radius: 10px;
  padding: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: all 0.15s;
  position: relative;
}
.bid-team-card:hover {
  border-color: #4f6ef2;
  background: #f8f9ff;
}
.bid-team-card.is-selected {
  border-color: #4f6ef2;
  background: #eff2ff;
  box-shadow: 0 0 0 3px rgba(79, 110, 242, 0.15);
}
.bid-team-card.is-over-limit {
  opacity: 0.5;
  pointer-events: none;
  border-style: dashed;
}
.bid-team-card.is-broke {
  opacity: 0.55;
  pointer-events: none;
  border-color: #fca5a5;
  background: #fff5f5;
}
.bid-team-card.is-broke .btc-stat--low .btc-stat-val,
.bid-team-card.is-broke .btc-stat-val {
  color: #dc2626;
}
.btc-logo {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
}
.btc-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btc-logo-fallback {
  background: linear-gradient(135deg, #4f6ef2, #7c9af8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.1rem;
}
.btc-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: #2c2120;
}
.btc-code {
  font-size: 0.72rem;
  color: #9a8f8c;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.btc-stats {
  display: flex;
  gap: 12px;
}
.btc-stat {
  text-align: center;
}
.btc-stat-val {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #2c2120;
}
.btc-stat-lbl {
  display: block;
  font-size: 0.65rem;
  color: #9a8f8c;
  text-transform: uppercase;
}
.btc-stat--low .btc-stat-val {
  color: #dc2626;
}
.btc-stat--low .btc-stat-lbl {
  color: #dc2626;
}
.btc-stat--max .btc-stat-val {
  color: #4f6ef2;
  font-weight: 800;
}
.btc-stat--max .btc-stat-lbl {
  color: #4f6ef2;
}
.btc-bid-key {
  position: absolute;
  top: 8px;
  right: 8px;
}
.btc-bid-key kbd {
  background: #2c2120;
  color: #ffffff;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 0.7rem;
  font-weight: 700;
}
.bid-submit-row {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.bid-summary {
  font-size: 0.88rem;
  color: #9a8f8c;
  flex: 1;
}
.bid-confirm-btn {
  padding: 10px 28px;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 10px;
  min-width: 160px;
}
.bid-confirm-btn.bid-confirm-btn--max {
  background: #b91c1c !important;
  border-color: #b91c1c !important;
  animation: bid-pulse 0.7s ease-in-out infinite alternate;
}
.bid-unsold-btn {
  padding: 10px 20px;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 10px;
  min-width: 120px;
  background: #f3f4f6;
  border-color: #d1d5db;
  color: #6b7280;
  margin-left: 10px;
}
.bid-unsold-btn:hover:not(:disabled) {
  background: #fef3c7;
  border-color: #f59e0b;
  color: #92400e;
}
.bid-max-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 7px;
  background: #b91c1c;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  border-radius: 4px;
  letter-spacing: 0.05em;
  vertical-align: middle;
}
.bid-balance-warn {
  display: block;
  margin-top: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #dc2626;
}
@keyframes bid-pulse {
  from {
    box-shadow: 0 0 0 0 rgba(185, 28, 28, 0.5);
  }
  to {
    box-shadow: 0 0 0 10px rgba(185, 28, 28, 0);
  }
}
.bid-history-panel {
  background: #ffffff;
  border-radius: 12px;
  border: 1.5px solid #ede9e8;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(44, 33, 32, 0.07);
}
.bhp-header {
  padding: 14px 18px;
  border-bottom: 1px solid #ede9e8;
}
.bhp-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #2c2120;
  margin: 0;
}
.bid-history-table-wrap {
  overflow-x: auto;
}
.bid-history-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}
.bid-history-table th {
  padding: 10px 16px;
  text-align: left;
  font-size: 0.72rem;
  font-weight: 700;
  color: #9a8f8c;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #f7f8fb;
  border-bottom: 1px solid #ede9e8;
}
.bid-history-table td {
  padding: 10px 16px;
  color: #2c2120;
  border-bottom: 1px solid #ede9e8;
}
.bid-history-table td:last-child {
  color: #9a8f8c;
  font-size: 0.78rem;
}
.bid-history-table tr:last-child td {
  border-bottom: none;
}
.bid-history-table tr:hover td {
  background: #f7f8fb;
}
html.board-mode,
body.board-mode {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #020814 !important;
  background-image: url("/images/start_biding.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}
html.board-mode::before,
body.board-mode::before {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(160deg, rgba(2, 8, 28, 0.3) 0%, rgba(4, 12, 40, 0.22) 50%, rgba(2, 8, 28, 0.32) 100%);
  pointer-events: none;
  z-index: 0;
}
html.board-mode [purpose="page-header"],
body.board-mode [purpose="page-header"],
html.board-mode [purpose="page-footer"],
body.board-mode [purpose="page-footer"] {
  display: none !important;
}
html.board-mode [purpose="page-wrap"],
body.board-mode [purpose="page-wrap"] {
  padding-top: 0 !important;
  background: transparent !important;
}
.auction-board-mode {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  color: #ffffff;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  background-color: #020814;
  background-image: url("/images/start_biding.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}
.auction-board-mode::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(2, 8, 28, 0.4) 0%, rgba(4, 12, 40, 0.28) 50%, rgba(2, 8, 28, 0.45) 100%);
  pointer-events: none;
  z-index: 0;
}
.auction-board-mode .admin-sidebar {
  display: none !important;
}
.auction-board-mode .admin-content {
  margin-left: 0 !important;
  width: 100% !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.auction-board-mode .admin-topbar {
  display: none !important;
}
.auction-board-mode .admin-main.auction-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0 !important;
  background: transparent !important;
}
.auction-board-mode .auction-workspace {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: transparent;
}
.auction-board-mode .auction-workspace-topbar {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 28px;
  height: 72px;
  flex-shrink: 0;
  background: linear-gradient(90deg, rgba(2, 8, 35, 0.65) 0%, rgba(5, 15, 55, 0.58) 50%, rgba(2, 8, 35, 0.65) 100%);
  backdrop-filter: blur(5px) saturate(1.2);
  -webkit-backdrop-filter: blur(5px) saturate(1.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 10;
}
.auction-board-mode .auction-workspace-topbar::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #60a5fa 15%, #22d3ee 38%, #fbbf24 50%, #22d3ee 62%, #60a5fa 85%, transparent 100%);
  animation: bm-shine 6s ease-in-out infinite;
}
@keyframes bm-shine {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
.auction-board-mode .auction-back-btn {
  flex-shrink: 0;
  height: 34px;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  cursor: pointer;
  transition: all 0.18s;
}
.auction-board-mode .auction-back-btn:hover {
  background: rgba(34, 211, 238, 0.15);
  border-color: rgba(34, 211, 238, 0.45);
  color: #22d3ee;
}
.auction-board-mode .auction-workspace-title {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.auction-board-mode .awp-name {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: linear-gradient(120deg, #fff 0%, #e0f2fe 30%, #fde68a 70%, #fbbf24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 10px rgba(251, 191, 36, 0.3));
}
.auction-board-mode .awp-season {
  font-size: 11px;
  font-weight: 700;
  color: #a5f3fc;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 0.9;
  -webkit-text-fill-color: #a5f3fc;
}
.auction-board-mode .auction-status-pill {
  padding: 4px 13px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
}
.auction-board-mode .auction-status-pill.pill-upcoming {
  background: rgba(251, 191, 36, 0.15);
  color: #fde68a;
  border: 1px solid rgba(251, 191, 36, 0.4);
}
.auction-board-mode .auction-status-pill.pill-live {
  background: rgba(248, 113, 113, 0.18);
  color: #fca5a5;
  border: 1px solid rgba(248, 113, 113, 0.5);
  animation: bm-live-glow 2s ease-in-out infinite;
}
@keyframes bm-live-glow {
  0%,
  100% {
    box-shadow: 0 0 10px rgba(248, 113, 113, 0.2);
  }
  50% {
    box-shadow: 0 0 28px rgba(248, 113, 113, 0.5);
  }
}
.auction-board-mode .auction-workspace-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.auction-board-mode .auction-workspace-actions .btn {
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  height: 32px;
  padding: 0 14px;
  letter-spacing: 0.4px;
  transition: all 0.18s;
}
.auction-board-mode .auction-workspace-actions .btn-info {
  background: rgba(34, 211, 238, 0.18);
  border: 1px solid rgba(34, 211, 238, 0.45);
  color: #a5f3fc;
}
.auction-board-mode .auction-workspace-actions .btn-info:hover {
  background: rgba(34, 211, 238, 0.3);
}
.auction-board-mode .auction-workspace-actions .btn-outline-info {
  background: transparent;
  border: 1px solid rgba(34, 211, 238, 0.3);
  color: #22d3ee;
}
.auction-board-mode .auction-workspace-actions .btn-outline-info:hover {
  background: rgba(34, 211, 238, 0.12);
}
.auction-board-mode .auction-workspace-actions .btn-outline-warning {
  background: transparent;
  border: 1px solid rgba(251, 191, 36, 0.35);
  color: #fde68a;
}
.auction-board-mode .auction-workspace-actions .btn-outline-warning:hover {
  background: rgba(251, 191, 36, 0.12);
}
.auction-board-mode .auction-workspace-actions .btn-outline-danger {
  background: transparent;
  border: 1px solid rgba(248, 113, 113, 0.4);
  color: #f87171;
}
.auction-board-mode .auction-workspace-actions .btn-outline-danger:hover {
  background: rgba(248, 113, 113, 0.12);
}
.auction-board-mode .auction-mode-badge {
  font-size: 12px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 20px;
}
.auction-board-mode .auction-mode-badge.mode-live {
  background: rgba(248, 113, 113, 0.18);
  color: #fca5a5;
  border: 1px solid rgba(248, 113, 113, 0.45);
}
.auction-board-mode .auction-mode-badge.mode-demo {
  background: rgba(251, 191, 36, 0.15);
  color: #fde68a;
  border: 1px solid rgba(251, 191, 36, 0.4);
}
.auction-board-mode .auction-bid-banner {
  background: linear-gradient(90deg, rgba(74, 222, 128, 0.25), rgba(34, 211, 238, 0.2));
  border-bottom: 1px solid rgba(74, 222, 128, 0.35);
  color: #bbf7d0;
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(4px);
}
.auction-board-mode .alert-danger {
  background: rgba(248, 113, 113, 0.15);
  border: 1px solid rgba(248, 113, 113, 0.4);
  color: #fca5a5;
  border-radius: 10px;
  margin: 12px 20px 0;
}
.auction-board-mode .auction-arena {
  flex: 1;
  display: flex;
  overflow: hidden;
}
.auction-board-mode .auction-pool-panel {
  width: 300px;
  min-width: 260px;
  background: rgba(5, 12, 38, 0.3);
  backdrop-filter: blur(5px) saturate(1.1);
  -webkit-backdrop-filter: blur(5px) saturate(1.1);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.auction-board-mode .pool-panel-header {
  padding: 14px 14px 0;
  flex-shrink: 0;
}
.auction-board-mode .pool-panel-title {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #a5f3fc;
  margin-bottom: 10px;
}
.auction-board-mode .pool-count-badge {
  background: rgba(34, 211, 238, 0.2);
  color: #22d3ee;
  border: 1px solid rgba(34, 211, 238, 0.35);
  font-size: 11px;
}
.auction-board-mode .pool-search {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  border-radius: 8px;
}
.auction-board-mode .pool-search::placeholder {
  color: #94a8d8;
}
.auction-board-mode .pool-search:focus {
  outline: none;
  border-color: rgba(34, 211, 238, 0.5);
  background: rgba(34, 211, 238, 0.08);
}
.auction-board-mode .pool-category-tabs {
  padding: 0 14px 10px;
}
.auction-board-mode .pool-cat-tab {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
  color: #94a8d8;
}
.auction-board-mode .pool-cat-tab:hover {
  border-color: #22d3ee;
  color: #22d3ee;
}
.auction-board-mode .pool-cat-tab.is-active {
  background: rgba(34, 211, 238, 0.18);
  border-color: #22d3ee;
  color: #a5f3fc;
}
.auction-board-mode .pool-player-item {
  border-radius: 8px;
  padding: 8px 10px;
}
.auction-board-mode .pool-player-item:hover {
  background: rgba(255, 255, 255, 0.07);
}
.auction-board-mode .pool-player-item.is-selected {
  background: rgba(34, 211, 238, 0.13);
  border-left: 3px solid #22d3ee;
}
.auction-board-mode .pool-player-item.is-unsold {
  background: rgba(251, 191, 36, 0.07);
  border-left: 3px solid rgba(251, 191, 36, 0.5);
}
.auction-board-mode .ppi-photo-fallback {
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.35), rgba(96, 165, 250, 0.35));
}
.auction-board-mode .ppi-name {
  color: #ffffff;
  font-size: 13px;
}
.auction-board-mode .ppi-role {
  color: #94a8d8;
}
.auction-board-mode .ppi-cat-badge {
  background: rgba(34, 211, 238, 0.15);
  color: #a5f3fc;
  border: none;
}
.auction-board-mode .ppi-base-price {
  color: #fbbf24;
}
.auction-board-mode .ppi-sold-label {
  background: rgba(248, 113, 113, 0.18);
  color: #f87171;
}
.auction-board-mode .ppi-unsold-label {
  background: rgba(251, 191, 36, 0.15);
  color: #fde68a;
}
.auction-board-mode .pool-empty {
  color: #94a8d8;
}
.auction-board-mode .auction-bid-panel {
  flex: 1;
  background: rgba(4, 10, 36, 0.22);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  overflow: hidden;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.auction-board-mode .bm-player-stage {
  width: 65%;
  min-width: 0;
  max-width: none;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  overflow-y: auto;
  padding: 18px 14px 96px;
  gap: 14px;
}
.auction-board-mode .bid-player-card,
.auction-board-mode .bid-player-placeholder {
  flex: 1;
}
.auction-board-mode .bid-teams-area {
  width: 35%;
  flex-shrink: 0;
  min-width: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px 18px 96px;
}
.auction-board-mode .bid-history-panel {
  display: none;
}
.auction-board-mode .bm-player-bid-row {
  display: flex;
  gap: 14px;
  align-items: stretch;
  flex-shrink: 0;
}
.auction-board-mode .bm-player-bid-row .bid-player-card {
  flex: 1;
  min-width: 0;
}
.auction-board-mode .bm-bid-sidebar {
  width: 220px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  border: 1.5px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 16px;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.auction-board-mode .bm-bid-sidebar .bid-amount-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.auction-board-mode .bm-bid-sidebar .bid-amount-row {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  overflow: hidden;
}
.auction-board-mode .bm-bid-sidebar .bid-amount-input {
  width: 100%;
  flex: 1;
}
.auction-board-mode .bm-selected-team {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 10px;
}
.auction-board-mode .bm-st-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #94a8d8;
  margin-bottom: 6px;
}
.auction-board-mode .bm-st-name {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fde68a;
  font-size: 14px;
  font-weight: 700;
}
.auction-board-mode .bm-st-logo {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  object-fit: cover;
}
.auction-board-mode .bm-st-none {
  color: #94a8d8;
  font-size: 12px;
  font-style: italic;
}
.auction-board-mode .bid-player-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 0;
  padding: 0;
  width: 100%;
  transform-origin: center center;
  background: transparent;
  border: 0;
  border-radius: 0;
  backdrop-filter: none;
  box-shadow: none;
}
.auction-board-mode .bid-player-reveal-enter-active {
  animation: bm-player-stage-in 0.52s cubic-bezier(0.2, 0.9, 0.22, 1);
}
.auction-board-mode .bid-player-reveal-leave-active {
  transition: opacity 0.16s ease;
}
.auction-board-mode .bid-player-reveal-enter,
.auction-board-mode .bid-player-reveal-leave-to {
  opacity: 0;
}
.auction-board-mode .bid-player-reveal-enter-active .bpc-photo-stage {
  animation: bm-player-photo-in 0.58s cubic-bezier(0.18, 0.9, 0.22, 1);
}
.auction-board-mode .bid-player-reveal-enter-active .bpc-info {
  animation: bm-player-info-in 0.62s cubic-bezier(0.18, 0.9, 0.22, 1);
}
.auction-board-mode .bid-player-reveal-enter-active .bpc-bid-live {
  animation: bm-player-bid-in 0.68s cubic-bezier(0.18, 0.9, 0.22, 1);
}
@keyframes bm-player-stage-in {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.97);
    filter: saturate(0.78);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: saturate(1);
  }
}
@keyframes bm-player-photo-in {
  0% {
    opacity: 0;
    transform: translateX(-28px) scale(0.94);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes bm-player-info-in {
  0% {
    opacity: 0;
    transform: translateX(24px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes bm-player-bid-in {
  0% {
    opacity: 0;
    transform: translateY(18px);
    box-shadow: 0 0 0 rgba(251, 191, 36, 0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }
}
.auction-board-mode .bpc-hero-label {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 4px;
  color: #a5f3fc;
  text-transform: uppercase;
  padding: 0 14px;
}
.auction-board-mode .bpc-hero-label-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #a5f3fc;
  box-shadow: 0 0 10px rgba(34, 211, 238, 0.5), 0 0 22px rgba(34, 211, 238, 0.25);
  animation: bm-stage-dot 1s ease-in-out infinite;
}
@keyframes bm-stage-dot {
  0%,
  100% {
    box-shadow: 0 0 7px rgba(34, 211, 238, 0.5);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 20px rgba(34, 211, 238, 0.6), 0 0 40px rgba(34, 211, 238, 0.2);
    transform: scale(1.3);
  }
}
.auction-board-mode .bpc-player-card-inner {
  width: 100%;
  min-width: 0;
  align-self: stretch;
  background: linear-gradient(135deg, #05091a 0%, #080f25 50%, #050918 100%);
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  box-shadow: 0 0 0 1.5px rgba(34, 211, 238, 0.22), 0 0 0 3px #020610, 0 28px 72px rgba(0, 0, 0, 0.65), 0 0 70px rgba(34, 211, 238, 0.06);
  position: relative;
  backdrop-filter: blur(8px);
  margin-bottom: 2px;
  animation: bpc-card-in 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both, bpc-card-glow 3.5s ease-in-out 0.6s infinite;
}
@keyframes bpc-card-glow {
  0%,
  100% {
    box-shadow: 0 0 0 1.5px rgba(34, 211, 238, 0.2), 0 0 0 3px #020610, 0 28px 72px rgba(0, 0, 0, 0.65), 0 0 50px rgba(34, 211, 238, 0.05);
  }
  50% {
    box-shadow: 0 0 0 1.5px rgba(34, 211, 238, 0.5), 0 0 0 3px #020610, 0 28px 72px rgba(0, 0, 0, 0.65), 0 0 90px rgba(34, 211, 238, 0.18), 0 0 40px rgba(251, 191, 36, 0.06);
  }
}
.auction-board-mode .bpc-photo-stage {
  position: relative;
  width: 42%;
  flex-shrink: 0;
  background: radial-gradient(ellipse at 50% 85%, rgba(34, 211, 238, 0.07) 0%, transparent 65%), linear-gradient(145deg, #03070f 0%, #080f22 100%);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.auction-board-mode .bpc-photo-stage::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 50%;
  background: radial-gradient(ellipse at 50% 100%, rgba(34, 211, 238, 0.32) 0%, transparent 68%);
  pointer-events: none;
  z-index: 2;
}
.auction-board-mode .bpc-photo-stage::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 100%;
  background: linear-gradient(to right, transparent 0%, #05091a 100%);
  pointer-events: none;
  z-index: 3;
}
.auction-board-mode .bpc-photo {
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: contain;
  object-position: center bottom;
  display: block;
  background: transparent;
  position: relative;
  z-index: 1;
}
.auction-board-mode .bpc-photo-stage img.bpc-photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.auction-board-mode .bpc-photo-fallback {
  width: 100%;
  height: 100%;
  min-height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: rgba(34, 211, 238, 0.14);
  background: transparent;
}
.auction-board-mode .bpc-jersey-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  min-width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #f97316 100%);
  color: #130800;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  letter-spacing: -1px;
  box-shadow: 0 4px 28px rgba(251, 191, 36, 0.55), 0 0 0 2px rgba(251, 191, 36, 0.25), 0 2px 8px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  z-index: 10;
  animation: bm-badge-pop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s both;
}
@keyframes bm-badge-pop {
  from {
    transform: scale(0) rotate(-12deg);
    opacity: 0;
  }
  to {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
.auction-board-mode .bpc-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 20px 22px 16px;
  gap: 10px;
  background: linear-gradient(160deg, rgba(34, 211, 238, 0.04) 0%, transparent 35%);
}
.auction-board-mode .bpc-name {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.4px;
  word-break: break-word;
  text-align: left;
  margin: 0 0 2px;
  background: linear-gradient(120deg, #fff 0%, #fde68a 50%, #fbbf24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 16px rgba(251, 191, 36, 0.45));
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(251, 191, 36, 0.18);
  animation: bpc-name-in 0.4s ease 0.1s both;
}
@keyframes bpc-name-in {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.auction-board-mode .bpc-stat-grid {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.auction-board-mode .bpc-stat-item {
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 11px;
  padding: 9px 13px 9px 11px;
  display: flex;
  align-items: center;
  gap: 11px;
  transition: background 0.22s ease, box-shadow 0.22s ease, transform 0.15s ease;
  animation: bpc-stat-in 0.38s cubic-bezier(0.34, 1.3, 0.64, 1) both;
  box-shadow: inset 3px 0 0 rgba(255, 255, 255, 0.18);
}
.auction-board-mode .bpc-stat-item:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(3px);
}
.auction-board-mode .bpc-stat-item:nth-child(1) {
  animation-delay: 0.08s;
}
.auction-board-mode .bpc-stat-item:nth-child(2) {
  animation-delay: 0.15s;
}
.auction-board-mode .bpc-stat-item:nth-child(3) {
  animation-delay: 0.22s;
}
.auction-board-mode .bpc-stat-item:nth-child(4) {
  animation-delay: 0.29s;
}
@keyframes bpc-stat-in {
  from {
    opacity: 0;
    transform: translateX(-14px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.auction-board-mode .bpc-stat-item--role {
  box-shadow: inset 3px 0 0 #3b82f6;
}
.auction-board-mode .bpc-stat-item--role:hover {
  box-shadow: inset 3px 0 0 #3b82f6, 0 0 0 1px rgba(59, 130, 246, 0.2);
}
.auction-board-mode .bpc-stat-item--role .bpc-stat-icon {
  color: #60a5fa;
  background: rgba(59, 130, 246, 0.14);
}
.auction-board-mode .bpc-stat-item--bat {
  box-shadow: inset 3px 0 0 #22d3ee;
}
.auction-board-mode .bpc-stat-item--bat:hover {
  box-shadow: inset 3px 0 0 #22d3ee, 0 0 0 1px rgba(34, 211, 238, 0.2);
}
.auction-board-mode .bpc-stat-item--bat .bpc-stat-icon {
  color: #22d3ee;
  background: rgba(34, 211, 238, 0.12);
}
.auction-board-mode .bpc-stat-item--cat {
  box-shadow: inset 3px 0 0 #a78bfa;
}
.auction-board-mode .bpc-stat-item--cat:hover {
  box-shadow: inset 3px 0 0 #a78bfa, 0 0 0 1px rgba(167, 139, 250, 0.2);
}
.auction-board-mode .bpc-stat-item--cat .bpc-stat-icon {
  color: #c4b5fd;
  background: rgba(167, 139, 250, 0.14);
}
.auction-board-mode .bpc-stat-item--age {
  box-shadow: inset 3px 0 0 #fbbf24;
}
.auction-board-mode .bpc-stat-item--age:hover {
  box-shadow: inset 3px 0 0 #fbbf24, 0 0 0 1px rgba(251, 191, 36, 0.2);
}
.auction-board-mode .bpc-stat-item--age .bpc-stat-icon {
  color: #fbbf24;
  background: rgba(251, 191, 36, 0.12);
}
.auction-board-mode .bpc-stat-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  transition: background 0.2s;
}
.auction-board-mode .bpc-stat-body {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.auction-board-mode .bpc-stat-label {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #94a8d8;
  line-height: 1;
}
.auction-board-mode .bpc-stat-value {
  font-size: 13px;
  font-weight: 800;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.auction-board-mode .bpc-stat-value--gold {
  color: #fbbf24;
}
.auction-board-mode .bpc-stat-value--cyan {
  color: #a5f3fc;
}
.auction-board-mode .bpc-bid-live {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-width: 0;
  align-self: stretch;
  min-height: 104px;
  background: linear-gradient(120deg, rgba(251, 191, 36, 0.2) 0%, rgba(251, 191, 36, 0.05) 55%, transparent 100%), linear-gradient(180deg, #06091c 0%, #040710 100%);
  border: 1.5px solid rgba(251, 191, 36, 0.42);
  border-radius: 18px;
  padding: 16px 20px;
  margin-bottom: 16px;
  backdrop-filter: blur(4px);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.7), 0 0 50px rgba(251, 191, 36, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  animation: bpc-bid-panel-in 0.4s cubic-bezier(0.34, 1.4, 0.64, 1) 0.2s both, bpc-bid-border-glow 2s ease-in-out infinite;
}
.auction-board-mode .bpc-bid-live::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -30%;
  width: 35%;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(251, 191, 36, 0.1), transparent);
  animation: bm-bid-sweep 2.8s ease-in-out infinite;
}
.auction-board-mode .bpc-bid-live::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(251, 191, 36, 0.6), transparent);
}
@keyframes bpc-bid-panel-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes bpc-bid-border-glow {
  0%,
  100% {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.7), 0 0 40px rgba(251, 191, 36, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  50% {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.7), 0 0 70px rgba(251, 191, 36, 0.28), 0 0 20px rgba(251, 191, 36, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
}
@keyframes bm-bid-sweep {
  0% {
    left: -40%;
  }
  100% {
    left: 120%;
  }
}
.auction-board-mode .bpc-bid-logo {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid rgba(251, 191, 36, 0.55);
  box-shadow: 0 0 22px rgba(251, 191, 36, 0.32), 0 4px 12px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.92);
}
.auction-board-mode .bpc-team-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.92);
}
.auction-board-mode .bpc-bid-logo-fallback {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.2), rgba(251, 191, 36, 0.08));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 900;
  color: #fbbf24;
}
.auction-board-mode .bpc-bid-info {
  flex: 1;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}
.auction-board-mode .bpc-bid-lbl {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 2.8px;
  color: #fbbf24;
  text-transform: uppercase;
  opacity: 0.85;
  display: flex;
  align-items: center;
  gap: 6px;
}
.auction-board-mode .bpc-live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fbbf24;
  box-shadow: 0 0 6px rgba(251, 191, 36, 0.55);
  animation: bpc-live-blink 1.2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes bpc-live-blink {
  0%,
  100% {
    opacity: 1;
    box-shadow: 0 0 8px rgba(251, 191, 36, 0.55);
  }
  50% {
    opacity: 0.3;
    box-shadow: none;
  }
}
.auction-board-mode .bpc-bid-val {
  font-size: 36px;
  font-weight: 900;
  color: #fbbf24;
  line-height: 1;
  letter-spacing: -1px;
  text-shadow: 0 0 20px rgba(251, 191, 36, 0.5), 0 2px 4px rgba(0, 0, 0, 0.6);
  animation: bpc-bid-pulse 1.8s ease-in-out infinite;
}
@keyframes bpc-bid-pulse {
  0%,
  100% {
    text-shadow: 0 0 20px rgba(251, 191, 36, 0.45), 0 2px 4px rgba(0, 0, 0, 0.6);
    transform: scale(1);
  }
  50% {
    text-shadow: 0 0 36px #fbbf24, 0 0 60px rgba(251, 191, 36, 0.5), 0 2px 4px rgba(0, 0, 0, 0.6);
    transform: scale(1.04);
  }
}
.auction-board-mode .bpc-bid-wave {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid rgba(251, 191, 36, 0.45);
  animation: bpc-wave-ring 2s ease-out infinite;
  pointer-events: none;
  z-index: 1;
}
.auction-board-mode .bpc-bid-wave.bpc-bid-wave--2 {
  animation-delay: 0.75s;
  border-color: rgba(251, 191, 36, 0.25);
}
.auction-board-mode .bpc-bid-wave::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 2px solid rgba(251, 191, 36, 0.18);
  animation: bpc-wave-ring 2s ease-out 0.4s infinite;
}
@keyframes bpc-wave-ring {
  0% {
    transform: translateY(-50%) scale(0.6);
    opacity: 0.9;
  }
  100% {
    transform: translateY(-50%) scale(2.2);
    opacity: 0;
  }
}
.auction-board-mode .bpc-team-val {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.3;
}
.auction-board-mode .bpc-team-empty {
  color: #94a8d8;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
}
@media (max-width: 1180px) {
  .auction-board-mode .bm-player-stage {
    width: 60%;
  }
  .auction-board-mode .bid-teams-area {
    width: 40%;
  }
  .auction-board-mode .bpc-stat-grid {
    grid-template-columns: 1fr;
  }
  .auction-board-mode .bpc-bid-live {
    flex-wrap: wrap;
  }
  .auction-board-mode .bpc-photo-stage {
    width: 38%;
  }
  .auction-board-mode .bpc-photo,
  .auction-board-mode .bpc-photo-fallback {
    min-height: 200px;
  }
}
.auction-board-mode .bid-player-placeholder {
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px dashed rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 16px 16px 110px;
  text-align: center;
  color: #94a8d8;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 18px;
}
.auction-board-mode .bid-player-placeholder p {
  color: #94a8d8;
  margin: 0;
}
.auction-board-mode .bid-player-placeholder .btn-auto-bid-start {
  background: linear-gradient(135deg, #4f6ef2 0%, #7c3aed 100%);
  box-shadow: 0 4px 24px rgba(79, 110, 242, 0.4);
}
.auction-board-mode .bid-player-placeholder .auto-bid-menu {
  background: #0d1030;
  border-color: rgba(79, 110, 242, 0.4);
}
.auction-board-mode .bid-player-placeholder .auto-bid-hint {
  color: #94a8d8;
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary {
  text-align: left;
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-download-row .acs-download-select-wrap .form-control {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #dbe4ff;
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-title {
  color: #f59e0b;
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-chip {
  background: rgba(255, 255, 255, 0.06);
  color: #94a8d8;
  border-color: rgba(255, 255, 255, 0.16);
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-chip--sold {
  background: rgba(74, 222, 128, 0.12);
  color: #4ade80;
  border-color: rgba(74, 222, 128, 0.2);
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-chip--unsold {
  background: rgba(248, 113, 113, 0.12);
  color: #f87171;
  border-color: rgba(248, 113, 113, 0.2);
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-table thead tr {
  background: rgba(255, 255, 255, 0.04);
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-table th {
  color: #94a8d8;
  border-bottom-color: rgba(255, 255, 255, 0.16);
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-table tbody tr {
  border-bottom-color: rgba(255, 255, 255, 0.16);
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-table td {
  color: #c7d2ff;
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-table .acs-td-rank {
  color: rgba(192, 210, 255, 0.4);
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-table .acs-tlogo-fb {
  background: linear-gradient(135deg, rgba(79, 110, 242, 0.4), rgba(124, 58, 237, 0.4));
  color: #c7d2ff;
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-table .acs-tname {
  color: #e0e8ff;
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-table .acs-tcode {
  color: #94a8d8;
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-table .acs-td--spent {
  color: #4ade80 !important;
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-table .acs-td--bal {
  color: #94a8d8 !important;
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-section-label {
  color: rgba(192, 210, 255, 0.35);
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-detail-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.16);
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-dc-head {
  background: rgba(79, 110, 242, 0.12);
  border-bottom-color: rgba(255, 255, 255, 0.16);
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-dc-name {
  color: #e0e8ff;
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-dc-count {
  color: #c7d2ff;
  background: rgba(255, 255, 255, 0.08);
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-dc-spent {
  color: #4ade80;
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-dc-pname {
  color: #c7d2ff;
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-dc-prole {
  color: #94a8d8;
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-dc-pp-fb {
  background: rgba(79, 110, 242, 0.3);
  color: #c7d2ff;
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-unsold-strip {
  background: rgba(248, 113, 113, 0.07);
  border-color: rgba(248, 113, 113, 0.2);
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-unsold-label {
  color: #f87171;
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-unsold-player {
  background: rgba(248, 113, 113, 0.1);
  border-color: rgba(248, 113, 113, 0.18);
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-unsold-pp-fb {
  background: rgba(248, 113, 113, 0.2);
  color: #f87171;
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-unsold-pname {
  color: #fca5a5;
}
.auction-board-mode .bid-player-placeholder .auction-complete-summary .acs-unsold-prole {
  color: #94a8d8;
}
.auction-board-mode .bid-stage-empty-title {
  color: #ffffff;
  font-size: 1.34rem;
}
.auction-board-mode .bid-stage-empty-text {
  color: #94a8d8;
  font-size: 0.82rem;
  line-height: 1.45;
}
.auction-board-mode .auto-bid-button-row {
  justify-content: flex-start;
}
.auction-board-mode .btn-auto-bid-start {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.88) 0%, rgba(79, 70, 229, 0.92) 100%);
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.25);
}
.auction-board-mode .btn-auto-bid-stop {
  background: rgba(248, 113, 113, 0.12);
  color: #fecaca;
  border-color: rgba(248, 113, 113, 0.22);
}
.auction-board-mode .wheel-stage-card {
  max-width: none;
  margin-top: 8px;
  background: radial-gradient(circle at top, rgba(34, 211, 238, 0.16), transparent 44%), linear-gradient(180deg, rgba(6, 14, 46, 0.86), rgba(9, 18, 56, 0.92));
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.3);
}
.auction-board-mode .wheel-stage-kicker {
  color: #a5f3fc;
}
.auction-board-mode .wheel-stage-title {
  color: #ffffff;
  font-size: 1.3rem;
}
.auction-board-mode .wheel-pointer {
  border-top-color: #fbbf24;
  filter: drop-shadow(0 10px 16px rgba(251, 191, 36, 0.24));
}
.auction-board-mode .wheel-disc {
  width: 420px;
  max-width: 44vw;
  height: 420px;
  max-height: 44vw;
  border-color: rgba(255, 255, 255, 0.82);
}
.auction-board-mode .wheel-slice-label {
  width: 112px;
  top: 22px;
  transform-origin: 50% 178px;
  font-size: 0.84rem;
}
.auction-board-mode .wheel-stage-result-label {
  color: #94a8d8;
}
.auction-board-mode .wheel-stage-result-name {
  color: #fde68a;
  text-shadow: 0 0 18px rgba(251, 191, 36, 0.2);
}
.auction-board-mode .team-spotlight-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  border: 1.5px solid rgba(255, 255, 255, 0.16);
  border-radius: 9px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.auction-board-mode .team-spotlight-kicker {
  color: #a5f3fc;
}
.auction-board-mode .team-spotlight-name {
  color: #ffffff;
}
.auction-board-mode .team-spotlight-code,
.auction-board-mode .team-spotlight-empty,
.auction-board-mode .team-spotlight-stat-label {
  color: #94a8d8;
}
.auction-board-mode .team-spotlight-stat {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.16);
}
.auction-board-mode .team-spotlight-stat-value {
  color: #fde68a;
}
.auction-board-mode .jersey-launch-card {
  max-width: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 9px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 14px 16px;
}
.auction-board-mode .jersey-launch-kicker {
  color: #a5f3fc;
  margin-bottom: 6px;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
}
.auction-board-mode .jersey-launch-title {
  font-size: 1rem;
  margin-bottom: 12px;
}
.auction-board-mode .jersey-launch-row {
  gap: 8px;
}
.auction-board-mode .jersey-launch-input {
  min-height: 42px;
  font-size: 0.92rem;
}
.auction-board-mode .btn-jersey-launch {
  min-height: 42px;
  padding: 0 14px;
  font-size: 0.88rem;
}
.auction-board-mode .bid-stage-idle-copy--simple {
  max-width: none;
  margin: 0;
  padding: 4px 2px 0;
  text-align: left;
}
.auction-board-mode .broadcast-stage-wheel-layout {
  display: block;
  min-height: 0;
}
.auction-board-mode .broadcast-action-dock {
  position: absolute;
  left: 22px;
  bottom: 14px;
  z-index: 12;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  max-width: calc(-330%);
  padding: 8px 10px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 10px;
  background: rgba(7, 14, 36, 0.94);
  box-shadow: 0 18px 36px rgba(2, 6, 23, 0.34);
  justify-self: start;
  align-self: end;
}
.auction-board-mode .broadcast-action-dock .btn-auto-bid-start,
.auction-board-mode .broadcast-action-dock .btn-auto-bid-stop {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 6px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: none;
}
.auction-board-mode .broadcast-action-dock .btn-auto-bid-start {
  background: rgba(79, 70, 229, 0.24);
  border: 1px solid rgba(129, 140, 248, 0.28);
  color: #eef2ff;
}
.auction-board-mode .broadcast-action-dock .btn-auto-bid-start--primary {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.88), rgba(79, 70, 229, 0.92));
  border-color: transparent;
}
.auction-board-mode .broadcast-action-dock .btn-auto-bid-stop {
  background: rgba(248, 113, 113, 0.14);
  color: #fecaca;
}
.auction-board-mode .jersey-launch-title {
  color: #ffffff;
}
.auction-board-mode .jersey-launch-input {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}
.auction-board-mode .btn-jersey-launch {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.88) 0%, rgba(79, 70, 229, 0.92) 100%);
}
.auction-board-mode .bid-teams-area {
  background: rgba(4, 10, 36, 0.35) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  box-shadow: none !important;
  padding: 16px !important;
}
.auction-board-mode .bid-teams-grid {
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}
.auction-board-mode .bid-team-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: stretch;
  column-gap: 12px;
  padding: 8px;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
  border: 1.5px solid rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.auction-board-mode .bid-team-card .btc-logo {
  grid-column: 1;
  width: 58px;
  min-height: 78px;
  height: 100%;
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  overflow: hidden;
}
.auction-board-mode .bid-team-card .btc-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  background: rgba(255, 255, 255, 0.96);
}
.auction-board-mode .bid-team-card .btc-main {
  grid-column: 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  justify-content: center;
}
.auction-board-mode .bid-team-card .btc-info {
  min-width: 0;
  padding-right: 30px;
}
.auction-board-mode .bid-team-card .btc-name {
  font-size: 0.9rem;
  font-weight: 800;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.01em;
}
.auction-board-mode .bid-team-card .btc-code {
  font-size: 0.62rem;
  color: rgba(165, 243, 252, 0.88);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.auction-board-mode .bid-team-card .btc-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  width: 100%;
}
.auction-board-mode .bid-team-card .btc-stats--with-max {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.auction-board-mode .btc-stats {
  gap: 6px !important;
  flex-wrap: nowrap;
}
.auction-board-mode .btc-stat {
  position: relative;
  min-height: 46px;
  min-width: 0;
  padding: 15px 5px 6px;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.auction-board-mode .btc-stat-val {
  font-size: 0.74rem !important;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.auction-board-mode .btc-stat-lbl {
  position: absolute;
  top: 4px;
  right: 6px;
  font-size: 0.5rem !important;
  letter-spacing: 0.14em;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(148, 168, 216, 0.88);
}
.auction-board-mode .btc-stat--max {
  background: rgba(34, 211, 238, 0.08);
  border-color: rgba(34, 211, 238, 0.14);
}
.auction-board-mode .btc-stats--with-max .btc-stat--max {
  background: linear-gradient(180deg, rgba(251, 191, 36, 0.12), rgba(245, 158, 11, 0.06));
  border-color: rgba(251, 191, 36, 0.18);
}
.auction-board-mode .btc-stat--max .btc-stat-val,
.auction-board-mode .btc-stat--max .btc-stat-lbl {
  color: #fde68a;
}
.auction-board-mode .bid-team-card.is-selected {
  background: linear-gradient(180deg, rgba(34, 211, 238, 0.16), rgba(34, 211, 238, 0.08));
  border-color: rgba(34, 211, 238, 0.5);
  box-shadow: 0 0 0 1px rgba(34, 211, 238, 0.2), 0 14px 32px rgba(0, 0, 0, 0.24);
}
.auction-board-mode .bid-team-card.is-broke {
  background: linear-gradient(180deg, rgba(248, 113, 113, 0.12), rgba(248, 113, 113, 0.05));
}
.auction-board-mode .bid-team-card.is-over-limit {
  background: rgba(255, 255, 255, 0.03);
}
.auction-board-mode .bid-team-card .btc-bid-key {
  top: 8px;
  right: 8px;
}
.auction-board-mode .bid-teams-header h4 {
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.auction-board-mode .bid-keyboard-hint {
  color: #94a8d8;
  font-size: 11px;
}
.auction-board-mode .bid-keyboard-hint kbd {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  color: #a5f3fc;
  padding: 1px 5px;
}
.auction-board-mode .bid-submit-row {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 28px;
  background: linear-gradient(90deg, rgba(6, 12, 40, 0.96) 0%, rgba(10, 18, 52, 0.96) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 -4px 32px rgba(0, 0, 0, 0.45);
  margin-top: 0;
}
.auction-board-mode .bid-amount-label {
  color: #94a8d8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.auction-board-mode .bid-amount-input {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  border-radius: 8px;
  text-align: center;
}
.auction-board-mode .bid-amount-input:focus {
  outline: none;
  border-color: #22d3ee;
  background: rgba(34, 211, 238, 0.1);
}
.auction-board-mode .bid-decr-btn,
.auction-board-mode .bid-incr-btn {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  border-radius: 8px;
}
.auction-board-mode .bid-decr-btn:hover,
.auction-board-mode .bid-incr-btn:hover {
  background: rgba(34, 211, 238, 0.15);
  border-color: #22d3ee;
  color: #22d3ee;
}
.auction-board-mode .bid-amount-hint {
  color: #94a8d8;
  font-size: 11px;
}
.auction-board-mode .bid-team-card {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1.5px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.18s;
}
.auction-board-mode .bid-team-card:hover:not(.is-over-limit):not(.is-broke) {
  border-color: rgba(34, 211, 238, 0.5);
  background: rgba(34, 211, 238, 0.1);
  box-shadow: 0 0 20px rgba(34, 211, 238, 0.15);
  transform: translateY(-2px);
}
.auction-board-mode .bid-team-card.is-selected {
  border-color: #22d3ee;
  background: rgba(34, 211, 238, 0.16);
  box-shadow: 0 0 28px rgba(34, 211, 238, 0.25), inset 0 0 0 1px rgba(34, 211, 238, 0.2);
}
.auction-board-mode .bid-team-card.is-over-limit,
.auction-board-mode .bid-team-card.is-broke {
  opacity: 0.4;
  cursor: not-allowed;
}
.auction-board-mode .btc-logo-fallback {
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.3), rgba(96, 165, 250, 0.3));
  color: #ffffff;
}
.auction-board-mode .btc-name {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}
.auction-board-mode .btc-code {
  color: #94a8d8;
}
.auction-board-mode .btc-stat-lbl {
  color: #94a8d8;
}
.auction-board-mode .btc-stat-val {
  color: #ffffff;
}
.auction-board-mode .btc-stat--low .btc-stat-val {
  color: #f87171;
}
.auction-board-mode .btc-bid-key kbd {
  background: rgba(251, 191, 36, 0.15);
  border: 1px solid rgba(251, 191, 36, 0.4);
  color: #fde68a;
  border-radius: 5px;
  padding: 2px 7px;
  font-size: 11px;
  font-weight: 800;
}
.auction-board-mode .bid-summary {
  color: #94a8d8;
  font-size: 13px;
}
.auction-board-mode .bid-summary strong {
  color: #ffffff;
}
.auction-board-mode .bid-max-badge {
  background: rgba(251, 191, 36, 0.2);
  color: #fde68a;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 800;
  padding: 2px 6px;
}
.auction-board-mode .bid-balance-warn {
  color: #f87171;
  font-size: 12px;
}
.auction-board-mode .btn.bid-confirm-btn {
  background: linear-gradient(135deg, rgba(248, 113, 113, 0.25), rgba(220, 38, 38, 0.2));
  border: 1.5px solid rgba(248, 113, 113, 0.55);
  color: #fecaca;
  font-weight: 800;
  letter-spacing: 0.5px;
  box-shadow: 0 0 18px rgba(248, 113, 113, 0.15);
  border-radius: 10px;
}
.auction-board-mode .btn.bid-confirm-btn:not(:disabled):hover {
  background: linear-gradient(135deg, rgba(248, 113, 113, 0.4), rgba(220, 38, 38, 0.35));
  box-shadow: 0 0 28px rgba(248, 113, 113, 0.3);
}
.auction-board-mode .btn.bid-confirm-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.auction-board-mode .btn.bid-confirm-btn.bid-confirm-btn--max {
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.3), rgba(245, 158, 11, 0.25));
  border-color: rgba(251, 191, 36, 0.6);
  color: #fde68a;
  box-shadow: 0 0 20px rgba(251, 191, 36, 0.55);
}
.auction-board-mode .btn.bid-unsold-btn {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #94a8d8;
  border-radius: 10px;
}
.auction-board-mode .btn.bid-unsold-btn:not(:disabled):hover {
  border-color: rgba(248, 113, 113, 0.4);
  color: #f87171;
}
.auction-board-mode .btn.bid-unsold-btn:disabled {
  opacity: 0.3;
}
.auction-board-mode .bid-history-panel {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  overflow: hidden;
}
.auction-board-mode .bhp-title {
  color: #a5f3fc;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
}
.auction-board-mode .bid-history-table th {
  color: #94a8d8;
  font-size: 10px;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.04);
}
.auction-board-mode .bid-history-table td {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.07);
  font-size: 12px;
}
.auction-board-mode .bid-history-table tr:hover td {
  background: rgba(255, 255, 255, 0.04);
}
.auction-board-mode .auction-no-rules-card {
  background: rgba(251, 191, 36, 0.1);
  border-color: rgba(251, 191, 36, 0.4);
}
.auction-board-mode .auction-no-rules-card .anrc-title {
  color: #ffffff;
}
.auction-board-mode .auction-no-rules-card .anrc-desc {
  color: #94a8d8;
}
.auction-board-mode .auction-no-rules-card .anrc-icon {
  color: #fbbf24;
}
.auction-board-mode .bid-player-placeholder--random {
  justify-content: flex-start;
  padding-bottom: 118px;
}
.auction-board-mode .broadcast-stage-wheel-layout {
  display: block;
  min-height: 0;
}
.auction-board-mode .wheel-stage-card {
  margin: 0;
  max-width: none;
  min-height: 0;
  padding: 16px 18px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: radial-gradient(circle at top, rgba(34, 211, 238, 0.14), transparent 48%), linear-gradient(180deg, rgba(11, 18, 43, 0.82), rgba(16, 24, 52, 0.74));
  border-color: rgba(148, 163, 184, 0.2);
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.28);
}
.auction-board-mode .wheel-stage-head {
  align-items: flex-start;
  margin-bottom: 14px;
}
.auction-board-mode .wheel-stage-title {
  color: #ffffff;
  font-size: 1.85rem;
  line-height: 1.1;
}
.auction-board-mode .wheel-stage-kicker {
  color: #a5f3fc;
}
.auction-board-mode .wheel-disc {
  width: 330px;
  max-width: 44vw;
  height: 330px;
  max-height: 44vw;
  border-width: 8px;
  box-shadow: inset 0 0 0 4px rgba(15, 23, 42, 0.08), 0 20px 40px rgba(2, 6, 23, 0.35);
}
.auction-board-mode .wheel-slice-label {
  top: 16px;
  width: 88px;
  transform-origin: 50% 140px;
  font-size: 0.7rem;
}
.auction-board-mode .wheel-center-core {
  width: 86px;
  height: 86px;
  margin: -43px 0 0 -43px;
}
.auction-board-mode .wheel-stage-result-label {
  color: #94a8d8;
}
.auction-board-mode .wheel-stage-result-name {
  color: #ffffff;
  font-size: 1.55rem;
}
.auction-board-mode .btn-wheel-spin {
  box-shadow: 0 12px 24px rgba(239, 68, 68, 0.24);
}
.ac-celebration-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(2, 6, 20, 0.78);
  backdrop-filter: blur(6px);
  cursor: pointer;
}
.ac-cel-fade-enter-active {
  transition: opacity 0.4s ease;
}
.ac-cel-fade-leave-active {
  transition: opacity 0.5s ease;
}
.ac-cel-fade-enter,
.ac-cel-fade-leave-to {
  opacity: 0;
}
.ac-fireworks {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.ac-fw-burst {
  position: absolute;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%);
}
.ac-fw-burst span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  margin: -2.5px;
  border-radius: 50%;
  animation: ac-fw-spark 1.4s ease-out infinite;
  opacity: 0;
}
.ac-fw-burst span:nth-child(1) {
  --r: 0deg;
  animation-delay: 0s;
}
.ac-fw-burst span:nth-child(2) {
  --r: 30deg;
  animation-delay: 0.06s;
}
.ac-fw-burst span:nth-child(3) {
  --r: 60deg;
  animation-delay: 0.12s;
}
.ac-fw-burst span:nth-child(4) {
  --r: 90deg;
  animation-delay: 0.04s;
}
.ac-fw-burst span:nth-child(5) {
  --r: 120deg;
  animation-delay: 0.1s;
}
.ac-fw-burst span:nth-child(6) {
  --r: 150deg;
  animation-delay: 0.02s;
}
.ac-fw-burst span:nth-child(7) {
  --r: 180deg;
  animation-delay: 0.08s;
}
.ac-fw-burst span:nth-child(8) {
  --r: 210deg;
  animation-delay: 0.14s;
}
.ac-fw-burst span:nth-child(9) {
  --r: 240deg;
  animation-delay: 0.03s;
}
.ac-fw-burst span:nth-child(10) {
  --r: 270deg;
  animation-delay: 0.09s;
}
.ac-fw-burst span:nth-child(11) {
  --r: 300deg;
  animation-delay: 0.05s;
}
.ac-fw-burst span:nth-child(12) {
  --r: 330deg;
  animation-delay: 0.11s;
}
.ac-fw-burst--gold span {
  background: #fbbf24;
  box-shadow: 0 0 4px #fbbf24;
  animation-delay: 0s !important;
  animation-duration: 1.6s;
}
.ac-fw-burst--cyan span {
  background: #22d3ee;
  box-shadow: 0 0 4px #22d3ee;
  animation-duration: 1.3s;
}
.ac-fw-burst--white span {
  background: #ffffff;
  box-shadow: 0 0 4px #ffffff;
  animation-duration: 1.5s;
}
.ac-fw-burst--green span {
  background: #4ade80;
  box-shadow: 0 0 4px #4ade80;
  animation-duration: 1.4s;
}
.ac-fw-burst--pink span {
  background: #f472b6;
  box-shadow: 0 0 4px #f472b6;
  animation-duration: 1.2s;
}
.ac-fw-burst:nth-child(1) {
  animation-delay: 0s;
}
.ac-fw-burst:nth-child(2) {
  animation-delay: 0.3s;
}
.ac-fw-burst:nth-child(3) {
  animation-delay: 0.6s;
}
.ac-fw-burst:nth-child(4) {
  animation-delay: 0.9s;
}
.ac-fw-burst:nth-child(5) {
  animation-delay: 1.2s;
}
.ac-fw-burst:nth-child(6) {
  animation-delay: 1.5s;
}
.ac-fw-burst:nth-child(7) {
  animation-delay: 1.8s;
}
.ac-fw-burst:nth-child(8) {
  animation-delay: 2.1s;
}
.ac-fw-burst:nth-child(9) {
  animation-delay: 2.4s;
}
@keyframes ac-fw-spark {
  0% {
    transform: rotate(var(--r, 0deg)) translateY(0px);
    opacity: 1;
    width: 5px;
    height: 5px;
  }
  30% {
    opacity: 0.9;
  }
  100% {
    transform: rotate(var(--r, 0deg)) translateY(-90px);
    opacity: 0;
    width: 2px;
    height: 2px;
  }
}
.ac-cel-card {
  position: relative;
  z-index: 10;
  width: 560px;
  max-width: 90vw;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(160deg, #08112a 0%, #04080f 100%);
  border: 1.5px solid rgba(251, 191, 36, 0.35);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.8), 0 40px 100px rgba(0, 0, 0, 0.7), 0 0 80px rgba(251, 191, 36, 0.25);
  animation: ac-card-pop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  cursor: default;
}
.ac-cel-card--unsold {
  border-color: rgba(248, 113, 113, 0.4);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.8), 0 40px 100px rgba(0, 0, 0, 0.7), 0 0 60px rgba(248, 113, 113, 0.2);
}
@keyframes ac-card-pop {
  from {
    opacity: 0;
    transform: scale(0.78) translateY(30px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.ac-cel-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 22px 20px 18px;
  position: relative;
  overflow: hidden;
}
.ac-cel-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.22) 0%, rgba(251, 191, 36, 0.05) 100%);
}
.ac-cel-header--unsold::before {
  background: linear-gradient(135deg, rgba(248, 113, 113, 0.2) 0%, rgba(248, 113, 113, 0.04) 100%);
}
.ac-cel-crown {
  font-size: 36px;
  line-height: 1;
  position: relative;
  z-index: 1;
  animation: ac-crown-bounce 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s both;
}
@keyframes ac-crown-bounce {
  from {
    transform: scale(0) rotate(-20deg);
    opacity: 0;
  }
  to {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
.ac-cel-headline {
  position: relative;
  z-index: 1;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: linear-gradient(120deg, #fff 0%, #fde68a 50%, #fbbf24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 16px rgba(251, 191, 36, 0.6));
  animation: ac-headline-in 0.4s ease 0.1s both;
}
.ac-cel-card--unsold .ac-cel-headline {
  background: linear-gradient(120deg, #fff 0%, #fca5a5 50%, #f87171 100%);
  filter: drop-shadow(0 2px 12px rgba(248, 113, 113, 0.5));
}
@keyframes ac-headline-in {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ac-cel-sub {
  position: relative;
  z-index: 1;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(251, 191, 36, 0.65);
}
.ac-cel-card--unsold .ac-cel-sub {
  color: rgba(248, 113, 113, 0.65);
}
.ac-cel-body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 22px 28px 18px;
}
.ac-cel-player {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.ac-cel-player-photo-wrap {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(251, 191, 36, 0.55);
  box-shadow: 0 0 28px rgba(251, 191, 36, 0.35);
  background: rgba(5, 9, 26, 0.8);
  animation: ac-photo-in 0.5s cubic-bezier(0.34, 1.3, 0.64, 1) 0.2s both;
}
.ac-cel-card--unsold .ac-cel-player-photo-wrap {
  border-color: rgba(248, 113, 113, 0.5);
  box-shadow: 0 0 24px rgba(248, 113, 113, 0.28);
}
@keyframes ac-photo-in {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.ac-cel-player-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.ac-cel-player-photo--ph {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: rgba(255, 255, 255, 0.2);
}
.ac-cel-player-name {
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2px;
  max-width: 130px;
  word-break: break-word;
  animation: ac-name-in 0.35s ease 0.3s both;
}
@keyframes ac-name-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ac-cel-arrow-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  animation: ac-arrow-in 0.4s ease 0.35s both;
}
@keyframes ac-arrow-in {
  from {
    opacity: 0;
    transform: scale(0.6);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.ac-cel-arrow {
  font-size: 28px;
  color: rgba(251, 191, 36, 0.6);
  line-height: 1;
}
.ac-cel-sold-to-lbl {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 2.5px;
  color: rgba(251, 191, 36, 0.6);
  text-transform: uppercase;
}
.ac-cel-amount {
  font-size: 26px;
  font-weight: 900;
  color: #fbbf24;
  text-shadow: 0 0 24px rgba(251, 191, 36, 0.7);
  letter-spacing: -0.5px;
  animation: ac-amount-pop 0.5s cubic-bezier(0.34, 1.8, 0.64, 1) 0.45s both;
}
@keyframes ac-amount-pop {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.ac-cel-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1;
  animation: ac-team-in 0.5s cubic-bezier(0.34, 1.3, 0.64, 1) 0.3s both;
}
@keyframes ac-team-in {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.ac-cel-team-logo-wrap {
  width: 88px;
  height: 88px;
  border-radius: 18px;
  overflow: hidden;
  border: 3px solid rgba(251, 191, 36, 0.55);
  box-shadow: 0 0 28px rgba(251, 191, 36, 0.35);
  background: rgba(255, 255, 255, 0.92);
}
.ac-cel-team-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}
.ac-cel-team-logo--ph {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 900;
  color: #fbbf24;
  background: rgba(251, 191, 36, 0.15);
}
.ac-cel-team-name {
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  max-width: 130px;
  word-break: break-word;
}
.ac-cel-timer-bar {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.ac-cel-timer-fill {
  height: 100%;
  background: linear-gradient(to right, #fbbf24, #f59e0b);
  animation: ac-timer-drain 5.5s linear both;
  transform-origin: left;
}
.ac-cel-timer-fill--unsold {
  background: linear-gradient(to right, #f87171, #ef4444);
}
@keyframes ac-timer-drain {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
.ac-cel-dismiss-hint {
  text-align: center;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.22);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 8px 0 12px;
}
.auction-board-root {
  min-height: 100vh;
  --ab-board-scale: clamp(0.82, calc(0.05882353vw), 1.25);
  background-image: url("/images/auctionboardbg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #ffffff;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}
.auction-board-root::before {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(160deg, rgba(2, 8, 28, 0.22) 0%, rgba(4, 12, 40, 0.18) 50%, rgba(2, 8, 28, 0.25) 100%);
  pointer-events: none;
  z-index: 0;
}
.ab-loading,
.ab-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  color: #94a8d8;
  gap: 18px;
  font-size: 18px;
  position: relative;
  z-index: 1;
}
.ab-error {
  color: #f87171;
}
.ab-spinner {
  width: 56px;
  height: 56px;
  border: 3px solid rgba(34, 211, 238, 0.2);
  border-top-color: #22d3ee;
  border-radius: 50%;
  animation: ab-spin 0.75s linear infinite;
  box-shadow: 0 0 24px rgba(34, 211, 238, 0.5);
}
@keyframes ab-spin {
  to {
    transform: rotate(360deg);
  }
}
.ab-board {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  zoom: var(--ab-board-scale);
}
.ab-topbar {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 28px;
  height: 80px;
  background: linear-gradient(90deg, rgba(2, 8, 35, 0.6) 0%, rgba(5, 15, 55, 0.55) 50%, rgba(2, 8, 35, 0.6) 100%);
  backdrop-filter: blur(4px) saturate(1.2);
  -webkit-backdrop-filter: blur(4px) saturate(1.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}
.ab-topbar::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #60a5fa 15%, #22d3ee 38%, #fbbf24 50%, #22d3ee 62%, #60a5fa 85%, transparent 100%);
  opacity: 0.8;
  animation: ab-topbar-shine 6s ease-in-out infinite;
}
@keyframes ab-topbar-shine {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
.ab-topbar-brand {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}
.ab-topbar-logo {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.18), 0 0 30px rgba(34, 211, 238, 0.3), 0 6px 20px rgba(0, 0, 0, 0.5);
  background: rgba(10, 20, 55, 0.7);
  backdrop-filter: blur(2px);
}
.ab-topbar-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.ab-topbar-name {
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.1;
  background: linear-gradient(120deg, #ffffff 0%, #e0f2fe 30%, #fde68a 70%, #fbbf24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 12px rgba(251, 191, 36, 0.35));
}
.ab-topbar-season {
  font-size: 11px;
  font-weight: 700;
  color: #a5f3fc;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 0.9;
}
.ab-topbar-stats {
  display: flex;
  gap: 8px;
  margin-left: auto;
  margin-right: 16px;
}
.ab-stat-chip {
  font-size: 11px;
  font-weight: 800;
  padding: 5px 15px;
  border-radius: 24px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  backdrop-filter: blur(2px);
}
.ab-stat--sold {
  background: rgba(248, 113, 113, 0.18);
  color: #f87171;
  border: 1px solid rgba(248, 113, 113, 0.4);
}
.ab-stat--unsold {
  background: rgba(148, 168, 216, 0.12);
  color: #94a8d8;
  border: 1px solid rgba(148, 168, 216, 0.25);
}
.ab-stat--avl {
  background: rgba(74, 222, 128, 0.15);
  color: #4ade80;
  border: 1px solid rgba(74, 222, 128, 0.35);
}
.ab-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 18px;
  border-radius: 24px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  white-space: nowrap;
  backdrop-filter: blur(2px);
}
.ab-live-badge--live {
  background: rgba(248, 113, 113, 0.18);
  color: #fca5a5;
  border: 1px solid rgba(248, 113, 113, 0.5);
  box-shadow: 0 0 24px rgba(248, 113, 113, 0.2);
  animation: ab-live-glow 2s ease-in-out infinite;
}
.ab-live-badge--upcoming {
  background: rgba(251, 191, 36, 0.15);
  color: #fde68a;
  border: 1px solid rgba(251, 191, 36, 0.4);
}
@keyframes ab-live-glow {
  0%,
  100% {
    box-shadow: 0 0 16px rgba(248, 113, 113, 0.2);
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 36px rgba(248, 113, 113, 0.45);
    opacity: 0.9;
  }
}
.ab-fullscreen-btn {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.2s;
  margin-left: 8px;
}
.ab-fullscreen-btn:hover {
  background: rgba(34, 211, 238, 0.18);
  border-color: rgba(34, 211, 238, 0.5);
  color: #22d3ee;
  box-shadow: 0 0 14px rgba(34, 211, 238, 0.2);
}
.ab-body {
  display: flex;
  flex: 1;
  overflow: hidden;
}
.ab-left {
  width: 40%;
  min-width: 340px;
  max-width: 40%;
  background: rgba(5, 12, 38, 0.28);
  backdrop-filter: blur(4px) saturate(1.1);
  -webkit-backdrop-filter: blur(4px) saturate(1.1);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  flex-shrink: 0;
}
.ab-board--stage .ab-left {
  width: 40%;
  max-width: 40%;
  min-width: 340px;
}
.ab-hero-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 18px 18px 16px;
}
.ab-hero-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 4px;
  color: #22d3ee;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.ab-hero-label-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #22d3ee;
  box-shadow: 0 0 10px rgba(34, 211, 238, 0.5), 0 0 22px rgba(34, 211, 238, 0.5);
  animation: ab-stage-dot 1s ease-in-out infinite;
}
@keyframes ab-stage-dot {
  0%,
  100% {
    box-shadow: 0 0 7px rgba(34, 211, 238, 0.5);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 20px rgba(34, 211, 238, 0.5), 0 0 40px rgba(34, 211, 238, 0.2);
    transform: scale(1.3);
  }
}
.ab-player-card-inner {
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06), 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 50px rgba(34, 211, 238, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative;
  margin-bottom: 14px;
  backdrop-filter: blur(3px);
  animation: ab-card-in 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes ab-card-in {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.ab-hero-photo-section {
  position: relative;
  width: 42%;
  flex-shrink: 0;
  background: rgba(0, 5, 20, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.ab-hero-photo-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 60%;
  background: radial-gradient(ellipse at 50% 100%, rgba(34, 211, 238, 0.22) 0%, transparent 70%);
  pointer-events: none;
}
.ab-hero-bigphoto {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: contain;
  object-position: center bottom;
  display: block;
  background: transparent;
  position: relative;
  z-index: 1;
}
.ab-hero-bigphoto--ph {
  width: 100%;
  min-height: 240px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: rgba(34, 211, 238, 0.18);
  background: rgba(0, 5, 20, 0.5);
}
.ab-jersey-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  min-width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #fbbf24 0%, #f97316 100%);
  color: #1a0a00;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  letter-spacing: -1px;
  box-shadow: 0 4px 24px rgba(251, 191, 36, 0.6), 0 2px 10px rgba(0, 0, 0, 0.5);
  z-index: 2;
  animation: ab-badge-pop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s both;
}
@keyframes ab-badge-pop {
  from {
    transform: scale(0) rotate(-12deg);
    opacity: 0;
  }
  to {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
.ab-hero-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 18px;
  gap: 12px;
}
.ab-hero-name {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.3px;
  word-break: break-word;
  text-align: left;
  background: linear-gradient(120deg, #fff 0%, #fde68a 60%, #fbbf24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 12px rgba(251, 191, 36, 0.4));
  animation: ab-name-in 0.35s ease 0.08s both;
}
@keyframes ab-name-in {
  from {
    opacity: 0;
    transform: translateX(-8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.ab-profile-stats {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ab-stat-item {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  padding: 10px 13px;
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  gap: 12px;
  transition: border-color 0.2s, background 0.2s;
}
.ab-stat-item:hover {
  border-color: rgba(34, 211, 238, 0.35);
  background: rgba(34, 211, 238, 0.08);
}
.ab-stat-item .ab-stat-label {
  min-width: 52px;
  margin-bottom: 0;
}
.ab-stat-label {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #94a8d8;
  margin-bottom: 4px;
}
.ab-stat-value {
  font-size: 13px;
  font-weight: 800;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 1.2;
}
.ab-age-val {
  color: #fbbf24 !important;
}
.ab-cbp {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(120deg, rgba(251, 191, 36, 0.18) 0%, rgba(251, 191, 36, 0.06) 100%);
  border: 1.5px solid rgba(251, 191, 36, 0.5);
  border-radius: 16px;
  padding: 14px 18px;
  margin-bottom: 16px;
  backdrop-filter: blur(2px);
  box-shadow: 0 0 40px rgba(251, 191, 36, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  animation: ab-cbp-in 0.3s ease;
  position: relative;
  overflow: hidden;
}
.ab-cbp::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -20%;
  width: 40%;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(251, 191, 36, 0.12), transparent);
  animation: ab-sweep 2.5s ease-in-out infinite;
}
@keyframes ab-sweep {
  0% {
    left: -40%;
  }
  100% {
    left: 120%;
  }
}
@keyframes ab-cbp-in {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.ab-cbp-logo {
  width: 54px;
  height: 54px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid rgba(251, 191, 36, 0.55);
  box-shadow: 0 0 18px rgba(251, 191, 36, 0.28);
}
.ab-cbp-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ab-cbp-logo-ph {
  width: 54px;
  height: 54px;
  border-radius: 10px;
  flex-shrink: 0;
  background: rgba(251, 191, 36, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 900;
  color: #fbbf24;
  border: 2px solid rgba(251, 191, 36, 0.3);
}
.ab-cbp-info {
  flex: 1;
}
.ab-cbp-label {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 2.5px;
  color: #fbbf24;
  text-transform: uppercase;
  margin-bottom: 2px;
  opacity: 0.8;
}
.ab-cbp-amount {
  font-size: 32px;
  font-weight: 900;
  color: #fbbf24;
  line-height: 1;
  margin-bottom: 3px;
  text-shadow: 0 0 24px rgba(251, 191, 36, 0.6);
  letter-spacing: -0.5px;
}
.ab-cbp-amount.ab-cbp-amount--pulse {
  animation: ab-bid-pulse 1.6s ease-in-out infinite;
}
@keyframes ab-bid-pulse {
  0%,
  100% {
    text-shadow: 0 0 18px rgba(251, 191, 36, 0.6);
    transform: scale(1);
  }
  50% {
    text-shadow: 0 0 32px rgba(251, 191, 36, 0.9), 0 0 60px rgba(251, 191, 36, 0.5);
    transform: scale(1.05);
  }
}
.ab-cbp-team {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ab-cbp-wave {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid rgba(251, 191, 36, 0.5);
  animation: ab-wave-ring 1.8s ease-out infinite;
  pointer-events: none;
}
.ab-cbp-wave::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(251, 191, 36, 0.25);
  animation: ab-wave-ring 1.8s ease-out 0.5s infinite;
}
@keyframes ab-wave-ring {
  0% {
    transform: translateY(-50%) scale(0.7);
    opacity: 0.8;
  }
  100% {
    transform: translateY(-50%) scale(1.8);
    opacity: 0;
  }
}
.ab-hero-enter-active {
  transition: all 0.4s cubic-bezier(0.34, 1.2, 0.64, 1);
}
.ab-hero-leave-active {
  transition: all 0.28s ease;
}
.ab-hero-enter {
  opacity: 0;
  transform: translateY(20px) scale(0.96);
}
.ab-hero-leave-to {
  opacity: 0;
  transform: translateY(-12px) scale(0.97);
}
.ab-idle-panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 32px 24px;
  text-align: center;
}
.ab-idle-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.ab-idle-logo-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 190px;
}
.ab-idle-logo {
  width: 114px;
  height: 114px;
  border-radius: 28px;
  object-fit: cover;
  border: 2.5px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 6px rgba(34, 211, 238, 0.1), 0 0 0 14px rgba(34, 211, 238, 0.05), 0 0 60px rgba(34, 211, 238, 0.28), 0 20px 60px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
  background: rgba(10, 20, 55, 0.6);
  animation: ab-logo-float 4s ease-in-out infinite;
}
@keyframes ab-logo-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.ab-idle-logo-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid rgba(34, 211, 238, 0.25);
  animation: ab-orbit 7s linear infinite;
}
.ab-idle-logo-wrap::after {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  border: 1px dashed rgba(251, 191, 36, 0.18);
  animation: ab-orbit 13s linear infinite reverse;
}
@keyframes ab-orbit {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ab-idle-tournament {
  width: 100%;
}
.ab-idle-tname {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  line-height: 1.2;
  margin-bottom: 8px;
  background: linear-gradient(120deg, #ffffff 0%, #bae6fd 40%, #fde68a 75%, #fbbf24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 16px rgba(251, 191, 36, 0.3));
}
.ab-idle-season {
  font-size: 12px;
  font-weight: 800;
  color: #a5f3fc;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  opacity: 0.9;
}
.ab-upcoming-date {
  background: rgba(251, 191, 36, 0.08);
  border: 1px solid rgba(251, 191, 36, 0.28);
  border-radius: 16px;
  padding: 18px 28px;
  text-align: center;
  backdrop-filter: blur(2px);
  width: 100%;
}
.ab-upcoming-label {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 3px;
  color: #94a8d8;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.ab-upcoming-val {
  font-size: 19px;
  font-weight: 900;
  color: #fbbf24;
}
.ab-idle-waiting {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.ab-waiting-dots {
  display: flex;
  gap: 8px;
}
.ab-waiting-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22d3ee;
  opacity: 0.3;
  animation: ab-dot 1.4s ease-in-out infinite;
  box-shadow: 0 0 8px rgba(34, 211, 238, 0.5);
}
.ab-waiting-dots span:nth-child(2) {
  animation-delay: 0.22s;
  background: #fbbf24;
  box-shadow: 0 0 8px rgba(251, 191, 36, 0.6);
}
.ab-waiting-dots span:nth-child(3) {
  animation-delay: 0.44s;
}
@keyframes ab-dot {
  0%,
  100% {
    opacity: 0.25;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.4);
  }
}
.ab-waiting-text {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  font-weight: 700;
  color: #94a8d8;
}
.ab-sold-celebration {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 980px;
  background: linear-gradient(120deg, rgba(3, 13, 45, 0.86) 0%, rgba(10, 25, 76, 0.88) 46%, rgba(7, 28, 72, 0.84) 100%);
  border: 2px solid rgba(251, 191, 36, 0.42);
  border-radius: 22px;
  padding: 16px 22px 22px;
  text-align: center;
  box-shadow: 0 0 70px rgba(251, 191, 36, 0.22), 0 24px 50px rgba(0, 0, 0, 0.44), inset 0 0 30px rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(4px);
  animation: ab-sold-glow 2s ease-in-out infinite;
}
.ab-sold-overlay {
  position: absolute;
  top: 88px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  width: calc(64%);
  max-width: 1040px;
  pointer-events: none;
}
.ab-sold-celebration-title {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fde68a;
  margin-bottom: 12px;
  text-shadow: 0 0 16px rgba(251, 191, 36, 0.5);
}
.ab-sold-celebration-main {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
}
.ab-sold-player-card,
.ab-sold-team-card {
  min-height: 124px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.05), 0 12px 24px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  animation: ab-card-pulse 1.8s ease-in-out infinite;
}
.ab-sold-player-photo,
.ab-sold-team-logo {
  width: 76px;
  height: 76px;
  border-radius: 14px;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.35);
}
.ab-sold-player-photo--ph,
.ab-sold-team-logo--ph {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(79, 110, 242, 0.42), rgba(34, 211, 238, 0.3));
  color: #e8f5ff;
  font-size: 30px;
  font-weight: 900;
}
.ab-sold-player-name,
.ab-sold-team-name {
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
  text-align: left;
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.2);
}
.ab-sold-team-name {
  color: #a5f3fc;
}
.ab-sold-center-block {
  min-width: 190px;
  border-radius: 16px;
  padding: 12px 18px;
  background: linear-gradient(180deg, rgba(251, 191, 36, 0.2) 0%, rgba(251, 191, 36, 0.07) 100%);
  border: 1px solid rgba(251, 191, 36, 0.4);
  box-shadow: 0 0 24px rgba(251, 191, 36, 0.24);
  animation: ab-center-pop 0.5s ease;
}
.ab-sold-center-label {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 3px;
  color: #fde68a;
  margin-bottom: 8px;
}
.ab-sold-celebration-amt {
  font-size: 52px;
  line-height: 1;
  font-weight: 900;
  color: #fbbf24;
  letter-spacing: 0.6px;
  text-shadow: 0 0 24px rgba(251, 191, 36, 0.68);
}
.ab-sold-unsold-text {
  font-size: 48px;
  line-height: 1;
  font-weight: 900;
  color: #fda4af;
  letter-spacing: 1px;
  text-shadow: 0 0 24px rgba(248, 113, 113, 0.65);
}
.ab-sold-celebration--unsold {
  border-color: rgba(248, 113, 113, 0.5);
  box-shadow: 0 0 65px rgba(248, 113, 113, 0.24), 0 24px 50px rgba(0, 0, 0, 0.44), inset 0 0 30px rgba(255, 255, 255, 0.05);
}
.ab-sold-celebration--unsold .ab-sold-celebration-title {
  color: #fecdd3;
  text-shadow: 0 0 14px rgba(248, 113, 113, 0.55);
}
.ab-sold-celebration--unsold .ab-sold-center-block {
  background: linear-gradient(180deg, rgba(248, 113, 113, 0.22) 0%, rgba(248, 113, 113, 0.08) 100%);
  border-color: rgba(248, 113, 113, 0.45);
  box-shadow: 0 0 22px rgba(248, 113, 113, 0.26);
}
.ab-sold-celebration--unsold .ab-sold-center-label {
  color: #fecaca;
}
.ab-sold-celebration--unsold .ab-sold-spark {
  background: radial-gradient(circle, #fff 0%, #fda4af 65%, transparent 100%);
  box-shadow: 0 0 18px rgba(248, 113, 113, 0.75);
}
.ab-sold-sticker {
  position: absolute;
  right: 18px;
  top: 14px;
  width: 96px;
  transform: rotate(10deg) scale(0.8);
  opacity: 0;
  animation: ab-sticker-pop 0.6s ease 0.25s forwards;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.4));
}
.ab-sold-sparkles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.ab-sold-spark {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0%, #fde68a 65%, transparent 100%);
  box-shadow: 0 0 18px rgba(251, 191, 36, 0.7);
  animation: ab-spark 2.2s ease-in-out infinite;
}
.ab-sold-spark.s1 {
  top: 20%;
  left: 10%;
}
.ab-sold-spark.s2 {
  top: 35%;
  left: 26%;
  animation-delay: 0.24s;
}
.ab-sold-spark.s3 {
  top: 15%;
  right: 22%;
  animation-delay: 0.42s;
}
.ab-sold-spark.s4 {
  top: 62%;
  left: 18%;
  animation-delay: 0.6s;
}
.ab-sold-spark.s5 {
  top: 70%;
  right: 16%;
  animation-delay: 0.28s;
}
.ab-sold-spark.s6 {
  top: 46%;
  right: 7%;
  animation-delay: 0.78s;
}
.ab-sold-duration-bar {
  margin-top: 14px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}
.ab-sold-duration-bar::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #22d3ee 0%, #fbbf24 55%, #fb7185 100%);
  transform-origin: left center;
  animation: ab-duration-fill 10s linear forwards;
}
.ab-sold-duration-bar--unsold::before {
  background: linear-gradient(90deg, #fb7185 0%, #f43f5e 55%, #fb7185 100%);
}
@keyframes ab-spark {
  0%,
  100% {
    opacity: 0.15;
    transform: scale(0.5) translateY(0);
  }
  50% {
    opacity: 1;
    transform: scale(1.2) translateY(-6px);
  }
}
@keyframes ab-duration-fill {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
@keyframes ab-sticker-pop {
  from {
    opacity: 0;
    transform: rotate(18deg) scale(0.45);
  }
  to {
    opacity: 1;
    transform: rotate(10deg) scale(1);
  }
}
@keyframes ab-center-pop {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ab-card-pulse {
  0%,
  100% {
    border-color: rgba(255, 255, 255, 0.2);
  }
  50% {
    border-color: rgba(34, 211, 238, 0.42);
  }
}
@media (max-width: 900px) {
  .ab-sold-celebration-main {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .ab-sold-player-card,
  .ab-sold-team-card {
    min-height: 92px;
  }
  .ab-sold-player-name,
  .ab-sold-team-name {
    font-size: 20px;
  }
  .ab-sold-celebration-amt {
    font-size: 36px;
  }
}
@keyframes ab-sold-glow {
  0%,
  100% {
    box-shadow: 0 0 34px rgba(251, 191, 36, 0.18), 0 10px 28px rgba(0, 0, 0, 0.35), inset 0 0 20px rgba(255, 255, 255, 0.06);
  }
  50% {
    box-shadow: 0 0 54px rgba(251, 191, 36, 0.32), 0 16px 38px rgba(0, 0, 0, 0.4), inset 0 0 28px rgba(255, 255, 255, 0.08);
  }
}
.ab-sold-pop-enter-active,
.ab-sold-pop-leave-active {
  transition: opacity 0.4s ease;
}
.ab-sold-pop-enter,
.ab-sold-pop-leave-to {
  opacity: 0;
}
.ab-complete-screen {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
  padding: 10px 16px 12px;
  font-size: 0.64rem;
}
.ab-complete-screen .ab-cs-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.ab-complete-screen .ab-cs-trophy {
  font-size: 1.8rem;
  color: #f59e0b;
  filter: drop-shadow(0 0 10px rgba(245, 158, 11, 0.6));
  animation: ab-trophy-pulse 2s ease-in-out infinite;
}
@keyframes ab-trophy-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.ab-complete-screen .ab-cs-title {
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f59e0b;
  text-shadow: 0 0 20px rgba(245, 158, 11, 0.4);
  flex: 1;
}
.ab-complete-screen .ab-cs-chips {
  display: flex;
  gap: 8px;
}
.ab-complete-screen .ab-cs-chip {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.08);
  color: #c7d2ff;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.ab-complete-screen .ab-cs-chip.ab-cs-chip--sold {
  background: rgba(74, 222, 128, 0.15);
  color: #4ade80;
  border-color: rgba(74, 222, 128, 0.25);
}
.ab-complete-screen .ab-cs-chip.ab-cs-chip--unsold {
  background: rgba(248, 113, 113, 0.15);
  color: #f87171;
  border-color: rgba(248, 113, 113, 0.25);
}
.ab-complete-screen .ab-cs-table-wrap {
  flex: 1;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.ab-complete-screen .ab-cs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.78rem;
}
.ab-complete-screen .ab-cs-table thead tr {
  background: rgba(79, 110, 242, 0.2);
}
.ab-complete-screen .ab-cs-table th {
  padding: 5px 8px;
  text-align: left;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(192, 210, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  white-space: nowrap;
}
.ab-complete-screen .ab-cs-table .ab-cs-th-rank {
  width: 28px;
  text-align: center;
}
.ab-complete-screen .ab-cs-table .ab-cs-th-num {
  text-align: right;
}
.ab-complete-screen .ab-cs-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.12s;
}
.ab-complete-screen .ab-cs-table tbody tr:last-child {
  border-bottom: none;
}
.ab-complete-screen .ab-cs-table tbody tr:nth-child(odd) {
  background: rgba(255, 255, 255, 0.03);
}
.ab-complete-screen .ab-cs-table tbody tr:hover {
  background: rgba(79, 110, 242, 0.1);
}
.ab-complete-screen .ab-cs-table td {
  padding: 5px 8px;
  color: #c7d2ff;
  vertical-align: middle;
}
.ab-complete-screen .ab-cs-table .ab-cs-td-rank {
  text-align: center;
  font-weight: 700;
  font-size: 0.75rem;
  color: rgba(192, 210, 255, 0.4);
}
.ab-complete-screen .ab-cs-table .ab-cs-td-team {
  display: flex;
  align-items: center;
  gap: 7px;
}
.ab-complete-screen .ab-cs-table .ab-cs-team-logo {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0;
}
.ab-complete-screen .ab-cs-table .ab-cs-team-logo-fb {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(79, 110, 242, 0.4), rgba(124, 58, 237, 0.4));
  color: #c7d2ff;
  font-weight: 700;
  font-size: 0.72rem;
  flex-shrink: 0;
}
.ab-complete-screen .ab-cs-table .ab-cs-team-names {
  display: flex;
  flex-direction: column;
}
.ab-complete-screen .ab-cs-table .ab-cs-team-names .ab-cs-tname {
  font-weight: 700;
  color: #e0e8ff;
  font-size: 0.78rem;
}
.ab-complete-screen .ab-cs-table .ab-cs-team-names .ab-cs-tcode {
  font-size: 0.62rem;
  color: #94a8d8;
}
.ab-complete-screen .ab-cs-table .ab-cs-td-num {
  text-align: right;
  font-weight: 600;
  white-space: nowrap;
}
.ab-complete-screen .ab-cs-table .ab-cs-td--spent {
  color: #4ade80 !important;
}
.ab-complete-screen .ab-cs-table .ab-cs-td--bal {
  color: rgba(192, 210, 255, 0.6) !important;
  font-weight: 400;
}
.ab-complete-screen .ab-cs-body {
  display: flex;
  gap: 20px;
  flex: 1;
  overflow: hidden;
  min-height: 0;
}
.ab-complete-screen .ab-cs-section-label {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(192, 210, 255, 0.4);
  margin-bottom: 8px;
}
.ab-complete-screen .ab-cs-left {
  display: flex;
  flex-direction: column;
  width: 26%;
  min-width: 0;
  flex-shrink: 0;
}
.ab-complete-screen .ab-cs-left .ab-cs-table-wrap {
  flex: 1;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.ab-complete-screen .ab-cs-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow-y: auto;
}
.ab-complete-screen .ab-cs-detail-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  overflow-y: auto;
  padding-right: 4px;
}
.ab-complete-screen .ab-cs-unsold-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  padding: 8px 14px;
  background: rgba(248, 113, 113, 0.07);
  border: 1px solid rgba(248, 113, 113, 0.2);
  border-radius: 10px;
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
}
.ab-complete-screen .ab-cs-unsold-label {
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #f87171;
  white-space: nowrap;
}
.ab-complete-screen .ab-cs-unsold-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
  flex: 1;
  align-items: center;
}
.ab-complete-screen .ab-cs-unsold-player {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(248, 113, 113, 0.1);
  border: 1px solid rgba(248, 113, 113, 0.18);
  border-radius: 20px;
  padding: 3px 10px 3px 4px;
  flex-shrink: 0;
}
.ab-complete-screen .ab-cs-unsold-pp {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.ab-complete-screen .ab-cs-unsold-pp-fb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(248, 113, 113, 0.25);
  color: #f87171;
  font-size: 0.65rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ab-complete-screen .ab-cs-unsold-pname {
  font-size: 0.78rem;
  font-weight: 600;
  color: #fca5a5;
  white-space: nowrap;
}
.ab-complete-screen .ab-cs-unsold-prole {
  font-size: 0.65rem;
  color: rgba(248, 113, 113, 0.6);
  white-space: nowrap;
}
.ab-complete-screen .ab-cs-detail-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  overflow: hidden;
}
.ab-complete-screen .ab-cs-dc-head {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 7px;
  background: rgba(79, 110, 242, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ab-complete-screen .ab-cs-dc-logo {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0;
}
.ab-complete-screen .ab-cs-dc-logo-fb {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: linear-gradient(135deg, rgba(79, 110, 242, 0.5), rgba(124, 58, 237, 0.5));
  color: #c7d2ff;
  font-weight: 700;
  font-size: 0.82rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ab-complete-screen .ab-cs-dc-name {
  font-size: 0.92rem;
  font-weight: 700;
  color: #e0e8ff;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ab-complete-screen .ab-cs-dc-count {
  font-size: 0.82rem;
  font-weight: 700;
  color: #c7d2ff;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 1px 7px;
  flex-shrink: 0;
}
.ab-complete-screen .ab-cs-dc-spent {
  font-size: 0.82rem;
  font-weight: 700;
  color: #4ade80;
  flex-shrink: 0;
}
.ab-complete-screen .ab-cs-dc-players {
  padding: 3px 5px;
}
.ab-complete-screen .ab-cs-dc-player {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 3px 3px;
  border-radius: 5px;
}
.ab-complete-screen .ab-cs-dc-player:hover {
  background: rgba(255, 255, 255, 0.04);
}
.ab-complete-screen .ab-cs-dc-pp {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.ab-complete-screen .ab-cs-dc-pp-fb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(79, 110, 242, 0.4), rgba(124, 58, 237, 0.4));
  color: #c7d2ff;
  font-size: 0.72rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ab-complete-screen .ab-cs-dc-pname {
  font-size: 0.88rem;
  font-weight: 600;
  color: #c7d2ff;
  flex: 1;
  white-space: normal;
  overflow: visible;
  word-break: break-word;
}
.ab-complete-screen .ab-cs-dc-prole {
  font-size: 0.75rem;
  color: #94a8d8;
  white-space: nowrap;
  flex-shrink: 0;
}
.ab-complete-screen .ab-cs-dc-pamt {
  font-size: 0.75rem;
  color: #4ade80;
  white-space: nowrap;
  flex-shrink: 0;
}
.ab-complete-screen .ab-cs-dc-empty {
  padding: 8px 4px;
  font-size: 0.82rem;
  color: #94a8d8;
  font-style: italic;
}
.ab-recent {
  padding: 14px 18px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
  background: rgba(2, 8, 28, 0.35);
  backdrop-filter: blur(3px);
}
.ab-recent-title {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 3px;
  color: #22d3ee;
  text-transform: uppercase;
  margin-bottom: 10px;
  opacity: 0.75;
}
.ab-recent-row {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  animation: ab-row-in 0.3s ease;
}
.ab-recent-row:last-child {
  border-bottom: none;
}
@keyframes ab-row-in {
  from {
    opacity: 0;
    transform: translateX(-8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.ab-recent-player {
  font-weight: 700;
  color: #e2e8f8;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ab-recent-arrow {
  color: #22d3ee;
  flex-shrink: 0;
  font-size: 10px;
  opacity: 0.6;
}
.ab-recent-team {
  color: #fbbf24;
  font-weight: 700;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ab-recent-amt {
  color: #4ade80;
  font-weight: 800;
  font-size: 11px;
  white-space: nowrap;
  flex-shrink: 0;
}
.ab-right {
  flex: 1;
  width: 60%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: rgba(4, 10, 35, 0.15);
  backdrop-filter: blur(2px);
}
.ab-teams-live {
  flex: 1;
  overflow-y: auto;
}
.ab-teams-live-header {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 3px;
  color: #94a8d8;
  text-transform: uppercase;
  padding: 14px 24px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(2, 8, 30, 0.55);
  position: sticky;
  top: 0;
  z-index: 1;
  backdrop-filter: blur(3px);
}
.ab-live-team {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: background 0.2s;
}
.ab-live-team:hover {
  background: rgba(255, 255, 255, 0.04);
}
.ab-live-team-logo {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.14);
  flex-shrink: 0;
  background: rgba(10, 20, 55, 0.5);
}
.ab-live-team-logo--ph {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(10, 20, 55, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #94a8d8;
  flex-shrink: 0;
}
.ab-live-team-name {
  flex: 1;
  min-width: 0;
}
.ab-live-tname {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ab-live-tshort {
  font-size: 11px;
  color: #94a8d8;
}
.ab-live-team-count,
.ab-live-team-balance,
.ab-live-team-max {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 64px;
}
.ab-live-count-val {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
}
.ab-live-count-lbl {
  font-size: 9px;
  color: #94a8d8;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ab-live-bal-val {
  font-size: 20px;
  font-weight: 900;
  color: #fbbf24;
}
.ab-live-bal-lbl {
  font-size: 9px;
  color: #94a8d8;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ab-live-max-val {
  font-size: 18px;
  font-weight: 800;
  color: #22d3ee;
}
.ab-live-max-lbl {
  font-size: 9px;
  color: #94a8d8;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ab-idle-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ab-tab-row {
  display: flex;
  background: rgba(2, 8, 30, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 20px;
  gap: 8px;
  backdrop-filter: blur(3px);
}
.ab-tab {
  padding: 7px 24px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: transparent;
  color: #94a8d8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
  text-transform: uppercase;
}
.ab-tab:hover {
  border-color: rgba(34, 211, 238, 0.45);
  color: #a5f3fc;
  background: rgba(34, 211, 238, 0.07);
}
.ab-tab.active {
  background: linear-gradient(130deg, rgba(34, 211, 238, 0.22) 0%, rgba(96, 165, 250, 0.14) 100%);
  color: #a5f3fc;
  border-color: rgba(34, 211, 238, 0.5);
  box-shadow: 0 0 18px rgba(34, 211, 238, 0.14);
}
.ab-teams-grid {
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  overflow-y: auto;
  flex: 1;
  align-content: start;
}
.ab-team-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transition: all 0.25s;
}
.ab-team-card:hover {
  border-color: rgba(34, 211, 238, 0.4);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), 0 0 20px rgba(34, 211, 238, 0.08);
  transform: translateY(-2px);
}
.ab-tc-logo-wrap {
  flex-shrink: 0;
}
.ab-tc-logo {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: block;
}
.ab-tc-logo--ph {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: rgba(34, 211, 238, 0.1);
  border: 1px solid rgba(34, 211, 238, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  color: #22d3ee;
}
.ab-tc-body {
  flex: 1;
  min-width: 0;
}
.ab-tc-name {
  font-size: 11px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ab-tc-main-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 5px;
}
.ab-tc-count {
  font-size: 22px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
}
.ab-tc-balance {
  font-size: 17px;
  font-weight: 900;
  color: #fbbf24;
  line-height: 1;
}
.ab-tc-cr {
  font-size: 10px;
  font-weight: 700;
  color: #fbbf24;
  opacity: 0.8;
}
.ab-tc-sub-row {
  display: flex;
  gap: 14px;
}
.ab-tc-max {
  font-size: 12px;
  font-weight: 600;
  color: #94a8d8;
}
.ab-tc-res {
  font-size: 12px;
  font-weight: 700;
  color: #4ade80;
}
.ab-players-list {
  flex: 1;
  overflow-y: auto;
  padding: 14px 16px;
}
.ab-player-search-wrap {
  position: relative;
  margin-bottom: 12px;
}
.ab-player-search-icon {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a8d8;
  font-size: 13px;
  pointer-events: none;
}
.ab-player-search {
  width: 100%;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  padding: 9px 36px 9px 36px;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  outline: none;
  box-sizing: border-box;
  backdrop-filter: blur(2px);
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.ab-player-search::placeholder {
  color: #607098;
}
.ab-player-search:focus {
  border-color: rgba(34, 211, 238, 0.5);
  background: rgba(34, 211, 238, 0.06);
  box-shadow: 0 0 16px rgba(34, 211, 238, 0.1);
}
.ab-player-search-clear {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #94a8d8;
  font-size: 13px;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
}
.ab-player-search-clear:hover {
  color: #ffffff;
}
.ab-cat-tabs {
  display: flex;
  gap: 7px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.ab-cat-tab {
  padding: 5px 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  background: transparent;
  color: #94a8d8;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
}
.ab-cat-tab.active,
.ab-cat-tab:hover {
  background: rgba(34, 211, 238, 0.13);
  border-color: rgba(34, 211, 238, 0.42);
  color: #a5f3fc;
}
.ab-status-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.ab-status-tab {
  padding: 5px 14px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  color: #94a8d8;
}
.ab-status-tab:hover {
  opacity: 0.85;
}
.ab-status-tab.is-all.active {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}
.ab-status-tab.is-avl.active {
  background: #4ade80;
  border-color: #4ade80;
  color: #000;
}
.ab-status-tab.is-sold.active {
  background: #fbbf24;
  border-color: #fbbf24;
  color: #000;
}
.ab-status-tab.is-unsold.active {
  background: #f87171;
  border-color: #f87171;
  color: #fff;
}
.ab-players-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
}
.ab-player-card {
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(2px);
  transition: all 0.22s;
}
.ab-player-card:hover {
  border-color: rgba(34, 211, 238, 0.38);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.2);
}
.ab-player-card.ab-player--sold {
  opacity: 0.4;
  filter: grayscale(50%);
}
.ab-player-card.ab-player--unsold {
  opacity: 0.5;
}
.ab-player-card.ab-player--stage {
  border-color: #fbbf24;
  box-shadow: 0 0 20px rgba(251, 191, 36, 0.6);
}
.ab-pc-photo-wrap {
  position: relative;
  width: 100%;
  height: 80px;
  background: rgba(0, 5, 20, 0.4);
  overflow: hidden;
}
.ab-pc-photo {
  width: 100%;
  height: 80px;
  object-fit: contain;
  object-position: center bottom;
  display: block;
  background: radial-gradient(ellipse at 50% 100%, rgba(34, 211, 238, 0.08) 0%, rgba(0, 5, 20, 0.55) 70%);
}
.ab-pc-photo--ph {
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: rgba(34, 211, 238, 0.18);
  background: rgba(0, 5, 20, 0.55);
}
.ab-pc-jersey {
  position: absolute;
  top: 7px;
  left: 7px;
  min-width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #fbbf24 0%, #f97316 100%);
  color: #1a0a00;
  font-size: 13px;
  font-weight: 900;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  line-height: 1;
  box-shadow: 0 2px 10px rgba(251, 191, 36, 0.6);
}
.ab-pc-status {
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.8px;
  padding: 3px 7px;
  border-radius: 6px;
  text-transform: uppercase;
}
.ab-pc-status.is-avl {
  background: rgba(74, 222, 128, 0.18);
  color: #4ade80;
  border: 1px solid rgba(74, 222, 128, 0.35);
}
.ab-pc-status-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px 10px 0 0;
  pointer-events: none;
  z-index: 2;
}
.ab-pc-status-img--sold {
  opacity: 0.88;
}
.ab-pc-status-img--unsold {
  opacity: 0.88;
}
.ab-pc-info {
  padding: 9px 10px 10px;
}
.ab-pc-name {
  font-size: 12px;
  font-weight: 800;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 6px;
}
.ab-pc-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.ab-pc-pill {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 2px 6px;
  border-radius: 4px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.6);
}
.ab-pc-pill.is-role {
  color: #22d3ee;
  background: rgba(34, 211, 238, 0.13);
}
.ab-pc-pill.is-age {
  color: #fbbf24;
  background: rgba(251, 191, 36, 0.13);
}
.ab-pc-pill.is-cat {
  color: #94a8d8;
}
.ab-sold-badge {
  font-size: 10px;
  font-weight: 700;
  color: #f87171;
  background: rgba(248, 113, 113, 0.12);
  padding: 2px 7px;
  border-radius: 6px;
}
.ab-avl-badge {
  font-size: 10px;
  font-weight: 700;
  color: #4ade80;
  background: rgba(74, 222, 128, 0.1);
  padding: 2px 7px;
  border-radius: 6px;
}
.ab-unsold-badge {
  font-size: 10px;
  font-weight: 700;
  color: #92400e;
  background: rgba(245, 158, 11, 0.14);
  padding: 2px 7px;
  border-radius: 6px;
  text-transform: uppercase;
}
.ab-bid-grid-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 0 0 16px;
}
.ab-live-bid-banner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
  background: linear-gradient(90deg, rgba(251, 191, 36, 0.15) 0%, rgba(251, 191, 36, 0.04) 100%);
  border-bottom: 1px solid rgba(251, 191, 36, 0.3);
  position: sticky;
  top: 0;
  z-index: 2;
  backdrop-filter: blur(4px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}
.ab-lbb-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fbbf24;
  box-shadow: 0 0 12px rgba(251, 191, 36, 0.6), 0 0 24px rgba(251, 191, 36, 0.25);
  animation: ab-live-glow 1s ease-in-out infinite;
  flex-shrink: 0;
}
.ab-lbb-label {
  font-size: 9px;
  letter-spacing: 2.5px;
  color: #94a8d8;
  text-transform: uppercase;
  font-weight: 800;
}
.ab-lbb-amt {
  font-size: 28px;
  font-weight: 900;
  color: #fbbf24;
  letter-spacing: -0.5px;
  text-shadow: 0 0 18px rgba(251, 191, 36, 0.6);
}
.ab-lbb-sep {
  font-size: 11px;
  color: #94a8d8;
}
.ab-lbb-team {
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  flex: 1;
}
.ab-bid-grid {
  padding: 20px 24px 8px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 16px;
  align-content: start;
}
.ab-bid-card {
  position: relative;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 18px 14px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  cursor: default;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  transition: border-color 0.25s, box-shadow 0.25s, opacity 0.25s, transform 0.25s;
}
.ab-bid-card--active {
  border-color: #fbbf24;
  background: rgba(251, 191, 36, 0.14);
  box-shadow: 0 0 0 2px rgba(251, 191, 36, 0.28), 0 0 50px rgba(251, 191, 36, 0.32), 0 12px 40px rgba(0, 0, 0, 0.25);
  transform: scale(1.06);
  z-index: 2;
  animation: ab-card-win 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.ab-bid-card--dim {
  opacity: 0.28;
  filter: grayscale(40%);
}
@keyframes ab-card-win {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.1);
  }
  70% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1.06);
  }
}
.ab-bid-card-live {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #fbbf24 0%, #f97316 100%);
  color: #000;
  font-size: 12px;
  font-weight: 900;
  padding: 5px 13px;
  border-radius: 12px;
  white-space: nowrap;
  letter-spacing: 0.3px;
  box-shadow: 0 2px 16px rgba(251, 191, 36, 0.6);
  animation: ab-badge-pop 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes ab-badge-pop {
  from {
    transform: translateX(-50%) scale(0) rotate(-10deg);
    opacity: 0;
  }
  to {
    transform: translateX(-50%) scale(1) rotate(0deg);
    opacity: 1;
  }
}
.ab-bid-card-logo {
  width: 68px;
  height: 68px;
  border-radius: 12px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 4px;
}
.ab-bid-card--active .ab-bid-card-logo {
  box-shadow: 0 0 24px rgba(251, 191, 36, 0.28);
  border-color: rgba(251, 191, 36, 0.5);
}
.ab-bid-card-logo--ph {
  width: 68px;
  height: 68px;
  border-radius: 12px;
  background: rgba(34, 211, 238, 0.1);
  border: 1px solid rgba(34, 211, 238, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #22d3ee;
}
.ab-bid-card-name {
  font-size: 13px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.25;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ab-bid-card-stats {
  display: flex;
  justify-content: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.ab-bid-card-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 9px 6px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.ab-bid-card-stat:last-child {
  border-right: none;
}
.ab-bcs-val {
  font-size: 16px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.1;
}
.ab-bcs-lbl {
  font-size: 9px;
  color: #94a8d8;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 2px;
}
.ab-bcs--bal {
  color: #fbbf24;
}
.ab-bcs--max {
  color: #22d3ee;
}
@media (max-width: 900px) {
  .auction-board-root {
    --ab-board-scale: 1;
  }
  .ab-board--stage .ab-left,
  .ab-left {
    width: 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .ab-body {
    flex-direction: column;
  }
  .ab-teams-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .ab-topbar-name {
    font-size: 16px;
  }
  .ab-topbar-logo {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 600px) {
  .ab-bid-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 12px;
  }
  .ab-players-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .ab-topbar {
    padding: 0 16px;
    height: 66px;
  }
  .ab-topbar-name {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .ab-topbar-logo {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 540px) {
  .ab-hero-bigphoto,
  .ab-hero-bigphoto--ph {
    height: 200px;
    font-size: 60px;
  }
  .ab-jersey-badge {
    min-width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .ab-hero-name {
    font-size: 22px;
  }
  .ab-cbp-amount {
    font-size: 26px;
  }
  .ab-teams-grid {
    grid-template-columns: 1fr;
  }
  .ab-idle-logo {
    width: 82px;
    height: 82px;
  }
  .ab-idle-tname {
    font-size: 17px;
  }
}
@media (min-width: 900px) {
  .ab-bid-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
@media (min-width: 1920px) {
  .auction-board-root {
    --ab-board-scale: clamp(1.05, calc(0.05555556vw), 1.35);
  }
  .ab-topbar {
    height: 92px;
    padding: 0 34px;
  }
  .ab-complete-screen {
    font-size: 0.74rem;
  }
}
@media (min-width: 2560px) {
  .auction-board-root {
    --ab-board-scale: clamp(1.2, calc(0.05263158vw), 1.5);
  }
  .ab-topbar {
    height: 100px;
    padding: 0 40px;
  }
  .ab-topbar-name {
    font-size: 28px;
  }
  .ab-complete-screen {
    font-size: 0.82rem;
  }
}
