html, body {
    background: #000000 !important;
    color: #00ff00 !important;
    font-family: "JetBrains Mono", monospace !important;
  }
  
  * { box-shadow: none !important; }
  
  .container, .content { background: transparent !important; }
  
  h1 { color: #00ff00 !important; }
  h2, h3, h4 { color: #ffffff !important; }
  
  a { color: #00ff00 !important; text-decoration: none; }
  a:hover { color: #00ff9c !important; text-shadow: 0 0 6px #00ff9c; }
  
  pre, code {
    background: #000000 !important;
    color: #00ff00 !important;
    border-left: 4px solid #00ff00;
  }
  
  footer { background: transparent !important; color: #00ff00 !important; }
  
  .container,
  .main,
  .main-inner,
  .content,
  .wrapper {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  #progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: linear-gradient(90deg, #ff5555, #ff9f43, #00ff9c);
    z-index: 20000;
  }

  .custom-navbar {
    position: sticky;
    top: 0;
    z-index: 15000;
  
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  
    padding: 0 3.5rem;
  
    background: linear-gradient(
      180deg,
      rgba(255,255,255,0.22),
      rgba(255,255,255,0.08)
    ) !important;
  
    backdrop-filter: blur(24px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(180%) !important;
  
    border-bottom: 1px solid rgba(255,255,255,0.25) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.45) !important;
  
    transition: height 0.25s ease, padding 0.25s ease, backdrop-filter 0.25s ease;
  }
  
  .custom-navbar.shrink {
    height: 56px;
    padding: 0 2.5rem;
  }
  
  .custom-navbar * {
    color: #e5e7eb !important;
    text-shadow: none !important;
  }

  .nav-left {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  
  .nav-avatar {
    width: 48px;
    height: 48px;
    min-width: 48px;
  
    border-radius: 50%;
    object-fit: cover;
  
    border: 2px solid rgba(255,255,255,0.65);
    box-shadow:
      0 0 0 2px rgba(0,0,0,0.35),
      0 6px 18px rgba(0,0,0,0.45);
  
    display: block;
    transition: all 0.25s ease;
  }
  
  .custom-navbar.shrink .nav-avatar {
    width: 36px;
    height: 36px;
  }
  
  .site-title {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
  
  .nav-right a {
    margin-left: 2rem;
    font-size: 0.95rem;
    opacity: 0.85;
    position: relative;
  }
  
  .nav-right a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0%;
    height: 2px;
    background: #ffffff;
    transition: width 0.25s ease;
  }
  
  .nav-right a:hover::after { width: 100%; }
  .nav-right a:hover { opacity: 1; }
  
  .home-layout {
    display: flex;
    align-items: flex-start;
  
    width: 100%;
    margin: 6.2rem 0 0 0;
  
    padding: 0 6vw;
    gap: 6rem;
  }
  
  .home-sidebar {
    flex: 0 0 340px;
    position: sticky;
    top: 7rem;
  }

  .profile-card {
    background: linear-gradient(180deg, #0f172a, #020617);
    border-radius: 20px;
    padding: 2.2rem;
  
    border: 1px solid rgba(0,255,156,0.25);
    box-shadow: 0 20px 50px rgba(0,255,156,0.08);
  
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .profile-card .avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #00ff9c;
    display: block;
    margin: 0 auto;
  }
  
  .profile-card h2 {
    margin-top: 1.4rem;
    font-size: 1.35rem;
  }
  
 .profile-card .subtitle {
  margin: 0.25rem 0 0 0 !important;
  line-height: 1.4;
}

  
  .stats {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 1.8rem;
  }
  
  .stats strong { font-size: 1.4rem; }
  .stats span { font-size: 0.8rem; opacity: 0.75; }

  .home-main {
    flex: 1;
    min-width: 0;
    max-width: none;
  }

  .home-main > h2 {
    font-size: 3rem; 
    font-weight: 750;
    letter-spacing: 0.02em;
    margin-bottom: 2.2rem;
    color: #ffffff;
  }

  .welcome { max-width: 1100px; }
  
  .typing-box {
    margin: 0;
    padding: 0;
    font-size: 1.05rem;
    line-height: 1.7;
    white-space: pre-wrap;
  }
  
  .tw-caret {
    display: inline-block;
    margin-left: 4px;
    animation: caretBlink 1s steps(1) infinite;
  }
  
  @keyframes caretBlink {
    50% { opacity: 0; }
  }

  .post-list {
    display: flex;
    flex-direction: column;
    gap: 2.6rem;
    margin-top: 2.2rem;
    max-width: 1200px;
  }
  
  .post-card {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.10);
    background: linear-gradient(180deg, #0b1220, #020617);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  
  .post-card:hover {
    transform: translateY(-6px);
    box-shadow:
      0 25px 60px rgba(0,0,0,0.45),
      0 0 0 1px rgba(0,255,156,0.14);
  }
  
  .post-cover-wrap {
    display: block;
    position: relative;
  }
  
  .post-cover {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    filter: saturate(1.05) contrast(1.02);
  }
  
  .post-glass {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  
    padding: 1.6rem 1.8rem 1.4rem 1.8rem;
  
    background: linear-gradient(
      180deg,
      rgba(0,0,0,0.05),
      rgba(0,0,0,0.55)
    );
  
    backdrop-filter: blur(14px) saturate(170%);
    -webkit-backdrop-filter: blur(14px) saturate(170%);
  }
  
  .post-title {
    margin: 0 0 0.65rem 0;
    font-size: 1.55rem;
    color: #e5e7eb !important;
    text-shadow: none !important;
  }
  
  .post-excerpt {
    margin: 0 0 1.1rem 0;
    color: rgba(229,231,235,0.92) !important;
    max-width: 70ch;
    line-height: 1.7;
  }
  
  .post-meta {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    flex-wrap: wrap;
    font-size: 0.9rem;
    color: rgba(229,231,235,0.85) !important;
  }
  
  .post-tags {
    display: inline-flex;
    gap: 0.45rem;
  }
  
  .tag {
    border: 1px solid rgba(0,255,156,0.35);
    color: #00ff9c !important;
    padding: 0.15rem 0.55rem;
    border-radius: 999px;
    font-size: 0.82rem;
    background: rgba(0,255,156,0.08);
  }
  
  .post-more {
    margin-left: auto;
    color: rgba(229,231,235,0.9) !important;
  }
  
  .post-cover-wrap.no-cover .post-cover { display: none; }
  .post-cover-wrap.no-cover .post-glass {
    position: static;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  
  @media (max-width: 1100px) {
    .home-layout { padding: 0 5vw; gap: 3.5rem; }
    .post-cover { height: 220px; }
  }
  
  @media (max-width: 1000px) {
    .home-layout {
      flex-direction: column;
      padding: 0 5vw;
    }
  
    .home-sidebar {
      width: 100%;
      position: static;
    }
  
    .post-list,
    .welcome {
      max-width: 100%;
    }
  }
  
.cursor {
    display: inline-block;
    margin-left: 2px;
    animation: caretBlink 1s steps(1) infinite;
  }
  
  @keyframes caretBlink {
    50% { opacity: 0; }
  }

  .exec {
    color: #00ff9c;
    animation: execGlow 0.8s ease-out;
  }
  
  @keyframes execGlow {
    0% {
      text-shadow: 0 0 0 rgba(0,255,156,0);
    }
    40% {
      text-shadow:
        0 0 6px rgba(0,255,156,0.9),
        0 0 14px rgba(0,255,156,0.6);
    }
    100% {
      text-shadow: none;
    }
  }

.intro {
    margin-top: 2.4rem;
    max-width: 980px;
  
    font-family: "JetBrains Mono", monospace;
    font-size: 1.1rem;
    line-height: 1.85;
  
    color: rgba(255, 255, 255, 0.88);
  }
  
  .intro p {
    margin: 0 0 0.9rem 0;
  }
  
  .intro strong {
    color: #ffffff;
    font-weight: 600;
  }
  
  .intro code {
    background: rgba(255, 255, 255, 0.06);
    padding: 0.1rem 0.45rem;
    border-radius: 6px;
    font-size: 0.9em;
    color: #e5e7eb;
  }
  
  .intro .muted {
    color: rgba(255, 255, 255, 0.65);
  }
  
  @media (max-width: 900px) {
    .intro {
      font-size: 0.92rem;
    }
  }
  
.work-exp {
    margin-top: 5rem;
    max-width: 1100px;
  }
  
  .work-exp .section-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 2.6rem;
    letter-spacing: 0.02em;
    color: #ffffff;
  }
  
  .work-list {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
  }
  
  .work-row {
    display: grid;
    grid-template-columns: 1.2fr 1.8fr 1fr;
    align-items: center;
    padding: 1.4rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  
  .work-org {
    font-size: 1.05rem;
    font-weight: 600;
    color: #ffffff;
  }
  
  .work-role {
    font-size: 1rem;
    color: rgba(229,231,235,0.9);
  }
  
  .work-time {
    font-size: 0.95rem;
    color: rgba(229,231,235,0.65);
    text-align: right;
  }
  
  .work-row:hover {
    background: linear-gradient(
      90deg,
      rgba(0,255,156,0.06),
      rgba(0,0,0,0)
    );
  }
  
  @media (max-width: 900px) {
    .work-row {
      grid-template-columns: 1fr;
      gap: 0.4rem;
    }
  
    .work-time {
      text-align: left;
      font-size: 0.9rem;
    }
  }

   .github-snake {
    margin: 3.5rem 0 4.5rem;
    display: flex;
    justify-content: flex-start;
  }
  

  .github-snake img {
    width: 100%;
    max-width: 900px;
    height: auto;
    border: 1px solid rgba(0,255,156,0.22);
    border-radius: 14px;
    opacity: 0.92;
    filter: saturate(1.05) contrast(1.05);
    box-shadow: 0 0 0 1px rgba(0,255,156,0.12);
  }
  
.social-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 2.2rem;
}

.social-item {
  flex: 1;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;

  text-decoration: none;
  color: rgba(229,231,235,0.85) !important;

  transition: color 0.2s ease;
}

.social-item img {
  width: 28px;
  height: 28px;

  filter: brightness(0.9);
  transition: filter 0.2s ease, transform 0.2s ease;
}

.social-item span {
  font-size: 0.85rem;
  letter-spacing: 0.04em;
}

.social-item:hover img {
  filter: brightness(1.15);
  transform: translateY(-2px);
}

.social-item:hover span {
  color: #00ff9c;
}

   .home-sidebar .social-links a::before,
   .home-sidebar .social-links a::after {
     content: none !important;
   }
   
   .home-sidebar .social-links img {
     all: unset !important;
     width: 28px !important;
     height: 28px !important;
     display: block !important;
   }
  
   
   .home-posts {
    margin-top: 80px;
  }
  
  .home-blog-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  
  .blog-more {
    margin-top: 24px;
  }
  
  .read-more-btn {
    color: #39ff14;
    text-decoration: none;
    font-weight: 500;
  }
 
/* ==================================================
   Mobile
   ================================================== */
   @media (max-width: 768px) {

    /* ---------- Navbar ---------- */
    .custom-navbar {
      padding: 0 1.2rem;
      height: auto;
      flex-wrap: wrap;
      row-gap: 0.6rem;
    }
  
    .nav-left {
      width: 100%;
      justify-content: center;
    }
  
    .nav-right {
      width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 0.8rem;
    }
  
    .nav-right a {
      margin-left: 0;
      font-size: 0.85rem;
    }
  
    /* ---------- Layout ---------- */
    .home-layout {
      flex-direction: column;
      padding: 0 1.2rem;
      gap: 2.5rem;
    }
  
    .home-sidebar {
      position: static;
      width: 100%;
    }
  
    /* ---------- Hero Title ---------- */
    .home-main > h2 {
      font-size: 2.1rem;
      line-height: 1.25;
      text-align: center;
      word-break: break-word;
    }
  
    /* ---------- Terminal ---------- */
    .welcome {
      max-width: 100%;
    }
  
    .typing-box,
    .terminal-frame {
      font-size: 0.9rem;
      line-height: 1.6;
    }
  
    /* ---------- Intro ---------- */
    .intro {
      font-size: 0.92rem;
      line-height: 1.65;
    }
  
    .intro code {
      font-size: 0.85em;
    }
  
    /* ---------- Blog Cards ---------- */
    .post-cover {
      height: 180px;
    }
  
    .post-title {
      font-size: 1.25rem;
    }
  
    .post-excerpt {
      font-size: 0.9rem;
    }
  
    /* ---------- Work Experience ---------- */
    .work-exp {
      margin-top: 3.5rem;
    }
  
    .work-row {
      grid-template-columns: 1fr;
      gap: 0.4rem;
    }
  
    .work-time {
      text-align: left;
      font-size: 0.85rem;
    }
  
    /* ---------- GitHub Snake ---------- */
    .github-snake {
      justify-content: center;
    }
  
    .github-snake img {
      max-width: 100%;
    }
  }
  