:root{
  --bg: #0b1220;
  --card: rgba(255,255,255,.06);
  --border: rgba(255,255,255,.10);
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.65);
}

html { scroll-behavior: smooth; }
body {
  background: radial-gradient(1200px 600px at 20% -10%, rgba(86, 121, 255, .35), transparent 60%),
              radial-gradient(800px 500px at 85% 20%, rgba(0, 201, 167, .22), transparent 55%),
              var(--bg);
  color: var(--text);
}

.nav-glass{
  background: rgba(10, 16, 30, .7);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.hero{
  min-height: 92vh;
  display:flex;
  align-items:center;
  padding-top: 90px;
  padding-bottom: 60px;
}
.hero-inner{ padding-top: 20px; }
.hero-card{
  background: rgba(255,255,255,.05);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 26px;
  max-width: 360px;
}

.section{ padding: 80px 0; }
.section-alt{ background: rgba(255,255,255,.02); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

.card-soft{
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
}

.border-white-10{ border-color: var(--border) !important; }
.text-muted{ color: var(--muted) !important; }

.badge-tech{
  background: rgba(255,255,255,.06);
  border: 1px solid var(--border);
  color: var(--text);
  padding: .45rem .6rem;
  border-radius: 999px;
}

.icon-bubble{
  width: 44px; height: 44px;
  display:grid; place-items:center;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--border);
  color: var(--text);
  font-size: 20px;
}

.social{
  width: 42px; height: 42px;
  border-radius: 14px;
  display:grid; place-items:center;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--border);
  color: var(--text);
  text-decoration:none;
}
.social:hover{ transform: translateY(-2px); transition: .2s ease; }

.project-card{
  background: rgba(255,255,255,.05);
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow:hidden;
}
.project-thumb{
  height: 170px;
  background-size: cover;
  background-position:center;
}
.progress{
  background: rgba(255,255,255,.08);
  height: 10px;
  border-radius: 999px;
  overflow:hidden;
}
.progress-bar{ border-radius: 999px; }

.form-label {
  color: #ffffff;
}

body {
  color: rgba(255,255,255,0.92);
}

span {
  color: rgba(255,255,255,0.92);
}

.text-muted {
  color: rgba(255,255,255,0.65) !important;
}

.card, .card * {
  color: rgba(255,255,255,0.92);
}

a {
  color: #7aa7ff;
}

a:hover {
  color: #9bc1ff;
}

body {
  color: rgba(255,255,255,0.92) !important;
}