/* Technology Blue and Green TOC Theme */

/* 导入 Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

h1 {
    font-weight: 500;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
h2 {
    color: #1E3A8A;
    background: #E0F2FE;
    border-radius: 20px;
    padding: 20px 28px;
    margin: 28px 0;
    font-weight: 400;
    position: relative;
    backdrop-filter: blur(12px);
    box-shadow: 
        0 10px 40px rgba(6, 182, 212, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        0 2px 8px rgba(0, 0, 0, 0.08);
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

blockquote {
    border-left: 3px solid #1E3A8A !important;
}

strong, h3 {
    color: #1E3A8A;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 19px;
    background-color: #fff !important;
}

/* 针对韩语页面的字体设置 */
html[lang="ko"] body,
html[lang="ko-KR"] body {
    font-family: "Noto Sans KR", "Malgun Gothic", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}

th {
    background-color:#F0FDFA
}

.toc {
    background: linear-gradient(135deg, #06B6D4, #3B82F6); /* 渐变背景 */
    border: none; /* 去掉传统边框 */
    border-radius: 12px; /* 更圆润 */
    box-shadow: 0 4px 12px rgba(0,0,0,0.08); /* 轻微阴影，更高级 */
    padding-left: 20px;
}

.toc h2 {
    color: #FFFFFF; /* 白色标题 */
    border-bottom: none;
}

.toc li::marker {
    color: #FFFFFF !important;
}

#toc li::marker {
    color: #FFFFFF !important;
}


.toc li a {
    color: #F9FAFB; /* 白灰文字 */
    transition: color 0.2s ease;
    font-size: 1.05em;
    font-weight: 500;
    line-height: 1.6;
    text-decoration: none;
}

.toc li a:hover {
    color: #FFD700; /* 鼠标悬停时用金色点亮，增加科技感 */
}

/* -------------------------------------------------------- */

#toc {
    background: linear-gradient(135deg, #06B6D4, #3B82F6); /* 渐变背景 */
    border: none; /* 去掉传统边框 */
    border-radius: 12px; /* 更圆润 */
    box-shadow: 0 4px 12px rgba(0,0,0,0.08); /* 轻微阴影，更高级 */
    padding-left: 20px;
}

#toc h2 {
    color: #FFFFFF; /* 白色标题 */
    border-bottom: none;
}

#toc li a {
    color: #F9FAFB; /* 白灰文字 */
    transition: color 0.2s ease;
    font-size: 1.05em;
    font-weight: 500;
    line-height: 1.6;
    text-decoration: none;
}

#toc li a:hover {
    color: #FFD700; /* 鼠标悬停时用金色点亮，增加科技感 */
}
/* -------------------------------------------------------- */
.toc-title {
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 16px;
    text-align: center;
}

#toc-title {
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 16px;
    text-align: center;
}

#toc h3 {
    color: #FFFFFF;
}
