/* Sapphire Deep 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: #1E40AF;
    font-weight: 500;
}

h2 {
    color: #1E3A8A;
    background: #bad3fb;
    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 #5770b3 !important;
}

strong, h3 {
    color: #1E40AF !important;
}

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:#3B82F6;
    color: #f8f9fc !important;
}

.toc {
    background: linear-gradient(135deg, #1E40AF, #3B82F6);
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(30, 64, 175, 0.25);
    padding-left: 20px;
}

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

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

.toc h2 {
    color: #E0F2FE;
}

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

.toc li a:hover {
    color: #BAE6FD;
}
/* -------------------------------------------------------- */
#toc {
    background: linear-gradient(135deg, #1E40AF, #3B82F6);
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(30, 64, 175, 0.25);
    padding-left: 20px;
}

#toc h2 {
    color: #E0F2FE;
}

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

#toc li a:hover {
    color: #BAE6FD;
}
/* -------------------------------------------------------- */

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

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

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