
/*
Theme Name: EditGuru Vivek Neon
Theme URI: https://editguru.in/
Author: EditGuru
Author URI: https://editguru.in/
Description: Mobile-first personal profile theme for Vivek Pandey. Black glassmorphism UI with neon lime #c8ff2c.
Version: 1.1.0
License: GPL-2.0-or-later
Text Domain: editguru-vivek-neon
*/
:root{
  --eg-lime:#c8ff2c;
  --eg-bg:#050505;
  --eg-card:#111311;
  --eg-text:#f7f7f7;
  --eg-muted:#a7aaa2;
  --eg-line:rgba(255,255,255,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-width:320px;
  background:var(--eg-bg);
  color:var(--eg-text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
a{color:inherit}
.eg-page{
  min-height:100svh;
  position:relative;
  overflow:hidden;
  padding:22px 12px 36px;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  background:
    radial-gradient(ellipse 65% 45% at 0% 0%,rgba(200,255,44,.13),transparent 68%),
    radial-gradient(ellipse 60% 50% at 100% 100%,rgba(200,255,44,.08),transparent 70%),
    #050505;
}
.eg-orbit{
  position:absolute;
  pointer-events:none;
  border:1px solid rgba(200,255,44,.28);
  border-radius:50%;
  filter:drop-shadow(0 0 12px rgba(200,255,44,.15));
}
.eg-orbit-a{width:540px;height:540px;left:-395px;top:-300px}
.eg-orbit-b{width:500px;height:500px;right:-390px;bottom:-310px}
.eg-card{
  position:relative;
  z-index:2;
  width:100%;
  max-width:520px;
  padding:28px 18px 22px;
  border:1px solid rgba(200,255,44,.30);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.028));
  box-shadow:inset 0 1px rgba(255,255,255,.10),0 25px 65px rgba(0,0,0,.62),0 0 50px rgba(200,255,44,.06);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
}
.eg-avatar{
  width:118px;
  height:118px;
  margin:0 auto 17px;
  padding:4px;
  border-radius:50%;
  background:var(--eg-lime);
  box-shadow:0 0 25px rgba(200,255,44,.48),0 0 60px rgba(200,255,44,.14);
}
.eg-avatar img{
  display:block;
  width:100%;
  height:100%;
  border-radius:50%;
  object-fit:cover;
  object-position:50% 42%;
}
.eg-kicker{
  margin:0 0 7px;
  text-align:center;
  color:var(--eg-lime);
  font-size:8px;
  line-height:1.4;
  letter-spacing:3px;
  font-weight:700;
}
.eg-name{
  margin:0;
  text-align:center;
  color:#fff;
  font-size:clamp(36px,11vw,54px);
  line-height:.98;
  letter-spacing:-2.2px;
  font-weight:750;
}
.eg-name span{font-weight:400}
.eg-role{
  margin:9px 0 23px;
  text-align:center;
  color:#c4c4c4;
  font-size:13px;
}
.eg-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin:0 0 22px;
}
.eg-stat{
  min-width:0;
  padding:0 5px;
  text-align:center;
  border-right:1px solid var(--eg-line);
}
.eg-stat:last-child{border-right:0}
.eg-stat strong{display:block;font-size:19px;line-height:1.15}
.eg-stat .lime{color:var(--eg-lime)}
.eg-stat small{display:block;margin-top:4px;color:#90938e;font-size:10px}
.eg-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-bottom:23px;
}
.eg-btn{
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.20);
  background:#0c0d0c;
  color:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:650;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.eg-btn:hover,.eg-btn:focus-visible{
  transform:translateY(-2px);
  border-color:var(--eg-lime);
  outline:none;
}
.eg-btn-primary{
  background:var(--eg-lime);
  color:#050505;
  border-color:var(--eg-lime);
  box-shadow:0 0 25px rgba(200,255,44,.18);
}
.eg-about{
  border-top:1px solid var(--eg-line);
  padding-top:19px;
}
.eg-section-title{
  display:flex;
  align-items:center;
  gap:9px;
  margin:0 0 9px;
  font-size:22px;
  line-height:1.2;
}
.eg-section-title:after{
  content:"";
  width:31px;
  height:2px;
  background:var(--eg-lime);
  box-shadow:0 0 8px rgba(200,255,44,.65);
}
.eg-about p{
  margin:0;
  color:#b2b4b0;
  font-size:13px;
  line-height:1.68;
}
.eg-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 18px;
  margin-top:15px;
  color:#bfc1bc;
  font-size:11px;
}
.eg-meta a{text-decoration:none}
.eg-meta a:hover{color:var(--eg-lime)}
.eg-lime{color:var(--eg-lime)}
.eg-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-top:19px;
  padding-top:17px;
  border-top:1px solid var(--eg-line);
}
.eg-social{display:flex;gap:7px}
.eg-social a{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border:1px solid rgba(200,255,44,.42);
  border-radius:50%;
  color:#fff;
  text-decoration:none;
  font-size:10px;
  font-weight:750;
}
.eg-social a:hover{background:var(--eg-lime);color:#050505}
.eg-good{
  color:var(--eg-lime);
  font-family:cursive;
  font-size:11px;
  line-height:1.05;
  text-align:right;
}
.eg-footer{
  margin-top:18px;
  text-align:center;
  color:#62645f;
  font-size:7px;
  letter-spacing:3px;
}
@media(min-width:700px){
  .eg-page{padding:60px 24px}
  .eg-card{max-width:760px;padding:42px 46px 30px;border-radius:30px}
  .eg-avatar{width:145px;height:145px}
  .eg-kicker{font-size:9px}
  .eg-name{font-size:60px}
  .eg-role{font-size:17px;margin-bottom:29px}
  .eg-stat strong{font-size:26px}
  .eg-stat small{font-size:13px}
  .eg-actions{grid-template-columns:1fr 1fr 1fr}
  .eg-btn{font-size:14px}
  .eg-about p{font-size:15px}
  .eg-meta{font-size:13px}
}
@media(max-width:380px){
  .eg-card{padding-left:14px;padding-right:14px}
  .eg-name{font-size:34px}
  .eg-role{font-size:12px}
  .eg-stat strong{font-size:17px}
  .eg-stat small{font-size:9px}
  .eg-btn{font-size:12px}
}
