:root{--mainFont: Beleren, Poppins, Medium}[data-theme=light]{--backgroundColor: #ffffff;--backgroundColor2: #f5f5f5;--mainColor: #7b5acf;--mainColorHover: #9b7dff;--textColor: #121212;--textColor2: #333333;--textColor3: #555555;--linkColor: #7b5acf;--gold: #a8872a;--silver: #9ca3af;--bronze: #6a411a;--red: red}[data-theme=dark]{--backgroundColor: #121212;--backgroundColor2: #1a1a1a;--mainColor: #7b5acf;--mainColorHover: #9b7dff;--textColor: #f5f5f5;--textColor2: #cccccc;--textColor3: #bbbbbb;--linkColor: #7b5acf;--gold: #a8872a;--silver: #9ca3af;--bronze: #6a411a;--red: red}body{margin:0;display:flex;min-width:100vw;min-height:100dvh;font-family:var(--mainFont)}#root{min-width:100vw;width:100vw;max-width:100vw;text-align:center}a{color:var(--mainColor)}@font-face{font-family:Poppins;src:url(/fonts/poppins/Poppins-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Poppins;src:url(/fonts/poppins/Poppins-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Poppins;src:url(/fonts/poppins/Poppins-Italic.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Material Symbols Outlined;src:url(/fonts/material-symbols/MaterialSymbolsCustom.woff2) format("woff2");font-weight:100 700;font-style:normal;font-display:swap}@font-face{font-family:MagicMTG;src:url(/fonts/Magicthe-Gathering/magic.ttf) format("truetype");font-weight:normal,bold;font-style:normal}@font-face{font-family:Beleren;src:url(/fonts/Beleren/Beleren2016-Bold.ttf) format("truetype");font-weight:normal,bold;font-style:normal;font-display:swap}.material-symbols-outlined{font-family:Material Symbols Outlined;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.NavbarText{color:var(--mainColor)}.NavbarText:hover{color:var(--mainColorHover)}.HoverBoxShadow:hover{box-shadow:0 0 7px}.GraphFixColor text{fill:var(--textColor)!important}.GraphFixColor span{color:var(--textColor)!important}.GraphFixColor line{stroke:var(--textColor)!important}.loader-overlay{position:fixed;top:0;left:0;width:100vw;height:100dvh;background:#0f0f14e6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;justify-content:center;align-items:center;z-index:9999}.loader{display:flex;gap:12px}.loader span{width:14px;height:14px;border-radius:50%;background:var(--mainColor);animation:bounce .6s infinite alternate}.loader span:nth-child(2){animation-delay:.2s}.loader span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%{transform:translateY(0);opacity:.4}to{transform:translateY(-18px);opacity:1}}a{text-decoration:none}@keyframes cardSkeleton{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.cardSkeleton{animation:none}}
