:root{--green: #2f3d2b;--green-deep: #202b1d;--green-soft: #46583f;--burgundy: #6d2a2a;--burgundy-deep: #4d1c1c;--ivory: #f2ebd8;--ivory-dim: #e6dcc2;--paper: #efe6cf;--ink: #26301f;--rule: #b9ac86;--link: #6d2a2a;--link-visited: #4d3a5a}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--green-deep)}body{font-family:Georgia,Times New Roman,Times,serif;color:var(--ink);font-size:17px;line-height:1.6;background-color:var(--green-deep);background-image:radial-gradient(circle at 20% 30%,rgba(0,0,0,.18),transparent 60%),radial-gradient(circle at 80% 70%,rgba(0,0,0,.22),transparent 55%)}a{color:var(--link);text-decoration:underline;text-underline-offset:2px}a:visited{color:var(--link-visited)}a:hover{background:var(--burgundy);color:var(--ivory);text-decoration:none}.mono{font-family:Courier New,Courier,monospace}.wrap{max-width:880px;margin:0 auto;background:var(--paper);border-left:2px solid #000;border-right:2px solid #000;min-height:100vh;box-shadow:0 0 40px #0009}.paper-pad{padding:0 26px 60px}.masthead{background:var(--green);color:var(--ivory);text-align:center;padding:22px 10px 16px;border-bottom:4px double var(--ivory)}.masthead img.logo{max-width:460px;width:82%;height:auto;filter:drop-shadow(0 2px 0 rgba(0,0,0,.5));mix-blend-mode:screen}.masthead .tagline{font-family:Courier New,Courier,monospace;font-size:13px;color:var(--ivory-dim);margin:6px auto 0;max-width:560px;letter-spacing:.02em}.topnav{background:var(--burgundy-deep);border-bottom:2px solid #000;text-align:center;padding:7px 6px}.topnav a{font-family:Courier New,Courier,monospace;font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:var(--ivory);text-decoration:none;padding:3px 10px;margin:0 2px}.topnav a:hover{background:var(--ivory);color:var(--burgundy-deep)}.section{padding-top:34px;scroll-margin-top:10px}.section-head{font-family:Courier New,Courier,monospace;text-transform:lowercase;letter-spacing:.05em;font-size:22px;color:var(--green-deep);border-bottom:1px dashed var(--rule);padding-bottom:5px;margin:0 0 16px;display:flex;align-items:baseline;justify-content:space-between}.section-head .marker{color:var(--burgundy)}.panel{background:var(--ivory);border:1px solid var(--rule);padding:14px 16px;margin-bottom:16px;box-shadow:2px 2px #00000026}.muted{color:var(--green-soft);font-style:italic}.entry{margin-bottom:26px}.entry .date{font-family:Courier New,Courier,monospace;font-size:12px;color:var(--burgundy);text-transform:uppercase;letter-spacing:.08em}.entry h3{margin:2px 0 6px;font-size:21px;color:var(--green-deep)}.entry .body{white-space:pre-wrap}.entry hr{border:none;border-top:1px dotted var(--rule);margin:20px 0 0}table.shows{width:100%;border-collapse:collapse;font-size:15px}table.shows td,table.shows th{border-bottom:1px dotted var(--rule);padding:8px 6px;text-align:left;vertical-align:top}table.shows th{font-family:Courier New,Courier,monospace;font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--green-soft)}table.shows .date{font-family:Courier New,Courier,monospace;color:var(--burgundy);white-space:nowrap}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px}.gallery figure{margin:0;background:var(--ivory);border:1px solid var(--rule);padding:8px 8px 6px;box-shadow:2px 2px #00000026;transform:rotate(-.6deg)}.gallery figure:nth-child(2n){transform:rotate(.7deg)}.gallery img{width:100%;height:190px;object-fit:cover;display:block;filter:saturate(.9) contrast(1.02)}.gallery figcaption{font-family:Courier New,Courier,monospace;font-size:11px;color:var(--green-soft);margin-top:5px}.footer{margin-top:40px;border-top:4px double var(--rule);padding-top:14px;text-align:center;font-family:Courier New,Courier,monospace;font-size:12px;color:var(--green-soft)}.footer .backstage-link{color:var(--rule);text-decoration:none}.footer .backstage-link:hover{color:var(--burgundy);background:none;text-decoration:underline}.prose{white-space:pre-wrap}.backstage-shell{max-width:820px;margin:0 auto;background:var(--paper);min-height:100vh;border-left:2px solid #000;border-right:2px solid #000}.backstage-bar{background:var(--green-deep);color:var(--ivory);padding:12px 18px;display:flex;align-items:center;justify-content:space-between;font-family:Courier New,Courier,monospace;border-bottom:3px double var(--ivory)}.backstage-bar .title{text-transform:uppercase;letter-spacing:.15em;font-size:14px}.backstage-body{padding:22px 24px 70px}.login-box{max-width:380px;margin:60px auto;background:var(--ivory);border:1px solid var(--rule);box-shadow:3px 3px #0003;padding:26px 26px 30px}.login-box h1{font-family:Courier New,Courier,monospace;font-size:18px;text-transform:uppercase;letter-spacing:.12em;margin:0 0 4px;color:var(--green-deep)}label.field{display:block;margin:12px 0 4px;font-family:Courier New,Courier,monospace;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--green-soft)}input[type=text],input[type=password],input[type=url],input[type=date],textarea,select{width:100%;padding:8px 9px;border:1px solid var(--green-soft);background:#fbf7ea;font-family:Georgia,serif;font-size:15px;color:var(--ink)}textarea{min-height:120px;resize:vertical;line-height:1.5}button,.btn{font-family:Courier New,Courier,monospace;font-size:13px;text-transform:uppercase;letter-spacing:.08em;background:var(--green);color:var(--ivory);border:1px solid #000;padding:8px 14px;cursor:pointer;box-shadow:2px 2px #0000004d}button:hover,.btn:hover{background:var(--burgundy)}button:active{transform:translate(1px,1px);box-shadow:1px 1px #0000004d}button.ghost{background:transparent;color:var(--green-deep);box-shadow:none}button.danger{background:var(--burgundy-deep)}button:disabled{opacity:.5;cursor:not-allowed}.err{background:#f6dede;border:1px solid var(--burgundy);color:var(--burgundy-deep);padding:8px 10px;font-size:14px;margin:10px 0}.ok{background:#e3ecdd;border:1px solid var(--green-soft);color:var(--green-deep);padding:8px 10px;font-size:14px;margin:10px 0}.admin-section{background:var(--ivory);border:1px solid var(--rule);padding:16px 18px;margin-bottom:20px;box-shadow:2px 2px #0000001f}.admin-section>h2{font-family:Courier New,Courier,monospace;font-size:15px;text-transform:uppercase;letter-spacing:.1em;color:var(--burgundy);margin:0 0 12px;border-bottom:1px dashed var(--rule);padding-bottom:6px}.admin-tabs{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:18px}.admin-tabs button{background:var(--ivory-dim);color:var(--green-deep);box-shadow:none;border:1px solid var(--rule)}.admin-tabs button.active{background:var(--green);color:var(--ivory)}.row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.row>*{flex:1}.row .shrink{flex:0 0 auto}.list-item{border:1px solid var(--rule);background:#fbf7ea;padding:12px 14px;margin-bottom:12px}.list-item .item-head{display:flex;justify-content:space-between;align-items:center;gap:8px}.thumb-row{display:flex;align-items:flex-start;gap:12px}.thumb-row img{width:120px;height:90px;object-fit:cover;border:1px solid var(--rule)}.hint{font-size:12px;color:var(--green-soft);font-style:italic}@media (max-width: 600px){.paper-pad{padding:0 14px 40px}body{font-size:16px}.masthead img.logo{width:92%}.gallery img{height:150px}}
