.letters-container{--scale:1;width:max-content;height:calc(100px * var(--scale));box-sizing:content-box;margin-inline:auto;padding-block-start:5rem}.letter>img{height:100%}.letter{animation:calc(10 * var(--rate)) ease-in-out calc(2 * var(--rate)) infinite alternate bob;display:inline-block;position:relative}.letter:first-child{--rate:.25s;height:60%}.letter:first-child:before{left:calc(-4px * var(--scale));top:calc(-28px * var(--scale));background-image:url(/~the0x539/wlkrr/static/image/birds/01.png)}.letter:nth-child(2){height:75%;top:calc(15px * var(--scale));--rate:.15s}.letter:nth-child(2):before{top:calc(-10px * var(--scale));left:calc(-2px * var(--scale));background-image:url(/~the0x539/wlkrr/static/image/birds/02.png)}.letter:nth-child(3){height:65%;top:calc(25px * var(--scale));--rate:.32s}.letter:nth-child(3):before{top:calc(-25px * var(--scale));left:calc(-28px * var(--scale));background-image:url(/~the0x539/wlkrr/static/image/birds/03.png)}.letter:nth-child(4){height:90%;top:calc(25px * var(--scale));margin-inline:calc(20px * var(--scale)) calc(-10px * var(--scale));--rate:.17s}.letter:nth-child(4):before{top:calc(-24px * var(--scale));left:calc(19px * var(--scale));background-image:url(/~the0x539/wlkrr/static/image/birds/04.png)}.letter:nth-child(5){height:55%;top:calc(25px * var(--scale));--rate:.21s}.letter:nth-child(5):before{top:calc(-28px * var(--scale));left:calc(-32px * var(--scale));background-image:url(/~the0x539/wlkrr/static/image/birds/05.png)}.letter:nth-child(6){height:55%;top:calc(15px * var(--scale));margin-inline:calc(40px * var(--scale)) 0;--rate:.3s}.letter:nth-child(6):before{top:calc(-25px * var(--scale));left:calc(-9px * var(--scale));background-image:url(/~the0x539/wlkrr/static/image/birds/06.png)}.letter:nth-child(7){height:55%;top:calc(15px * var(--scale));--rate:.14s}.letter:nth-child(7):before{top:calc(-27px * var(--scale));left:calc(4px * var(--scale));background-image:url(/~the0x539/wlkrr/static/image/birds/07.png)}.letter:nth-child(8){height:90%;top:calc(40px * var(--scale));right:calc(10px * var(--scale));--rate:.22s}.letter:nth-child(8):before{top:calc(-19px * var(--scale));left:calc(13px * var(--scale));background-image:url(/~the0x539/wlkrr/static/image/birds/08.png)}.letter:nth-child(9){height:85%;top:calc(10px * var(--scale));--rate:.25s}.letter:nth-child(9):before{top:calc(-28px * var(--scale));left:calc(31px * var(--scale));background-image:url(/~the0x539/wlkrr/static/image/birds/09.png)}.letter:nth-child(10){height:75%;top:calc(15px * var(--scale));right:calc(10px * var(--scale));--rate:.18s}.letter:nth-child(10):before{top:calc(-22px * var(--scale));left:calc(-26px * var(--scale));background-image:url(/~the0x539/wlkrr/static/image/birds/10.png)}.letter:nth-child(11){height:85%;top:calc(15px * var(--scale));--rate:.23s}.letter:nth-child(11):before{top:calc(-22px * var(--scale));left:calc(-26px * var(--scale));background-image:url(/~the0x539/wlkrr/static/image/birds/11.png)}.letter:before{--width:calc(80px * var(--scale));--height:calc(var(--width) * 310 / 726);width:var(--width);height:var(--height);content:" ";z-index:1;animation:var(--rate) steps(2, jump-none) 0s infinite alternate flap;background-repeat:no-repeat;background-size:cover;display:block;position:absolute}@keyframes flap{0%{background-position-y:0}to{background-position-y:calc(-1 * var(--height))}}@keyframes bob{0%{translate:0}to{translate:0 calc(15px * var(--scale))}}.save-selector{z-index:10;bottom:2rem;background:#00000080;border-radius:.5rem;padding:.5rem .75rem;position:fixed;inset-inline-start:2rem}.save-slot{--height:40;background-image:url(/~the0x539/wlkrr/static/image/namco.png);background-repeat:no-repeat;background-size:cover;display:inline-block}.save-slot:first-child{--width:1200px}.save-slot:nth-child(2){--width:830px;--offset:1200px}.save-slot:nth-child(3){--width:1236px;--offset:2030px}.save-slot{height:calc(1px * var(--height));width:calc(var(--width) * var(--height) / 620);background-position-x:calc(-1 * var(--offset) * var(--height) / 620)}.save-slot:has(input:not(:checked)){opacity:.333}.save-slot:has(input:not(:checked)):hover{opacity:.667}.save-slot>label{opacity:0;cursor:pointer;width:100%;height:100%;display:block}.save-slot>input{opacity:0;position:absolute}figure.gauge{width:100%;margin:0}figure.gauge .meter-container{position:relative}figure.gauge meter{width:100%}figcaption.marker{color:#0000;--marker-color:white;width:0;flex-direction:column-reverse;align-items:center;display:flex;position:absolute;inset-block-end:0;inset-inline-start:calc(100% * (var(--marker-pos) - var(--meter-min,0)) / (var(--meter-max) - var(--meter-min,0)))}figcaption.marker:last-of-type{--marker-color:gold}figcaption.marker:nth-last-of-type(2){--marker-color:silver}figcaption.marker:nth-last-of-type(3){--marker-color:sienna}figcaption.marker:nth-last-of-type(4){--marker-color:dimgray}figcaption.marker:nth-last-of-type(5){--marker-color:darkgreen}figcaption.marker.meteor{--marker-color:lightseagreen}figcaption.marker>.marker-text{text-wrap:nowrap;-webkit-user-select:none;user-select:none;border-radius:.5em;padding:.125em .25em}figcaption.marker:hover{color:revert}figcaption.marker:hover>.marker-text{background:#fff}figcaption.marker:before{content:"";border-inline:2px solid var(--marker-color);border-radius:5px;width:0;height:1lh}figcaption.marker:after{content:"";width:30px;height:2lh;position:absolute}h2{font-size:1.5rem;text-decoration:underline}h3{font-weight:700}dt:after{content:":"}.fan-img{width:20lvh;position:absolute;bottom:60px}.cousin-icon,.sticker-icon{margin-inline:.25rem;display:inline-block}:is(.cousin-icon,.sticker-icon):not([data-collected]){filter:contrast(0)brightness(0)opacity(.5)}.cousin-icon{--width:50px;--height:calc(var(--width) * 620 / 454);width:var(--width);height:var(--height);background-image:url(/~the0x539/wlkrr/static/image/cousins.png);background-repeat:no-repeat;background-size:1000% 400%;background-position-x:calc(mod(var(--id), 10) * 11.12%);background-position-y:calc(round(down, var(--id) / 10) * 100% / 3)}.sticker-icon{border:2px solid #ffffff80;border-radius:4px;width:40px;height:40px;padding:4px}.sticker-icon>img{width:auto;height:100%;display:block}*{font-family:inherit;font-size:inherit;box-sizing:border-box}:root{background-image:url(/~the0x539/wlkrr/static/image/re-back.png),url(/~the0x539/wlkrr/static/image/sky.png),url(/~the0x539/wlkrr/static/image/sky2.png);background-position-y:bottom,top 20lvh,top;background-repeat:repeat-x;background-size:auto 50lvh,auto 45lvh,auto 28lvh;height:100lvh;font-family:Segoe UI,sans-serif}body{height:100%;margin:0}ol{margin:0;padding:0}ol.fans{gap:1rem;width:max-content;padding:1rem;display:flex}ol.fans>li{background:#ffffff80;height:min-content;padding:.5rem}li{list-style:none}