.sidebar{z-index:2;width:min(20rem,80vw);color:var(--dark);border-right:1px solid var(--lightgray);background:color-mix(in srgb, var(--light) 40%, transparent);backdrop-filter:blur(12px)saturate(.9);opacity:.2;padding:1.5rem;transition:opacity .2s,backdrop-filter .2s,background-color .2s;position:fixed;top:0;bottom:0;left:0;overflow-y:auto}.sidebar:hover,.sidebar:focus-within{opacity:1;background:color-mix(in srgb, var(--light) 88%, transparent);backdrop-filter:blur(2px)saturate()}.sidebar__inner{flex-direction:column;gap:1.25rem;display:flex}.sidebar__search input{width:100%;font:inherit;color:var(--dark);background:var(--light);border:1px solid var(--lightgray);border-radius:8px;padding:.5rem .75rem;transition:border-color .2s}.sidebar__search input::placeholder{color:var(--gray)}.sidebar__search input:focus{border-color:var(--secondary);outline:none}.sidebar__year h3{letter-spacing:.08em;text-transform:uppercase;color:var(--darkgray);margin:0 0 .25rem;font-size:.8rem;font-weight:600}.sidebar__year+.sidebar__year{margin-top:1rem}.sidebar__year ul,.sidebar__results{margin:0;padding:0;list-style:none}.sidebar__year a,.sidebar__result-link{color:var(--darkgray);padding:.3rem 0;text-decoration:none;display:block}.sidebar__year a:hover,.sidebar__year a.active,.sidebar__result-link:hover{color:var(--secondary)}.sidebar__year a.active{font-weight:600}.sidebar__result-link{color:var(--dark);border-bottom:1px solid var(--lightgray);padding:.6rem .4rem .7rem;text-decoration:none;display:block}.sidebar__result-link:hover{background:color-mix(in srgb, var(--lightgray) 35%, transparent)}.sidebar__result-link span{display:block}.sidebar__result-title{color:var(--dark);font-weight:600}.sidebar__result-summary{color:var(--darkgray);opacity:.85;margin-top:.1rem;font-size:.85rem}.sidebar__result-body{color:var(--dark);white-space:pre-wrap;margin-top:.5rem;font-size:.9rem;line-height:1.6}.sidebar__result-body mark{background:color-mix(in srgb, var(--accent) 28%, transparent);color:inherit;border-radius:2px;padding:0 .1em}.sidebar__none{color:var(--darkgray);padding:.5rem 0;font-size:.9rem}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=640px){.sidebar{width:min(20rem,85vw)}}.site-nav[data-astro-cid-rutobish]{z-index:2;margin-top:1.5rem;position:relative}.theme-toggle[data-astro-cid-l6lhmie6]{z-index:3;border:1px solid var(--line);background:var(--bg);width:2.25rem;height:2.25rem;color:var(--ink-soft);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:0;transition:background-color .2s,color .2s,border-color .2s;display:inline-flex;position:fixed;top:1.25rem;right:1.25rem;box-shadow:0 2px 8px #3a383414}.theme-toggle[data-astro-cid-l6lhmie6]:hover{color:var(--accent);border-color:var(--accent)}.theme-toggle__icon[data-astro-cid-l6lhmie6]{fill:currentColor;width:1.1rem;height:1.1rem}:root .theme-toggle__icon--moon[data-astro-cid-l6lhmie6],:root[saved-theme=dark] .theme-toggle__icon--sun[data-astro-cid-l6lhmie6]{display:none}:root[saved-theme=dark] .theme-toggle__icon--moon[data-astro-cid-l6lhmie6]{display:inline}:root{--light:#faf8f8;--lightgray:#e5e5e5;--gray:#b8b8b8;--darkgray:#4e4e4e;--dark:#2b2b2b;--secondary:#284b63;--tertiary:#84a59d;--headerFont:"Schibsted Grotesk", sans-serif;--bodyFont:"Source Sans Pro", sans-serif;--codeFont:"IBM Plex Mono", monospace}:root[saved-theme=dark]{--light:#161618;--lightgray:#393639;--gray:#646464;--darkgray:#d4d4d4;--dark:#ebebec;--secondary:#7b97aa;--tertiary:#84a59d}nav.page-navbar{border:1px solid var(--lightgray);background:var(--light);border-radius:8px;justify-content:center;align-items:center;gap:1.5rem;width:fit-content;margin:0 auto;padding:.5rem 1.25rem;display:flex}nav.page-navbar ul{align-items:center;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}nav.page-navbar a{color:var(--darkgray);font-size:.95rem;font-weight:500;text-decoration:none}nav.page-navbar a:hover{color:var(--secondary)}nav.page-navbar li.active a{color:var(--secondary);text-decoration:underline}nav.page-navbar li.page-navbar__item--external:before{content:"";border-left:1px solid var(--lightgray);align-self:center;height:1.1em;margin-right:1.25rem}:root{--bg:#fbfaf7;--ink:#3a3834;--ink-soft:#6f6a63;--line:#e8e3da;--card-bg:#ffffffd1;--accent:#b4768f;--font-sans:ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-serif:"Georgia", "Iowan Old Style", "Times New Roman", serif;--radius:16px;--space:clamp(1rem, 3vw, 1.5rem);--page-width:720px;--card-veil:#fbfaf7f2;--card-veil-mid:#fbfaf78c}:root[saved-theme=dark]{--bg:#161618;--ink:#ebebec;--ink-soft:#d4d4d4;--line:#393639;--card-bg:#262628d9;--accent:#7b97aa;--card-veil:#161618f2;--card-veil-mid:#1616188c}*{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-family:var(--font-sans);color:var(--ink);background:var(--bg);margin:0;line-height:1.6;transition:background-color .2s,color .2s}body:has(.poem-page){background:var(--bg)}main{z-index:1;max-width:var(--page-width);padding:calc(var(--space) * 2) var(--space) calc(var(--space) * 4);margin:0 auto;position:relative}.hero{padding:clamp(2rem,8vh,5rem) 0 clamp(2rem,5vh,3rem)}.hero h1{font-family:var(--font-serif);letter-spacing:-.02em;margin:0 0 .5rem;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:600}.tagline{max-width:40ch;color:var(--ink-soft);margin:0;font-size:1.1rem}.year-block{margin-bottom:calc(var(--space) * 2)}.year-heading{font-family:var(--font-serif);color:var(--ink-soft);margin:0 0 var(--space);font-size:1.4rem;font-weight:600}.poem-grid{gap:var(--space);grid-template-columns:repeat(auto-fill,minmax(260px,1fr));margin:0;padding:0;list-style:none;display:grid}.poem-card{border-radius:var(--radius);border:1px solid var(--line);background:var(--card-bg);color:inherit;aspect-ratio:5/4;text-decoration:none;transition:transform .15s,box-shadow .15s;display:block;position:relative;overflow:hidden;box-shadow:0 1px 2px #3a38340f}.poem-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #3a38341f}.poem-card__bg{background:var(--card-art) center / cover no-repeat;image-rendering:pixelated;opacity:.35;transition:transform .3s;position:absolute;inset:0}.poem-card--rose{--card-art:url(/art/rose.svg)}.poem-card--mountain{--card-art:url(/art/mountain.svg)}.poem-card--meadow{--card-art:url(/art/meadow.svg)}:root[saved-theme=dark] .poem-card--rose{--card-art:url(/art/rose-dark.svg)}:root[saved-theme=dark] .poem-card--mountain{--card-art:url(/art/mountain-dark.svg)}:root[saved-theme=dark] .poem-card--meadow{--card-art:url(/art/meadow-dark.svg)}.poem-card:hover .poem-card__bg{transform:scale(1.05)}.poem-card__body{padding:var(--space);background:linear-gradient(to top, var(--card-veil), var(--card-veil-mid) 55%, transparent);flex-direction:column;justify-content:flex-end;gap:.25rem;height:100%;display:flex;position:relative}.poem-card__title{font-family:var(--font-serif);font-size:1.35rem;font-weight:600;line-height:1.2}.poem-card__summary{color:var(--ink-soft);font-size:.95rem}.poem-card__date{color:var(--ink-soft);opacity:.75;margin-top:.25rem;font-size:.8rem}.poem-page{flex-direction:column;min-height:70vh;display:flex}.poem{max-width:46ch;padding:clamp(2rem, 8vh, 5rem) var(--space) calc(var(--space) * 4);text-align:left;margin:0 auto}.poem__header{margin-bottom:calc(var(--space) * 2)}.poem__header h1{font-family:var(--font-serif);letter-spacing:-.01em;margin:0 0 .25rem;font-size:clamp(2rem,6vw,3rem);font-weight:600}.poem__author{color:var(--ink-soft);font-family:var(--font-serif);margin:0 0 .35rem;font-size:1rem;font-style:italic}.poem__header time{color:var(--ink-soft);letter-spacing:.04em;text-transform:uppercase;font-size:.85rem}.poem__body{font-family:var(--font-serif);white-space:pre-wrap;font-size:1.2rem;line-height:1.9}.site-footer{z-index:2;padding:var(--space);text-align:center;color:var(--ink-soft);font-size:.85rem;position:relative}.site-footer p{margin:0}
