@font-face{font-family:'Inter';src:url("/_sync/fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype-variations");font-weight:100 900;font-display:swap;font-style:normal;}@font-face{font-family:'Inter';src:url("/_sync/fonts/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype-variations");font-weight:100 900;font-display:swap;font-style:italic;}@font-face{font-family:'Playfair Display';src:url("/_sync/fonts/PlayfairDisplay-VariableFont_wght.ttf") format("truetype-variations");font-weight:400 900;font-display:swap;font-style:normal;}@font-face{font-family:'Playfair Display';src:url("/_sync/fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf") format("truetype-variations");font-weight:400 900;font-display:swap;font-style:italic;}@font-face{font-family:'Fira Code';src:url("/_sync/fonts/FiraCode-VariableFont_wght.ttf") format("truetype-variations");font-weight:300 700;font-display:swap;font-style:normal;}@font-face{font-family:'Lora';src:url("/_sync/fonts/Lora-VariableFont_wght.ttf") format("truetype-variations");font-weight:400 700;font-display:swap;font-style:normal;}@font-face{font-family:'Lora';src:url("/_sync/fonts/Lora-Italic-VariableFont_wght.ttf") format("truetype-variations");font-weight:400 700;font-display:swap;font-style:italic;}:root{--font-heading:'Playfair Display',Georgia,serif;--font-body:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;--font-code:'Fira Code','Courier New',monospace;--font-quote:'Lora',Georgia,serif;}body{font-family:var(--font-body);font-weight:400;line-height:1.6;}h1,h2,h3,h4,h5,h6,.site-title,.post-title,.page-title,.home-header h1{font-family:var(--font-heading);font-weight:700;line-height:1.2;}code,pre,.codehilite,.highlight{font-family:var(--font-code);font-weight:400;}blockquote{font-family:var(--font-quote);font-weight:400;font-style:italic;}:root{--primary-color:#60a5fa;--secondary-color:#6b7280;--text-color:#f9fafb;--light-text:#d1d5db;--background:#000000;--card-background:#111111;--border-color:#1f1f1f;--code-background:#0a0a0a;--hover-background:#1a1a1a;--accent-background:#050505;}[data-theme="dark"]{--primary-color:#60a5fa;--secondary-color:#6b7280;--text-color:#f9fafb;--light-text:#d1d5db;--background:#000000;--card-background:#111111;--border-color:#1f1f1f;--code-background:#0a0a0a;--hover-background:#1a1a1a;--accent-background:#050505;}[data-theme="light"]{--primary-color:#2563eb;--secondary-color:#6b7280;--text-color:#111827;--light-text:#6b7280;--background:#ffffff;--card-background:#f9fafb;--border-color:#e5e7eb;--code-background:#f3f4f6;--hover-background:#f1f5f9;--accent-background:#ffffff;}*{margin:0;padding:0;box-sizing:border-box;}html{font-size:16px;line-height:1.6;transition:all 0.2s ease;}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:var(--text-color);background:var(--background);line-height:1.6;transition:background-color 0.3s ease,color 0.3s ease;}*{transition:background-color 0.3s ease,color 0.3s ease,border-color 0.3s ease;}.container{max-width:1200px;margin:0 auto;padding:0 1rem;}.site-header{background:var(--background);border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:100;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);}[data-theme="dark"] .site-header{background:rgba(0,0,0,0.85);box-shadow:0 1px 20px rgba(0,0,0,0.7);}[data-theme="light"] .site-header{background:rgba(255,255,255,0.85);box-shadow:0 1px 20px rgba(0,0,0,0.1);}.site-header .container{display:flex;align-items:center;justify-content:space-between;padding:1rem;}.site-branding{display:flex;align-items:center;gap:0.5rem;}.site-branding .site-logo{width:40px;height:40px;}.site-branding .site-title{font-size:1.5rem;font-weight:700;}.site-branding .site-title a{text-decoration:none;color:var(--text-color);transition:all 0.3s ease;}[data-theme="dark"] .site-branding .site-title a{text-shadow:0 0 10px rgba(249,250,251,0.1);}[data-theme="dark"] .site-branding .site-title a:hover{color:var(--primary-color);text-shadow:0 0 20px rgba(96,165,250,0.3),0 0 40px rgba(96,165,250,0.1);}[data-theme="light"] .site-branding .site-title a:hover{color:var(--primary-color);}.site-navigation{display:flex;align-items:center;gap:2rem;}.site-navigation .nav-link{text-decoration:none;color:var(--light-text);font-weight:500;transition:all 0.2s ease;}.site-navigation .nav-link:hover{color:var(--primary-color);}.theme-toggle{background:linear-gradient(135deg,var(--card-background) 0%,var(--accent-background) 100%);border:1px solid var(--border-color);cursor:pointer;padding:0.5rem;border-radius:8px;color:var(--light-text);transition:all 0.3s cubic-bezier(0.4,0,0.2,1);display:flex;align-items:center;justify-content:center;}[data-theme="dark"] .theme-toggle{box-shadow:0 2px 8px rgba(0,0,0,0.3);}[data-theme="dark"] .theme-toggle:hover{box-shadow:0 4px 16px rgba(96,165,250,0.2),0 2px 8px rgba(0,0,0,0.4);}[data-theme="dark"] .theme-toggle svg{filter:drop-shadow(0 0 4px rgba(96,165,250,0.2));}[data-theme="light"] .theme-toggle{box-shadow:0 2px 8px rgba(0,0,0,0.1);}[data-theme="light"] .theme-toggle:hover{box-shadow:0 4px 16px rgba(37,99,235,0.15),0 2px 8px rgba(0,0,0,0.1);}.theme-toggle:hover{background:linear-gradient(135deg,var(--hover-background) 0%,var(--card-background) 100%);color:var(--primary-color);border-color:var(--primary-color);transform:translateY(-1px);}.theme-toggle svg{width:20px;height:20px;}.mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;gap:3px;padding:0.5rem;border-radius:8px;transition:all 0.2s ease;}.mobile-menu-toggle:hover{background:var(--hover-background);}.mobile-menu-toggle span{width:20px;height:2px;background:var(--text-color);transition:all 0.2s ease;}.main-content{min-height:calc(100vh - 200px);padding:2rem 0;}.home{max-width:800px;margin:0 auto;padding:0 1rem;}.home-header{text-align:center;margin-bottom:3rem;}.home-header h1{font-size:3rem;font-weight:800;margin-bottom:1rem;color:var(--text-color);}.home-header .home-description{font-size:1.2rem;color:var(--light-text);}.posts{display:flex;flex-direction:column;gap:2rem;}.post-preview{padding:2rem;background:linear-gradient(135deg,var(--card-background) 0%,var(--accent-background) 100%);border:1px solid var(--border-color);border-radius:8px;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);}[data-theme="dark"] .post-preview{box-shadow:0 1px 3px rgba(0,0,0,0.5),0 1px 2px rgba(0,0,0,0.3);}[data-theme="dark"] .post-preview:hover{box-shadow:0 20px 40px rgba(0,0,0,0.6),0 8px 16px rgba(96,165,250,0.1);}[data-theme="light"] .post-preview{box-shadow:0 1px 3px rgba(0,0,0,0.1),0 1px 2px rgba(0,0,0,0.06);}[data-theme="light"] .post-preview:hover{box-shadow:0 20px 40px rgba(0,0,0,0.15),0 8px 16px rgba(37,99,235,0.1);}.post-preview:hover{border-color:var(--primary-color);transform:translateY(-4px) scale(1.01);background:linear-gradient(135deg,var(--hover-background) 0%,var(--card-background) 100%);}.post-preview-header{margin-bottom:1rem;}.post-preview-header .post-preview-title{margin-bottom:0.5rem;}.post-preview-header .post-preview-title a{text-decoration:none;color:var(--text-color);font-size:1.5rem;font-weight:700;transition:all 0.2s ease;}.post-preview-header .post-preview-title a:hover{color:var(--primary-color);}.post-preview-meta,.post-meta{display:flex;gap:1rem;color:var(--light-text);font-size:0.9rem;margin-bottom:1rem;}.post-preview-image{margin-bottom:1rem;}.post-preview-image img{width:100%;height:auto;max-height:300px;object-fit:cover;border-radius:8px;display:block;}.post-preview-content{margin-bottom:1rem;}.post-preview-content p{margin-bottom:1rem;color:var(--light-text);}.post-preview-content .read-more{color:var(--primary-color);text-decoration:none;font-weight:600;}.post-preview-content .read-more:hover{text-decoration:underline;}.post-preview-tags,.post-tags{display:flex;gap:0.5rem;flex-wrap:wrap;}.tag{background:var(--code-background);color:var(--secondary-color);padding:0.25rem 0.5rem;border-radius:4px;font-size:0.8rem;font-weight:500;}.tag-link{background:var(--code-background);color:var(--secondary-color);padding:0.25rem 0.5rem;border-radius:4px;font-size:0.8rem;font-weight:500;text-decoration:none;transition:all 0.2s ease;}.tag-link:hover{background:var(--primary-color);color:white;}.post,.page{max-width:800px;margin:0 auto;padding:0 1rem;}.post-header,.page-header{margin-bottom:2rem;text-align:center;}.post-header .post-title,.post-header .page-title,.page-header .post-title,.page-header .page-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2;}.post-header .page-description,.page-header .page-description{font-size:1.2rem;color:var(--light-text);margin-bottom:1rem;}.post-image,.page-image{margin-bottom:2rem;}.post-image img,.page-image img{width:100%;height:auto;max-width:100%;object-fit:contain;border-radius:8px;display:block;}.post-content,.page-content{line-height:1.8;}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6,.page-content h1,.page-content h2,.page-content h3,.page-content h4,.page-content h5,.page-content h6{margin:2rem 0 1rem;line-height:1.3;}.post-content h1,.page-content h1{font-size:2rem;}.post-content h2,.page-content h2{font-size:1.75rem;}.post-content h3,.page-content h3{font-size:1.5rem;}.post-content h4,.page-content h4{font-size:1.25rem;}.post-content p,.page-content p{margin-bottom:1.5rem;}.post-content a,.page-content a{color:var(--primary-color);text-decoration:none;}.post-content a:hover,.page-content a:hover{text-decoration:underline;}.post-content ul,.post-content ol,.page-content ul,.page-content ol{margin:1rem 0 1.5rem 2rem;}.post-content li,.page-content li{margin-bottom:0.5rem;}.post-content blockquote,.page-content blockquote{border-left:4px solid var(--primary-color);padding-left:1rem;margin:1.5rem 0;font-style:italic;color:var(--light-text);}.post-content code,.page-content code{background:var(--code-background);padding:0.25rem 0.5rem;border-radius:4px;font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;font-size:0.9rem;}.post-content pre,.page-content pre{background:var(--code-background);padding:1.5rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0;}.post-content pre code,.page-content pre code{background:none;padding:0;}.post-content img,.page-content img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0;display:block;}.post-content table,.page-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;}.post-content table th,.post-content table td,.page-content table th,.page-content table td{padding:0.75rem;text-align:left;border-bottom:1px solid var(--border-color);}.post-content table th,.page-content table th{font-weight:600;background:var(--code-background);}.post-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-color);}.post-navigation{display:flex;justify-content:space-between;margin-top:2rem;}.post-navigation .prev-post,.post-navigation .next-post{color:var(--primary-color);text-decoration:none;font-weight:600;}.post-navigation .prev-post:hover,.post-navigation .next-post:hover{text-decoration:underline;}.pagination{display:flex;justify-content:space-between;align-items:center;margin-top:3rem;padding:2rem;background:linear-gradient(135deg,var(--card-background) 0%,var(--accent-background) 100%);border:1px solid var(--border-color);border-radius:8px;}[data-theme="dark"] .pagination{box-shadow:0 4px 20px rgba(0,0,0,0.4);}[data-theme="light"] .pagination{box-shadow:0 4px 20px rgba(0,0,0,0.1);}.pagination .pagination-prev,.pagination .pagination-next{color:var(--primary-color);text-decoration:none;font-weight:600;}.pagination .pagination-prev:hover,.pagination .pagination-next:hover{text-decoration:underline;}.pagination .pagination-info{color:var(--light-text);font-weight:500;}.site-footer{background:linear-gradient(135deg,var(--card-background) 0%,var(--accent-background) 100%);border-top:1px solid var(--border-color);margin-top:4rem;padding:3rem 0 1rem;}[data-theme="dark"] .site-footer{box-shadow:0 -4px 20px rgba(0,0,0,0.3);}[data-theme="light"] .site-footer{box-shadow:0 -4px 20px rgba(0,0,0,0.1);}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;}.footer-section h3{margin-bottom:1rem;color:var(--text-color);}.footer-section p{color:var(--light-text);margin-bottom:1rem;}.footer-section ul{list-style:none;}.footer-section ul li{margin-bottom:0.5rem;}.footer-section ul li a{color:var(--light-text);text-decoration:none;transition:all 0.2s ease;}.footer-section ul li a:hover{color:var(--primary-color);}.social-links{display:flex;gap:1rem;}.social-links a{color:var(--light-text);transition:all 0.2s ease;}.social-links a:hover{color:var(--primary-color);}.social-links .social-icon{width:20px;height:20px;}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--border-color);color:var(--light-text);font-size:0.9rem;}.no-posts{text-align:center;padding:4rem 2rem;color:var(--light-text);}img{max-width:100%;height:auto;}@media (max-width:768px){.site-navigation{display:none;}.site-navigation.active{display:flex;position:absolute;top:100%;left:0;right:0;background:var(--background);flex-direction:column;padding:1rem;box-shadow:0 8px 25px rgba(0,0,0,0.3);border:1px solid var(--border-color);border-top:none;border-radius:0 0 8px 8px;z-index:1000;}.site-navigation.active .nav-link{padding:0.75rem 0;border-bottom:1px solid var(--border-color);}.site-navigation.active .nav-link:last-of-type{border-bottom:none;}.site-navigation.active .theme-toggle{margin-top:1rem;align-self:flex-start;}.mobile-menu-toggle{display:flex;}.home-header h1{font-size:2rem;}.post-title,.page-title{font-size:2rem;}.post-navigation{flex-direction:column;gap:1rem;text-align:center;}.pagination{flex-direction:column;gap:1rem;text-align:center;}.footer-content{grid-template-columns:1fr;text-align:center;}.post-image img,.page-image img{max-height:none;object-fit:contain;}.post-preview-image img{max-height:250px;}}