/* Premium Minimalist Typography & Styling System */
body {
    font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
    font-size: 14px;
    line-height: 1.1;
    color: #222;
    background-color: #fdfdfd;
    max-width: 680px;
    margin: 40px auto;
    padding: 0 20px;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4 {
    font-weight: 600;
    line-height: 1.05;
    margin-top: 24px;
    margin-bottom: 16px;
}

h1 {
    font-size: 2rem;
    margin-top: 0;
}

h2 {
    font-size: 1.5rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 32px 0;
}

ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

li {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Blockquote for highlights or quotes */
blockquote {
    margin: 0;
    padding-left: 16px;
    border-left: 4px solid #ccc;
    color: #666;
    font-style: italic;
}

/* Collapsible Details/Summary sections for minimal interaction */
details {
    margin-bottom: 12px;
    padding: 8px 12px;
    border: 1px solid #eee;
    border-radius: 6px;
    background-color: #fafafa;
}

details[open] summary {
    margin-bottom: 8px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 4px;
}

summary {
    font-weight: 600;
    cursor: pointer;
    user-select: none;
}

.meta {
    color: #666;
    font-size: 0.9rem;
}

/* Standardized Code styling for technical writing */
code, pre {
    font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
    font-size: 0.9em;
    background-color: #f6f8fa;
    border-radius: 6px;
}

code {
    padding: 0.2em 0.4em;
}

pre {
    padding: 16px;
    overflow: auto;
    line-height: 1.1;
}

pre code {
    padding: 0;
    background-color: transparent;
}
