*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;background-color:#0d1117;color:#f0f6fc;line-height:1.6;min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;color:#f0f6fc}h1{font-size:2.5rem;letter-spacing:-0.02em}h2{font-size:1.75rem;letter-spacing:-0.01em}h3{font-size:1.25rem}h4{font-size:1.1rem}p{margin-bottom:1rem;color:#8b949e}a{color:#58a6ff;text-decoration:none;transition:color 150ms ease}a:hover{color:#79b8ff;text-decoration:underline}ul,ol{margin-left:1.5rem;margin-bottom:1rem;color:#8b949e}ul li,ol li{margin-bottom:.25rem}code{font-family:"JetBrains Mono","SF Mono","Fira Code",Consolas,monospace;font-size:.875em;background:#21262d;padding:.125rem .375rem;border-radius:4px;color:#f0f6fc}pre{font-family:"JetBrains Mono","SF Mono","Fira Code",Consolas,monospace;font-size:.875rem;line-height:1.7;background:#161b22;border:1px solid #30363d;border-radius:8px;padding:1.5rem;overflow-x:auto;margin-bottom:1.5rem}pre code{background:none;padding:0;border-radius:0}blockquote{border-left:3px solid #58a6ff;padding-left:1rem;margin:1.5rem 0;color:#8b949e;font-style:italic}img{max-width:100%;height:auto;border-radius:8px}hr{border:none;border-top:1px solid #30363d;margin:2rem 0}table{width:100%;border-collapse:collapse;margin-bottom:1.5rem}table th,table td{padding:.5rem 1rem;border:1px solid #30363d;text-align:left}table th{background:#21262d;font-weight:600;color:#f0f6fc}table td{color:#8b949e}table tr:nth-child(even){background:#161b22}::selection{background:rgba(88,166,255,.3);color:#f0f6fc}:focus-visible{outline:3px solid #58a6ff;outline-offset:2px}@media(prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}}.wrapper{max-width:900px;margin:0 auto;padding:0 2rem}@media(max-width: 640px){.wrapper{padding:0 1rem}}.site-header{background:#161b22;border-bottom:1px solid #30363d;padding:1rem 2rem;position:sticky;top:0;z-index:100}.site-header .header-inner{max-width:900px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}@media(max-width: 640px){.site-header{padding:1rem}}.site-title{font-family:"JetBrains Mono","SF Mono","Fira Code",Consolas,monospace;font-size:1.125rem;font-weight:600;color:#f0f6fc;text-decoration:none;display:flex;align-items:center;gap:.5rem}.site-title:hover{color:#f0f6fc;text-decoration:none}.site-title .logo-icon{width:24px;height:24px;background:linear-gradient(135deg, #58A6FF, #A371F7);border-radius:6px;flex-shrink:0}.site-nav{display:flex;gap:1.5rem}.site-nav .page-link{color:#8b949e;text-decoration:none;font-weight:500;font-size:.875rem;padding:.5rem .5rem;border-radius:6px;transition:all 150ms ease}.site-nav .page-link:hover{color:#f0f6fc;background:#21262d;text-decoration:none}.site-nav .nav-trigger{display:none}@media(max-width: 640px){.site-nav{gap:1rem}.site-nav .page-link{padding:.25rem}}.page-content{flex:1;padding:4rem 0}@media(max-width: 640px){.page-content{padding:2rem 0}}.site-footer{background:#161b22;border-top:1px solid #30363d;padding:2rem}.site-footer .footer-inner{max-width:900px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;color:#6e7681;font-size:.875rem}@media(max-width: 640px){.site-footer .footer-inner{flex-direction:column;gap:1rem;text-align:center}}.site-footer .footer-links{display:flex;gap:1rem}.site-footer .footer-links a{color:#6e7681}.site-footer .footer-links a:hover{color:#58a6ff}.hero{padding:4rem 0}@media(max-width: 640px){.hero{padding:2rem 0}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;font-family:"JetBrains Mono","SF Mono","Fira Code",Consolas,monospace;font-size:.75rem;color:#3fb950;background:rgba(63,185,80,.1);padding:.375rem .75rem;border-radius:100px;margin-bottom:1rem}.hero-badge::before{content:"";width:6px;height:6px;background:#3fb950;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}@media(prefers-reduced-motion: reduce){.hero-badge::before{animation:none}}.hero-title{font-size:2.75rem;font-weight:700;margin-bottom:1rem;letter-spacing:-0.02em;line-height:1.1}.hero-title .accent{color:#58a6ff}@media(max-width: 640px){.hero-title{font-size:2rem}}.hero-subtitle{font-size:1.125rem;color:#8b949e;max-width:480px;margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:6px;font-weight:500;font-size:.875rem;text-decoration:none;transition:all 150ms ease;cursor:pointer;border:none}.btn:hover{text-decoration:none}.btn-primary{background:#58a6ff;color:#0d1117}.btn-primary:hover{background:#79b8ff;color:#0d1117}.btn-secondary{background:#21262d;color:#f0f6fc;border:1px solid #30363d}.btn-secondary:hover{border-color:#6e7681;color:#f0f6fc}.section-title{font-size:.75rem;font-weight:600;color:#6e7681;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.section-title::after{content:"";flex:1;height:1px;background:#30363d}.post-list{list-style:none;margin:0;padding:0;display:grid;gap:1rem}.post-item{background:#161b22;border:1px solid #30363d;border-radius:12px;padding:1.5rem;transition:all 150ms ease;cursor:pointer}.post-item:hover{border-color:#58a6ff;transform:translateY(-2px)}.post-item a{text-decoration:none}.post-meta{font-family:"JetBrains Mono","SF Mono","Fira Code",Consolas,monospace;font-size:.75rem;color:#6e7681;margin-bottom:.5rem}.post-link{font-size:1.125rem;font-weight:600;color:#f0f6fc;margin-bottom:.5rem;display:block;text-decoration:none}.post-link:hover{color:#58a6ff;text-decoration:none}.post-excerpt{color:#8b949e;font-size:.875rem;margin:0}.post-tags{display:flex;gap:.5rem;margin-top:1rem}.tag{font-family:"JetBrains Mono","SF Mono","Fira Code",Consolas,monospace;font-size:.625rem;color:#58a6ff;background:rgba(88,166,255,.1);padding:.25rem .5rem;border-radius:4px}.post-header{margin-bottom:2rem}.post-header .post-title{font-size:2.25rem;margin-bottom:1rem}@media(max-width: 640px){.post-header .post-title{font-size:1.75rem}}.post-header .post-meta{font-size:.875rem}.post-content h2,.post-content h3,.post-content h4{margin-top:2rem;margin-bottom:1rem}.post-content p,.post-content ul,.post-content ol{margin-bottom:1rem}.post-content img{margin:1.5rem 0}.page .page-title{font-size:2rem;margin-bottom:1.5rem}.page .page-content-inner{color:#8b949e}.page .page-content-inner h2,.page .page-content-inner h3{color:#f0f6fc;margin-top:2rem;margin-bottom:1rem}.apps-section{margin-top:2rem}.app-card{background:#161b22;border:1px solid #30363d;border-radius:12px;padding:1.5rem;margin-bottom:1rem}.app-card h3{margin-bottom:.5rem}.app-card p{margin-bottom:1rem}.app-card .app-links{display:flex;gap:1rem}.code-window{background:#161b22;border:1px solid #30363d;border-radius:12px;overflow:hidden;margin:1.5rem 0}.code-window .code-header{display:flex;gap:.375rem;padding:.5rem 1rem;background:#21262d;border-bottom:1px solid #30363d}.code-window .dot{width:10px;height:10px;border-radius:50%}.code-window .dot.red{background:#ff5f56}.code-window .dot.yellow{background:#ffbd2e}.code-window .dot.green{background:#27c93f}.code-window pre{margin:0;border:none;border-radius:0}.home .post-list{margin-top:1.5rem}.highlight{background:#161b22;border-radius:8px}.highlight pre{margin:0;padding:1.5rem}.highlighter-rouge .highlight{background:#161b22;border:1px solid #30363d}.highlight .c,.highlight .c1,.highlight .cm,.highlight .cs{color:#6e7681;font-style:italic}.highlight .k,.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#a371f7}.highlight .s,.highlight .s1,.highlight .s2,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#3fb950}.highlight .m,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo,.highlight .il{color:#d29922}.highlight .n{color:#f0f6fc}.highlight .na{color:#58a6ff}.highlight .nb{color:#79c0ff}.highlight .nc{color:#d29922;font-weight:600}.highlight .nd{color:#a371f7}.highlight .nf{color:#58a6ff}.highlight .ni{color:#f0f6fc}.highlight .nl{color:#58a6ff}.highlight .nn{color:#d29922}.highlight .no{color:#d29922}.highlight .nt{color:#3fb950}.highlight .nv,.highlight .vc,.highlight .vg,.highlight .vi{color:#ffa657}.highlight .o,.highlight .ow{color:#ff7b72}.highlight .p{color:#f0f6fc}.highlight .gd{color:#ff7b72;background:rgba(255,123,114,.1)}.highlight .ge{font-style:italic}.highlight .gi{color:#3fb950;background:rgba(63,185,80,.1)}.highlight .gp{color:#6e7681}.highlight .gs{font-weight:bold}.highlight .gu{color:#58a6ff}.highlight .err{color:#ff7b72}.highlight .w{color:#f0f6fc}.highlight .bp{color:#58a6ff}.highlight .fm{color:#58a6ff}.language-swift .highlight .kd{color:#a371f7}.language-swift .highlight .kt{color:#d29922}.language-swift .highlight .k{color:#a371f7}.language-swift .highlight .nf{color:#58a6ff}.language-swift .highlight .nc{color:#d29922}/*# sourceMappingURL=main.css.map */