@import"https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";:root{--font-family-body: "DM Sans", sans-serif;--font-family-mono: "DM Mono", monospace;--color-surface-0: black;--color-surface-1: oklch(14.435% .02187 278.48);--color-surface-2: oklch(.2 .025 282);--color-border: oklch(.3 .05 282);--border-radius: 1rem;--color-text-highlight: oklch(.96 .05 282);--color-text-body: oklch(.76 .05 282);--color-text-muted: oklch(50.827% .04614 280.005);--color-success: #00FF8C;--color-error: #EF3E6D;--color-hp: #EF3E6D;--color-spd: #00EDFF;--color-def: #748F93;--color-atk: #D77BBA;--color-dex: #FF4D00;--color-vit: #00FF8C;--color-common: oklch(50.827% .04614 280.005);--color-uncommon: #679666;--color-rare: #4C9DC9;--color-epic: #8c49a7;--color-legendary: #f7e05e}html{block-size:100%}body{padding:0;margin:0;font-family:var(--font-family-body);display:grid;grid-template-rows:auto 1fr auto;min-block-size:100%;min-width:280px;background-color:var(--color-surface-0);color:var(--color-text-body)}main{display:flex;flex-direction:column;align-items:center}.container{max-width:1000px;width:100%;height:100%;margin:auto;padding:0 2rem;box-sizing:border-box}img{image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;image-rendering:pixelated}h1,h2,h3,h4,h5,h6{margin:0;color:var(--color-text-highlight)}p{margin:0}strong{color:var(--color-text-highlight)}.text-muted{color:var(--color-text-muted)}.text-highlight{color:var(--color-text-highlight)}.text-mono{font-family:var(--font-family-mono)}.text-small{font-size:.875rem;line-height:1.15}.card{border:1px solid var(--color-border);border-radius:var(--border-radius);background-color:var(--color-surface-1);padding:.5rem 1rem 1rem;position:relative;overflow:hidden}.card>.card-header{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.pill{background-color:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--border-radius);margin:.25rem 0;padding:.125rem .5rem;font-size:.875rem;text-align:center;line-height:1.15}.modal{display:none;position:absolute;top:5em;left:50%;transform:translate(-50%);min-width:360px;z-index:9999}.modal i{font-size:1.5rem}#modalBlanket{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;z-index:9997;backdrop-filter:blur(2px)}form{display:flex;flex-direction:column;gap:1rem;padding:.5rem .5rem 1rem}input{background-color:var(--color-surface-0);border:1px solid var(--color-border);border-radius:var(--border-radius);font-family:var(--font-family-body);font-size:1.125rem;color:var(--color-text-body);padding:.125rem .625rem}button{background-color:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--border-radius);font-family:var(--font-family-body);font-size:1.125rem;color:var(--color-text-body);padding:.25rem .75rem;cursor:pointer}button.danger{color:var(--color-error);border-color:var(--color-error);box-shadow:0 0 4px var(--color-error)}button:hover{filter:brightness(150%)}#toastContainer{position:absolute;top:3rem;right:2rem;display:flex;flex-direction:column-reverse;align-items:end;gap:1rem;pointer-events:none;z-index:9998}.toast{padding:.25rem .5rem;background-color:var(--color-surface-2);border-radius:var(--border-radius);width:fit-content;animation-name:toastFade;animation-timing-function:ease-in;animation-fill-mode:forwards;animation-duration:1s;animation-delay:3s;pointer-events:none}.toast>i{margin:.25rem;margin-left:0}.toast.success{box-shadow:0 0 6px var(--color-success)}.toast.success>i{color:var(--color-success)}.toast.error>i{color:var(--color-error)}.toast.error{box-shadow:0 0 6px var(--color-error)}@keyframes toastFade{0%{opacity:1}to{opacity:0}}
