/** Reset some basic elements */
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; }

/** Basic styling */
html { font-size: 16px; box-sizing: border-box; }

*, *:before, *:after { box-sizing: inherit; }

body { font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.6; color: #e0e0e0; background-color: #111111; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/** Images */
img { max-width: 100%; height: auto; vertical-align: middle; }

/** Typography */
h1, h2, h3, h4, h5, h6 { font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-weight: 700; color: #ffffff; line-height: 1.3; margin-bottom: 1rem; }

h1 { font-size: 2.5rem; }

h2 { font-size: 2rem; }

h3 { font-size: 1.5rem; }

h4 { font-size: 1.25rem; }

h5 { font-size: 1.125rem; }

h6 { font-size: 1rem; }

p { margin-bottom: 1.5rem; }

a { color: #ff3366; text-decoration: none; transition: color 0.2s ease; }

a:hover { color: #ff809f; }

/** Container */
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }

/** Main content */
.main-content { padding-top: 80px; min-height: calc(100vh - 250px); }

section { padding: 4rem 0; }

/* Enhanced Hero Section for Better Spacing */
.hero { padding: 6rem 0 4rem; }

.hero-content { max-width: 800px; }

.author-info { display: flex; align-items: center; margin-bottom: 2.5rem; }

.hero-heading { margin-bottom: 1.75rem; }

.series-description { margin-bottom: 2.5rem; }

.social-links { margin-top: 2rem; }

/* Enhanced Section Title */
.section-title { font-size: 2rem; margin-bottom: 3rem; position: relative; }

.section-title:after { content: ""; display: block; width: 50px; height: 3px; background-color: #ff3366; margin: 1rem 0 0; }

/* Center the Latest Articles title */
.latest-posts .section-title { text-align: left; }

/* Enhance the post cards to make them pop more */
.post-card { border-radius: 0.5rem; overflow: hidden; background-color: #222222; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }

.post-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }

/** Syntax highlighting styles */
.highlight { background: #f8f8f8; }

.highlight .c { color: #998; font-style: italic; }

.highlight .err { color: #a61717; background-color: #e3d2d2; }

.highlight .k { font-weight: bold; }

.highlight .o { font-weight: bold; }

.highlight .cm { color: #998; font-style: italic; }

.highlight .cp { color: #999; font-weight: bold; }

.highlight .c1 { color: #998; font-style: italic; }

.highlight .cs { color: #999; font-weight: bold; font-style: italic; }

.highlight .gd { color: #000; background-color: #fdd; }

.highlight .gd .x { color: #000; background-color: #faa; }

.highlight .ge { font-style: italic; }

.highlight .gr { color: #a00; }

.highlight .gh { color: #999; }

.highlight .gi { color: #000; background-color: #dfd; }

.highlight .gi .x { color: #000; background-color: #afa; }

.highlight .go { color: #888; }

.highlight .gp { color: #555; }

.highlight .gs { font-weight: bold; }

.highlight .gu { color: #aaa; }

.highlight .gt { color: #a00; }

.highlight .kc { font-weight: bold; }

.highlight .kd { font-weight: bold; }

.highlight .kp { font-weight: bold; }

.highlight .kr { font-weight: bold; }

.highlight .kt { color: #458; font-weight: bold; }

.highlight .m { color: #099; }

.highlight .s { color: #d14; }

.highlight .na { color: #008080; }

.highlight .nb { color: #0086B3; }

.highlight .nc { color: #458; font-weight: bold; }

.highlight .no { color: #008080; }

.highlight .ni { color: #800080; }

.highlight .ne { color: #900; font-weight: bold; }

.highlight .nf { color: #900; font-weight: bold; }

.highlight .nn { color: #555; }

.highlight .nt { color: #000080; }

.highlight .nv { color: #008080; }

.highlight .ow { font-weight: bold; }

.highlight .w { color: #bbb; }

.highlight .mf { color: #099; }

.highlight .mh { color: #099; }

.highlight .mi { color: #099; }

.highlight .mo { color: #099; }

.highlight .sb { color: #d14; }

.highlight .sc { color: #d14; }

.highlight .sd { color: #d14; }

.highlight .s2 { color: #d14; }

.highlight .se { color: #d14; }

.highlight .sh { color: #d14; }

.highlight .si { color: #d14; }

.highlight .sx { color: #d14; }

.highlight .sr { color: #009926; }

.highlight .s1 { color: #d14; }

.highlight .ss { color: #990073; }

.highlight .bp { color: #999; }

.highlight .vc { color: #008080; }

.highlight .vg { color: #008080; }

.highlight .vi { color: #008080; }

.highlight .il { color: #099; }

/* Main content container styling */
.content-container { width: 80%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* Heading alignment - exclude Related Posts */
h1:not(.related-posts), h2:not(.related-posts), h3:not(.related-posts) { text-align: left; margin-left: 0; }

/* List alignment - except for related posts */
ul:not(.related-posts ul), ol:not(.related-posts ol) { padding-left: 40px; }

/* Paragraph alignment */
p { text-align: left; margin-left: 0; }

/* Center Related Posts heading and content */
.related-posts { text-align: center; width: 100%; margin: 0 auto; }

.related-posts h3 { text-align: center !important; width: 100%; margin-left: auto !important; margin-right: auto !important; }

.related-posts ul { list-style-type: none; padding-left: 0; text-align: center; }

.related-posts li { text-align: center; width: 100%; margin: 0 auto; }

/*# sourceMappingURL=main.css.map */