/* Technology Blue and Purple 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: #312E81;
    font-weight: 500;
}

h2 {
    color: #1E3A8A;
    background: #c9cbf2;
    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 #312E81 !important;
}

strong, h3 {
    color: #312E81;
}

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

.toc {
    background: linear-gradient(135deg, #312E81, #6366F1);
    border: none;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    padding-left: 20px;
}

.toc h2 {
    color: #FFFFFF;
}

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

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

.toc li a:hover {
    color: #C084FC; /* 紫色高亮 */
}

/* ----- */

#toc {
    background: linear-gradient(135deg, #312E81, #6366F1);
    border: none;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    padding-left: 20px;
}

#toc h2 {
    color: #FFFFFF;
}

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

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

#toc li a:hover {
    color: #C084FC; /* 紫色高亮 */
}
/* -------- */

.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;
}
