/* Light Blue 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 {
    color: #475569;
    font-weight: 500;
}

h2 {
    color: #475569;
    background: #dbebfb;
    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 #475569 !important;
}

strong, h3 {
    color: #475569;
}

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:#8bc2f9
}

.toc {
    background: linear-gradient(135deg, #F8FAFC, #8bc2f9);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    box-shadow: 
        0 8px 32px rgba(148, 163, 184, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.8);
    padding-left: 20px;
}

.toc h2 {
    color: #475569;
    backdrop-filter: blur(8px);
}

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

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

.toc li a {
    color: #64748B;
    transition: transform 0.2s ease;
    font-size: 1.05em;
    font-weight: 500;
    line-height: 1.6;
    text-decoration: none;
}

.toc li a:hover{
    color: #0EA5E9;
    transform: translateX(6px);
}

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

/* -------------------------------------------------------- */
#toc {
    background: linear-gradient(135deg, #F8FAFC, #8bc2f9);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    box-shadow: 
        0 8px 32px rgba(148, 163, 184, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.8);
    padding-left: 20px;
}

#toc h2 {
    color: #475569;
    backdrop-filter: blur(8px);
}

#toc li a {
    color: #64748B;
    transition: transform 0.2s ease;
    font-size: 1.05em;
    font-weight: 500;
    line-height: 1.6;
    text-decoration: none;
}

#toc li a:hover {
    color: #0EA5E9;
    transform: translateX(6px);
}

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

#toc h3, #toc h3 {
    color: #475569;
}
