

html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Arial", sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.github-corner {
    position: fixed;
    top: 10px;
    left: 20px;
    z-index: 1001; 
    color: #333;
    font-size: 15px;
}

nav {
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.nav-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 25px;
}

nav a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 6px;
    transition: background-color 0.3s, color 0.3s;
}

nav a:hover {
    background-color: #007bff;
    color: #fff;
}

.container {
    max-width: 80vw;
    margin: 40px auto; 
    background-color: #ffffff;
    /* padding: 30px 40px; */
    /* box-shadow: 0 4px 12px rgba(0,0,0,0.08); */
}

header {
    font-family: 'Product Sans', sans-serif;
    text-align: center;
}

header h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #0056b3;
}

h1 {
    font-size: 3em;
    margin-bottom: 0px;
}

.author p{
    font-size: 1.2em;
    color: #666;
}

.organization p{
    font-size: 1.2em;
    margin-top: 0px;
    margin-bottom: 0px;
}

.social-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.social-links a {
    text-decoration: none;
    font-size: 1.2em;
    color: #007bff;
    padding: 5px 10px;
}

.social-links a:hover {
    text-decoration: underline;
    font-weight: bold;
}

section {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 5px; 
}

h2 {
    text-align: center;
    font-family: 'Product Sans', sans-serif;
    font-size: 1.6em;
    color: #0056b3;
}

footer {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    color: #888;
    font-size: 0.9em;
}

footer p {
    margin: 5px 0;
}

p {
    font-size: 1.2em;
}

.bibtex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.bibtex-container pre {
  width: 100%;
  padding: 1.5rem;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.95rem;
  color: #333;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-x: auto;
}


#table-container {
    font-family: sans-serif;
    margin: 20px;
}
table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    border-top: 1.2pt solid black; 
    border-bottom: 1.2pt solid black; 
}
caption {
    caption-side: bottom;
    padding: 10px 10px;
    color: #555;
    text-align: left;
}
th, td {
    padding: 8px 12px;
}
thead th {
    vertical-align: middle;
}

figcaption{
    caption-side: bottom;
    font-size: 1.1em;
    padding: 10px 10px;
    color: #555;
    text-align: left;
}

.image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 95%;
}

#table-quantitative tbody tr:nth-child(1),
#table-quantitative tbody tr:nth-child(4) {
    border-top: 1px solid #666;
}