/* --- WHIMPERING WASTES --- */
:root {
  --website-background: #121212;
  --theme-color1: #333333;
  --theme-color2: #363636;
  --website-theme-bg-base:        #0F1012;
  --website-theme-bg-sunken:      #121417;
  --website-theme-bg-surface:     #181B1F;
  --website-theme-bg-surface-alt: #1D2025;
  --website-theme-bg-raised:      #22262C;
  --website-theme-bg-hover:       #262B32;
  --website-theme-bg-active:      #1A1E23;
  --website-theme-bg-accent-blend:#2C3139;
  --website-theme-border-subtle:  #282D33;
  --website-theme-border:         #32383F;
  --website-theme-border-strong:  #3D454D;
  --website-theme-divider:        #2A3036;
  --website-theme-scrollbar:      #343B43;
  --website-theme-shadow-rgb:     0,0,0;
  --website-theme-glow-rgb:       255,215,0;
  --website-theme-text-primary:   #F5F7FA;
  --website-theme-text-secondary: #C9CFD6;
  --website-theme-text-dim:       #9098A1;
  --website-theme-text-dark:      #0b0b0b;
  --website-theme-radius-sm:      6px;
  --website-theme-radius-md:      10px;
  --website-theme-radius-lg:      16px;

  --spectro-accent1:      #FFD700;
  --spectro-accent2:      #FFEA00;
  --spectro-accent3:      #FFC107;
  --spectro-accent4:      #FFB300;
  --spectro-accent5:      #f3e120;

  --ww-accent-dark1: #212121;
  --ww-accent-dark2: #1a1a1a;
  --ww-accent-dark3: #2a2a2a;
  --ww-accent-white: #ffffff;
  --ww-accent1:      #FFD700;
  --ww-accent2:      #FFEA00;
  --ww-accent3:      #FFC107;
  --ww-accent4:      #FFB300;
  --ww-accent5:      #f3e120;
  --ww-accent1-rgb:  255,215,0;

  --ww-page-bg: linear-gradient(135deg, var(--website-theme-bg-surface) 0%, var(--website-theme-bg-base) 100%),
                radial-gradient(ellipse at 20% 0%, rgba(var(--ww-accent1-rgb),0.08) 0%, transparent 60%),
                radial-gradient(ellipse at 80% 100%, rgba(var(--ww-accent1-rgb),0.06) 0%, transparent 60%),
                var(--website-theme-bg-base);
  --ww-page-bg-transparent: transparent;

  --bg: var(--website-theme-bg-base);
  --surface: var(--website-theme-bg-surface);
  --surface-2: var(--website-theme-bg-surface-alt);
  --text: var(--website-theme-text-primary);
  --muted: var(--website-theme-text-dim);
  --border: var(--website-theme-border-subtle);
  --border-strong: var(--website-theme-border-strong);
  --shadow: 0 1px 0 rgba(var(--website-theme-shadow-rgb),0.55), 0 3px 8px rgba(var(--website-theme-shadow-rgb),0.55), 0 8px 20px rgba(var(--website-theme-shadow-rgb),0.6);
  --accent: var(--ww-accent1);
  --accent-contrast: var(--ww-accent-dark1);
  --success: #3ec6a6;
  --success-contrast: var(--ww-accent-dark1);
  --glass-bg: rgba(24,27,31,0.92);
  --glass-blur: blur(4px);
  --card-glow: 0 0 12px 0 rgba(var(--ww-accent1-rgb),0.15);
  --card-glow2: 0 0 24px 0 rgba(var(--ww-accent1-rgb),0.08);
}

.aw-whimpering-wastes-app{ 
  max-width: none; 
  margin: 0 auto; 
  padding: 28px 20px;
  color: var(--website-theme-text-primary);
  font-family: 'Inter', 'Segoe UI', 'Roboto', Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.aw-whimpering-wastes-app img{ display:block; max-width:100%; }

.aw-whimpering-wastes-header{ margin-bottom: 18px; }
.aw-whimpering-wastes-header__title{
  margin: 0 0 6px;
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 900;
  letter-spacing: -0.01em;
}
.aw-whimpering-wastes-header__subtitle{
  margin: 0;
  color: var(--website-theme-text-dim);
  font-size: 14.5px;
}

.aw-whimpering-wastes-layout{
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 18px;
}
@media (max-width: 900px){
  .aw-whimpering-wastes-layout{ grid-template-columns: 1fr; }
  
  .aw-whimpering-wastes-badge {
    height: auto !important;
    min-height: auto;
    padding: 8px !important;
    line-height: 1.4;
    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: block !important;
    width: fit-content;
    max-width: 100%;
  }
  
  .aw-whimpering-wastes-wave__head {
    align-items: flex-start !important;
    flex-wrap: wrap;
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.aw-whimpering-wastes-card {
  background: linear-gradient(135deg,
    var(--website-theme-bg-surface) 0%,
    var(--website-theme-bg-surface-alt) 100%);
  border: 1px solid var(--website-theme-border-subtle);
  border-radius: var(--website-theme-radius-lg);
  padding: 22px 22px 16px 22px;
  box-shadow:
    0 1px 0 rgba(var(--website-theme-shadow-rgb),0.55),
    0 3px 8px rgba(var(--website-theme-shadow-rgb),0.55),
    0 8px 20px rgba(var(--website-theme-shadow-rgb),0.6),
    inset 0 1px 0 rgba(255,255,255,0.04);
  position: relative;
  overflow: hidden;
}

.aw-whimpering-wastes-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(40deg,
    transparent 0%,
    rgba(var(--ww-accent1-rgb),0.03) 30%,
    rgba(var(--ww-accent1-rgb),0.08) 50%,
    rgba(var(--ww-accent1-rgb),0.03) 70%,
    transparent 100%);
  pointer-events: none;
}

.aw-whimpering-wastes-card + .aw-whimpering-wastes-card{ margin-top: 16px; }

.aw-whimpering-wastes-card__head{ margin-bottom: 8px; }
.aw-whimpering-wastes-card__title{ margin:0; font-size: 18px; font-weight: 800; }
.aw-whimpering-wastes-card__desc{ margin: 2px 0 0; color: var(--website-theme-text-dim); font-size: 13.5px; }

.aw-whimpering-wastes-muted{ color: var(--website-theme-text-dim); }

.aw-whimpering-wastes-floorlist{
  display: grid;
  gap: 10px;
  max-height: none;
  overflow: visible;
  padding-right: 4px;
}
.aw-whimpering-wastes-btn{
  appearance: none;
  cursor: pointer;
  border: 1px solid var(--website-theme-border-subtle);
  background: linear-gradient(135deg,
    var(--website-theme-bg-surface) 0%,
    var(--website-theme-bg-surface-alt) 100%);
  border-radius: var(--website-theme-radius-md);
  padding: 12px 14px;
  color: var(--website-theme-text-primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:
    0 1px 0 rgba(var(--website-theme-shadow-rgb),0.4),
    0 2px 4px rgba(var(--website-theme-shadow-rgb),0.3);
  position: relative;
  overflow: hidden;
}

.aw-whimpering-wastes-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg,
    transparent 0%,
    rgba(var(--ww-accent1-rgb),0.02) 50%,
    transparent 100%);
  transition: opacity 0.2s ease;
  opacity: 0;
}

.aw-whimpering-wastes-btn:hover{ 
  transform: translateY(-1px); 
  border-color: var(--website-theme-border); 
  box-shadow:
    0 1px 0 rgba(var(--website-theme-shadow-rgb),0.5),
    0 4px 8px rgba(var(--website-theme-shadow-rgb),0.4),
    0 8px 16px rgba(var(--website-theme-shadow-rgb),0.3);
}

.aw-whimpering-wastes-btn:hover::before {
  opacity: 1;
}
.aw-whimpering-wastes-btn__main{
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  align-items: flex-start;
  min-width: 0;
}
.aw-whimpering-wastes-btn__title{
  font-weight: 800;
  font-size: 14px;
  text-align: left;
  width: 100%;
}
.aw-whimpering-wastes-btn__subtitle{
  font-size: 12px;
  color: var(--muted);
  min-height: 1.2em;
  width: 100%;
  text-align: left;
  display: block;
}
.aw-whimpering-wastes-btn__chev{ opacity: .6; }
.aw-whimpering-wastes-btn.is-active {
  background: linear-gradient(135deg, 
    var(--ww-accent1) 0%, 
    var(--ww-accent3) 100%);
  color: var(--ww-accent-dark1);
  border-color: var(--ww-accent2);
  text-shadow: 0 1px 0 rgba(0,0,0,.1);
  box-shadow: 
    0 0 0 1px rgba(var(--ww-accent1-rgb), 0.5),
    0 2px 4px rgba(var(--website-theme-shadow-rgb), 0.4),
    0 4px 12px rgba(var(--ww-accent1-rgb), 0.3),
    inset 0 1px 0 rgba(255,255,255,0.2);
  transform: none;
}

.aw-whimpering-wastes-btn.is-active::before {
  background: linear-gradient(135deg,
    rgba(255,255,255,0.1) 0%,
    transparent 50%,
    rgba(0,0,0,0.05) 100%);
  opacity: 1;
}

.aw-whimpering-wastes-btn.is-active .aw-whimpering-wastes-btn__title {
  color: var(--ww-accent-dark1) !important;
  font-weight: 700;
}
.aw-whimpering-wastes-btn.is-active .aw-whimpering-wastes-btn__subtitle {
  color: var(--ww-accent-dark2) !important;
  opacity: 0.8;
}

.aw-whimpering-wastes-stack{ display:flex; flex-direction:column; }
.aw-whimpering-wastes-gap-16 > * + *{ margin-top: 8px; }

.aw-whimpering-wastes-metahead{
  display:flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.aw-whimpering-wastes-rankpills{ display:flex; flex-wrap: wrap; gap: 8px; align-items:center; }
.aw-whimpering-wastes-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 13px 5px 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  border: none;
  background: linear-gradient(90deg, #232a32 60%, #181b20 100%);
  color: var(--accent);
  border: 1.5px solid var(--accent);
  box-shadow: 0 0 6px 0 var(--accent);
  position: relative;
  margin-bottom: 7px;
}
.aw-whimpering-wastes-pill[data-rank="B"] {
  background: linear-gradient(135deg, #8B5A3C 0%, #6B4423 100%);
  color: #F5F5DC;
  border: 1px solid #A0622F;
  box-shadow: 0 2px 4px rgba(107, 68, 35, 0.3);
}

.aw-whimpering-wastes-pill[data-rank="A"] {
  background: linear-gradient(135deg, #C0C0C0 0%, #A8A8A8 100%);
  color: #2C2C2C;
  border: 1px solid #E0E0E0;
  box-shadow: 0 2px 6px rgba(192, 192, 192, 0.4);
}

.aw-whimpering-wastes-pill[data-rank="S"] {
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: #1A1A1A;
  border: 1px solid #FFED4E;
  box-shadow: 0 3px 8px rgba(255, 215, 0, 0.5);
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.aw-whimpering-wastes-pill[data-rank="SS"] {
  background: linear-gradient(135deg, #9B59B6 0%, #8E44AD 100%);
  color: #FFFFFF;
  border: 1px solid #C39BD3;
  box-shadow: 
    0 4px 12px rgba(155, 89, 182, 0.7),
    0 0 30px rgba(142, 68, 173, 0.4),
    inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.aw-whimpering-wastes-pill[data-rank="SSS"] {
  background: linear-gradient(135deg, #FF6B6B 0%, #FF3838 100%);
  color: #FFFFFF;
  border: 1px solid #FF8E8E;
  box-shadow: 
    0 4px 12px rgba(255, 107, 107, 0.6),
    0 0 30px rgba(255, 56, 56, 0.3),
    inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
  animation: aw-whimpering-wastes-glow 2s infinite alternate;
}
@keyframes aw-whimpering-wastes-glow {
  0% { 
    box-shadow: 
      0 4px 12px rgba(255, 107, 107, 0.6),
      0 0 30px rgba(255, 56, 56, 0.3),
      inset 0 1px 0 rgba(255,255,255,0.2);
  }
  100% { 
    box-shadow: 
      0 6px 16px rgba(255, 107, 107, 0.8),
      0 0 40px rgba(255, 56, 56, 0.5),
      inset 0 1px 0 rgba(255,255,255,0.3);
  }
}
.aw-whimpering-wastes-pill__icon {
  font-size: 1.2em;
  margin-right: 2px;
  vertical-align: middle;
  filter: drop-shadow(0 1px 2px #0006);
}

.aw-whimpering-wastes-list{ margin: 10px 0 0; padding-left: 18px; }
.aw-whimpering-wastes-list li{ margin: 6px 0; }

.aw-whimpering-wastes-tabs{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 10px;
  margin: 8px 0 14px;
  width: 100%;
}
.aw-whimpering-wastes-tab {
  flex: 0 1 calc((100% - 90px) / 10);
  max-width: calc((100% - 90px) / 10);
  min-width: 80px;
}
.aw-whimpering-wastes-tab{
  width: 100%;
  min-width: 0;
  text-align: center;
  padding: 12px 14px;
  border: 1px solid var(--website-theme-border-subtle);
  border-radius: var(--website-theme-radius-md);
  cursor: pointer;
  background: linear-gradient(135deg,
    var(--website-theme-bg-surface) 0%,
    var(--website-theme-bg-surface-alt) 100%);
  color: var(--website-theme-text-primary);
  font-weight: 900;
  letter-spacing: .2px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:
    0 1px 0 rgba(var(--website-theme-shadow-rgb),0.4),
    0 2px 4px rgba(var(--website-theme-shadow-rgb),0.3);
  position: relative;
  overflow: hidden;
}
.aw-whimpering-wastes-tab:hover{ 
  transform: translateY(-1px); 
  border-color: var(--website-theme-border); 
}
.aw-whimpering-wastes-tab.is-active{
  background: linear-gradient(135deg, 
    var(--ww-accent1) 0%, 
    var(--ww-accent3) 100%);
  color: var(--ww-accent-dark1);
  border-color: var(--ww-accent2);
  text-shadow: 0 1px 0 rgba(0,0,0,.1);
  box-shadow: 
    0 0 0 1px rgba(var(--ww-accent1-rgb), 0.5),
    0 2px 4px rgba(var(--website-theme-shadow-rgb), 0.4),
    0 4px 8px rgba(var(--ww-accent1-rgb), 0.2);
}

.aw-whimpering-wastes-wave{
  border: 1px solid var(--border-strong);
  background: linear-gradient(180deg, #0f1622, #0b121b);
  padding: 14px;
  border-radius: 14px;
}
.aw-whimpering-wastes-wave + .aw-whimpering-wastes-wave{ margin-top: 12px; }

.aw-whimpering-wastes-wave__head{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.aw-whimpering-wastes-wave__title{ font-weight: 800; font-size: 14px; letter-spacing: .2px; }

.aw-whimpering-wastes-badge{
  display:inline-flex;
  align-items:center;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  border: 1px solid var(--border-strong);
  background: #0f1724;
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
}
.aw-whimpering-wastes-badge--muted{ color: var(--muted); }

.aw-whimpering-wastes-enemygrid{
  display:grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.aw-whimpering-wastes-enemy {
  border: 1px solid var(--website-theme-border-subtle);
  background: linear-gradient(135deg,
    var(--website-theme-bg-surface) 0%,
    var(--website-theme-bg-surface-alt) 100%);
  border-radius: var(--website-theme-radius-lg);
  padding: 18px;
  box-shadow:
    0 1px 0 rgba(var(--website-theme-shadow-rgb),0.4),
    0 3px 6px rgba(var(--website-theme-shadow-rgb),0.3),
    0 0 12px rgba(var(--ww-accent1-rgb),0.05);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.aw-whimpering-wastes-enemy::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg,
    transparent 0%,
    rgba(var(--ww-accent1-rgb),0.02) 50%,
    transparent 100%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.aw-whimpering-wastes-enemy:hover{ 
  transform: translateY(-2px); 
  border-color: var(--website-theme-border); 
  box-shadow:
    0 1px 0 rgba(var(--website-theme-shadow-rgb),0.5),
    0 4px 8px rgba(var(--website-theme-shadow-rgb),0.4),
    0 8px 16px rgba(var(--website-theme-shadow-rgb),0.3),
    0 0 24px rgba(var(--ww-accent1-rgb),0.1);
}

.aw-whimpering-wastes-enemy:hover::before {
  opacity: 1;
}

.aw-whimpering-wastes-enemy__head{ display:flex; gap: 12px; align-items: center; }
.aw-whimpering-wastes-enemy__img {
  width: 60px; height: 60px; object-fit: cover;
  border-radius: 12px; 
  border: 2px solid var(--ww-accent1); 
  background: var(--website-theme-bg-surface-alt);
}
.aw-whimpering-wastes-enemy__title{ display:flex; align-items:center; gap: 8px; font-weight: 900; font-size: 16px; }
.aw-whimpering-wastes-enemy__stats{
  margin-top: 6px;
  display:flex; flex-wrap: wrap; gap: 10px;
  color: var(--website-theme-text-dim); font-size: 13.5px;
}

.aw-whimpering-wastes-enemy__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--ww-accent1) 0%, var(--ww-accent3) 100%);
  color: var(--website-background);
  font-weight: 700;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: var(--website-theme-radius-sm);
  border: 1px solid var(--ww-accent2);
  box-shadow: 
    0 1px 3px rgba(var(--website-theme-shadow-rgb), 0.3),
    0 0 8px rgba(var(--ww-accent1-rgb), 0.2);
  text-shadow: 0 1px 1px rgba(0,0,0,0.1);
  min-width: 24px;
}

.aw-whimpering-wastes-enemy__res{
  margin-top: 10px;
  display:flex; flex-wrap:wrap; gap: 8px;
}

.aw-whimpering-wastes-stage-tabs{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 8px 0 14px;
}

.aw-whimpering-wastes-stage-tab{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--website-theme-border-subtle);
  border-radius: var(--website-theme-radius-md);
  cursor: pointer;
  background: linear-gradient(135deg,
    var(--website-theme-bg-surface) 0%,
    var(--website-theme-bg-surface-alt) 100%);
  color: var(--website-theme-text-primary);
  font-weight: 900;
  letter-spacing: .2px;
  white-space: nowrap;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:
    0 1px 0 rgba(var(--website-theme-shadow-rgb),0.4),
    0 2px 4px rgba(var(--website-theme-shadow-rgb),0.3);
}

.aw-whimpering-wastes-stage-tab:hover{
  transform: translateY(-1px);
  border-color: var(--website-theme-border);
}

.aw-whimpering-wastes-stage-tab.is-active{
  background: linear-gradient(135deg, 
    var(--ww-accent1) 0%, 
    var(--ww-accent3) 100%);
  color: var(--ww-accent-dark1);
  border-color: var(--ww-accent2);
  text-shadow: 0 1px 0 rgba(0,0,0,.1);
  box-shadow: 
    0 0 0 1px rgba(var(--ww-accent1-rgb), 0.5),
    0 2px 4px rgba(var(--website-theme-shadow-rgb), 0.4),
    0 4px 8px rgba(var(--ww-accent1-rgb), 0.2);
}

.aw-whimpering-wastes-version-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 10px;
  margin: 8px 0 14px;
  width: 100%;
}
.aw-whimpering-wastes-version-tab {
  min-width: 80px;
  text-align: center;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 14px;
  cursor: pointer;
  background: linear-gradient(180deg, var(--surface), #0e1520);
  color: var(--text);
  font-weight: 900;
  letter-spacing: .2px;
  transition: transform .06s ease, border-color .18s ease, background .18s ease, color .18s ease;
  box-shadow: var(--shadow);
}

.aw-whimpering-wastes-version-tab-latest {
  background: linear-gradient(180deg, #ef4444 60%, #b91c1c 100%);
  color: #fef2f2;
  border-color: #ef4444;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.aw-whimpering-wastes-version-tab.is-active:not(.aw-whimpering-wastes-version-tab-latest) {
  background: linear-gradient(135deg, var(--ww-accent1) 0%, var(--ww-accent3) 100%);
  color: var(--ww-accent-dark1);
  border-color: var(--ww-accent2);
  text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.aw-whimpering-wastes-tokens-section {
  margin-top: 32px;
  padding-top: 12px;
  border-top: 1px solid var(--border);
}
.aw-whimpering-wastes-tokens-title {
  font-size: 15px;
  font-weight: 800;
  margin: 0 0 10px 0;
  color: var(--muted);
  letter-spacing: 0.5px;
}
.aw-whimpering-wastes-tokens-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.aw-whimpering-wastes-token {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(180deg, var(--surface), #0e1520);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 14px 18px;
  box-shadow: var(--shadow);
  margin-bottom: 6px;
}
.aw-whimpering-wastes-token-imgwrap {
  width: 100px;
  height: 100px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px #0002;
  position: relative;
  overflow: hidden;
  padding: 12px;
}
.aw-whimpering-wastes-token-img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  display: block;
}
.aw-whimpering-wastes-token-desc {
  font-size: 13.5px;
  color: var(--text);
  line-height: 1.3;
}
.aw-whimpering-wastes-token-desc strong {
  font-size: 14.5px;
  font-weight: 800;
  color: var(--accent);
}
.aw-whimpering-wastes-token-imgwrap {
  position: relative;
  overflow: hidden;
  padding: 12px;
}

.aw-whimpering-wastes-token.aw-whimpering-wastes-token-rank-5 .aw-whimpering-wastes-token-imgwrap {
  background: linear-gradient(135deg, #ffd700 60%, #b8860b 100%);
}
.aw-whimpering-wastes-token.aw-whimpering-wastes-token-rank-4 .aw-whimpering-wastes-token-imgwrap {
  background: linear-gradient(135deg, #a259ec 60%, #6d28d9 100%);
}
.aw-whimpering-wastes-token.aw-whimpering-wastes-token-rank-3 .aw-whimpering-wastes-token-imgwrap {
  background: linear-gradient(135deg, #3b82f6 60%, #1e293b 100%);
}
.aw-whimpering-wastes-token.aw-whimpering-wastes-token-rank-2 .aw-whimpering-wastes-token-imgwrap {
  background: linear-gradient(135deg, #22c55e 60%, #14532d 100%);
}
.aw-whimpering-wastes-token.aw-whimpering-wastes-token-rank-1 .aw-whimpering-wastes-token-imgwrap {
  background: linear-gradient(135deg, #b0b7c3 60%, #6b7280 100%);
}
.aw-whimpering-wastes-reschip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px 4px 6px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  background: radial-gradient(100% 100% at 0% 0%, #0e1520, #0f1a25);
  border: 1px solid var(--border-strong);
  color: var(--text);
  box-shadow: 0 2px 8px #0002;
  margin-right: 4px;
  margin-bottom: 4px;
}
.aw-whimpering-wastes-reschip img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 4px;
  vertical-align: middle;
}

*{ box-sizing: border-box; }
.aw-whimpering-wastes-app * { 
  box-sizing: border-box; 
}

.aw-contributors-section {
  margin: 48px 20px 32px 20px;
  text-align: center;
  padding: 32px 20px;
  background: linear-gradient(135deg,
    var(--website-theme-bg-surface) 0%,
    var(--website-theme-bg-surface-alt) 100%);
  border: 1px solid var(--website-theme-border-subtle);
  border-radius: var(--website-theme-radius-lg);
  box-shadow:
    0 1px 0 rgba(var(--website-theme-shadow-rgb),0.55),
    0 3px 8px rgba(var(--website-theme-shadow-rgb),0.55),
    0 8px 20px rgba(var(--website-theme-shadow-rgb),0.6);
}

.aw-contributors-section h2 {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 800;
  margin: 0 0 24px 0;
  color: var(--website-theme-text-primary);
  letter-spacing: -0.01em;
}

.aw-contributors-title {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 800;
  margin: 0 0 24px 0;
  color: var(--website-theme-text-primary);
  letter-spacing: -0.01em;
  font-family: 'Inter', 'Segoe UI', 'Roboto', Arial, sans-serif;
}

.aw-contributors-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.aw-contributor-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.aw-contributor-card:hover {
  transform: translateY(-4px);
}

.aw-contributor-avatar {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  width: 110px;
  height: 110px;
  box-shadow: 
    0 4px 12px rgba(var(--website-theme-shadow-rgb), 0.4),
    0 0 0 3px var(--website-theme-border-subtle),
    0 0 20px rgba(var(--ww-accent1-rgb), 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.aw-contributor-avatar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg,
    transparent 0%,
    rgba(var(--ww-accent1-rgb), 0.1) 50%,
    transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.aw-contributor-avatar:hover {
  box-shadow: 
    0 6px 16px rgba(var(--website-theme-shadow-rgb), 0.5),
    0 0 0 3px var(--ww-accent1),
    0 0 30px rgba(var(--ww-accent1-rgb), 0.3);
  transform: scale(1.05);
}

.aw-contributor-avatar:hover::before {
  opacity: 1;
}

.aw-contributor-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.aw-contributor-name {
  margin-top: 12px;
  font-weight: 700;
  font-size: 16px;
  color: var(--website-theme-text-primary);
  font-family: 'Inter', 'Segoe UI', 'Roboto', Arial, sans-serif;
}

@media (max-width: 600px) {
  .aw-contributors-section {
    margin: 32px 0 24px 0;
    padding: 24px 16px;
  }
  
  .aw-contributors-grid {
    gap: 32px;
  }
  
  .aw-contributor-avatar {
    width: 90px;
    height: 90px;
  }
  
  .aw-contributor-name {
    font-size: 14px;
  }
}
