*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #faf9f7;--surface: #ffffff;--surface-2: #f4f1ec;--text: #1c1917;--muted: #57534e;--faint: #8a8480;--border: #e8e4de;--accent: #c2410c;--accent-hover: #9a3412;--accent-soft: rgba(194, 65, 12, .08);--shadow: 0 1px 2px rgba(28, 25, 23, .04), 0 4px 16px rgba(28, 25, 23, .05);--shadow-hover: 0 2px 4px rgba(28, 25, 23, .06), 0 8px 24px rgba(28, 25, 23, .09);color-scheme:light}:root[data-theme=dark]{--bg: #141110;--surface: #1d1917;--surface-2: #262120;--text: #ece8e3;--muted: #aaa39d;--faint: #7c756f;--border: #2e2926;--accent: #fb923c;--accent-hover: #fdba74;--accent-soft: rgba(251, 146, 60, .1);--shadow: 0 1px 2px rgba(0, 0, 0, .2), 0 4px 16px rgba(0, 0, 0, .25);--shadow-hover: 0 2px 4px rgba(0, 0, 0, .25), 0 8px 24px rgba(0, 0, 0, .35);color-scheme:dark}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.7;color:var(--text);background:var(--bg);max-width:46rem;margin:0 auto;padding:1.5rem 1.25rem 2rem;font-size:1rem;-webkit-font-smoothing:antialiased;transition:background .2s ease,color .2s ease}::selection{background:var(--accent);color:var(--bg)}h1,h2,h3,h4{font-family:Fraunces,Georgia,serif;font-weight:600;line-height:1.25;letter-spacing:-.01em;text-wrap:balance}h1{font-size:2.25rem;margin-bottom:1rem}h2{font-size:1.5rem;margin-bottom:.75rem}a{color:var(--text);text-decoration:none}main a{color:var(--accent);text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--accent) 35%,transparent);text-underline-offset:3px;transition:text-decoration-color .15s ease,color .15s ease}main a:hover{color:var(--accent-hover);text-decoration-color:currentColor}main a.plain{color:var(--text);text-decoration:none}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.skip-link{position:absolute;left:-9999px;top:0;background:var(--accent);color:#fff;padding:.5rem 1rem;border-radius:0 0 6px 6px;z-index:100}.skip-link:focus{left:1rem}header nav{display:flex;gap:1.4rem;align-items:center;padding:.75rem 0 1.5rem;margin-bottom:2.5rem;border-bottom:1px solid var(--border)}.site-title{font-family:Fraunces,Georgia,serif;font-weight:700;font-size:1.3rem;margin-right:auto;letter-spacing:-.015em}.title-dot{color:var(--accent)}.nav-links{display:flex;gap:1.3rem;align-items:center}.nav-links a{font-size:.92rem;font-weight:500;color:var(--muted);padding:.15rem 0;border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease}.nav-links a:hover{color:var(--text)}.nav-links a.active{color:var(--text);border-bottom-color:var(--accent)}#theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;border:1px solid var(--border);border-radius:50%;background:transparent;color:var(--muted);cursor:pointer;transition:color .15s ease,border-color .15s ease,background .15s ease}#theme-toggle:hover{color:var(--accent);border-color:var(--accent);background:var(--accent-soft)}:root[data-theme=dark] .icon-moon,:root:not([data-theme=dark]) .icon-sun{display:none}main{min-height:60vh}.section-label{font-family:Inter,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.tag{display:inline-block;background:var(--surface-2);border:1px solid var(--border);color:var(--muted);padding:.1rem .55rem;border-radius:999px;font-size:.75rem;font-weight:500}.rating{display:inline-block;padding:.12rem .55rem;border-radius:999px;font-size:.72rem;font-weight:600;letter-spacing:.02em}.rating-obsessed{background:#fef3c7;color:#92400e}.rating-really-liked-it{background:#d1fae5;color:#065f46}.rating-it-was-fine{background:#e7e5e4;color:#57534e}.rating-dnf{background:#fee2e2;color:#991b1b}:root[data-theme=dark] .rating-obsessed{background:#453413;color:#fcd34d}:root[data-theme=dark] .rating-really-liked-it{background:#103c2e;color:#6ee7b7}:root[data-theme=dark] .rating-it-was-fine{background:#2e2926;color:#aaa39d}:root[data-theme=dark] .rating-dnf{background:#45191c;color:#fca5a5}.status-reading{display:inline-block;padding:.12rem .55rem;border-radius:999px;font-size:.72rem;font-weight:600;background:#dbeafe;color:#1e40af}:root[data-theme=dark] .status-reading{background:#172a54;color:#93c5fd}img{max-width:100%;height:auto;border-radius:8px}code{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.86em;background:var(--surface-2);border:1px solid var(--border);border-radius:4px;padding:.1em .35em}pre{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:1rem 1.25rem;overflow-x:auto;margin:1.5rem 0;line-height:1.6}pre code{background:none;border:none;padding:0;font-size:.85rem}footer{margin-top:5rem;padding-top:2rem;border-top:1px solid var(--border);color:var(--muted);font-size:.875rem}.footer-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;flex-wrap:wrap}.footer-name{font-family:Fraunces,Georgia,serif;font-weight:700;font-size:1.05rem;color:var(--text)}.footer-tagline{color:var(--faint);font-size:.82rem;margin-top:.2rem}.socials{display:flex;gap:.4rem;align-items:center}.socials a{color:var(--faint);display:flex;padding:.45rem;border-radius:6px;transition:color .15s ease,background .15s ease}.socials a:hover{color:var(--accent);background:var(--accent-soft)}.footer-legal{margin-top:1.5rem;color:var(--faint);font-size:.8rem}.footer-legal a{color:var(--faint);text-decoration:underline;text-underline-offset:2px}.footer-legal a:hover{color:var(--accent)}@media(max-width:540px){body{padding:1rem 1rem 2rem}h1{font-size:1.8rem}header nav{flex-wrap:wrap;gap:.9rem;padding-bottom:1rem;margin-bottom:2rem}.nav-links{gap:1rem}.nav-links a{font-size:.88rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
