html,body{
  margin:0;
  width:100%;
  min-height:100%;
  background:#020617;
  color:#e5f7ff;
  font-family:"Rajdhani","Segoe UI",Arial,sans-serif;
}

body{
  overflow:hidden;
}

.about-page{
  position:relative;
  width:100vw;
  height:100vh;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 28%, rgba(34,211,238,.18), transparent 35%),
    radial-gradient(circle at 72% 55%, rgba(129,140,248,.14), transparent 35%),
    linear-gradient(120deg,#020617,#050b1f 55%,#020617);
}

.portrait-zone{
  position:absolute;
  left:4vw;
  top:8vh;
  width:34vw;
  height:78vh;
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 0 56px rgba(34,211,238,.22), inset 0 0 70px rgba(34,211,238,.16);
  border:1px solid rgba(125,249,255,.22);
  animation:imageEnter 1s ease both;
}

.portrait-zone img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:contrast(1.08) saturate(1.05) brightness(.9);
}

.portrait-glow{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(0,0,0,.05), rgba(34,211,238,.08)), linear-gradient(0deg, rgba(2,6,23,.36), transparent 45%);
  pointer-events:none;
}

.bio-zone{
  position:absolute;
  left:43vw;
  top:9vh;
  width:47vw;
  max-width:820px;
}

.terminal-label{
  display:inline-flex;
  padding:7px 11px;
  border:1px solid rgba(125,249,255,.35);
  color:#67e8f9;
  font-size:12px;
  letter-spacing:.16em;
  background:rgba(2,6,23,.58);
  box-shadow:0 0 26px rgba(34,211,238,.16);
}

h1{
  margin:16px 0 14px;
  font-size:clamp(34px,4.1vw,64px);
  line-height:.95;
  letter-spacing:-.04em;
  color:#fff;
  text-shadow:0 0 22px rgba(34,211,238,.58),0 0 70px rgba(129,140,248,.35);
}

.typed-bio{
  min-height:310px;
  font-size:clamp(16px,1.18vw,22px);
  line-height:1.42;
  color:#d7faff;
  text-shadow:0 0 18px rgba(34,211,238,.12);
}

.typed-bio strong{
  color:#fff;
}

.cursor{
  display:inline-block;
  width:8px;
  height:1.05em;
  background:#67e8f9;
  margin-left:4px;
  vertical-align:-.15em;
  animation:blink .8s steps(2,end) infinite;
  box-shadow:0 0 16px rgba(34,211,238,.9);
}

.why-panel{
  position:absolute;
  right:-360px;
  top:0;
  width:420px;
  height:100vh;
  background:rgba(2,6,23,.88);
  border-left:1px solid rgba(251,191,36,.35);
  box-shadow:-30px 0 80px rgba(251,146,60,.16);
  transition:right .45s cubic-bezier(.2,.9,.2,1);
  z-index:10;
}

.why-panel:hover{
  right:0;
}

.why-panel:hover .why-tab{
  opacity:0;
  pointer-events:none;
}

.why-tab{
  position:absolute;
  left:-54px;
  top:50%;
  transform:translateY(-50%) rotate(-90deg);
  transform-origin:center;
  padding:10px 16px;
  white-space:nowrap;
  color:#fbbf24;
  border:1px solid rgba(251,191,36,.35);
  background:rgba(2,6,23,.92);
  letter-spacing:.18em;
  font-size:13px;
}

.why-content{
  padding:70px 34px;
}

.why-content h2{
  margin:0 0 18px;
  color:#fff;
  font-size:32px;
  line-height:1;
  text-shadow:0 0 34px rgba(251,191,36,.5);
}

.why-content p{
  color:#feecc7;
  font-size:18px;
  line-height:1.45;
}

.back-home{
  position:absolute;
  left:28px;
  bottom:24px;
  color:#a5f3fc;
  border:1px solid rgba(125,249,255,.25);
  padding:10px 14px;
  border-radius:999px;
  text-decoration:none;
  background:rgba(2,6,23,.55);
}

@keyframes imageEnter{
  from{opacity:0;transform:translateX(-24px) scale(.98);filter:blur(12px)}
  to{opacity:1;transform:translateX(0) scale(1);filter:blur(0)}
}

@keyframes blink{
  50%{opacity:0}
}

@media(max-width:900px){
  body{overflow:auto}

  .about-page{
    min-height:100vh;
    height:auto;
    overflow:auto;
    padding-bottom:80px;
  }

  .portrait-zone,
  .bio-zone{
    position:relative;
    left:auto;
    top:auto;
    width:88vw;
    margin:24px auto;
  }

  .portrait-zone{
    height:52vh;
  }

  .bio-zone{
    max-width:none;
  }

  .why-panel{
    position:relative;
    right:auto;
    width:88vw;
    height:auto;
    margin:20px auto;
  }

  .why-tab{
    display:none;
  }

  .typed-bio{
    font-size:18px;
  }
}


.start-gate{
  position:absolute;
  inset:0;
  z-index:30;
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    radial-gradient(circle at 50% 45%, rgba(34,211,238,.20), transparent 34%),
    rgba(2,6,23,.78);
  backdrop-filter:blur(8px);
  transition:opacity .45s ease, visibility .45s ease;
}

.start-gate.hidden{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}

.start-button{
  max-width:min(680px,86vw);
  padding:18px 26px;
  border-radius:999px;
  border:1px solid rgba(125,249,255,.48);
  background:rgba(2,6,23,.78);
  color:#e5f7ff;
  font:800 18px/1.2 "Rajdhani","Segoe UI",Arial,sans-serif;
  letter-spacing:.05em;
  cursor:pointer;
  box-shadow:
    0 0 34px rgba(34,211,238,.45),
    0 0 90px rgba(129,140,248,.28),
    inset 0 0 24px rgba(34,211,238,.12);
  animation:startPulse 1.8s ease-in-out infinite;
}

.start-button:hover{
  transform:translateY(-2px);
  box-shadow:
    0 0 44px rgba(34,211,238,.70),
    0 0 120px rgba(129,140,248,.42),
    inset 0 0 28px rgba(34,211,238,.18);
}

.creator-contact,
.back-home{
  position:absolute;
  bottom:24px;
  z-index:5;
  text-decoration:none;
  padding:10px 15px;
  border-radius:999px;
  background:rgba(2,6,23,.62);
  font-weight:800;
  letter-spacing:.05em;
}

.creator-contact{
  left:26px;
  color:#fef3c7;
  border:1px solid rgba(251,191,36,.36);
  box-shadow:
    0 0 26px rgba(251,191,36,.22),
    inset 0 0 18px rgba(251,191,36,.08);
}

.back-home{
  left:auto;
  right:26px;
  color:#a5f3fc;
  border:1px solid rgba(125,249,255,.28);
  box-shadow:
    0 0 24px rgba(34,211,238,.16),
    inset 0 0 16px rgba(34,211,238,.06);
}

.creator-contact:hover,
.back-home:hover{
  transform:translateY(-2px);
}

@keyframes startPulse{
  0%,100%{box-shadow:0 0 30px rgba(34,211,238,.38),0 0 80px rgba(129,140,248,.24),inset 0 0 22px rgba(34,211,238,.10)}
  50%{box-shadow:0 0 52px rgba(34,211,238,.72),0 0 130px rgba(129,140,248,.42),inset 0 0 30px rgba(34,211,238,.20)}
}

@media(min-width:901px){
  .why-panel{
    right:0;
    transform:translateX(calc(100% - 48px));
    overflow:hidden;
    box-shadow:
      -18px 0 54px rgba(251,191,36,.24),
      0 0 48px rgba(251,191,36,.18);
    transition:transform .5s cubic-bezier(.2,.9,.2,1), box-shadow .5s ease;
  }

  .why-panel:hover{
    right:0;
    transform:translateX(0);
    box-shadow:
      -32px 0 92px rgba(251,191,36,.36),
      0 0 70px rgba(251,191,36,.28);
  }

  .why-content{
    opacity:0;
    transform:translateX(18px);
    transition:opacity .35s ease .08s, transform .35s ease .08s;
  }

  .why-panel:hover .why-content{
    opacity:1;
    transform:translateX(0);
  }

  .why-tab{
    left:-42px;
    box-shadow:0 0 28px rgba(251,191,36,.42), inset 0 0 18px rgba(251,191,36,.10);
    text-shadow:0 0 16px rgba(251,191,36,.72);
    animation:tabGlow 1.9s ease-in-out infinite;
  }
}

@keyframes tabGlow{
  0%,100%{box-shadow:0 0 20px rgba(251,191,36,.30), inset 0 0 14px rgba(251,191,36,.08)}
  50%{box-shadow:0 0 38px rgba(251,191,36,.64), inset 0 0 22px rgba(251,191,36,.16)}
}

@media(max-width:760px){
  .creator-contact{
    left:16px;
    bottom:18px;
  }

  .back-home{
    right:16px;
    bottom:18px;
  }

  .start-button{
    font-size:16px;
    padding:16px 20px;
  }
}

.creator-contact{
  left:26px;
  right:auto;
}

.back-home{
  left:230px;
  right:auto;
}

@media(max-width:760px){
  .creator-contact{
    left:16px;
    right:auto;
  }

  .back-home{
    left:210px;
    right:auto;
  }
}

@media(max-width:420px){
  .creator-contact,
  .back-home{
    padding:9px 11px;
    font-size:13px;
  }

  .back-home{
    left:184px;
  }
}
