@import url("https://fonts.googleapis.com/css2?family=Silkscreen&family=VT323&display=swap");
/* Keep the headline unframed and the complete scene visible on narrow screens. */
body main{background:transparent}body #scene{top:310px;height:calc(100% - 310px);min-height:0;object-fit:cover}html body{min-height:100svh}@media(max-width:600px){body #scene{top:auto;bottom:0;height:auto;min-height:0;object-fit:contain}body main{margin-top:12px}html body{min-height:700px}}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:#dce9df;color:#203c32}body{min-height:100svh;position:relative;font-family:Silkscreen,monospace;letter-spacing:0}.scene{position:absolute;top:0;left:0;width:100%;height:100%;min-height:760px;object-fit:cover;object-position:center bottom;z-index:0}header,main{position:relative;z-index:1}header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px 36px}.back{display:inline-flex;align-items:center;gap:12px;text-decoration:none;color:inherit;font-size:20px;white-space:nowrap}.back span{font-family:Arial,sans-serif;font-size:30px}.back:focus-visible{outline:3px solid #203c32;outline-offset:6px}.status{font-size:11px;background:#dce9df;padding:8px 0}main{max-width:720px;margin:32px auto 0;text-align:center;padding:20px 24px 50px;background:#dce9df}.eyebrow{font-size:12px;margin:0 0 14px}h1{font-size:38px;line-height:1.3;margin:0;text-wrap:balance;word-break:normal;overflow-wrap:normal}.message{font-family:VT323,monospace;font-size:30px;line-height:1.2;margin:18px 0 0}@media(min-width:1600px){main{margin-top:12px}.scene{object-fit:fill}}@media(max-width:600px){body{min-height:850px}header{padding:20px;gap:12px}.status{font-size:8px;max-width:130px;text-align:right}.back{font-size:16px}main{margin:8px 12px 0;padding:24px 12px 28px}h1{font-size:28px}.message{font-size:27px}.scene{min-height:850px;object-fit:cover;object-position:50% bottom}.eyebrow{font-size:10px}}
