*{margin:0;padding:0;box-sizing:border-box}body{background:#0f111a;color:#e4e7eb;font-family:"JetBrains Mono","Fira Code","Courier New",monospace;font-size:15px;line-height:1.7;min-height:100vh;display:flex;flex-direction:column}.site-container{flex:1;display:flex;flex-direction:column}.wrapper{max-width:900px;margin:0 auto;padding:0 24px;width:100%}.site-header{background:#1a1d29;border-bottom:1px solid #2a2e3e;padding:24px 0}.site-title{margin-bottom:20px}.site-title .title-link{color:#e4e7eb;text-decoration:none;font-size:24px;font-weight:600;font-family:"Share Tech Mono","JetBrains Mono","Fira Code","Courier New",monospace;display:inline-flex;align-items:center;transition:color 0.2s ease}.site-title .title-link:hover{color:#06b6d4}.site-title .prompt-symbol{color:#10b981;margin-right:8px}.site-title .blink-cursor{animation:blink 1s infinite;margin-left:2px}@keyframes blink{0%, 49%{opacity:1}50%, 100%{opacity:0}}.site-nav .nav-items{display:flex;gap:24px;flex-wrap:wrap}.site-nav .nav-link{color:#9ca3af;text-decoration:none;font-size:14px;transition:color 0.2s ease;position:relative}.site-nav .nav-link:hover{color:#06b6d4}.site-nav .nav-link.active{color:#e4e7eb}.site-nav .nav-link.active::after{content:'';position:absolute;bottom:-4px;left:0;right:0;height:2px;background:#10b981}.page-content{flex:1;padding:48px 0}.home .page-heading{font-size:28px;margin-bottom:32px;color:#e4e7eb;font-family:"Share Tech Mono","JetBrains Mono","Fira Code","Courier New",monospace}.home .home-layout{display:flex;gap:48px;align-items:flex-start}.home .posts-list{flex:1;min-width:0}.home .cta-banner{width:320px;flex-shrink:0;background:#1a1d29;border-radius:12px;border:1px solid #2a2e3e;position:sticky;top:24px;overflow:hidden}.home .cta-banner::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(16,185,129,0.05) 0%, rgba(6,182,212,0.05) 100%),repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(16,185,129,0.03) 2px, rgba(16,185,129,0.03) 4px),repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(6,182,212,0.03) 2px, rgba(6,182,212,0.03) 4px);z-index:0}.home .cta-banner .banner-content{padding:32px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1}.home .cta-banner .photo-container{width:180px;height:180px;border-radius:50%;overflow:hidden;border:4px solid #10b981;box-shadow:0 8px 24px rgba(16,185,129,0.3);transition:all 0.3s ease;margin-bottom:24px}.home .cta-banner .photo-container:hover{transform:scale(1.05);box-shadow:0 12px 32px rgba(16,185,129,0.4)}.home .cta-banner .profile-photo{width:100%;height:100%;object-fit:cover;display:block}.home .cta-banner .banner-title{font-size:24px;color:#06b6d4;margin-bottom:16px;font-family:"Share Tech Mono","JetBrains Mono","Fira Code","Courier New",monospace;line-height:1.2}.home .cta-banner .banner-text{font-size:14px;color:#9ca3af;line-height:1.6;margin-bottom:24px}.home .cta-banner .cta-button{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg, #10b981 0%, #06b6d4 100%);color:#0f111a;text-decoration:none;border-radius:6px;font-weight:600;font-size:14px;transition:all 0.3s ease;box-shadow:0 4px 12px rgba(16,185,129,0.3)}.home .cta-banner .cta-button .prompt-symbol{color:#0f111a}.home .cta-banner .cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(16,185,129,0.4)}.home .post-item{margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid #2a2e3e}.home .post-item:last-child{border-bottom:none}.home .post-title{font-size:22px;margin-bottom:8px}.home .post-title .post-link{color:#e4e7eb;text-decoration:none;transition:color 0.2s ease}.home .post-title .post-link:hover{color:#06b6d4}.home .post-meta{color:#9ca3af;font-size:13px;margin-bottom:12px}.home .post-meta time{color:#10b981}.home .post-meta .categories{color:#8b5cf6}.home .post-meta .meta-separator{margin:0 8px;color:#2a2e3e}.home .post-excerpt{color:#9ca3af;line-height:1.6;margin-top:12px}.home .no-posts{color:#9ca3af;font-style:italic;text-align:center;padding:48px 0}.post .post-header{margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid #2a2e3e}.post .post-title{font-size:36px;margin-bottom:12px;color:#e4e7eb;font-family:"Share Tech Mono","JetBrains Mono","Fira Code","Courier New",monospace;line-height:1.2}.post .post-meta{color:#9ca3af;font-size:14px}.post .post-meta time{color:#10b981}.post .post-meta .author{color:#06b6d4}.post .post-meta .categories{color:#8b5cf6}.post .post-meta .meta-separator{margin:0 8px;color:#2a2e3e}.post .post-content{color:#e4e7eb}.post .post-content h1,.post .post-content h2,.post .post-content h3,.post .post-content h4,.post .post-content h5,.post .post-content h6{color:#e4e7eb;margin:32px 0 16px;font-family:"Share Tech Mono","JetBrains Mono","Fira Code","Courier New",monospace;line-height:1.3}.post .post-content h1{font-size:30px}.post .post-content h2{font-size:26px;color:#06b6d4}.post .post-content h3{font-size:22px;color:#10b981}.post .post-content h4{font-size:18px}.post .post-content p{margin-bottom:20px}.post .post-content a{color:#3b82f6;text-decoration:underline;text-underline-offset:2px;transition:color 0.2s ease}.post .post-content a:hover{color:#06b6d4}.post .post-content code{background:#1a1d29;color:#f59e0b;padding:2px 6px;border-radius:4px;font-size:0.9em;font-family:"JetBrains Mono","Fira Code","Courier New",monospace}.post .post-content pre{background:#1a1d29;border:1px solid #2a2e3e;border-radius:6px;padding:16px;overflow-x:auto;margin:24px 0}.post .post-content pre code{background:none;color:#e4e7eb;padding:0}.post .post-content blockquote{border-left:3px solid #8b5cf6;padding-left:20px;margin:24px 0;color:#9ca3af;font-style:italic}.post .post-content ul,.post .post-content ol{margin:20px 0 20px 30px}.post .post-content ul li,.post .post-content ol li{margin-bottom:8px}.post .post-content table{width:100%;border-collapse:collapse;margin:24px 0}.post .post-content table th{background:#1a1d29;color:#06b6d4;padding:10px;text-align:left;border:1px solid #2a2e3e}.post .post-content table td{padding:10px;border:1px solid #2a2e3e}.post .post-content table tr:hover{background:rgba(6,182,212,0.05)}.post .post-content img{max-width:100%;height:auto;border-radius:6px;margin:24px 0}.post .post-content hr{border:none;border-top:1px solid #2a2e3e;margin:32px 0}.post .post-footer{margin-top:48px;padding-top:24px;border-top:1px solid #2a2e3e}.post-navigation{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.post-navigation a{color:#10b981;text-decoration:none;transition:color 0.2s ease}.post-navigation a:hover{color:#06b6d4}.page .page-header{margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid #2a2e3e}.page .page-title{font-size:32px;color:#e4e7eb;font-family:"Share Tech Mono","JetBrains Mono","Fira Code","Courier New",monospace}.page .page-content{color:#e4e7eb}.page .page-content h2{color:#06b6d4;margin:28px 0 16px;font-size:24px}.page .page-content h3{color:#10b981;margin:24px 0 12px;font-size:20px}.page .page-content p{margin-bottom:20px}.page .page-content a{color:#3b82f6;text-decoration:underline;text-underline-offset:2px}.page .page-content a:hover{color:#06b6d4}.page .page-content code{background:#1a1d29;color:#f59e0b;padding:2px 6px;border-radius:4px;font-size:0.9em}.page .page-content pre{background:#1a1d29;border:1px solid #2a2e3e;border-radius:6px;padding:16px;overflow-x:auto;margin:20px 0}.page .page-content pre code{background:none;color:#e4e7eb;padding:0}.page .page-content ul,.page .page-content ol{margin:16px 0 16px 30px}.page .page-content ul li,.page .page-content ol li{margin-bottom:8px}.page .page-content blockquote{border-left:3px solid #8b5cf6;padding-left:20px;margin:20px 0;color:#9ca3af;font-style:italic}.site-footer{background:#1a1d29;border-top:1px solid #2a2e3e;padding:32px 0;margin-top:auto}.footer-content{text-align:center}.footer-terminal-hint{color:#10b981;font-size:12px;margin-bottom:16px;font-family:"JetBrains Mono","Fira Code","Courier New",monospace}.footer-terminal-hint .prompt-symbol{color:#f59e0b}.footer-info{color:#9ca3af;font-size:13px}.footer-info p{margin-bottom:8px}.footer-info p:last-child{margin-bottom:0}.system-info{color:#9ca3af;font-size:12px}.pagination{display:flex;justify-content:center;align-items:center;gap:24px;margin:40px 0;padding:20px;background:#1a1d29;border-radius:6px}.pagination .pagination-link{color:#10b981;text-decoration:none;transition:color 0.2s ease}.pagination .pagination-link:hover{color:#06b6d4}.pagination .pagination-info{color:#9ca3af;font-size:14px}.rss-subscribe{margin-top:40px;text-align:center}.rss-subscribe .rss-link{color:#f59e0b;text-decoration:none;font-size:14px;display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#1a1d29;border:1px solid #2a2e3e;border-radius:6px;transition:all 0.2s ease}.rss-subscribe .rss-link:hover{background:rgba(245,158,11,0.1);border-color:#f59e0b}.rss-subscribe .rss-link .prompt-symbol{color:#10b981}.highlight{background:#1a1d29}.highlight .c{color:#9ca3af;font-style:italic}.highlight .err{color:#ff5555}.highlight .k{color:#8b5cf6}.highlight .o{color:#06b6d4}.highlight .cm{color:#9ca3af;font-style:italic}.highlight .cp{color:#9ca3af}.highlight .c1{color:#9ca3af;font-style:italic}.highlight .cs{color:#9ca3af;font-style:italic}.highlight .gd{color:#ff5555}.highlight .ge{font-style:italic}.highlight .gh{color:#e4e7eb;font-weight:bold}.highlight .gi{color:#10b981}.highlight .gp{color:#9ca3af;font-weight:bold}.highlight .gs{font-weight:bold}.highlight .gu{color:#06b6d4;font-weight:bold}.highlight .kc{color:#8b5cf6}.highlight .kd{color:#8b5cf6}.highlight .kn{color:#8b5cf6}.highlight .kp{color:#8b5cf6}.highlight .kr{color:#8b5cf6}.highlight .kt{color:#06b6d4}.highlight .m{color:#f59e0b}.highlight .s{color:#10b981}.highlight .na{color:#06b6d4}.highlight .nb{color:#e4e7eb}.highlight .nc{color:#06b6d4}.highlight .no{color:#f55}.highlight .nd{color:#06b6d4}.highlight .ni{color:#e4e7eb}.highlight .ne{color:#ff5555}.highlight .nf{color:#10b981}.highlight .nl{color:#e4e7eb}.highlight .nn{color:#e4e7eb}.highlight .nt{color:#8b5cf6}.highlight .nv{color:#e4e7eb}.highlight .ow{color:#8b5cf6}.highlight .w{color:#e4e7eb}.highlight .mb{color:#f59e0b}.highlight .mf{color:#f59e0b}.highlight .mh{color:#f59e0b}.highlight .mi{color:#f59e0b}.highlight .mo{color:#f59e0b}.highlight .sa{color:#10b981}.highlight .sb{color:#10b981}.highlight .sc{color:#10b981}.highlight .dl{color:#10b981}.highlight .sd{color:#10b981}.highlight .s2{color:#10b981}.highlight .se{color:#f59e0b}.highlight .sh{color:#10b981}.highlight .si{color:#f59e0b}.highlight .sx{color:#10b981}.highlight .sr{color:#10b981}.highlight .s1{color:#10b981}.highlight .ss{color:#10b981}.highlight .bp{color:#e4e7eb}.highlight .fm{color:#10b981}.highlight .vc{color:#e4e7eb}.highlight .vg{color:#e4e7eb}.highlight .vi{color:#e4e7eb}.highlight .vm{color:#e4e7eb}.highlight .il{color:#f59e0b}@media (max-width: 768px){.wrapper{padding:0 16px}.site-header{padding:20px 0}.site-title .title-link{font-size:20px}.site-nav .nav-items{gap:16px}.post .post-title{font-size:28px}.home .page-heading{font-size:24px}.home .post-title{font-size:20px}.home .home-layout{flex-direction:column;gap:32px}.home .cta-banner{width:100%;position:static}.home .cta-banner .banner-content{padding:24px}.home .cta-banner .banner-title{font-size:20px}.home .cta-banner .banner-text{font-size:13px;margin-bottom:20px}.home .cta-banner .photo-container{width:140px;height:140px}.page-content{padding:32px 0}.post-navigation{flex-direction:column;gap:12px}}.prompt-symbol{color:#10b981;font-weight:600}a:focus,button:focus{outline:2px solid #06b6d4;outline-offset:2px}::selection{background:rgba(6,182,212,0.3);color:#e4e7eb}::-moz-selection{background:rgba(6,182,212,0.3);color:#e4e7eb}
