



html, body { overscroll-behavior-y: contain; }

body{ overflow-x: hidden; }

html{ height: auto; min-height: 100%; }

body{ min-height: 100%; overflow-y: auto; }

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  cursor: pointer;
}

.blob1 {
  top: -12vh;
  left: -10vw;
  background: radial-gradient(circle at 0% 0%, rgba(255, 19, 19, 0.766), rgba(255,70,70,0) 50%);
}

.blob2 {
  top: -32vh;
  right: -26vw;
  background: radial-gradient(circle at 50% 50%, rgba(228, 228, 228, 0.235), rgba(255, 255, 255, 0) 60%);
}

.blob3 {
  top: -20vh;
  right: 30vw;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0) 80%);
}

.fw-700 {
  font-weight: 700;
}

html::before {
  content: "";
  position: fixed;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.cta {
  border: 1px solid rgba(255,255,255,0.16);
  padding: 8px 12px;
  border-radius: 12px;
}

.theme-toggle:hover {
  background: rgba(255,255,255,0.08);
}

.contact-item:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.05);
}

.vcard:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.vcard img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #121215;
}

.play-badge::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 16px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 4px;
}

.profile-text .subtitle {
  margin-top: 4px;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.hero .profile {
  margin: 0;
}

.vcard {
  width: max(180px, 22.5vw) !important;
}

.title-with-icon 
/* [TGS] Ensure tgs-player icons match <img> sizing */
tgs-player.title-icon{
  height: 1em;
  width: 1em;
  vertical-align: middle;
  flex: 0 0 auto;
  transform: translateY(0.12em);
  display: inline-block;
}

.title-icon {
  height: 1em;
  width: 1em;
  object-fit: cover;
  vertical-align: middle;
  flex: 0 0 auto;
  transform: translateY(0.12em);
}



#fx {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.profile-text {
  min-width: 0;
}

.theme-toggle{
  width: 2.5rem;              
  aspect-ratio: 1 / 1;        
  box-sizing: border-box;
  padding: 6px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background .2s ease;
}

.hero{
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  place-items: center;
  align-items: center;
  min-height: auto;
}

.contact-list{ display:flex; flex-direction: column; gap: 10px; }

.contact-item{ display:flex; align-items:center; gap: 12px; padding: 10px 12px; border-radius: 12px; transition: transform .18s ease, background .25s ease; }

.play-badge{ position: absolute; inset: 0; display:grid; place-items:center; }

.play-badge::before{ content: ""; width: 58px; height: 58px; border-radius: 50%; background: rgba(0,0,0,0.45); border: 2px solid rgba(255,255,255,0.6); display: grid; place-items:center; }

.skill-section{ margin-top: 0; }

.skill-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
}

.about{ display:grid; grid-template-columns: 1.1fr 1fr; gap: 24px; align-items:center; }

.actions{ display:flex; gap: 10px; margin-top: 10px; }

.profile{ display:flex; align-items:center; gap:36px; }

.connect-actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-section + section{ margin-top: 0; }

.title-with-icon{ display: inline-flex; align-items: center; gap: 0.2em; line-height: 1.1; }

.contact-item img { width: 28px; height: 28px; }

.about-mini { margin-top: 14px; font-size: 15px; }

#fx{
  position: fixed; inset: 0;
  pointer-events: none;
  z-index: 2; 
  overflow: hidden;
}

html, body{ max-width: 100%; overflow-x: hidden; }

.contact-close{ position:absolute; top: 10px; right: 12px; width: 36px; height: 36px; border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.18); background: rgba(0,0,0,0.25); color: #fff;
  display:grid; place-items:center; font-size: 20px; cursor: pointer; transition: transform .15s ease, filter .2s ease;
}

body.light .contact-close{ background: rgba(255,255,255,0.8); color: #000; }

.contact-close:hover{ transform: translateY(-2px); filter: brightness(1.1); }
