:root{--bg-primary: #0a0e1a;--bg-secondary: #1a1f35;--bg-tertiary: #252b47;--accent-purple: #6366f1;--accent-blue: #3b82f6;--text-primary: #ffffff;--text-secondary: #a1a1aa;--text-muted: #71717a;--border-color: #374151;--gradient: linear-gradient(135deg, var(--accent-purple), var(--accent-blue))}*{box-sizing:border-box;margin:0;padding:0}body{font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.6;font-weight:400}.site-wrapper{min-height:100vh;display:flex;flex-direction:column}.wrapper{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.wrapper{padding:0 1rem}}.site-header{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:100;backdrop-filter:blur(10px)}.site-header .wrapper{padding:1rem 2rem}@media (max-width: 768px){.site-header .wrapper{padding:1rem}}.site-nav{display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.site-nav{flex-direction:column;gap:1rem}}.site-title{font-size:1.5rem;font-weight:700;background:var(--gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-decoration:none;transition:opacity 0.3s ease}.site-title:hover{opacity:0.8}.nav-links{display:flex;gap:2rem}@media (max-width: 768px){.nav-links{gap:1rem}}.nav-links a{color:var(--text-secondary);text-decoration:none;font-weight:500;transition:all 0.3s ease;position:relative}.nav-links a:hover{color:var(--text-primary)}.nav-links a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--gradient);transition:width 0.3s ease}.nav-links a:hover::after{width:100%}.page-content{flex:1;padding:4rem 0}h1,h2,h3,h4,h5,h6{font-weight:600;margin-bottom:1rem;line-height:1.2}h1{font-size:3rem;background:var(--gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 768px){h1{font-size:2rem}}h2{font-size:2rem;color:var(--text-primary)}@media (max-width: 768px){h2{font-size:1.5rem}}h3{font-size:1.5rem;color:var(--text-primary)}p{margin-bottom:1.5rem;color:var(--text-secondary)}a{color:var(--accent-blue);transition:color 0.3s ease}a:hover{color:var(--accent-purple)}code{font-family:'JetBrains Mono', 'Courier New', monospace;background:var(--bg-tertiary);padding:0.25rem 0.5rem;border-radius:4px;font-size:0.9em;color:var(--accent-purple)}pre{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:1.5rem;overflow-x:auto;margin-bottom:2rem}pre code{background:none;padding:0;color:var(--text-primary)}.post-content{max-width:800px;margin:0 auto}.post-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border-color)}.post-header .post-title{font-size:2.5rem;margin-bottom:1rem;background:var(--gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 768px){.post-header .post-title{font-size:2rem}}.post-header .post-meta{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;color:var(--text-secondary);font-size:0.9rem}.post-header .post-meta .post-author{color:var(--accent-purple)}.post-header .post-meta .post-categories{display:flex;gap:0.5rem}.post-header .post-meta .post-categories .category{background:var(--bg-tertiary);color:var(--accent-blue);padding:0.25rem 0.75rem;border-radius:20px;font-size:0.8rem;font-weight:500;border:1px solid var(--border-color)}.post-body{line-height:1.8;font-size:1.1rem}.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{margin-top:3rem;margin-bottom:1.5rem}.post-body h2{color:var(--text-primary);font-size:1.75rem;border-bottom:2px solid var(--border-color);padding-bottom:0.5rem;margin-top:3.5rem}.post-body h3{color:var(--text-primary);font-size:1.5rem;margin-top:3rem}.post-body h4{color:var(--text-primary);font-size:1.25rem;margin-top:2.5rem}.post-body p{margin-bottom:1.5rem}.post-body ul,.post-body ol{margin-bottom:2rem;padding-left:2rem}.post-body ul li,.post-body ol li{margin-bottom:0.75rem;color:var(--text-secondary)}.post-body ul li:last-child,.post-body ol li:last-child{margin-bottom:0}.post-body ul+h2,.post-body ol+h2,.post-body ul+h3,.post-body ol+h3,.post-body ul+h4,.post-body ol+h4{margin-top:3.5rem}.post-body p+h2,.post-body p+h3,.post-body p+h4{margin-top:3rem}.post-body blockquote{border-left:4px solid var(--accent-purple);padding-left:1.5rem;margin:2rem 0;font-style:italic;color:var(--text-secondary);background:var(--bg-secondary);padding:1.5rem;border-radius:0 8px 8px 0}.post-body img{max-width:100%;height:auto;border-radius:8px;margin:2rem 0}.post-body table{width:100%;border-collapse:collapse;margin:2rem 0}.post-body table th,.post-body table td{padding:0.75rem;text-align:left;border-bottom:1px solid var(--border-color)}.post-body table th{background:var(--bg-secondary);font-weight:600;color:var(--text-primary)}.post-body table td{color:var(--text-secondary)}.post-body strong{color:var(--text-primary);font-weight:600}.post-body code{background:var(--bg-tertiary);padding:0.2rem 0.4rem;border-radius:4px;font-size:0.9em;color:var(--accent-purple);font-family:'JetBrains Mono', monospace}.post-body pre{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:1.5rem;overflow-x:auto;margin:2rem 0}.post-body pre code{background:none;padding:0;color:var(--text-primary)}.post-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-color)}.post-navigation{display:flex;justify-content:space-between;margin-bottom:2rem}@media (max-width: 768px){.post-navigation{flex-direction:column;gap:1rem}}.post-navigation .prev-post,.post-navigation .next-post{color:var(--accent-blue);text-decoration:none;padding:0.75rem 1.5rem;border:1px solid var(--border-color);border-radius:6px;transition:all 0.3s ease;flex:1;max-width:45%}@media (max-width: 768px){.post-navigation .prev-post,.post-navigation .next-post{max-width:100%}}.post-navigation .prev-post:hover,.post-navigation .next-post:hover{background:var(--bg-secondary);border-color:var(--accent-purple);transform:translateY(-2px)}.post-navigation .prev-post{text-align:left}.post-navigation .next-post{text-align:right}.back-to-blog{text-align:center}.intro-section{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:2rem;margin:2rem 0 3rem 0;text-align:center}.intro-section .greeting{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.intro-section p{font-size:1.1rem;line-height:1.7;color:var(--text-secondary);margin-bottom:1rem}.intro-section p:last-child{margin-bottom:0}.intro-section p strong{color:var(--text-primary);background:var(--gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:600}@media (max-width: 768px){.intro-section{padding:1.5rem;margin:1.5rem 0 2rem 0}.intro-section p{font-size:1rem}}.social-hero{text-align:center;margin:3rem 0}.social-hero h2{margin-bottom:2rem;color:var(--text-primary)}.social-links-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:1.5rem;margin-top:2rem}@media (max-width: 768px){.social-links-grid{grid-template-columns:1fr;gap:1rem}}@media (min-width: 769px) and (max-width: 1024px){.social-links-grid{grid-template-columns:repeat(2, 1fr)}}.social-card{display:flex;align-items:center;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;text-decoration:none;color:var(--text-primary);transition:all 0.3s ease;position:relative;overflow:hidden}.social-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px rgba(99,102,241,0.2);border-color:var(--accent-purple);color:var(--text-primary)}.social-card::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(99,102,241,0.1), transparent);transition:left 0.5s ease}.social-card:hover::before{left:100%}.social-icon{font-size:2.5rem;margin-right:1rem;min-width:60px;text-align:center;display:flex;align-items:center;justify-content:center}.social-icon i{color:var(--accent-blue);transition:all 0.3s ease}@media (max-width: 768px){.social-icon{font-size:2rem;margin-right:0.75rem;min-width:50px}}.social-info{flex:1;text-align:left}.social-info h3{margin:0 0 0.25rem 0;font-size:1.25rem;font-weight:600}.social-info p{margin:0;color:var(--text-secondary);font-size:0.9rem}.social-hero{text-align:center;margin:3rem 0}.social-hero h2{margin-bottom:2rem;color:var(--text-primary)}.social-links-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:1.5rem;margin-top:2rem}@media (max-width: 768px){.social-links-grid{grid-template-columns:1fr;gap:1rem}}.social-card{display:flex;align-items:center;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;text-decoration:none;color:var(--text-primary);transition:all 0.3s ease;position:relative;overflow:hidden}.social-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px rgba(99,102,241,0.2);border-color:var(--accent-purple);color:var(--text-primary)}.social-card::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(99,102,241,0.1), transparent);transition:left 0.5s ease}.social-card:hover::before{left:100%}.social-icon{font-size:2.5rem;margin-right:1rem;min-width:60px;text-align:center}@media (max-width: 768px){.social-icon{font-size:2rem;margin-right:0.75rem;min-width:50px}}.social-info{flex:1;text-align:left}.social-info h3{margin:0 0 0.25rem 0;font-size:1.25rem;font-weight:600}.social-info p{margin:0;color:var(--text-secondary);font-size:0.9rem}.social-card.twitch:hover{border-color:#9146ff;box-shadow:0 15px 35px rgba(145,70,255,0.3)}.social-card.twitch:hover .social-icon i{color:#9146ff}.social-card.youtube:hover{border-color:#ff0000;box-shadow:0 15px 35px rgba(255,0,0,0.3)}.social-card.youtube:hover .social-icon i{color:#ff0000}.social-card.discord:hover{border-color:#5865f2;box-shadow:0 15px 35px rgba(88,101,242,0.3)}.social-card.discord:hover .social-icon i{color:#5865f2}.social-card.bluesky:hover{border-color:#00bcd4;box-shadow:0 15px 35px rgba(0,188,212,0.3)}.social-card.bluesky:hover .social-icon i{color:#00bcd4}.card,.post-item,.post-list .post-item{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:2rem;margin-bottom:2rem;transition:all 0.3s ease}.card:hover,.post-item:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(99,102,241,0.1)}.posts-container{margin-top:2rem}.post-item{margin-bottom:2rem}.post-item .post-title{margin-bottom:0.5rem;font-size:1.5rem}.post-item .post-title a{color:var(--text-primary);text-decoration:none;transition:color 0.3s ease}.post-item .post-title a:hover{color:var(--accent-purple)}@media (max-width: 768px){.post-item .post-title{font-size:1.25rem}}.post-item .post-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:0.9rem;color:var(--text-muted)}.post-item .post-meta time{color:var(--text-secondary)}@media (max-width: 768px){.post-item .post-meta{flex-direction:column;align-items:flex-start;gap:0.5rem}}.post-item .post-categories{display:flex;gap:0.5rem}.post-item .post-categories .category{background:var(--bg-tertiary);color:var(--accent-blue);padding:0.25rem 0.75rem;border-radius:20px;font-size:0.8rem;font-weight:500;border:1px solid var(--border-color)}.post-item .post-excerpt{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.post-item .read-more-btn{display:inline-block;color:var(--accent-purple);text-decoration:none;font-weight:500;transition:all 0.3s ease}.post-item .read-more-btn:hover{color:var(--accent-blue);transform:translateX(5px)}.no-posts{text-align:center;padding:3rem 0}.no-posts p{font-size:1.1rem;color:var(--text-secondary)}.post-list{list-style:none}.post-list .post-item .post-title{margin-bottom:0.5rem}.post-list .post-item .post-title a{color:var(--text-primary);text-decoration:none}.post-list .post-item .post-title a:hover{color:var(--accent-purple)}.post-list .post-item .post-meta{color:var(--text-muted);font-size:0.9rem;margin-bottom:1rem}.post-list .post-item .post-excerpt{color:var(--text-secondary)}.btn{display:inline-block;background:var(--gradient);color:white;padding:0.75rem 2rem;border-radius:6px;text-decoration:none;font-weight:500;transition:all 0.3s ease;border:none;cursor:pointer}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(99,102,241,0.3);color:white}.site-footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:2rem 0;margin-top:auto}.footer-content{display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.footer-content{flex-direction:column;gap:1rem;text-align:center}}.footer-content p{margin:0;color:var(--text-muted)}.social-links{display:flex;gap:1rem}.social-links a{color:var(--text-secondary);text-decoration:none;transition:color 0.3s ease}.social-links a:hover{color:var(--accent-purple)}@media (max-width: 768px){.wrapper{padding:0 1rem}.page-content{padding:2rem 0}.card,.post-item,.post-list .post-item{padding:1.5rem}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp 0.6s ease-out}::selection{background:var(--accent-purple);color:white}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--accent-purple);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-blue)}
