@charset "UTF-8";
:root{--paper:#f7f5ee;--ink:#263b31;--muted:#657068;--green:#365748;--green-dark:#264335;--line:#dcded3;--sage:#e9ecdf;--clay:#a85532;--white:#fffef9;--serif:Georgia,'Times New Roman',serif;--sans:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.65 var(--sans);-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit;color:inherit}
button,a,input,select{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
button:disabled{cursor:default}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--clay);outline-offset:5px}
[hidden]{display:none!important}
.shell{max-width:1304px;margin-inline:auto;padding-inline:48px}
.site-header{height:116px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:650;letter-spacing:.025em;line-height:1.2}
.brand-mark{font-size:45px;line-height:1;color:var(--green);font-weight:400}
.brand-caption{display:block;font-size:10px;font-weight:400;letter-spacing:.035em;margin-top:6px;color:var(--muted)}
nav{display:flex;gap:8px;align-items:center}
nav a{padding:9px 19px;border-radius:24px;color:var(--muted);font-size:13px}
nav a:hover{color:var(--ink);background:#eeeee4}
nav a[aria-current=page]{background:var(--sage);color:var(--green-dark)}
main{min-height:60vh}
#main:focus,#main:focus-visible{outline:none}
.eyebrow{font-size:10px;letter-spacing:.19em;font-weight:650;color:var(--green);margin:0 0 24px}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-weight:400}
h1,h2{font-family:var(--serif)}
.hero{display:grid;grid-template-columns:1.5fr 1fr;align-items:center;min-height:510px;padding:48px 0 60px}
.hero h1{font-size:clamp(40px,4.45vw,64px);line-height:1.13;letter-spacing:-.046em;margin-bottom:27px}
.hero h1 em{display:block;color:var(--green);font-weight:400}
.hero-intro{max-width:450px;color:var(--muted);font-size:15px;line-height:1.9;margin-bottom:30px}
.hero-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;border-radius:5px;padding:13px 20px;border:1px solid transparent;font-size:12px;font-weight:550;transition:background .15s,transform .15s}
.primary{background:var(--green);color:white}
.primary:hover{background:var(--green-dark);transform:translateY(-2px)}
.secondary{border-color:var(--line);background:transparent}
.secondary:hover{background:var(--sage)}
.text-link{font-size:12px;border-bottom:1px solid #aeb9a9;padding-block:4px}
.text-link:hover{color:var(--clay);border-color:var(--clay)}
.hero-art{max-width:425px;text-align:center;margin-left:auto;width:100%}
.hero-art svg{width:100%;height:auto;display:block}
.art-caption{display:block;margin-top:-9px;font-size:9px;letter-spacing:.17em;color:var(--muted)}
.life-strip{display:flex;align-items:center;justify-content:space-between;border-block:1px solid var(--line);padding:28px 0;gap:26px}
.life-strip>p{font-family:var(--serif);font-size:21px;line-height:1.6;margin:0}
.life-strip>p em{color:var(--muted);display:block}
.stats{display:flex;gap:54px}
.stats div{display:flex;flex-direction:column}
.stats strong{font-family:var(--serif);font-size:30px;font-weight:400;line-height:1.3}
.stats span{font-size:10px;letter-spacing:.045em;color:var(--muted);margin-top:4px}
.start-section{display:grid;grid-template-columns:1fr 1fr;gap:100px;padding:70px 0}
.personal-note{padding:12px 0;max-width:400px}
.personal-note h2{font-size:34px;line-height:1.2;letter-spacing:-.025em;margin-bottom:20px}
.personal-note>p:last-child{color:var(--muted);font-size:13px;line-height:1.9;margin-bottom:0}
.prompt-card{background:var(--sage);border-radius:7px;padding:29px 32px;display:flex;flex-direction:column}
.prompt-card .eyebrow{margin-bottom:17px;font-size:9px}
.prompt-card h3{font-family:var(--serif);font-size:25px;line-height:1.25;margin-bottom:12px}
.prompt-card>p:not(.eyebrow){font-size:12px;color:var(--muted);line-height:1.7;margin-bottom:19px}
.prompt-rating{display:flex;align-items:center;gap:18px;margin-bottom:24px}
.prompt-actions{display:flex;justify-content:space-between;align-items:center;margin-top:auto}
.quiet-button{border:none;background:transparent;padding:7px 0;font-size:11px;color:var(--muted)}
.quiet-button:hover{color:var(--ink)}
.small-label{font-size:10px;color:var(--muted)}
.section-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}
.section-heading h2{font-size:29px;margin:0;letter-spacing:-.02em}
.post-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.post-card{border:1px solid var(--line);border-radius:7px;padding:31px;display:flex;flex-direction:column;min-height:245px;transition:background .18s,border-color .18s,transform .18s}
.post-card:hover{background:var(--white);border-color:#a6b39f;transform:translateY(-3px)}
.card-meta{display:flex;justify-content:space-between;gap:12px;font-size:9px;letter-spacing:.07em;color:var(--muted);margin-bottom:27px}
.card-meta>span:first-child{letter-spacing:.14em}
.post-card h3{font-family:var(--serif);font-size:28px;line-height:1.25;letter-spacing:-.02em;margin-bottom:14px}
.post-card .excerpt{font-size:13px;color:var(--muted);line-height:1.8}
.card-foot{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:18px}
.read-arrow{color:var(--green);font-size:22px}
.post-card.poem{background:#eeece3}
.post-card.poem h3{font-style:italic}
.post-card.poem .excerpt{font-family:var(--serif);font-size:17px}
.sample-notice{color:var(--muted);font-size:10px;margin-top:30px;line-height:1.7}
.site-footer{display:flex;align-items:center;justify-content:space-between;margin-top:65px;padding-block:28px;border-top:1px solid var(--line);font-size:10px;color:var(--muted);gap:20px}
.site-footer p{margin:0}
.footer-wordmark{font-size:14px;font-weight:600;color:var(--green);letter-spacing:.04em}
.footer-wordmark span{font-size:20px;vertical-align:middle;margin-left:8px}
.page-heading{padding:53px 0 40px;max-width:720px}
.page-heading .eyebrow{margin-bottom:16px}
.page-heading h1{font-size:58px;line-height:1.1;letter-spacing:-.045em;margin-bottom:22px}
.page-intro{color:var(--muted);font-size:15px;max-width:560px;line-height:1.8}
.bucket-controls{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;margin:0 0 24px}
.segmented{display:flex;background:#eaece2;border-radius:6px;padding:4px;gap:4px}
.segmented button{border:0;background:transparent;padding:9px 17px;border-radius:4px;font-size:12px;color:var(--muted);white-space:nowrap}
.segmented button[aria-pressed=true]{background:var(--white);color:var(--ink);box-shadow:0 1px 3px #273c3110}
.filters{display:flex;gap:10px;flex-wrap:wrap}
.filters input,.filters select{height:40px;border:1px solid var(--line);border-radius:5px;background:transparent;padding:8px 12px;font-size:11px;max-width:100%}
.filters input{width:230px}
.filters input::placeholder{color:var(--muted)}
.filters select{padding-right:25px}
.results-summary{font-size:10px;color:var(--muted);letter-spacing:.04em;margin-bottom:13px}
.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:6px}
.bucket-table{border-collapse:collapse;width:100%;table-layout:fixed;min-width:1070px;text-align:left}
.bucket-table th{font-size:9px;font-weight:550;line-height:1.5;letter-spacing:.025em;padding:19px 12px;background:#eeefe6;border-bottom:1px solid var(--line);color:var(--muted)}
.bucket-table th:first-child{width:5%;padding-left:20px}
.bucket-table th:nth-child(2){width:26%}
.bucket-table th:nth-child(3),.bucket-table th:nth-child(4),.bucket-table th:nth-child(5),.bucket-table th:nth-child(6){width:13%}
.bucket-table th:last-child{width:17%}
.bucket-table td{padding:24px 12px;border-bottom:1px solid var(--line);vertical-align:middle}
.bucket-table tr:last-child td{border-bottom:0}
.bucket-table tbody tr:hover{background:#fffef950}
.bucket-table .item-id{padding-left:20px;font-size:10px;color:var(--muted);font-variant-numeric:tabular-nums}
.activity strong{font-size:12px;font-weight:550;line-height:1.6;display:block}
.activity p{font-size:10px;line-height:1.7;color:var(--muted);margin:6px 0 0;max-width:245px}
.rating{display:inline-flex;flex-direction:column;gap:4px;vertical-align:middle}
.rating-icons{font-size:12px;letter-spacing:0;line-height:1.15;white-space:nowrap}
.rating.effort{color:var(--green)}
.rating.experience{color:var(--clay)}
.rating-number{font-size:9px;color:var(--muted);font-variant-numeric:tabular-nums}
.unrated{font-size:10px;color:var(--muted)}
.tags{display:flex;gap:5px;flex-wrap:wrap}
.tag{background:#e9ecdf;color:var(--green);font-size:9px;border-radius:3px;padding:3px 7px;white-space:nowrap}
.bucket-legend{display:flex;gap:25px;justify-content:space-between;margin-top:18px}
.bucket-legend p{font-size:10px;color:var(--muted);margin:0}
.empty-state{text-align:center;padding:60px 20px;border:1px dashed var(--line);border-radius:6px;color:var(--muted)}
.empty-state h2{color:var(--ink)}
.empty-symbol{font-size:36px;display:block;margin-bottom:20px}
.poem-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.poem-grid .post-card{padding:42px;min-height:330px}
.poem-grid .post-card:nth-child(even){background:#e9ecdf}
.poem-grid h3{font-size:37px}
.poem-grid .excerpt{max-width:280px}
.reading-page{max-width:710px;margin:45px auto 0}
.back-link{font-size:12px;color:var(--muted);display:inline-block;margin-bottom:45px}
.back-link:hover{color:var(--clay)}
.reading-header{border-bottom:1px solid var(--line);padding-bottom:30px;margin-bottom:40px}
.reading-header h1{font-size:52px;line-height:1.13;letter-spacing:-.04em;margin-bottom:25px}
.reading-header .eyebrow{margin-bottom:20px}
.sample-label{font-size:10px;color:var(--muted);margin:18px 0 0}
.reading-body{font-family:var(--serif);font-size:21px;line-height:1.9;overflow-wrap:anywhere}
.reading-body p{margin-bottom:27px}
.reading-page.poem .reading-header h1{font-style:italic}
.reading-page.poem .reading-body p{white-space:pre-wrap;font-size:24px;line-height:1.8}
.end-mark{font-size:26px;color:var(--clay);margin:35px 0}
.loading{padding:50px 0;color:var(--muted)}
.error-message{font:15px/1.8 var(--sans);color:var(--clay)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;top:-100px;left:20px;background:var(--white);padding:10px 20px;z-index:20}
.skip-link:focus{top:10px}
@media(min-width:1440px){.hero{min-height:550px}}
@media(max-width:1050px){.shell{padding-inline:30px}.hero h1{font-size:47px}.hero{grid-template-columns:1.35fr 1fr}.start-section{gap:50px}.stats{gap:30px}.hero-actions{gap:18px}.hero-art{max-width:350px}.filters input{width:205px}.bucket-controls{align-items:flex-start}}
@media(max-width:760px){.shell{padding-inline:22px}.site-header{height:auto;padding-block:24px;flex-wrap:wrap;gap:22px}.brand{font-size:21px}.brand-mark{font-size:37px}.brand-caption{font-size:9px}nav{gap:2px}nav a{font-size:12px;padding:8px 13px}.hero{padding:40px 0;grid-template-columns:1fr;gap:12px}.hero h1{font-size:clamp(39px,7.5vw,54px)}.hero-intro{max-width:440px}.hero-art{width:265px;margin:0 auto}.art-caption{font-size:8px}.life-strip{align-items:flex-start;flex-direction:column;padding-block:25px}.life-strip>p{font-size:21px}.life-strip>p em{display:inline}.stats{gap:35px;width:100%;justify-content:space-between;max-width:400px}.stats strong{font-size:28px}.start-section{grid-template-columns:1fr;gap:28px;padding:42px 0}.personal-note{max-width:100%;padding:0}.personal-note h2{font-size:32px;max-width:400px}.prompt-card{padding:27px}.section-heading h2{font-size:26px}.post-grid,.poem-grid{grid-template-columns:1fr}.post-card{padding:26px;min-height:230px}.home-posts .post-card{min-height:220px}.site-footer{margin-top:45px;flex-wrap:wrap}.site-footer p{font-size:9px}.page-heading{padding:35px 0 25px}.page-heading h1{font-size:46px}.page-intro{font-size:14px}.filters{width:100%;display:grid;grid-template-columns:1fr 1fr}.search-field{grid-column:1/-1}.filters input{width:100%}.filters select{width:100%}.bucket-controls{gap:20px;margin-bottom:20px}.bucket-legend{flex-direction:column;gap:7px}.bucket-table{min-width:0;display:block}.bucket-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.bucket-table tbody{display:block}.bucket-table tr{display:grid;grid-template-columns:1fr 1fr;padding:22px 20px;gap:18px 12px;border-bottom:1px solid var(--line)}.bucket-table tr:last-child{border-bottom:0}.bucket-table td{border:0;padding:0;display:block}.bucket-table .item-id{padding:0;grid-column:1/-1;font-size:10px;line-height:1;margin-bottom:-8px}.bucket-table .item-id:before{content:'No. '}.activity{grid-column:1/-1}.activity strong{font-size:16px;font-family:var(--serif);font-weight:400}.activity p{max-width:none;font-size:11px}.score-cell:before{content:attr(data-label);display:block;font-size:9px;color:var(--muted);margin-bottom:7px}.rating-icons{font-size:14px}.rating-number{font-size:9px}.tag-cell{grid-column:1/-1}.tag{font-size:10px}.table-wrap{overflow:visible}.reading-page{margin-top:25px}.reading-header h1{font-size:41px}.reading-body{font-size:19px}.reading-page.poem .reading-body p{font-size:21px}.back-link{margin-bottom:32px}.poem-grid .post-card{padding:30px;min-height:280px}.poem-grid h3{font-size:32px}}
@media(max-width:420px){.site-header nav{width:100%;justify-content:space-between}.hero{padding-top:25px}.hero h1{font-size:38px}.hero-intro{font-size:14px}.hero-actions{gap:18px}.hero-art{width:235px}.stats{gap:14px}.stats span{font-size:9px}.site-footer #footer-year{display:none}.card-meta{font-size:8px}.prompt-card{padding:24px}.page-heading h1{font-size:41px}.bucket-table tr{padding:20px 15px}.rating-icons{font-size:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
