/* ============================================================
   PHOENIX PORTFOLIO - SİBER KARANLIK TEMA VE TASARIM
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;700&family=Syne:wght@400;500;600;700;800&display=swap');

:root {
  --bg: #050508;
  --bg-card: rgba(14, 14, 24, 0.85);
  --bg-card-hover: rgba(24, 22, 38, 0.95);
  --border: rgba(255, 255, 255, 0.12);
  --border-hover: rgba(139, 92, 246, 0.5);
  --text: #ffffff;
  --text-dim: #c5c5dc;
  --text-muted: #9595b0;
  --accent: #8b5cf6;
  --accent2: #c084fc;
  --accent3: #06b6d4;
  --green: #10b981;
  --font-display: 'Syne', sans-serif;
  --font-body: 'Space Grotesk', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
}

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; }

/* ==================== 01. SİBERPUNK NEON İMLEÇ VE PARILTI EFEKTLERİ ==================== */
html, body {
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M3 2L20 16L12.5 16.5L9.5 24L3 2Z" fill="%230c0a18" stroke="%23a855f7" stroke-width="1.8" stroke-linejoin="round"/><path d="M5 5L15 13.5L11 14L8.5 19L5 5Z" fill="%238b5cf6"/><circle cx="3.5" cy="2.5" r="1.5" fill="%2306b6d4"/></svg>') 3 2, auto !important;
}

a, button, [role="button"], input[type="button"], input[type="submit"], select, .scene-btn, .magnetic-btn, .project-card, .badge-item, .stat-pill, .orbit__item, .code-toggle-btn {
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M3 2L21 17L13 17.5L10 25L3 2Z" fill="%23061320" stroke="%2306b6d4" stroke-width="2" stroke-linejoin="round"/><path d="M5.5 5.5L16 14.5L11.5 15L9.5 20L5.5 5.5Z" fill="%2306b6d4"/><circle cx="3.5" cy="2.5" r="1.8" fill="%23ffffff"/></svg>') 3 2, pointer !important;
}

input[type="text"], textarea {
  cursor: text !important;
}

/* Fare İzi Parıltı Efekti */
.cursor-sparkle {
  position: fixed;
  width: 4px;
  height: 4px;
  background: #a855f7;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9997;
  animation: sparkleFade 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes sparkleFade {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(var(--dx), var(--dy)) scale(0.1);
  }
}

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
}

::selection { background: var(--accent); color: #fff; }

/* ==================== 02. ARKA PLAN KUMLANMA EFEKTİ (NOISE GRAIN) ==================== */
.noise {
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 128px;
}

/* ==================== 03. CANLI 4K ANİME VİDEO ARKA PLANI ==================== */
.bg-video,
#bgVideo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.35;
  filter: brightness(0.75) contrast(1.2);
  pointer-events: none;
  transition: opacity 0.4s ease;
  transform: translateZ(0);
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* ==================== 04. İNTERAKTİF PARÇACIK TUVALİ (CANVAS) ==================== */
#particlesCanvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* ==================== 05. ARKA PLAN IŞIK KÜRELERİ (AMBIENT ORBS) ==================== */
.orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: opacity 2s ease;
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.orb.active { opacity: 1; }

.orb--1 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(139,92,246,0.15) 0%, transparent 70%);
  top: -100px; right: -50px;
  animation: orbFloat1 12s ease-in-out infinite;
}
.orb--2 {
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(6,182,212,0.1) 0%, transparent 70%);
  bottom: 10%; left: -80px;
  animation: orbFloat2 15s ease-in-out infinite;
}
.orb--3 {
  width: 250px; height: 250px;
  background: radial-gradient(circle, rgba(16,185,129,0.08) 0%, transparent 70%);
  top: 40%; right: 20%;
  animation: orbFloat3 18s ease-in-out infinite;
}

@keyframes orbFloat1 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(-60px,80px)} }
@keyframes orbFloat2 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(50px,-60px)} }
@keyframes orbFloat3 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(-40px,50px)} }

/* ==================== 06. GİRİŞ VE KARŞILAMA EKRANI (ENTRY OVERLAY) ==================== */
.overlay {
  position: fixed;
  inset: 0;
  background: radial-gradient(ellipse at center, #0e0e17 0%, #050508 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  cursor: pointer;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.8s, transform 0.8s ease;
}
.overlay.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.05);
}

.overlay__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 2;
  user-select: none;
}

.overlay__emblem {
  position: relative;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: emblemPulse 3s ease-in-out infinite;
}
.overlay__emblem-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(139, 92, 246, 0.7));
  transition: transform 0.3s ease, filter 0.3s ease;
}
.overlay:hover .overlay__emblem-img {
  transform: scale(1.12);
  filter: drop-shadow(0 0 18px rgba(168, 85, 247, 0.9)) drop-shadow(0 0 30px rgba(6, 182, 212, 0.6));
}
.overlay__emblem-glow {
  position: absolute;
  inset: -8px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.4) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(12px);
  pointer-events: none;
  animation: glowBreathe 3s ease-in-out infinite alternate;
}
@keyframes emblemPulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
@keyframes glowBreathe {
  0% { opacity: 0.4; transform: scale(0.9); }
  100% { opacity: 0.9; transform: scale(1.2); }
}

.overlay__inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
.overlay__text {
  font-family: var(--font-mono);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 5px;
  color: #fff;
  text-shadow: 0 0 12px rgba(139, 92, 246, 0.6);
  transition: color 0.3s ease, text-shadow 0.3s ease, letter-spacing 0.3s ease;
}
.overlay:hover .overlay__text {
  color: #e879f9;
  letter-spacing: 7px;
  text-shadow: 0 0 16px rgba(232, 121, 249, 0.8), 0 0 30px rgba(139, 92, 246, 0.5);
}
.overlay__line {
  width: 45px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.8), transparent);
  transition: width 0.3s ease, background 0.3s ease;
}
.overlay:hover .overlay__line {
  width: 65px;
  background: linear-gradient(90deg, transparent, rgba(6, 182, 212, 0.9), transparent);
}

.overlay__subtext {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--text-muted);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  opacity: 0.75;
  transition: opacity 0.3s ease, color 0.3s ease;
}
.overlay:hover .overlay__subtext {
  opacity: 1;
  color: var(--accent2);
}
.overlay__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 8px #10b981;
  animation: livePulse 1.8s infinite;
}

/* ==================== 07. YILDIZLAR VE ARKA PLAN ANİMASYONLARI ==================== */
@keyframes animStar { from{transform:translateY(0)} to{transform:translateY(-2000px)} }

#stars1 { width:1px; height:1px; background:transparent; animation:animStar 80s linear infinite;
  box-shadow: 779px 331px #fff,324px 42px #fff,1312px 276px #fff,451px 625px #fff,521px 1931px #fff,1087px 1871px #fff,36px 1546px #fff,132px 934px #fff,1698px 901px #fff,1418px 664px #fff,1448px 1157px #fff,1084px 232px #fff,347px 1776px #fff,1722px 243px #fff,1629px 835px #fff,479px 969px #fff,586px 384px #fff,164px 527px #fff,8px 646px #fff,1150px 1126px #fff,665px 1357px #fff,1556px 1982px #fff,1260px 1961px #fff,1675px 1741px #fff,1843px 1514px #fff,718px 1628px #fff,242px 1343px #fff,1497px 1880px #fff,1364px 230px #fff,1739px 1302px #fff,636px 959px #fff,304px 686px #fff,614px 751px #fff,1935px 816px #fff,1428px 60px #fff,355px 335px #fff,1594px 158px #fff,90px 60px #fff,1553px 162px #fff,1239px 1825px #fff,1945px 587px #fff,749px 1785px #fff,1987px 1172px #fff,1301px 1237px #fff,1039px 342px #fff,1585px 1481px #fff,995px 1048px #fff,524px 932px #fff,214px 413px #fff;
}
#stars2 { width:2px; height:2px; background:transparent; animation:animStar 120s linear infinite;
  box-shadow: 1448px 320px #fff,1775px 1663px #fff,332px 1364px #fff,878px 340px #fff,569px 1832px #fff,1422px 1684px #fff,1946px 1907px #fff,121px 979px #fff,1044px 1069px #fff,463px 381px #fff,423px 112px #fff,523px 1179px #fff,779px 654px #fff,1398px 694px #fff,1085px 1464px #fff,1599px 1869px #fff,801px 1882px #fff,552px 932px #fff,1057px 1196px #fff,282px 1280px #fff,496px 1986px #fff,1833px 1120px #fff,1802px 1293px #fff,6px 1696px #fff,412px 1902px #fff,605px 438px #fff,24px 1212px #fff,234px 1320px #fff,544px 344px #fff,1107px 170px #fff;
}
#stars3 { width:3px; height:3px; background:transparent; animation:animStar 180s linear infinite;
  box-shadow: 387px 1878px #fff,760px 1564px #fff,1487px 999px #fff,948px 1828px #fff,1977px 1001px #fff,1284px 1963px #fff,656px 284px #fff,1268px 1635px #fff,1820px 598px #fff,642px 1900px #fff,296px 57px #fff,921px 1620px #fff,476px 1858px #fff,658px 613px #fff,1171px 1363px #fff,1419px 283px #fff,1037px 731px #fff,503px 663px #fff,1562px 463px #fff,383px 1197px #fff;
}

/* ==================== 08. ANA SAYFA VE GENEL YERLEŞİM ==================== */
.main {
  max-width: 820px;
  margin: 0 auto;
  padding: 100px 20px 60px;
  position: relative;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.5s;
}
.main.visible { opacity: 1; }

/* ==================== 09. PROFİL, AVATAR VE BAŞLIK ALANI ==================== */
.hero { 
  text-align: center; 
  margin: 0 auto 48px; 
  max-width: 560px;
}

.hero__avatar-wrap {
  position: relative;
  width: 130px; height: 130px;
  margin: 0 auto 28px;
}
.hero__avatar-glow {
  position: absolute;
  inset: -20px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139,92,246,0.15) 0%, transparent 70%);
  animation: glowPulse 3s ease-in-out infinite;
}
@keyframes glowPulse { 0%,100%{opacity:0.4;transform:scale(1)} 50%{opacity:0.8;transform:scale(1.08)} }

.hero__avatar {
  width: 130px; height: 130px;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  z-index: 2;
  border: 4px solid var(--bg);
}
.hero__avatar-decoration {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 154px;
  height: 154px;
  pointer-events: none;
  z-index: 4;
}
.hero__status {
  position: absolute; bottom: 8px; right: 8px;
  width: 18px; height: 18px;
  background: #ef4444;
  border-radius: 50%;
  border: 3px solid var(--bg);
  z-index: 5;
  box-shadow: 0 0 12px rgba(239,68,68,0.6);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

/* ==================== 10. DİSCORD DÜŞÜNCE BALONU (SAĞ ÜST) ==================== */
.custom-status-pill {
  position: absolute;
  top: -12px;
  left: calc(70% + 10px);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(14, 14, 22, 0.9);
  border: 1px solid rgba(139, 92, 246, 0.35);
  backdrop-filter: blur(12px);
  padding: 5px 12px;
  border-radius: 14px;
  font-size: 12px;
  font-family: var(--font-body);
  color: #f3f4f6;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5), 0 0 14px rgba(139, 92, 246, 0.2);
  white-space: nowrap;
  z-index: 10;
  pointer-events: auto;
  animation: thoughtFloat 3s ease-in-out infinite alternate;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.custom-status-pill:hover {
  border-color: rgba(139, 92, 246, 0.6);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.6), 0 0 18px rgba(139, 92, 246, 0.35);
}

/* Düşünce Balonu Kuyruğu (Thought Bubble Dots) */
.custom-status-pill::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 8px;
  width: 6px;
  height: 6px;
  background: rgba(14, 14, 22, 0.9);
  border: 1px solid rgba(139, 92, 246, 0.35);
  border-radius: 50%;
}
.custom-status-pill::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 3px;
  width: 4px;
  height: 4px;
  background: rgba(14, 14, 22, 0.9);
  border: 1px solid rgba(139, 92, 246, 0.35);
  border-radius: 50%;
}

@keyframes thoughtFloat {
  0% { transform: translateY(0); }
  100% { transform: translateY(-4px); }
}

.custom-status-emoji {
  display: inline-flex;
  align-items: center;
}
.custom-status-emoji img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}
.custom-status-text {
  color: #e5e7eb;
  font-weight: 500;
  letter-spacing: 0.2px;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ==================== 11. GLITCH VE PARILTI YAZI EFEKTLERİ ==================== */
.hero__name {
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 4px;
  margin-bottom: 6px;
}

/* ==================== 12. DİSCORD ROZETLERİ VE TOOLTIPLERİ ==================== */
.discord-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 12px;
}
.badge-item {
  position: relative;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), filter 0.25s;
}
.badge-item:hover {
  transform: translateY(-3px) scale(1.18);
  filter: drop-shadow(0 4px 10px rgba(139, 92, 246, 0.5));
}
.badge-item img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
/* Tooltip */
.badge-item::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: rgba(10, 10, 15, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 11px;
  font-family: var(--font-body);
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
  z-index: 20;
  box-shadow: 0 4px 12px rgba(0,0,0,0.5);
}
.badge-item:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ==================== 13. PROFİL İSTATİSTİKLERİ VE HAVA DURUMU ==================== */
.profile-stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 14px 0 24px;
}
.profile-stats__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.stat-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(12, 12, 22, 0.88);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 5px 14px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  font-family: var(--font-mono);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease;
}
.stat-pill i {
  color: var(--accent2);
}
.stat-pill:hover {
  border-color: rgba(139, 92, 246, 0.5);
  background: rgba(18, 16, 32, 0.95);
  box-shadow: 0 6px 20px rgba(139, 92, 246, 0.25);
  color: #fff;
}
.stat-pill--smart {
  border-color: rgba(16, 185, 129, 0.35);
  background: rgba(10, 18, 16, 0.9);
}
.stat-pill--smart:hover {
  border-color: #10b981;
  box-shadow: 0 0 16px rgba(16, 185, 129, 0.3);
}

.stat-pill--weather {
  border-color: rgba(6, 182, 212, 0.35);
  background: rgba(8, 18, 26, 0.9);
}
.stat-pill--weather i {
  color: #06b6d4;
}
.stat-pill--weather:hover {
  border-color: #06b6d4;
  box-shadow: 0 0 16px rgba(6, 182, 212, 0.35);
}

.stat-pill--domain {
  border-color: rgba(232, 121, 249, 0.45);
  background: linear-gradient(135deg, rgba(30, 10, 45, 0.9), rgba(18, 8, 30, 0.9));
  cursor: pointer;
  border-radius: 12px;
  color: #f5d0fe;
  animation: domainBorderPulse 2.5s ease-in-out infinite alternate;
}
.stat-pill--domain i {
  color: #e879f9;
  animation: spinSlow 8s linear infinite;
}
.stat-pill--domain:hover {
  border-color: #e879f9;
  background: linear-gradient(135deg, rgba(80, 20, 110, 0.9), rgba(40, 15, 70, 0.9));
  box-shadow: 0 0 20px rgba(232, 121, 249, 0.5), 0 0 35px rgba(139, 92, 246, 0.3);
  transform: translateY(-2px) scale(1.03);
  color: #fff;
}
@keyframes domainBorderPulse {
  0% { box-shadow: 0 0 8px rgba(232, 121, 249, 0.2); }
  100% { box-shadow: 0 0 18px rgba(232, 121, 249, 0.45), 0 0 28px rgba(139, 92, 246, 0.25); }
}
@keyframes spinSlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* ==================== 14. GERÇEKLİK KIRILMASI VE ALAN GENİŞLETMESİ (RYŌIKI TENKAI) ==================== */
.shatter-canvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 900;
  pointer-events: none;
  display: none;
}
.shatter-canvas.active {
  display: block;
}

.domain-overlay {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at center, rgba(180, 20, 40, 0.5) 0%, rgba(10, 4, 12, 0.95) 75%);
  backdrop-filter: blur(8px);
  z-index: 890;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.domain-overlay.active {
  opacity: 1;
  visibility: visible;
}
.domain-overlay__kanji {
  font-size: clamp(3.5rem, 9vw, 6.5rem);
  font-weight: 900;
  font-family: var(--font-display), 'Space Grotesk', serif;
  background: linear-gradient(135deg, #ffffff 0%, #f43f5e 40%, #dc2626 70%, #7f1d1d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 12px;
  text-shadow: 0 0 45px rgba(244, 63, 94, 0.9);
  animation: kanjiFloat 2s ease-in-out infinite alternate;
  margin-bottom: 8px;
}
.domain-overlay__sub {
  font-family: var(--font-mono);
  font-size: clamp(0.75rem, 2vw, 1.1rem);
  font-weight: 700;
  color: #f87171;
  letter-spacing: 6px;
  text-shadow: 0 0 18px rgba(239, 68, 68, 0.9);
  margin-bottom: 12px;
}
.domain-overlay__quote {
  font-family: var(--font-display), serif;
  font-size: 1.1rem;
  color: rgba(255, 230, 230, 0.85);
  letter-spacing: 3px;
  text-shadow: 0 0 12px rgba(239, 68, 68, 0.6);
}
.domain-energy-ring {
  position: absolute;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  border: 2px dashed rgba(239, 68, 68, 0.7);
  box-shadow: 0 0 40px rgba(239, 68, 68, 0.6), inset 0 0 40px rgba(185, 28, 28, 0.6);
  animation: domainRingSpin 6s linear infinite;
  pointer-events: none;
}
@keyframes kanjiFloat {
  0% { transform: scale(0.96) translateY(0); filter: drop-shadow(0 0 25px rgba(244, 63, 94, 0.7)); }
  100% { transform: scale(1.04) translateY(-6px); filter: drop-shadow(0 0 50px rgba(239, 68, 68, 0.95)); }
}
@keyframes domainRingSpin {
  from { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(180deg) scale(1.15); }
  to { transform: rotate(360deg) scale(1); }
}

/* Avatar Sukuna Ateş Çerçevesi ve Parıltısı */
.hero__avatar-wrap.domain-active .hero__avatar-glow {
  inset: -60px !important;
  border-radius: 50% !important;
  background: radial-gradient(circle at center, rgba(239, 68, 68, 0.75) 0%, rgba(220, 38, 38, 0.4) 40%, rgba(127, 29, 29, 0.12) 65%, transparent 75%) !important;
  transform: none !important;
  filter: none !important;
  animation: sukunaAuraGlow 1.4s ease-in-out infinite alternate !important;
  pointer-events: none;
}
.hero__avatar-wrap.domain-active {
  cursor: pointer;
  background: transparent !important;
  box-shadow: none !important;
}
@keyframes sukunaAuraGlow {
  0% { opacity: 0.7; transform: scale(1); }
  100% { opacity: 1; transform: scale(1.15); }
}

.hero__avatar-wrap.domain-active .hero__avatar-decoration {
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 118% !important;
  height: 118% !important;
  filter: drop-shadow(0 0 14px rgba(239, 68, 68, 0.8)) !important;
  z-index: 6;
  background: transparent !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
}

.glitch {
  position: relative;
  display: inline-block;
  color: #ffffff;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.9);
}
.glitch::before, .glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  opacity: 0.8;
}
.glitch::before {
  color: var(--accent);
  animation: glitch1 3s infinite linear alternate-reverse;
  clip-path: polygon(0 0, 100% 0, 100% 35%, 0 35%);
}
.glitch::after {
  color: var(--accent3);
  animation: glitch2 2s infinite linear alternate-reverse;
  clip-path: polygon(0 65%, 100% 65%, 100% 100%, 0 100%);
}
@keyframes glitch1 {
  0%{transform:translate(0)} 20%{transform:translate(-3px,2px)} 40%{transform:translate(3px,-1px)}
  60%{transform:translate(-2px,1px)} 80%{transform:translate(2px,-2px)} 100%{transform:translate(0)}
}
@keyframes glitch2 {
  0%{transform:translate(0)} 20%{transform:translate(3px,1px)} 40%{transform:translate(-2px,-1px)}
  60%{transform:translate(1px,2px)} 80%{transform:translate(-3px,-1px)} 100%{transform:translate(0)}
}

/* ==================== 15. DAKTİLO YAZI ANİMASYONU ==================== */
.hero__title {
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 600;
  color: #f1f1f8;
  margin-bottom: 16px;
  height: 20px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.95), 0 0 14px rgba(139, 92, 246, 0.4);
}
.typewriter__cursor {
  animation: blink 0.8s step-end infinite;
  color: var(--accent2);
  font-weight: 600;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} }

.hero__bio {
  font-size: 15.5px;
  font-weight: 500;
  color: #e4e4f0;
  line-height: 1.7;
  max-width: 440px;
  margin: 0 auto 28px;
  font-style: italic;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.98), 0 0 8px rgba(0, 0, 0, 0.8);
}

/* ==================== 16. YÖRÜNGEDE DÖNEN YETENEKLER ==================== */
.orbit {
  position: relative;
  width: 230px; height: 230px;
  margin: 0 auto 40px;
}
.orbit__center {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 66px; height: 66px;
  border-radius: 50%;
  background: rgba(14, 14, 26, 0.94);
  backdrop-filter: blur(14px);
  border: 1.5px solid rgba(139, 92, 246, 0.45);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.85), 0 0 16px rgba(139, 92, 246, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.orbit__label {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
  color: var(--accent2);
  letter-spacing: 2.5px;
  text-shadow: 0 0 10px rgba(192, 132, 252, 0.6);
}
.orbit__item {
  position: absolute;
  top: 50%; left: 50%;
  font-family: var(--font-mono);
  font-size: 11.5px;
  font-weight: 600;
  color: #ffffff;
  background: rgba(15, 14, 28, 0.92);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(139, 92, 246, 0.4);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.8), 0 0 10px rgba(139, 92, 246, 0.15);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
  padding: 5px 13px;
  border-radius: 20px;
  white-space: nowrap;
  --angle: calc(360deg / var(--total) * var(--i));
  --radius: 100px;
  transform: translate(-50%,-50%) rotate(var(--angle)) translateY(calc(-1 * var(--radius))) rotate(calc(-1 * var(--angle)));
  animation: orbitSpin 20s linear infinite;
  animation-delay: calc(-20s / var(--total) * var(--i));
}
.orbit__item:hover {
  background: rgba(139, 92, 246, 0.35);
  border-color: var(--accent2);
  color: #fff;
  box-shadow: 0 0 18px rgba(139, 92, 246, 0.6);
  transform: translate(-50%,-50%) scale(1.15);
}
@keyframes orbitSpin {
  from { --angle: calc(360deg / var(--total) * var(--i)); }
  to { --angle: calc(360deg / var(--total) * var(--i) + 360deg); }
}

.orbit__item { transition: all 0.3s; }
.orbit__item:hover {
  background: rgba(139,92,246,0.2);
  border-color: var(--accent);
  color: var(--text);
  transform: translate(-50%,-50%) scale(1.15);
}

/* ==================== 17. DİSCORD CANLI DURUM GÖSTERGELERİ ==================== */
.discord-live {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px 18px;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--text-dim);
  backdrop-filter: blur(10px);
}
.discord-live__dot {
  width: 8px; height: 8px;
  background: var(--green);
  border-radius: 50%;
  margin-top: 5px;
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(16,185,129,0.5);
  animation: dotPulse 2s ease-in-out infinite;
}
@keyframes dotPulse { 0%,100%{opacity:1} 50%{opacity:0.4} }

/* ==================== 18. MANYETİK SOSYAL MEDYA BUTONLARI ==================== */
.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 56px;
}

.magnetic-btn {
  position: relative;
  text-decoration: none;
  color: var(--text);
  background: var(--bg-card);
  border: 1px solid var(--border);
  transition: border-color 0.4s, background 0.4s, width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  height: 52px;
  border-radius: 26px;
  width: 52px;
  cursor: pointer;
}
.magnetic-btn:hover {
  width: 170px;
  border-color: var(--accent);
  background: rgba(139, 92, 246, 0.05);
}

.magnetic-btn__inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
  width: 100%;
}

.btn-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.btn-icon i {
  font-size: 20px;
  color: var(--text);
  transition: color 0.4s;
}
.btn-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.magnetic-btn:hover .btn-icon i {
  color: var(--accent2);
}

.btn-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.3s, transform 0.3s;
}
.magnetic-btn:hover .btn-text {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.1s;
}
.btn-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.2;
}
.btn-desc {
  font-size: 11px;
  color: var(--text-dim);
  font-family: var(--font-mono);
  margin-top: 2px;
}

.magnetic-btn__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--x,50%) var(--y,50%), rgba(139,92,246,0.15), transparent 60%);
  opacity: 0;
  transition: opacity 0.4s;
}
.magnetic-btn:hover .magnetic-btn__glow { opacity: 1; }

/* ==================== 19. BÖLÜM BAŞLIKLARI VE ETİKETLERİ ==================== */
.section-label {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: 3px;
  margin-bottom: 20px;
}

/* ==================== 20. IŞILDAYAN KART ÇERÇEVELERİ (GLOW CARDS) ==================== */
.projects { margin-bottom: 48px; }
.projects .glow-card + .glow-card { margin-top: 14px; }

.glow-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: default;
}
.glow-card__border {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(
    var(--border-angle, 0deg),
    var(--accent),
    transparent 40%,
    transparent 60%,
    var(--accent3)
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: borderRotate 4s linear infinite;
  opacity: 0.4;
  transition: opacity 0.4s;
}
.glow-card:hover .glow-card__border { opacity: 1; }

@property --border-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
@keyframes borderRotate { to { --border-angle: 360deg; } }

.glow-card__content {
  padding: 24px;
  background: var(--bg-card);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  transition: background 0.3s;
}
.glow-card:hover .glow-card__content { background: var(--bg-card-hover); }

.glow-card__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
.glow-card__icon {
  width: 44px; height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--accent), var(--accent3));
  border-radius: 12px;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
  font-family: var(--font-display);
}
.glow-card h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
}
.glow-card__tag {
  font-size: 12px;
  color: var(--accent2);
  font-family: var(--font-mono);
}
.glow-card p {
  font-size: 14px;
  color: var(--text-dim);
  line-height: 1.6;
  margin-bottom: 14px;
}
.glow-card__stats {
  display: flex;
  gap: 16px;
  font-size: 12px;
  color: var(--text-muted);
  font-family: var(--font-mono);
}

/* ==================== 21. ALT BİLGİ (FOOTER) ==================== */
.footer {
  text-align: center;
  padding: 20px 0;
  font-size: 13px;
  color: var(--text-muted);
}
.footer__line {
  width: 40px;
  height: 1px;
  background: var(--border);
  margin: 0 auto 16px;
}
.footer__accent { color: var(--accent2); font-weight: 600; }

/* ==================== 22. GSAP ANİMASYON ÖNCESİ GİZLEME ==================== */
.gsap-hidden { opacity: 0; transform: translateY(30px); }

/* ==================== 23. SABİT MÜZİK ÇALAR ARAYÜZÜ (SAĞ ÜST) ==================== */
.music-player {
  position: fixed;
  top: 20px; right: 20px;
  width: 300px;
  background: rgba(10,10,15,0.85);
  backdrop-filter: blur(20px);
  color: #fff;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid var(--border);
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
  font-family: var(--font-body);
  z-index: 50;
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.6s ease 0.5s, transform 0.6s ease 0.5s;
}
.music-player.show { opacity: 1; transform: translateX(0); }

.music-info { display:flex; align-items:center; gap:12px; }
.music-info img { width:50px; height:50px; border-radius:10px; object-fit:cover; }
.song-details h4 { margin:0; font-size:0.95rem; font-weight:600; }
.song-details p { margin:2px 0 0; font-size:0.8rem; color:var(--text-dim); }

.controls { margin-top:12px; display:flex; justify-content:center; gap:16px; }
.controls button { background:none; border:none; color:#fff; font-size:1.4rem; cursor:pointer; transition:color 0.3s,transform 0.2s; }
.controls button:hover { color:var(--accent2); transform:scale(1.15); }

#progress, #volume { width:100%; margin-top:10px; cursor:pointer; -webkit-appearance:none; background:rgba(255,255,255,0.08); height:4px; border-radius:2px; }
#progress::-webkit-slider-thumb, #volume::-webkit-slider-thumb { -webkit-appearance:none; width:12px; height:12px; background:var(--accent); border-radius:50%; cursor:pointer; }

#volume-container { display:flex; align-items:center; gap:8px; margin-top:8px; font-size:0.85rem; color:var(--text-dim); }
#volume-icon { font-size:1.1rem; cursor:pointer; color:var(--text-dim); flex-shrink:0; }
#volume { flex-grow:1; min-width:40px; margin-top:0; }
.music-volume-percent {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--accent2);
  min-width: 28px;
  text-align: center;
  flex-shrink: 0;
  letter-spacing: -0.2px;
}
#time-display {
  white-space: nowrap;
  flex-shrink: 0;
  text-align: right;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--text-dim);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.2px;
}

#trackList {
  margin-top: 10px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 8px 36px 8px 12px;
  border-radius: 8px;
  border: 1px solid rgba(139, 92, 246, 0.35);
  background-color: #0f0f18;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23a855f7' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 14px 14px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  font-family: var(--font-body);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.2s ease;
}
#trackList:hover {
  border-color: var(--accent);
  box-shadow: 0 0 10px rgba(139, 92, 246, 0.25);
}
#trackList:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 12px rgba(139, 92, 246, 0.4);
}
#trackList option {
  background: #0f0f18;
  color: #fff;
  padding: 8px 10px;
}

/* ==================== 24. SOL ALT CANLI SPOTIFY KARTI (BOTTOM-LEFT WIDGET) ==================== */
.spotify-widget-card {
  position: fixed;
  bottom: 24px;
  left: 24px;
  width: 290px;
  background: rgba(13, 15, 24, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 12px 14px;
  z-index: 95;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  overflow: hidden;
  user-select: none;
  display: block;
}

.spotify-widget-card:hover {
  border-color: rgba(29, 185, 84, 0.6);
  background: rgba(16, 22, 28, 0.95);
  transform: translateY(-4px);
  box-shadow: 0 0 30px rgba(29, 185, 84, 0.25), 0 15px 40px rgba(0, 0, 0, 0.7);
}

.spotify-widget-card.spotify-live {
  border-color: rgba(29, 185, 84, 0.55);
  background: linear-gradient(135deg, rgba(10, 26, 18, 0.92), rgba(13, 17, 26, 0.94));
  box-shadow: 0 0 30px rgba(29, 185, 84, 0.22), 0 15px 40px rgba(0, 0, 0, 0.6);
}

.spotify-widget-card__inner {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 2;
}

.spotify-widget-card__cover-wrap {
  position: relative;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
}

.spotify-widget-card__cover {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s;
}
.spotify-widget-card:hover .spotify-widget-card__cover {
  transform: scale(1.06);
}

.spotify-widget-card__dot {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #64748b;
  border: 2px solid #0d0f18;
}
.spotify-widget-card.spotify-live .spotify-widget-card__dot {
  background: #1db954;
  box-shadow: 0 0 8px #1db954;
  animation: dotPulse 2s ease-in-out infinite;
}

.spotify-widget-card__content {
  flex: 1;
  min-width: 0;
}

.spotify-widget-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}

.spotify-widget-card__label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 700;
  color: #1db954;
  letter-spacing: 0.4px;
}

.spotify-widget-card__time {
  font-family: var(--font-mono);
  font-size: 9.5px;
  color: #38bdf8;
  font-weight: 600;
}
.spotify-widget-card.spotify-live .spotify-widget-card__time {
  color: #38bdf8;
}

.spotify-widget-card__title {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.spotify-widget-card__sub {
  font-size: 11px;
  color: #cbd5e1;
  margin: 0 0 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.spotify-widget-card__details {
  font-size: 10px;
  color: var(--text-dim);
  font-family: var(--font-mono);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.spotify-widget-card__progress-wrap {
  margin-top: 6px;
}
.spotify-widget-card__progress-bar {
  width: 100%;
  height: 3.5px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  overflow: hidden;
}
.spotify-widget-card__progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #10b981, #1db954, #34d399);
  border-radius: 2px;
  transition: width 0.4s ease;
  box-shadow: 0 0 8px #1db954;
}

/* ==================== 25. MÜZİK SES DALGASI GÖRSELLEŞTİRİCİSİ (VISUALIZER) ==================== */
.music-cover-wrap {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
}
.fake-viz {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  opacity: 0;
  transition: opacity 0.3s;
}
.fake-viz.playing { opacity: 1; }
.fake-viz .bar {
  width: 4px;
  height: 4px;
  background: var(--accent);
  border-radius: 2px;
}
.fake-viz.playing .bar {
  animation: vizBounce 0.5s ease-in-out infinite alternate;
}
.fake-viz .bar:nth-child(1) { animation-delay: 0.1s; }
.fake-viz .bar:nth-child(2) { animation-delay: 0.3s; }
.fake-viz .bar:nth-child(3) { animation-delay: 0.0s; }
.fake-viz .bar:nth-child(4) { animation-delay: 0.4s; }

@keyframes vizBounce {
  from { height: 4px; }
  to { height: 24px; background: var(--accent3); }
}

/* ==================== 26. SAĞ ALT CANLI DİSCORD OYUN / AKTİVİTE KARTI ==================== */
.activity-card {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 285px;
  max-width: calc(100vw - 48px);
  background: rgba(10, 10, 15, 0.85);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 14px;
  padding: 10px 12px;
  z-index: 50;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  transform: translateY(100px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s ease, border-color 0.3s;
}
.activity-card.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
/* Aktivite Değişiminde Yatay Kaydırma Animasyonu */
@keyframes contentSlideSwipe {
  0% {
    opacity: 0;
    transform: translateX(20px);
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}
.activity-card__inner.slide-swipe {
  animation: contentSlideSwipe 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.activity-card:hover {
  border-color: rgba(139, 92, 246, 0.6);
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(139, 92, 246, 0.2);
}
.activity-card__inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
.activity-card__icon-wrap {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.05);
}
.activity-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.activity-card__live-dot {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 7px;
  height: 7px;
  background: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 6px #10b981;
  animation: livePulse 2s infinite;
}
@keyframes livePulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.6; }
}
.activity-card__content {
  flex-grow: 1;
  min-width: 0;
}
.activity-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
}
.activity-card__label {
  font-size: 10px;
  font-family: var(--font-mono);
  color: var(--accent2);
  font-weight: 700;
  letter-spacing: 0.5px;
}
.activity-card__time {
  font-size: 10px;
  font-family: var(--font-mono);
  color: var(--text-muted);
}
.activity-card__title {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.activity-card__sub {
  margin: 1px 0 0;
  font-size: 11px;
  color: var(--text-dim);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.activity-card__details {
  margin: 2px 0 0;
  font-size: 10px;
  font-family: var(--font-mono);
  color: var(--accent2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  transition: opacity 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.3s ease;
}
.activity-card__details.slide-out-left {
  opacity: 0;
  transform: translateX(-16px);
  filter: blur(2px);
}
.activity-card__details.slide-in-right {
  opacity: 0;
  transform: translateX(16px);
  filter: blur(2px);
}
.activity-card__state {
  margin: 1px 0 0;
  font-size: 10px;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ==================== 27. BİLDİRİM KUTUSU (TOAST NOTIFICATION) ==================== */
.toast-box {
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(-100px);
  background: rgba(15, 15, 25, 0.94);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(139, 92, 246, 0.4);
  padding: 12px 20px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 1000;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6), 0 0 20px rgba(139, 92, 246, 0.25);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s ease;
}
.toast-box.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.toast-icon {
  font-size: 22px;
  color: var(--accent2);
}
.toast-text {
  display: flex;
  flex-direction: column;
}
.toast-text strong {
  font-size: 13px;
  color: #fff;
}
.toast-text span {
  font-size: 11.5px;
  color: var(--text-dim);
}
.toast-text code {
  background: rgba(139, 92, 246, 0.2);
  color: var(--accent2);
  padding: 1px 5px;
  border-radius: 4px;
  font-family: var(--font-mono);
}

/* ==================== 28. SOL ÜST SAHNE KUMANDASI (MATRIX/GRID/UZAY) ==================== */
.scene-switcher {
  position: fixed;
  top: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(14, 14, 22, 0.75);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 5px 8px;
  border-radius: 30px;
  z-index: 40;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.scene-btn {
  background: transparent;
  border: 1px solid transparent;
  outline: none;
  color: var(--text-dim);
  font-family: var(--font-mono);
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  user-select: none;
}
.scene-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}
.scene-btn.active {
  background: rgba(139, 92, 246, 0.25);
  color: #fff;
  border-color: rgba(139, 92, 246, 0.5);
  box-shadow: 0 0 12px rgba(139, 92, 246, 0.3);
}
.scene-btn:focus,
.scene-btn:focus-visible {
  outline: none;
}
#sceneCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* ==================== 29. AKILLI SİSTEM DURUM ROZETİ ==================== */
.stat-pill--smart {
  border-color: rgba(16, 185, 129, 0.3) !important;
  color: #10b981 !important;
}
.smart-dot {
  width: 7px;
  height: 7px;
  background: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 8px #10b981;
  animation: livePulse 1.8s infinite;
}

/* ==================== 30. SİSTEM TELEMETRİSİ VE TELEMETRY HUD ==================== */
.system-hud {
  margin: 12px auto 20px;
  max-width: 440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(10, 10, 18, 0.65);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 12px;
  padding: 8px 14px;
  font-family: var(--font-mono);
  font-size: 11px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.system-hud:hover {
  border-color: rgba(139, 92, 246, 0.45);
  box-shadow: 0 6px 20px rgba(139, 92, 246, 0.15);
}
.system-hud__header {
  display: flex;
  align-items: center;
  gap: 7px;
}
.system-hud__pulse {
  width: 7px;
  height: 7px;
  background: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 8px #10b981;
  animation: livePulse 2s infinite;
}
.system-hud__title {
  color: var(--accent2);
  font-weight: 700;
  letter-spacing: 0.5px;
}
.system-hud__metrics {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-dim);
}
.metric-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.metric-divider {
  color: rgba(255, 255, 255, 0.15);
}

/* ==================== 31. CANLI VS CODE KOD AKIŞI AÇ/KAPA BUTONU ==================== */
.code-toggle-wrap {
  margin: 20px auto 10px;
  display: flex;
  justify-content: center;
}
.code-toggle-btn {
  background: rgba(14, 14, 22, 0.7);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(139, 92, 246, 0.3);
  color: var(--text-dim);
  font-family: var(--font-mono);
  font-size: 11.5px;
  padding: 8px 18px;
  border-radius: 20px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.code-toggle-btn:hover {
  color: #fff;
  border-color: rgba(139, 92, 246, 0.6);
  background: rgba(139, 92, 246, 0.15);
  box-shadow: 0 6px 20px rgba(139, 92, 246, 0.25);
  transform: translateY(-2px);
}
.code-toggle-btn.active {
  border-color: rgba(139, 92, 246, 0.7);
  background: rgba(139, 92, 246, 0.2);
  color: #fff;
}
.toggle-arrow {
  transition: transform 0.3s ease;
  font-size: 11px;
}
.code-toggle-btn.active .toggle-arrow {
  transform: rotate(180deg);
}

/* ==================== 32. CANLI VS CODE KOD AKIŞI TERMİNALİ ==================== */
.code-hud {
  margin: 0 auto;
  max-width: 520px;
  background: rgba(14, 14, 22, 0.85);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(139, 92, 246, 0.25);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.55);
  text-align: left;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease, margin 0.35s ease;
}
.code-hud.open {
  max-height: 380px;
  opacity: 1;
  pointer-events: auto;
  margin: 16px auto 28px;
}
.code-hud:hover {
  border-color: rgba(139, 92, 246, 0.5);
  box-shadow: 0 16px 40px rgba(139, 92, 246, 0.15);
}
.code-hud__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(8, 8, 12, 0.9);
  padding: 8px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.code-hud__traffic {
  display: flex;
  gap: 6px;
}
.traffic-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.traffic-dot--red { background: #ef4444; }
.traffic-dot--yellow { background: #f59e0b; }
.traffic-dot--green { background: #10b981; }

.code-hud__file {
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--text-dim);
  display: flex;
  align-items: center;
  gap: 6px;
}
.code-hud__file i { color: #f59e0b; }
.code-hud__editor { color: var(--text-muted); font-size: 10.5px; }

.code-hud__live-tag {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 700;
  color: #10b981;
  background: rgba(16, 185, 129, 0.12);
  padding: 2px 7px;
  border-radius: 10px;
  border: 1px solid rgba(16, 185, 129, 0.3);
}
.live-blink {
  width: 6px;
  height: 6px;
  background: #10b981;
  border-radius: 50%;
  animation: livePulse 1.5s infinite;
}

.code-hud__body {
  display: flex;
  padding: 12px 14px;
  gap: 12px;
  font-family: "JetBrains Mono", var(--font-mono);
  font-size: 12.5px;
  line-height: 1.6;
  min-height: 140px;
}
.code-hud__lines {
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.2);
  user-select: none;
  font-size: 11.5px;
  text-align: right;
  padding-right: 6px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
.code-hud__content {
  margin: 0;
  flex-grow: 1;
  color: #e2e8f0;
  white-space: pre-wrap;
  word-break: break-word;
}
.code-caret {
  display: inline-block;
  color: var(--accent2);
  font-weight: 700;
  animation: caretBlink 0.9s infinite;
}
@keyframes caretBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

/* Siber IDE Sözdizimi Renklendirme */
.code-hud__content { color: #f1f5f9; }
.kw { color: #f472b6 !important; font-weight: 600; }
.fn { color: #60a5fa !important; font-weight: 600; }
.str { color: #4ade80 !important; }
.num { color: #fbbf24 !important; font-weight: 500; }
.comment { color: #64748b !important; font-style: italic; }
.bool { color: #f87171 !important; font-weight: 600; }
.global { color: #38bdf8 !important; font-weight: 600; }
.prop { color: #c084fc !important; }
.var { color: #e2e8f0 !important; }

/* ==================== 33. SESE DUYARLI BAS TİTREŞİM EFEKTLERİ ==================== */
.orb.bass-pulse {
  filter: blur(80px) !important;
  opacity: 0.6 !important;
}

/* ==================== 34. ÖNE ÇIKAN PROJELER KARTLARI ==================== */
.projects-section {
  margin: 36px auto 20px;
  max-width: 800px;
  width: 100%;
}
.section-heading {
  text-align: center;
  margin-bottom: 20px;
}
.section-heading__badge {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  color: var(--accent2);
  background: rgba(139, 92, 246, 0.12);
  border: 1px solid rgba(139, 92, 246, 0.3);
  padding: 3px 10px;
  border-radius: 20px;
  letter-spacing: 1.5px;
  display: inline-block;
  margin-bottom: 8px;
}
.section-heading__title {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 6px;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.95);
}
.section-heading__subtitle {
  font-size: 13.5px;
  font-weight: 500;
  color: #d1d1e4;
  margin: 0;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.9);
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.project-card {
  background: rgba(12, 12, 22, 0.88);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 22px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 210px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
  text-align: left;
}
.project-card:nth-child(5) {
  grid-column: span 2;
}
.project-card:hover {
  transform: translateY(-4px);
  border-color: rgba(139, 92, 246, 0.5);
  box-shadow: 0 16px 36px rgba(139, 92, 246, 0.25);
  background: rgba(18, 16, 32, 0.94);
}
.project-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.project-card__icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.project-card__icon--purple {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.25), rgba(168, 85, 247, 0.1));
  border: 1px solid rgba(139, 92, 246, 0.4);
  color: var(--accent2);
}
.project-card__icon--cyan {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.25), rgba(14, 165, 233, 0.1));
  border: 1px solid rgba(6, 182, 212, 0.4);
  color: #06b6d4;
}
.project-card__icon--pink {
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.25), rgba(244, 63, 94, 0.1));
  border: 1px solid rgba(236, 72, 153, 0.4);
  color: #ec4899;
}
.project-card__icon--green {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.25), rgba(5, 150, 105, 0.1));
  border: 1px solid rgba(16, 185, 129, 0.4);
  color: #10b981;
}
.project-card__icon--gold {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.25), rgba(217, 119, 6, 0.1));
  border: 1px solid rgba(245, 158, 11, 0.4);
  color: #f59e0b;
}
.project-card__tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.project-tag {
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 600;
  color: #ffffff;
  background: rgba(139, 92, 246, 0.15);
  border: 1px solid rgba(139, 92, 246, 0.35);
  padding: 3px 8px;
  border-radius: 6px;
  white-space: nowrap;
}
.project-card__title {
  font-size: 16.5px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
  letter-spacing: -0.2px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}
.project-card__desc {
  font-size: 13px;
  line-height: 1.6;
  color: #d1d1e4;
  margin: 0 0 16px;
  flex-grow: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}
.project-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 12px;
  gap: 8px;
}
.project-card__status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: #10b981;
  white-space: nowrap;
}
.status-dot {
  width: 6px;
  height: 6px;
  background: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 6px #10b981;
  animation: livePulse 2s infinite;
}
.project-card__links {
  display: flex;
  gap: 6px;
  white-space: nowrap;
}
.project-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  padding: 4px 10px;
  border-radius: 7px;
  color: var(--text-dim);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.project-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}
.project-btn--primary {
  color: #fff;
  background: rgba(139, 92, 246, 0.2);
  border-color: rgba(139, 92, 246, 0.4);
}
.project-btn--primary:hover {
  background: rgba(139, 92, 246, 0.35);
  border-color: rgba(139, 92, 246, 0.6);
  box-shadow: 0 0 12px rgba(139, 92, 246, 0.3);
}

.socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 32px auto 20px;
  flex-wrap: wrap;
}

/* ==================== 35. TABLET UYUMLULUK DÜZENLEMELERİ (769px - 1024px) ==================== */
@media (min-width: 769px) and (max-width: 1024px) {
  .main {
    padding: 85px 20px 80px;
    max-width: 680px;
  }
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .music-player {
    width: 250px;
    top: 16px;
    right: 16px;
    padding: 12px;
  }
  .scene-switcher {
    top: 16px;
    left: 16px;
  }
  .wallpaper-modal__dialog {
    width: 90vw;
    max-width: 720px;
    height: 85vh;
  }
  .wallpaper-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ==================== 36. MOBİL VE KÜÇÜK EKRAN UYUMLULUKLARI (<= 768px) ==================== */
@media (max-width: 768px) {
  html, body {
    overflow-x: hidden;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
  }

  /* Dokunmatik ekranlarda özel imleci sıfırla */
  @media (hover: none) and (pointer: coarse) {
    html, body, a, button, input, select, .project-card, .scene-btn, .wp-card {
      cursor: auto !important;
    }
  }

  .main {
    padding: 75px 14px 140px;
    max-width: 100%;
  }

  /* Üst Navigasyon & Sahne Kontrolleri */
  .scene-switcher {
    top: 10px;
    left: 10px;
    padding: 4px 6px;
    gap: 4px;
    max-width: calc(100vw - 60px);
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .scene-switcher::-webkit-scrollbar {
    display: none;
  }
  .scene-btn {
    padding: 4px 7px;
    font-size: 11px;
    flex-shrink: 0;
  }
  .scene-btn span {
    display: none;
  }
  .scene-btn--gallery span {
    display: inline-block;
    font-size: 9.5px;
  }

  /* Mobil Müzik Çalar Aç/Kapa Butonu */
  .mobile-music-toggle {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(14, 14, 22, 0.88);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(139, 92, 246, 0.45);
    color: var(--accent2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    z-index: 60;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
    transition: all 0.25s ease;
  }
  .mobile-music-toggle:hover,
  .mobile-music-toggle.active {
    background: rgba(139, 92, 246, 0.35);
    border-color: var(--accent);
    color: #fff;
    box-shadow: 0 0 16px rgba(139, 92, 246, 0.6);
  }

  /* Mobil Müzik Çalar Kartı */
  .music-player {
    top: 52px;
    right: 10px;
    width: 280px;
    max-width: calc(100vw - 20px);
    padding: 12px;
    border-radius: 16px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px) scale(0.95);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.85), 0 0 24px rgba(139, 92, 246, 0.3);
  }
  .music-player.mobile-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) scale(1) !important;
  }
  .music-player .music-info {
    margin-bottom: 8px;
    gap: 10px;
  }
  .music-player .song-details h4 {
    font-size: 12px;
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .music-player .song-details p {
    font-size: 10px;
  }
  .music-player .music-cover-wrap {
    width: 38px;
    height: 38px;
    min-width: 38px;
  }
  .music-player #volume-container {
    display: none;
  }
  .music-player #trackList {
    font-size: 10px;
    padding: 4px 8px;
    margin-top: 8px;
  }
  .music-player .controls {
    margin-top: 8px;
    gap: 16px;
  }
  .music-player .controls button {
    font-size: 16px;
  }

  /* Profil & Avatar */
  .hero {
    margin-bottom: 32px;
  }
  .hero__name {
    font-size: clamp(26px, 8vw, 34px);
    letter-spacing: 2px;
  }
  .hero__avatar-wrap {
    width: 105px;
    height: 105px;
    margin-bottom: 22px;
  }
  .hero__avatar {
    width: 105px;
    height: 105px;
  }
  .hero__avatar-decoration {
    width: 125px;
    height: 125px;
    top: -10px;
    left: -10px;
  }

  .custom-status-pill {
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    padding: 3px 10px;
    max-width: calc(100vw - 32px);
  }
  .custom-status-pill::before {
    left: calc(50% - 3px);
    bottom: -5px;
  }
  .custom-status-pill::after {
    left: calc(50% - 2px);
    bottom: -9px;
  }
  .custom-status-text {
    max-width: 140px;
  }

  .discord-badges {
    gap: 8px;
    margin-bottom: 10px;
  }
  .badge-item {
    width: 24px;
    height: 24px;
  }
  .badge-item img {
    width: 20px;
    height: 20px;
  }

  .hero__title {
    font-size: 13.5px;
    margin-bottom: 12px;
  }
  .hero__bio {
    font-size: 13.5px;
    line-height: 1.6;
    padding: 0 8px;
    margin-bottom: 20px;
  }

  /* Yörünge Yetenekleri */
  .orbit {
    width: 165px;
    height: 165px;
    margin: 15px auto 28px;
  }
  .orbit__item {
    --radius: 65px;
    font-size: 9.5px;
    padding: 3px 8px;
  }
  .orbit__center {
    width: 44px;
    height: 44px;
  }
  .orbit__label {
    font-size: 9.5px;
    letter-spacing: 1.5px;
  }

  .profile-stats {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }
  .stat-pill {
    font-size: 10.5px;
    padding: 4px 9px;
  }

  .system-hud {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    padding: 7px 10px;
    margin: 10px auto 16px;
    text-align: center;
  }
  .system-hud__header {
    justify-content: center;
  }
  .system-hud__metrics {
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
  }

  .code-toggle-wrap {
    margin: 14px auto 8px;
  }
  .code-toggle-btn {
    font-size: 10.5px;
    padding: 6px 14px;
  }
  .code-hud {
    font-size: 10px;
  }
  .code-hud.open {
    max-height: 320px;
    margin: 12px auto 20px;
  }

  /* Projeler Bölümü */
  .projects-section {
    margin-top: 24px;
    padding: 0;
  }
  .section-heading__title {
    font-size: 20px;
  }
  .section-heading__subtitle {
    font-size: 12px;
  }
  .projects-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .project-card:nth-child(5) {
    grid-column: span 1;
  }
  .project-card {
    padding: 16px 14px;
    min-height: auto;
  }
  .project-card__title {
    font-size: 15px;
  }
  .project-card__desc {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .project-card__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .project-card__links {
    width: 100%;
    justify-content: space-between;
  }
  .project-btn {
    flex: 1;
    justify-content: center;
    font-size: 10px;
    padding: 5px 8px;
  }

  /* Sosyal Medya */
  .socials {
    gap: 8px;
    margin: 20px auto 14px;
  }
  .social-card {
    padding: 8px 12px;
    font-size: 12px;
  }

  /* Alt Sabit Kartlar (Aktivite ve Spotify) */
  .activity-card {
    position: fixed;
    bottom: 12px;
    right: 12px;
    left: auto;
    width: calc(100vw - 24px);
    max-width: 280px;
    padding: 8px 10px;
    border-radius: 14px;
    z-index: 40;
  }
  .activity-card__icon-wrap {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
  .activity-card__title {
    font-size: 11.5px;
  }
  .activity-card__sub {
    font-size: 10px;
  }
  .activity-card__details {
    font-size: 9px;
  }

  .spotify-widget-card {
    display: block;
    position: fixed;
    bottom: 112px;
    right: 12px;
    left: auto;
    width: calc(100vw - 24px);
    max-width: 280px;
    padding: 8px 10px;
    border-radius: 14px;
    z-index: 41;
  }
  .spotify-widget-card__cover-wrap {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
  .spotify-widget-card__title {
    font-size: 11.5px;
  }
  .spotify-widget-card__sub {
    font-size: 10px;
  }
  .spotify-widget-card__details {
    font-size: 9px;
  }

  /* Duvar Kağıtları Modalı */
  .wallpaper-modal {
    padding: 8px;
  }
  .wallpaper-modal__dialog {
    width: 100%;
    max-width: 100%;
    height: 92vh;
    max-height: 92vh;
    border-radius: 16px;
  }
  .wallpaper-modal__header {
    padding: 12px 14px 10px;
  }
  .wallpaper-modal__header-title h3 {
    font-size: 15px;
  }
  .wallpaper-modal__header-title p {
    font-size: 10.5px;
  }
  .wallpaper-tabs {
    padding: 8px 12px;
    gap: 6px;
    -webkit-overflow-scrolling: touch;
  }
  .wp-tab {
    font-size: 10px;
    padding: 5px 11px;
  }
  .wallpaper-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
    -webkit-overflow-scrolling: touch;
  }
  /* 3D Hologram Modalı Mobil Uyumluluk */
  .holo-container {
    padding: 16px 14px;
    max-width: 96%;
    border-radius: 18px;
  }
  .holo-viewport {
    height: 290px;
    margin: 4px 0 12px;
  }
  .holo-cube {
    --cube-size: 195px;
    --cube-half: 97.5px;
  }
  .holo-face {
    padding: 10px 12px;
    border-radius: 14px;
  }
  .holo-face h4 { font-size: 11.5px; }
  .face-text { font-size: 10px; }
  .terminal-body { height: 80px; font-size: 7.5px; }
}

/* ==================== 37. ÇOK KÜÇÜK TELEFONLAR İÇİN DÜZENLEMELER (<= 380px) ==================== */
@media (max-width: 380px) {
  .hero__name {
    font-size: 24px;
  }
  .music-player {
    width: 185px;
  }
  .orbit {
    width: 145px;
    height: 145px;
  }
  .orbit__item {
    --radius: 56px;
    font-size: 9px;
    padding: 2px 6px;
  }
  .holo-viewport {
    height: 250px;
  }
  .holo-cube {
    --cube-size: 165px;
    --cube-half: 82.5px;
  }
  .holo-face {
    padding: 8px 10px;
  }
  .holo-face h4 { font-size: 10.5px; }
  .face-text { font-size: 9px; }

  /* Çok Küçük Ekranlarda Alt Kartlar */
  .activity-card {
    bottom: 10px;
    right: 8px;
    max-width: 260px;
    width: calc(100vw - 16px);
    padding: 7px 8px;
  }
  .spotify-widget-card {
    bottom: 104px;
    right: 8px;
    max-width: 260px;
    width: calc(100vw - 16px);
    padding: 7px 8px;
  }
}

/* ==================== 38. SAHNE GALERİSİ VE SES BUTONLARI ==================== */
.scene-btn--gallery {
  background: rgba(139, 92, 246, 0.15) !important;
  border-color: rgba(139, 92, 246, 0.4) !important;
  color: var(--accent2) !important;
}
.scene-btn--gallery:hover {
  background: rgba(139, 92, 246, 0.3) !important;
  border-color: var(--accent) !important;
  box-shadow: 0 0 12px rgba(139, 92, 246, 0.4);
}

.scene-btn--sound {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  transition: all 0.3s ease;
}
.scene-btn--sound.active {
  background: rgba(16, 185, 129, 0.2) !important;
  border-color: #10b981 !important;
  color: #10b981 !important;
  box-shadow: 0 0 14px rgba(16, 185, 129, 0.35);
}

/* ==================== 39. CANLI DUVAR KAĞITLARI MODALI ==================== */
.wallpaper-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.wallpaper-modal.active {
  opacity: 1;
  visibility: visible;
}
.wallpaper-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 10, 0.78);
  backdrop-filter: blur(14px);
}
.wallpaper-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 820px;
  height: 85vh;
  max-height: 85vh;
  background: rgba(13, 13, 20, 0.96);
  border: 1px solid rgba(139, 92, 246, 0.35);
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.8), 0 0 35px rgba(139, 92, 246, 0.2);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: scale(0.95) translateY(10px);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 2;
}
.wallpaper-modal.active .wallpaper-modal__dialog {
  transform: scale(1) translateY(0);
}

.wallpaper-modal__header {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.wallpaper-modal__header-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wallpaper-modal__header-title i {
  font-size: 24px;
  color: var(--accent2);
}
.wallpaper-modal__header-title h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 2px;
}
.wallpaper-modal__header-title p {
  font-size: 12px;
  color: var(--text-dim);
  margin: 0;
}
.wallpaper-modal__close {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-dim);
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.wallpaper-modal__close:hover {
  color: #fff;
  background: rgba(239, 68, 68, 0.2);
  border-color: rgba(239, 68, 68, 0.4);
}

/* ==================== 40. DUVAR KAĞIDI VİDEO SESİ KONTROL ÇUBUĞU ==================== */
.wallpaper-audio-bar {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 24px;
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  gap: 12px;
}
.wallpaper-audio-bar__left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wallpaper-audio-bar__icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(139, 92, 246, 0.15);
  border: 1px solid rgba(139, 92, 246, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent2);
  font-size: 17px;
  transition: all 0.3s ease;
}
.wallpaper-audio-bar.active .wallpaper-audio-bar__icon-wrap {
  background: rgba(16, 185, 129, 0.2);
  border-color: #10b981;
  color: #10b981;
  box-shadow: 0 0 12px rgba(16, 185, 129, 0.3);
}
.wallpaper-audio-bar__text strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1px;
}
.wallpaper-audio-bar__text span {
  display: block;
  font-size: 11px;
  color: var(--text-dim);
}
.wallpaper-audio-bar__controls {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wp-volume-control {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 5px 12px;
  border-radius: 10px;
  transition: all 0.25s ease;
}
.wp-volume-control:hover {
  border-color: rgba(139, 92, 246, 0.35);
  background: rgba(139, 92, 246, 0.08);
}
.wp-volume-control i {
  font-size: 13.5px;
  color: var(--accent2);
}
.wp-volume-range {
  -webkit-appearance: none;
  appearance: none;
  width: 75px;
  height: 4px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}
.wp-volume-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent2);
  box-shadow: 0 0 8px var(--accent);
  cursor: pointer;
  transition: transform 0.15s ease;
}
.wp-volume-range::-webkit-slider-thumb:hover {
  transform: scale(1.25);
}
.wp-volume-num {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-dim);
  min-width: 28px;
  text-align: right;
}
@media (max-width: 600px) {
  .wallpaper-audio-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .wallpaper-audio-bar__controls {
    width: 100%;
    justify-content: space-between;
  }
}

.bg-sound-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 11.5px;
  font-weight: 600;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 6px 14px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.bg-sound-toggle-btn:hover {
  background: rgba(139, 92, 246, 0.25);
  border-color: var(--accent);
}
.bg-sound-toggle-btn.active {
  background: rgba(16, 185, 129, 0.25);
  border-color: #10b981;
  color: #10b981;
  box-shadow: 0 0 14px rgba(16, 185, 129, 0.3);
}

.wp-card__sound-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 6px;
  background: rgba(16, 185, 129, 0.85);
  color: #fff;
  backdrop-filter: blur(6px);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.wallpaper-tabs {
  flex-shrink: 0;
  display: flex;
  gap: 8px;
  padding: 12px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  overflow-x: auto;
}
.wp-tab {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-dim);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 6px 14px;
  border-radius: 20px;
  white-space: nowrap;
  transition: all 0.25s ease;
}
.wp-tab:hover {
  color: #fff;
  border-color: rgba(139, 92, 246, 0.4);
}
.wp-tab.active {
  color: #fff;
  background: rgba(139, 92, 246, 0.25);
  border-color: var(--accent);
  box-shadow: 0 0 12px rgba(139, 92, 246, 0.3);
}

.wallpaper-grid {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: max-content;
  align-content: start;
  gap: 16px;
  padding: 18px 24px 24px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.wallpaper-grid::-webkit-scrollbar {
  width: 6px;
}
.wallpaper-grid::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 3px;
}
.wallpaper-grid::-webkit-scrollbar-thumb {
  background: rgba(139, 92, 246, 0.4);
  border-radius: 3px;
}
.wallpaper-grid::-webkit-scrollbar-thumb:hover {
  background: rgba(139, 92, 246, 0.7);
}
@media (max-width: 680px) {
  .wallpaper-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 14px 16px;
  }
}
@media (max-width: 440px) {
  .wallpaper-grid {
    grid-template-columns: 1fr;
  }
}

.wp-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}
.wp-card:hover {
  transform: translateY(-3px);
  border-color: rgba(139, 92, 246, 0.5);
  box-shadow: 0 12px 28px rgba(139, 92, 246, 0.15);
}
.wp-card.active {
  border-color: #10b981;
  background: rgba(16, 185, 129, 0.05);
  box-shadow: 0 0 18px rgba(16, 185, 129, 0.3);
}
.wp-card__thumb-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9.5;
  background: #000;
  overflow: hidden;
  flex-shrink: 0;
}
.wp-card__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.wp-card:hover .wp-card__thumb {
  transform: scale(1.06);
}
.wp-card__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
}
.wp-card__badge--solo { color: #c084fc; border: 1px solid rgba(192, 132, 252, 0.4); }
.wp-card__badge--gojo { color: #06b6d4; border: 1px solid rgba(6, 182, 212, 0.4); }
.wp-card__badge--sukuna { color: #f43f5e; border: 1px solid rgba(244, 63, 94, 0.4); }
.wp-card__badge--sukuna-gojo { color: #e879f9; border: 1px solid rgba(232, 121, 249, 0.4); }
.wp-card__badge--demonslayer { color: #fb923c; border: 1px solid rgba(251, 146, 60, 0.4); }
.wp-card__badge--naruto { color: #ef4444; border: 1px solid rgba(239, 68, 68, 0.4); }

.wp-card__active-pill {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-family: var(--font-mono);
  font-size: 10px;
  background: rgba(16, 185, 129, 0.9);
  color: #fff;
  padding: 2px 8px;
  border-radius: 20px;
  display: none;
}
.wp-card.active .wp-card__active-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.wp-card__info {
  padding: 12px 14px;
  background: rgba(10, 10, 16, 0.75);
  flex-shrink: 0;
}
.wp-card__info h4 {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 3px;
}
.wp-card__info p {
  font-size: 10.5px;
  color: var(--text-dim);
  margin: 0;
  line-height: 1.4;
}

/* ==================== 41. ÖZEL KAYDIRMA ÇUBUĞU (SCROLLBAR) ==================== */
::-webkit-scrollbar { width:5px; }
::-webkit-scrollbar-track { background:var(--bg); }
::-webkit-scrollbar-thumb { background:rgba(139,92,246,0.3); border-radius:3px; }
::-webkit-scrollbar-thumb:hover { background:rgba(139,92,246,0.5); }

/* ==================== 42. 3D HOLOGRAFİK PROJE VİTRİNİ MODALI ==================== */
.holo-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.holo-modal.active {
  opacity: 1;
  pointer-events: auto;
}
.holo-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 10, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.holo-container {
  position: relative;
  max-width: 660px;
  width: 94%;
  background: rgba(13, 13, 22, 0.94);
  border: 1px solid rgba(139, 92, 246, 0.4);
  border-radius: 24px;
  padding: 24px 22px;
  box-shadow: 0 0 60px rgba(139, 92, 246, 0.25), 0 30px 80px rgba(0, 0, 0, 0.85);
  z-index: 2;
  overflow: hidden;
  transform: scale(0.94) translateY(15px);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.holo-modal.active .holo-container {
  transform: scale(1) translateY(0);
}

/* Hologram Siber Köşe Çerçeveleri */
.holo-corner {
  position: absolute;
  width: 16px;
  height: 16px;
  border-color: #a855f7;
  border-style: solid;
  pointer-events: none;
}
.holo-corner--tl { top: 12px; left: 12px; border-width: 2px 0 0 2px; }
.holo-corner--tr { top: 12px; right: 12px; border-width: 2px 2px 0 0; }
.holo-corner--bl { bottom: 12px; left: 12px; border-width: 0 0 2px 2px; }
.holo-corner--br { bottom: 12px; right: 12px; border-width: 0 2px 2px 0; }

/* Lazer Tarama Çizgisi */
.holo-scanline {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #06b6d4, #a855f7, transparent);
  box-shadow: 0 0 14px #06b6d4, 0 0 24px #a855f7;
  opacity: 0.6;
  pointer-events: none;
  animation: scanlineMove 4.5s linear infinite;
  z-index: 10;
}
@keyframes scanlineMove {
  0% { top: 0%; opacity: 0; }
  10% { opacity: 0.6; }
  90% { opacity: 0.6; }
  100% { top: 100%; opacity: 0; }
}

/* Başlık */
.holo-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.holo-header-title {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.holo-header-title h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.holo-header-title p {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-dim);
  margin: 0;
}
.holo-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 700;
  color: #06b6d4;
  background: rgba(6, 182, 212, 0.12);
  border: 1px solid rgba(6, 182, 212, 0.35);
  padding: 3px 8px;
  border-radius: 20px;
  width: fit-content;
  margin-bottom: 4px;
}
.holo-close-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  flex-shrink: 0;
}
.holo-close-btn:hover {
  background: rgba(239, 68, 68, 0.2);
  border-color: #ef4444;
  color: #fff;
  transform: rotate(90deg);
}

/* 3D Görünüm Alanı */
.holo-viewport {
  width: 100%;
  height: 310px;
  perspective: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: grab;
  margin: 4px 0 16px;
  position: relative;
  z-index: 2;
}
.holo-viewport:active {
  cursor: grabbing;
}
.holo-cube {
  --cube-size: 210px;
  --cube-half: 105px;
  width: var(--cube-size);
  height: var(--cube-size);
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  transform: rotateX(-12deg) rotateY(15deg);
}

/* Hologram Yüzleri */
.holo-face {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--cube-size);
  height: var(--cube-size);
  background: rgba(15, 15, 28, 0.94);
  border: 1px solid rgba(139, 92, 246, 0.5);
  border-radius: 16px;
  padding: 12px 14px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: inset 0 0 18px rgba(139, 92, 246, 0.15), 0 0 18px rgba(139, 92, 246, 0.22);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}
.holo-face h4 {
  font-size: 12px;
  font-weight: 700;
  color: #f1f5f9;
  margin: 0 0 3px;
}
.face-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-mono);
  font-size: 8.5px;
  font-weight: 700;
  color: #c084fc;
  background: rgba(192, 132, 252, 0.12);
  border: 1px solid rgba(192, 132, 252, 0.3);
  padding: 1px 7px;
  border-radius: 10px;
  width: fit-content;
  margin-bottom: 3px;
}
.face-text {
  font-size: 10.5px;
  color: #cbd5e1;
  line-height: 1.35;
  margin: 0 0 4px;
}

/* Yüz 3D Koordinatları (Asla iç içe geçmez) */
.holo-face--front  { transform: rotateY(0deg) translateZ(var(--cube-half)); }
.holo-face--right  { transform: rotateY(90deg) translateZ(var(--cube-half)); }
.holo-face--back   { transform: rotateY(180deg) translateZ(var(--cube-half)); }
.holo-face--left   { transform: rotateY(-90deg) translateZ(var(--cube-half)); }
.holo-face--top    { transform: rotateX(90deg) translateZ(var(--cube-half)); background: rgba(139, 92, 246, 0.08); }
.holo-face--bottom { transform: rotateX(-90deg) translateZ(var(--cube-half)); background: rgba(6, 182, 212, 0.08); }

/* Ön Yüz Metrikleri */
.holo-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
.metric-pill {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 4px 6px;
  font-family: var(--font-mono);
}
.metric-pill span { display: block; font-size: 8px; color: var(--text-dim); }
.metric-pill strong { font-size: 10.5px; color: #38bdf8; font-weight: 700; }

/* Sağ Yüz Terminal Kodu */
.terminal-bar {
  display: flex;
  align-items: center;
  gap: 4px;
  background: rgba(0, 0, 0, 0.4);
  padding: 3px 5px;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.term-dot { width: 5px; height: 5px; border-radius: 50%; }
.term-dot--red { background: #ef4444; }
.term-dot--yellow { background: #f59e0b; }
.term-dot--green { background: #10b981; }
.term-title { font-family: var(--font-mono); font-size: 8.5px; color: var(--text-dim); margin-left: 3px; }
.terminal-body {
  margin: 0;
  padding: 5px 7px;
  background: rgba(5, 5, 10, 0.75);
  border-radius: 0 0 5px 5px;
  overflow-x: auto;
  font-family: var(--font-mono);
  font-size: 8px;
  color: #34d399;
  line-height: 1.35;
  height: 92px;
}

/* Arka Yüz Teknolojiler */
.holo-tech-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.holo-tech-item {
  background: rgba(139, 92, 246, 0.12);
  border: 1px solid rgba(139, 92, 246, 0.35);
  color: #e9d5ff;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  padding: 4px 7px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

/* Sol Yüz Özellikler Listesi */
.holo-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.holo-features li {
  font-size: 10px;
  color: #cbd5e1;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1.3;
}
.holo-features li i { color: #10b981; font-size: 10.5px; flex-shrink: 0; }

/* Üst & Alt Işık Halkaları */
.holo-emitter-ring {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px dashed rgba(139, 92, 246, 0.4);
  animation: emitterSpin 12s linear infinite;
}
@keyframes emitterSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.holo-core-light {
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.45) 0%, transparent 70%);
  border-radius: 50%;
}

/* Kontroller */
.holo-controls {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.holo-face-nav {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.holo-face-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #cbd5e1;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s;
}
.holo-face-btn:hover {
  background: rgba(139, 92, 246, 0.2);
  border-color: #a855f7;
  color: #fff;
}
.holo-face-btn.active {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.8), rgba(99, 102, 241, 0.8));
  border-color: #a855f7;
  color: #fff;
  box-shadow: 0 0 12px rgba(139, 92, 246, 0.4);
}
.holo-action-btn--github {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: all 0.2s;
}
.holo-action-btn--github:hover {
  background: #fff;
  color: #000;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
}
.holo-hint {
  margin-top: 10px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--text-dim);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-align: center;
}

/* ==================== 43. SPOTIFY VİTRİNİ VE ÇALMA LİSTESİ MODALI ==================== */
.spotify-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.spotify-modal.active {
  opacity: 1;
  pointer-events: auto;
}
.spotify-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 10, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.spotify-modal__dialog {
  position: relative;
  max-width: 540px;
  width: 92%;
  background: rgba(13, 15, 22, 0.96);
  border: 1px solid rgba(29, 185, 84, 0.4);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 0 50px rgba(29, 185, 84, 0.25), 0 25px 70px rgba(0, 0, 0, 0.85);
  z-index: 2;
  transform: scale(0.94) translateY(15px);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.spotify-modal.active .spotify-modal__dialog {
  transform: scale(1) translateY(0);
}
.spotify-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.spotify-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.spotify-brand i {
  font-size: 28px;
  color: #1db954;
  filter: drop-shadow(0 0 10px rgba(29, 185, 84, 0.6));
}
.spotify-brand h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 2px;
}
.spotify-brand p {
  font-size: 11px;
  color: var(--text-dim);
  margin: 0;
  font-family: var(--font-mono);
}
.spotify-modal__close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}
.spotify-modal__close:hover {
  background: rgba(239, 68, 68, 0.2);
  border-color: #ef4444;
  color: #fff;
}
.spotify-now-playing {
  display: flex;
  gap: 16px;
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(29, 185, 84, 0.25);
  border-radius: 16px;
  padding: 14px;
  margin-bottom: 18px;
}
.spotify-now-playing__cover-wrap {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 12px;
  flex-shrink: 0;
}
.spotify-now-playing__cover {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.spotify-now-playing__info {
  flex: 1;
  min-width: 0;
}
.spotify-status-tag {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  color: #1db954;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 4px;
}
.spotify-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1db954;
  box-shadow: 0 0 8px #1db954;
  animation: livePulse 1.8s infinite;
}
.spotify-now-playing__info h4 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.spotify-now-playing__info p {
  font-size: 11.5px;
  color: #a1a1aa;
  margin: 0 0 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.spotify-progress-wrap {
  margin-top: 6px;
}
.spotify-progress-bar {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  overflow: hidden;
}
.spotify-progress-fill {
  width: 0%;
  height: 100%;
  background: #1db954;
  border-radius: 2px;
  transition: width 0.3s linear;
}
.spotify-progress-times {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 9px;
  color: var(--text-dim);
  margin-top: 3px;
}
.spotify-section-title {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--text-dim);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ==================== 44. SPOTIFY FAVORİ ŞARKILAR LİSTESİ ==================== */
.spotify-tracks-wrap {
  margin-top: 14px;
}
.spotify-tracks-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-height: 230px;
  overflow-y: auto;
  padding-right: 4px;
}
.spotify-tracks-list::-webkit-scrollbar {
  width: 4px;
}
.spotify-tracks-list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}
.spotify-track-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-decoration: none;
  color: #fff;
  transition: all 0.2s ease;
}
.spotify-track-row:hover {
  background: rgba(29, 185, 84, 0.08);
  border-color: rgba(29, 185, 84, 0.35);
  transform: translateX(4px);
}
.spotify-track-num {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--text-dim);
  width: 14px;
  text-align: center;
}
.spotify-track-thumb {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
.spotify-track-meta {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.spotify-track-name {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.spotify-track-artist {
  font-size: 11px;
  color: #a1a1aa;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.spotify-track-album {
  font-size: 11px;
  color: var(--text-dim);
  font-family: var(--font-mono);
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.spotify-track-dur {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-dim);
  margin-left: auto;
}
.spotify-track-play-btn {
  background: none;
  border: none;
  font-size: 22px;
  color: #1db954;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, color 0.2s;
  margin-left: 8px;
}
.spotify-track-row:hover .spotify-track-play-btn {
  transform: scale(1.15);
  color: #1ed760;
  filter: drop-shadow(0 0 8px rgba(29, 185, 84, 0.7));
}
.spotify-track-ext {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-dim);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.2s;
  margin-left: 4px;
}
.spotify-track-ext:hover {
  background: #1db954;
  color: #000;
  border-color: #1db954;
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(29, 185, 84, 0.5);
}
.spotify-track-row.is-playing {
  background: rgba(29, 185, 84, 0.12);
  border-color: rgba(29, 185, 84, 0.6);
  box-shadow: 0 0 16px rgba(29, 185, 84, 0.2);
}
.spotify-track-row.is-playing .spotify-track-name {
  color: #1db954;
}
.spotify-track-row.is-playing .spotify-track-play-btn {
  color: #1db954;
  filter: drop-shadow(0 0 10px rgba(29, 185, 84, 0.8));
}
.spotify-track-row.is-playing .spotify-track-thumb {
  box-shadow: 0 0 12px rgba(29, 185, 84, 0.5);
}
@media (max-width: 520px) {
  .spotify-track-album {
    display: none;
  }
}

.spotify-modal__footer {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
.spotify-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}
.spotify-btn--primary {
  background: #1db954;
  color: #000;
  box-shadow: 0 0 16px rgba(29, 185, 84, 0.4);
}
.spotify-btn--primary:hover {
  background: #1ed760;
  transform: translateY(-2px);
  box-shadow: 0 0 24px rgba(29, 185, 84, 0.6);
}
.spotify-btn--secondary {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
}
.spotify-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

/* ==================== 45. CANLI SPOTIFY AKIŞ KARTI (PROFİL VİTRİNİ) ==================== */
.spotify-live-card {
  position: relative;
  background: rgba(14, 16, 24, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 16px 18px;
  margin: 0 auto 36px;
  max-width: 560px;
  width: 100%;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
}

.spotify-live-card:hover {
  border-color: rgba(29, 185, 84, 0.5);
  background: rgba(16, 22, 28, 0.92);
  transform: translateY(-3px);
  box-shadow: 0 0 30px rgba(29, 185, 84, 0.2), 0 15px 40px rgba(0, 0, 0, 0.6);
}

.spotify-live-card.spotify-active {
  border-color: rgba(29, 185, 84, 0.6);
  background: linear-gradient(135deg, rgba(10, 26, 18, 0.9), rgba(13, 17, 26, 0.92));
  box-shadow: 0 0 35px rgba(29, 185, 84, 0.25), 0 15px 45px rgba(0, 0, 0, 0.6);
}

.spotify-live-card__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 2;
}

.spotify-live-card__cover-wrap {
  position: relative;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.spotify-live-card__cover {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s;
}
.spotify-live-card:hover .spotify-live-card__cover {
  transform: scale(1.05);
}

.spotify-live-card__dot {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #6b7280;
  border: 2px solid #0e1018;
}
.spotify-live-card.spotify-active .spotify-live-card__dot {
  background: #1db954;
  box-shadow: 0 0 10px #1db954;
  animation: dotPulse 2s ease-in-out infinite;
}

.spotify-live-card__content {
  flex: 1;
  min-width: 0;
}

.spotify-live-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}

.spotify-live-card__label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  color: #1db954;
  letter-spacing: 0.5px;
}

.spotify-live-card__time {
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: var(--text-dim);
  font-weight: 600;
}
.spotify-live-card.spotify-active .spotify-live-card__time {
  color: #38bdf8;
}

.spotify-live-card__title {
  font-size: 14.5px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.spotify-live-card__sub {
  font-size: 12px;
  color: #cbd5e1;
  margin: 0 0 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.spotify-live-card__details {
  font-size: 11px;
  color: var(--text-dim);
  font-family: var(--font-mono);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.spotify-live-card__progress-wrap {
  margin-top: 8px;
}
.spotify-live-card__progress-bar {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  overflow: hidden;
}
.spotify-live-card__progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #10b981, #1db954, #34d399);
  border-radius: 2px;
  transition: width 0.4s ease;
  box-shadow: 0 0 8px #1db954;
}

.spotify-live-card__action {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  flex-shrink: 0;
  transition: all 0.2s;
}
.spotify-live-card:hover .spotify-live-card__action {
  background: #1db954;
  color: #000;
  border-color: #1db954;
  transform: rotate(45deg);
  box-shadow: 0 0 16px rgba(29, 185, 84, 0.5);
}

.spotify-bars {
  display: inline-flex;
  align-items: flex-end;
  gap: 2px;
  height: 10px;
  margin-right: 4px;
}
.spotify-bars .bar {
  width: 2px;
  background: #1db954;
  border-radius: 1px;
  animation: spotifyBarJump 1s ease-in-out infinite alternate;
}
.spotify-bars .bar:nth-child(1) { height: 4px; animation-delay: 0.1s; }
.spotify-bars .bar:nth-child(2) { height: 9px; animation-delay: 0.3s; }
.spotify-bars .bar:nth-child(3) { height: 6px; animation-delay: 0.2s; }
@keyframes spotifyBarJump {
  0% { height: 2px; }
  100% { height: 10px; }
}
