@charset "UTF-8";
/***************/
/* MEYER RESET */
/***************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table th, table td {
  padding: 6px 13px;
  border: 1px solid #d0d7de;
  text-align: center;
  vertical-align: middle;
}

table tr {
  background-color: #ffffff;
  border-top: 1px solid #d8dee4;
}

table tr:nth-child(2n) {
  background-color: #f6f8fa;
}

table img {
  background-color: transparent;
}

/***********************/
/* SYNTAX HIGHLIGHTING */
/***********************/
.highlight {
  background-color: #222;
  padding: 5px 10px;
  margin: 20px 0;
}

.highlight pre {
  /* overflow: scroll; Prefer no word wrap? Uncomment this line and comment out the 2 lines below. */
  word-break: break-all;
  word-wrap: break-word;
}

code {
  font-size: 14px;
  color: #999;
}

/* Comment */
.highlight .c, .highlight .c1 {
  color: #586E75;
}

/* Error */
.highlight .err {
  color: #93A1A1;
}

/* Generic */
.highlight .g {
  color: #93A1A1;
}

/* Keyword */
.highlight .k {
  color: #859900;
}

/* Literal */
.highlight .l {
  color: #93A1A1;
}

/* Name */
.highlight .n {
  color: #93A1A1;
}

/* Operator */
.highlight .o {
  color: #859900;
}

/* Other */
.highlight .x {
  color: #CB4B16;
}

/* Punctuation */
.highlight .p {
  color: #93A1A1;
}

/* Comment.Multiline */
.highlight .cm {
  color: #586E75;
}

/* Comment.Preproc */
.highlight .cp {
  color: #859900;
}

/* Comment.Single */
.highlight .c1 {
  color: #586E75;
}

/* Comment.Special */
.highlight .cs {
  color: #859900;
}

/* Generic.Deleted */
.highlight .gd {
  color: #2AA198;
}

/* Generic.Emph */
.highlight .ge {
  color: #93A1A1;
  font-style: italic;
}

/* Generic.Error */
.highlight .gr {
  color: #DC322F;
}

/* Generic.Heading */
.highlight .gh {
  color: #CB4B16;
}

/* Generic.Inserted */
.highlight .gi {
  color: #859900;
}

/* Generic.Output */
.highlight .go {
  color: #93A1A1;
}

/* Generic.Prompt */
.highlight .gp {
  color: #93A1A1;
}

/* Generic.Strong */
.highlight .gs {
  color: #93A1A1;
  font-weight: bold;
}

/* Generic.Subheading */
.highlight .gu {
  color: #CB4B16;
}

/* Generic.Traceback */
.highlight .gt {
  color: #93A1A1;
}

/* Keyword.Constant */
.highlight .kc {
  color: #CB4B16;
}

/* Keyword.Declaration */
.highlight .kd {
  color: #268BD2;
}

/* Keyword.Namespace */
.highlight .kn {
  color: #859900;
}

/* Keyword.Pseudo */
.highlight .kp {
  color: #859900;
}

/* Keyword.Reserved */
.highlight .kr {
  color: #268BD2;
}

/* Keyword.Type */
.highlight .kt {
  color: #DC322F;
}

/* Literal.Date */
.highlight .ld {
  color: #93A1A1;
}

/* Literal.Number */
.highlight .m {
  color: #2AA198;
}

/* Literal.String */
.highlight .s {
  color: #2AA198;
}

/* Name.Attribute */
.highlight .na {
  color: #93A1A1;
}

/* Name.Builtin */
.highlight .nb {
  color: #B58900;
}

/* Name.Class */
.highlight .nc {
  color: #268BD2;
}

/* Name.Constant */
.highlight .no {
  color: #CB4B16;
}

/* Name.Decorator */
.highlight .nd {
  color: #268BD2;
}

/* Name.Entity */
.highlight .ni {
  color: #CB4B16;
}

/* Name.Exception */
.highlight .ne {
  color: #CB4B16;
}

/* Name.Function */
.highlight .nf {
  color: #268BD2;
}

/* Name.Label */
.highlight .nl {
  color: #93A1A1;
}

/* Name.Namespace */
.highlight .nn {
  color: #93A1A1;
}

/* Name.Other */
.highlight .nx {
  color: #555;
}

/* Name.Property */
.highlight .py {
  color: #93A1A1;
}

/* Name.Tag */
.highlight .nt {
  color: #268BD2;
}

/* Name.Variable */
.highlight .nv {
  color: #268BD2;
}

/* Operator.Word */
.highlight .ow {
  color: #859900;
}

/* Text.Whitespace */
.highlight .w {
  color: #93A1A1;
}

/* Literal.Number.Float */
.highlight .mf {
  color: #2AA198;
}

/* Literal.Number.Hex */
.highlight .mh {
  color: #2AA198;
}

/* Literal.Number.Integer */
.highlight .mi {
  color: #2AA198;
}

/* Literal.Number.Oct */
.highlight .mo {
  color: #2AA198;
}

/* Literal.String.Backtick */
.highlight .sb {
  color: #586E75;
}

/* Literal.String.Char */
.highlight .sc {
  color: #2AA198;
}

/* Literal.String.Doc */
.highlight .sd {
  color: #93A1A1;
}

/* Literal.String.Double */
.highlight .s2 {
  color: #2AA198;
}

/* Literal.String.Escape */
.highlight .se {
  color: #CB4B16;
}

/* Literal.String.Heredoc */
.highlight .sh {
  color: #93A1A1;
}

/* Literal.String.Interpol */
.highlight .si {
  color: #2AA198;
}

/* Literal.String.Other */
.highlight .sx {
  color: #2AA198;
}

/* Literal.String.Regex */
.highlight .sr {
  color: #DC322F;
}

/* Literal.String.Single */
.highlight .s1 {
  color: #2AA198;
}

/* Literal.String.Symbol */
.highlight .ss {
  color: #2AA198;
}

/* Name.Builtin.Pseudo */
.highlight .bp {
  color: #268BD2;
}

/* Name.Variable.Class */
.highlight .vc {
  color: #268BD2;
}

/* Name.Variable.Global */
.highlight .vg {
  color: #268BD2;
}

/* Name.Variable.Instance */
.highlight .vi {
  color: #268BD2;
}

/* Literal.Number.Integer.Long */
.highlight .il {
  color: #2AA198;
}

/*------------------------------------
  DESIGN TOKENS · Dark Portfolio
------------------------------------*/
/*------------------------------------
  BASE
------------------------------------*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background: #080808;
  font: 16px/1.75 "Inter", "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  color: rgba(255, 255, 255, 0.55);
  padding-top: 74px;
}

.container {
  margin: 0 auto;
  max-width: 760px;
  padding: 0 20px;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
  line-height: 1.35;
  margin: 1.2em 0 0.5em;
  padding: 0;
}
@media screen and (max-width: 640px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
  }
}

h1 {
  font-size: 27px;
  letter-spacing: -0.03em;
}
h1 a {
  color: inherit;
}

h2 {
  font-size: 21px;
  letter-spacing: -0.02em;
}

h3 {
  font-size: 17px;
}

h4 {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.22);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}

p {
  margin: 14px 0;
}

a {
  color: #a78bfa;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.15s;
}
a:hover, a:active {
  color: #ccbcfc;
}

ul, ol {
  margin: 14px 0;
  padding-left: 28px;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ol ul, ul ol, ul ul, ol ol {
  margin: 0;
}

ul ul, ol ul {
  list-style-type: circle;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: 700;
}

img {
  max-width: 100%;
  border-radius: 8px;
}

code {
  font-family: "JetBrains Mono", "Fira Code", monospace;
  font-size: 0.85em;
  background: rgba(255, 255, 255, 0.07);
  color: #a78bfa;
  padding: 2px 7px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

pre {
  background: #0e0e0e;
  color: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  padding: 20px;
  overflow-x: auto;
  font-family: "JetBrains Mono", "Fira Code", monospace;
  font-size: 13px;
  line-height: 1.7;
  border: 1px solid rgba(255, 255, 255, 0.07);
}
pre code {
  background: none;
  color: inherit;
  padding: 0;
  border: none;
}

blockquote {
  margin: 1.6em 0;
  border-left: 3px solid #a78bfa;
  padding: 0.7em 1.2em;
  background: rgba(167, 139, 250, 0.06);
  border-radius: 0 8px 8px 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 15px;
  font-style: italic;
}

.date {
  font-style: italic;
  color: rgba(255, 255, 255, 0.38);
  font-size: 13px;
}

::-moz-selection {
  color: white;
  background: rgba(167, 139, 250, 0.35);
}

::selection {
  color: white;
  background: rgba(167, 139, 250, 0.35);
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*------------------------------------
  NAVBAR (fixed, transparent → blur)
------------------------------------*/
.wrapper-masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.4s, border-color 0.4s, backdrop-filter 0.4s;
}
.wrapper-masthead.scrolled {
  background: rgba(8, 8, 8, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom-color: rgba(255, 255, 255, 0.07);
}

.masthead {
  padding: 18px 0;
}
@media screen and (max-width: 640px) {
  .masthead {
    text-align: center;
    padding: 14px 0;
  }
}

.site-avatar {
  float: left;
  width: 34px;
  height: 34px;
  margin-right: 12px;
}
@media screen and (max-width: 640px) {
  .site-avatar {
    float: none;
    display: block;
    margin: 0 auto 8px;
  }
}
.site-avatar img {
  border-radius: 50%;
  border: 1.5px solid rgba(167, 139, 250, 0.4);
  width: 34px;
  height: 34px;
  object-fit: cover;
  transition: border-color 0.2s;
}
.site-avatar img:hover {
  border-color: #a78bfa;
}

.site-info {
  float: left;
  padding-top: 4px;
}
@media screen and (max-width: 640px) {
  .site-info {
    float: none;
    display: block;
    margin: 0 auto;
  }
}

.site-name {
  margin: 0;
  font-weight: 900;
  font-size: 15px;
  letter-spacing: -0.03em;
}
.site-name a {
  color: rgba(255, 255, 255, 0.92);
}
.site-name a:hover {
  color: #a78bfa;
}

.site-description {
  display: none;
}

nav {
  float: right;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  nav {
    float: none;
    margin-top: 10px;
    display: block;
    font-size: 14px;
  }
}
nav a {
  margin-left: 20px;
  color: rgba(255, 255, 255, 0.55);
  padding: 4px 2px;
  border-bottom: 1px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}
nav a:hover {
  color: rgba(255, 255, 255, 0.92);
  border-bottom-color: #a78bfa;
}
@media screen and (max-width: 640px) {
  nav a {
    margin: 0 8px;
    border-bottom: none;
  }
}
nav a.nav-active {
  color: rgba(255, 255, 255, 0.92);
  border-bottom-color: #a78bfa;
}
nav .nav-pill {
  color: rgba(255, 255, 255, 0.55);
  padding: 4px 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  font-size: 12px;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
nav .nav-pill:hover {
  background: rgba(167, 139, 250, 0.12);
  color: rgba(255, 255, 255, 0.92);
  border-color: rgba(167, 139, 250, 0.4);
}

/*------------------------------------
  HERO SECTION
------------------------------------*/
.home-hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #080808;
  text-align: center;
  padding: 80px 20px 100px;
  margin-top: -74px;
}
@media screen and (max-width: 640px) {
  .home-hero {
    min-height: 82vh;
    padding: 60px 20px 80px;
  }
}
.home-hero #hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}
.home-hero .hero-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  opacity: 0.18;
  z-index: 0;
}
.home-hero .hero-orb-purple {
  width: 600px;
  height: 600px;
  background: #7c3aed;
  top: -18%;
  left: -12%;
}
.home-hero .hero-orb-sky {
  width: 480px;
  height: 480px;
  background: #0ea5e9;
  bottom: -12%;
  right: -8%;
}
.home-hero .hero-orb-violet {
  width: 260px;
  height: 260px;
  background: #a78bfa;
  top: 42%;
  right: 18%;
}
.home-hero .hero-inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  width: 100%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 36px;
  padding: 7px 16px;
  border-radius: 99px;
  background: rgba(167, 139, 250, 0.09);
  border: 1px solid rgba(167, 139, 250, 0.2);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
}
.hero-badge .badge-dot {
  width: 7px;
  height: 7px;
  background: #4ade80;
  border-radius: 50%;
  flex-shrink: 0;
  animation: pulse-g 2s ease-in-out infinite;
}

@keyframes pulse-g {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.55;
    transform: scale(0.8);
  }
}
.hero-name {
  font-size: clamp(2.8rem, 9vw, 5.5rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.0;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.92);
}
.hero-name .hero-name-gradient {
  display: block;
  background: linear-gradient(135deg, #c4b5fd 0%, #818cf8 50%, #38bdf8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-role-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 2rem;
  margin: 20px 0 24px;
}

.hero-role-text {
  font-size: clamp(0.95rem, 2.5vw, 1.2rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: -0.01em;
}

.tw-cursor {
  display: inline-block;
  width: 2px;
  height: 1.1em;
  background: #a78bfa;
  border-radius: 1px;
  vertical-align: middle;
  flex-shrink: 0;
  animation: tw-blink 1s step-end infinite;
}

@keyframes tw-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.hero-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.38);
  line-height: 1.85;
  margin: 0 auto 40px;
  max-width: 400px;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.hero-cta {
  display: inline-block;
  padding: 12px 28px;
  background: white;
  color: #080808 !important;
  border-radius: 99px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.2s, box-shadow 0.2s;
}
.hero-cta:hover {
  transform: scale(1.04);
  box-shadow: 0 0 28px rgba(255, 255, 255, 0.14);
  color: #080808 !important;
}

.hero-ghost {
  display: inline-block;
  padding: 12px 28px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.55) !important;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 99px;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.hero-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92) !important;
}

.hero-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.hero-social-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.38) !important;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.hero-social-btn svg {
  display: block;
}
.hero-social-btn:hover {
  border-color: rgba(167, 139, 250, 0.5);
  color: #a78bfa !important;
  background: rgba(167, 139, 250, 0.1);
}

.hero-scroll-hint {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.22);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  z-index: 1;
  animation: bounce-y 2s ease-in-out infinite;
}

@keyframes bounce-y {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(6px);
  }
}
/*------------------------------------
  SECTION DIVIDERS
------------------------------------*/
.section-divider-v {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(167, 139, 250, 0.3), transparent);
  border: none;
  margin: 0;
}

.section-divider-sky {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.3), transparent);
  border: none;
  margin: 0;
}

/*------------------------------------
  SECTION LABEL
------------------------------------*/
.section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #a78bfa;
  margin: 0 0 10px;
}

/*------------------------------------
  PORTFOLIO SECTIONS (shared)
------------------------------------*/
.port-section {
  padding: 80px 0 72px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  font-size: clamp(1.9rem, 5vw, 2.6rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.92);
  margin: 6px 0 10px;
  line-height: 1.15;
}

.section-sub {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.38);
  line-height: 1.75;
  margin: 0 0 44px;
  max-width: 500px;
}

/*------------------------------------
  ABOUT SECTION
------------------------------------*/
.about-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 56px;
  align-items: start;
  margin-bottom: 44px;
}
@media screen and (max-width: 640px) {
  .about-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

.about-photo-col {
  position: relative;
}
@media screen and (max-width: 640px) {
  .about-photo-col {
    margin-bottom: 8px;
  }
}

.photo-frame {
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 24px;
  border: 1px dashed rgba(167, 139, 250, 0.2);
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
  box-shadow: 0 0 40px rgba(167, 139, 250, 0.04);
}
.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}

.photo-float-badge {
  position: absolute;
  bottom: -16px;
  right: -16px;
  background: rgba(13, 13, 13, 0.92);
  border: 1px solid rgba(167, 139, 250, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 14px 20px;
  text-align: center;
  z-index: 2;
}
.photo-float-badge .pfb-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.22);
  margin: 0 0 4px;
}
.photo-float-badge .pfb-number {
  font-size: 1.9rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 2px;
  line-height: 1;
}
.photo-float-badge .pfb-sub {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.38);
  margin: 0;
}

.about-text-col p {
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.38);
  margin: 0 0 14px;
}
.about-text-col p:last-of-type {
  margin-bottom: 0;
}

.about-greeting {
  font-size: clamp(1.25rem, 3vw, 1.55rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 18px;
  line-height: 1.3;
}

.about-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
@media screen and (max-width: 640px) {
  .about-info-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.about-info-grid .info-item .info-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.22);
  margin: 0 0 5px;
}
.about-info-grid .info-item .info-value {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
}
.about-info-grid .info-item .info-available {
  color: #34d399;
}

.about-links {
  display: flex;
  gap: 10px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.about-links .about-link-btn {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 700;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s, color 0.2s, border-color 0.2s;
}
.about-links .about-link-btn.btn-primary {
  background: white;
  color: #080808 !important;
  border: 1px solid white;
}
.about-links .about-link-btn.btn-primary:hover {
  transform: scale(1.04);
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.18);
  color: #080808 !important;
}
.about-links .about-link-btn.btn-ghost {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.55) !important;
  border: 1px solid rgba(255, 255, 255, 0.13);
}
.about-links .about-link-btn.btn-ghost:hover {
  background: rgba(167, 139, 250, 0.12);
  color: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(167, 139, 250, 0.4);
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .stats-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.stats-row .stat-item {
  text-align: center;
  padding: 32px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  transition: background 0.2s;
}
.stats-row .stat-item:hover {
  background: rgba(255, 255, 255, 0.03);
}
.stats-row .stat-item:last-child {
  border-right: none;
}
@media screen and (max-width: 640px) {
  .stats-row .stat-item:nth-child(2) {
    border-right: none;
  }
  .stats-row .stat-item:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
  }
}
.stats-row .stat-item .stat-label {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.38);
  margin: 0 0 8px;
  line-height: 1.4;
}
.stats-row .stat-item .stat-num {
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1;
  margin: 0;
}

/*------------------------------------
  EXPERIENCE CARD
------------------------------------*/
.exp-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 28px 28px 24px;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.35s;
}
.exp-card:hover {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(56, 189, 248, 0.28);
  box-shadow: 0 20px 60px rgba(56, 189, 248, 0.06);
}

.exp-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.exp-header-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.exp-company-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.exp-company {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.92);
}

.exp-type-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #38bdf8;
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.22);
  padding: 2px 10px;
  border-radius: 99px;
}

.exp-role {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.38);
  margin: 0;
  font-weight: 500;
}

.exp-period {
  font-size: 12.5px;
  font-family: "JetBrains Mono", "Fira Code", monospace;
  color: rgba(255, 255, 255, 0.22);
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
  margin: 0;
  padding-top: 3px;
}

.exp-body {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.exp-block-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.22);
  margin: 0 0 12px;
}

.exp-list {
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 13.5px;
  line-height: 1.85;
  list-style-type: disc;
}
.exp-list li {
  margin-bottom: 6px;
}
.exp-list li:last-child {
  margin-bottom: 0;
}
.exp-list strong {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
}

.exp-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-top: 2px;
}

/*------------------------------------
  BLOG POST LIST
------------------------------------*/
.posts > .post {
  padding: 28px 0 28px 20px;
  margin-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-left: 2px solid transparent;
  background: none;
  border-radius: 0;
  transition: border-left-color 0.15s;
}
.posts > .post:hover {
  border-left-color: #a78bfa;
}
.posts > .post:first-child {
  border-top: none;
  padding-top: 0;
}
@media screen and (max-width: 640px) {
  .posts > .post {
    padding: 20px 0 20px 14px;
  }
}

.post-meta-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.post-date {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.22);
  font-weight: 500;
  letter-spacing: 0.04em;
  font-family: "JetBrains Mono", "Fira Code", monospace;
}

.post-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #a78bfa;
  background: rgba(167, 139, 250, 0.1);
  padding: 2px 9px;
  border-radius: 12px;
}

.post h1 {
  font-size: 19px;
  margin: 0 0 10px;
  line-height: 1.45;
}
.post h1 a {
  color: rgba(255, 255, 255, 0.92);
}
.post h1 a:hover {
  color: #a78bfa;
}
.post .entry {
  color: rgba(255, 255, 255, 0.38);
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 14px;
}
.post blockquote {
  margin: 1.4em 0.5em;
  border-left: 3px solid #a78bfa;
  padding: 0.5em 1em;
  background: rgba(167, 139, 250, 0.06);
  border-radius: 0 6px 6px 0;
  color: rgba(255, 255, 255, 0.38);
  font-size: 15px;
}
.post .comments {
  margin-top: 10px;
}

.read-more {
  font-size: 12.5px;
  font-weight: 600;
  color: #a78bfa;
  transition: color 0.15s;
}
.read-more:hover {
  color: #ccbcfc;
}

/*------------------------------------
  PAGINATION
------------------------------------*/
.pagination {
  text-align: center;
  margin: 40px 0 12px;
  font-size: 13px;
  font-weight: 500;
}
.pagination a, .pagination span, .pagination em {
  display: inline-block;
  padding: 6px 12px;
  margin: 0 3px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.03);
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.pagination a:hover, .pagination span:hover, .pagination em:hover {
  background: #a78bfa;
  color: white;
  border-color: #a78bfa;
}
.pagination em {
  background: #a78bfa;
  color: white;
  border-color: #a78bfa;
  font-style: normal;
}
.pagination .pagination-disabled {
  opacity: 0.3;
  cursor: default;
}
.pagination .pagination-disabled:hover {
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.07);
}

/*------------------------------------
  ABOUT PAGE
------------------------------------*/
.about-intro {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-left: 3px solid #a78bfa;
  border-radius: 0 12px 12px 0;
  padding: 24px 28px;
  margin-bottom: 12px;
}
.about-intro h2 {
  margin-top: 0;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 22px;
  letter-spacing: -0.02em;
}
.about-intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.38);
  line-height: 1.85;
  font-size: 15px;
}

.edu-item {
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  line-height: 1.75;
  font-size: 14.5px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.55);
}

/*------------------------------------
  SKILLS — PROGRESS BARS
------------------------------------*/
.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
  margin-bottom: 44px;
}

.skill-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 26px 22px;
  transition: background 0.3s, border-color 0.3s, transform 0.35s, box-shadow 0.35s;
}
.skill-card:hover {
  background: rgba(255, 255, 255, 0.055);
  transform: translateY(-6px);
}
.skill-card .skill-card-num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  opacity: 0.7;
  margin: 0 0 12px;
}
.skill-card .skill-card-title {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 5px;
}
.skill-card .skill-card-desc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.38);
  line-height: 1.65;
  margin: 0 0 20px;
}
.skill-card .skill-bars {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.skill-card .skill-bar-row .skill-bar-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
}
.skill-card .skill-bar-row .skill-bar-meta span:last-child {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.22);
}
.skill-card .skill-bar-row .skill-bar-track {
  height: 4px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 99px;
  overflow: hidden;
}
.skill-card .skill-bar-row .skill-bar-track .skill-bar-fill {
  height: 100%;
  border-radius: 99px;
  width: 0;
  transition: width 1.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/*------------------------------------
  TECH MARQUEE
------------------------------------*/
.tech-marquee-wrap {
  margin: 10px 0 52px;
}

.marquee-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.22);
  text-align: center;
  margin: 0 0 14px;
}

.tech-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
  mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
}

.marquee-track {
  display: flex;
  gap: 10px;
  width: max-content;
  animation: marquee-scroll 30s linear infinite;
}

.marquee-item {
  flex-shrink: 0;
  padding: 8px 17px;
  border-radius: 99px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.025);
  color: rgba(255, 255, 255, 0.55);
  font-size: 12.5px;
  font-weight: 500;
  white-space: nowrap;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/*------------------------------------
  PROJECT CARDS
------------------------------------*/
.project-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 24px 26px;
  margin-bottom: 14px;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.35s;
  transform-style: preserve-3d;
  will-change: transform;
}
.project-card:hover {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(167, 139, 250, 0.28);
  box-shadow: 0 20px 60px rgba(167, 139, 250, 0.07);
}
.project-card .project-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 8px;
}
.project-card .project-title {
  margin: 0;
  font-size: 15.5px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.4;
}
.project-card .project-links {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.project-card .project-link {
  font-size: 12px;
  font-weight: 600;
  color: #a78bfa;
  padding: 4px 12px;
  border: 1px solid rgba(167, 139, 250, 0.3);
  border-radius: 20px;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.project-card .project-link:hover {
  background: #a78bfa;
  color: #080808;
  border-color: #a78bfa;
}
.project-card .project-desc {
  color: rgba(255, 255, 255, 0.38);
  margin: 0 0 12px;
  font-size: 13.5px;
  line-height: 1.75;
}
.project-card .project-features {
  margin: 0 0 14px;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 13px;
  line-height: 1.85;
}
.project-card .project-features li {
  margin-bottom: 4px;
}
.project-card .project-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/*------------------------------------
  BADGES
------------------------------------*/
.badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 99px;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.badge.badge-blue {
  background: rgba(129, 140, 248, 0.12);
  color: #a5b4fc;
}
.badge.badge-green {
  background: rgba(52, 211, 153, 0.12);
  color: #6ee7b7;
}
.badge.badge-purple {
  background: rgba(167, 139, 250, 0.12);
  color: #c4b5fd;
}
.badge.badge-orange {
  background: rgba(255, 153, 0, 0.12);
  color: #ffb84d;
}
.badge.badge-gray {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

/*------------------------------------
  CONTACT SECTION
------------------------------------*/
.contact-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  padding: 56px 40px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.contact-card::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(167, 139, 250, 0.07) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.contact-card > * {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .contact-card {
    padding: 40px 24px 36px;
  }
}

.contact-availability {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  padding: 7px 16px;
  border-radius: 99px;
  background: rgba(52, 211, 153, 0.08);
  border: 1px solid rgba(52, 211, 153, 0.2);
  font-size: 12px;
  font-weight: 500;
  color: #34d399;
}
.contact-availability .badge-dot {
  width: 7px;
  height: 7px;
  background: #34d399;
  border-radius: 50%;
  flex-shrink: 0;
  animation: pulse-g 2s ease-in-out infinite;
}

.contact-email-link {
  display: block;
  font-size: clamp(1.3rem, 4vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.92) !important;
  margin-bottom: 36px;
  transition: color 0.2s;
}
.contact-email-link:hover {
  color: #a78bfa !important;
}

.contact-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.contact-copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 12px 22px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 99px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  font-family: "Inter", "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
}
.contact-copy-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
}
.contact-copy-btn.copied {
  background: rgba(52, 211, 153, 0.12);
  border-color: rgba(52, 211, 153, 0.3);
  color: #34d399;
}

.contact-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.contact-social {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 99px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55) !important;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.contact-social svg {
  display: block;
  flex-shrink: 0;
}
.contact-social:hover {
  background: rgba(167, 139, 250, 0.1);
  border-color: rgba(167, 139, 250, 0.3);
  color: rgba(255, 255, 255, 0.92) !important;
}

/*------------------------------------
  CONTACT (legacy — about page)
------------------------------------*/
.contact-links a {
  display: inline-block;
  padding: 10px 22px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.92) !important;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  margin-bottom: 8px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.contact-links a:hover {
  background: rgba(167, 139, 250, 0.12);
  border-color: rgba(167, 139, 250, 0.35);
  box-shadow: 0 4px 20px rgba(167, 139, 250, 0.14);
  color: rgba(255, 255, 255, 0.92) !important;
}

/*------------------------------------
  FOOTER
------------------------------------*/
.wrapper-footer {
  margin-top: 80px;
  background: #0d0d0d;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

footer {
  padding: 28px 0 22px;
  text-align: center;
}
footer .footer-icons {
  margin-bottom: 12px;
}
footer .footer-icons a {
  display: inline-block;
  margin: 0 7px;
  opacity: 0.28;
  transition: opacity 0.2s;
}
footer .footer-icons a:hover {
  opacity: 0.8;
}
footer .footer-icons a svg {
  fill: rgba(255, 255, 255, 0.92);
  width: 18px;
  height: 18px;
}
footer .footer-copy {
  margin: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.22);
  letter-spacing: 0.04em;
}

/*------------------------------------
  TAGS / ARCHIVE
------------------------------------*/
.tags {
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.55);
}

.archive_list {
  padding: 0;
  list-style-type: none;
}

.tags li {
  float: left;
  margin: 0 7px;
}

.tags li a {
  padding: 1px 12px 2px;
  color: rgba(255, 255, 255, 0.38);
}

.tags li a:hover {
  color: rgba(255, 255, 255, 0.55);
}

.post-tags {
  margin: 20px 0 0;
}

.cf {
  *zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.tag-box {
  list-style: none;
  margin: 0;
  padding: 4px 0;
  overflow: hidden;
  *zoom: 1;
}
.tag-box:before, .tag-box:after {
  display: table;
  content: "";
  line-height: 0;
}
.tag-box:after {
  clear: both;
}
.tag-box.inline li {
  float: left;
  font-size: 13px;
  line-height: 2.5;
}
.tag-box a {
  padding: 4px 9px;
  margin: 2px;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 6px;
  text-decoration: none;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  transition: background 0.15s, color 0.15s;
}
.tag-box a:hover {
  background: rgba(167, 139, 250, 0.1);
  color: #a78bfa;
}
.tag-box a span {
  vertical-align: super;
  font-size: 10px;
}

/*------------------------------------
  SCROLL REVEAL
------------------------------------*/
.fade-up {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.fade-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

/*------------------------------------
  THEME TOGGLE BUTTON
------------------------------------*/
.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: none;
  color: rgba(255, 255, 255, 0.38);
  cursor: pointer;
  padding: 0;
  margin-left: 16px;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
  flex-shrink: 0;
  vertical-align: middle;
}
.theme-toggle svg {
  display: block;
  pointer-events: none;
}
.theme-toggle .icon-moon {
  display: none;
}
.theme-toggle:hover {
  border-color: rgba(167, 139, 250, 0.5);
  color: #a78bfa;
  background: rgba(167, 139, 250, 0.1);
}
@media screen and (max-width: 640px) {
  .theme-toggle {
    margin: 0 6px;
  }
}

/*------------------------------------
  LIGHT MODE
------------------------------------*/
html[data-theme="light"] .icon-sun {
  display: none;
}
html[data-theme="light"] .icon-moon {
  display: block;
}
html[data-theme="light"] .theme-toggle {
  border-color: rgba(0, 0, 0, 0.13);
  color: rgba(0, 0, 0, 0.5);
}
html[data-theme="light"] .theme-toggle:hover {
  border-color: rgba(124, 58, 237, 0.4);
  color: #7c3aed;
  background: rgba(124, 58, 237, 0.08);
}
html[data-theme="light"] body {
  background: #f8f9fb;
  color: rgba(0, 0, 0, 0.58);
}
html[data-theme="light"] h1, html[data-theme="light"] h2, html[data-theme="light"] h3, html[data-theme="light"] h4, html[data-theme="light"] h5, html[data-theme="light"] h6 {
  color: rgba(0, 0, 0, 0.88);
}
html[data-theme="light"] h4 {
  color: rgba(0, 0, 0, 0.3);
}
html[data-theme="light"] a {
  color: #7c3aed;
}
html[data-theme="light"] a:hover, html[data-theme="light"] a:active {
  color: #6d28d9;
}
html[data-theme="light"] code {
  background: rgba(0, 0, 0, 0.06);
  color: #7c3aed;
  border-color: rgba(0, 0, 0, 0.08);
}
html[data-theme="light"] pre {
  background: #f3f4f6;
  color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.08);
}
html[data-theme="light"] pre code {
  background: none;
  color: inherit;
  border: none;
}
html[data-theme="light"] blockquote {
  color: rgba(0, 0, 0, 0.55);
}
html[data-theme="light"] .date {
  color: rgba(0, 0, 0, 0.4);
}
html[data-theme="light"] ::-moz-selection {
  color: #1a1a2e;
  background: rgba(124, 58, 237, 0.22);
}
html[data-theme="light"] ::selection {
  color: #1a1a2e;
  background: rgba(124, 58, 237, 0.22);
}
html[data-theme="light"] .wrapper-masthead.scrolled {
  background: rgba(248, 249, 251, 0.92);
  border-bottom-color: rgba(0, 0, 0, 0.08);
}
html[data-theme="light"] .site-name a {
  color: rgba(0, 0, 0, 0.88);
}
html[data-theme="light"] .site-name a:hover {
  color: #7c3aed;
}
html[data-theme="light"] nav a {
  color: rgba(0, 0, 0, 0.55);
}
html[data-theme="light"] nav a:hover {
  color: rgba(0, 0, 0, 0.88);
  border-bottom-color: #7c3aed;
}
html[data-theme="light"] nav a.nav-active {
  color: rgba(0, 0, 0, 0.88);
  border-bottom-color: #7c3aed;
}
html[data-theme="light"] nav .nav-pill {
  color: rgba(0, 0, 0, 0.52);
  border-color: rgba(0, 0, 0, 0.13);
}
html[data-theme="light"] nav .nav-pill:hover {
  background: rgba(124, 58, 237, 0.08);
  color: rgba(0, 0, 0, 0.88);
  border-color: rgba(124, 58, 237, 0.35);
}
html[data-theme="light"] .home-hero {
  background: #f8f9fb;
}
html[data-theme="light"] #hero-canvas {
  opacity: 0.12;
}
html[data-theme="light"] #star-field-canvas {
  opacity: 0;
  pointer-events: none;
}
html[data-theme="light"] .hero-orb {
  opacity: 0.10;
}
html[data-theme="light"] .hero-badge {
  background: rgba(124, 58, 237, 0.07);
  border-color: rgba(124, 58, 237, 0.18);
  color: rgba(0, 0, 0, 0.55);
}
html[data-theme="light"] .hero-name {
  color: rgba(0, 0, 0, 0.88);
}
html[data-theme="light"] .hero-role-text {
  color: rgba(0, 0, 0, 0.55);
}
html[data-theme="light"] .hero-desc {
  color: rgba(0, 0, 0, 0.42);
}
html[data-theme="light"] .hero-cta {
  background: #1e1b4b;
  color: white !important;
}
html[data-theme="light"] .hero-cta:hover {
  box-shadow: 0 0 28px rgba(30, 27, 75, 0.22);
  color: white !important;
}
html[data-theme="light"] .hero-ghost {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.55) !important;
  border-color: rgba(0, 0, 0, 0.13);
}
html[data-theme="light"] .hero-ghost:hover {
  background: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.88) !important;
}
html[data-theme="light"] .hero-social-btn {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.42) !important;
}
html[data-theme="light"] .hero-social-btn:hover {
  border-color: rgba(124, 58, 237, 0.45);
  color: #7c3aed !important;
  background: rgba(124, 58, 237, 0.08);
}
html[data-theme="light"] .hero-scroll-hint {
  color: rgba(0, 0, 0, 0.28);
}
html[data-theme="light"] .section-heading {
  color: rgba(0, 0, 0, 0.88);
}
html[data-theme="light"] .section-sub {
  color: rgba(0, 0, 0, 0.45);
}
html[data-theme="light"] .photo-frame {
  border-color: rgba(124, 58, 237, 0.18);
  background: rgba(0, 0, 0, 0.02);
  box-shadow: none;
}
html[data-theme="light"] .photo-float-badge {
  background: rgba(248, 249, 251, 0.96);
  border-color: rgba(124, 58, 237, 0.2);
}
html[data-theme="light"] .photo-float-badge .pfb-eyebrow {
  color: rgba(0, 0, 0, 0.3);
}
html[data-theme="light"] .photo-float-badge .pfb-number {
  color: rgba(0, 0, 0, 0.88);
}
html[data-theme="light"] .photo-float-badge .pfb-sub {
  color: rgba(0, 0, 0, 0.42);
}
html[data-theme="light"] .about-text-col p {
  color: rgba(0, 0, 0, 0.5);
}
html[data-theme="light"] .about-greeting {
  color: rgba(0, 0, 0, 0.88);
}
html[data-theme="light"] .about-info-grid {
  border-top-color: rgba(0, 0, 0, 0.09);
}
html[data-theme="light"] .about-info-grid .info-label {
  color: rgba(0, 0, 0, 0.3);
}
html[data-theme="light"] .about-info-grid .info-value {
  color: rgba(0, 0, 0, 0.88);
}
html[data-theme="light"] .about-link-btn.btn-primary {
  background: #1e1b4b;
  color: white !important;
  border-color: #1e1b4b;
}
html[data-theme="light"] .about-link-btn.btn-primary:hover {
  box-shadow: 0 0 24px rgba(30, 27, 75, 0.2);
  color: white !important;
}
html[data-theme="light"] .about-link-btn.btn-ghost {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.58) !important;
  border-color: rgba(0, 0, 0, 0.13);
}
html[data-theme="light"] .about-link-btn.btn-ghost:hover {
  background: rgba(124, 58, 237, 0.08);
  color: rgba(0, 0, 0, 0.88) !important;
  border-color: rgba(124, 58, 237, 0.35);
}
html[data-theme="light"] .stats-row {
  border-color: rgba(0, 0, 0, 0.09);
}
html[data-theme="light"] .stats-row .stat-item {
  border-right-color: rgba(0, 0, 0, 0.09);
}
html[data-theme="light"] .stats-row .stat-item:hover {
  background: rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 640px) {
  html[data-theme="light"] .stats-row .stat-item:nth-child(3) {
    border-top-color: rgba(0, 0, 0, 0.09);
  }
}
html[data-theme="light"] .stats-row .stat-label {
  color: rgba(0, 0, 0, 0.45);
}
html[data-theme="light"] .stats-row .stat-num {
  color: rgba(0, 0, 0, 0.88);
}
html[data-theme="light"] .skill-card {
  background: rgba(0, 0, 0, 0.025);
  border-color: rgba(0, 0, 0, 0.09);
}
html[data-theme="light"] .skill-card:hover {
  background: rgba(0, 0, 0, 0.05);
}
html[data-theme="light"] .skill-card .skill-card-title {
  color: rgba(0, 0, 0, 0.88);
}
html[data-theme="light"] .skill-card .skill-card-desc {
  color: rgba(0, 0, 0, 0.45);
}
html[data-theme="light"] .skill-card .skill-bar-meta {
  color: rgba(0, 0, 0, 0.58);
}
html[data-theme="light"] .skill-card .skill-bar-meta span:last-child {
  color: rgba(0, 0, 0, 0.3);
}
html[data-theme="light"] .skill-card .skill-bar-track {
  background: rgba(0, 0, 0, 0.08);
}
html[data-theme="light"] .marquee-label {
  color: rgba(0, 0, 0, 0.3);
}
html[data-theme="light"] .marquee-item {
  border-color: rgba(0, 0, 0, 0.09);
  background: rgba(0, 0, 0, 0.025);
  color: rgba(0, 0, 0, 0.55);
}
html[data-theme="light"] .project-card {
  background: rgba(0, 0, 0, 0.025);
  border-color: rgba(0, 0, 0, 0.09);
}
html[data-theme="light"] .project-card:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(124, 58, 237, 0.25);
  box-shadow: 0 20px 60px rgba(124, 58, 237, 0.06);
}
html[data-theme="light"] .project-card .project-title {
  color: rgba(0, 0, 0, 0.88);
}
html[data-theme="light"] .project-card .project-desc {
  color: rgba(0, 0, 0, 0.5);
}
html[data-theme="light"] .project-card .project-features {
  color: rgba(0, 0, 0, 0.5);
}
html[data-theme="light"] .project-card .project-link {
  color: #7c3aed;
  border-color: rgba(124, 58, 237, 0.28);
}
html[data-theme="light"] .project-card .project-link:hover {
  background: #7c3aed;
  color: white;
  border-color: #7c3aed;
}
html[data-theme="light"] .badge.badge-gray {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
html[data-theme="light"] .exp-card {
  background: rgba(0, 0, 0, 0.025);
  border-color: rgba(0, 0, 0, 0.09);
}
html[data-theme="light"] .exp-card:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(2, 132, 199, 0.25);
  box-shadow: 0 20px 60px rgba(2, 132, 199, 0.05);
}
html[data-theme="light"] .exp-company {
  color: rgba(0, 0, 0, 0.88);
}
html[data-theme="light"] .exp-role {
  color: rgba(0, 0, 0, 0.45);
}
html[data-theme="light"] .exp-period {
  color: rgba(0, 0, 0, 0.3);
}
html[data-theme="light"] .exp-body {
  border-top-color: rgba(0, 0, 0, 0.09);
}
html[data-theme="light"] .exp-block-title {
  color: rgba(0, 0, 0, 0.3);
}
html[data-theme="light"] .exp-list {
  color: rgba(0, 0, 0, 0.5);
}
html[data-theme="light"] .exp-list strong {
  color: rgba(0, 0, 0, 0.62);
}
html[data-theme="light"] .exp-type-badge {
  color: #0284c7;
  background: rgba(2, 132, 199, 0.08);
  border-color: rgba(2, 132, 199, 0.2);
}
html[data-theme="light"] .posts > .post {
  border-top-color: rgba(0, 0, 0, 0.09);
}
html[data-theme="light"] .posts > .post:hover {
  border-left-color: #7c3aed;
}
html[data-theme="light"] .post-date {
  color: rgba(0, 0, 0, 0.3);
}
html[data-theme="light"] .post-tag {
  color: #7c3aed;
  background: rgba(124, 58, 237, 0.08);
}
html[data-theme="light"] .post h1 a {
  color: rgba(0, 0, 0, 0.88);
}
html[data-theme="light"] .post h1 a:hover {
  color: #7c3aed;
}
html[data-theme="light"] .post .entry {
  color: rgba(0, 0, 0, 0.5);
}
html[data-theme="light"] .post blockquote {
  color: rgba(0, 0, 0, 0.55);
}
html[data-theme="light"] .read-more {
  color: #7c3aed;
}
html[data-theme="light"] .read-more:hover {
  color: #6d28d9;
}
html[data-theme="light"] .pagination a, html[data-theme="light"] .pagination span, html[data-theme="light"] .pagination em {
  border-color: rgba(0, 0, 0, 0.09);
  color: rgba(0, 0, 0, 0.55);
  background: rgba(0, 0, 0, 0.025);
}
html[data-theme="light"] .pagination a:hover, html[data-theme="light"] .pagination span:hover, html[data-theme="light"] .pagination em:hover {
  background: #7c3aed;
  color: white;
  border-color: #7c3aed;
}
html[data-theme="light"] .pagination em {
  background: #7c3aed;
  color: white;
  border-color: #7c3aed;
  font-style: normal;
}
html[data-theme="light"] .pagination .pagination-disabled:hover {
  background: rgba(0, 0, 0, 0.025);
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.09);
}
html[data-theme="light"] .about-intro {
  background: rgba(0, 0, 0, 0.025);
  border-color: rgba(0, 0, 0, 0.09);
  border-left-color: #7c3aed;
}
html[data-theme="light"] .about-intro h2 {
  color: rgba(0, 0, 0, 0.88);
}
html[data-theme="light"] .about-intro p {
  color: rgba(0, 0, 0, 0.5);
}
html[data-theme="light"] .edu-item {
  background: rgba(0, 0, 0, 0.025);
  border-color: rgba(0, 0, 0, 0.09);
  color: rgba(0, 0, 0, 0.58);
}
html[data-theme="light"] .contact-card {
  background: rgba(0, 0, 0, 0.025);
  border-color: rgba(0, 0, 0, 0.09);
}
html[data-theme="light"] .contact-availability {
  color: #059669;
  background: rgba(5, 150, 105, 0.07);
  border-color: rgba(5, 150, 105, 0.2);
}
html[data-theme="light"] .contact-availability .badge-dot {
  background: #059669;
}
html[data-theme="light"] .contact-email-link {
  color: rgba(0, 0, 0, 0.88) !important;
}
html[data-theme="light"] .contact-email-link:hover {
  color: #7c3aed !important;
}
html[data-theme="light"] .contact-copy-btn {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.58);
  border-color: rgba(0, 0, 0, 0.13);
}
html[data-theme="light"] .contact-copy-btn:hover {
  background: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.88);
}
html[data-theme="light"] .contact-copy-btn.copied {
  background: rgba(5, 150, 105, 0.08);
  border-color: rgba(5, 150, 105, 0.25);
  color: #059669;
}
html[data-theme="light"] .contact-social {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.09);
  color: rgba(0, 0, 0, 0.52) !important;
}
html[data-theme="light"] .contact-social:hover {
  background: rgba(124, 58, 237, 0.08);
  border-color: rgba(124, 58, 237, 0.25);
  color: rgba(0, 0, 0, 0.88) !important;
}
html[data-theme="light"] .wrapper-footer {
  background: #eef0f3;
  border-top-color: rgba(0, 0, 0, 0.09);
}
html[data-theme="light"] .footer-copy {
  color: rgba(0, 0, 0, 0.28);
}
html[data-theme="light"] footer .footer-icons a {
  opacity: 0.35;
}
html[data-theme="light"] footer .footer-icons a:hover {
  opacity: 0.70;
}
html[data-theme="light"] footer .footer-icons a svg {
  fill: rgba(0, 0, 0, 0.7);
}
html[data-theme="light"] .tags li a {
  color: rgba(0, 0, 0, 0.45);
}
html[data-theme="light"] .tags li a:hover {
  color: rgba(0, 0, 0, 0.65);
}
html[data-theme="light"] .tag-box a {
  background-color: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.09);
  color: rgba(0, 0, 0, 0.55);
}
html[data-theme="light"] .tag-box a:hover {
  background: rgba(124, 58, 237, 0.08);
  color: #7c3aed;
}
html[data-theme="light"] .contact-links a {
  background: rgba(0, 0, 0, 0.025);
  color: rgba(0, 0, 0, 0.88) !important;
  border-color: rgba(0, 0, 0, 0.09);
}
html[data-theme="light"] .contact-links a:hover {
  background: rgba(124, 58, 237, 0.08);
  border-color: rgba(124, 58, 237, 0.3);
  box-shadow: 0 4px 20px rgba(124, 58, 237, 0.1);
  color: rgba(0, 0, 0, 0.88) !important;
}
