*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--accent: #7F5AF0;--bg: #0d0d0d;--surface: #111111;--border: #1a1a1a;--border-mid: #2a2a2a;--text-primary: #f0f0f0;--text-body: #c9c9c9;--text-muted: #666666;--text-dim: #444444;--text-dead: #333333}[data-theme=light]{--bg: #fafafa;--surface: #ffffff;--border: #e5e5e5;--border-mid: #d4d4d4;--text-primary: #111111;--text-body: #333333;--text-muted: #737373;--text-dim: #a3a3a3;--text-dead: #d4d4d4}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text-body);font-family:JetBrains Mono,ui-monospace,Cascadia Code,monospace;font-size:13px;line-height:1.7;-webkit-font-smoothing:antialiased;transition:background .3s,color .3s}a{color:inherit;text-decoration:none}nav{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2rem;border-bottom:.5px solid var(--border);position:sticky;top:0;background:var(--bg);z-index:100;transition:background .3s,border-color .3s}.nav-logo{color:var(--accent);font-size:14px;font-weight:500;letter-spacing:.02em}.nav-group{display:flex;align-items:center;gap:1.5rem}.nav-links{display:flex;gap:1.5rem;list-style:none}.nav-links a{color:var(--text-muted);font-size:12px;letter-spacing:.04em;transition:color .2s;transition:color .2s,border-color .2s}.nav-links a:hover{color:var(--text-body)}.nav-links a[aria-current=page]{color:var(--accent)}.theme-toggle{background:none;border:.5px solid var(--border-mid);color:var(--text-dim);cursor:pointer;padding:5px 8px;border-radius:3px;display:flex;align-items:center;transition:border-color .2s,color .2s;line-height:0}.theme-toggle:hover{border-color:var(--accent);color:var(--accent)}.theme-toggle svg{stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.theme-toggle .sun{display:block}.theme-toggle .moon,[data-theme=light] .theme-toggle .sun{display:none}[data-theme=light] .theme-toggle .moon{display:block}.section{padding:3.5rem 2rem;border-bottom:.5px solid var(--border);max-width:720px}.section-label{font-size:11px;color:var(--accent);letter-spacing:.1em;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.section-label:after{content:"";display:block;height:.5px;width:40px;background:var(--border-mid)}.section h2{font-size:18px;font-weight:500;color:var(--text-primary);margin-bottom:.75rem;letter-spacing:-.01em}.section p{color:var(--text-muted);font-size:13px;font-style:italic;line-height:1.8;border-left:1.5px solid var(--border);padding-left:1rem}.hero{padding:5rem 2rem 4rem;border-bottom:.5px solid var(--border);max-width:720px}.hero-prompt{color:var(--accent);font-size:12px;margin-bottom:1rem;letter-spacing:.06em}.hero h1{font-size:28px;font-weight:500;color:var(--text-primary);line-height:1.3;margin-bottom:1.25rem;letter-spacing:-.01em}.hero h1 span{color:var(--accent)}.hero-desc{color:var(--text-muted);font-size:13px;max-width:520px;line-height:1.8;margin-bottom:1.5rem;border-left:none;padding-left:0;font-style:normal}.tags{display:flex;gap:.5rem;flex-wrap:wrap}.tag{font-size:11px;padding:3px 10px;border:.5px solid var(--border-mid);color:var(--text-dim);border-radius:2px;letter-spacing:.04em;transition:border-color .2s,color .2s;cursor:default}.tag:hover{border-color:var(--accent);color:var(--text-muted)}.hero-tagline{display:inline-flex;align-items:center}.cursor{width:9px;height:1em;background:var(--accent);animation:blink 1.1s step-end infinite;margin-left:2px;flex-shrink:0}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.about-body p{color:var(--text-muted);font-size:13px;line-height:1.9;margin-bottom:1.1rem}.about-body p:last-child{margin-bottom:0}.about-body em{font-style:italic;color:var(--text-body)}.phil-list{margin-top:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.phil-item{display:flex;gap:1rem;align-items:flex-start}.phil-num{font-size:11px;color:var(--accent);min-width:20px;padding-top:1px}.phil-text{font-size:13px;color:var(--text-muted);font-style:italic;line-height:1.8}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1px;margin-top:1.5rem;border:.5px solid var(--border)}.card{padding:1.25rem;background:var(--surface);transition:background .2s;cursor:pointer}.card:hover{background:#161616}[data-theme=light] .card:hover{background:#f0f0f0}.card-icon{font-size:18px;color:var(--accent);margin-bottom:.75rem}.card-icon svg{width:18px;height:18px;stroke:var(--accent);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.card-title{font-size:13px;font-weight:500;color:var(--text-primary);margin-bottom:.35rem}.card-sub{font-size:11px;color:var(--text-dim);line-height:1.6}.card-ext{font-size:10px;color:var(--accent);margin-top:.75rem;letter-spacing:.06em}.writing-muted{color:var(--text-dim);font-style:italic;font-size:12px;margin-top:1.5rem}.essay-list{margin-top:1.5rem;display:flex;flex-direction:column}.essay-list-item{display:block;padding:1.5rem 0;border-top:.5px solid var(--border);transition:opacity .2s}.essay-list-item:last-child{border-bottom:.5px solid var(--border)}.essay-list-item:hover{opacity:.7}.essay-list-meta{font-size:11px;color:var(--text-dim);letter-spacing:.06em;margin-bottom:.6rem;text-transform:uppercase}.essay-list-meta span{color:var(--border-mid);margin:0 .4rem}.essay-list-title{font-size:15px;color:var(--text-primary);font-weight:500;margin-bottom:.5rem;letter-spacing:-.01em}.essay-list-excerpt{font-size:12px;color:var(--text-muted);line-height:1.75;font-style:normal;border-left:none;padding-left:0;max-width:560px}.essay{max-width:700px;padding:3rem 2rem 4rem;border-bottom:.5px solid var(--border)}.essay-back{display:inline-block;font-size:11px;color:var(--text-dim);letter-spacing:.06em;margin-bottom:2.5rem;transition:color .2s}.essay-back:before{content:"← "}.essay-back:hover{color:var(--accent)}.essay-header{margin-bottom:3rem}.essay-meta{font-size:11px;color:var(--accent);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.25rem}.essay-meta span{color:var(--text-dim);margin:0 .35rem}.essay-title{font-size:26px;font-weight:500;color:var(--text-primary);line-height:1.25;letter-spacing:-.015em;margin:0}.essay-body{counter-reset:essay-section}.essay-body p{font-size:13.5px;color:var(--text-body);line-height:1.85;margin-bottom:1.4rem;border-left:none;padding-left:0;font-style:normal}.essay-body p:last-child{margin-bottom:0}.essay-body hr{border:none;height:.5px;background:var(--border-mid);width:40px;margin:2.5rem 0 .5rem}.essay-body h2{font-size:16px;font-weight:500;color:var(--text-primary);margin:3rem 0 1.25rem;letter-spacing:-.01em;counter-increment:essay-section;display:flex;align-items:baseline;gap:.85rem;line-height:1.4}.essay-body h2:before{content:counter(essay-section,decimal-leading-zero);font-size:11px;color:var(--accent);letter-spacing:.1em;font-weight:400;flex-shrink:0;position:relative;top:-2px}.essay-body a{color:var(--accent);text-decoration:none;border-bottom:.5px solid var(--border-mid);transition:border-color .2s}.essay-body a:hover{border-color:var(--accent)}.essay-body strong{color:var(--text-primary);font-weight:500}.essay-body em{font-style:italic;color:var(--text-body)}.essay-body code{font-family:inherit;font-size:.9em;background:var(--surface);padding:1px 6px;border-radius:2px;color:var(--accent);border:.5px solid var(--border)}.essay-pull{margin:2.5rem 0 0;padding:.5rem 0 0 1.25rem;border-left:1.5px solid var(--accent);font-size:15px;color:var(--text-primary);line-height:1.6;font-style:italic}.essay-closing{margin-top:3.5rem;padding-top:1.5rem;border-top:.5px solid var(--border);font-size:11px;color:var(--text-dim);letter-spacing:.04em;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}.essay-closing a{color:var(--text-dim);border-bottom:.5px solid var(--border-mid);transition:color .2s,border-color .2s}.essay-closing a:hover{color:var(--accent);border-color:var(--accent)}.now-list{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.now-item{display:flex;gap:.75rem;align-items:flex-start;font-size:13px}.now-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);margin-top:6px;flex-shrink:0}.now-dot.dim{background:var(--border-mid)}.now-text{color:var(--text-muted)}.now-text strong{color:var(--text-primary)}footer{padding:2rem 2rem 3rem;display:flex;align-items:center;justify-content:space-between;max-width:720px}.footer-sig{font-size:12px;color:var(--text-dead)}.footer-links{display:flex;gap:1.25rem}.footer-links a{font-size:11px;color:var(--text-dead);letter-spacing:.04em;transition:color .2s}.footer-links a:hover{color:var(--accent)}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.hero,.section,footer{animation:fadeUp .5s ease both}.hero{animation-delay:.05s}.section{animation-delay:.1s}footer{animation-delay:.2s}@media(max-width:640px){nav{flex-direction:column;gap:.75rem;padding:1rem 1.25rem}.nav-group{width:100%;justify-content:space-between}.hero{padding:3rem 1.25rem 2.5rem}.section{padding:2.5rem 1.25rem}.hero h1{font-size:22px}.hero-desc{font-size:12px}.cards{grid-template-columns:1fr}.essay{padding:2.5rem 1.25rem 3rem}.essay-title{font-size:22px}.essay-body p{font-size:13px}.essay-pull{font-size:14px}footer{flex-direction:column;gap:1rem;padding:1.5rem 1.25rem 2.5rem;text-align:center}}
