@import"https://fonts.googleapis.com/css2?family=GFS+Neohellenic:wght@400;700&display=swap";:root{margin:0;padding:0;box-sizing:border-box;--unit: 4px;--text-shadow-lrg: 3px 3px 2px black;--text-shadow: 2px 2px 1px black;--text-shadow-sml: 1px 1px 1px black;--gold: #f2b400;--metallic-blue: #32527b;--dark-orange: #ff8c00}body *,.normalized-font{font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif}::-webkit-scrollbar{width:.4em;height:.4em}::-webkit-scrollbar-track{background-color:var(--metallic-blue)}::-webkit-scrollbar-thumb{background-color:var(--gold)}.table::-webkit-scrollbar{display:none}.changelog-container::-webkit-scrollbar{width:.25em}body{padding:0;margin:0;min-height:100vh;width:100%;overflow-x:hidden;position:relative}.separator{margin:8px 0;height:1px;background-color:var(--gold)}.btn-disabled{pointer-events:none;opacity:.75}.display-none{display:none;visibility:hidden;opacity:0}.display-flex{display:flex}.display-block{display:block}.height-full{height:100%!important}.width-full{width:100%!important}#modal{position:absolute;top:50%;left:50%;width:fit-content;height:fit-content;transform:translate(-50%,-50%);z-index:999;padding:12px;border-radius:8px;background-color:var(--gold)}.modal-backdrop{filter:brightness(25%);pointer-events:none!important}@keyframes blur{0%{filter:blur(8px)}to{filter:blur(0px)}}@keyframes blur-sml{0%{filter:blur(6px)}to{filter:blur(0px)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.card-container.svelte-3lapvz.svelte-3lapvz{display:flex;flex-direction:column;align-items:center;border-radius:8px;width:100px;flex:0 0 auto;align-self:flex-end;justify-items:end;transition:.2s ease-out;cursor:pointer;padding-top:18px!important}.not-clickable.svelte-3lapvz.svelte-3lapvz{pointer-events:none}.selected.svelte-3lapvz.svelte-3lapvz{outline:4px solid var(--gold);transform:translateY(-24px);padding:0 12px;background-color:transparent}.img-container.svelte-3lapvz.svelte-3lapvz{max-width:100px;height:100px}.img.svelte-3lapvz.svelte-3lapvz{height:100%;width:100%;border:4px solid transparent;border-radius:50%;transition:.2s ease-out}.img.svelte-3lapvz.svelte-3lapvz:hover{border-color:var(--metallic-blue);scale:105%;transform-origin:center}.name.svelte-3lapvz.svelte-3lapvz{color:var(--gold);font-size:18px;text-transform:uppercase;position:relative;text-shadow:var(--text-shadow)}.name.svelte-3lapvz.svelte-3lapvz:before{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);height:2px;width:0%;background-color:var(--gold);transition:.15s ease-out}.card-container.svelte-3lapvz:hover .name.svelte-3lapvz:before{width:100%}.name.svelte-3lapvz.svelte-3lapvz:after{content:"";position:absolute;top:-4px;left:50%;transform:translate(-50%);height:2px;width:0%;background-color:var(--gold);transition:.15s ease-out}.card-container.svelte-3lapvz:hover .name.svelte-3lapvz:after{width:100%}@media screen and (max-width: 700px){.img-container.svelte-3lapvz.svelte-3lapvz{height:75px;width:75px}.card-container.svelte-3lapvz.svelte-3lapvz{width:85px;transform:translateY(-40px)}}@media screen and (max-width: 450px){.img-container.svelte-3lapvz.svelte-3lapvz{height:50px;width:50px}.card-container.svelte-3lapvz.svelte-3lapvz{width:75px;transform:translateY(-25px)}}@media screen and (min-width: 1999px) and (min-height: 1199px){.img-container.svelte-3lapvz.svelte-3lapvz{max-width:140px;height:140px}.card-container.svelte-3lapvz.svelte-3lapvz{width:140px}.name.svelte-3lapvz.svelte-3lapvz{font-size:24px}}.help-container.svelte-ps58lx.svelte-ps58lx{position:fixed;bottom:16px;right:16px;height:fit-content;display:flex;flex-direction:column;gap:12px;z-index:50;width:325px}.help-container.inactive.svelte-ps58lx.svelte-ps58lx{animation:svelte-ps58lx-dismiss 1s .2s;animation-fill-mode:forwards}.help-form.svelte-ps58lx.svelte-ps58lx{background-color:var(--metallic-blue);height:fit-content;color:var(--gold);padding:8px;border-radius:4px;border:1px solid var(--gold);display:flex;flex-direction:column;gap:12px;z-index:0;transform:translate(360px)}.help-form.slide-in.svelte-ps58lx.svelte-ps58lx{animation:svelte-ps58lx-slide-in .5s;animation-fill-mode:forwards}.help-form.slide-out.svelte-ps58lx.svelte-ps58lx{animation:svelte-ps58lx-slide-out .5s;animation-fill-mode:forwards}.title.svelte-ps58lx.svelte-ps58lx{text-align:center;font-size:28px;text-transform:uppercase;margin:0;text-shadow:var(--text-shadow)}.subtitle.svelte-ps58lx.svelte-ps58lx{font-size:12px;text-align:center;margin-block:0}.input-container.svelte-ps58lx.svelte-ps58lx{display:flex;flex-direction:column;gap:2px}.input-container.svelte-ps58lx .svelte-ps58lx:is(input,textarea){border-radius:2px;padding:2px;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:16px;opacity:.85}.input-container.svelte-ps58lx.svelte-ps58lx:nth-child(2){position:relative}.help-form.svelte-ps58lx button.svelte-ps58lx{outline:none;border:none;background-color:var(--gold);color:var(--metallic-blue);padding:4px;border-radius:4px;font-size:16px;font-weight:700;cursor:pointer;transition:.2s ease-out}.help-form.svelte-ps58lx button.svelte-ps58lx:hover{opacity:.75}.help-form.svelte-ps58lx button.svelte-ps58lx:active{transform:translateY(4px)}.arrow-container.svelte-ps58lx.svelte-ps58lx{align-self:flex-end;background-color:var(--metallic-blue);padding:8px;border-radius:50%;display:grid;place-content:center;transition:.2s ease-out;cursor:pointer;border:1px solid var(--gold);z-index:999}.arrow-container.svelte-ps58lx.svelte-ps58lx:hover{scale:115%}.arrow-container.svelte-ps58lx:hover .help-arrow{rotate:-60deg}.submit-btn-group.svelte-ps58lx.svelte-ps58lx{display:flex;align-items:center;gap:8px}.submit-btn-group.svelte-ps58lx>span.svelte-ps58lx{cursor:pointer;transition:.2s ease-out}.submit-btn-group.svelte-ps58lx>span.svelte-ps58lx:hover{filter:brightness(125%)}.submit-btn-group.svelte-ps58lx>[type=submit].svelte-ps58lx{flex:1}.help-arrow{height:32px;width:32px;rotate:-90deg;filter:invert(90%);transform:translate(-2px,2px);transition:.3s .1s ease-out}.pending.svelte-ps58lx.svelte-ps58lx{display:none;z-index:-50}@keyframes svelte-ps58lx-slide-in{0%{transform:translate(500px)}to{transform:translate(0)}}@keyframes svelte-ps58lx-slide-out{0%{transform:translate(0)}to{transform:translate(500px)}}@keyframes svelte-ps58lx-dismiss{0%{width:fit-content}to{width:0}}@media screen and (max-width: 500px){.help-arrow{height:25px;width:25px}}@media screen and (min-width: 1999px) and (min-height: 1199px){.help-form.svelte-ps58lx button.svelte-ps58lx{font-size:22px}.input-container.svelte-ps58lx .svelte-ps58lx:is(input,textarea){font-size:22px}.subtitle.svelte-ps58lx.svelte-ps58lx{font-size:20px}.title.svelte-ps58lx.svelte-ps58lx{font-size:36px}.label.svelte-ps58lx.svelte-ps58lx{font-size:24px}.help-container.svelte-ps58lx.svelte-ps58lx{width:420px}.submit-btn-group.svelte-ps58lx>span.svelte-ps58lx{font-size:24px}}.selected-mastery-container-left.svelte-1fooz9k.svelte-1fooz9k{position:absolute;left:0;top:0;height:100%;width:45%;background:linear-gradient(to bottom,transparent 0%,black 50%,transparent 100%);display:grid;place-content:center;border-right:4px solid var(--gold)}.selected-mastery-container-right.svelte-1fooz9k.svelte-1fooz9k{position:absolute;right:0;top:0;height:100%;width:45%;background:linear-gradient(to bottom,transparent 0%,black 50%,transparent 100%);display:grid;place-content:center;border-left:4px solid var(--gold)}.content-container.svelte-1fooz9k.svelte-1fooz9k{display:flex;flex-direction:column;padding:24px;justify-content:center;align-items:center;z-index:10}.img-container.svelte-1fooz9k.svelte-1fooz9k{width:250px;height:250px}.img-container.svelte-1fooz9k>img.svelte-1fooz9k{width:100%;height:100%}.select-another-mastery-text.svelte-1fooz9k.svelte-1fooz9k{font-size:36px!important;text-shadow:var(--text-shadow);text-transform:uppercase;text-align:center}.content-container.svelte-1fooz9k>p.svelte-1fooz9k{color:var(--gold);font-size:24px;text-align:center}@media screen and (max-width: 820px){.selected-mastery-container-left.svelte-1fooz9k.svelte-1fooz9k{height:45%;width:100%;top:0;z-index:50}.selected-mastery-container-right.svelte-1fooz9k.svelte-1fooz9k{height:45%;width:100%;bottom:0;transform:translateY(85%);z-index:50}.img-container.svelte-1fooz9k.svelte-1fooz9k{height:150px;width:150px}.content-container.svelte-1fooz9k>p.svelte-1fooz9k{font-size:16px;text-align:center}}@media screen and (max-width: 650px){.img-container.svelte-1fooz9k.svelte-1fooz9k{height:90px;width:90px}.content-container.svelte-1fooz9k.svelte-1fooz9k{padding:6px}}@media screen and (min-width: 1999px) and (min-height: 1199px){.img-container.svelte-1fooz9k.svelte-1fooz9k{width:300px;height:300px}.content-container.svelte-1fooz9k>p.svelte-1fooz9k{color:var(--gold);font-size:32px}}.current-build-menu.svelte-11fcd4f.svelte-11fcd4f{position:absolute;top:45px;left:-275px;padding:8px;height:fit-content;width:300px;background-color:#000000bf;border-radius:8px;z-index:100}.current-build-menu.svelte-11fcd4f p.svelte-11fcd4f{line-height:14px;color:var(--gold)}.mastery-img.svelte-11fcd4f.svelte-11fcd4f{height:50px;width:50px}@media screen and (min-width: 1999px) and (min-height: 1199px){.current-build-menu.svelte-11fcd4f.svelte-11fcd4f{width:400px;left:-375px}.current-build-menu.svelte-11fcd4f p.svelte-11fcd4f{font-size:28px;line-height:20px}.mastery-img.svelte-11fcd4f.svelte-11fcd4f{height:100px;width:100px}}.navbar.svelte-8c4lqv.svelte-8c4lqv{height:44px;width:100%;background:linear-gradient(to right,var(--gold) 0%,var(--gold) 20%,transparent 100%);display:flex;align-items:center;justify-content:flex-start;gap:24px;position:absolute;top:0;left:0;z-index:100;padding:0 12px}.navbar-link{text-decoration:none;font-size:20px;text-transform:uppercase;font-weight:700;cursor:pointer;color:var(--metallic-blue);z-index:50;position:relative}.navbar-link:before{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);height:2px;width:0%;background-color:var(--metallic-blue);transition:.15s ease-out}.navbar-link:hover:before{width:100%}.navbar-link:after{content:"";position:absolute;top:-4px;left:50%;transform:translate(-50%);height:2px;width:0%;background-color:var(--metallic-blue);transition:.15s ease-out}.navbar-link:hover:after{width:100%}.menu-btn-container.svelte-8c4lqv.svelte-8c4lqv{display:none;position:absolute;top:4px;left:4px;z-index:150}.menu-btn-container.svelte-8c4lqv>div.svelte-8c4lqv:nth-child(1){background-color:var(--metallic-blue);padding:4px;border-radius:50%;height:36px;width:36px;transition:.5s ease-out;border:1px solid var(--dark-orange);display:grid;place-content:center}.menu-btn-container.svelte-8c4lqv>div.svelte-8c4lqv:nth-child(1):active{transform:rotateY(360deg)}.menu-btn-container .menu-btn{height:30px;width:30px;transition:.5s ease-out}.hamburger-menu.svelte-8c4lqv.svelte-8c4lqv{background:var(--metallic-blue);opacity:.9;width:250px;height:100%;position:absolute;z-index:120;top:0;left:0;transform:translate(-260px);transition:.3s ease-out;display:flex;flex-direction:column;justify-content:flex-start;gap:50px;padding-top:100px;border-right:2px solid var(--dark-orange)}.hamburger-menu.svelte-8c4lqv>.navbar-link{color:var(--gold);font-size:26px;text-align:center;padding-inline:12px}.current-build-container.svelte-8c4lqv.svelte-8c4lqv{margin-left:auto;margin-right:16px;position:relative;background-color:var(--gold);width:fit-content;border-radius:50%;display:grid;place-content:center}.current-build-icon{height:42px;width:42px;cursor:pointer;transition:.2s ease-out}.delete-build-btn{height:20px;width:20px;background-color:var(--gold);border-radius:50%;padding:2px;transition:.2s ease-out;cursor:pointer}.delete-build-btn:hover{filter:brightness(75%)}.current-build-icon:hover{filter:brightness(125%)}.slide-in.svelte-8c4lqv.svelte-8c4lqv{animation:svelte-8c4lqv-slide-in .5s;animation-fill-mode:forwards}.slide-out.svelte-8c4lqv.svelte-8c4lqv{animation:svelte-8c4lqv-slide-out .5s;animation-fill-mode:forwards}@media screen and (max-width: 1050px){.navbar-link{font-size:16px}}@media screen and (max-width: 900px){.navbar-link{font-size:14px}}@media screen and (max-width: 820px){.navbar.svelte-8c4lqv.svelte-8c4lqv{display:none}.current-build-container.svelte-8c4lqv.svelte-8c4lqv{width:fit-content;height:fit-content}.menu-btn-container.svelte-8c4lqv.svelte-8c4lqv{display:flex;justify-content:space-between;width:100%}.current-build-icon{width:44px;height:44px}}@media screen and (min-width: 821px){.hamburger-menu.svelte-8c4lqv.svelte-8c4lqv{display:none}}@media screen and (min-width: 1999px) and (min-height: 1199px){.navbar.svelte-8c4lqv.svelte-8c4lqv{height:60px}.navbar-link{font-size:32px}}@keyframes svelte-8c4lqv-slide-in{to{transform:translate(0)}}@keyframes svelte-8c4lqv-slide-out{0%{transform:translate(0)}to{transform:translate(-325px)}}.container.svelte-q08z93.svelte-q08z93{width:16px;height:16px;background-color:var(--gold);border-radius:50%;display:grid;place-content:center;padding:1px;position:relative;cursor:pointer}.container-dark.svelte-q08z93.svelte-q08z93{background-color:var(--metallic-blue);border-radius:50%;padding:2px}.inverted.svelte-q08z93.svelte-q08z93{filter:invert(100%)}.container.svelte-q08z93 img.svelte-q08z93{height:100%;width:100%}.tooltip-container.svelte-q08z93.svelte-q08z93{position:absolute;top:-80px;left:50%;transform:translate(-50%);width:300px;background-color:#333;opacity:.95;z-index:999;border-radius:4px;padding:8px}.tooltip-container.svelte-q08z93 p.svelte-q08z93{margin-block:4px;font-size:18px;color:var(--gold);text-align:center;font-weight:700}@media screen and (max-width: 700px){.tooltip-container.svelte-q08z93.svelte-q08z93{left:-50px}}.emoji-box-container.svelte-1py1x93{position:absolute;background:white;padding:8px;bottom:54px;left:12px;width:120px;box-shadow:-4px 4px 20px #00000026;z-index:50;border-radius:8px}.emoji-grid.svelte-1py1x93{display:grid;grid-template-columns:repeat(4,1fr);gap:4px}.emoji.svelte-1py1x93{font-size:14px;cursor:pointer;transition:.2s ease-out}.emoji.svelte-1py1x93:hover{scale:110%;transform-origin:top left}@media screen and (min-width: 1999px) and (min-height: 1199px){.emoji.svelte-1py1x93{font-size:24px}}article.svelte-1qstaaf{color:#fff;padding:.75rem 1.5rem;border-radius:.2rem;display:flex;align-items:center;margin:0 auto .5rem;width:25rem}.toast-icon{height:16x;width:16px;cursor:pointer;transform:translate(-8px)}.icon-white{filter:brightness(0%) invert(100%)}.error.svelte-1qstaaf{background:IndianRed}.success.svelte-1qstaaf{background:MediumSeaGreen}.info.svelte-1qstaaf{background:SkyBlue}.text.svelte-1qstaaf{margin:0 auto;font-size:1rem}button.svelte-1qstaaf{color:#fff;background:transparent;border:0 none;padding:0;margin:0 0 0 auto;line-height:1;font-size:1rem}section.svelte-1oxhptw{position:absolute;top:32px;right:8px;width:100%;height:fit-content;display:flex;margin-top:1rem;justify-content:center;flex-direction:column;z-index:100}button.svelte-cxvxlz{position:absolute;outline:none;border:none;top:4px;right:4px;background:none;font-size:24px;cursor:pointer;transition:.2s ease-out}button.svelte-cxvxlz:hover{filter:brightness(125%)}.form-container.svelte-1xto3wn.svelte-1xto3wn{flex:1;background-color:var(--metallic-blue);opacity:.75;color:var(--gold);border-radius:8px;transition:.4s ease-out;height:350px;width:750px;margin:0 auto}.form-container.svelte-1xto3wn.svelte-1xto3wn:hover,.form-edited.svelte-1xto3wn.svelte-1xto3wn{opacity:1}.form-title.svelte-1xto3wn.svelte-1xto3wn{text-align:center;font-size:28px;font-weight:700}.form-title.svelte-1xto3wn div.svelte-1xto3wn{display:flex;gap:4px;align-items:center;font-size:15px;transform:translateY(-32px);justify-content:center;margin-bottom:-24px}.button-group.svelte-1xto3wn.svelte-1xto3wn{display:flex;justify-content:space-between;padding:0 16px}.button-group.svelte-1xto3wn button.svelte-1xto3wn{outline:none;border:none;background-color:var(--gold);color:var(--metallic-blue);padding:4px 24px;border-radius:4px;font-size:24px;font-weight:700;cursor:pointer;transition:.2s ease-out;margin:8px 0;display:flex;align-items:center;gap:8px}.button-group.svelte-1xto3wn button.svelte-1xto3wn:hover{opacity:.75}.button-group button .save-icon{height:20px;width:20px}.input-container.svelte-1xto3wn.svelte-1xto3wn{display:flex;flex:1;width:100%;flex-direction:column;gap:2px;margin:0 12px;font-weight:700;font-size:20px;transform:translateY(-14px)}.input-container.svelte-1xto3wn label.svelte-1xto3wn{text-align:left}.input-container-wrapper.svelte-1xto3wn.svelte-1xto3wn{display:flex;gap:2px;margin:8px 0}.input-container.svelte-1xto3wn .svelte-1xto3wn:is(input,textarea,select){all:unset;flex:1;background-color:#fff;padding:2px;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:20px;opacity:.85;border-radius:4px;color:var(--metallic-blue);font-weight:700;text-align:center}select.svelte-1xto3wn option.svelte-1xto3wn{background-color:var(--gold);color:var(--metallic-blue);font-size:19px;font-weight:700;cursor:pointer}@media screen and (max-width: 900px){.form-container.svelte-1xto3wn.svelte-1xto3wn{max-width:700px}.input-container.svelte-1xto3wn .svelte-1xto3wn:is(input,textarea,select){font-size:18px}.button-group.svelte-1xto3wn button.svelte-1xto3wn{font-size:20px}}@media screen and (max-width: 750px){.form-container.svelte-1xto3wn.svelte-1xto3wn{max-width:500px}.input-container.svelte-1xto3wn .svelte-1xto3wn:is(input,textarea,select){font-size:16px}.button-group.svelte-1xto3wn button.svelte-1xto3wn{font-size:18px}}@media screen and (max-width: 520px){.form-container.svelte-1xto3wn.svelte-1xto3wn{max-width:340px;height:fit-content}select.svelte-1xto3wn option.svelte-1xto3wn{background-color:var(--gold);color:var(--metallic-blue);font-size:14px;font-weight:700;cursor:pointer}.input-container.svelte-1xto3wn .svelte-1xto3wn:is(input,textarea,select){font-size:14px}.button-group.svelte-1xto3wn button.svelte-1xto3wn{font-size:14px}.button-group button .save-icon{height:12px;width:12px}.form-title.svelte-1xto3wn.svelte-1xto3wn{font-size:20px}.input-container-wrapper.svelte-1xto3wn.svelte-1xto3wn{flex-direction:column}.input-container.svelte-1xto3wn.svelte-1xto3wn{width:93%}}@media screen and (min-width: 1999px) and (min-height: 1199px){.form-container.svelte-1xto3wn.svelte-1xto3wn{width:1250px}.input-container.svelte-1xto3wn.svelte-1xto3wn{font-size:26px}.button-group.svelte-1xto3wn button.svelte-1xto3wn{font-size:30px}.form-title.svelte-1xto3wn div.svelte-1xto3wn{font-size:20px}.form-title.svelte-1xto3wn>p.svelte-1xto3wn{text-align:center;font-size:36px;font-weight:700;margin-block:12px}.input-container.svelte-1xto3wn .svelte-1xto3wn:is(input,textarea,select){font-size:30px}select.svelte-1xto3wn option.svelte-1xto3wn{font-size:22px}}.main-container.svelte-1vk78mb{position:relative;height:100vh;overflow:hidden}.main-container.svelte-1vk78mb:before{content:"";position:absolute;background:linear-gradient(to top,black 0%,transparent 100%);z-index:10;width:100%;height:100%}.bg-container.svelte-qfodf5.svelte-qfodf5{height:100%}.background-alt.svelte-qfodf5.svelte-qfodf5{width:100%;height:100vh;position:relative;z-index:0;background-color:#363636}.bg-container.svelte-qfodf5>img.svelte-qfodf5{width:100%;height:100vh;object-fit:cover}.content.svelte-qfodf5.svelte-qfodf5{position:absolute;width:100%;top:50px;left:0;z-index:10;padding:24px}.form-and-table-container.svelte-qfodf5.svelte-qfodf5{display:flex;flex-direction:column;gap:12px}.data-display-container.svelte-qfodf5.svelte-qfodf5{display:flex;max-width:1200px;width:calc(100% - 50px);margin:0 auto}.view-icon-container.svelte-qfodf5.svelte-qfodf5{background:var(--gold);padding:4px;border-radius:4px;width:fit-content;height:fit-content;display:flex;flex-direction:column;gap:12px;transform:translateY(16px);margin:4px}.view-icon{height:32x;width:32px;cursor:pointer;transition:.2s ease-out}.view-icon:hover{opacity:.8}.selected{background-color:#fff;outline:2px solid white;border-radius:2px}@media screen and (max-width: 1000px){.form-and-table-container.svelte-qfodf5.svelte-qfodf5{flex-direction:column}}@media screen and (max-width: 600px){.content.svelte-qfodf5.svelte-qfodf5{padding:8px;top:32px}.form-and-table-container.svelte-qfodf5.svelte-qfodf5{padding:8px}.view-icon{height:20px;width:20px}}@media screen and (max-width: 500px){.content.svelte-qfodf5.svelte-qfodf5{padding:0}.data-display-container.svelte-qfodf5.svelte-qfodf5{flex-direction:column;width:100%}.view-icon-container.svelte-qfodf5.svelte-qfodf5{flex-direction:row;transform:translateY(0)}}@media screen and (max-height: 900px){.form-and-table-container.svelte-qfodf5.svelte-qfodf5{justify-content:flex-start;max-height:650px;overflow-y:scroll;padding-bottom:8px}}@media screen and (min-width: 1999px) and (min-height: 1199px){.data-display-container.svelte-qfodf5.svelte-qfodf5{max-width:1800px}}.table.svelte-16vgqk6.svelte-16vgqk6{border-radius:4px;padding:4px 8px;opacity:.8;flex:1;max-height:400px;overflow-x:scroll;transition:.4s ease-out;z-index:400;margin:0 auto}.table.svelte-16vgqk6.svelte-16vgqk6:hover{opacity:1}.table-header.svelte-16vgqk6.svelte-16vgqk6{display:flex;background-color:var(--metallic-blue);border-radius:16px;padding:0 8px}.table-header.svelte-16vgqk6 p.svelte-16vgqk6{color:var(--gold);flex:1;font-style:normal;font-size:20px;font-weight:700;margin:0 4px;padding:0 4px;text-align:center}.table-header.svelte-16vgqk6 p.svelte-16vgqk6:nth-child(1){flex:.25}.table-header.svelte-16vgqk6 p.svelte-16vgqk6:nth-child(6){flex:2}.table-header.svelte-16vgqk6 p.svelte-16vgqk6:nth-child(7){flex:.5}.table-row.svelte-16vgqk6.svelte-16vgqk6{display:flex;background-color:var(--gold);border:1px dashed var(--metallic-blue);border-radius:4px;margin:4px 0;padding:8px 0;text-align:center}.table-row.svelte-16vgqk6 p.svelte-16vgqk6{color:var(--metallic-blue);flex:1;font-style:normal;font-size:20px;font-weight:700;margin:0 4px;padding:0 4px;display:flex;align-items:center;text-align:center;justify-content:center;text-wrap:balance}.table-row.svelte-16vgqk6 p.svelte-16vgqk6:nth-child(1){flex:.25}.table-row.svelte-16vgqk6 p.svelte-16vgqk6:nth-child(6){flex:2}.table-row.svelte-16vgqk6 div.svelte-16vgqk6{flex:.5;display:flex;align-items:center;justify-content:center;gap:12px}.table-btn{height:20px;width:20px;cursor:pointer;transition:.2s ease-out}.table-btn:hover{scale:115%}@media screen and (max-width: 1200px){.table-header.svelte-16vgqk6 p.svelte-16vgqk6,.table-row.svelte-16vgqk6 p.svelte-16vgqk6{font-size:18px}}@media screen and (max-width: 1000px){.table-header.svelte-16vgqk6 p.svelte-16vgqk6,.table-row.svelte-16vgqk6 p.svelte-16vgqk6{font-size:16px}}@media screen and (max-width: 600px){.table-header.svelte-16vgqk6 p.svelte-16vgqk6,.table-row.svelte-16vgqk6 p.svelte-16vgqk6{font-size:14px}.table-btn{height:16px;width:16px;cursor:pointer;transition:.2s ease-out}.table-row.svelte-16vgqk6 div.svelte-16vgqk6{flex-direction:column}}@media screen and (max-width: 420px){.table-header.svelte-16vgqk6 p.svelte-16vgqk6,.table-row.svelte-16vgqk6 p.svelte-16vgqk6{font-size:12px}.table-btn{height:12px;width:12px;cursor:pointer;transition:.2s ease-out}}@media screen and (min-width: 1999px) and (min-height: 1199px){.table.svelte-16vgqk6.svelte-16vgqk6{max-height:520px}.table-row.svelte-16vgqk6 p.svelte-16vgqk6,.table-header.svelte-16vgqk6 p.svelte-16vgqk6{font-size:32px}.table-btn{height:32px;width:32px}}#container.svelte-1moj29h{opacity:.75;flex:1;height:400px;transition:.4s ease-out;margin:0 auto}#container.svelte-1moj29h:hover{opacity:1}@media screen and (max-width: 400px){#container.svelte-1moj29h{width:340px}}@media screen and (min-width: 1999px) and (min-height: 1199px){#container.svelte-1moj29h{height:515px}}.container.svelte-txyu72.svelte-txyu72{position:relative;height:100vh;width:100%;overflow:hidden}.container.svelte-txyu72.svelte-txyu72:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;z-index:2;background:linear-gradient(to top,black 0%,transparent 60%)}.background.svelte-txyu72.svelte-txyu72{height:100vh;width:100%;object-fit:cover;z-index:0;position:relative;filter:saturate(1.5)}.background-alt.svelte-txyu72.svelte-txyu72{width:100%;height:100vh;position:relative;z-index:0;background-color:#363636}.github-link{position:absolute;top:12px;left:12px;height:24px;width:24px;transition:.2s ease-out;cursor:pointer;z-index:3}.github-link:hover{opacity:.75;scale:115%}.menu.svelte-txyu72.svelte-txyu72{position:absolute;top:100px;left:50px;width:fit-content;padding:8px;z-index:3}.menu.svelte-txyu72>p.svelte-txyu72{color:var(--gold);text-shadow:2px 2px 1px black;margin-top:36px;margin-left:20px}.logo.svelte-txyu72.svelte-txyu72{height:100px;width:600px;object-fit:cover}.links.svelte-txyu72.svelte-txyu72{display:flex;flex-direction:column;gap:24px}.link-container.svelte-txyu72.svelte-txyu72{margin-top:20px;display:flex;gap:16px;align-items:center;transform:translate(20px)}.login-link{font-size:32px;font-weight:700;text-decoration:none;text-transform:uppercase;color:var(--gold);position:relative;text-shadow:var(--text-shadow)}.login-link:before{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);height:2px;width:0%;background-color:var(--gold);transition:.15s ease-out}.login-link:hover:before{width:100%}.login-link:after{content:"";position:absolute;top:-4px;left:50%;transform:translate(-50%);height:2px;width:0%;background-color:var(--gold);transition:.15s ease-out}.login-link:hover:after{width:100%}.circle.svelte-txyu72.svelte-txyu72{height:18px;width:18px;border-radius:50%;background-color:var(--gold);transition:.2s ease-out;position:relative}.circle.svelte-txyu72.svelte-txyu72:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);height:0px;width:0px;background-color:var(--metallic-blue);transition:.15s ease-out;border-radius:50%}.link-container.svelte-txyu72:hover .circle.svelte-txyu72:before{height:10px;width:10px}@media screen and (max-width: 700px){.logo.svelte-txyu72.svelte-txyu72{scale:75%;transform-origin:top left}.menu.svelte-txyu72.svelte-txyu72{left:20px;top:75px}.menu.svelte-txyu72 p.svelte-txyu72{max-width:300px}}@media screen and (max-width: 500px){.menu.svelte-txyu72.svelte-txyu72{left:0}.logo.svelte-txyu72.svelte-txyu72{scale:55%;transform-origin:left}.login-link{font-size:28px}}@media screen and (min-width: 1999px) and (min-height: 1199px){.menu.svelte-txyu72.svelte-txyu72{scale:155%;transform-origin:top left}.github-link{scale:200%;transform-origin:center;padding:8px}}.empty-skill.svelte-1kz5vi6.svelte-1kz5vi6{background-color:transparent}.skill-img.svelte-1kz5vi6.svelte-1kz5vi6{width:50px;height:50px}.img-masked.svelte-1kz5vi6.svelte-1kz5vi6{-webkit-mask-image:linear-gradient(to top,transparent 0%,black 100%);mask-image:linear-gradient(to top,transparent 0%,black 100%)}.skill-allocated.svelte-1kz5vi6.svelte-1kz5vi6{outline:3px solid var(--metallic-blue);mask-image:none;-webkit-mask-image:none}.masked-img.svelte-1kz5vi6.svelte-1kz5vi6{-webkit-mask-image:linear-gradient(to top,transparent 0%,black 100%);mask-image:linear-gradient(to top,transparent 0%,black 100%)}.skill-container.svelte-1kz5vi6.svelte-1kz5vi6{position:relative;cursor:pointer;transition:.2s ease-out}.skill-container.svelte-1kz5vi6.svelte-1kz5vi6:hover{filter:brightness(125%);z-index:999}.steam-link{position:absolute;top:0;right:4px;height:16px;width:16px}.skill-description-container.svelte-1kz5vi6.svelte-1kz5vi6{display:none;position:absolute;background-color:#000000d9;color:#fff;padding:8px;border:1px solid var(--gold);border-radius:4px;top:0;left:0;transform:translate(-150px,-110%);height:fit-content;width:400px;z-index:999;margin-bottom:auto;max-height:250px;overflow-y:auto}.skill-description-container.svelte-1kz5vi6 .svelte-1kz5vi6{font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif!important}.inverted.svelte-1kz5vi6.svelte-1kz5vi6{bottom:0;left:0;transform:translate(-175px,75px);z-index:999}.end-of-line-skill.svelte-1kz5vi6.svelte-1kz5vi6{transform:translate(-105%,-10%)}.start-of-line-skill.svelte-1kz5vi6.svelte-1kz5vi6{transform:translate(75px,-10%)}.skill-container.svelte-1kz5vi6:hover .skill-description-container.svelte-1kz5vi6{display:flex;flex-direction:column;gap:4px}.joiner-top.svelte-1kz5vi6.svelte-1kz5vi6,.joiner-bottom.svelte-1kz5vi6.svelte-1kz5vi6,.joiner-straight.svelte-1kz5vi6.svelte-1kz5vi6,.joiner-t.svelte-1kz5vi6.svelte-1kz5vi6{transform:scaleY(1.7) translate(18px)}.current-level-display.svelte-1kz5vi6.svelte-1kz5vi6{color:#fff;margin-block:-4px;text-align:center;text-wrap:nowrap;font-weight:700;width:100%}.name.svelte-1kz5vi6.svelte-1kz5vi6{font-size:20px;text-transform:uppercase;text-align:left;margin-top:-4px;margin-bottom:6px}.flavor-text.svelte-1kz5vi6.svelte-1kz5vi6{margin-block:-4px;font-size:14px}.description.svelte-1kz5vi6.svelte-1kz5vi6{text-align:left;font-size:14px;font-family:inherit;margin-bottom:-4px;text-wrap:wrap}.prerequisites.svelte-1kz5vi6.svelte-1kz5vi6{margin-bottom:-2px;font-weight:700;font-size:14px}.next-level.svelte-1kz5vi6.svelte-1kz5vi6{color:#b6b6b6}.next-level.svelte-1kz5vi6>p.svelte-1kz5vi6{margin-bottom:-8px}.current-level.svelte-1kz5vi6>p.svelte-1kz5vi6{margin-bottom:-8px}@media screen and (max-width: 700px){.skill-description-container.svelte-1kz5vi6.svelte-1kz5vi6{width:290px}}@media screen and (min-width: 1999px) and (min-height: 1199px){.name.svelte-1kz5vi6.svelte-1kz5vi6{font-size:24px}.flavor-text.svelte-1kz5vi6.svelte-1kz5vi6,.description.svelte-1kz5vi6.svelte-1kz5vi6,.prerequisites.svelte-1kz5vi6.svelte-1kz5vi6,.current-level.svelte-1kz5vi6.svelte-1kz5vi6,.next-level.svelte-1kz5vi6.svelte-1kz5vi6{font-size:18px}}.mastery-btn-container.svelte-1yw147y.svelte-1yw147y{position:relative}.mastery-level-description-container.svelte-1yw147y.svelte-1yw147y{display:none;position:absolute;top:-350px;left:0;padding:8px;width:350px;background-color:#000000d9;color:#fff;z-index:100}.mastery-level-description-container.svelte-1yw147y .svelte-1yw147y{font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif}.transform-up.svelte-1yw147y.svelte-1yw147y{transform:translateY(-95px)}.mastery-btn-container.svelte-1yw147y:hover .mastery-level-description-container.svelte-1yw147y{display:flex;flex-direction:column}.mastery-column.svelte-1yw147y.svelte-1yw147y{max-width:32px;display:flex;flex-direction:column-reverse;gap:4px}.mastery-column-icon.svelte-1yw147y.svelte-1yw147y{height:50px;width:50px;cursor:pointer;transition:.2s ease-out}.mastery-column-icon.svelte-1yw147y.svelte-1yw147y:hover{scale:110%;filter:brightness(125%)}.mastery-bar.svelte-1yw147y.svelte-1yw147y{height:500px;border:1px solid var(--gold);width:45px;position:relative;border-radius:2px}.bar-fill.svelte-1yw147y.svelte-1yw147y{position:absolute;width:100%;left:0;bottom:0}.next-level.svelte-1yw147y.svelte-1yw147y{color:#b6b6b6}.next-level.svelte-1yw147y>p.svelte-1yw147y{margin-bottom:-8px}.current-level.svelte-1yw147y>p.svelte-1yw147y{margin-bottom:-8px}.name.svelte-1yw147y.svelte-1yw147y{font-size:24px;text-transform:uppercase;text-align:left;margin-top:-4px;margin-bottom:6px;font-weight:700}.flavor-text.svelte-1yw147y.svelte-1yw147y{margin-block:-4px}.description.svelte-1yw147y.svelte-1yw147y{text-align:left;font-size:14px;font-family:inherit;margin-bottom:-4px}.tree-container.svelte-18edvxe{min-height:500px;max-width:100%;display:flex;gap:8px;background:rgba(0,0,0,.75);padding:12px;border-radius:4px}.skills-grid.svelte-18edvxe{display:grid;grid-template-columns:repeat(12,50px);grid-template-rows:repeat(7,50px);grid-row-gap:24px;grid-column-gap:12px}.background.svelte-6n3ix5.svelte-6n3ix5{width:100%;height:100vh;object-fit:cover;position:relative;z-index:0}.background-alt.svelte-6n3ix5.svelte-6n3ix5{width:100%;height:100vh;position:relative;z-index:0;background-color:#363636}.card-container.svelte-6n3ix5.svelte-6n3ix5{position:absolute;bottom:0;left:0;width:100%;display:flex;overflow-x:auto;gap:40px;align-items:center;justify-content:center;z-index:30;white-space:nowrap;height:250px}.confirm-button.svelte-6n3ix5.svelte-6n3ix5{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--gold);font-size:40px;text-transform:uppercase;text-shadow:var(--text-shadow-lrg);z-index:100;transform-origin:top left;opacity:.85;cursor:pointer;font-weight:700;transition:.2s ease-out}.confirm-button.svelte-6n3ix5.svelte-6n3ix5:hover{filter:brightness(75%)}.mastery-trees-container.svelte-6n3ix5.svelte-6n3ix5{z-index:50;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;gap:24px;align-items:center;justify-content:center;width:100%;height:100%}.mastery-name.svelte-6n3ix5.svelte-6n3ix5{font-size:44px;color:var(--gold);text-transform:uppercase;text-shadow:var(--text-shadow);margin-bottom:-4px;font-weight:700;text-align:center;opacity:.85;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom:8px double black}.overview-container.svelte-6n3ix5.svelte-6n3ix5{position:absolute;left:50%;top:8%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;z-index:100}.overview-container.svelte-6n3ix5>button.svelte-6n3ix5{outline:none;border:none;color:var(--gold);font-size:42px;text-shadow:var(--text-shadow);background:transparent;font-weight:700;cursor:pointer;transition:.2s ease-out;text-wrap:nowrap}.overview-container.svelte-6n3ix5>button.svelte-6n3ix5:hover{filter:brightness(75%)}.overview-container.svelte-6n3ix5>p.svelte-6n3ix5{color:var(--gold);font-size:20px;text-shadow:var(--text-shadow);margin-block:0px;font-weight:700;text-wrap:nowrap}@media screen and (max-width: 1500px){.card-container.svelte-6n3ix5.svelte-6n3ix5{justify-content:flex-start}}@media screen and (max-width: 900px){.card-container.svelte-6n3ix5.svelte-6n3ix5{gap:16px}}@media screen and (max-width: 1650px){.mastery-trees-container.svelte-6n3ix5>div.svelte-6n3ix5{scale:85%;transform-origin:center;transform:translateY(20px)}.mastery-trees-container.svelte-6n3ix5.svelte-6n3ix5{overflow-x:scroll}}@media screen and (max-width: 1535px){.mastery-trees-container.svelte-6n3ix5.svelte-6n3ix5{height:100%;justify-content:flex-start;overflow-y:scroll;flex-direction:column}.mastery-trees-container.svelte-6n3ix5>div.svelte-6n3ix5{scale:100%}.overview-container.svelte-6n3ix5.svelte-6n3ix5{top:7.5%}.overview-container.svelte-6n3ix5 button.svelte-6n3ix5{font-size:32px}.overview-container.svelte-6n3ix5 p.svelte-6n3ix5{font-size:22px}.mastery-trees-container.svelte-6n3ix5>div.svelte-6n3ix5:nth-child(1){transform:translateY(100px)}.mastery-trees-container.svelte-6n3ix5>div.svelte-6n3ix5:nth-child(2){transform:translateY(60px)}}@media screen and (max-width: 820px){.background.svelte-6n3ix5.svelte-6n3ix5{object-position:70%}.mastery-trees-container.svelte-6n3ix5.svelte-6n3ix5{gap:0px}.mastery-trees-container.svelte-6n3ix5>div.svelte-6n3ix5{scale:85%;transform-origin:center}.mastery-trees-container.svelte-6n3ix5>div.svelte-6n3ix5:nth-child(2){transform:translateY(-45px)}.confirm-button.svelte-6n3ix5.svelte-6n3ix5{font-size:32px;top:41%}}@media screen and (max-width: 700px){.mastery-trees-container.svelte-6n3ix5.svelte-6n3ix5{overflow:scroll;max-width:100%;gap:24px}.mastery-trees-container.svelte-6n3ix5>div.svelte-6n3ix5{scale:100%;align-self:flex-start}.mastery-trees-container.svelte-6n3ix5>div.svelte-6n3ix5:nth-child(2){transform:translateY(50px)}.overview-container.svelte-6n3ix5.svelte-6n3ix5{top:5%}}@media screen and (max-width: 500px){.mastery-trees-container.svelte-6n3ix5.svelte-6n3ix5{max-width:100%}.mastery-trees-container.svelte-6n3ix5>div.svelte-6n3ix5:nth-child(2){transform:translateY(-100px)}.overview-container.svelte-6n3ix5.svelte-6n3ix5{top:10%}.overview-container.svelte-6n3ix5 p.svelte-6n3ix5{font-size:22px}.overview-container.svelte-6n3ix5 button.svelte-6n3ix5{font-size:30px}}@media screen and (max-height: 900px) and (max-width: 500px){.mastery-trees-container.svelte-6n3ix5>div.svelte-6n3ix5{scale:75%;transform-origin:center}}@media screen and (min-width: 1999px) and (min-height: 1199px){.mastery-trees-container.svelte-6n3ix5.svelte-6n3ix5{scale:125%;transform-origin:top left}.overview-container.svelte-6n3ix5 button.svelte-6n3ix5{font-size:50px}.overview-container.svelte-6n3ix5 p.svelte-6n3ix5{font-size:40px}}@keyframes svelte-6n3ix5-pulse{0%{scale:1;filter:brightness(100%)}to{scale:.95;filter:brightness(120%)}}.background.svelte-a6jreo.svelte-a6jreo.svelte-a6jreo{width:100%;height:100vh;object-fit:cover;position:relative;z-index:0}.background-alt.svelte-a6jreo.svelte-a6jreo.svelte-a6jreo{width:100%;height:100vh;position:relative;z-index:0;background-color:#363636}.payment-form-container.svelte-a6jreo.svelte-a6jreo.svelte-a6jreo{position:fixed;top:40%;left:100px;transform:translateY(-50%);width:550px;padding:0 16px 24px;z-index:33;background-color:var(--gold);display:flex;flex-direction:column;align-items:center;opacity:.85;border-radius:8px;transition:.4s ease-out}.payment-form-container.svelte-a6jreo.svelte-a6jreo.svelte-a6jreo:hover{opacity:1}.title.svelte-a6jreo.svelte-a6jreo.svelte-a6jreo{margin-bottom:12px}.title.svelte-a6jreo>p.svelte-a6jreo.svelte-a6jreo{font-size:32px;font-weight:700;margin-bottom:4px;text-align:center}.title.svelte-a6jreo>div.svelte-a6jreo.svelte-a6jreo{display:flex;align-items:center;gap:16px;font-size:20px;justify-content:center}.donation-select-container.svelte-a6jreo.svelte-a6jreo.svelte-a6jreo{display:flex;flex-direction:column;gap:8px;width:100%;margin-top:24px}.donation-select-container.svelte-a6jreo small.svelte-a6jreo.svelte-a6jreo{text-align:center}.donation-select-btn.svelte-a6jreo.svelte-a6jreo.svelte-a6jreo{flex:1;outline:none;border:none;padding:12px 0;background-color:var(--metallic-blue);color:var(--gold);font-size:18px;font-weight:700;text-transform:capitalize;border-radius:4px;cursor:pointer;transition:.2s ease-out;border:2px solid transparent;display:flex;align-items:center;justify-content:center;gap:12px;text-decoration:none}.btn-icon{height:24px;width:24px}.changelog-container.svelte-a6jreo.svelte-a6jreo.svelte-a6jreo{margin-top:32px;display:flex;flex-direction:column;gap:8px;max-height:250px;overflow-y:scroll;width:100%}.changelog-container.svelte-a6jreo>div.svelte-a6jreo>p.svelte-a6jreo{font-size:16px;margin-block:4px}.changelog-container.svelte-a6jreo>div.svelte-a6jreo>p.svelte-a6jreo:nth-child(1){font-size:18px;font-weight:700}@media screen and (max-width: 750px){.title.svelte-a6jreo>p.svelte-a6jreo.svelte-a6jreo{font-size:24px}.payment-form-container.svelte-a6jreo.svelte-a6jreo.svelte-a6jreo{width:350px;left:24px}}@media screen and (max-width: 450px){.payment-form-container.svelte-a6jreo.svelte-a6jreo.svelte-a6jreo{width:300px;left:12px;top:47.5%}}@media screen and (min-width: 1999px) and (min-height: 1199px){.payment-form-container.svelte-a6jreo.svelte-a6jreo.svelte-a6jreo{scale:135%;transform-origin:top left}}.bg-container.svelte-qetsqc>img.svelte-qetsqc{width:100%;height:100vh;object-fit:cover}.background-alt.svelte-qetsqc.svelte-qetsqc{width:100%;height:100vh;position:relative;z-index:0;background-color:#363636}.card-container.svelte-qetsqc.svelte-qetsqc{position:absolute;bottom:0;left:0;width:100%;display:flex;overflow-x:auto;gap:40px;align-items:center;justify-content:center;z-index:30;white-space:nowrap;height:250px}.randomize-text-btn.svelte-qetsqc.svelte-qetsqc{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--gold);font-size:64px;text-transform:uppercase;text-shadow:var(--text-shadow-lrg);z-index:100;transform-origin:top left;opacity:.85;cursor:pointer;font-weight:700;transition:.2s ease-out}.randomize-text-btn.svelte-qetsqc.svelte-qetsqc:hover{filter:brightness(75%)}.randomize-start>div{animation:svelte-qetsqc-randomize-click 1s;animation-fill-mode:forwards}.randomize-start>div:nth-child(1),.randomize-start>div:nth-child(11){animation-delay:0ms}.randomize-start>div:nth-child(2),.randomize-start>div:nth-child(10){animation-delay:.4s}.randomize-start>div:nth-child(3),.randomize-start>div:nth-child(9){animation-delay:.8s}.randomize-start>div:nth-child(4),.randomize-start>div:nth-child(8){animation-delay:1.2s}.randomize-start>div:nth-child(5),.randomize-start>div:nth-child(7){animation-delay:1.6s}.randomize-start>div:nth-child(6){animation-delay:2s}.post-randomization-container.svelte-qetsqc.svelte-qetsqc{position:absolute;display:flex;left:50%;top:50%;transform:translate(-50%,-50%);width:fit-content;opacity:.8;z-index:50;animation:fade-in 1s;padding:24px;gap:32px}.pdf.svelte-qetsqc.svelte-qetsqc{animation:none;opacity:1;flex-direction:column;gap:4px;margin:0 auto!important;align-items:center!important;padding:0;margin:0;background:black;width:800px!important;border-radius:none!important;z-index:999;border-inline:8px solid var(--gold)}.pdf-img.svelte-qetsqc.svelte-qetsqc{height:200px!important;width:200px!important}.pdf-img-text.svelte-qetsqc.svelte-qetsqc{font-size:22px!important;text-decoration:none!important}.pdf-class-text.svelte-qetsqc.svelte-qetsqc{font-size:34px!important}.post-randomization-container.svelte-qetsqc>div.svelte-qetsqc{display:flex;flex-direction:column;gap:4px;min-width:390px;padding:24px}.randomized-classes-container.svelte-qetsqc.svelte-qetsqc{display:flex;gap:50px;justify-content:center;align-items:center}.random-selection-container.svelte-qetsqc.svelte-qetsqc{display:flex;flex-direction:column;gap:4px;color:var(--gold);text-shadow:var(--text-shadow);align-items:center}.random-selection-container.svelte-qetsqc>img.svelte-qetsqc{height:300px;width:300px;transition:.5s ease-out;border:8px solid transparent;border-radius:50%;position:relative}.random-selection-container.svelte-qetsqc>p.svelte-qetsqc{font-size:46px;text-decoration:overline underline;text-underline-offset:8px}.random-selection-container.svelte-qetsqc>img.svelte-qetsqc:hover{border-color:var(--gold)}.strikethrough.svelte-qetsqc.svelte-qetsqc{text-decoration:line-through;cursor:default!important}.combination-name.svelte-qetsqc.svelte-qetsqc{text-align:center;font-size:64px;text-transform:uppercase;text-shadow:var(--text-shadow);font-weight:700;color:var(--gold);transform:translateY(-50px);padding-top:16px;margin-bottom:-36px}.generate-challenge-btn.svelte-qetsqc.svelte-qetsqc{outline:none;border:none;color:var(--gold);margin-block:8px;font-size:28px;text-transform:uppercase;text-shadow:var(--text-shadow);text-align:center;background:transparent;font-weight:700;cursor:pointer;transition:.2s ease-out;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif}.generate-challenge-btn.svelte-qetsqc.svelte-qetsqc:hover{opacity:.85}.handicaps-list.svelte-qetsqc.svelte-qetsqc{max-width:500px;margin:0;padding:0}.handicaps-list.svelte-qetsqc li.svelte-qetsqc{list-style:none;line-height:32px}.handicaps-list.svelte-qetsqc li p.svelte-qetsqc:nth-child(1){font-size:16px;text-transform:uppercase;padding:4px;background-color:var(--dark-orange);color:#000;width:fit-content;font-weight:700}.handicaps-list.svelte-qetsqc li p.svelte-qetsqc:nth-child(2){font-size:26px;color:var(--gold);font-weight:700}.visible.svelte-qetsqc.svelte-qetsqc{animation:blur-sml 1.5s ease-out}.not-visible.svelte-qetsqc.svelte-qetsqc{filter:blur(6px)}.export-btn.svelte-qetsqc.svelte-qetsqc{margin:8px auto;padding:12px 20px;background-color:var(--gold);color:var(--metallic-blue);font-size:20px;text-transform:uppercase;width:100%;max-width:300px;border-radius:4px;font-weight:700;cursor:pointer;border:1px solid transparent;display:flex;align-items:center;justify-content:center;gap:8px;text-wrap:nowrap}.export-btn.svelte-qetsqc.svelte-qetsqc:hover{border-color:#fff}.export-btn .svg{height:24px;width:24px;padding:0;margin:0}.challenge-icon{height:24px;width:24px;background-color:var(--gold);border-radius:50%;padding:4px;margin:0}.move-top-right.svelte-qetsqc.svelte-qetsqc{animation:svelte-qetsqc-move-top-right .75s ease-out}@keyframes svelte-qetsqc-pulse{0%{scale:1;filter:brightness(100%)}to{scale:.95;filter:brightness(120%)}}@keyframes svelte-qetsqc-randomize-click{0%{opacity:1;outline:2px solid var(--dark-orange)}to{transform:translateY(-150px);opacity:0;display:none}}@keyframes svelte-qetsqc-move-top-right{0%{opacity:1;scale:1}to{opacity:0;scale:.5;transform:translate(200vh,-150vh)}}@media screen and (max-width: 1500px){.card-container.svelte-qetsqc.svelte-qetsqc{justify-content:flex-start}}@media screen and (max-width: 1200px){.post-randomization-container.svelte-qetsqc.svelte-qetsqc{gap:0px}.generate-challenge-btn.svelte-qetsqc.svelte-qetsqc{max-width:350px;font-size:28px}.random-selection-container.svelte-qetsqc>img.svelte-qetsqc{height:210px;width:210px}.handicaps-list.svelte-qetsqc.svelte-qetsqc{max-width:350px}.handicaps-list.svelte-qetsqc li p.svelte-qetsqc:nth-child(2){font-size:20px;line-height:18px}.combination-name.svelte-qetsqc.svelte-qetsqc{font-size:46px}.random-selection-container.svelte-qetsqc>p.svelte-qetsqc{font-size:32px}}@media screen and (max-width: 900px){.card-container.svelte-qetsqc.svelte-qetsqc{gap:16px}.post-randomization-container.svelte-qetsqc.svelte-qetsqc{flex-direction:column;padding:12px;width:100%}.post-randomization-container.svelte-qetsqc>div.svelte-qetsqc:nth-child(2){transform:translateY(-50px)}.random-selection-container.svelte-qetsqc>img.svelte-qetsqc{height:150px;width:150px}.handicaps-list.svelte-qetsqc.svelte-qetsqc{max-width:100%}.generate-challenge-btn.svelte-qetsqc.svelte-qetsqc{margin:12px auto;font-size:24px}.export-btn.svelte-qetsqc.svelte-qetsqc{font-size:14px;padding:4px 8px}.pdf.svelte-qetsqc.svelte-qetsqc{width:650px!important}}@media screen and (max-width: 700px){.bg-container.svelte-qetsqc img.svelte-qetsqc{object-position:30%}.randomize-text-btn.svelte-qetsqc.svelte-qetsqc{font-size:44px}.card-container.svelte-qetsqc.svelte-qetsqc{bottom:0;overflow-y:hidden}}@media screen and (max-width: 500px){.post-randomization-container.svelte-qetsqc.svelte-qetsqc{gap:4px}.random-selection-container.svelte-qetsqc>img.svelte-qetsqc{height:130px;width:130px}.post-randomization-container.svelte-qetsqc>div.svelte-qetsqc{min-width:300px}}@media screen and (max-height: 900px){.post-randomization-container.svelte-qetsqc.svelte-qetsqc{justify-content:flex-start;max-height:650px;overflow-y:scroll}}@media screen and (min-width: 1999px) and (min-height: 1199px){.post-randomization-container.svelte-qetsqc.svelte-qetsqc{scale:140%;transform-origin:top left}.export-btn.svelte-qetsqc.svelte-qetsqc{font-size:20px}}
