:root{--bg:#0a0a0a;--green:#33ff33;--text:#c8ffc8;--text-dim:#7aba7a;--green-dim:#1a6b1a}body,html{min-height:100%;background:var(--bg);color:var(--text);font-family:"0xProto",Courier New,monospace;font-size:14px;line-height:1.6}.poem-page{min-height:100vh;display:flex;flex-direction:column;padding:18px 28px 14px}.poem-topbar{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:10px;flex-shrink:0}.poem-back-link{color:var(--text-dim);text-decoration:none;font-size:10px;letter-spacing:.04em;opacity:.75;transition:color .15s,opacity .15s}.poem-back-link:before{content:"← "}.poem-back-link:hover{color:var(--green);opacity:1}.poem-header{flex-shrink:0;border-bottom:1px solid var(--green-dim);padding-bottom:8px;margin-bottom:12px}.poem-h1{font-size:11px;font-weight:400;color:var(--green);letter-spacing:.06em;text-transform:uppercase;text-shadow:0 0 8px rgba(51,255,51,.45);line-height:1.3}.poem-subtitle{color:var(--text-dim);font-size:10px;letter-spacing:.04em;text-transform:none;text-shadow:none}.poem{flex:1;column-count:3;column-gap:32px;column-rule:1px solid var(--green-dim);font-size:11px;line-height:13px;color:var(--text);overflow:visible}.stanza{break-inside:avoid;column-break-inside:avoid;margin-bottom:9px}.stanza p{margin:0;padding:0}.poem-footer{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;padding-top:8px;border-top:1px solid var(--green-dim);margin-top:10px}.poem-footer span{font-size:9px;color:var(--text-dim);letter-spacing:.05em;opacity:.6}