@import"https://fonts.googleapis.com/css2?family=Varela&family=Vollkorn:wght@500..700&display=swap";#root{display:flex;flex-direction:column;min-height:100vh;position:relative;max-width:800px;margin:0 auto;width:100%}header{display:flex;align-items:center;gap:1rem;padding:1rem;padding-bottom:0}.header{display:flex;align-items:center;gap:1rem}.header:not(.open) button{display:none}header h1,.header h1{padding-bottom:0rem}.open-nav-button{border:none;padding:.3rem;box-shadow:none;font-size:1.2rem}.open-nav-button:hover{transform:translate(0);box-shadow:0;opacity:.6}nav{padding:1rem;padding-top:0;overflow-y:auto;display:flex;flex-direction:column;gap:.25rem;position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--background-primary);z-index:10}nav div:first-of-type{padding-top:1rem;position:sticky;top:0;background:var(--background-primary);z-index:14}nav:not(.open){display:none}nav h1{padding:.25rem 0}nav input{font-size:.8rem}h3{padding-top:1rem}.nav-card{border:none;box-shadow:none;display:flex;align-items:center;gap:.5rem;padding:0;border-radius:.5rem;width:100%;padding:.5rem}.nav-card:hover{transform:translate(0);box-shadow:none;background:var(--background-muted)}.nav-card-selected{background:var(--background-muted);border:1px solid (--border-primary)}.nav-card p:nth-of-type(2){font-weight:700}.poke-card{padding:1rem;width:100%;flex:1;display:flex;flex-direction:column;gap:1rem}.default-img{width:240px}.img-container{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.type-container{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.type-tile{padding:.1rem .5rem;border-radius:var(--border-radius-small);font-size:.8rem;width:fit-content;font-weight:600}.stats-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.stat-item{display:flex;align-items:center;gap:.25rem 1rem}.pokemon-move-grid{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}.stat-item p,.pokemon-move p{text-transform:capitalize;white-space:nowrap}.pokemon-move p{margin:0 auto;font-weight:700}.pokemon-move{width:100%;flex:1}.skill-name{text-transform:capitalize}.modal-container{position:fixed;top:0;left:0;height:100vh;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:100;padding:1rem}.modal-underlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--background-accent);opacity:.8;z-index:99;border:none;width:100%;box-shadow:unset}.modal-underlay:hover{transform:translate(0);box-shadow:unset}.modal-content{position:relative;z-index:101;max-width:600px;width:100%;margin:0 auto;min-height:400px;border-radius:var(--border-radius-large);border:1px solid var(--border-primary);background:var(--background-primary);padding:1rem;display:flex;flex-direction:column;gap:1rem}@media (min-width: 640px){#root{flex-direction:row;align-items:stretch;gap:0rem}header{display:none}nav{display:flex;position:sticky;width:fit-content;min-width:200px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}nav::-webkit-scrollbar{display:none}nav:not(.open){display:flex}nav div:first-of-type{position:relative}.poke-card{padding:2rem 1rem}.header button{display:none}}:root{--background-primary: white;--background-secondary: "";--background-tertiary: #f4f4f4;--background-accent: #eadee975;--background-compliment: "";--background-gradient: "";--background-muted: #918bfb99;--color-primary: #150312;--color-secondary: "";--color-tertiary: "";--color-accent: "";--color-compliment: "";--color-gradient: "";--color-muted: ;--color-link: #2563eb;--color-link-transparent: rgba(173, 96, 203, .193);--color-success: "";--color-warning: "";--color-error: "";--color-info: "";--color-highlight: #f5f4f8;--gradient-start: #5e55ff;--gradient-end: #ff5bad;--border-primary: #f0eff4;--border-secondary: #efefef;--border-highlight: #390532;--border-tertiary: "";--shadow-dark: "";--shadow-light: "";--shadow-text: "";--padding-small: 1rem;--padding-large: 2rem;--border-radius-small: .5rem;--border-radius-large: .75rem;--highlight-border-radius: .5rem;--text-selection: ""}@media (prefers-color-scheme: dark){:root{--background-primary: #05070f;--background-secondary: #0e101e;--background-tertiary: #121424;--background-accent: "";--background-compliment: "";--background-gradient: "";--background-muted: #1a1e32;--color-primary: white;--color-secondary: "";--color-tertiary: "";--color-accent: "";--color-compliment: "";--color-gradient: "";--color-muted: ;--color-link: #60a5fa;--color-link-transparent: rgba(37, 99, 235, .1);--color-success: "";--color-warning: "";--color-error: "";--color-info: "";--color-highlight: #fef9c3;--gradient-start: #4963fb;--gradient-end: #f2598c;--border-primary: #323c71;--border-secondary: #323c71;--border-highlight: #4649af;--border-tertiary: "";--shadow-dark: "";--shadow-light: "";--shadow-text: "";--padding-small: 1rem;--padding-large: 2rem;--border-radius-small: .5rem;--border-radius-large: .75rem;--highlight-border-radius: .5rem;--text-selection: ""}}*{margin:0;padding:0;box-sizing:border-box;font-family:Varela,serif}body{background:var(--background-primary);color:var(--color-primary);font-size:.875rem;line-height:1.6rem}.text-gradient{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-image:linear-gradient(135deg,var(--gradient-start) 0,var(--gradient-end) 100%);background-size:100%;-webkit-box-decoration-break:clone}h1,h2,h3,h4,h5,h6,button{font-family:Vollkorn,serif;width:fit-content}h1{font-size:1.875rem;line-height:2.25rem}h2{font-size:1.5rem;line-height:2rem}h3{font-size:1.25rem;line-height:1.75rem}h4{font-size:1.125rem;line-height:1.75rem}h5{font-size:1rem;line-height:1.5rem}h6{font-size:.875rem;line-height:1.25rem}p{display:block;width:fit-content}span{font-weight:inherit;font-size:inherit;line-height:inherit}address{font-style:normal}aside{float:right;width:40%;padding:.75rem;margin:.5rem;font-style:italic;color:var(--color-primary);background-color:var(--background-muted);border-radius:var(--border-radius-large)}blockquote{position:relative;padding-left:1.5rem;margin:0}blockquote:after{content:"";display:block;position:absolute;left:0;top:0;height:100%;border-left:7px solid var(--border-primary);border-radius:6px}blockquote footer{padding-top:1rem}dd{padding-bottom:11px}dt{font-weight:700}figcaption{padding-top:10px;font-size:.8rem}ul,ol{list-style-position:inside;padding-left:1rem}li{line-height:1.6em}a{color:var(--color-link)}a:active,a:focus,a:hover{text-decoration:none}mark,samp,kbd,code,time{border-radius:var(--highlight-border-radius, 4px);box-decoration-break:clone;-webkit-box-decoration-break:clone}mark{background-color:var(--color-highlight);padding:0 4px}samp{font-weight:700;padding:.5rem 1rem;background-color:var(--background-muted);color:var(--color-primary)}kbd,time{padding:0rem .5rem;background-color:var(--background-muted);color:var(--color-primary)}code,pre{font-size:.9em;padding:.2rem .5rem;background:var(--background-muted);border:1px solid var(--border-primary);max-width:fit-content;overflow-x:auto}pre>code{padding:10px;border:0;display:block;overflow-x:auto}pre{border-radius:var(--border-radius-large)}sup,sub{line-height:normal}audio{width:100%}audio,img,video{border-radius:var(--border-radius-large);max-width:100%}img{height:auto}table{width:fit-content;border:1px solid var(--border-primary);background:var(--background-muted);border-radius:var(--border-radius-small)}table tr:last-child td:first-child{border-bottom-left-radius:8px}table tr:last-child td:last-child{border-bottom-right-radius:8px}table tr:first-child th:first-child{border-top-left-radius:8px}table tr:first-child th:last-child{border-top-right-radius:8px}th{background-color:var(--background-muted)}td{background:var(--background-primary)}td,th{text-align:left;padding:8px}thead{border-collapse:collapse}tfoot{border-top:1px solid black}table tr:hover td,tbody tr:nth-child(2n):hover td{background-color:var(--background-muted)}button,select,input[type=submit],input[type=button],input[type=checkbox],input[type=range],input[type=radio]{cursor:pointer}button{color:var(--color-primary);background-color:var(--background-primary);width:fit-content;font-family:inherit;font-size:inherit;font-weight:500;padding:.25rem 3rem;border:1.5px solid var(--border-secondary);border-radius:var(--border-radius-small);box-shadow:2px 2px 0 0 var(--border-secondary);transition-duration:.2s}button:hover{box-shadow:0 0 0 0 var(--border-secondary);transform:translate(2px,2px)}button[disabled]:hover{box-shadow:2px 2px 0 0 var(--border-secondary);transform:translate(0)}button:disabled,button[disabled]{border:1.5px solid var(--border-secondary);cursor:initial;opacity:.55}label{display:block;max-width:fit-content;font-weight:500}input,textarea,select{font-size:1em;background-color:var(--background-accent);border:1px solid var(--border-secondary);color:var(--color-primary);padding:.5rem .75rem;border-radius:var(--border-radius-small);width:100%;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}input:disabled{cursor:not-allowed;opacity:.6}input[type=number].buttonless{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}input[type=number].buttonless::-webkit-inner-spin-button{display:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=number].buttonless::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=checkbox],input[type=radio]{padding:.5rem;width:fit-content;vertical-align:middle;position:relative;margin:.5rem .25rem .5rem .5rem}input[type=checkbox]{border-radius:7px;margin-left:0}input[type=radio]{border-radius:100%}input[type=checkbox]:checked,input[type=radio]:checked{background:var(--border-secondary)}input[type=range]{vertical-align:middle;padding:0}input[type=color]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline-style:none;padding:initial;max-width:initial;height:2rem;width:3rem}select:is([multiple]){background:none;height:fit-content}fieldset:focus-within,input:focus-within,textarea:focus-within,select:focus-within{border-color:var(--border-highlight)}fieldset:hover,input:hover,textarea:hover,select:hover{border-color:var(--border-highlight)}progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:1rem;margin:.75rem 0}progress::-webkit-progress-bar{background:var(--background-main);border:1px solid var(--border-primary);border-radius:var(--highlight-border-radius)}progress::-webkit-progress-value{background-color:var(--color-link);border-radius:var(--border-radius-small)}progress::-moz-progress-bar{background-color:var(--color-link);border-radius:var(--border-radius-small)}fieldset{border:1px solid var(--border-primary);border-radius:var(--border-radius-small);margin:0 0 6px;padding:1rem;max-width:fit-content}details{border:1px solid var(--border-primary);border-radius:var(--border-radius-small);padding:.5rem .75rem}summary{font-weight:700}details[open] summary{border-bottom:1px solid var(--border-primary);margin-bottom:.5rem}.card,.button-card{background-color:var(--background-muted);color:var(--color-primary);padding:1rem;border-radius:.7rem}.card{border:1px solid var(--color-link-transparent)}.button-card{border:1px solid var(--border-secondary)}.button-card{box-shadow:none}.button-card:hover{transform:translate(0);box-shadow:none;border-color:var(--border-highlight)}.card-button-primary,.card-button-secondary{border:none!important;box-shadow:none!important}.card-button-primary{color:var(--background-primary);background:var(--color-link)}.card-button-secondary{color:var(--color-link);background:var(--color-link-transparent)}.card-button-primary:hover,.card-button-secondary:hover{transform:none;opacity:.6}@media (min-width: 640px){body{font-size:1rem;line-height:1.5rem}h1{font-size:2.25rem;line-height:2.5rem}h2{font-size:1.875rem;line-height:2.25rem}h3{font-size:1.5rem;line-height:2rem}h4{font-size:1.25rem;line-height:1.75rem}h5{font-size:1.125rem;line-height:1.75rem}h6{font-size:1rem;line-height:1.5rem}button{width:fit-content}input{max-width:600px}}
