

#rw-difficulty-modal .rw-difficulty-godmode::after {
  content:"";
  position:absolute;
  inset:-45%;
  pointer-events:none;
  background:conic-gradient(from 0deg, transparent, rgba(185,135,255,.12), transparent 32%);
  animation:rwGodCardAura 5s linear infinite;
}

#rw-difficulty-modal .rw-difficulty-godmode > * { position:relative; z-index:1; }

@keyframes rwGodCardAura { to { transform:rotate(360deg); } }

.rw-god-nav {
  color:#d9c2ff !important;
  border-color:rgba(169,105,255,.13) !important;
  background:linear-gradient(90deg, rgba(132,69,226,.13), transparent) !important;
}
.rw-god-nav .nav-icon { color:#b987ff !important; text-shadow:0 0 12px rgba(185,135,255,.8); }
.rw-god-nav[hidden] { display:none !important; }

.godmode-v2-screen {
  position:absolute;
  inset:0;
  overflow:auto;
  background:
    radial-gradient(circle at 78% 6%, rgba(119,58,207,.16), transparent 33%),
    radial-gradient(circle at 20% 30%, rgba(53,130,217,.08), transparent 38%),
    #060912;
  color:#edf1fb;
}
.godmode-v2-content { min-height:100%; }
.rw-god-page { width:min(1380px, calc(100% - 46px)); margin:0 auto; padding:26px 0 54px; }

.rw-god-hero {
  position:relative;
  min-height:210px;
  display:grid;
  grid-template-columns:190px minmax(0,1fr) auto;
  align-items:center;
  gap:26px;
  overflow:hidden;
  padding:34px 38px;
  border:1px solid rgba(185,135,255,.34);
  border-radius:24px;
  background:
    linear-gradient(110deg, rgba(14,10,32,.97), rgba(25,13,49,.91) 52%, rgba(12,17,38,.96)),
    #0b0d18;
  box-shadow:0 24px 70px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.05);
}
.rw-god-hero::before {
  content:"";
  position:absolute;
  inset:-80% 40% -80% -20%;
  background:conic-gradient(from 10deg, transparent, rgba(155,88,255,.12), transparent 38%);
  animation:rwGodHeroAura 8s linear infinite;
}
@keyframes rwGodHeroAura { to { transform:rotate(360deg); } }
.rw-god-hero > * { position:relative; z-index:1; }
.rw-god-hero > img {
  width:184px;
  height:184px;
  object-fit:contain;
  filter:drop-shadow(0 0 28px rgba(151,87,255,.52));
}
.rw-god-hero small, .rw-god-card-title small {
  display:block;
  color:#b987ff;
  font:800 11px/1.2 Inter,sans-serif;
  letter-spacing:.18em;
}
.rw-god-hero h1 {
  margin:7px 0 4px;
  font:900 clamp(38px,4.5vw,72px)/.9 Rajdhani,Inter,sans-serif;
  letter-spacing:.04em;
  color:#fff;
  text-shadow:0 0 28px rgba(184,128,255,.3);
}
.rw-god-hero p { margin:10px 0 0; color:#adb7ca; font-size:15px; }
.rw-god-back {
  position:absolute;
  top:17px;
  left:22px;
  border:0;
  background:transparent;
  color:#a9b4c9;
  font:800 11px Inter,sans-serif;
  letter-spacing:.08em;
  cursor:pointer;
}
.rw-god-back:hover { color:#fff; }
.rw-god-save-mark {
  align-self:start;
  padding:8px 12px;
  border:1px solid rgba(185,135,255,.38);
  border-radius:999px;
  background:rgba(134,72,224,.13);
  color:#d9c2ff;
  font:900 10px Inter,sans-serif;
  letter-spacing:.13em;
  white-space:nowrap;
}

.rw-god-summary {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin:16px 0;
}
.rw-god-summary > span {
  min-height:70px;
  padding:14px 16px;
  border:1px solid rgba(143,160,195,.13);
  border-radius:14px;
  background:rgba(11,16,30,.78);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}
.rw-god-summary small { display:block; margin-bottom:6px; color:#77839a; font:800 9px Inter,sans-serif; letter-spacing:.15em; }
.rw-god-summary b { display:block; overflow:hidden; color:#f5f7fb; font:800 17px Rajdhani,Inter,sans-serif; text-overflow:ellipsis; white-space:nowrap; }

.rw-god-card {
  margin-top:16px;
  padding:24px;
  border:1px solid rgba(143,160,195,.14);
  border-radius:20px;
  background:linear-gradient(155deg, rgba(13,18,34,.96), rgba(8,12,24,.94));
  box-shadow:0 18px 48px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.035);
}
.rw-god-card-title { display:flex; align-items:center; gap:13px; margin-bottom:20px; }
.rw-god-card-title > span {
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border:1px solid rgba(185,135,255,.34);
  border-radius:12px;
  background:rgba(139,74,230,.12);
  color:#c8a2ff;
  box-shadow:0 0 18px rgba(139,74,230,.12);
}
.rw-god-card-title h2 { margin:3px 0 0; color:#f4f6fb; font:900 24px/1 Rajdhani,Inter,sans-serif; }

.rw-god-field-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:13px; }
.rw-god-field {
  display:grid;
  gap:7px;
  min-width:0;
  padding:13px 14px;
  border:1px solid rgba(137,153,185,.13);
  border-radius:13px;
  background:rgba(3,7,16,.42);
}
.rw-god-field > span { color:#d6dce8; font:800 11px Inter,sans-serif; letter-spacing:.03em; }
.rw-god-field input {
  width:100%;
  height:42px;
  box-sizing:border-box;
  padding:0 12px;
  border:1px solid rgba(185,135,255,.28);
  border-radius:9px;
  outline:none;
  background:#080b15;
  color:#fff;
  font:800 17px Rajdhani,Inter,sans-serif;
  transition:border-color .14s ease, box-shadow .14s ease;
}
.rw-god-field input:focus { border-color:#b987ff; box-shadow:0 0 0 3px rgba(185,135,255,.12); }
.rw-god-field small { min-height:28px; color:#707c92; font:500 10px/1.4 Inter,sans-serif; }

.rw-god-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:18px; }
.rw-god-btn {
  min-height:43px;
  padding:0 16px;
  border:1px solid rgba(153,169,198,.18);
  border-radius:10px;
  background:rgba(22,29,47,.76);
  color:#d7deea;
  font:900 11px Inter,sans-serif;
  letter-spacing:.04em;
  cursor:pointer;
  transition:transform .14s ease, border-color .14s ease, background .14s ease;
}
.rw-god-btn:hover { transform:translateY(-1px); border-color:rgba(185,135,255,.48); background:rgba(54,35,85,.72); }
.rw-god-btn-primary {
  border-color:rgba(185,135,255,.54);
  background:linear-gradient(135deg,#8144dc,#5b2fa5);
  color:#fff;
  box-shadow:0 10px 24px rgba(101,47,174,.22);
}

.rw-god-roster-layout { display:grid; grid-template-columns:minmax(220px,300px) minmax(0,1fr); gap:18px; }
.rw-god-player-list {
  max-height:610px;
  overflow:auto;
  padding:7px;
  border:1px solid rgba(137,153,185,.12);
  border-radius:14px;
  background:rgba(3,7,16,.36);
}
.rw-god-player-group { padding:13px 9px 7px; color:#758197; font:900 9px Inter,sans-serif; letter-spacing:.14em; text-transform:uppercase; }
.rw-god-player {
  width:100%;
  display:grid;
  grid-template-columns:38px minmax(0,1fr) 14px;
  align-items:center;
  gap:10px;
  padding:10px;
  border:1px solid transparent;
  border-radius:10px;
  background:transparent;
  color:#d9dfeb;
  text-align:left;
  cursor:pointer;
}
.rw-god-player:hover { background:rgba(255,255,255,.035); }
.rw-god-player.is-active { border-color:rgba(185,135,255,.38); background:rgba(132,69,226,.13); }
.rw-god-player-role { display:grid; place-items:center; width:36px; height:36px; border-radius:9px; background:#101729; color:#aaceff; font:900 9px Inter,sans-serif; }
.rw-god-player b, .rw-god-player small { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.rw-god-player b { font:800 13px Inter,sans-serif; }
.rw-god-player small { margin-top:3px; color:#738096; font:600 9px Inter,sans-serif; }
.rw-god-player i { color:#7c879b; font-size:19px; font-style:normal; }

.rw-god-player-editor {
  min-width:0;
  padding:21px;
  border:1px solid rgba(185,135,255,.16);
  border-radius:16px;
  background:radial-gradient(circle at 100% 0, rgba(139,74,230,.12), transparent 34%), rgba(4,8,17,.45);
}
.rw-god-selected-head { display:flex; align-items:center; gap:15px; margin-bottom:20px; }
.rw-god-selected-orb {
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:64px;
  height:64px;
  border:1px solid rgba(185,135,255,.56);
  border-radius:50%;
  background:radial-gradient(circle at 35% 30%, #a764ff, #4c1c85 72%);
  color:#fff;
  font:900 27px Rajdhani,Inter,sans-serif;
  box-shadow:0 0 26px rgba(154,87,255,.3), inset 0 1px 0 rgba(255,255,255,.3);
}
.rw-god-selected-head small { color:#9d7bd1; font:800 9px Inter,sans-serif; letter-spacing:.12em; text-transform:uppercase; }
.rw-god-selected-head h2 { margin:3px 0; color:#fff; font:900 28px/1 Rajdhani,Inter,sans-serif; }
.rw-god-selected-head p { margin:6px 0 0; color:#7e899d; font-size:11px; }
.rw-god-footer { padding:22px 8px 0; color:#69748a; font:600 10px Inter,sans-serif; text-align:center; }
.rw-god-empty { padding:36px; color:#8792a6; text-align:center; }
.rw-god-locked { display:grid; place-items:center; min-height:70vh; padding:40px; text-align:center; }
.rw-god-locked h2 { margin:0; font:900 36px Rajdhani,sans-serif; color:#fff; }
.rw-god-locked p { color:#8e98ab; }
.rw-god-locked button { padding:12px 18px; border:1px solid rgba(185,135,255,.42); border-radius:10px; background:#422273; color:#fff; font-weight:900; cursor:pointer; }

.rwdb-godmode-badge {
  display:inline-block;
  margin-left:9px;
  padding:2px 8px;
  border:1px solid rgba(185,135,255,.56);
  border-radius:999px;
  background:linear-gradient(180deg,rgba(157,92,255,.24),rgba(95,42,166,.18));
  color:#dec7ff;
  font-size:10.5px;
  font-weight:900;
  letter-spacing:.12em;
  vertical-align:middle;
  box-shadow:0 0 13px rgba(151,82,255,.22),inset 0 1px 0 rgba(255,255,255,.07);
}
.ca-godmode-badge { margin-left:7px; color:#d7baff; font-weight:900; letter-spacing:.08em; }

@media (max-width:1120px) {
  #rw-difficulty-modal .rw-difficulty-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .rw-god-field-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .rw-god-summary { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width:760px) {
  #rw-difficulty-modal .rw-difficulty-grid { grid-template-columns:minmax(0,1fr) !important; }
  .rw-god-page { width:100%; padding:0 0 38px; }
  .rw-god-hero { min-height:0; grid-template-columns:94px minmax(0,1fr); gap:12px; padding:54px 15px 22px; border-width:0 0 1px; border-radius:0; }
  .rw-god-hero > img { width:94px; height:94px; }
  .rw-god-hero h1 { font-size:38px; }
  .rw-god-hero p { font-size:11px; line-height:1.45; }
  .rw-god-save-mark { position:absolute; top:15px; right:14px; font-size:8px; }
  .rw-god-back { top:18px; left:14px; }
  .rw-god-summary { margin:10px 12px; gap:8px; }
  .rw-god-summary > span { min-height:58px; padding:11px; }
  .rw-god-summary b { font-size:14px; }
  .rw-god-card { margin:10px 12px 0; padding:16px; border-radius:15px; }
  .rw-god-field-grid { grid-template-columns:minmax(0,1fr); }
  .rw-god-roster-layout { grid-template-columns:minmax(0,1fr); }
  .rw-god-player-list { max-height:290px; }
  .rw-god-player-editor { padding:15px; }
  .rw-god-actions { display:grid; grid-template-columns:minmax(0,1fr); }
  .rw-god-btn { width:100%; }
}

@media (prefers-reduced-motion:reduce) {
  #rw-difficulty-modal .rw-difficulty-godmode::after,
  .rw-god-hero::before { animation:none; }
}
