/* R2SM HOME HERO + PROMO CARDS + LIVE DASHBOARD V3 */
:root{
  --r2home-bg:#090705;
  --r2home-panel:rgba(16,12,9,.76);
  --r2home-panel-strong:rgba(20,14,9,.88);
  --r2home-line:rgba(231,185,95,.24);
  --r2home-line-strong:rgba(231,185,95,.52);
  --r2home-gold:#f3cf7a;
  --r2home-gold-2:#ffe6a8;
  --r2home-text:#fff3dc;
  --r2home-muted:#c9b895;
  --r2home-red:#b2382d;
  --r2home-green:#82c96c;
  --r2home-shadow:0 24px 70px rgba(0,0,0,.50);
}
*{box-sizing:border-box}
html{min-height:100%;background:#090705;}
body.r2sm-home-dashboard-body{
  margin:0;
  min-height:100vh;
  color:var(--r2home-text);
  font-family:Inter,Arial,Helvetica,sans-serif;
  background:
    radial-gradient(circle at 50% 20%,rgba(244,182,67,.20),transparent 30%),
    radial-gradient(circle at 14% 10%,rgba(138,43,31,.34),transparent 32%),
    linear-gradient(180deg,rgba(7,6,5,.68),rgba(7,6,5,.96) 76%,#070604),
    url('/fon23.png') center top/cover fixed no-repeat;
}
.r2sm-home-main{
  position:relative;
  overflow:hidden;
  min-height:calc(100vh - 96px);
  padding:0 0 46px;
}
.r2sm-home-main::before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(7,5,4,.91) 0%,rgba(7,5,4,.46) 48%,rgba(7,5,4,.62) 78%,rgba(7,5,4,.91) 100%);
}
.r2sm-home-main::after{
  content:'';
  position:absolute;
  inset:auto 0 0 0;
  height:230px;
  pointer-events:none;
  background:linear-gradient(0deg,#070604,transparent);
}
.r2sm-home-hero{
  position:relative;
  z-index:1;
  min-height:360px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-bottom:1px solid rgba(255,214,122,.16);
  background:
    radial-gradient(ellipse at 50% 48%,rgba(255,225,72,.72) 0%,rgba(255,167,32,.36) 22%,rgba(122,42,20,.12) 44%,transparent 67%),
    linear-gradient(90deg,rgba(7,5,4,.76),rgba(7,5,4,.16) 45%,rgba(7,5,4,.70)),
    linear-gradient(180deg,rgba(255,239,135,.12),rgba(7,5,4,.36) 72%,#070604),
    url('/images/r2-online.jpg') center 42%/cover no-repeat;
  box-shadow:inset 0 -90px 130px rgba(7,6,4,.94),inset 0 60px 130px rgba(255,224,126,.14);
}
.r2sm-home-hero::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 54%,rgba(255,250,143,.45),transparent 18%),
    radial-gradient(circle at 50% 54%,rgba(255,117,31,.30),transparent 32%),
    linear-gradient(180deg,rgba(255,255,255,.07),transparent 28%,rgba(0,0,0,.42) 100%);
  mix-blend-mode:screen;
  pointer-events:none;
}
.r2sm-home-hero::after{
  content:'';
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,#070604 0%,transparent 18%,transparent 82%,#070604 100%),
    linear-gradient(0deg,#070604 0%,transparent 36%,rgba(255,255,255,.10) 70%,transparent 100%);
  pointer-events:none;
}
.r2sm-home-hero__glow{
  position:absolute;
  left:50%;
  top:56%;
  width:min(700px,70vw);
  height:170px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:radial-gradient(ellipse,rgba(255,238,91,.82),rgba(255,142,23,.33) 42%,transparent 72%);
  filter:blur(24px);
  opacity:.88;
  pointer-events:none;
}
.r2sm-home-hero__content{position:relative;z-index:3;display:flex;align-items:center;justify-content:center;width:min(900px,calc(100% - 40px));padding-top:42px;}
.r2sm-home-play-button{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:min(430px,88vw);
  min-height:86px;
  padding:0 64px;
  text-decoration:none;
  text-align:center;
  isolation:isolate;
  clip-path:polygon(8% 0,92% 0,100% 50%,92% 100%,8% 100%,0 50%);
  background:
    linear-gradient(180deg,#fff578 0%,#ffd728 42%,#ca8508 100%);
  border:1px solid rgba(255,244,128,.88);
  box-shadow:
    0 0 26px rgba(255,231,48,.70),
    0 0 80px rgba(255,152,20,.46),
    inset 0 2px 0 rgba(255,255,225,.58),
    inset 0 -7px 15px rgba(129,57,3,.35);
  color:#3b2105;
  transform:translateZ(0);
  transition:transform .18s ease,filter .18s ease,box-shadow .18s ease;
}
.r2sm-home-play-button::before{
  content:'';
  position:absolute;
  inset:8px 16px;
  clip-path:inherit;
  border:1px solid rgba(142,80,5,.58);
  box-shadow:inset 0 0 22px rgba(255,255,198,.35);
  z-index:-1;
}
.r2sm-home-play-button::after{
  content:'';
  position:absolute;
  left:14%;
  right:14%;
  top:12px;
  height:18px;
  border-radius:50%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.60),transparent);
  filter:blur(3px);
  pointer-events:none;
}
.r2sm-home-play-button span{
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(28px,3vw,43px);
  font-weight:900;
  letter-spacing:.055em;
  text-transform:uppercase;
  text-shadow:0 2px 0 rgba(255,255,201,.44),0 -1px 0 rgba(104,50,0,.30);
}
.r2sm-home-play-button:hover{
  transform:translateY(-2px) scale(1.015);
  filter:saturate(1.15) brightness(1.08);
  box-shadow:0 0 36px rgba(255,231,48,.86),0 0 100px rgba(255,152,20,.58),inset 0 2px 0 rgba(255,255,225,.65),inset 0 -7px 15px rgba(129,57,3,.35);
}
.r2sm-home-shell{
  position:relative;
  z-index:1;
  width:min(1360px,calc(100% - 48px));
  margin:32px auto 0;
}
.r2sm-home-live{
  display:grid;
  grid-template-columns:minmax(340px,390px) minmax(0,1fr);
  gap:24px;
  align-items:stretch;
}
.r2sm-home-panel{
  position:relative;
  border:1px solid var(--r2home-line);
  background:linear-gradient(180deg,var(--r2home-panel-strong),rgba(12,9,7,.70));
  border-radius:18px;
  box-shadow:var(--r2home-shadow);
  overflow:hidden;
  backdrop-filter:blur(10px);
}
.r2sm-home-panel::before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(135deg,rgba(255,236,171,.09),transparent 34%),
    radial-gradient(circle at 50% 0%,rgba(255,206,105,.10),transparent 44%);
}
.r2sm-home-rating{min-height:570px;padding:22px 20px 20px;}
.r2sm-home-panel-inner{position:relative;z-index:1;}
.r2sm-home-block-title{
  margin:0;
  font-family:Georgia,'Times New Roman',serif;
  color:var(--r2home-gold-2);
  text-transform:uppercase;
  text-align:center;
  letter-spacing:.075em;
  font-size:clamp(22px,1.65vw,30px);
  text-shadow:0 3px 0 rgba(0,0,0,.45),0 0 28px rgba(255,213,124,.16);
}
.r2sm-home-tabs{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin:18px 0 14px;
}
.r2sm-home-tab{
  min-height:42px;
  border:1px solid rgba(255,226,160,.25);
  border-radius:8px;
  background:rgba(199,178,129,.58);
  color:#fff;
  cursor:pointer;
  text-transform:uppercase;
  font-size:13px;
  font-weight:900;
  letter-spacing:.02em;
  text-shadow:0 2px 5px rgba(0,0,0,.48);
  transition:.18s ease;
}
.r2sm-home-tab:hover,.r2sm-home-tab.is-active{
  background:linear-gradient(180deg,#f3d590,#d39b48);
  border-color:rgba(255,237,178,.68);
  color:#1c1208;
  text-shadow:none;
  transform:translateY(-1px);
}
.r2sm-home-table-head{
  display:grid;
  grid-template-columns:44px 34px minmax(0,1fr) 70px;
  gap:8px;
  align-items:center;
  padding:0 11px 7px;
  color:#d5c2a1;
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.r2sm-home-table-head span:last-child{text-align:right;}
.r2sm-home-rating-list{display:grid;gap:6px;}
.r2sm-home-row{
  display:grid;
  grid-template-columns:44px 34px minmax(0,1fr) 70px;
  gap:8px;
  align-items:center;
  min-height:43px;
  padding:6px 11px;
  border-radius:8px;
  background:rgba(87,83,73,.42);
  border:1px solid rgba(255,255,255,.052);
  color:#fff;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.16);
}
.r2sm-home-row:nth-child(even){background:rgba(67,64,57,.44);}
.r2sm-home-place{
  display:flex;
  align-items:center;
  gap:5px;
  color:#ffd878;
  font-weight:950;
  font-size:16px;
}
.r2sm-home-place::before{
  content:'';
  width:13px;
  height:13px;
  border-radius:4px;
  background:linear-gradient(135deg,rgba(255,214,105,.95),rgba(134,91,21,.95));
  box-shadow:0 0 13px rgba(255,204,93,.24);
}
.r2sm-home-row:nth-child(1) .r2sm-home-place::before{background:linear-gradient(135deg,#fff0a6,#d69331);}
.r2sm-home-row:nth-child(2) .r2sm-home-place::before{background:linear-gradient(135deg,#f0f0f0,#9e9e9e);}
.r2sm-home-row:nth-child(3) .r2sm-home-place::before{background:linear-gradient(135deg,#ffca8a,#8b4d20);}
.r2sm-home-icon-cell{display:flex;align-items:center;justify-content:center;}
.r2sm-home-class-icon{width:25px;height:25px;object-fit:contain;filter:drop-shadow(0 2px 5px rgba(0,0,0,.75));}
.r2sm-home-guild-icon{
  width:25px;height:25px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;
  border:1px solid rgba(255,218,134,.42);background:linear-gradient(135deg,rgba(255,205,96,.28),rgba(123,61,31,.28));
  color:#ffe0a0;font-size:13px;font-weight:950;
}
.r2sm-home-name{min-width:0;display:block;}
.r2sm-home-name strong{
  display:block;
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
  word-break:break-word;
  line-height:1.15;
  font-size:14px;
  letter-spacing:.01em;
}
.r2sm-home-value{
  color:#fff;
  font-size:16px;
  font-weight:950;
  text-align:right;
  text-shadow:0 2px 6px rgba(0,0,0,.6);
}
.r2sm-home-status{min-height:22px;margin-top:10px;color:#cfbf9f;font-size:12px;text-align:center;}
.r2sm-home-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:10px;}
.r2sm-home-button{
  display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 20px;border-radius:9px;
  border:1px solid rgba(255,218,134,.45);background:rgba(0,0,0,.28);color:#ffe8ac;text-decoration:none;
  font-weight:950;text-transform:uppercase;letter-spacing:.04em;transition:.18s ease;font-size:13px;
}
.r2sm-home-button:hover{transform:translateY(-1px);background:rgba(255,205,96,.13);color:#fff;}
.r2sm-home-button.is-primary{background:linear-gradient(180deg,#ead08a,#ad7835);color:#1c1208;border-color:rgba(255,239,178,.74);}
.r2sm-home-map-panel{min-height:570px;padding:22px 22px 20px;}
.r2sm-home-map-top{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px;}
.r2sm-home-map-top .r2sm-home-block-title{text-align:left;}
.r2sm-home-map-pills{display:flex;flex-wrap:wrap;gap:7px;justify-content:flex-end;min-width:220px;}
.r2sm-home-pill{
  display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;border:1px solid rgba(255,218,134,.22);
  background:rgba(0,0,0,.23);color:#e8d7b5;font-size:11px;font-weight:800;
}
.r2sm-home-dot{width:8px;height:8px;border-radius:50%;display:inline-block;box-shadow:0 0 10px currentColor;}
.r2sm-home-dot.captured{background:#d8493a;color:#d8493a;}
.r2sm-home-dot.empty{background:#948b7d;color:#948b7d;}
.r2sm-home-dot.destroyed{width:12px;height:12px;border-radius:0;background:transparent url('/services/map/assets/icons/point_destroyed.png') center/contain no-repeat;color:transparent;box-shadow:none;}
.r2sm-home-map-frame{
  position:relative;z-index:1;width:100%;margin:14px auto 0;border-radius:20px;border:1px solid rgba(255,218,134,.18);
  background:radial-gradient(circle at 50% 50%,rgba(255,230,160,.09),transparent 58%),rgba(0,0,0,.28);
  box-shadow:0 25px 70px rgba(0,0,0,.46);overflow:hidden;padding:10px;
}
.r2sm-home-map-area{
  position:relative;
  width:100%;
  aspect-ratio:958/616;
  min-height:320px;
  border-radius:16px;
  overflow:hidden;
  background:#070604 url('/services/map/assets/mapsmart.png') center/100% 100% no-repeat;
  filter:saturate(1.08) contrast(1.02);
}
.r2sm-home-map-area::before{
  content:'';position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(circle at 48% 50%,transparent 50%,rgba(0,0,0,.45) 100%),linear-gradient(90deg,rgba(0,0,0,.28),transparent 24%,transparent 76%,rgba(0,0,0,.32));
  z-index:3;
}
.r2sm-home-map-area::after{
  content:'';position:absolute;inset:-18px;pointer-events:none;border-radius:26px;box-shadow:inset 0 0 62px rgba(0,0,0,.82);z-index:4;
}
.r2sm-home-map-marker{
  position:absolute;left:50%;top:50%;width:17px;height:17px;transform:translate(-50%,-50%);z-index:5;border-radius:50%;
  border:1px solid rgba(255,236,176,.72);background:rgba(42,39,34,.82);box-shadow:0 0 12px rgba(255,215,130,.14),0 3px 8px rgba(0,0,0,.72);
  display:flex;align-items:center;justify-content:center;color:#fff7d8;font-size:0;font-weight:950;cursor:pointer;transition:.16s ease;
}
.r2sm-home-map-marker:hover{transform:translate(-50%,-50%) scale(1.28);z-index:20;}
.r2sm-home-map-marker.captured{background:radial-gradient(circle at 36% 30%,#ff7461,#8f1f1b);box-shadow:0 0 17px rgba(219,55,38,.62);}
.r2sm-home-map-marker.empty{background:radial-gradient(circle at 36% 30%,#b5afa1,#54504a);}
.r2sm-home-map-marker.destroyed{width:24px;height:24px;border:0;background:transparent;box-shadow:none;border-radius:0;padding:0;opacity:.94;}
.r2sm-home-map-marker.has-mark{width:31px;height:31px;border-radius:9px;background:rgba(8,6,5,.84);padding:3px;}
.r2sm-home-map-marker.has-mark img{display:block;width:25px;height:25px;object-fit:contain;filter:drop-shadow(0 2px 6px rgba(0,0,0,.85));}
.r2sm-home-map-marker.has-destroyed-icon{background:transparent;}
.r2sm-home-map-marker.has-destroyed-icon .r2sm-home-destroyed-icon{display:block;width:24px;height:24px;object-fit:contain;filter:drop-shadow(0 2px 7px rgba(0,0,0,.88)) drop-shadow(0 0 8px rgba(255,205,100,.24));}
.r2sm-home-map-marker.has-destroyed-icon:hover .r2sm-home-destroyed-icon{filter:drop-shadow(0 3px 9px rgba(0,0,0,.9)) drop-shadow(0 0 12px rgba(255,215,120,.36));}
.r2sm-home-map-marker span{display:none;}
.r2sm-home-map-label{display:none;}
.r2sm-home-map-tip{
  position:absolute;left:50%;bottom:calc(100% + 10px);transform:translateX(-50%);width:max-content;max-width:240px;padding:8px 10px;
  border:1px solid rgba(255,218,134,.33);border-radius:10px;background:rgba(8,6,5,.96);color:#f8e9c8;font-size:12px;line-height:1.35;
  box-shadow:0 12px 30px rgba(0,0,0,.46);pointer-events:none;opacity:0;transition:.14s ease;
}
.r2sm-home-map-marker:hover .r2sm-home-map-tip{opacity:1;}
.r2sm-home-map-tip b{color:#ffe3a1;}
.r2sm-home-map-actions{position:relative;z-index:2;margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;}
.r2sm-home-map-note{color:#cab894;font-size:12px;}
.r2sm-home-loading,.r2sm-home-empty{padding:22px 12px;color:#d6c5a6;text-align:center;border:1px dashed rgba(255,218,134,.22);border-radius:12px;background:rgba(0,0,0,.18);}
@media(max-width:1180px){
  .r2sm-home-hero{min-height:320px;}
  .r2sm-home-live{grid-template-columns:1fr;}
  .r2sm-home-rating,.r2sm-home-map-panel{min-height:auto;}
  .r2sm-home-map-top{display:block;}
  .r2sm-home-map-pills{justify-content:center;margin-top:12px;}
}
@media(max-width:720px){
  .r2sm-home-shell{width:min(100% - 24px,1360px);margin-top:20px;}
  .r2sm-home-hero{min-height:265px;background-position:center top;}
  .r2sm-home-hero__content{padding-top:20px;width:min(100% - 24px,900px);}
  .r2sm-home-play-button{min-width:min(360px,92vw);min-height:70px;padding:0 42px;}
  .r2sm-home-rating,.r2sm-home-map-panel{padding:18px 14px;}
  .r2sm-home-tabs{gap:6px;}
  .r2sm-home-tab{font-size:12px;min-height:40px;}
  .r2sm-home-table-head{grid-template-columns:40px 32px minmax(0,1fr) 58px;padding-left:8px;padding-right:8px;}
  .r2sm-home-row{grid-template-columns:40px 32px minmax(0,1fr) 58px;gap:6px;min-height:42px;padding:6px 8px;}
  .r2sm-home-place{font-size:15px;}
  .r2sm-home-name strong{font-size:13px;}
  .r2sm-home-value{font-size:15px;}
  .r2sm-home-map-area{min-height:230px;}
  .r2sm-home-map-marker{width:14px;height:14px;}
  .r2sm-home-map-marker.has-mark{width:25px;height:25px;}
  .r2sm-home-map-marker.has-mark img{width:20px;height:20px;}
  .r2sm-home-map-marker.destroyed{width:20px;height:20px;}
  .r2sm-home-map-marker.has-destroyed-icon .r2sm-home-destroyed-icon{width:20px;height:20px;}
}

/* === HOME V3: softer play banner + promo cards === */
.r2sm-home-hero{
  min-height:390px;
  border-bottom-color:rgba(255,214,122,.12);
  background:
    radial-gradient(ellipse at 50% 48%,rgba(255,222,116,.42) 0%,rgba(233,158,55,.23) 24%,rgba(84,38,22,.10) 48%,transparent 70%),
    linear-gradient(90deg,rgba(7,5,4,.82),rgba(7,5,4,.18) 46%,rgba(7,5,4,.76)),
    linear-gradient(180deg,rgba(255,233,145,.08),rgba(7,5,4,.34) 72%,#070604),
    url('/images/r2-online.jpg') center 42%/cover no-repeat;
  box-shadow:inset 0 -105px 145px rgba(7,6,4,.94),inset 0 58px 120px rgba(255,214,126,.08);
}
.r2sm-home-hero::before{
  background:
    radial-gradient(circle at 50% 55%,rgba(255,235,147,.26),transparent 18%),
    radial-gradient(circle at 50% 55%,rgba(214,132,44,.18),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.035),transparent 30%,rgba(0,0,0,.46) 100%);
  opacity:.9;
}
.r2sm-home-hero__glow{
  width:min(880px,82vw);
  height:190px;
  background:radial-gradient(ellipse,rgba(255,225,126,.58),rgba(222,141,35,.22) 44%,transparent 74%);
  filter:blur(30px);
  opacity:.76;
}
.r2sm-home-hero__content{width:min(1120px,calc(100% - 40px));padding-top:34px;}
.r2sm-home-play-button{
  width:min(680px,88vw);
  min-width:0;
  min-height:88px;
  padding:0 70px;
  clip-path:none;
  border-radius:999px;
  background:
    linear-gradient(180deg,rgba(255,236,160,.92),rgba(222,168,77,.86) 52%,rgba(149,88,31,.90));
  border:1px solid rgba(255,231,161,.78);
  box-shadow:
    0 0 0 1px rgba(80,42,10,.35),
    0 18px 58px rgba(0,0,0,.40),
    0 0 42px rgba(238,180,74,.22),
    inset 0 2px 0 rgba(255,255,225,.44),
    inset 0 -9px 18px rgba(91,42,8,.28);
  color:#3a2107;
  overflow:hidden;
}
.r2sm-home-play-button::before{
  inset:8px;
  clip-path:none;
  border-radius:999px;
  border:1px solid rgba(255,246,194,.50);
  box-shadow:inset 0 0 24px rgba(255,255,203,.22);
}
.r2sm-home-play-button::after{
  left:16%;right:16%;top:11px;height:18px;border-radius:999px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);
  filter:blur(4px);
}
.r2sm-home-play-button span{
  font-size:clamp(28px,2.75vw,40px);
  letter-spacing:.075em;
  text-shadow:0 1px 0 rgba(255,255,210,.42),0 2px 10px rgba(255,236,161,.20);
}
.r2sm-home-play-button:hover{
  transform:translateY(-2px);
  filter:saturate(1.06) brightness(1.05);
  background:
    linear-gradient(180deg,rgba(255,244,186,.98),rgba(232,177,84,.94) 52%,rgba(164,99,37,.94));
  box-shadow:
    0 0 0 1px rgba(109,67,20,.45),
    0 20px 62px rgba(0,0,0,.44),
    0 0 58px rgba(255,206,99,.38),
    inset 0 2px 0 rgba(255,255,225,.58),
    inset 0 -9px 18px rgba(91,42,8,.24);
}
.r2sm-home-promos{
  position:relative;
  z-index:1;
  width:min(1320px,calc(100% - 48px));
  margin:34px auto 0;
}
.r2sm-home-promos__head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:16px;
  margin:0 0 16px;
}
.r2sm-home-promos__head span{
  color:#d7bd7a;
  font-size:12px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.r2sm-home-promos__head h2{
  margin:0;
  color:var(--r2home-gold-2);
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(24px,2.2vw,36px);
  letter-spacing:.055em;
  text-transform:uppercase;
  text-align:right;
  text-shadow:0 3px 0 rgba(0,0,0,.44),0 0 28px rgba(255,213,124,.14);
}
.r2sm-home-promo-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.r2sm-home-promo-card{
  position:relative;
  min-height:190px;
  display:flex;
  align-items:center;
  overflow:hidden;
  border-radius:18px;
  text-decoration:none;
  border:1px solid rgba(255,218,134,.24);
  background-color:rgba(13,10,8,.72);
  background-position:center;
  background-size:cover;
  box-shadow:0 22px 58px rgba(0,0,0,.42),inset 0 0 0 1px rgba(255,255,255,.035);
  transform:translateZ(0);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,filter .18s ease;
}
.r2sm-home-promo-card::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(5,4,3,.86) 0%,rgba(18,11,7,.66) 33%,rgba(18,11,7,.20) 61%,rgba(5,4,3,.42) 100%),
    radial-gradient(circle at 20% 50%,rgba(255,208,101,.16),transparent 34%);
  z-index:1;
  pointer-events:none;
}
.r2sm-home-promo-card::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.055),transparent 38%,rgba(0,0,0,.40));
  z-index:2;
  pointer-events:none;
}
.r2sm-home-promo-card:hover{
  transform:translateY(-3px);
  border-color:rgba(255,226,154,.54);
  box-shadow:0 26px 70px rgba(0,0,0,.52),0 0 40px rgba(221,161,70,.16),inset 0 0 0 1px rgba(255,255,255,.045);
  filter:saturate(1.05) brightness(1.03);
}
.r2sm-home-promo-card__title{
  position:relative;
  z-index:3;
  width:min(420px,72%);
  padding:0 34px;
  color:#fff0bd;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(24px,2vw,34px);
  font-weight:950;
  line-height:1.05;
  letter-spacing:.05em;
  text-transform:uppercase;
  text-shadow:0 3px 0 rgba(0,0,0,.62),0 0 20px rgba(255,216,124,.20);
}
.r2sm-home-promo-card__title::after{
  content:'';
  display:block;
  width:88px;
  height:2px;
  margin-top:14px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(255,222,132,.86),transparent);
  box-shadow:0 0 18px rgba(255,209,99,.25);
}
.r2sm-home-promo-card.is-hero-zero{background-image:url('/img/home/promo-hero-zero.jpg');background-position:center 42%;}
.r2sm-home-promo-card.is-akra{background-image:url('/img/home/promo-akra.jpg');background-position:center 45%;}
.r2sm-home-promo-card.is-legend{background-image:url('/img/home/promo-legend-quests.jpg');background-position:center 45%;}
.r2sm-home-promo-card.is-ertes{background-image:url('/img/home/promo-ertes-skills.jpg');background-position:center 42%;}
.r2sm-home-promo-card.is-crush{background-image:url('/img/home/promo-crush-skills.jpg');background-position:center 38%;grid-column:1/-1;min-height:205px;}
.r2sm-home-shell{margin-top:34px;}
.r2sm-home-live{grid-template-columns:minmax(320px,370px) minmax(0,1fr);gap:20px;}
@media(max-width:1180px){
  .r2sm-home-promos{width:min(100% - 40px,1320px);}
  .r2sm-home-hero{min-height:330px;}
  .r2sm-home-promo-card{min-height:175px;}
  .r2sm-home-promo-card.is-crush{min-height:185px;}
}
@media(max-width:780px){
  .r2sm-home-promos{width:min(100% - 24px,1320px);margin-top:24px;}
  .r2sm-home-promos__head{display:block;text-align:center;margin-bottom:14px;}
  .r2sm-home-promos__head h2{text-align:center;margin-top:6px;font-size:24px;}
  .r2sm-home-promo-grid{grid-template-columns:1fr;gap:12px;}
  .r2sm-home-promo-card,.r2sm-home-promo-card.is-crush{grid-column:auto;min-height:145px;border-radius:15px;}
  .r2sm-home-promo-card__title{width:82%;padding:0 22px;font-size:23px;}
  .r2sm-home-hero{min-height:285px;}
  .r2sm-home-play-button{width:min(520px,92vw);min-height:72px;padding:0 34px;}
  .r2sm-home-play-button span{font-size:clamp(24px,7vw,31px);}
}



/* === HOME V4: integrated logo between header and play button === */
.r2sm-home-hero{
  min-height:620px;
  padding:46px 0 58px;
  align-items:center;
  background:
    radial-gradient(ellipse at 50% 42%,rgba(255,223,124,.38) 0%,rgba(222,148,48,.20) 24%,rgba(62,30,20,.08) 50%,transparent 72%),
    linear-gradient(90deg,rgba(7,5,4,.86),rgba(7,5,4,.22) 46%,rgba(7,5,4,.82)),
    linear-gradient(180deg,rgba(255,233,145,.07),rgba(7,5,4,.30) 62%,#070604),
    url('/images/r2-online.jpg') center 42%/cover no-repeat;
}
.r2sm-home-hero__content{
  flex-direction:column;
  gap:24px;
  padding-top:0;
}
.r2sm-home-logo-showcase{
  position:relative;
  z-index:3;
  width:min(430px,82vw);
  padding:12px;
  border-radius:34px;
  background:rgba(8,6,5,.30);
  border:1px solid rgba(255,221,144,.14);
  box-shadow:
    0 26px 78px rgba(0,0,0,.38),
    0 0 80px rgba(226,142,48,.12),
    inset 0 0 0 1px rgba(255,255,255,.025);
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
  overflow:hidden;
}
.r2sm-home-logo-showcase::before{
  content:'';
  position:absolute;
  inset:-30%;
  background:radial-gradient(circle at 50% 55%,rgba(255,197,77,.16),transparent 55%);
  pointer-events:none;
}
.r2sm-home-logo-showcase img{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:auto;
  border-radius:26px;
  opacity:.96;
  filter:drop-shadow(0 12px 28px rgba(0,0,0,.52));
}
.r2sm-home-play-button{
  width:min(620px,86vw);
  min-height:78px;
  background:linear-gradient(180deg,rgba(255,232,157,.84),rgba(214,158,72,.78) 52%,rgba(131,76,31,.82));
  border-color:rgba(255,223,146,.64);
  box-shadow:
    0 0 0 1px rgba(78,43,13,.28),
    0 16px 48px rgba(0,0,0,.36),
    0 0 34px rgba(229,169,72,.16),
    inset 0 2px 0 rgba(255,255,225,.34),
    inset 0 -8px 16px rgba(78,36,9,.20);
}
.r2sm-home-play-button:hover{
  box-shadow:
    0 0 0 1px rgba(122,73,20,.38),
    0 18px 56px rgba(0,0,0,.42),
    0 0 56px rgba(255,204,100,.30),
    inset 0 2px 0 rgba(255,255,225,.52),
    inset 0 -8px 16px rgba(78,36,9,.18);
}
@media(max-width:1180px){
  .r2sm-home-hero{min-height:560px;padding:38px 0 48px;}
  .r2sm-home-logo-showcase{width:min(390px,82vw);}
}
@media(max-width:780px){
  .r2sm-home-hero{min-height:475px;padding:30px 0 38px;}
  .r2sm-home-hero__content{gap:18px;}
  .r2sm-home-logo-showcase{width:min(330px,84vw);padding:9px;border-radius:26px;}
  .r2sm-home-logo-showcase img{border-radius:20px;}
  .r2sm-home-play-button{min-height:66px;width:min(430px,90vw);}
}


/* === HOME V5: logo without frame + transparent start area === */
.r2sm-home-hero{
  min-height:540px;
  padding:36px 0 46px;
  background:transparent !important;
  border-bottom:0 !important;
  box-shadow:none !important;
}
.r2sm-home-hero::before,
.r2sm-home-hero::after{
  display:none !important;
}
.r2sm-home-hero__glow{
  width:min(640px,68vw);
  height:150px;
  top:61%;
  opacity:.20;
  filter:blur(34px);
  background:radial-gradient(ellipse,rgba(255,210,92,.55),rgba(194,111,31,.18) 42%,transparent 74%);
}
.r2sm-home-logo-showcase{
  width:min(440px,82vw);
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  overflow:visible !important;
}
.r2sm-home-logo-showcase::before{
  display:none !important;
}
.r2sm-home-logo-showcase img{
  border-radius:0 !important;
  opacity:.98;
  filter:drop-shadow(0 16px 34px rgba(0,0,0,.62)) drop-shadow(0 0 28px rgba(223,139,44,.10));
  -webkit-mask-image:radial-gradient(ellipse at 50% 50%,#000 0%,#000 58%,rgba(0,0,0,.82) 74%,transparent 100%);
  mask-image:radial-gradient(ellipse at 50% 50%,#000 0%,#000 58%,rgba(0,0,0,.82) 74%,transparent 100%);
}
.r2sm-home-play-button{
  background:linear-gradient(180deg,rgba(255,229,151,.78),rgba(216,159,75,.70) 52%,rgba(136,83,38,.78));
  border-color:rgba(255,220,142,.56);
  box-shadow:
    0 12px 36px rgba(0,0,0,.30),
    0 0 18px rgba(222,156,67,.10),
    inset 0 2px 0 rgba(255,255,230,.28),
    inset 0 -8px 16px rgba(82,40,12,.16);
}
.r2sm-home-play-button:hover{
  background:linear-gradient(180deg,rgba(255,236,171,.88),rgba(229,174,91,.80) 52%,rgba(151,93,43,.84));
  border-color:rgba(255,228,156,.78);
  box-shadow:
    0 14px 42px rgba(0,0,0,.34),
    0 0 32px rgba(244,188,90,.22),
    inset 0 2px 0 rgba(255,255,230,.38),
    inset 0 -8px 16px rgba(82,40,12,.14);
}
@media(max-width:1180px){
  .r2sm-home-hero{min-height:500px;padding:32px 0 42px;}
  .r2sm-home-logo-showcase{width:min(390px,82vw);}
}
@media(max-width:780px){
  .r2sm-home-hero{min-height:420px;padding:24px 0 34px;}
  .r2sm-home-hero__content{gap:18px;}
  .r2sm-home-logo-showcase{width:min(330px,84vw);}
  .r2sm-home-play-button{min-height:64px;width:min(420px,90vw);}
}
