:root{--surface: #ffffff;--surface-trans: rgba(255, 255, 255, 0.75);--on-surface: #1c1917;--muted: #57534e;--primary: #ea580c;--primary-glow: rgba(234, 88, 12, 0.25);--border: #e7e5e4;--nav-bg: #fafaf9;--bg-color: #fff7ed;--elev-1: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);--elev-card: 0 20px 40px -5px rgba(0, 0, 0, 0.1), 0 10px 20px -5px rgba(0, 0, 0, 0.04)}:root[data-theme=dark]{--surface: #1c1917;--surface-trans: rgba(28, 25, 23, 0.7);--on-surface: #fafaf9;--muted: #a8a29e;--primary: #fb923c;--primary-glow: rgba(251, 146, 60, 0.35);--border: #292524;--nav-bg: #292524;--bg-color: #0c0a09}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{overflow-y:scroll}body{font-family:"Inter",system-ui,sans-serif;background-color:rgba(0,0,0,0);color:var(--on-surface);line-height:1.4;min-height:100vh;overflow-x:hidden;transition:color .3s ease}#bg-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background-color:var(--bg-color);transition:background-color .3s ease}.glass-card{background:var(--surface-trans);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:24px;border:1px solid var(--border);box-shadow:var(--elev-card)}.minimal-wrapper{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;padding-top:5rem;width:100%}.profile-card{width:100%;max-width:800px;padding:4rem 3rem;display:flex;flex-direction:column;align-items:center;gap:2.5rem;animation:slideIn .8s cubic-bezier(0.16, 1, 0.3, 1)}.profile-header{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center;width:100%;border-bottom:1px solid var(--border);padding-bottom:2.5rem}.atom{width:100px;height:100px;color:var(--primary);filter:drop-shadow(0 0 20px var(--primary-glow));animation:atomRotate 20s infinite;flex-shrink:0}@keyframes atomRotate{0%,10%{transform:rotate(0deg)}15%,25%{transform:rotate(60deg)}30%,40%{transform:rotate(180deg)}45%,55%{transform:rotate(120deg)}60%,70%{transform:rotate(240deg)}75%,85%{transform:rotate(300deg)}90%,100%{transform:rotate(360deg)}}.name{font-family:"Teko",sans-serif;font-weight:600;font-size:clamp(3rem,6vw,5.5rem);line-height:.9;color:var(--primary);text-shadow:0 0 30px var(--primary-glow);margin-bottom:0;white-space:nowrap;text-align:center}.social-row{display:flex;gap:1rem;justify-content:center;margin-top:.5rem}.profile-content{text-align:left;width:100%}.profile-content p{color:var(--muted);font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.profile-content p:last-child{margin-bottom:0}.minimal-footer{margin-top:.5rem;text-align:center;padding:.5rem 0}.minimal-footer p{color:var(--muted);font-family:"JetBrains Mono",monospace;font-size:.85rem;opacity:.7}.theme-toggle{width:36px;height:36px;border-radius:10px;border:1px solid var(--border);background:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.theme-toggle:hover{background:var(--surface);border-color:var(--primary);transform:rotate(15deg);box-shadow:0 4px 12px var(--primary-glow)}.theme-icon{width:20px;height:20px;background-color:var(--muted);-webkit-mask-image:url("https://api.iconify.design/mdi:weather-night.svg");mask-image:url("https://api.iconify.design/mdi:weather-night.svg");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;transition:background-color .2s}:root[data-theme=dark] .theme-icon{-webkit-mask-image:url("https://api.iconify.design/mdi:weather-sunny.svg");mask-image:url("https://api.iconify.design/mdi:weather-sunny.svg")}.theme-toggle:hover .theme-icon{background-color:var(--primary)}.icon{height:48px;padding:0 1.5rem;border-radius:99px;display:flex;align-items:center;justify-content:center;gap:.75rem;color:var(--muted);background:var(--nav-bg);border:1px solid var(--border);transition:all .2s cubic-bezier(0.4, 0, 0.2, 1);text-decoration:none}.social-icon{width:24px;height:24px;background-color:currentColor;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.icon:hover{transform:translateY(-2px);color:var(--primary);border-color:var(--primary);box-shadow:0 4px 12px var(--primary-glow);background:var(--surface)}.icon-label{font-family:"JetBrains Mono",monospace;font-size:.9rem;font-weight:600;white-space:nowrap}.icon--github .social-icon{mask-image:url("https://api.iconify.design/mdi:github.svg");-webkit-mask-image:url("https://api.iconify.design/mdi:github.svg")}.icon--huggingface .social-icon{mask-image:url("https://api.iconify.design/simple-icons:huggingface.svg");-webkit-mask-image:url("https://api.iconify.design/simple-icons:huggingface.svg")}.icon--substack .social-icon{mask-image:url("https://api.iconify.design/simple-icons:substack.svg");-webkit-mask-image:url("https://api.iconify.design/simple-icons:substack.svg");-webkit-mask-size:85%;mask-size:85%}.icon--email .social-icon{mask-image:url("https://api.iconify.design/mdi:email.svg");-webkit-mask-image:url("https://api.iconify.design/mdi:email.svg")}@media(max-width: 480px){.profile-card{padding:2rem 1.5rem}.name{font-size:2.5rem}.atom{width:80px;height:80px}.icon-label{display:none}.icon{width:48px;padding:0}}@keyframes slideIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.site-nav{position:fixed;top:1.5rem;left:50%;transform:translateX(-50%);z-index:1000;display:flex;align-items:center;gap:.75rem;padding:.4rem .5rem .4rem .75rem;border-radius:99px;animation:navSlideIn .6s cubic-bezier(0.16, 1, 0.3, 1)}@keyframes navSlideIn{from{opacity:0;transform:translateX(-50%) translateY(20px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.nav-logo{display:flex;align-items:center;text-decoration:none;color:var(--primary)}.nav-atom{width:28px;height:28px;filter:drop-shadow(0 0 8px var(--primary-glow))}.nav-links{display:flex;gap:.25rem;margin-left:.25rem}.nav-link{font-family:"JetBrains Mono",monospace;font-size:.8rem;font-weight:600;color:var(--muted);text-decoration:none;padding:.4rem .75rem;border-radius:99px;transition:all .2s ease;white-space:nowrap}.nav-link:hover{color:var(--primary);background:var(--primary-glow)}.nav-link.is-active{color:var(--primary);background:var(--primary-glow)}@media(max-width: 480px){.site-nav{top:1rem;gap:.4rem;padding:.35rem .4rem .35rem .6rem}.nav-link{font-size:.7rem;padding:.35rem .5rem}.nav-atom{width:24px;height:24px}}.page-wrapper{display:flex;justify-content:center;padding:6rem 2rem 1rem;width:100%}.page-grid{display:grid;grid-template-columns:260px 1fr;gap:2rem;max-width:1100px;width:100%;align-items:start;animation:slideIn .8s cubic-bezier(0.16, 1, 0.3, 1)}.sidebar{position:sticky;top:6rem;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.sidebar-profile{display:flex;flex-direction:column;align-items:center;gap:.75rem}.sidebar-atom{width:50px;height:50px;filter:drop-shadow(0 0 12px var(--primary-glow))}.sidebar-name{font-family:"Teko",sans-serif;font-weight:600;font-size:1.8rem;line-height:1;color:var(--primary);text-shadow:0 0 20px var(--primary-glow)}.sidebar-bio{border-top:1px solid var(--border);padding-top:1rem}.sidebar-bio p{color:var(--muted);font-size:.85rem;line-height:1.6}.sidebar-social{display:flex;flex-direction:row;gap:.5rem;flex-wrap:wrap;justify-content:center;border-top:1px solid var(--border);padding-top:1rem;width:100%}.sidebar-social .icon{height:40px;padding:0;width:40px}.sidebar-social .icon-label{display:none}.page-content{padding:2.5rem 2rem}.page-title{font-family:"Teko",sans-serif;font-weight:600;font-size:2.5rem;line-height:1;color:var(--primary);text-shadow:0 0 20px var(--primary-glow);margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}@media(max-width: 768px){.page-grid{grid-template-columns:1fr}.sidebar{position:static;flex-direction:row;flex-wrap:wrap;justify-content:center;padding:1.5rem;gap:1rem}.sidebar-profile{flex-direction:row;gap:.75rem}.sidebar-atom{width:36px;height:36px}.sidebar-name{font-size:1.4rem}.sidebar-bio{display:none}.sidebar-social{border-top:none;padding-top:0}.page-content{padding:2rem 1.5rem}}.post-list{display:flex;flex-direction:column;gap:1.5rem}.post-preview{padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.post-preview:last-child{border-bottom:none;padding-bottom:0}.post-preview-title{font-family:"Teko",sans-serif;font-weight:500;font-size:1.6rem;line-height:1.1;margin-bottom:.5rem}.post-preview-title a{color:var(--on-surface);text-decoration:none;transition:color .2s ease}.post-preview-title a:hover{color:var(--primary)}.post-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;font-family:"JetBrains Mono",monospace;font-size:.8rem;color:var(--muted);margin-bottom:.75rem}.post-excerpt{color:var(--muted);font-size:.95rem;line-height:1.6}.empty-state{color:var(--muted);font-size:1rem;text-align:center;padding:2rem 0}.tag-pill{display:inline-block;font-family:"JetBrains Mono",monospace;font-size:.7rem;font-weight:600;color:var(--primary);background:var(--primary-glow);padding:.2rem .6rem;border-radius:99px;text-decoration:none;transition:all .2s ease}a.tag-pill:hover{background:var(--primary);color:var(--surface)}.tag-pill--large{font-size:.8rem;padding:.3rem .8rem}.tag-count{opacity:.7}.tag-cloud{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.tag-section{margin-bottom:2rem}.tag-heading{font-family:"JetBrains Mono",monospace;font-size:1.1rem;font-weight:600;color:var(--primary);margin-bottom:.75rem}.tag-post-list{list-style:none;padding:0}.tag-post-list li{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:.5rem 0;border-bottom:1px solid var(--border)}.tag-post-list li:last-child{border-bottom:none}.tag-post-list a{color:var(--on-surface);text-decoration:none;transition:color .2s ease}.tag-post-list a:hover{color:var(--primary)}.tag-post-list time{font-family:"JetBrains Mono",monospace;font-size:.75rem;color:var(--muted);white-space:nowrap;flex-shrink:0}.post-article .post-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.post-title{font-family:"Teko",sans-serif;font-weight:600;font-size:2.5rem;line-height:1;color:var(--primary);text-shadow:0 0 20px var(--primary-glow);margin-bottom:.75rem}.post-tags{display:inline-flex;gap:.4rem;flex-wrap:wrap}.post-body{color:var(--on-surface);font-size:1rem;line-height:1.8}.post-body h2{font-family:"Teko",sans-serif;font-weight:500;font-size:1.8rem;line-height:1.1;color:var(--on-surface);margin-top:2rem;margin-bottom:.75rem}.post-body h3{font-family:"Teko",sans-serif;font-weight:500;font-size:1.4rem;line-height:1.2;color:var(--on-surface);margin-top:1.5rem;margin-bottom:.5rem}.post-body p{margin-bottom:1.25rem}.post-body ul,.post-body ol{margin-bottom:1.25rem;padding-left:1.5rem}.post-body li{margin-bottom:.4rem}.post-body a{color:var(--primary);text-decoration:underline;text-underline-offset:2px;transition:opacity .2s}.post-body a:hover{opacity:.8}.post-body blockquote{border-left:3px solid var(--primary);padding:.75rem 1.25rem;margin:1.5rem 0;color:var(--muted);background:var(--primary-glow);border-radius:0 12px 12px 0}.post-body code{font-family:"JetBrains Mono",monospace;font-size:.85em;background:var(--nav-bg);padding:.15rem .4rem;border-radius:4px;border:1px solid var(--border)}.post-body pre{background:var(--nav-bg);border:1px solid var(--border);border-radius:12px;padding:1.25rem;overflow-x:auto;margin:1.5rem 0}.post-body pre code{background:none;border:none;padding:0;font-size:.85rem;line-height:1.6}.post-body img{max-width:100%;height:auto;border-radius:12px;margin:1.5rem 0}.post-body hr{border:none;border-top:1px solid var(--border);margin:2rem 0}@media(max-width: 480px){.post-title{font-size:2rem}.post-body{font-size:.95rem}}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:1.5rem}.project-card{padding:1.5rem;border-radius:16px;transition:all .2s ease;display:flex;flex-direction:column;gap:.75rem}.project-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px var(--primary-glow);border-color:var(--primary)}.project-title{font-family:"Teko",sans-serif;font-weight:500;font-size:1.4rem;line-height:1.1}.project-title a{color:var(--on-surface);text-decoration:none;transition:color .2s ease}.project-title a:hover{color:var(--primary)}.project-desc{color:var(--muted);font-size:.9rem;line-height:1.6}.project-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:auto}.error-container{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:2rem;padding-top:5rem}.error-content{text-align:center;padding:4rem 3rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:500px;width:100%}.error-atom{width:80px;height:80px;filter:drop-shadow(0 0 20px var(--primary-glow))}.error-code{font-family:"Teko",sans-serif;font-weight:700;font-size:6rem;line-height:1;color:var(--primary);text-shadow:0 0 40px var(--primary-glow)}.error-message{font-family:"JetBrains Mono",monospace;font-size:1rem;color:var(--muted)}.home-button{margin-top:1rem;font-family:"JetBrains Mono",monospace;font-size:.9rem;font-weight:600}@media(max-width: 480px){.error-content{padding:2.5rem 1.5rem}.error-code{font-size:4rem}.error-atom{width:60px;height:60px}}/*# sourceMappingURL=main.css.map */