:root{--bg:#fafafa;--bg-card:#ffffff;--text:#1a1a1a;--text-muted:#6b7280;--border:#e5e7eb;--accent:#3b82f6;--tag-bg:#f3f4f6;--tag-text:#374151;--mono:"JetBrains Mono", ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--sans:"Karla", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}@media(prefers-color-scheme:dark){:root{--bg:#111111;--bg-card:#1a1a1a;--text:#e5e5e5;--text-muted:#9ca3af;--border:#2d2d2d;--accent:#60a5fa;--tag-bg:#262626;--tag-text:#d1d5db}}body{font-family:var(--mono)!important;background-color:var(--bg)!important;color:var(--text)!important;margin:0;-webkit-font-smoothing:antialiased}.site-header{max-width:800px;margin:0 auto;padding:2rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.site-logo{font-family:var(--mono);font-size:1.1rem;font-weight:600;color:var(--text);text-decoration:none;letter-spacing:.02em}.site-logo:hover{color:var(--accent)}.site-nav{display:flex;align-items:center;gap:1.5rem}.site-nav a{font-family:var(--sans);font-size:.9rem;color:var(--text-muted);text-decoration:none;transition:color .15s}.site-nav a:hover{color:var(--text)}.main-content{max-width:800px;margin:0 auto;padding:0 1.5rem 4rem}.page-title{font-family:var(--mono);font-size:1.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;line-height:1.3;color:var(--text);margin:0 0 .5rem}.page-description{font-size:1rem;color:var(--text-muted);margin:0 0 2.5rem;line-height:1.6}.post-list{list-style:none;padding:0;margin:0}.post-item{padding:1.5rem 0;border-bottom:1px solid var(--border)}.post-item:first-child{padding-top:0}.post-date{font-family:var(--mono);font-size:.8rem;color:var(--text-muted);margin-bottom:.4rem}.post-title{font-family:var(--mono);font-size:1.25rem;font-weight:600;margin:0 0 .5rem;line-height:1.4}.post-title a{color:var(--text);text-decoration:none;transition:color .15s}.post-title a:hover{color:var(--accent)}.post-summary{font-size:.95rem;color:var(--text-muted);line-height:1.6;margin:0 0 .75rem}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem}.post-tag{font-size:.75rem;font-weight:500;padding:.2rem .6rem;background:var(--tag-bg);color:var(--tag-text);border-radius:4px;text-decoration:none;transition:background .15s}.post-tag:hover{background:var(--border)}.rss-link{font-size:.85rem;color:var(--text-muted);text-decoration:underline;text-decoration-style:dotted;text-underline-offset:3px}.rss-link:hover{color:var(--text)}.post-header{margin-top:2.5rem;margin-bottom:1.5rem}.post-header .post-date{margin-bottom:.75rem}.post-header .post-title{font-family:var(--mono);font-size:1.75rem;font-weight:700;line-height:1.3;margin-bottom:0;color:var(--text)}.post-content{font-family:var(--mono)!important;font-size:1.05rem;line-height:1.75;color:var(--text)}.post-content h1{display:none}.post-content h2{font-family:var(--mono);font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px dashed var(--border);color:var(--text)}.post-content h3{font-family:var(--mono);font-size:inherit;font-weight:700;margin-top:1.5rem;margin-bottom:.5rem;color:var(--text)}.post-content p{margin:0 0 1.25rem;font-size:.92rem;line-height:1.75}.post-content a{color:var(--accent);font-weight:500;text-decoration:underline;text-decoration-thickness:2px;text-decoration-color:rgba(59,130,246,.4);text-underline-offset:2px;transition:text-decoration-color .15s}.post-content a:hover{text-decoration-color:var(--accent)}.post-content ul,.post-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.post-content li{margin-bottom:.5rem;line-height:1.75}.post-content code{font-family:var(--mono);font-size:.85em;background:var(--tag-bg);padding:.15rem .4rem;border-radius:4px}.post-content pre{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:1.25rem;overflow-x:auto;margin:1.5rem 0;font-size:.9rem;line-height:1.6}.post-content pre code{font-family:var(--mono);background:0 0;padding:0;font-size:inherit}.post-content blockquote{border-left:3px solid var(--accent);margin:1.5rem 0;padding:.5rem 1.25rem;color:var(--text-muted);font-style:italic}.post-content img{max-width:100%;border-radius:8px;margin:1.5rem 0}.post-content hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.post-content strong{font-weight:700;color:var(--text)}.site-footer{max-width:800px;margin:0 auto;padding:2rem 1.5rem;border-top:1px solid var(--border);font-size:.85rem;color:var(--text-muted);text-align:center}.site-footer a{color:var(--text-muted);text-decoration:none}.site-footer a:hover{color:var(--text)}.pagination{display:flex;justify-content:center;gap:1rem;padding:2rem 0 0}.pagination a{color:var(--accent);text-decoration:none;font-size:.9rem}.tag-list{display:flex;flex-wrap:wrap;gap:.75rem;padding:0;list-style:none}.tag-list-item a{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem;padding:.35rem .8rem;background:var(--tag-bg);color:var(--tag-text);border-radius:6px;text-decoration:none;transition:background .15s}.tag-list-item a:hover{background:var(--border)}.tag-count{font-size:.75rem;color:var(--text-muted)}.hero{padding:4rem 0 6rem;text-align:left}.hero-headline{font-family:var(--mono);font-size:2.2rem;font-weight:700;line-height:1.3;color:var(--text);margin:0 0 1.5rem;max-width:none}.hero-subtitle{font-size:1.1rem;color:var(--text-muted);line-height:1.7;margin:0 0 1.5rem;max-width:none}.hero-definition{font-size:1.05rem;color:var(--text-muted);line-height:1.8;margin:0 0 2rem}.hero-definition em{font-style:italic;color:var(--text-muted)}.hero-pronunciation{font-family:var(--sans);font-size:.95rem;color:var(--text-muted);letter-spacing:.02em}.hero-content{font-size:1rem;color:var(--text-muted);line-height:1.7;margin-bottom:2rem;max-width:550px}.hero-content p{margin:0 0 1rem}.hero-content a{color:var(--accent);text-decoration:underline;text-decoration-style:dotted;text-underline-offset:3px}.hero-cta{display:inline-block;font-family:var(--mono);font-size:1rem;font-weight:500;color:var(--accent);text-decoration:underline;text-decoration-style:dotted;text-underline-offset:4px;transition:text-decoration-style .15s}.hero-cta:hover{text-decoration-style:solid}.swap-word{position:relative;cursor:pointer;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:3px;text-decoration-color:var(--border);transition:text-decoration-color .15s}.swap-word:hover{text-decoration-color:var(--accent)}.swap-real{display:none}.swap-word:hover .swap-nice{display:none}.swap-word:hover .swap-real{display:inline;color:var(--accent)}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;margin-top:2rem}.project-card{display:flex;flex-direction:column;padding:1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;text-decoration:none;transition:border-color .15s,box-shadow .15s}.project-card:hover{border-color:var(--accent);box-shadow:0 2px 12px rgba(0,0,0,6%)}@media(prefers-color-scheme:dark){.project-card:hover{box-shadow:0 2px 12px rgba(0,0,0,.3)}}.project-title{font-family:var(--mono);font-size:1.15rem;font-weight:600;color:var(--text);margin:0 0 .5rem}.project-description{font-size:.9rem;color:var(--text-muted);line-height:1.6;margin:0 0 1rem;flex:1}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.project-tag{font-size:.75rem;font-weight:500;padding:.2rem .6rem;background:var(--tag-bg);color:var(--tag-text);border-radius:4px}.project-link{font-family:var(--mono);font-size:.85rem;color:var(--accent);font-weight:500}