:root{--bg: #f4f1ea;--ink: #111111;--accent: #e5342a;--muted: #6b6b6b;--border: #111111;--font-mono: "JetBrains Mono", "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;--border-w: 2px;--shadow: 4px 4px 0 var(--ink);--shadow-sm: 2px 2px 0 var(--ink);--maxw: 46rem;--space: 1.25rem}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body,#root{min-height:100vh}body{background:var(--bg);color:var(--ink);font-family:var(--font-mono);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--ink);text-decoration:none;border-bottom:var(--border-w) solid var(--accent);transition:background .12s ease,color .12s ease}a:hover{background:var(--accent);color:var(--bg)}.inline-link{color:var(--accent);border-bottom:var(--border-w) solid var(--accent)}.inline-link:hover{background:var(--accent);color:var(--bg)}h1,h2,h3{font-weight:700;line-height:1.2;letter-spacing:-.01em}:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.container{max-width:var(--maxw);margin:0 auto;padding:2.5rem 1.25rem 4rem}.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;max-width:var(--maxw);margin:0 auto;padding:1rem 1.25rem;border-bottom:var(--border-w) solid var(--border)}.nav-brand{border:none;font-weight:700;display:inline-flex;align-items:center;gap:.5rem;letter-spacing:.02em}.nav-brand:hover{background:none;color:var(--ink)}.nav-slime{width:1.6rem;height:1.6rem;object-fit:cover;border:var(--border-w) solid var(--border)}.nav-links{display:flex;gap:.5rem}.nav-link{border:var(--border-w) solid var(--border);padding:.15rem .6rem;text-transform:uppercase;font-size:.85rem}.nav-link--active{background:var(--accent);color:var(--bg)}.footer{max-width:var(--maxw);margin:0 auto;padding:1.5rem 1.25rem;border-top:var(--border-w) solid var(--border);display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;color:var(--muted);font-size:.85rem}section{margin-bottom:3rem}.stack{display:flex;flex-direction:column;gap:1rem}.box{border:var(--border-w) solid var(--border);box-shadow:var(--shadow);background:var(--bg);padding:1rem 1.15rem}.section-header{display:inline-block;border:var(--border-w) solid var(--border);background:var(--ink);color:var(--bg);text-transform:uppercase;font-size:.95rem;letter-spacing:.04em;padding:.25rem .7rem;margin-bottom:1.1rem}.section-header-prompt{color:var(--accent)}.home-header{display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:3rem;flex-wrap:wrap}.avatar{width:7rem;height:7rem;object-fit:cover;border:var(--border-w) solid var(--border);box-shadow:var(--shadow)}.home-name{font-size:2rem;margin-bottom:.4rem}.home-bio{max-width:34rem;margin-bottom:.75rem}.home-socials{display:flex;flex-wrap:wrap;gap:.6rem 1rem;margin-bottom:.5rem}.home-more{color:var(--muted);font-size:.9rem}.item-when{color:var(--muted);font-size:.85rem}.item-role{font-weight:700;margin:.15rem 0 .5rem}.item-org{color:var(--accent);font-weight:400}.item-notes p{margin-bottom:.4rem}.item-notes p:last-child{margin-bottom:0}.muted{color:var(--muted)}.cta p{margin-bottom:.75rem}.cta p:last-child{margin-bottom:0}.prose p{margin-bottom:.7rem}.prose p:last-child{margin-bottom:0}.prose ul{margin-left:1.5rem;margin-bottom:.7rem;list-style-type:square}.prose li{margin-bottom:.3rem}.prose ul:last-child{margin-bottom:0}.currently{display:grid;grid-template-columns:max-content 1fr;gap:.5rem 1.25rem}.currently-key{color:var(--accent);text-transform:uppercase;font-size:.85rem}@media(max-width:30rem){.currently{grid-template-columns:1fr}.currently-key{margin-top:.5rem}}.anime-grid{border:var(--border-w) solid var(--border);box-shadow:var(--shadow)}.anime-row{display:grid;grid-template-columns:2.5rem 1fr;gap:.75rem;align-items:baseline;padding:.4rem .75rem;border-bottom:1px solid var(--border)}.anime-row:last-child{border-bottom:none}.anime-score{color:var(--accent);font-weight:700}.anime-title{font-weight:700}.brutal-btn{font-family:inherit;font-size:.85rem;text-transform:uppercase;background:var(--bg);color:var(--ink);border:var(--border-w) solid var(--border);box-shadow:var(--shadow-sm);padding:.35rem .8rem;cursor:pointer;transition:transform .08s ease,box-shadow .08s ease}.brutal-btn:hover{background:var(--accent);color:var(--bg)}.brutal-btn:active{transform:translate(2px,2px);box-shadow:none}.anime-toggle{margin-top:.75rem}.film-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(7rem,1fr));gap:.75rem}.film-card{border:var(--border-w) solid var(--border);box-shadow:var(--shadow-sm);background:var(--bg);display:flex;flex-direction:column}.film-card:hover{background:none;color:var(--ink)}.film-poster{width:100%;aspect-ratio:2 / 3;object-fit:cover;border-bottom:var(--border-w) solid var(--border);display:block}.film-poster--empty{display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:.75rem}.film-meta{padding:.4rem .5rem}.film-title{font-size:.8rem;font-weight:700;line-height:1.3}.film-rating{color:var(--accent);font-size:.8rem}
