.admin-home-shell {
  padding-top: 58px;
}

.admin-home-shell .configuration-module {
  width: min(100%, 720px);
  height: 132px;
  margin: 0;
  border-radius: 20px;
}

.admin-home-shell .metal-label {
  align-items: center;
  padding: 24px 32px;
}

.admin-home-shell .metal-label strong {
  width: 100%;
  text-align: center;
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: -1.8px;
}

.admin-home-shell .mechanical-gear {
  width: 98px;
  height: 98px;
  margin-right: 17px;
  border-radius: 27px;
  background: linear-gradient(145deg, rgba(189, 137, 255, .25), rgba(42, 19, 72, .9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 14px 32px rgba(0, 0, 0, .42), 0 0 30px rgba(144, 82, 235, .15);
}

.admin-home-shell .mechanical-gear::before {
  inset: 15px;
  border: 1px solid rgba(219, 191, 255, .32);
  background: radial-gradient(circle, rgba(119, 65, 190, .5), rgba(18, 8, 33, .92) 70%);
}

.admin-home-shell .mechanical-gear b {
  color: #dbc0ff;
  font-size: 60px;
  line-height: 1;
  text-shadow: 0 0 20px rgba(173, 111, 255, .65);
  transition: transform .65s cubic-bezier(.16, 1, .3, 1);
}

.admin-home-shell .mechanical-gear i {
  width: 13px;
  height: 13px;
  background: radial-gradient(circle at 35% 30%, #fff, #d5b4ff 36%, #8442df 74%);
  box-shadow: 0 0 0 3px #160a29, 0 0 18px #ad6aff;
}

.admin-home-shell .configuration-module:hover .mechanical-gear {
  transform: none;
}

.admin-home-shell .configuration-module:hover .mechanical-gear b {
  transform: rotate(55deg);
}

.config-shell .config-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
  max-width: none;
  margin-top: 42px;
}

.config-shell .config-button {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 62px;
  padding: 0 22px;
  border: 1px solid rgba(207, 177, 255, .18);
  border-radius: 10px;
  background: linear-gradient(105deg, rgba(66, 34, 106, .56), rgba(22, 11, 39, .72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 12px 26px rgba(0, 0, 0, .18);
  backdrop-filter: blur(18px);
}

.config-shell .config-button strong {
  margin: 0;
  color: #f4ebff;
  font: 600 15px "Space Grotesk", sans-serif;
  letter-spacing: -.25px;
}

.config-shell .config-button:hover {
  transform: translateX(4px);
  border-color: rgba(192, 143, 255, .5);
  background: linear-gradient(105deg, rgba(104, 54, 166, .67), rgba(29, 14, 50, .82));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .13), 0 15px 32px rgba(0, 0, 0, .25), 0 0 24px rgba(132, 72, 220, .1);
}

.lot-record-main {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.lot-record-main::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  transition: box-shadow .22s, background .22s;
}

.lot-record {
  position: relative;
  transition: transform .22s, border-color .22s;
}

.lot-record:hover {
  transform: translateY(-3px);
  border-color: rgba(190, 144, 255, .42);
}

.lot-record:hover .lot-record-main::after {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 0 28px rgba(135, 72, 221, .09);
}

.lot-record-main em {
  margin-top: 13px;
  color: #bd91fc;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}

.lot-toggle-wrap {
  position: relative;
  z-index: 3;
}

@media (max-width: 650px) {
  .admin-home-shell .configuration-module { height: 112px; }
  .admin-home-shell .mechanical-gear { width: 80px; height: 80px; margin-right: 14px; border-radius: 22px; }
  .admin-home-shell .mechanical-gear b { font-size: 49px; }
  .admin-home-shell .metal-label { padding: 18px; }
  .admin-home-shell .metal-label strong { font-size: 25px; }
  .config-shell .config-button { min-height: 58px; }
}
