*{box-sizing:border-box}body,html{margin:0;position:relative;padding:0;background-color:#000;font-family:Lucida Console,monospace;width:100%;height:100%;color:#d27105}.container{margin:1rem auto;max-width:1080px;text-align:center}.game{display:flex;justify-content:center}.sidebar{width:200px;color:#d27105;border:2px solid #d27105;padding:1.5rem;text-align:center}.w{margin-bottom:1rem;text-align:left}.w-text.small{font-size:1rem}.cell.fade{position:relative}.cell.fade:before{position:absolute;content:"";left:0;top:0;right:0;bottom:0;background:#d27105}.item.fade{background:none}.holder{width:640px;height:640px;margin:0 1rem;line-height:0;background:#000;position:relative;flex:0 0 auto}.cell{display:inline-block;width:32px;height:32px;line-height:1rem;font-size:.5rem;background:#555 url(./w.png)}.free{background:none}.player{background:url(./player.png)}.finish{background:url(./downpass.png)}.item{background:url(./t.png)}.enemy[data-enemy-type=skeleton]{background:url(./skeleton.png)}.enemy[data-enemy-type=crab]{background:url(./crab.png)}.enemy[data-enemy-type=wrath]{background:url(./wrath.png)}.battle{width:340px;left:calc(50% - 170px);padding:32px 10px;color:#d27105}.battle,.card{position:absolute;top:240px;background:#000;border:4px solid #d27105;box-shadow:6px 6px #000}.card{width:260px;left:calc(50% - 130px);padding:16px 8px}.card .t-stat,.t-name{text-align:center}.t-name{padding:.5rem 2rem;font-size:1.25rem;background-color:#d27105;border-radius:4px;color:#000}.t-desc{padding:.5rem;background-color:#000;color:#d27105;text-align:center}.t-stat{width:100%;padding:.25rem 1rem;text-align:left;color:#d27105;font-size:1.15rem}.card-button{cursor:pointer;display:inline-block;color:#d27105;text-align:center;border:2px solid #d27105;padding:.5rem;margin:1rem 1rem 0;width:208px}.card-button:hover{background-color:#d27105;color:#000}.stat-holder{font-size:.9rem;text-align:center;white-space:nowrap}.sidebar h5{margin:1rem .25rem .25rem}.sidebar-itemname{font-weight:bolder}.rare{border:1px dashed #d27105}.legendary{border:1px solid #d27105}.title{font-size:1.5rem;margin:1rem auto;display:block;width:100%}.gameover{position:absolute;height:100%;background-color:#000;top:0;bottom:0;padding:3rem;line-height:2}.gameover,a{width:100%;text-align:center}a{display:block}a,a:visited{color:#d27105}