.nav{display:flex;align-items:baseline;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #fff}.nav-title{font-family:Courier New,Courier,monospace;font-size:1rem;color:#fff;text-decoration:none;letter-spacing:.05em}.nav-links{display:flex;gap:2rem}.nav-links a{font-family:Courier New,Courier,monospace;font-size:.85rem;color:#fff;text-decoration:none;letter-spacing:.05em;padding:.2rem .5rem;border:1px solid transparent}.nav-links a:hover,.nav-links a.active{border:1px solid #fff}.submit-form{display:flex;flex-direction:column;gap:1.5rem}.form-field{display:flex;flex-direction:column;gap:.5rem;flex:1}.form-field--small{max-width:120px}.form-row{display:flex;gap:1.5rem}label{font-family:Courier New,Courier,monospace;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:#fff}.optional{text-transform:none;opacity:.5;font-size:.75rem}input,textarea{font-family:Courier New,Courier,monospace;font-size:.95rem;background:#000;color:#fff;border:1px solid #fff;padding:.75rem;outline:none;resize:vertical;width:100%;box-sizing:border-box}input::placeholder,textarea::placeholder{color:#555}input:focus,textarea:focus{border-color:#ff0}.char-count{font-family:Courier New,Courier,monospace;font-size:.75rem;color:#555;text-align:right}.form-error{font-family:Courier New,Courier,monospace;font-size:.85rem;color:#ff0;border:1px solid #ffff00;padding:.75rem}.submit-btn{font-family:Courier New,Courier,monospace;font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;background:#ff0;color:#000;border:none;padding:1rem 2rem;cursor:pointer;align-self:flex-start;transition:opacity .1s ease}.submit-btn:hover{opacity:.85}.submit-btn:disabled{opacity:.5;cursor:not-allowed}.submit-success{font-family:Courier New,Courier,monospace;border:1px solid #fff;padding:2rem;display:flex;flex-direction:column;gap:1rem}.submit-success p{margin:0;font-size:1rem;line-height:1.6}.submit-again{font-family:Courier New,Courier,monospace;font-size:.8rem;background:none;color:#fff;border:1px solid #fff;padding:.5rem 1rem;cursor:pointer;align-self:flex-start;margin-top:.5rem}.submit-again:hover{background:#fff;color:#000}.home{max-width:1200px;margin:0 auto;padding:0 2rem}.home-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:4rem;padding:4rem 0 3rem;border-bottom:1px solid #fff}.home-hero-text p{font-family:Courier New,Courier,monospace;font-size:1.1rem;line-height:1.7;margin:0;max-width:600px;color:#fff}.home-counters{display:flex;flex-direction:column;gap:2rem;flex-shrink:0}.counter{display:flex;flex-direction:column;gap:.3rem;text-align:right}.counter-value{font-family:Courier New,Courier,monospace;font-size:2.5rem;color:#fff;line-height:1}.counter-label{font-family:Courier New,Courier,monospace;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#555}.home-form{padding:3rem 0 6rem;max-width:720px}.section-label{font-family:Courier New,Courier,monospace;font-size:.8rem;font-weight:400;text-transform:uppercase;letter-spacing:.1em;color:#555;margin:0 0 2rem;border-bottom:1px solid #333;padding-bottom:.75rem}.entry-card{display:flex;flex-direction:column;justify-content:space-between;border:1px solid #fff;padding:1.5rem;text-decoration:none;color:#fff;min-height:200px;transition:background-color .1s ease;cursor:pointer}.entry-card:hover{background-color:#fff;color:#000}.entry-card-title{font-family:Courier New,Courier,monospace;font-size:1rem;line-height:1.5;flex:1}.entry-card-meta{display:flex;flex-direction:column;gap:.2rem;margin-top:1.5rem;font-family:Courier New,Courier,monospace;font-size:.75rem;opacity:.6}.archive{max-width:1200px;margin:0 auto;padding:0 2rem 6rem}.archive-link{color:#000;background-color:#ff0;text-decoration:none;padding:0 2px}.archive-header{padding:4rem 0 3rem;border-bottom:1px solid #fff;margin-bottom:0}.archive-title{font-family:Courier New,Courier,monospace;font-size:.8rem;font-weight:400;text-transform:uppercase;letter-spacing:.1em;color:#555;margin:0 0 1rem}.archive-subtitle{font-family:Courier New,Courier,monospace;font-size:1rem;color:#fff;margin:0;line-height:1.6}.archive-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));border-left:1px solid #fff;border-top:1px solid #fff}.archive-grid .entry-card{border-top:none;border-left:none;border-right:1px solid #fff;border-bottom:1px solid #fff}.archive-loading,.archive-error,.archive-empty{font-family:Courier New,Courier,monospace;font-size:.9rem;color:#555;padding:4rem 0}.entry-detail{max-width:800px;margin:0 auto;padding:0 2rem 6rem}.entry-detail-back{padding:2rem 0;border-bottom:1px solid #333}.entry-detail-back a{font-family:Courier New,Courier,monospace;font-size:.8rem;color:#555;text-decoration:none;letter-spacing:.05em}.entry-detail-back a:hover{color:#fff}.entry-detail-header{padding:3rem 0 2rem;border-bottom:1px solid #333}.entry-detail-date{font-family:Courier New,Courier,monospace;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:#555;margin-bottom:1rem}.entry-detail-title{font-family:Courier New,Courier,monospace;font-size:1.8rem;font-weight:400;line-height:1.3;color:#fff;margin:0 0 1.5rem}.entry-detail-byline{font-family:Courier New,Courier,monospace;font-size:1rem;color:#fff}.entry-detail-body{padding:3rem 0}.entry-detail-body p{font-family:Courier New,Courier,monospace;font-size:1.05rem;line-height:1.9;color:#fff;margin:0;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;max-width:65ch}.entry-detail-tags{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:2rem;border-top:1px solid #333}.entry-tag{font-family:Courier New,Courier,monospace;font-size:.75rem;color:#555;border:1px solid #333;padding:.25rem .6rem}.entry-detail-state{font-family:Courier New,Courier,monospace;font-size:.9rem;color:#555;padding:4rem 0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{background-color:#000;color:#fff;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1}.footer{border-top:1px solid #333;padding:1.5rem 2rem;font-family:Courier New,Courier,monospace;font-size:.75rem;color:#333;text-align:center}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#333}::-webkit-scrollbar-thumb:hover{background:#555}::selection{background:#ff0;color:#000}
