/*
Theme Name: Tech Dark
Description: Dark terminal-inspired theme with green accents
Version: 1.0
*/

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "Courier New", Courier, monospace; color: #0f0; background: #0d1117; line-height: 1.7; }

/* Header - Dark with green border */
.site-header { background: #161b22; border-bottom: 2px solid #0f0; padding: 24px 0; }
.site-header .container { max-width: 900px; margin: 0 auto; padding: 0 20px; }
.site-title { font-size: 24px; }
.site-title a { color: #0f0; text-decoration: none; }
.site-title a::before { content: "> "; }
.site-tagline { font-size: 13px; color: #3a3; margin-top: 4px; }

/* Main content */
.container { max-width: 900px; margin: 0 auto; padding: 0 20px; }
.main-content { padding: 30px 0; }

/* Posts - terminal style */
.post { background: #161b22; border: 1px solid #30363d; padding: 20px; margin-bottom: 16px; border-radius: 6px; }
.post-title { font-size: 18px; margin-bottom: 8px; }
.post-title a { color: #58a6ff; text-decoration: none; }
.post-title a:hover { color: #79c0ff; text-decoration: underline; }
.post-date { font-size: 11px; color: #666; margin-bottom: 10px; display: block; }
.post-date::before { content: "[ "; }
.post-date::after { content: " ]"; }
.post-summary { font-size: 14px; color: #8b949e; line-height: 1.7; }

/* Pagination */
.pagination { text-align: center; padding: 20px 0; }
.pagination a, .pagination span { display: inline-block; padding: 5px 12px; margin: 0 3px; font-family: monospace; text-decoration: none; }
.pagination .current { background: #0f0; color: #0d1117; }
.pagination a { color: #0f0; border: 1px solid #30363d; }

/* Footer */
.site-footer { background: #161b22; border-top: 1px solid #30363d; color: #666; text-align: center; padding: 20px 0; margin-top: 30px; font-size: 12px; font-family: monospace; }

/* GEO articles – terminal style */
.geo-post { background: #161b22; border: 1px solid #30363d; padding: 20px; margin-bottom: 16px; border-radius: 6px; }
.geo-post-title { font-size: 18px; margin-bottom: 8px; }
.geo-post-title a { color: #58a6ff; text-decoration: none; }
.geo-post-title a:hover { color: #79c0ff; text-decoration: underline; }
.geo-post-date { font-size: 11px; color: #666; margin-bottom: 10px; display: block; }
.geo-post-date::before { content: "[ "; }
.geo-post-date::after { content: " ]"; }
.geo-post-summary { font-size: 14px; color: #8b949e; line-height: 1.7; }
.geo-pagination { text-align: center; padding: 20px 0; }
.geo-page-current { display: inline-block; padding: 5px 12px; margin: 0 3px; background: #0f0; color: #0d1117; font-family: monospace; }
.geo-page-link { display: inline-block; padding: 5px 12px; margin: 0 3px; color: #0f0; border: 1px solid #30363d; font-family: monospace; text-decoration: none; }
.geo-empty { text-align: center; padding: 60px 0; color: #666; }
