@charset "UTF-8";
/** 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 */
body { font: 400 17px/1.7 "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; color: #1A1A2E; background-color: #FFFFFF; -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; -o-font-feature-settings: "kern" 1; font-feature-settings: "kern" 1; font-kerning: normal; }

/** Set `margin-bottom` to maintain vertical rhythm */
h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure { margin-bottom: 15px; }

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

/** Figures */
figure > img { display: block; }

figcaption { font-size: 15px; }

/** Lists */
ul, ol { margin-left: 30px; }

li > ul, li > ol { margin-bottom: 0; }

/** Headings */
h1, h2, h3, h4, h5, h6 { font-weight: 400; }

/** Links */
a { color: #2C5F8D; text-decoration: none; }

a:visited { color: #1a3853; }

a:hover { color: #1A1A2E; text-decoration: underline; }

/** Blockquotes */
blockquote { color: #718096; border-left: 4px solid #E2E8F0; padding-left: 15px; font-size: 18px; letter-spacing: -1px; font-style: italic; }

blockquote > :last-child { margin-bottom: 0; }

/** Code formatting */
pre, code { font-size: 15px; border: 1px solid #E2E8F0; border-radius: 3px; background-color: #eef; }

code { padding: 1px 5px; }

pre { padding: 8px 12px; overflow-x: auto; }

pre > code { border: 0; padding-right: 0; padding-left: 0; }

/** Wrapper */
.wrapper { max-width: -webkit-calc(900px - (30px * 2)); max-width: calc(900px - (30px * 2)); margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; }

@media screen and (max-width: 1024px) { .wrapper { max-width: -webkit-calc(900px - (30px)); max-width: calc(900px - (30px)); padding-right: 15px; padding-left: 15px; } }

/** Clearfix */
.footer-col-wrapper:after, .wrapper:after { content: ""; display: table; clear: both; }

/** Icons */
.icon > svg { display: inline-block; width: 16px; height: 16px; vertical-align: middle; }

.icon > svg path { fill: #718096; }

/** Site header — styles moved to _header.scss */
/** Site footer */
.site-footer { border-top: 1px solid #E2E8F0; padding: 30px 0; }

.footer-heading { font-size: 18px; margin-bottom: 15px; }

.contact-list, .social-media-list { list-style: none; margin-left: 0; }

.footer-col-wrapper { font-size: 15px; color: #718096; margin-left: -15px; }

.footer-col { float: left; margin-bottom: 15px; padding-left: 15px; }

.footer-col-1 { width: -webkit-calc(35% - (30px / 2)); width: calc(35% - (30px / 2)); }

.footer-col-2 { width: -webkit-calc(20% - (30px / 2)); width: calc(20% - (30px / 2)); }

.footer-col-3 { width: -webkit-calc(45% - (30px / 2)); width: calc(45% - (30px / 2)); }

@media screen and (max-width: 1024px) { .footer-col-1, .footer-col-2 { width: -webkit-calc(50% - (30px / 2)); width: calc(50% - (30px / 2)); } .footer-col-3 { width: -webkit-calc(100% - (30px / 2)); width: calc(100% - (30px / 2)); } }

@media screen and (max-width: 600px) { .footer-col { float: none; width: -webkit-calc(100% - (30px / 2)); width: calc(100% - (30px / 2)); } }

/** Page content */
.page-content { padding: 30px 0; }

.page-content ul li, .page-content ol li { margin-bottom: 15px; line-height: 1.6; }

.page-content ul li strong, .page-content ol li strong { display: inline; }

.page-content ul li a, .page-content ol li a { display: inline; }

.page-heading { font-size: 20px; }

.post-list { margin-left: 0; list-style: none; }

.post-list > li { margin-bottom: 30px; }

.post-meta { font-size: 15px; color: #718096; }

.post-link { display: block; font-size: 24px; }

/** Posts */
.post-header { margin-bottom: 30px; }

.post-title { font-size: 42px; letter-spacing: -1px; line-height: 1; }

@media screen and (max-width: 1024px) { .post-title { font-size: 36px; } }

.post-content { margin-bottom: 30px; }

.post-content h2 { font-size: 32px; }

@media screen and (max-width: 1024px) { .post-content h2 { font-size: 28px; } }

.post-content h3 { font-size: 26px; }

@media screen and (max-width: 1024px) { .post-content h3 { font-size: 22px; } }

.post-content h4 { font-size: 20px; }

@media screen and (max-width: 1024px) { .post-content h4 { font-size: 18px; } }

/** Professional Syntax Highlighting - Dark Theme Inspired by Monokai/Dracula with custom color adaptations */
.highlight { background: #1A1A2E; color: #f8f8f2; border-radius: 8px; margin: 32px 0; overflow-x: auto; -webkit-overflow-scrolling: touch; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); border-left: 4px solid #E8B923; }

.highlighter-rouge .highlight { background: #1A1A2E; }

.highlight .lineno { color: #6272a4; padding-right: 16px; user-select: none; border-right: 1px solid #44475a; margin-right: 16px; }

.highlight pre, .highlight code { font-family: "JetBrains Mono", "Courier New", Courier, monospace; font-size: 0.9em; line-height: 1.5; }

.highlight pre { margin: 0; padding: 24px 32px; background: transparent; }

.highlight code { background: transparent; border: none; color: inherit; padding: 0; }

code.highlighter-rouge { background: #F5F7FA; color: #E74C3C; padding: 2px 6px; border-radius: 4px; font-family: "JetBrains Mono", "Courier New", Courier, monospace; font-size: 0.9em; font-weight: 500; border: 1px solid #E2E8F0; }

.highlight .c, .highlight .cm, .highlight .c1, .highlight .cs { color: #6272a4; font-style: italic; }

.highlight .cp { color: #ff79c6; font-weight: normal; }

.highlight .k, .highlight .kc, .highlight .kd, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .ow { color: #ff79c6; font-weight: 600; }

.highlight .kt { color: #8be9fd; font-weight: 600; }

.highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .si, .highlight .sx, .highlight .s1, .highlight .ss { color: #f1fa8c; }

.highlight .se { color: #bd93f9; }

.highlight .sr { color: #50fa7b; }

.highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .mo, .highlight .il { color: #bd93f9; }

.highlight .nf, .highlight .fm { color: #50fa7b; font-weight: normal; }

.highlight .nc, .highlight .nn { color: #8be9fd; font-weight: normal; }

.highlight .nv, .highlight .vc, .highlight .vg, .highlight .vi { color: #f8f8f2; }

.highlight .nb, .highlight .bp { color: #8be9fd; }

.highlight .na { color: #50fa7b; }

.highlight .nt { color: #ff79c6; }

.highlight .no { color: #bd93f9; }

.highlight .ni { color: #f1fa8c; }

.highlight .ne { color: #ffb86c; font-weight: 600; }

.highlight .o { color: #ff79c6; }

.highlight .err { color: #f8f8f2; background-color: #ff5555; border-radius: 2px; padding: 0 2px; }

.highlight .gd { color: #ff5555; background-color: rgba(255, 85, 85, 0.1); }

.highlight .gi { color: #50fa7b; background-color: rgba(80, 250, 123, 0.1); }

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

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

.highlight .gh { color: #8be9fd; font-weight: 700; }

.highlight .gp { color: #6272a4; font-weight: 700; }

.highlight .gr { color: #ff5555; }

.highlight .gt { color: #ff5555; }

.highlight .gu { color: #8be9fd; }

.highlight .go { color: #f8f8f2; }

.highlight .w { color: #f8f8f2; }

.highlight pre { position: relative; }

.highlight pre[data-lang]::before { content: attr(data-lang); position: absolute; top: 8px; right: 16px; font-size: 14px; color: rgba(255, 255, 255, 0.5); text-transform: uppercase; letter-spacing: 0.5px; background: rgba(255, 255, 255, 0.1); padding: 2px 8px; border-radius: 4px; font-family: "JetBrains Mono", "Courier New", Courier, monospace; font-weight: 500; }

div.highlighter-rouge, figure.highlight { position: relative; margin: 32px 0; }

div.highlighter-rouge pre.highlight, figure.highlight pre.highlight { margin: 0; }

.code-header { background: #23233e; border-bottom: 1px solid #44475a; padding: 8px 24px; border-radius: 8px 8px 0 0; display: flex; justify-content: space-between; align-items: center; }

.code-header .language-name { font-family: "JetBrains Mono", "Courier New", Courier, monospace; font-size: 14px; color: #8be9fd; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 600; }

.code-header .copy-button { background: transparent; border: 1px solid #6272a4; color: #8be9fd; padding: 2px 8px; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all 150ms ease; font-family: "JetBrains Mono", "Courier New", Courier, monospace; }

.code-header .copy-button:hover { background: #6272a4; color: white; }

@media screen and (max-width: 600px) { .highlight { border-radius: 4px; } .highlight pre { padding: 16px 24px; font-size: 0.85em; } }

/** Mobile Enhancements */
@media screen and (max-width: 600px) { table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; white-space: nowrap; } pre { white-space: pre; overflow-x: auto; -webkit-overflow-scrolling: touch; } .post-content { font-size: 16px; line-height: 1.6; } .post-content p { margin-bottom: 1.2em; } .post-content img { display: block; margin: 1em auto; height: auto; } .post-link { padding: 8px 0; font-size: 20px; } .page-link { min-height: 44px; min-width: 44px; display: flex; align-items: center; } .post-meta { font-size: 14px; line-height: 1.4; margin-bottom: 1em; } .post-title { font-size: 28px; line-height: 1.2; margin-bottom: 0.5em; } .post-content ul, .post-content ol { margin-left: 15px; } .post-content ul li, .post-content ol li { margin-bottom: 0.5em; } }

@media screen and (max-width: 1024px) { .post-content img { max-width: 100%; height: auto; } }

pre, table { box-shadow: inset -10px 0 10px -10px rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 600px) { blockquote { font-size: 16px; padding-left: 10px; margin-left: 0; } }

/** Landing Page Styles */
.hero { text-align: center; padding: 60px 0 50px; border-bottom: 1px solid #E2E8F0; margin-bottom: 50px; }

@media screen and (max-width: 600px) { .hero { padding: 40px 0 30px; margin-bottom: 30px; } }

.hero-title { font-size: 42px; font-weight: 600; margin-bottom: 15px; color: #1A1A2E; line-height: 1.2; }

@media screen and (max-width: 1024px) { .hero-title { font-size: 36px; } }

@media screen and (max-width: 600px) { .hero-title { font-size: 28px; } }

.hero-subtitle { font-size: 20px; color: #718096; margin-bottom: 20px; font-weight: 300; }

@media screen and (max-width: 600px) { .hero-subtitle { font-size: 18px; } }

.hero-description { max-width: 700px; margin: 0 auto 30px; font-size: 16px; line-height: 1.6; color: #2D3748; }

.hero-meta { display: flex; justify-content: center; gap: 30px; margin-bottom: 30px; flex-wrap: wrap; }

@media screen and (max-width: 600px) { .hero-meta { gap: 15px; } }

.hero-stat { font-size: 14px; color: #718096; }

.hero-stat strong { color: #2C5F8D; font-weight: 600; }

.hero-cta { margin-top: 20px; }

.btn-primary, .btn-secondary { display: inline-block; padding: 12px 30px; text-decoration: none; border-radius: 5px; font-weight: 500; transition: all 0.2s ease; }

@media screen and (max-width: 600px) { .btn-primary, .btn-secondary { padding: 10px 20px; font-size: 14px; } }

.btn-primary { background-color: #2C5F8D; color: white; }

.btn-primary:hover { background-color: #204566; color: white; text-decoration: none; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }

.btn-secondary { background-color: transparent; color: #2C5F8D; border: 2px solid #2C5F8D; }

.btn-secondary:hover { background-color: #2C5F8D; color: white; text-decoration: none; }

.section-heading { font-size: 28px; font-weight: 600; margin-bottom: 10px; color: #1A1A2E; }

@media screen and (max-width: 600px) { .section-heading { font-size: 24px; } }

.section-intro { color: #718096; margin-bottom: 30px; font-style: italic; }

.featured-section { margin-bottom: 60px; }

@media screen and (max-width: 600px) { .featured-section { margin-bottom: 40px; } }

.featured-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }

@media screen and (max-width: 600px) { .featured-grid { grid-template-columns: 1fr; gap: 20px; } }

.featured-post { border: 1px solid #E2E8F0; padding: 25px; border-radius: 8px; transition: all 0.3s ease; background-color: white; }

.featured-post:hover { border-color: #2C5F8D; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); transform: translateY(-3px); }

.featured-post .post-category { display: inline-block; font-size: 12px; font-weight: 600; text-transform: uppercase; color: #2C5F8D; background-color: #b6d1e8; padding: 4px 10px; border-radius: 3px; margin-bottom: 12px; }

.featured-post h3 { font-size: 18px; margin-bottom: 10px; line-height: 1.3; }

.featured-post h3 a { color: #1A1A2E; text-decoration: none; }

.featured-post h3 a:hover { color: #2C5F8D; }

.featured-post p { font-size: 14px; line-height: 1.5; color: #2D3748; margin-bottom: 15px; }

.featured-post .post-meta { font-size: 12px; color: #718096; }

.topics-section { margin-bottom: 60px; }

@media screen and (max-width: 600px) { .topics-section { margin-bottom: 40px; } }

.topic-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }

@media screen and (max-width: 600px) { .topic-grid { grid-template-columns: 1fr; } }

.topic-card { border: 2px solid #E2E8F0; padding: 25px; border-radius: 8px; text-decoration: none; transition: all 0.3s ease; display: flex; flex-direction: column; }

.topic-card:hover { border-color: #2C5F8D; background-color: #c2d8ec; transform: translateY(-3px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }

.topic-card h3 { font-size: 18px; margin-bottom: 10px; color: #1A1A2E; }

.topic-card p { font-size: 14px; color: #2D3748; margin-bottom: 15px; flex-grow: 1; }

.topic-card .topic-count { font-size: 12px; color: #2C5F8D; font-weight: 600; }

.recent-section { margin-bottom: 60px; }

@media screen and (max-width: 600px) { .recent-section { margin-bottom: 40px; } }

.post-item { list-style: none; border-bottom: 1px solid #E2E8F0; padding: 20px 0; }

.post-item:first-child { border-top: 1px solid #E2E8F0; }

.post-item:hover { background-color: #c2d8ec; margin-left: -15px; margin-right: -15px; padding-left: 15px; padding-right: 15px; }

.post-item-content { display: flex; flex-direction: column; }

.post-item-title { font-size: 20px; margin-bottom: 8px; line-height: 1.3; }

@media screen and (max-width: 600px) { .post-item-title { font-size: 18px; } }

.post-item-title a { color: #1A1A2E; text-decoration: none; }

.post-item-title a:hover { color: #2C5F8D; }

.post-item-meta { display: flex; gap: 15px; align-items: center; flex-wrap: wrap; }

.post-date { font-size: 14px; color: #718096; }

.post-category-tag { font-size: 11px; font-weight: 600; text-transform: uppercase; color: #2C5F8D; background-color: #b6d1e8; padding: 3px 8px; border-radius: 3px; }

.view-all { text-align: center; margin-top: 30px; }

.footer-cta { text-align: center; padding: 40px 0; background-color: white; border-radius: 8px; margin: 40px 0; }

@media screen and (max-width: 600px) { .footer-cta { padding: 30px 20px; } }

.footer-cta h2 { font-size: 24px; margin-bottom: 20px; }

@media screen and (max-width: 600px) { .footer-cta h2 { font-size: 20px; } }

.footer-cta p { max-width: 700px; margin: 0 auto 15px; line-height: 1.6; color: #2D3748; }

.footer-cta .subtle { font-size: 14px; color: #718096; }

.footer-cta .footer-links { margin-top: 25px; font-size: 14px; }

.footer-cta .footer-links a { color: #2C5F8D; text-decoration: none; }

.footer-cta .footer-links a:hover { text-decoration: underline; }

.home .post-list { margin-left: 0; }

/** Professional Header Design */
.site-header { background: linear-gradient(135deg, #2C5F8D 0%, #1A4D6F 100%); border-top: none; border-bottom: 4px solid #E8B923; min-height: auto; padding: 24px 0; position: sticky; top: 0; z-index: 1020; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); transition: all 250ms ease; }

@media screen and (max-width: 600px) { .site-header { padding: 16px 0; } }

.site-header.scrolled { padding: 16px 0; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); }

.header-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; }

@media screen and (max-width: 600px) { .header-container { padding: 0 16px; } }

.site-title { font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 28px; font-weight: 700; line-height: 1.2; letter-spacing: -0.5px; margin-bottom: 0; float: none; display: flex; flex-direction: column; gap: 4px; }

@media screen and (max-width: 768px) { .site-title { font-size: 22px; } }

@media screen and (max-width: 600px) { .site-title { font-size: 19px; } }

.site-title a, .site-title a:visited { color: white; text-decoration: none; transition: opacity 150ms ease; }

.site-title a:hover, .site-title a:visited:hover { opacity: 0.9; text-decoration: none; }

.site-title .site-brand { display: flex; align-items: center; gap: 16px; }

.site-title .site-logo { width: 40px; height: 40px; background: #E8B923; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 18px; color: #1A1A2E; flex-shrink: 0; }

@media screen and (max-width: 600px) { .site-title .site-logo { width: 32px; height: 32px; font-size: 14px; } }

.site-title .site-tagline { font-size: 15px; font-weight: 400; color: rgba(255, 255, 255, 0.85); letter-spacing: 0.3px; margin-top: 2px; }

@media screen and (max-width: 600px) { .site-title .site-tagline { font-size: 12px; } }

.site-nav { float: none; line-height: 1; display: flex; align-items: center; }

.site-nav .menu-icon { display: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.25); width: 32px; height: 32px; margin: 0; padding: 0; cursor: pointer; border-radius: 4px; transition: background-color 150ms ease, border-color 150ms ease; }

.site-nav .menu-icon:hover, .site-nav .menu-icon:focus { background-color: rgba(255, 255, 255, 0.2); border-color: #E8B923; outline: none; }

.site-nav .menu-icon .hamburger-svg { display: block; }

.site-nav .menu-icon .hamburger-svg .bar { transition: transform 250ms ease, opacity 250ms ease; transform-origin: center; }

@media screen and (max-width: 768px) { .site-nav .menu-icon { display: flex; align-items: center; justify-content: center; } }

.site-nav.active .menu-icon { background-color: rgba(232, 185, 35, 0.2); border-color: #E8B923; }

.site-nav.active .menu-icon .bar1 { transform: translateY(6px) rotate(45deg); }

.site-nav.active .menu-icon .bar2 { opacity: 0; }

.site-nav.active .menu-icon .bar3 { transform: translateY(-6px) rotate(-45deg); }

.site-nav .page-link { color: white; line-height: 1.5; font-size: 17px; font-weight: 500; padding: 8px 16px; border-radius: 4px; transition: background-color 150ms ease, transform 150ms ease; text-decoration: none; }

.site-nav .page-link:hover { background-color: rgba(255, 255, 255, 0.15); text-decoration: none; transform: translateY(-1px); }

.site-nav .page-link:not(:last-child) { margin-right: 8px; }

@media screen and (max-width: 768px) { .site-nav .page-link { padding: 16px 24px; font-size: 19px; } .site-nav .page-link:not(:last-child) { margin-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } }

.site-nav .trigger { display: flex; gap: 8px; }

@media screen and (max-width: 768px) { .site-nav .trigger { flex-direction: column; gap: 0; position: absolute; top: 100%; right: 0; background-color: #1A4D6F; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 8px; text-align: left; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); margin-top: 16px; min-width: 200px; display: none; padding: 8px 0; } }

@media screen and (max-width: 768px) { .site-nav { position: relative; } .site-nav.active .trigger { display: flex; } .site-nav .page-link { display: block; margin-left: 0; } }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

@media screen and (max-width: 600px) { .container { padding: 0 16px; } }

#archives { background: #F5F7FA; padding: 16px 0; text-align: center; font-size: 15px; color: #2D3748; border-bottom: 1px solid #E2E8F0; }

#archives a { color: #2C5F8D; font-weight: 500; text-decoration: none; transition: color 150ms ease; }

#archives a:hover { color: #1A4D6F; text-decoration: underline; }

/** Professional Footer Design */
.site-footer { background: linear-gradient(180deg, #1A1A2E 0%, #11111e 100%); color: rgba(255, 255, 255, 0.8); border-top: 4px solid #E8B923; padding: 64px 0 32px; margin-top: 96px; }

@media screen and (max-width: 600px) { .site-footer { padding: 48px 0 24px; margin-top: 48px; } }

.footer-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

@media screen and (max-width: 600px) { .footer-container { padding: 0 16px; } }

.footer-content { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }

@media screen and (max-width: 1024px) { .footer-content { grid-template-columns: 1fr 1fr; gap: 32px; } }

@media screen and (max-width: 600px) { .footer-content { grid-template-columns: 1fr; gap: 24px; } }

.footer-column h3 { color: white; font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 19px; font-weight: 600; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 2px solid #E8B923; display: inline-block; }

.footer-column p { font-size: 15px; line-height: 1.6; margin-bottom: 16px; color: rgba(255, 255, 255, 0.7); }

.footer-column ul { list-style: none; margin: 0; padding: 0; }

.footer-column ul li { margin-bottom: 16px; }

.footer-column a { color: rgba(255, 255, 255, 0.85); text-decoration: none; font-size: 15px; transition: color 150ms ease; display: inline-flex; align-items: center; gap: 8px; }

.footer-column a:hover { color: #E8B923; text-decoration: none; }

.footer-column a::before { content: "→"; opacity: 0; transform: translateX(-5px); transition: opacity 150ms ease, transform 150ms ease; }

.footer-column a:hover::before { opacity: 1; transform: translateX(0); }

.footer-about .footer-logo { width: 48px; height: 48px; background: #E8B923; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 20px; color: #1A1A2E; margin-bottom: 24px; }

.footer-about .footer-description { font-size: 15px; line-height: 1.7; color: rgba(255, 255, 255, 0.75); }

.footer-social { display: flex; gap: 16px; margin-top: 24px; }

.footer-social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255, 255, 255, 0.1); display: flex; align-items: center; justify-content: center; color: white; text-decoration: none; font-size: 16px; transition: background-color 150ms ease, transform 150ms ease; }

.footer-social a::before { content: none; }

.footer-social a:hover { background: #E8B923; color: #1A1A2E; transform: translateY(-2px); }

.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; font-size: 14px; color: rgba(255, 255, 255, 0.6); }

@media screen and (max-width: 600px) { .footer-bottom { flex-direction: column; gap: 16px; text-align: center; } }

.footer-bottom a { color: rgba(255, 255, 255, 0.7); text-decoration: none; }

.footer-bottom a:hover { color: #E8B923; }

.footer-disclaimer { font-style: italic; font-size: 14px; max-width: 800px; }

.footer-meta { display: flex; gap: 24px; }

@media screen and (max-width: 600px) { .footer-meta { flex-direction: column; gap: 8px; } }

.rss-subscribe { margin-top: 24px; }

.rss-subscribe a { color: #E8B923; font-weight: 500; }

.rss-subscribe a:hover { color: #edc851; }

/** Enhanced Blog Post Styling */
.post-header { margin-bottom: 48px; padding-bottom: 32px; border-bottom: 3px solid #E8B923; }

@media screen and (max-width: 600px) { .post-header { margin-bottom: 32px; padding-bottom: 24px; } }

.post-title { font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 42px; font-weight: 700; letter-spacing: -1px; line-height: 1.2; color: #1A1A2E; margin-bottom: 24px; }

@media screen and (max-width: 1024px) { .post-title { font-size: 36px; } }

@media screen and (max-width: 600px) { .post-title { font-size: 28px; } }

.post-meta { font-size: 15px; color: #718096; display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }

.post-meta time { font-weight: 500; color: #2D3748; }

.post-meta .post-reading-time::before { content: "•"; margin-right: 16px; }

.post-meta .post-category-link { display: inline-block; background: #E8F2F7; color: #2C5F8D; padding: 4px 12px; border-radius: 4px; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; text-decoration: none; transition: all 150ms ease; }

.post-meta .post-category-link:hover { background: #2C5F8D; color: white; transform: translateY(-1px); }

.post-content { font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 17px; line-height: 1.7; color: #1A1A2E; margin-bottom: 64px; }

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 { font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; font-weight: 600; line-height: 1.3; color: #1A1A2E; margin-top: 48px; margin-bottom: 24px; scroll-margin-top: 100px; }

.post-content h1 { font-size: 36px; border-bottom: 2px solid #E8B923; padding-bottom: 16px; }

.post-content h2 { font-size: 28px; color: #2C5F8D; }

.post-content h2::before { content: "# "; color: #E8B923; font-weight: 700; }

.post-content h3 { font-size: 22px; color: #2D3748; }

.post-content h4 { font-size: 19px; color: #2D3748; }

.post-content p { margin-bottom: 24px; line-height: 1.8; }

.post-content a { color: #2C5F8D; font-weight: 500; text-decoration: underline; text-decoration-color: rgba(44, 95, 141, 0.3); text-underline-offset: 2px; transition: all 150ms ease; }

.post-content a:hover { color: #1A4D6F; text-decoration-color: #1A4D6F; }

.post-content a:visited { color: #204566; }

.post-content ul, .post-content ol { margin-bottom: 24px; padding-left: 32px; }

.post-content ul li, .post-content ol li { margin-bottom: 16px; line-height: 1.7; }

.post-content ul li::marker, .post-content ol li::marker { color: #E8B923; font-weight: 700; }

.post-content ul ul, .post-content ul ol, .post-content ol ul, .post-content ol ol { margin-top: 16px; margin-bottom: 16px; }

.post-content img { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); margin: 32px auto; display: block; transition: transform 350ms ease, box-shadow 350ms ease; }

.post-content img:hover { transform: scale(1.02); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); }

.post-content figure { margin: 32px 0; }

.post-content figure img { margin-bottom: 16px; }

.post-content figure figcaption { text-align: center; font-size: 15px; color: #718096; font-style: italic; }

.post-content blockquote { background: #F5F7FA; border-left: 4px solid #E8B923; padding: 24px 32px; margin: 32px 0; border-radius: 0 8px 8px 0; font-style: italic; color: #2D3748; }

.post-content blockquote p:last-child { margin-bottom: 0; }

.post-content blockquote cite { display: block; margin-top: 16px; font-size: 15px; color: #718096; font-style: normal; }

.post-content blockquote cite::before { content: "— "; }

.post-content code { font-family: "JetBrains Mono", "Courier New", Courier, monospace; font-size: 0.9em; background: #F5F7FA; padding: 2px 6px; border-radius: 4px; color: #E74C3C; font-weight: 500; border: 1px solid #E2E8F0; }

.post-content pre { background: #1A1A2E; color: #f8f8f2; padding: 24px 32px; border-radius: 8px; overflow-x: auto; margin: 32px 0; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); border-left: 4px solid #E8B923; position: relative; }

.post-content pre code { background: none; color: inherit; padding: 0; border: none; font-size: 15px; line-height: 1.6; }

.post-content pre::before { content: attr(data-lang); position: absolute; top: 8px; right: 16px; font-size: 14px; color: #718096; text-transform: uppercase; letter-spacing: 0.5px; background: rgba(255, 255, 255, 0.1); padding: 2px 8px; border-radius: 4px; }

.post-content table { width: 100%; margin: 32px 0; border-collapse: collapse; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

.post-content table thead { background: #2C5F8D; color: white; }

.post-content table thead th { padding: 16px 24px; text-align: left; font-weight: 600; font-size: 15px; text-transform: uppercase; letter-spacing: 0.5px; }

.post-content table tbody tr { border-bottom: 1px solid #E2E8F0; transition: background-color 150ms ease; }

.post-content table tbody tr:hover { background: #F5F7FA; }

.post-content table tbody tr:last-child { border-bottom: none; }

.post-content table tbody td { padding: 16px 24px; font-size: 15px; }

.post-content hr { border: none; height: 2px; background: linear-gradient(to right, transparent, #E8B923, transparent); margin: 48px 0; }

.post-content .callout { padding: 24px 32px; border-radius: 8px; margin: 32px 0; border-left: 4px solid; }

.post-content .callout.info { background: #c2d8ec; border-color: #2C5F8D; color: #2D3748; }

.post-content .callout.warning { background: #fbf4dc; border-color: #E8B923; color: #392d06; }

.post-content .callout.success { background: #ddf7e8; border-color: #27AE60; color: #020704; }

.post-content .callout.danger { background: #fbdedb; border-color: #E74C3C; color: #7b190f; }

.post-navigation { display: flex; justify-content: space-between; gap: 24px; margin-top: 64px; padding-top: 48px; border-top: 2px solid #E2E8F0; }

@media screen and (max-width: 600px) { .post-navigation { flex-direction: column; } }

.post-navigation .nav-previous, .post-navigation .nav-next { flex: 1; padding: 24px; border-radius: 8px; background: #F5F7FA; transition: all 250ms ease; }

.post-navigation .nav-previous:hover, .post-navigation .nav-next:hover { background: #E8F2F7; transform: translateY(-2px); box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }

.post-navigation .nav-previous .nav-label, .post-navigation .nav-next .nav-label { font-size: 14px; color: #718096; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; }

.post-navigation .nav-previous .nav-title, .post-navigation .nav-next .nav-title { font-weight: 600; color: #2C5F8D; }

.post-navigation .nav-next { text-align: right; }

.related-posts { margin-top: 64px; padding: 48px; background: #F5F7FA; border-radius: 8px; }

.related-posts h3 { font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 22px; margin-bottom: 24px; color: #1A1A2E; }

.related-posts .related-list { list-style: none; padding: 0; margin: 0; }

.related-posts .related-list li { padding: 16px 0; border-bottom: 1px solid #E2E8F0; }

.related-posts .related-list li:last-child { border-bottom: none; }

.related-posts .related-list li a { color: #2C5F8D; font-weight: 500; text-decoration: none; }

.related-posts .related-list li a:hover { color: #1A4D6F; text-decoration: underline; }

.related-posts .related-list li .post-date { font-size: 15px; color: #718096; margin-left: 16px; }

/** About Page Styling */
.about-page .page-heading { font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 42px; font-weight: 700; color: #1A1A2E; margin-bottom: 48px; text-align: center; }

@media screen and (max-width: 600px) { .about-page .page-heading { font-size: 36px; } }

.about-page .about-intro { max-width: 800px; margin: 0 auto 64px; text-align: center; font-size: 19px; line-height: 1.7; color: #2D3748; }

.about-page .about-section { margin-bottom: 64px; }

.about-page .about-section h2 { font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 28px; font-weight: 600; color: #2C5F8D; margin-bottom: 32px; padding-bottom: 16px; border-bottom: 2px solid #E8B923; }

.about-page .about-section h2::before { content: "// "; color: #E8B923; }

.about-page .about-section p { line-height: 1.8; margin-bottom: 24px; }

.about-page .LI-profile-badge { margin: 32px auto; display: flex; justify-content: center; }

.about-page .research-highlights { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 32px; margin: 32px 0; }

@media screen and (max-width: 600px) { .about-page .research-highlights { grid-template-columns: 1fr; } }

.about-page .research-card { background: #F5F7FA; padding: 32px; border-radius: 8px; border-left: 4px solid #E8B923; transition: all 250ms ease; }

.about-page .research-card:hover { transform: translateY(-4px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); background: white; }

.about-page .research-card h3 { font-size: 19px; font-weight: 600; color: #1A1A2E; margin-bottom: 16px; }

.about-page .research-card p { font-size: 15px; color: #2D3748; line-height: 1.6; }

.about-page .research-card a { color: #2C5F8D; font-weight: 500; text-decoration: none; }

.about-page .research-card a:hover { text-decoration: underline; }

.about-page .features-list { list-style: none; padding: 0; }

.about-page .features-list li { padding: 16px 0 16px 32px; position: relative; line-height: 1.7; }

.about-page .features-list li::before { content: "✓"; position: absolute; left: 0; color: #27AE60; font-weight: 700; font-size: 19px; }

.about-page .features-list li a { color: #2C5F8D; font-weight: 500; text-decoration: none; }

.about-page .features-list li a:hover { text-decoration: underline; }

.about-page .community-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 32px; margin: 32px 0; }

.about-page .community-card { background: linear-gradient(135deg, #2C5F8D 0%, #1A4D6F 100%); color: white; padding: 48px; border-radius: 12px; text-align: center; transition: transform 250ms ease; }

.about-page .community-card:hover { transform: scale(1.05); }

.about-page .community-card h3 { font-size: 22px; font-weight: 700; margin-bottom: 24px; color: white; }

.about-page .community-card p { margin-bottom: 24px; opacity: 0.9; }

.about-page .community-card a { display: inline-block; background: #E8B923; color: #1A1A2E; padding: 16px 24px; border-radius: 4px; text-decoration: none; font-weight: 600; transition: transform 150ms ease; }

.about-page .community-card a:hover { transform: translateY(-2px); }

.about-page .disclaimer { margin-top: 64px; padding: 32px; background: #fbf4dc; border-left: 4px solid #E8B923; border-radius: 8px; font-size: 15px; font-style: italic; color: #392d06; }

/** Archive Pages Styling */
.archive-page .page-heading { font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 42px; font-weight: 700; color: #1A1A2E; text-align: center; margin-bottom: 16px; }

@media screen and (max-width: 600px) { .archive-page .page-heading { font-size: 36px; } }

.archive-page .page-description { text-align: center; font-size: 19px; color: #718096; margin-bottom: 48px; max-width: 600px; margin-left: auto; margin-right: auto; }

.category-nav { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; padding: 48px; background: #F5F7FA; border-radius: 12px; margin-bottom: 64px; position: sticky; top: 80px; z-index: 100; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 600px) { .category-nav { padding: 24px; top: 60px; } }

.category-tag { display: inline-block; padding: 16px 24px; background: white; border: 2px solid #E2E8F0; border-radius: 8px; color: #1A1A2E; text-decoration: none; font-size: 15px; font-weight: 500; transition: all 150ms ease; white-space: nowrap; }

.category-tag:hover { border-color: #2C5F8D; background: #E8F2F7; color: #1A4D6F; transform: translateY(-2px); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

.category-tag .count { display: inline-block; background: #E8B923; color: #1A1A2E; padding: 2px 8px; border-radius: 4px; font-size: 14px; font-weight: 700; margin-left: 8px; }

.archive-section { margin-bottom: 96px; scroll-margin-top: 120px; }

@media screen and (max-width: 600px) { .archive-section { margin-bottom: 48px; } }

.archive-section-header { display: flex; align-items: center; gap: 24px; margin-bottom: 48px; padding-bottom: 24px; border-bottom: 3px solid #E8B923; }

.archive-section-header h2 { font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 36px; font-weight: 700; color: #1A1A2E; margin: 0; }

@media screen and (max-width: 600px) { .archive-section-header h2 { font-size: 28px; } }

.archive-section-header .post-count { background: #2C5F8D; color: white; padding: 8px 24px; border-radius: 8px; font-size: 15px; font-weight: 600; }

.archive-posts { display: grid; gap: 32px; }

@media screen and (max-width: 600px) { .archive-posts { gap: 24px; } }

.archive-post-card { background: white; border: 1px solid #E2E8F0; border-radius: 12px; padding: 32px; transition: all 250ms ease; display: flex; flex-direction: column; gap: 16px; }

.archive-post-card:hover { border-color: #2C5F8D; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); transform: translateY(-4px); }

.archive-post-card .post-title { font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 22px; font-weight: 600; margin: 0; line-height: 1.3; }

@media screen and (max-width: 600px) { .archive-post-card .post-title { font-size: 19px; } }

.archive-post-card .post-title a { color: #1A1A2E; text-decoration: none; transition: color 150ms ease; }

.archive-post-card .post-title a:hover { color: #2C5F8D; }

.archive-post-card .post-meta { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; font-size: 15px; color: #718096; }

.archive-post-card .post-meta .post-date { display: flex; align-items: center; gap: 8px; }

.archive-post-card .post-meta .post-date::before { content: "📅"; }

.archive-post-card .post-meta .post-category { display: inline-block; background: #E8F2F7; color: #2C5F8D; padding: 2px 10px; border-radius: 4px; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }

.archive-post-card .post-meta .reading-time::before { content: "⏱️"; margin-right: 4px; }

.archive-post-card .post-excerpt { color: #2D3748; font-size: 15px; line-height: 1.6; margin: 0; }

.archive-post-card .read-more { display: inline-flex; align-items: center; gap: 8px; color: #2C5F8D; font-weight: 500; font-size: 15px; text-decoration: none; margin-top: 8px; transition: gap 150ms ease; }

.archive-post-card .read-more::after { content: "→"; transition: transform 150ms ease; }

.archive-post-card .read-more:hover { gap: 16px; }

.archive-post-card .read-more:hover::after { transform: translateX(4px); }

.timeline-year { position: relative; padding-left: 48px; margin-bottom: 96px; }

.timeline-year::before { content: ""; position: absolute; left: 8px; top: 0; bottom: 0; width: 4px; background: linear-gradient(to bottom, #E8B923, #2C5F8D); border-radius: 2px; }

.timeline-year .year-marker { position: relative; font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 36px; font-weight: 700; color: #2C5F8D; margin-bottom: 48px; padding-left: 32px; }

@media screen and (max-width: 600px) { .timeline-year .year-marker { font-size: 28px; } }

.timeline-year .year-marker::before { content: ""; position: absolute; left: -12px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; background: #E8B923; border: 4px solid white; border-radius: 50%; box-shadow: 0 0 0 2px #E8B923; }

.timeline-month { margin-bottom: 64px; }

.timeline-month .month-header { position: relative; font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 22px; font-weight: 600; color: #2D3748; margin-bottom: 32px; padding-left: 32px; }

@media screen and (max-width: 600px) { .timeline-month .month-header { font-size: 19px; } }

.timeline-month .month-header::before { content: ""; position: absolute; left: -6px; top: 50%; transform: translateY(-50%); width: 12px; height: 12px; background: white; border: 3px solid #2C5F8D; border-radius: 50%; }

.timeline-month .month-posts { display: grid; gap: 24px; margin-left: 32px; }

.archive-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; margin-bottom: 64px; }

.archive-stats .stat-card { background: linear-gradient(135deg, #2C5F8D 0%, #1A4D6F 100%); color: white; padding: 32px; border-radius: 12px; text-align: center; }

.archive-stats .stat-card .stat-value { font-size: 42px; font-weight: 700; margin-bottom: 8px; }

@media screen and (max-width: 600px) { .archive-stats .stat-card .stat-value { font-size: 36px; } }

.archive-stats .stat-card .stat-label { font-size: 15px; opacity: 0.9; text-transform: uppercase; letter-spacing: 1px; }

.back-to-top { position: fixed; bottom: 48px; right: 48px; width: 50px; height: 50px; background: #2C5F8D; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; text-decoration: none; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); transition: all 250ms ease; opacity: 0; visibility: hidden; z-index: 1000; }

.back-to-top.visible { opacity: 1; visibility: visible; }

.back-to-top:hover { background: #1A4D6F; transform: translateY(-4px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 600px) { .back-to-top { bottom: 24px; right: 24px; width: 40px; height: 40px; font-size: 20px; } }

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