/* R3ap3r Productions full animated front page */

:root{
  --bg:#03070e;
  --panel:#07111d;
  --panel2:#091728;
  --line:rgba(0,234,255,.18);
  --cyan:#00d8ff;
  --cyan2:#7af4ff;
  --blue:#2f8fff;
  --green:#3cffb7;
  --purple:#ae64ff;
  --pink:#ff5ef1;
  --text:#ecf8ff;
  --muted:#8ea9ba;
  --shadow:0 0 28px rgba(0,216,255,.12);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0;background:radial-gradient(circle at top,#07101d 0%,#02050b 48%,#02040a 100%);color:var(--text);font-family:Inter,Segoe UI,Arial,sans-serif}
body{overflow-x:hidden}

.r3-bg-grid{
  position:fixed;inset:0;pointer-events:none;opacity:.24;
  background-image:
    linear-gradient(rgba(0,216,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,216,255,.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.95), rgba(0,0,0,.2));
}

.r3-site-shell{width:min(1680px, calc(100% - 26px)); margin:16px auto 20px; position:relative}
.panel{
  background:linear-gradient(180deg, rgba(8,19,33,.92), rgba(4,12,20,.92));
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:var(--shadow), inset 0 0 0 1px rgba(255,255,255,.02);
  backdrop-filter: blur(9px);
}

.r3-top-banner{
  position:relative; overflow:hidden;
  min-height:160px; padding:22px 24px 16px 28px;
  display:grid; grid-template-columns:290px 1fr 330px; align-items:center; gap:18px;
  border-radius:18px; border:1px solid rgba(0,216,255,.18);
  background:
    radial-gradient(circle at 15% 50%, rgba(0,216,255,.16), transparent 28%),
    radial-gradient(circle at 78% 35%, rgba(0,216,255,.12), transparent 18%),
    linear-gradient(90deg, rgba(0,0,0,.76), rgba(2,9,18,.96), rgba(4,11,18,.7));
  box-shadow:0 0 45px rgba(0,216,255,.09);
}
.r3-top-banner:before, .r3-top-banner:after{
  content:""; position:absolute; inset:10px; border:1px solid rgba(0,216,255,.12); border-radius:14px; pointer-events:none;
}
.r3-top-banner:after{inset:auto 18px 14px auto; width:220px; height:2px; background:linear-gradient(90deg,transparent,var(--cyan),transparent); border:none; box-shadow:0 0 18px var(--cyan); animation:bannerSweep 4s linear infinite}
@keyframes bannerSweep{0%{transform:translateX(-160px)}100%{transform:translateX(60px)}}

.r3-reaper-crest{position:relative; height:112px; display:flex; align-items:center; justify-content:center}
.r3-reaper-ring{
  position:absolute; width:150px; height:150px; border-radius:50%;
  border:2px solid rgba(0,216,255,.35); box-shadow:0 0 26px rgba(0,216,255,.25), inset 0 0 24px rgba(0,216,255,.1);
  animation:ringSpin 12s linear infinite;
}
.r3-reaper-ring:before,.r3-reaper-ring:after{
  content:""; position:absolute; inset:14px; border-radius:50%; border:1px dashed rgba(122,244,255,.28)
}
.r3-reaper-ring:after{inset:30px; border-style:solid; border-color:rgba(0,216,255,.18)}
@keyframes ringSpin{to{transform:rotate(360deg)}}

.r3-reaper-head{
  position:relative; width:84px; height:94px;
  background:linear-gradient(180deg,#1a2430,#0e151d 58%,#0a0f16);
  border-radius:42px 42px 28px 28px;
  box-shadow:0 0 26px rgba(0,216,255,.16), inset 0 0 14px rgba(255,255,255,.02);
}
.r3-reaper-head:before{
  content:""; position:absolute; left:-18px; top:-10px; width:120px; height:112px;
  border-radius:58px 58px 16px 16px;
  border:2px solid rgba(0,216,255,.18);
  border-bottom:none;
  transform:rotate(-6deg);
}
.eye{
  position:absolute; top:34px; width:11px; height:11px; border-radius:50%;
  background:var(--cyan2); box-shadow:0 0 10px var(--cyan2), 0 0 20px var(--cyan);
  animation:eyePulse 2.2s ease-in-out infinite;
}
.eye.left{left:24px}
.eye.right{right:24px}
@keyframes eyePulse{0%,100%{opacity:.7; transform:scale(1)}50%{opacity:1; transform:scale(1.2)}}
.jaw{
  position:absolute; left:26px; bottom:18px; width:32px; height:18px;
  border:2px solid rgba(200,240,255,.7); border-top:none; border-radius:0 0 16px 16px;
}
.jaw:before,.jaw:after{
  content:""; position:absolute; top:-1px; width:2px; height:15px; background:rgba(200,240,255,.55)
}
.jaw:before{left:10px}
.jaw:after{right:10px}

.r3-scythe{
  position:absolute; width:145px; height:145px;
}
.r3-scythe:before{
  content:""; position:absolute; left:22px; top:10px; width:4px; height:132px; background:linear-gradient(#35556a,#9fe9ff,#35556a); transform:rotate(27deg); box-shadow:0 0 12px rgba(0,216,255,.22)
}
.r3-scythe:after{
  content:""; position:absolute; left:18px; top:0; width:90px; height:48px; border-top:3px solid rgba(117,238,255,.85); border-left:3px solid rgba(117,238,255,.85); border-radius:100px 0 0 0; transform:rotate(-8deg); box-shadow:0 0 18px rgba(0,216,255,.35)
}

.r3-logo-group{text-align:center}
.r3-logo-title{
  margin:0; font-size:clamp(64px,7vw,110px); line-height:.9; letter-spacing:.08em; font-weight:900;
  color:#d9f9ff; text-shadow:0 0 18px rgba(0,216,255,.3), 0 0 36px rgba(0,216,255,.14);
  animation:logoGlow 3s ease-in-out infinite;
}
.r3-logo-subtitle{
  font-size:clamp(20px,2.1vw,34px); letter-spacing:.62em; margin-top:4px; font-weight:700; color:#dbeeff
}
.r3-logo-tagline{
  margin:8px 0 0; font-size:14px; letter-spacing:.25em; color:#84d9f4; text-transform:uppercase
}
@keyframes logoGlow{
  0%,100%{transform:translateY(0); text-shadow:0 0 18px rgba(0,216,255,.3), 0 0 36px rgba(0,216,255,.14)}
  50%{transform:translateY(-3px); text-shadow:0 0 24px rgba(0,216,255,.45), 0 0 48px rgba(0,216,255,.18)}
}

.r3-banner-flare{
  height:100%; min-height:120px;
  background:
    radial-gradient(circle at 20% 30%, rgba(0,216,255,.9) 0, rgba(0,216,255,.1) 7%, transparent 16%),
    radial-gradient(circle at 45% 48%, rgba(0,216,255,.75) 0, rgba(0,216,255,.1) 5%, transparent 15%),
    radial-gradient(circle at 76% 20%, rgba(0,216,255,.75) 0, rgba(0,216,255,.1) 5%, transparent 14%),
    linear-gradient(120deg, transparent 0, rgba(0,216,255,.08) 20%, transparent 34%),
    linear-gradient(165deg, transparent 0, rgba(255,255,255,.12) 4%, transparent 9%);
  filter:blur(.2px);
}

.r3-content-grid{display:grid; grid-template-columns:280px 1fr; gap:18px; margin-top:14px}

.r3-sidebar{padding:16px 14px 16px}
.sidebar-head{
  color:var(--cyan); font-size:13px; text-transform:uppercase; letter-spacing:.28em;
  padding:6px 12px 16px; font-weight:800;
}
.sidebar-head.premium{margin-top:10px}
.r3-side-nav{display:flex; flex-direction:column; gap:6px}
.r3-side-nav a{
  color:#d8ecfa; text-decoration:none; padding:14px 16px; border-radius:12px; border:1px solid transparent;
  background:linear-gradient(90deg, rgba(255,255,255,.02), rgba(255,255,255,.01)); font-weight:700; letter-spacing:.12em; text-transform:uppercase;
  position:relative; overflow:hidden;
}
.r3-side-nav a:before{
  content:""; position:absolute; left:0; top:0; bottom:0; width:2px; background:transparent; box-shadow:none; transition:.2s ease;
}
.r3-side-nav a:hover,.r3-side-nav a.active{border-color:rgba(0,216,255,.25); color:var(--cyan2); background:linear-gradient(90deg, rgba(0,216,255,.12), rgba(255,255,255,.02))}
.r3-side-nav a:hover:before,.r3-side-nav a.active:before{background:var(--cyan); box-shadow:0 0 16px var(--cyan)}

.r3-side-points{display:grid; gap:14px; margin-top:6px}
.point{
  padding:10px 12px 10px 16px; border-radius:12px; border:1px solid rgba(0,216,255,.08); background:rgba(255,255,255,.02);
  position:relative
}
.point:before{
  content:""; position:absolute; left:10px; top:16px; width:8px; height:8px; border-radius:50%; background:var(--cyan); box-shadow:0 0 10px var(--cyan)
}
.point strong{display:block; padding-left:18px; margin-bottom:5px}
.point span{display:block; padding-left:18px; color:var(--muted); font-size:14px; line-height:1.45}

.r3-system-status{
  margin-top:20px; padding:14px; border-radius:14px; border:1px solid rgba(0,216,255,.12); background:rgba(255,255,255,.025)
}
.status-label{text-transform:uppercase; letter-spacing:.22em; font-size:12px; color:#92dbf3}
.status-value{margin-top:6px; color:var(--green); font-weight:800; text-transform:uppercase; font-size:14px}
.status-line{margin-top:12px; height:18px; position:relative}
.status-line span{
  position:absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(60,255,183,.2) 18%, rgba(60,255,183,.05) 36%, rgba(60,255,183,.2) 54%, rgba(0,0,0,0) 100%);
  mask: linear-gradient(135deg, transparent 0 5%, #000 5% 20%, transparent 20% 28%, #000 28% 43%, transparent 43% 55%, #000 55% 67%, transparent 67% 79%, #000 79% 90%, transparent 90% 100%);
  animation:statusMove 2.2s linear infinite;
}
@keyframes statusMove{from{transform:translateX(-10px)}to{transform:translateX(10px)}}

.r3-main-area{display:grid; gap:16px}
.r3-latest-strip{
  display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:16px; padding:14px 18px;
}
.strip-title{font-weight:900; letter-spacing:.12em; text-transform:uppercase; color:var(--cyan)}
.strip-ticker{overflow:hidden}
.ticker-track{display:flex; gap:34px; width:max-content; animation:tickerMove 26s linear infinite}
.ticker-track span{position:relative; white-space:nowrap; color:#d7effd}
.ticker-track span:before{content:"//"; position:absolute; left:-22px; color:rgba(0,216,255,.7)}
.strip-live{
  padding:6px 12px; border-radius:999px; font-size:12px; letter-spacing:.18em; font-weight:900;
  border:1px solid rgba(0,216,255,.28); color:var(--cyan2); background:rgba(0,216,255,.08)
}
@keyframes tickerMove{from{transform:translateX(0)}to{transform:translateX(-50%)}}

.r3-dashboard-row{display:grid; grid-template-columns:1fr 1.15fr 1fr; gap:16px}
.r3-info-panel,.r3-top-program{padding:18px}
.panel-title{
  color:#dffaff; text-transform:uppercase; font-weight:900; letter-spacing:.22em; font-size:14px; margin-bottom:16px
}

.post-list,.highlight-list{display:grid; gap:10px}
.post-item,.highlight-item{
  display:flex; justify-content:space-between; gap:14px; padding:11px 0; border-bottom:1px solid rgba(255,255,255,.05)
}
.post-item:last-child,.highlight-item:last-child{border-bottom:none}
.post-copy strong{display:block; font-size:17px}
.post-copy small{display:block; color:var(--muted); margin-top:4px}
.post-count{
  color:var(--cyan2); min-width:42px; text-align:right; font-weight:800; font-size:16px
}
.highlight-item{display:block; color:#d8eef9; padding-left:18px; position:relative}
.highlight-item:before{
  content:""; position:absolute; left:0; top:18px; width:7px; height:7px; background:var(--cyan); border-radius:50%; box-shadow:0 0 10px var(--cyan)
}

.program-grid{display:grid; grid-template-columns:1fr 240px; gap:18px; align-items:center}
.program-copy h2{margin:0 0 8px; font-size:42px}
.program-copy p{color:#d4e8f5; font-size:19px; line-height:1.45; margin:0 0 12px}
.program-copy ul{margin:0 0 18px; padding:0 0 0 18px; color:#cbeaf7; line-height:1.8}
.program-copy li::marker{color:var(--green)}
.program-icon-wrap{display:flex; align-items:center; justify-content:center}
.program-icon{
  width:178px; height:178px; border-radius:26px;
  background:
    radial-gradient(circle at 50% 50%, rgba(0,216,255,.18), transparent 52%),
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(0,216,255,.04));
  border:1px solid rgba(0,216,255,.18);
  box-shadow:0 0 22px rgba(0,216,255,.12), inset 0 0 18px rgba(0,216,255,.08);
  display:grid; place-items:center; position:relative;
}
.program-icon:before,.program-icon:after{
  content:""; position:absolute; inset:18px; border:1px solid rgba(0,216,255,.16); border-radius:18px
}
.program-icon:after{inset:34px; border-style:dashed}
.chat-bubble{
  width:90px; height:70px; border:4px solid var(--cyan2); border-radius:24px; position:relative; box-shadow:0 0 20px rgba(0,216,255,.28)
}
.chat-bubble:after{
  content:""; position:absolute; left:16px; bottom:-16px; width:20px; height:20px; border-left:4px solid var(--cyan2); border-bottom:4px solid var(--cyan2); transform:skewX(-22deg) rotate(-18deg); background:transparent
}
.chat-bubble span{
  position:absolute; top:28px; width:8px; height:8px; border-radius:50%; background:var(--cyan2); box-shadow:0 0 10px var(--cyan2)
}
.chat-bubble span:nth-child(1){left:22px}
.chat-bubble span:nth-child(2){left:40px}
.chat-bubble span:nth-child(3){left:58px}

.r3-btn{
  display:inline-flex; align-items:center; justify-content:center; min-height:46px; padding:0 18px;
  border-radius:12px; border:1px solid rgba(0,216,255,.28); text-decoration:none; color:var(--cyan2); font-weight:800; letter-spacing:.08em; text-transform:uppercase;
  background:linear-gradient(180deg, rgba(0,216,255,.08), rgba(0,216,255,.03));
  box-shadow:0 0 16px rgba(0,216,255,.08); transition:.2s ease;
}
.r3-btn:hover{transform:translateY(-2px); box-shadow:0 0 22px rgba(0,216,255,.16); border-color:rgba(0,216,255,.42)}
.r3-btn.subtle{margin-top:14px}
.card-btn{margin-top:auto; align-self:flex-start}

.r3-featured-wrap{padding:18px}
.featured-head{display:flex; justify-content:space-between; gap:16px; align-items:center; margin-bottom:14px}
.featured-nav{display:flex; gap:10px}
.slider-arrow{
  width:42px; height:42px; border-radius:10px; border:1px solid rgba(0,216,255,.24); background:rgba(255,255,255,.03); color:var(--cyan2); font-size:26px; cursor:pointer
}
.featured-scroller{
  display:grid; grid-template-columns:repeat(5, minmax(0,1fr)); gap:14px;
}
.feature-card{
  min-height:350px; padding:18px; border-radius:18px; border:1px solid rgba(0,216,255,.16);
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);
  display:flex; flex-direction:column; position:relative; overflow:hidden; transition:.25s ease;
}
.feature-card:hover{transform:translateY(-4px); box-shadow:0 0 20px rgba(0,216,255,.12)}
.feature-card:before{
  content:""; position:absolute; inset:auto -25% -35% auto; width:180px; height:180px; border-radius:50%; opacity:.14; filter:blur(12px)
}
.feature-card h3{
  margin:12px 0 4px; font-size:27px; line-height:1.04; text-transform:uppercase; letter-spacing:.06em
}
.feature-sub{color:#d6eefe; text-transform:uppercase; letter-spacing:.2em; font-size:13px; margin-bottom:16px}
.feature-card p{color:#c7dcea; line-height:1.58; margin:0 0 18px}
.feature-badge{
  display:inline-flex; width:max-content; padding:6px 10px; border-radius:999px; font-size:12px; text-transform:uppercase; letter-spacing:.15em; font-weight:800; margin-bottom:10px;
  border:1px solid rgba(255,255,255,.14)
}
.feature-icon{
  width:110px; height:110px; border-radius:22px; border:1px solid rgba(255,255,255,.14);
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  box-shadow:inset 0 0 20px rgba(255,255,255,.02); position:relative;
}
.feature-icon:before,.feature-icon:after{
  content:""; position:absolute; inset:20px; border-radius:18px; border:2px solid currentColor;
}
.feature-icon:after{inset:42px; border-radius:50%}
.theme-cyan{color:var(--cyan2)}
.theme-cyan:before{background:rgba(0,216,255,.5)}
.theme-cyan .feature-badge{background:rgba(0,216,255,.12); color:var(--cyan2)}

.theme-green{color:var(--green)}
.theme-green:before{background:rgba(60,255,183,.5)}
.theme-green .feature-icon:before{transform:rotate(45deg)}
.theme-green .feature-icon:after{inset:32px; border-radius:10px}
.theme-purple{color:var(--purple)}
.theme-purple:before{background:rgba(174,100,255,.55)}
.theme-purple .feature-icon:before{transform:rotate(45deg)}
.theme-blue{color:var(--cyan)}
.theme-blue:before{background:rgba(47,143,255,.48)}
.theme-blue .feature-icon:before{border-radius:8px}
.theme-pink{color:var(--pink)}
.theme-pink:before{background:rgba(255,94,241,.48)}
.theme-pink .feature-icon:before{inset:14px; border-radius:50%}

.featured-dots{display:flex; justify-content:center; gap:10px; margin-top:16px}
.featured-dots span{
  width:10px; height:10px; border-radius:50%; background:rgba(255,255,255,.16)
}
.featured-dots span.active{background:var(--cyan); box-shadow:0 0 10px var(--cyan)}

@media (max-width:1500px){
  .featured-scroller{grid-template-columns:repeat(3, minmax(0,1fr))}
}
@media (max-width:1220px){
  .r3-content-grid{grid-template-columns:1fr}
  .r3-dashboard-row{grid-template-columns:1fr}
  .program-grid{grid-template-columns:1fr}
  .r3-top-banner{grid-template-columns:220px 1fr; min-height:auto}
  .r3-banner-flare{display:none}
}
@media (max-width:920px){
  .featured-scroller{grid-template-columns:1fr 1fr}
  .r3-logo-title{font-size:58px}
}
@media (max-width:640px){
  .featured-scroller{grid-template-columns:1fr}
  .r3-site-shell{width:min(100% - 16px, 1680px); margin:8px auto}
  .r3-top-banner{grid-template-columns:1fr; text-align:center}
  .r3-reaper-crest{order:1}
  .r3-logo-group{order:2}
  .r3-logo-title{font-size:42px}
  .r3-logo-subtitle{font-size:16px; letter-spacing:.3em}
  .r3-logo-tagline{font-size:11px; letter-spacing:.12em}
}
