:root{color-scheme:dark;font:17px/1.6 system-ui;background:#10110f;color:#f2f1e9}body{max-width:1180px;margin:auto;padding:24px}a{color:#d4e5ac}header{border-bottom:1px solid #49513f;padding-bottom:24px}.brand{font-size:32px;font-weight:800;letter-spacing:.15em}nav{display:flex;flex-wrap:wrap;gap:18px}h1{font-size:clamp(2rem,5vw,4rem);line-height:1.1}h2{font-size:1.25rem}form{display:flex;flex-wrap:wrap;gap:12px;align-items:center;padding:24px 0}input,select,button{font:inherit;padding:9px;background:#242820;color:inherit;border:1px solid #819365;border-radius:4px}button{cursor:pointer}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,330px),1fr));gap:20px}article{border:1px solid #41463a;border-radius:10px;padding:20px;margin:16px 0;overflow-wrap:anywhere}video,img{width:100%;height:auto;max-height:65vh;object-fit:contain}audio{width:100%}.meta{font-size:.8rem;color:#c0c6b4}dd{margin:0;overflow-wrap:anywhere}footer{padding:48px 0}a:focus,button:focus,input:focus,select:focus{outline:3px solid #dfbe64;outline-offset:4px}