html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;-moz-appearance:button;appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:JosefinSans;src:url(/Chess/assets/JosefinSans-VariableFont_wght-WwDWAOG2.ttf)}@font-face{font-family:Jost;src:url(/Chess/assets/Jost-VariableFont_wght-BgZVHdM1.ttf)}@font-face{font-family:Montserrat;src:url(/Chess/assets/Montserrat-VariableFont_wght-CiIa1Ne8.ttf)}.app{display:flex;flex-direction:column;align-items:center;min-height:100dvh;gap:.75rem;color:#fff;background:url(/Chess/assets/chess-background-CZIZkwAr.jpg) center / cover;-webkit-user-select:none;user-select:none;font-family:Jost}.turn{font-size:1.75rem;padding-top:.75rem}.board{width:32rem;height:32rem;display:flex;flex-wrap:wrap;outline:1px solid #000;filter:drop-shadow(0 0 .875rem #000)}.cell{width:4rem;height:4rem;display:flex;justify-content:center;align-items:center}.cell img{width:3rem;height:3rem;position:relative}.black{background-color:#787878}.white{background-color:silver}.selected{background-color:#20b2aa}.available{height:.75rem;width:.75rem;border-radius:50%;background-color:#c8ff74}.available-enemy img{filter:drop-shadow(0px 0px .625rem red)}.check{background-color:#f44;animation:check-pulse 1s infinite}@keyframes check-pulse{0%{background-color:#f44}50%{background-color:#f66}to{background-color:#f44}}.lost-wrapper{display:flex;gap:1rem}.lost{display:flex;flex-direction:column;padding:1.25rem 1rem;background-color:#787878;min-width:10.625rem}.lost__title{margin-bottom:.625rem;display:flex;justify-content:center;font-size:1.25rem}.lost__description{display:flex;gap:.5rem;font-size:1.125rem}.timer{display:flex;flex-direction:column;align-items:center;background-color:#787878;padding:.625rem;min-width:18rem;gap:.625rem;font-size:1.4375rem}.timer__time{display:flex;justify-content:space-between;flex-wrap:wrap}.timer__time h2{min-width:10rem}.timer__time h2:last-child{text-align:end}.modal-dialog{position:fixed;top:0;left:0;width:100%;min-height:100svh;background-color:#00000080;display:flex;justify-content:center;align-items:center;font-size:1.25rem}.modal-content{background-color:#fff;color:#000;padding:.75rem .5rem;border-radius:.4rem;min-width:13rem;display:flex;flex-direction:column;gap:1rem}.modal-header,.modal-body{display:flex;justify-content:center}.title{font-size:1.5rem;font-weight:500}.text{font-size:1.25rem}.modal-footer{display:flex;justify-content:center;gap:1rem}.btn{padding:.25rem .3rem;border:0;background-color:#ccc;border-radius:.375rem;font-size:1.125rem;display:flex}.btn:hover{background-color:#eee}.swapPlayer{transform:rotate(180deg)}@media (max-width: 763.98px){.board{width:20rem;height:20rem}.cell{width:2.5rem;height:2.5rem}.cell img{width:1.875rem;height:1.875rem}.available{height:.5rem;width:.5rem}.available-enemy img{filter:drop-shadow(0px 0px .375rem red)}}
