@charset "UTF-8";
.pub-row {
  display: flex;
  align-items: flex-start;
  padding: 14px 0;
}

.pub-row + .pub-row {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.pub-row .teaser {
  width: 160px;
  height: 100px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  flex-shrink: 0;
  margin-right: 18px;
}

@media print, screen and (max-width: 480px) {
  .pub-row .teaser {
    width: 120px;
    height: 80px;
  }
}

.social-icons a {
  display: inline-block;
  height: 2.4rem;
  width: 2.4rem;
  background-color: transparent;
  color: #043361 !important;
  border-radius: 100%;
  text-align: center;
  font-size: 1.15rem;
  line-height: 2.5rem;
  margin-right: 1rem;
}

@media (prefers-color-scheme: dark) {
  .social-icons a {
    color: #3eb7f0 !important;
  }
}

.social-icons a:last-child {
  margin-right: 0;
}

.social-icons a:hover {
  background-color: white;
  color: black;
  transform: scale(1.2);
}

/*
    .social-icons a:after {
        content: '';
        display: block;
        margin: 0px;
        height: 1px;
        width: 0px;
        background: transparent;
        transition: width .5s ease, background-color .5s ease;
      }
      .social-icons a:hover:after {
        width: 100%;
        background: #337ab7;
      }
     */
@media (prefers-color-scheme: dark) {
  .social-icons a:last-child {
    margin-right: 0;
  }
  .social-icons a:hover {
    background-color: #20212b;
    color: black;
    transform: scale(1.2);
  }
  /*
    .social-icons a:after {
        content: '';
        display: block;
        margin: 0px;
        height: 1px;
        width: 0px;
        background: transparent;
        transition: width .5s ease, background-color .5s ease;
      }
    .social-icons a:hover:after {
        width: 100%;
        background: #a0b0ff;
      }
    */
}

.icon-button {
  background-color: white;
  border-radius: 3.6rem;
  cursor: pointer;
  display: inline-block;
  font-size: 2.0rem;
  height: 3.6rem;
  line-height: 3.6rem;
  margin: 0 5px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 3.6rem;
}

.icon-button span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
}

.icon-button:hover span {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 3.6rem;
  margin: -1.8rem;
}

.twitter span {
  background-color: #4099ff;
}

.facebook span {
  background-color: #4286f4;
}

.linkedin span {
  background-color: #0077B5;
}

.github span {
  background-color: #000;
}

email {
  font-size: 14px;
  font-family: "Ubuntu Mono";
}

.icon-button i {
  background: none;
  color: white;
  height: 3.6rem;
  left: 0;
  line-height: 3.6rem;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 3.6rem;
  z-index: 10;
}

.icon-button .icon-twitter {
  color: #4099ff;
}

.icon-button .icon-facebook {
  color: #4286f4;
}

.icon-button .icon-github {
  color: #000;
}

.icon-button .icon-linkedin {
  color: #0077B5;
}

.icon-button:hover .icon-twitter, .icon-button:hover .icon-facebook, .icon-button:hover .icon-github, .icon-button:hover .icon-linkedin {
  color: white;
}

autocolor {
  color: #595959;
}

lightonly {
  visibility: visible;
}

darkonly {
  visibility: hidden;
}

education {
  font-weight: 500;
  font-size: 115%;
}

papertitle {
  font-weight: 600;
  font-size: 100%;
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #20212b;
    color: #dadbdf;
  }
  autocolor {
    color: #dadbdf;
  }
  lightonly {
    visibility: hidden;
  }
  darkonly {
    visibility: visible;
  }
  papertitle {
    color: #eeeff0;
  }
}

.image {
  border-radius: 0.35em;
  border: 0;
  display: inline-block;
  position: relative;
}

.image:before {
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  border-radius: 0.35em;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}

.image.avatar {
  border-radius: 100%;
}

.image.avatar:before {
  display: none;
}

.image.avatar img {
  border-radius: 100%;
  width: 45%;
  padding: 20px;
}

#header .image.avatar {
  margin: 0 0 1em 0;
  width: 8.00em;
}

h3, h4, h5, h6 {
  font-weight: 600;
  color: #043361;
  margin: 0 0 20px;
}

h1 {
  font-weight: 500;
  color: #043361;
  margin: 0 0 20px;
}

h2 {
  color: #043361;
  font-weight: 500;
  margin: 2px 0px 15px;
  font-size: 157%;
}

@media (prefers-color-scheme: dark) {
  h1, h3, h4, h5, h6 {
    color: #3eb7f0;
  }
  h2 {
    color: #3eb7f0;
  }
}

p, ul, ol, table, pre, dl {
  margin: 0 0 20px;
}

h1, h2, h3 {
  line-height: 1.1;
}

h1 {
  font-size: 28px;
}

a {
  color: #39c;
  text-decoration: none;
}

a:hover {
  color: #069;
}

@media (prefers-color-scheme: dark) {
  a {
    color: #3eb7f0;
  }
}

a small {
  font-size: 11px;
  color: #777;
  margin-top: -0.3em;
  display: block;
}

a:hover small {
  color: #777;
}

.wrapper {
  width: 960px;
  margin: 0 auto;
}

blockquote {
  border-left: 1px solid #e5e5e5;
  margin: 0;
  padding: 0 0 0 20px;
  font-style: italic;
}

code, pre {
  font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
  color: #333;
}

pre {
  max-width: 500px;
  padding: 8px 15px;
  background: #f8f8f8;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  padding: 5px 10px;
  border-bottom: 1px solid #e5e5e5;
}

dt {
  color: #444;
  font-weight: 500;
}

th {
  color: #444;
}

@media (prefers-color-scheme: dark) {
  th {
    color: #3eb7f0;
  }
  dt {
    color: #3eb7f0;
  }
}

img {
  max-width: 100%;
}

header {
  width: 232px;
  float: left;
  position: fixed;
  -webkit-font-smoothing: subpixel-antialiased;
  padding-top: 4.0em;
  text-align: center;
}

header ul {
  list-style: none;
  height: 40px;
  padding: 0;
  background: #f4f4f4;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  width: 270px;
}

header li {
  width: 89px;
  float: left;
  border-right: 1px solid #e0e0e0;
  height: 40px;
}

header li:first-child a {
  border-radius: 5px 0 0 5px;
}

header li:last-child a {
  border-radius: 0 5px 5px 0;
}

header ul a {
  line-height: 1;
  font-size: 11px;
  color: #999;
  display: block;
  text-align: center;
  padding-top: 6px;
  height: 34px;
}

header ul a:hover {
  color: #999;
}

header ul a:active {
  background-color: #f0f0f0;
}

strong {
  color: #222;
  font-weight: 500;
}

@media (prefers-color-scheme: dark) {
  strong {
    color: #eeeff0;
  }
}

header ul li + li + li {
  border-right: none;
  width: 89px;
}

header ul a strong {
  font-size: 14px;
  display: block;
  color: #222;
}

section {
  width: 650px;
  float: right;
  padding-top: 4.0em;
  padding-bottom: 50px;
}

small {
  font-size: 11px;
}

hr {
  border: 0;
  background: #e5e5e5;
  height: 1px;
  margin: 0 0 20px;
}

footer {
  width: 232px;
  float: left;
  position: fixed;
  bottom: 30px;
  -webkit-font-smoothing: subpixel-antialiased;
  text-align: center;
}

@media print, screen and (min-width: 1280px) {
  .wrapper {
    width: 1200px;
  }
  section {
    width: 900px;
    box-sizing: border-box;
    padding-right: 240px;
  }
}

@media print, screen and (max-width: 960px) {
  .pub-row {
    display: flex;
    align-items: center;
  }
  div.wrapper {
    width: auto;
    margin: 0;
  }
  header, section, footer {
    float: none;
    position: static;
    width: auto;
  }
  header {
    padding-right: 320px;
  }
  section {
    border: 1px solid #e5e5e5;
    border-width: 1px 0;
    padding: 20px 0;
    margin: 0 0 20px;
  }
  header a small {
    display: inline;
  }
  header ul {
    position: absolute;
    right: 50px;
    top: 52px;
  }
  .image.avatar img {
    border-radius: 100%;
    width: 117px;
    padding: 20px;
  }
  #head1o2 {
    visibility: hidden;
  }
  #head2o2 {
    visibility: hidden;
  }
}

@media print, screen and (max-width: 960px) {
  body {
    word-wrap: break-word;
    padding: 15px;
  }
  .pub-row {
    display: flex;
    align-items: center;
  }
  header {
    padding: 0;
  }
  pre, code {
    word-wrap: normal;
  }
}

@media print, screen and (max-width: 480px) {
  .pub-row {
    display: block;
    align-items: center;
  }
  body {
    padding: 15px;
  }
  header ul {
    width: 99%;
  }
  header li, header ul li + li + li {
    width: 33%;
  }
  .image.avatar img {
    border-radius: 100%;
    width: 95px;
    padding: 20px;
  }
  #head1o2 {
    visibility: hidden;
  }
  #head2o2 {
    visibility: hidden;
  }
}

@media print {
  body {
    padding: 0.4in;
    font-size: 12pt;
    color: #444;
  }
}

.biblink {
  text-decoration: none;
  display: inline;
  margin-right: 0px;
}

.fakelink {
  text-decoration: none;
  cursor: pointer;
}

.bibref {
  font-size: 70%;
  margin-top: 10px;
  margin-left: 0px;
  display: none;
  font-family: monospace;
}

/* ✅ 强制亮色模式，覆盖 prefers-color-scheme: dark 的情况 */
.logo-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3em 0;
}

.logo-banner img {
  width: 600px;
  /* ✅ 强制固定宽度 */
  max-width: 100%;
  height: auto;
  display: block;
}

/* Table of Contents styles */
.toc-nav {
  position: fixed;
  top: 20%;
  right: 20px;
  width: 200px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 60vh;
  overflow-y: auto;
  backdrop-filter: blur(10px);
}

.toc-nav .toc-title {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 8px;
}

.toc-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.toc-nav li {
  margin: 0;
  padding: 0;
}

.toc-nav .toc-link {
  display: block;
  padding: 6px 8px;
  font-size: 12px;
  color: #666;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s ease;
  line-height: 1.3;
}

.toc-nav .toc-link:hover {
  background: #f0f8ff;
  color: #2196F3;
  transform: translateX(3px);
  font-weight: 500;
}

/* Dark mode support for TOC */
@media (prefers-color-scheme: dark) {
  .toc-nav {
    background: rgba(40, 40, 40, 0.95);
    border-color: #555;
  }
  .toc-nav .toc-title {
    color: #e0e0e0;
    border-bottom-color: #555;
  }
  .toc-nav .toc-link {
    color: #ccc;
  }
  .toc-nav .toc-link:hover {
    background: rgba(33, 150, 243, 0.2);
    color: #64b5f6;
  }
}

/* Hide TOC on smaller screens */
@media (max-width: 1199px) {
  .toc-nav {
    display: none !important;
  }
}

@media (prefers-color-scheme: dark) {
  body {
    color-scheme: light;
    background-color: #ffffff !important;
    color: #000000 !important;
  }
  .wrapper {
    background-color: #ffffff !important;
    color: #000000 !important;
  }
  /* 如果你用了卡片样式等，也可以加上 */
  .notion-card {
    background-color: #fff !important;
    color: #000 !important;
  }
  .en-line {
    color: #444 !important;
  }
  img {
    filter: none !important;
  }
}

/*背景*/
/* 奖项部分样式 */
.award-section {
  margin-bottom: 2em;
}

/* Work experience section styles */
.work-section {
  margin: 20px 0;
}

.work-section h4 {
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 8px;
}

.work-section .highlight-work {
  border-left: 4px solid #2196F3;
  background: linear-gradient(135deg, #f8f9ff 0%, #e3f2fd 100%);
  box-shadow: 0 2px 8px rgba(33, 150, 243, 0.1);
}

.work-section .highlight-work:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(33, 150, 243, 0.2);
}

.award-section .zh-en-block {
  margin-bottom: 1.5em;
  padding: 1em;
  border-left: 3px solid #e0e0e0;
  background-color: #fafafa;
  border-radius: 0 8px 8px 0;
  transition: all 0.3s ease;
}

.award-section .zh-en-block:hover {
  border-left-color: #007acc;
  background-color: #f0f8ff;
  transform: translateX(5px);
}

.highlight-award {
  border-left-color: #ffd700 !important;
  background-color: #fffbf0 !important;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.2);
}

.highlight-award:hover {
  border-left-color: #ffb300 !important;
  background-color: #fff8e1 !important;
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}

.award-section small {
  color: #666;
  font-size: 0.85em;
  font-style: italic;
}

@media (prefers-color-scheme: dark) {
  .award-section .zh-en-block {
    background-color: #f9f9f9 !important;
    border-left-color: #ccc !important;
  }
  .highlight-award {
    background-color: #fffbf0 !important;
    border-left-color: #ffd700 !important;
  }
  .award-section small {
    color: #555 !important;
  }
}

@media (max-width: 600px) {
  .photo-grid img {
    max-width: 100%;
  }
  .award-section .zh-en-block {
    padding: 0.8em;
    margin-bottom: 1.2em;
  }
}

.photo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.photo-grid img {
  max-width: 240px;
  /* 控制最大宽度 */
  width: 100%;
  height: auto;
  /* 高度自适应，保证比例 */
  object-fit: contain;
  /* 显示完整图像，不裁剪 */
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.photo-grid img:hover {
  transform: scale(1.05);
}

.compact-pair {
  line-height: 1.3;
  margin-bottom: 1.8em;
}

.tight-list {
  line-height: 1.3;
  padding-left: 1.2em;
}

.tight-list li {
  margin-bottom: 0.8em;
}

body {
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1.7;
}

h1 {
  font-size: 2.2em;
  letter-spacing: 0.04em;
}

h2 {
  font-size: 1.8em;
  letter-spacing: 0.03em;
}

h3 {
  font-size: 1.5em;
}

.fancy-image {
  width: 300px;
  /* 图片宽度，可以自己调 */
  border-radius: 12px;
  /* 圆角 */
  transition: all 0.4s ease;
  /* 让变化更丝滑 */
  opacity: 0;
  transform: scale(0.95);
  animation: fadeIn 1s forwards;
}

.fancy-image:hover {
  transform: scale(1.4);
  /* 鼠标悬停时放大一点点 */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  /* 加一点阴影 */
}

img.fancy-image {
  width: 250px;
  /* 所有 fancy-image 图片统一宽度，比如250px */
  height: auto;
  /* 高度自适应 */
  object-fit: cover;
  /* 防止图片变形或拉伸 */
  border-radius: 12px;
  transition: all 0.4s ease;
  opacity: 0;
  transform: scale(0.95);
  animation: fadeIn 1s forwards;
}

img.fancy-image:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.scroll-gallery {
  display: flex;
  /* 横向排列 */
  overflow-x: auto;
  /* 出现滚动条 */
  gap: 16px;
  /* 图片间距 */
  padding: 10px;
  scroll-snap-type: x mandatory;
}

.scroll-gallery img {
  scroll-snap-align: start;
  flex: 0 0 auto;
}

/* 加载时渐变出现 */
@keyframes fadeIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.auto-scroll-gallery {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  padding: 10px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.auto-scroll-gallery img {
  scroll-snap-align: start;
  flex: 0 0 auto;
}

.loop-slider {
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}

.slider-track {
  display: flex;
  width: max-content;
  animation: scrollLoop 20s linear infinite;
  will-change: transform;
}

.slider-track .fancy-image {
  width: 250px;
  height: auto;
  margin-right: 16px;
  flex-shrink: 0;
  border-radius: 12px;
  transition: transform 0.4s ease, box-shadow 0.3s ease;
  transform-origin: center;
  perspective: 1000px;
}

.slider-track .fancy-image:hover {
  transform: scale(1.2);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.notion-card-wrapper {
  margin: 20px auto;
  max-width: 600px;
}

.card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  margin-bottom: 24px;
}

.card-grid {
  display: flex;
  justify-content: center;
  padding: 1rem;
}

.notion-card {
  display: block;
  max-width: 400px;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.notion-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.card-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border-bottom: 1px solid #eee;
}

/* 你也可以设置字体大小或文字样式 */
.card-text {
  padding: 16px;
}

.card-text h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.2em;
}

.card-text p {
  margin: 0;
  color: #555;
  font-size: 0.95em;
}

.zh-en-block {
  line-height: 1.3;
  margin-bottom: 1.8em;
}

.en-line {
  font-size: 0.9em;
  color: #666;
  display: block;
  margin-top: 0.2em;
  line-height: 1.2;
}

.pretty-line {
  border: none;
  border-top: 1px solid #ccc;
  margin: 2em 0;
}

.gradient-line {
  border: none;
  height: 2px;
  background: linear-gradient(to right, #bbb, #eee, #bbb);
  margin: 2em 0;
}

.fancy-divider {
  text-align: center;
  font-size: 1.2em;
  color: #aaa;
  margin: 2em 0;
}

/* Media Links Styles */
.media-links {
  margin: 20px 0;
}

.media-link-item {
  margin: 15px 0;
  padding: 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.02);
  transition: background 0.3s ease;
}

.media-link-item:hover {
  background: rgba(0, 0, 0, 0.05);
}

.media-link-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
}

.media-link-item a:hover {
  text-decoration: underline;
}

.media-logo {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 2px;
  object-fit: contain;
  flex-shrink: 0;
}

/* Personal Introduction Card Styles */
.personal-intro-card {
  background: linear-gradient(135deg, #f8f9ff 0%, #e3f2fd 100%);
  border-radius: 12px;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0 4px 15px rgba(33, 150, 243, 0.1);
  border: 1px solid rgba(33, 150, 243, 0.2);
}

.intro-header h3 {
  margin: 0 0 15px 0;
  color: #1976d2;
  text-align: center;
  font-weight: 600;
}

.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-top: 15px;
}

.skill-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  transition: all 0.3s ease;
  border: 1px solid rgba(33, 150, 243, 0.1);
}

.skill-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(33, 150, 243, 0.15);
}

.highlight-skill {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
  border-color: #ff9800;
  box-shadow: 0 2px 10px rgba(255, 152, 0, 0.2);
}

.highlight-skill:hover {
  box-shadow: 0 6px 25px rgba(255, 152, 0, 0.3);
}

.skill-icon {
  font-size: 24px;
  margin-bottom: 8px;
}

.skill-item strong {
  font-size: 16px;
  color: #333;
  margin-bottom: 4px;
}

.skill-item small {
  font-size: 12px;
  color: #666;
  font-style: italic;
}

/* Personal Summary Styles */
.personal-summary {
  margin: 25px 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  border-left: 4px solid #2196f3;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.summary-content {
  line-height: 1.6;
}

.zh-content, .en-content {
  margin-bottom: 15px;
}

.highlight-text {
  background: linear-gradient(120deg, #a8e6cf 0%, #dcedc1 100%);
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 600;
  color: #2e7d32;
}

.emphasis-gradient {
  background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: 1.05em;
}

.key-point {
  display: inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9em;
  margin: 5px 0;
}

.contact-highlight {
  display: inline-block;
  background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
  padding: 6px 12px;
  border-radius: 6px;
  color: #d84315;
  font-weight: 600;
  border: 1px solid rgba(216, 67, 21, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
  .skills-grid {
    grid-template-columns: 1fr;
  }
  .personal-intro-card {
    padding: 15px;
    margin: 15px 0;
  }
  .personal-summary {
    padding: 15px;
  }
}
