:root{--bg:#faf9f6;--bg-alt:#f5f3ee;--text:#2c2c2c;--text-muted:#777;--text-faint:#999;--heading:#3b2312;--accent:#8b4513;--accent-hover:#a0522d;--gold:#c9a45c;--border:#e5e0d8;--border-accent:#d4c5a9}@media (prefers-color-scheme:dark){:root{--bg:#1a1a1e;--bg-alt:#22221f;--text:#d4d0c8;--text-muted:#999;--text-faint:#777;--heading:#e8c47c;--accent:#c9a45c;--accent-hover:#e8c47c;--gold:#c9a45c;--border:#3a3a3e;--border-accent:#4a4235}}html:has(#dark-mode:checked){--bg:#1a1a1e;--bg-alt:#22221f;--text:#d4d0c8;--text-muted:#999;--text-faint:#777;--heading:#e8c47c;--accent:#c9a45c;--accent-hover:#e8c47c;--gold:#c9a45c;--border:#3a3a3e;--border-accent:#4a4235}#dark-mode{position:absolute;opacity:0;width:0;height:0}label[for="dark-mode"]{position:fixed;top:1rem;right:1rem;cursor:pointer;font-size:1.5rem;z-index:1000;user-select:none;opacity:0.7;transition:opacity 0.3s}label[for="dark-mode"]:hover{opacity:1}label[for="dark-mode"]::before{content:"☀️"}html:has(#dark-mode:checked) label[for="dark-mode"]::before{content:"🌙"}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{color-scheme:light dark}body{font-family:Georgia,"Palatino Linotype",Palatino,serif;font-size:1.3125rem;max-width:36em;margin:0 auto;padding:2.25rem 1.5rem 3rem;line-height:1.65;color:var(--text);background:var(--bg);transition:background 0.3s,color 0.3s;min-height:100vh;display:flex;flex-direction:column}body>main,body>article{flex:1}h1{font-size:1.83em;letter-spacing:-0.02em;color:var(--heading);margin-bottom:0.1em}h2{font-size:1.17em;color:var(--heading)}h3{font-size:0.85em;text-transform:uppercase;letter-spacing:0.1em;color:var(--accent);margin:1.25em 0 0.25em;font-weight:normal}h1 span{font-size:0.4em;font-weight:normal;color:var(--text-muted);font-family:"Lucida Sans Unicode","DejaVu Sans",sans-serif;vertical-align:baseline;margin-left:0.3em;white-space:nowrap}p{margin-bottom:0.75rem}a{color:var(--accent);text-decoration:none;transition:color 0.2s}a:hover{color:var(--accent-hover);text-decoration:underline}abbr{text-decoration:none;border-bottom:1px dotted var(--text-muted);cursor:help}abbr[title]:hover{border-bottom-color:var(--accent)}footer nav{display:flex;justify-content:space-between;margin-top:2rem}footer nav a{font-size:0.85em}footer .footer-secondary{margin-top:0.75rem;padding-top:0.75rem;border-top:1px solid var(--border)}code{font-family:"Courier New",Courier,monospace;font-size:0.85em;background:var(--bg-alt);padding:0.1em 0.3em}pre{font-family:"Courier New",Courier,monospace;font-size:0.85em;line-height:1.5;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word;background:var(--bg-alt);padding:0.75em 1em;border-left:3px solid var(--border-accent);margin:0.75em 0}pre code{background:transparent;padding:0}body>main section{margin-bottom:2.5rem}body>main h2{margin-bottom:1rem;padding-bottom:0.5rem;border-bottom:1px solid var(--border)}.home .hero{margin-bottom:2.5rem}.home .search-wrapper{position:relative}.home .search-form{display:flex;border:2px solid var(--border);border-radius:6px;overflow:hidden;transition:border-color 0.2s}.home .search-form:focus-within{border-color:var(--accent)}.home .search-form input[type="text"]{flex:1;border:none;padding:0.75em 1em;font-size:1.1em;font-family:inherit;background:transparent;color:var(--text);outline:none}.home .search-form input[type="text"]::placeholder{color:var(--text-faint)}.home .search-form button{border:none;background:var(--accent);color:#fff;padding:0.75em 1.5em;font-size:1em;font-family:inherit;cursor:pointer;transition:background 0.2s}.home .search-form button:hover{background:var(--accent-hover)}.home-results{position:absolute;top:100%;left:0;right:0;background:var(--bg);border:1px solid var(--border);border-top:none;border-radius:0 0 6px 6px;box-shadow:0 4px 12px rgba(0,0,0,0.1);z-index:100;max-height:320px;overflow-y:auto}.home-results ul{list-style:none;margin:0;padding:0}.home-results li{padding:0.4em 1em;border-bottom:1px dotted var(--border)}.home-results li:last-child{border-bottom:none}.home-results li a{display:block;font-size:1em}.home-results li.active{background:var(--bg-alt)}.home-results li.active a{font-weight:bold}.poem-404{margin:3rem 0;text-align:center}.poem-404 header h1{font-size:3em;margin-bottom:0.25em}.poem-404 .poem-title{font-size:1em;color:var(--text-muted);font-style:italic;margin-bottom:2rem}.poem-404 .poem-text{text-align:left;max-width:32em;margin:0 auto 2rem;line-height:1.8}.poem-404 .poem-text p{margin-bottom:0}.poem-404 .poem-text em{font-style:italic}.poem-404 .poem-footer{margin-top:2rem}.poem-404 .poem-footer a{font-size:0.9em}.webster-page header p{color:var(--text-muted);font-size:0.9em}.webster-page .bio p{text-indent:1.5em;margin-bottom:1.5em;line-height:1.8}.webster-page .bio p:first-of-type{text-indent:0}.webster-page .bio p:last-of-type{margin-bottom:0}.webster-page .sources{margin-top:3rem;padding-top:1rem;border-top:1px solid var(--border)}.webster-page .sources h2{font-size:0.85em;text-transform:uppercase;letter-spacing:0.1em;color:var(--accent);margin-bottom:0.75rem}.webster-page .sources ul{list-style:none;padding:0}.webster-page .sources li{font-size:0.85em;color:var(--text-muted);margin-bottom:0.5em;line-height:1.5}.webster-page .sources li a{color:var(--accent)}.health-page{text-align:center;padding:4rem 0}.health-page h1{color:#22c55e;font-size:2em}.health-page p{color:var(--text-muted)}