grid.svelte-5knted{display:grid;height:600px;width:600px;grid-template-rows:repeat(20, 30px);grid-template-columns:repeat(20, 30px);border-left:1px solid black;border-top:1px solid black}cell.svelte-5knted{border-bottom:1px solid black;border-right:1px solid black}cell.center-right.svelte-5knted{border-right:2px solid black}cell.center-bottom.svelte-5knted{border-bottom:2px solid black}cell.clicked.svelte-5knted{background-color:black}main.svelte-m1ps3d{height:100%;width:100%;display:grid;grid-template-areas:". opponent-header"
                         "opponent-details opponent-monster"
                         "player-header ."
                         "player-monster player-details";grid-template-rows:max-content 1fr max-content 1fr;grid-template-columns:1fr 1fr;grid-gap:10px}.opponent-header.svelte-m1ps3d{grid-area:opponent-header}.opponent.svelte-m1ps3d{grid-area:opponent-monster}.opponent-details.svelte-m1ps3d{grid-area:opponent-details}.player-header.svelte-m1ps3d{grid-area:player-header}.player.svelte-m1ps3d{grid-area:player-monster}.player-details.svelte-m1ps3d{grid-area:player-details}@media only screen and (max-width: 600px){main.svelte-m1ps3d{grid-template-areas:"opponent-details opponent-monster"
                             "player-monster player-details";grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;grid-gap:10px;padding:10px;box-sizing:border-box}.player-details.svelte-m1ps3d,.opponent-details.svelte-m1ps3d{display:flex;flex-direction:column;justify-content:center;align-items:center}h2.svelte-m1ps3d{display:none}}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.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:-0.25em}sup{top:-0.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}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:0.35em 0.75em 0.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;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}@media only screen and (max-width: 600px){html,body{padding:0;margin:0;height:100vh;width:100vw;overflow:hidden}}.monster-properties.svelte-2tmb6w.svelte-2tmb6w{display:grid;height:500px;width:1000px;grid-template-areas:"picture details"
                         "attributes details";grid-template-rows:repeat(2, 250px);grid-template-columns:250px 1fr;background-color:gainsboro;padding:15px;margin:0 auto}section.svelte-2tmb6w.svelte-2tmb6w{overflow:hidden}h2.svelte-2tmb6w.svelte-2tmb6w{margin:5px 0px}ul.svelte-2tmb6w.svelte-2tmb6w{list-style:none;padding:0;margin:0}.details.svelte-2tmb6w.svelte-2tmb6w{grid-area:details;display:grid;grid-template-areas:"name type"
                         "genetics genetics"
                         "traits traits"
                         "moves moves";grid-template-rows:repeat(3, max-content) 1fr;grid-template-columns:max-content 1fr;grid-gap:15px;padding-left:15px}.picture.svelte-2tmb6w.svelte-2tmb6w{grid-area:picture}.name-input.svelte-2tmb6w.svelte-2tmb6w{grid-area:name}.type.svelte-2tmb6w.svelte-2tmb6w{grid-area:type}.attributes.svelte-2tmb6w.svelte-2tmb6w{grid-area:attributes;display:flex;flex-direction:column}.traits.svelte-2tmb6w.svelte-2tmb6w{grid-area:traits;display:flex;flex-direction:column}.trait-list.svelte-2tmb6w>li.svelte-2tmb6w{line-height:1.5}.moves.svelte-2tmb6w.svelte-2tmb6w{grid-area:moves;display:flex;flex-direction:column;overflow:hidden}.move-list.svelte-2tmb6w.svelte-2tmb6w{overflow:auto}.move-list.svelte-2tmb6w>li.svelte-2tmb6w{line-height:1.5}.genetics.svelte-2tmb6w.svelte-2tmb6w{grid-area:genetics}.genetic-properties.svelte-2tmb6w.svelte-2tmb6w{display:flex;justify-content:space-between}@media only screen and (max-width: 1000px){.monster-properties.svelte-2tmb6w.svelte-2tmb6w{width:600px;height:800px;grid-template-areas:"attributes picture"
                             "details details";grid-template-rows:300px 1fr;grid-template-columns:repeat(2, 300px);padding:15px}.details.svelte-2tmb6w.svelte-2tmb6w{height:500px;grid-template-areas:"name type"
                            "genetics genetics"
                            "traits traits"
                            "moves moves";grid-template-rows:repeat(3, max-content) 1fr;grid-template-columns:max-content 1fr;padding-left:0}}@media only screen and (max-width: 600px){.monster-properties.svelte-2tmb6w.svelte-2tmb6w{width:90vw;height:calc(100vh - 10vw);grid-template-areas:"attributes picture"
                             "details details";grid-template-rows:45vw calc(100vh - 55vw);grid-template-columns:45vw 45vw;grid-gap:0;padding:5vw}.details.svelte-2tmb6w.svelte-2tmb6w{height:100%;grid-template-areas:"name"
                             "type"
                             "genetics"
                             "traits"
                             "moves";grid-template-rows:repeat(5, max-content);grid-template-columns:1fr;overflow:auto}}.svg-container.svelte-lv5wyf{height:100%;display:flex;justify-content:center;align-items:center}.svg-container.svelte-lv5wyf{height:100%;display:flex;justify-content:center;align-items:center}