fieldset.svelte-1d060u0{border:none;display:flex;flex-direction:var(--label-dir, column);position:relative;align-items:flex-start;-webkit-user-select:none;user-select:none;white-space:nowrap;flex:1 0 0px;max-width:var(--input-width, 250px);gap:6px}label.svelte-1d060u0{color:var(--grey-300);font-size:var(--fs);line-height:var(--fs-lh);font-weight:500}fieldset.row.svelte-1d060u0{align-items:center}.outer-container.svelte-hlexae{position:relative;max-width:var(--input-width, 250px);width:100%}.inner-container.svelte-hlexae{position:relative;width:100%}.icon-container.svelte-hlexae{position:absolute;transform:translateY(-50%);top:50%;left:16px}.icon-container.svelte-hlexae svg{display:block;max-width:14px;height:auto}.icon-container.svelte-hlexae svg path{fill:var(--grey-500)}.input.svelte-hlexae{background-color:var(--grey-700);border:1px solid var(--grey-500);font-size:var(--fs);line-height:var(--fs-lh);color:var(--grey-100);min-height:var(--input-min-height, auto);border-radius:6px;padding:7px 16px;width:100%;height:100%;display:block}.icon-container.svelte-hlexae+.input:where(.svelte-hlexae){padding-left:34px}.input.svelte-hlexae::placeholder{color:var(--grey-500)}.input.svelte-hlexae:active{outline:none;border:1px solid var(--grey-400)}.input.svelte-hlexae:disabled{-webkit-user-select:none;user-select:none;cursor:not-allowed;opacity:.5}.outer-container.error.svelte-hlexae .input:where(.svelte-hlexae){border:1px solid var(--error-400)}.error-container.svelte-hlexae{display:flex;justify-content:flex-start;align-items:flex-start;margin-top:6px;-webkit-user-select:text;user-select:text;cursor:auto}.error-container.svelte-hlexae span:where(.svelte-hlexae){font-size:var(--fs-sm);line-height:var(--fs-sm-lh);color:var(--error-400);white-space:break-spaces}@media(max-width:850px){.icon-container.svelte-hlexae svg{max-width:13px}}.modal.svelte-1bxxaoh{display:flex;flex-flow:column nowrap;position:fixed;transform:translate(-50%,50%);box-shadow:0 7px 100px #000000e6;background-color:var(--grey-800);height:var(--modal-height, auto);width:var(--modal-width, 575px);max-width:calc(100dvw - 3em);max-height:calc(100dvh - 3em);border-radius:6px;overflow:hidden;bottom:50%;left:50%}.modal-header.svelte-1bxxaoh{display:flex;justify-content:space-between;align-items:center;background-color:var(--grey-900);padding:14px 24px;height:70px}.close-btn.svelte-1bxxaoh{height:40px}.close-btn.svelte-1bxxaoh img:where(.svelte-1bxxaoh){max-height:100%;width:auto}.modal-footer.svelte-1bxxaoh{border-top:1px solid var(--grey-850);display:flex;justify-content:flex-end;align-items:center;gap:.5em}.modal-content.svelte-1bxxaoh{padding:24px;overflow-y:auto;height:100%}.modal-footer.svelte-1bxxaoh{padding:14px 24px}@media(max-width:450px){.modal.svelte-1bxxaoh{max-width:calc(100dvw - 2em);max-height:calc(100dvh - 2em)}}.table-container.svelte-qusz4c{position:relative;background-color:var(--grey-1000);border:1px solid var(--grey-600);border-radius:4px;overflow-x:auto;flex:1 0 0px;width:100%}.table.svelte-qusz4c{display:flex;flex-flow:column nowrap;border-spacing:0;min-width:100%;height:auto}thead.svelte-qusz4c,tbody.svelte-qusz4c{display:contents}thead.svelte-qusz4c tr:where(.svelte-qusz4c){position:sticky;top:-1px}tr.svelte-qusz4c{display:flex;border:1px solid transparent}th.svelte-qusz4c{background-color:var(--grey-900);border-bottom:1px solid var(--grey-600);height:50px}td.svelte-qusz4c{background-color:var(--grey-1000);font-size:var(--fs);line-height:var(--fs-lh);color:var(--grey-300)}th.svelte-qusz4c,td.svelte-qusz4c{transition:all .1s ease-in-out;padding:var(--yPadding) var(--xPadding);overflow-x:hidden;-webkit-user-select:none;user-select:none;white-space:nowrap;flex:1 0 0px}th.svelte-qusz4c:not(:last-child),td.svelte-qusz4c:not(:last-child){border-right:1px solid var(--grey-600)}.cell.svelte-qusz4c{white-space:nowrap;height:50px;border-bottom:1px solid var(--grey-600)}.cell-null.svelte-qusz4c{color:var(--grey-600)}.table.selectable.svelte-qusz4c .cell:where(.svelte-qusz4c){cursor:pointer}.selectable.svelte-qusz4c tr:where(.svelte-qusz4c):hover,.selectable.svelte-qusz4c tr:where(.svelte-qusz4c):focus,.selectable.svelte-qusz4c tr:where(.svelte-qusz4c):focus-visible,.selected.svelte-qusz4c{outline:none;background:none;border:1px solid var(--primary-400)}.selectable.svelte-qusz4c tr:where(.svelte-qusz4c):hover .cell:where(.svelte-qusz4c),.selectable.svelte-qusz4c tr:where(.svelte-qusz4c):focus .cell:where(.svelte-qusz4c),.selectable.svelte-qusz4c tr:where(.svelte-qusz4c):focus-visible .cell:where(.svelte-qusz4c),.selected.svelte-qusz4c .cell:where(.svelte-qusz4c){background-color:var(--grey-900)}.th-cell.svelte-qusz4c button:where(.svelte-qusz4c){display:inline-flex;justify-content:flex-start;align-items:center;font-size:var(--fs);line-height:var(--fs);color:var(--grey-100);font-weight:600;padding:2px;gap:6px}.th-cell.svelte-qusz4c button:where(.svelte-qusz4c):focus-visible{outline:var(--primary-400) dotted 2px}.no-data.svelte-qusz4c{display:flex;align-items:center;justify-content:center;flex:1 0 0px;padding:.25em}.no-data-text.svelte-qusz4c{text-align:center;color:var(--grey-500)}@keyframes svelte-1ig2a9j-enter{0%{transform:translate3d(0,16px,0) scale(.6);opacity:.5}to{transform:translateZ(0) scale(1);opacity:1}}.toast.svelte-1ig2a9j{display:inline-flex;padding:8px 20px 8px 10px;background-color:var(--grey-800);border:1px dashed var(--grey-500);border-radius:8px;animation:svelte-1ig2a9j-enter .2s;pointer-events:auto;width:100%;box-shadow:#00000073 0 8px 24px}.border.svelte-1ig2a9j{border-radius:4px;width:6px}.toast.primary.svelte-1ig2a9j .border:where(.svelte-1ig2a9j){background-color:var(--primary-400)}.toast.success.svelte-1ig2a9j .border:where(.svelte-1ig2a9j){background-color:#759257}.toast.failure.svelte-1ig2a9j .border:where(.svelte-1ig2a9j){background-color:var(--error-400)}.content.svelte-1ig2a9j{padding:12px 0;margin:0 16px;flex:1 0 0px}.content.svelte-1ig2a9j h4:where(.svelte-1ig2a9j),.content.svelte-1ig2a9j p:where(.svelte-1ig2a9j){font-size:var(--fs);line-height:var(--fs-lh);text-align:left}.content.svelte-1ig2a9j h4:where(.svelte-1ig2a9j){color:var(--grey-100);margin-bottom:2px;font-weight:500}.content.svelte-1ig2a9j p:where(.svelte-1ig2a9j){color:var(--grey-400)}.dismiss-btn.svelte-1ig2a9j{transition:background .15s ease-in-out;background-color:unset;border-radius:4px;padding:5px;align-self:center}.dismiss-btn.svelte-1ig2a9j:hover{background-color:var(--grey-500)}.dismiss-btn.svelte-1ig2a9j svg:where(.svelte-1ig2a9j){display:block}p.svelte-19f0mlk{color:var(--grey-100)}.controls.svelte-19f0mlk{display:flex;gap:.5em}.tabs.svelte-23xuy9{display:flex;align-items:center;justify-content:flex-start;border-bottom:2px solid var(--grey-500);margin-bottom:2em;width:100%}.tab.svelte-23xuy9{position:relative;padding:.5em 1.5em;color:var(--grey-400);font-weight:500}.tab.active.svelte-23xuy9,.tab.svelte-23xuy9:hover,.tab.svelte-23xuy9:focus-visible{color:var(--grey-100)}.tab.svelte-23xuy9:focus-visible{outline:none}.tab.active.svelte-23xuy9:after{position:absolute;content:"";bottom:-2px;width:100%;height:2px;left:0;background-color:var(--primary-400)}.controls.svelte-1jdwacx{display:flex;flex-flow:row wrap;align-items:center;gap:10px;padding-bottom:8px;margin-bottom:16px;border-bottom:1px solid var(--grey-550)}.controls-group.svelte-1jdwacx{display:flex;flex-flow:row wrap;gap:6px}.separator.svelte-1jdwacx{background-color:var(--grey-600);border-radius:50%;width:5px;height:5px}.controls.svelte-1jdwacx button:where(.svelte-1jdwacx){display:flex;justify-content:center;align-items:center;background-color:var(--grey-600);color:var(--grey-100);border-radius:2px;width:25px;height:25px}.controls.svelte-1jdwacx button.active:where(.svelte-1jdwacx){background-color:#4c4338;color:#e0a153}.controls.svelte-1jdwacx button.active:where(.svelte-1jdwacx) svg:where(.svelte-1jdwacx) path:where(.svelte-1jdwacx){fill:#e0a153}.editor-container.svelte-1jdwacx{position:relative;border-radius:6px}.editor-container.editable.svelte-1jdwacx{background-color:var(--grey-600);padding:1em}.tiptap{outline:none;font-size:var(--fs);line-height:var(--fs-lh);color:var(--grey-100);min-height:var(--editor-min-height, min(25vh, 400px))}.tiptap p.is-editor-empty:first-child:before{color:var(--grey-400);content:attr(data-placeholder);float:left;height:0;pointer-events:none}.tiptap:first-child{margin-top:0}.tiptap h1{font-size:var(--h2-lg);line-height:var(--h2-lg-lh)}.tiptap hr{border:none;border-top:1px solid var(--grey-500);cursor:pointer;margin:1rem 0}.tiptap hr.ProseMirror-selectednode{border-top:1px solid var(--primary-400)}.tiptap ul,.tiptap ol{padding:0 1em}.tiptap ul li{list-style:disc}.tiptap ol li{list-style:decimal}.tiptap a{color:var(--primary-400);text-decoration:underline}.tiptap img.ProseMirror-selectednode{outline:1px solid var(--primary-400)}.tiptap .ProseMirror-gapcursor:after{top:6px;border-top:1px solid var(--grey-100)}.char-count.svelte-1jdwacx{display:flex;align-items:center;color:var(--grey-400);margin-top:2em;font-size:.75em;gap:.5em}.char-count.svelte-1jdwacx svg:where(.svelte-1jdwacx){color:var(--primary-400)}.char-count.warn.svelte-1jdwacx,.char-count.warn.svelte-1jdwacx svg:where(.svelte-1jdwacx){color:var(--error-400)}.ca-menu.svelte-1jdwacx{display:flex;padding:.5em;font-size:.65em;gap:6px}.ca-menu.svelte-1jdwacx .input{font-size:14px;line-height:14px;padding:4px 10px}.logo-container.svelte-tssf2h{display:flex;align-items:center;gap:.3em}.version.svelte-tssf2h{display:block;outline:none;background:none;white-space:nowrap;border:1px dashed var(--primary-400);color:var(--primary-400);padding:4px 7px;border-radius:50px;font-weight:700;transition:all .15s}.version.svelte-tssf2h span:where(.svelte-tssf2h){display:inline-block}.version.svelte-tssf2h,.version.svelte-tssf2h span:where(.svelte-tssf2h){font-size:10px;line-height:10px}.version.svelte-tssf2h:hover,.version.svelte-tssf2h:focus-visible{background-color:var(--primary-400);color:var(--grey-100)}.logo.svelte-tssf2h{display:flex;align-items:center}.logo.svelte-tssf2h,.logo.svelte-tssf2h span:where(.svelte-tssf2h){color:var(--grey-100);font-family:Clash,sans-serif;font-weight:700;font-size:20px}.logo.svelte-tssf2h span:where(.svelte-tssf2h){color:var(--primary-400)}.logo.svelte-tssf2h img:where(.svelte-tssf2h){position:relative;bottom:1.5px;margin-right:.25em;max-height:32px;height:100%;width:auto}@media(max-width:425px){.logo.svelte-tssf2h img:where(.svelte-tssf2h){max-height:26px}.logo.svelte-tssf2h,.logo.svelte-tssf2h span:where(.svelte-tssf2h){font-size:18px}.version.svelte-tssf2h{padding:2.5px 5px}.version.svelte-tssf2h,.version.svelte-tssf2h span:where(.svelte-tssf2h){font-size:9px;line-height:9px}}@media(max-width:375px){.version.svelte-tssf2h{display:none}}.menu-container.svelte-16v1l2h{max-height:90dvh;overflow-y:auto}.menu-container.svelte-16v1l2h>:where(.svelte-16v1l2h):last-child{border-radius:0 0 6px 6px}header.svelte-16v1l2h{display:flex;align-items:center;justify-content:space-between;border-bottom:1px dashed var(--grey-500);padding:12px 16px;position:sticky;top:0}header.svelte-16v1l2h h3:where(.svelte-16v1l2h),header.svelte-16v1l2h button:where(.svelte-16v1l2h),.no-notifications.svelte-16v1l2h{font-size:var(--fs-sm);line-height:var(--fs-sm-lh)}header.svelte-16v1l2h h3:where(.svelte-16v1l2h){font-family:Poppins,sans-serif;color:var(--grey-100);font-weight:500}header.svelte-16v1l2h button:where(.svelte-16v1l2h){color:var(--grey-400)}header.svelte-16v1l2h button:where(.svelte-16v1l2h):hover{color:var(--grey-100)}.notification.svelte-16v1l2h,.no-notifications.svelte-16v1l2h{display:flex;align-items:flex-start;background-color:var(--grey-850);padding:12px 16px;gap:10px}.no-notifications.svelte-16v1l2h{justify-content:center;color:var(--grey-400)}.notification.svelte-16v1l2h:not(:last-child){border-bottom:1px solid var(--grey-600)}.notification-content.svelte-16v1l2h footer:where(.svelte-16v1l2h){display:flex;justify-content:flex-start;align-items:center;margin-top:4px;gap:6px}.notification-title.svelte-16v1l2h{display:block;text-align:left;font-size:12px;line-height:16px;color:var(--grey-100)}.notification-title.seen.svelte-16v1l2h{color:var(--grey-400)}.notification-text.svelte-16v1l2h{font-size:12px;line-height:14px;color:var(--grey-400)}.notification-content.svelte-16v1l2h .circle:where(.svelte-16v1l2h){background-color:var(--grey-400);border-radius:50%;height:4px;width:4px}.notification-content.svelte-16v1l2h button:where(.svelte-16v1l2h):hover{color:var(--grey-100)}.notification.svelte-16v1l2h img:where(.svelte-16v1l2h){background-color:var(--primary-400);border-radius:50%;max-width:36px;width:100%}.link-card.svelte-155zzrg{display:flex;align-items:flex-start;gap:10px}.link-card.svelte-155zzrg .title:where(.svelte-155zzrg),.link-card.svelte-155zzrg .description:where(.svelte-155zzrg){font-size:var(--fs-sm);line-height:var(--fs-sm-lh)}.link-card.svelte-155zzrg .title:where(.svelte-155zzrg){display:flex;align-items:center;gap:4px;font-weight:500;color:var(--grey-100)}.link-card.svelte-155zzrg .title:where(.svelte-155zzrg) .arrow:where(.svelte-155zzrg){height:8px;width:auto;display:inline-block;transform:scale(.6);opacity:0;transition:transform .1s ease,opacity .1s ease;transform-origin:center}.link-card.svelte-155zzrg .description:where(.svelte-155zzrg){white-space:nowrap;transition:.1s color ease;color:var(--grey-400)}.link-card.svelte-155zzrg .img-container:where(.svelte-155zzrg){display:flex;justify-content:center;align-items:center;background-color:var(--grey-600);border-radius:2px;padding:6px;min-width:45px;min-height:45px;width:45px;height:45px}.link-card.svelte-155zzrg .img-container:where(.svelte-155zzrg) img:where(.svelte-155zzrg){height:100%;width:auto}.link-card.svelte-155zzrg:hover .title:where(.svelte-155zzrg) .arrow:where(.svelte-155zzrg){transform:scale(1);opacity:1}.link-card.svelte-155zzrg:hover .description:where(.svelte-155zzrg){color:var(--grey-100)}.armies-menu.svelte-jlttzl{display:flex;flex-flow:column nowrap;background-color:var(--grey-850);padding:24px var(--side-padding);border-top:1px solid var(--grey-550);border-radius:0 0 8px 8px;width:100%;gap:32px}.armies-menu.svelte-jlttzl section:where(.svelte-jlttzl) h3:where(.svelte-jlttzl){text-align:left;font-family:Poppins,sans-serif;font-size:var(--fs);line-height:var(--fs);font-weight:700;text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid var(--grey-550);padding-bottom:10px;margin-bottom:14px}.armies-menu.svelte-jlttzl section:where(.svelte-jlttzl) .links:where(.svelte-jlttzl){display:grid;grid-template-columns:repeat(var(--grid-cols, 1),var(--grid-col-width));column-gap:20px;row-gap:12px}@media(max-width:370px){.armies-menu.svelte-jlttzl section:where(.svelte-jlttzl) .links:where(.svelte-jlttzl){grid-template-columns:1fr}}.armies-menu.svelte-th9za8{display:flex;flex-flow:column nowrap;padding:24px;gap:32px}.armies-menu.svelte-th9za8:focus,.armies-menu.svelte-th9za8:focus-visible{outline:none}.armies-menu.svelte-th9za8 section:where(.svelte-th9za8) h3:where(.svelte-th9za8){text-align:left;font-family:Poppins,sans-serif;font-size:var(--fs);line-height:var(--fs);font-weight:600;border-bottom:1px solid var(--grey-550);text-transform:uppercase;letter-spacing:1px;padding-bottom:10px;margin-bottom:12px}.armies-menu.svelte-th9za8 section:where(.svelte-th9za8) .links:where(.svelte-th9za8){display:flex;flex-flow:row wrap;align-items:center;column-gap:var(--column-gap, 24px);row-gap:16px}.other-link.svelte-th9za8{display:inline-flex;align-items:center;color:var(--grey-400);font-size:var(--fs-sm);line-height:var(--fs-sm);text-transform:uppercase;letter-spacing:1px;transition:color .1s ease;margin-top:16px;gap:4px}.other-link.svelte-th9za8:hover{color:var(--grey-100)}.other-link.svelte-th9za8 svg:where(.svelte-th9za8){height:8px;width:auto}:root{--nav-height: 76px}@media(max-width:425px){:root{--nav-height: 70px}}nav.svelte-1wphn0j{display:flex;align-items:center;background-color:var(--grey-800);padding:16px var(--side-padding);height:var(--nav-height);position:relative}nav.svelte-1wphn0j .container:where(.svelte-1wphn0j){display:flex;align-items:center;justify-content:space-between;gap:1em}nav.svelte-1wphn0j .left:where(.svelte-1wphn0j){display:flex;align-items:center;gap:24px}@media(max-width:425px){nav.svelte-1wphn0j{height:70px}}.links.svelte-1wphn0j{display:flex;align-items:center;gap:24px}@media(max-width:850px){.links.svelte-1wphn0j{gap:16px}}.link.svelte-1wphn0j{display:inline-flex;align-items:center;white-space:nowrap;position:relative;gap:6px;transition:color .15s ease-in-out;color:var(--grey-400);padding:2px}.link.svelte-1wphn0j:hover,.link.svelte-1wphn0j.hovered{color:var(--grey-100)}.link.svelte-1wphn0j:hover .chevron:where(.svelte-1wphn0j) svg:where(.svelte-1wphn0j),.link.svelte-1wphn0j.hovered .chevron:where(.svelte-1wphn0j) svg:where(.svelte-1wphn0j){transform:rotate(180deg)}.link.svelte-1wphn0j .chevron:where(.svelte-1wphn0j){display:flex;align-items:center;gap:5px}.link.svelte-1wphn0j .chevron:where(.svelte-1wphn0j) svg:where(.svelte-1wphn0j){transition:transform .1s ease-in-out;height:8px;width:auto}.link.svelte-1wphn0j>svg:where(.svelte-1wphn0j):not(.hamburger-svg){height:16px;width:auto}.link.svelte-1wphn0j>svg:where(.svelte-1wphn0j):not(.hamburger-svg)#notifications{height:20px}.link.svelte-1wphn0j>svg:where(.svelte-1wphn0j):not(.hamburger-svg)#account-desktop{height:22px}@media(max-width:850px){.link.svelte-1wphn0j>svg:where(.svelte-1wphn0j):not(.hamburger-svg)#notifications{height:18px}}@media(max-width:850px){.link.svelte-1wphn0j.link-desktop>svg:where(.svelte-1wphn0j):not(.hamburger-svg){height:14px}.link.svelte-1wphn0j.link-desktop>svg:where(.svelte-1wphn0j):not(.hamburger-svg)#account-desktop{height:20px}}.navbar-hamburger.svelte-1wphn0j{position:relative;background:none;border:none;width:1.875rem;height:1.875rem;z-index:4}.navbar-hamburger.svelte-1wphn0j .hamburger-svg:where(.svelte-1wphn0j){cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .4s;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:relative;bottom:8px;right:8px}.navbar-hamburger.svelte-1wphn0j .hamburger-svg:where(.svelte-1wphn0j).active{transform:rotate(45deg)}.navbar-hamburger.svelte-1wphn0j .hamburger-svg:where(.svelte-1wphn0j) .line:where(.svelte-1wphn0j){fill:none;transition:stroke-dasharray .4s,stroke-dashoffset .4s;stroke:var(--grey-100);stroke-width:5.5;stroke-linecap:round}.navbar-hamburger.svelte-1wphn0j .hamburger-svg:where(.svelte-1wphn0j) .top:where(.svelte-1wphn0j){stroke-dasharray:40 121}.navbar-hamburger.svelte-1wphn0j .hamburger-svg:where(.svelte-1wphn0j) .bottom:where(.svelte-1wphn0j){stroke-dasharray:40 121}.navbar-hamburger.svelte-1wphn0j .hamburger-svg:where(.svelte-1wphn0j).active .top:where(.svelte-1wphn0j){stroke-dashoffset:-68px}.navbar-hamburger.svelte-1wphn0j .hamburger-svg:where(.svelte-1wphn0j).active .bottom:where(.svelte-1wphn0j){stroke-dashoffset:-68px}.mobile-nav.svelte-1wphn0j{position:absolute;top:var(--nav-height);left:0;width:100%;height:calc(100dvh - var(--nav-height));overflow-y:auto;z-index:1}.mobile-nav.svelte-1wphn0j .menu:where(.svelte-1wphn0j),.mobile-nav.svelte-1wphn0j .overlay:where(.svelte-1wphn0j){position:absolute;width:100%;top:0;left:0}.mobile-nav.svelte-1wphn0j .overlay:where(.svelte-1wphn0j){transition:opacity .3s ease-in-out;pointer-events:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6;height:100%;opacity:0}.mobile-nav.svelte-1wphn0j .overlay:where(.svelte-1wphn0j).active{pointer-events:all;opacity:1}.notifications-btn.svelte-1wphn0j,.account-btn.svelte-1wphn0j{position:relative}.notifications-btn.svelte-1wphn0j{display:block}.notifications-btn.svelte-1wphn0j .notifications-count:where(.svelte-1wphn0j){display:none;position:absolute;background-color:var(--primary-600);border:2px solid var(--grey-700);border-radius:50%;padding:2px;height:12px;width:12px;right:-3px;top:-3px}.notifications-btn.svelte-1wphn0j.has-unseen{color:var(--grey-100)}.notifications-btn.svelte-1wphn0j.has-unseen .notifications-count:where(.svelte-1wphn0j){display:block}.desktop.svelte-1wphn0j{display:inherit}@media(max-width:700px){.desktop.svelte-1wphn0j{display:none}}.mobile.svelte-1wphn0j{display:none}@media(max-width:700px){.mobile.svelte-1wphn0j{display:inherit}}footer.svelte-1qftf0n{background-color:var(--grey-800);padding:0 var(--side-padding)}.top.svelte-1qftf0n{display:flex;flex-flow:row wrap;align-items:flex-start;padding:48px 0 32px;border-bottom:1px solid var(--grey-600);gap:2.5em}.left.svelte-1qftf0n{flex:1 0 0px}p.svelte-1qftf0n,a.svelte-1qftf0n,small.svelte-1qftf0n{font-size:var(--fs-sm);line-height:var(--fs-sm-lh);color:var(--grey-400)}.desc.svelte-1qftf0n{margin:8px 0 16px;max-width:345px}small.svelte-1qftf0n{display:block;margin:0 auto;text-align:center;max-width:800px;padding:24px 0}small.svelte-1qftf0n a:where(.svelte-1qftf0n){font-weight:500;color:var(--primary-400)}.social-links.svelte-1qftf0n{display:flex;align-items:center;gap:10px;margin-bottom:48px}.social-links.svelte-1qftf0n a:where(.svelte-1qftf0n){display:flex;align-items:center;padding:1px}a.svelte-1qftf0n{transition:color .15s ease-in-out}a.svelte-1qftf0n path:where(.svelte-1qftf0n){transition:fill .15s ease-in-out;fill:var(--grey-100)}a.svelte-1qftf0n svg:where(.svelte-1qftf0n){min-width:18px}a.svelte-1qftf0n:focus,a.svelte-1qftf0n:active{outline:var(--primary-400) dotted 1px}a.svelte-1qftf0n:hover path:where(.svelte-1qftf0n){fill:var(--primary-400)}.col.svelte-1qftf0n h3:where(.svelte-1qftf0n){white-space:nowrap;margin-bottom:16px}.col.svelte-1qftf0n ul:where(.svelte-1qftf0n){display:flex;flex-flow:column nowrap;gap:8px}.col.svelte-1qftf0n a:where(.svelte-1qftf0n){display:inline-flex;align-items:center;color:var(--grey-400);font-weight:500;gap:8px}.col.svelte-1qftf0n a:where(.svelte-1qftf0n) path:where(.svelte-1qftf0n){fill:var(--grey-400)}.col.svelte-1qftf0n a:where(.svelte-1qftf0n):hover{color:var(--grey-100)}.col.svelte-1qftf0n a:where(.svelte-1qftf0n):hover path:where(.svelte-1qftf0n){fill:var(--grey-100)}.col.armies.svelte-1qftf0n ul:where(.svelte-1qftf0n){display:grid;grid-template-columns:repeat(2,1fr);column-gap:16px}small.svelte-1qftf0n .copyright:where(.svelte-1qftf0n){display:none}@media(max-width:625px){.top.svelte-1qftf0n .copyright:where(.svelte-1qftf0n){display:none}small.svelte-1qftf0n .copyright:where(.svelte-1qftf0n){display:block}.social-links.svelte-1qftf0n{margin-bottom:0}}@media(max-width:450px){.top.svelte-1qftf0n{flex-flow:column wrap;padding:32px 0;gap:1.5em}}.town-hall.svelte-1pdhle9{transition:background-color .15s ease-in-out;border-radius:6px;height:40px;display:flex;align-items:center;justify-content:center;width:var(--width, auto);padding:4px 8px;gap:4px}.town-hall.regular.svelte-1pdhle9{background:var(--grey-600);border:1.5px solid var(--grey-600)}.town-hall.bordered.svelte-1pdhle9{background:var(--grey-700);border:1px solid var(--grey-500)}.town-hall.svelte-1pdhle9:hover:not(:disabled){background:none}.town-hall.svelte-1pdhle9 .body:where(.svelte-1pdhle9){font-family:Clash,sans-serif;font-weight:500;color:var(--grey-100)}.town-hall.svelte-1pdhle9 img:where(.svelte-1pdhle9){max-height:100%;width:auto}@keyframes svelte-1pdhle9-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:850px){.town-hall.svelte-1pdhle9{height:38px}}.selected-placeholder.svelte-15vgglb{background-color:#2f2f2f;border:1px dashed var(--grey-500);height:var(--unit-size, 100%);width:var(--unit-size, 100%);border-radius:6px}.hero-display-full.svelte-15vgglb{display:flex;align-items:flex-start;gap:8px}.equipped.svelte-15vgglb{display:flex;flex-flow:column nowrap;align-items:flex-start;gap:4px}.equipment.svelte-15vgglb{display:flex;gap:4px}.equipment.svelte-15vgglb>*{flex:1 0 0px}.save-comment.svelte-ifdhv2{position:relative;background-color:var(--grey-800);border:1px dashed var(--grey-500);border-radius:4px}.save-comment.svelte-ifdhv2 .input{resize:vertical;padding-bottom:42px;background:none;border-color:transparent}.save-comment.svelte-ifdhv2 .save-button:where(.svelte-ifdhv2){display:flex;gap:4px;position:absolute;bottom:10px;right:10px}.save-comment.svelte-ifdhv2 .requires-auth:where(.svelte-ifdhv2){display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;padding:24px;gap:24px}.save-comment.svelte-ifdhv2 .requires-auth:where(.svelte-ifdhv2) h2:where(.svelte-ifdhv2),.save-comment.svelte-ifdhv2 .requires-auth:where(.svelte-ifdhv2) p:where(.svelte-ifdhv2){white-space:nowrap}.save-comment.svelte-ifdhv2 .requires-auth:where(.svelte-ifdhv2) p:where(.svelte-ifdhv2){margin:8px 0 16px}@media(max-width:600px){.save-comment.svelte-ifdhv2 .requires-auth:where(.svelte-ifdhv2){flex-flow:column nowrap}.save-comment.svelte-ifdhv2 .requires-auth:where(.svelte-ifdhv2) img:where(.svelte-ifdhv2){max-width:100%;height:auto}.save-comment.svelte-ifdhv2 .requires-auth:where(.svelte-ifdhv2) h2:where(.svelte-ifdhv2),.save-comment.svelte-ifdhv2 .requires-auth:where(.svelte-ifdhv2) p:where(.svelte-ifdhv2){white-space:normal;text-align:center}.save-comment.svelte-ifdhv2 .requires-auth:where(.svelte-ifdhv2)>div:where(.svelte-ifdhv2){display:flex;flex-flow:column nowrap;justify-content:center;align-items:center}}.card.svelte-15zx8lt{background-color:var(--grey-800);border:1px dashed var(--grey-500);border-radius:4px;padding:.75em 1em;width:100%}.header.svelte-15zx8lt{display:flex;justify-content:space-between;align-items:flex-start;gap:.5em}.comment.svelte-15zx8lt{margin-top:.5em;color:var(--grey-300)}.details.svelte-15zx8lt{display:flex;align-items:center;flex-flow:row wrap;gap:.4em}.controls.svelte-15zx8lt{display:flex;align-items:center;gap:.8em}.author.svelte-15zx8lt,.time-ago.svelte-15zx8lt,.control-btn.svelte-15zx8lt,.comment.svelte-15zx8lt{font-size:var(--fs);line-height:var(--fs-lh)}.author.svelte-15zx8lt{color:var(--primary-400);font-weight:500;max-width:15ch;text-overflow:ellipsis;overflow:hidden}.author.svelte-15zx8lt:hover{text-decoration:underline}.time-ago.svelte-15zx8lt,.separator.svelte-15zx8lt{color:var(--grey-450)}.control-btn.svelte-15zx8lt{display:flex;align-items:center;color:var(--primary-400);gap:.3em}.controls.svelte-15zx8lt{display:flex;justify-content:flex-end}@media(max-width:575px){.separator.svelte-15zx8lt{display:none}}@media(max-width:375px){.details.svelte-15zx8lt{flex-flow:column nowrap;align-items:flex-start;gap:.1em}}.comments-list.svelte-1k4ssve{--nest-size: 40px;display:flex;flex-flow:column nowrap;margin-left:calc(var(--nest-size) * var(--nest-depth));position:relative;gap:10px}.comments-list.nested.svelte-1k4ssve:before{content:"";position:absolute;background-color:var(--grey-500);height:100%;width:1px;top:0;left:calc((var(--nest-size) / 2) * -1)}@media(max-width:650px){.comments-list.svelte-1k4ssve{--nest-size: 32px}}.banner.svelte-dzu3wo{overflow:hidden;position:relative;border-radius:8px;width:100%}.banner.svelte-dzu3wo .banner-img:where(.svelte-dzu3wo){display:block;object-fit:cover;aspect-ratio:1920 / 800;max-height:350px;height:100%;width:100%}@media(max-width:650px){.banner.svelte-dzu3wo .banner-img:where(.svelte-dzu3wo){height:350px}}.banner.svelte-dzu3wo .banner-overlay:where(.svelte-dzu3wo){position:absolute;background:#00000080;background:linear-gradient(0deg,#000000f2,#000000a6,#0000);height:100%;width:100%;left:0;top:0}.banner.svelte-dzu3wo .banner-content:where(.svelte-dzu3wo){display:flex;justify-content:space-between;align-items:flex-end;padding:24px;position:absolute;width:100%;bottom:0;left:0}.banner.svelte-dzu3wo .banner-content:where(.svelte-dzu3wo) .title-container:where(.svelte-dzu3wo){display:flex;flex-flow:column nowrap;align-items:flex-start;gap:.4em}.banner.svelte-dzu3wo .banner-content:where(.svelte-dzu3wo) .title-container:where(.svelte-dzu3wo) h1:where(.svelte-dzu3wo){font-size:var(--h2-lg);line-height:var(--h2-lg-lh)}.banner.svelte-dzu3wo .banner-content:where(.svelte-dzu3wo) .author:where(.svelte-dzu3wo){margin-bottom:10px;color:var(--grey-100);font-weight:500}@media(max-width:850px){.banner.svelte-dzu3wo .banner-content:where(.svelte-dzu3wo) .author:where(.svelte-dzu3wo){margin-top:4px}}.banner.svelte-dzu3wo .banner-content:where(.svelte-dzu3wo) .left:where(.svelte-dzu3wo) .town-hall:where(.svelte-dzu3wo){flex-shrink:0;max-height:60px;width:auto}@media(max-width:850px){.banner.svelte-dzu3wo .banner-content:where(.svelte-dzu3wo) .left:where(.svelte-dzu3wo) .town-hall:where(.svelte-dzu3wo){max-height:48px}}.banner.svelte-dzu3wo .banner-content:where(.svelte-dzu3wo) .left:where(.svelte-dzu3wo) h1:where(.svelte-dzu3wo){color:var(--grey-100);max-width:500px}.banner.svelte-dzu3wo .banner-content:where(.svelte-dzu3wo) .left:where(.svelte-dzu3wo) .author:where(.svelte-dzu3wo){font-size:var(--fs);line-height:var(--fs-lh)}.banner.svelte-dzu3wo .banner-content:where(.svelte-dzu3wo) .left:where(.svelte-dzu3wo) .author:where(.svelte-dzu3wo) a:where(.svelte-dzu3wo){color:var(--primary-400);font-weight:700}.banner.svelte-dzu3wo .banner-content:where(.svelte-dzu3wo) .left:where(.svelte-dzu3wo) .author:where(.svelte-dzu3wo) a:where(.svelte-dzu3wo):hover{text-decoration:underline}.banner.svelte-dzu3wo .banner-content:where(.svelte-dzu3wo) .right:where(.svelte-dzu3wo){display:flex;flex-flow:row wrap;align-items:center;gap:8px}.banner.svelte-dzu3wo .banner-content:where(.svelte-dzu3wo) .right:where(.svelte-dzu3wo):empty{display:none}@media(max-width:650px){.banner.svelte-dzu3wo .banner-content:where(.svelte-dzu3wo){flex-flow:column nowrap;align-items:flex-start;padding:20px 16px;gap:16px}}.dashed.svelte-dzu3wo{background-color:var(--grey-800);border:1px dashed var(--grey-500);border-radius:8px}.dashed-section.svelte-dzu3wo{margin-top:28px}.dashed-section.svelte-dzu3wo header:where(.svelte-dzu3wo){display:flex;justify-content:space-between;align-items:center}@media(max-width:550px){.dashed-section.svelte-dzu3wo header:where(.svelte-dzu3wo){display:inline-flex;flex-flow:column nowrap}.dashed-section.svelte-dzu3wo header:where(.svelte-dzu3wo)>:where(.svelte-dzu3wo){width:100%}.dashed-section.svelte-dzu3wo header:where(.svelte-dzu3wo) .dashed-title:has(+*){padding-bottom:0;margin-bottom:0;border-bottom:none}}.dashed-section.svelte-dzu3wo>:where(.svelte-dzu3wo):first-child{margin-top:-12px;margin-bottom:16px}.dashed-section.svelte-dzu3wo>:where(.svelte-dzu3wo):last-child{padding-bottom:24px}.dashed-section.svelte-dzu3wo>:where(.svelte-dzu3wo){padding-left:24px;padding-right:24px}.dashed-section.svelte-dzu3wo>:where(.svelte-dzu3wo):not(:first-child){padding-left:28px;padding-right:28px}@media(max-width:550px){.dashed-section.svelte-dzu3wo>:where(.svelte-dzu3wo){padding-left:16px;padding-right:16px}.dashed-section.svelte-dzu3wo>:where(.svelte-dzu3wo):not(:first-child){padding-left:20px;padding-right:20px}}.dashed-title.svelte-dzu3wo{display:inline-flex;align-items:center;gap:.5em;font-family:Poppins,sans-serif;font-size:var(--fs);line-height:var(--fs-lh);color:var(--grey-100);font-weight:700;letter-spacing:2px;text-transform:uppercase;border-radius:4px;padding:6px 8px}.dashed-title.svelte-dzu3wo img:where(.svelte-dzu3wo){flex-shrink:0;max-height:24px;height:100%;width:auto}.units.svelte-dzu3wo{--unit-size: 70px;--unit-amount-size: 16px;--unit-lvl-size: 13px;--bottom-padding: 0}.units.svelte-dzu3wo .totals{background-color:var(--grey-800);border:1px dashed var(--grey-500);border-radius:8px}@media(max-width:550px){.units.svelte-dzu3wo .totals{padding-top:12px;border-radius:0;border-top:none;width:100%}}@media(max-width:850px){.units.svelte-dzu3wo{--unit-size: 60px;--unit-amount-size: 14px;--unit-lvl-size: 11px}}@media(max-width:400px){.units.svelte-dzu3wo{--unit-amount-size: 13px;--unit-lvl-size: 10.5px}}.heroes-list.svelte-dzu3wo{--hero-height: 112px;--unit-size: 54px;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;column-gap:32px;row-gap:24px}@media(max-width:1000px){.heroes-list.svelte-dzu3wo{display:grid;grid-template-columns:repeat(2,auto)}}@media(max-width:850px){.heroes-list.svelte-dzu3wo{--hero-height: 100px;--unit-size: 48px;column-gap:24px}}@media(max-width:500px){.heroes-list.svelte-dzu3wo{grid-template-columns:repeat(1,auto);row-gap:16px}}.guide.svelte-dzu3wo{--editor-min-height: 0}.guide.svelte-dzu3wo .guide-editor-container:where(.svelte-dzu3wo){padding-bottom:24px}.guide.svelte-dzu3wo .guide-youtube-container:where(.svelte-dzu3wo){display:flex;flex-flow:column nowrap}.guide.svelte-dzu3wo .guide-youtube-container:where(.svelte-dzu3wo) .dashed-title:where(.svelte-dzu3wo){padding:0;margin-bottom:16px}.guide.svelte-dzu3wo .guide-youtube-container:where(.svelte-dzu3wo) .dashed-title:where(.svelte-dzu3wo) img:where(.svelte-dzu3wo){max-height:18px}.guide.svelte-dzu3wo .guide-youtube-container:where(.svelte-dzu3wo) iframe:where(.svelte-dzu3wo){max-width:800px;aspect-ratio:16 / 9;width:100%}.guide.svelte-dzu3wo:has(.guide-editor-container:where(.svelte-dzu3wo)) .guide-youtube-container:where(.svelte-dzu3wo){border-top:1px dashed var(--grey-500);padding-top:16px}.toolbar.svelte-dzu3wo{--bg-clr: var(--grey-800);display:flex;flex-flow:row wrap;justify-content:space-between;border-radius:8px;margin-top:24px;gap:.25em}.toolbar.svelte-dzu3wo>div:where(.svelte-dzu3wo){display:flex;flex-flow:row wrap;gap:.25em}.comments-feed.svelte-dzu3wo{margin-top:10px}.comments-feed.svelte-dzu3wo.has-comments .add-comment:where(.svelte-dzu3wo){margin-top:10px}.errors.svelte-ht90ot{border-radius:4px;padding:.75em 1em;background-color:#3f2727;border:1px solid var(--error-500);color:var(--grey-100);width:100%}.errors.svelte-ht90ot li:where(.svelte-ht90ot){list-style:square;list-style-position:inside}.errors-container.svelte-18cyul3{margin-bottom:1em}.controls.svelte-18cyul3{display:flex;justify-content:flex-end;width:100%;gap:.5em}.banner-grid.svelte-nnpixy{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-template-rows:auto;gap:.5em}button.svelte-nnpixy:focus,button.svelte-nnpixy:hover,button.selected.svelte-nnpixy{border-color:var(--primary-400)}button.svelte-nnpixy{padding:.5em;transition:all .1s ease-in-out;border:1.5px dashed var(--grey-500);border-radius:8px;background:none;outline:none}img.svelte-nnpixy{display:block;aspect-ratio:1920 / 800;border-radius:4px;max-width:100%}@media(max-width:550px){.banner-grid.svelte-nnpixy{grid-template-columns:1fr}}.not-added.svelte-197an2r{display:flex;flex-flow:column;align-items:center;justify-content:center;margin-top:0;padding:24px}.not-added.svelte-197an2r h2:where(.svelte-197an2r){font-family:Poppins,sans-serif;font-size:var(--fs);line-height:var(--fs-lh);color:var(--grey-100);font-weight:700;letter-spacing:2px;text-transform:uppercase;background:none;border:none;line-height:21px;max-width:225px;text-align:center;margin:-24px 0 0;position:relative}.not-added.svelte-197an2r h2:has(+.add-cc-btn){margin-bottom:8px}.add-cc-btn.svelte-197an2r{display:flex;align-items:center;justify-content:center;padding:10px;max-width:100px;width:100%;border-radius:8px;border:1px solid var(--grey-500)}.add-cc-btn.svelte-197an2r,.add-cc-btn.svelte-197an2r path:where(.svelte-197an2r){transition:all .15s ease-in-out}.add-cc-btn.svelte-197an2r:focus,.add-cc-btn.svelte-197an2r:active{outline:var(--grey-400) dotted 2px}.add-cc-btn.svelte-197an2r:hover path:where(.svelte-197an2r),.add-cc-btn.svelte-197an2r:focus path:where(.svelte-197an2r){fill:var(--grey-400)}.cc-img-container.svelte-197an2r{position:relative;max-width:125px;width:100%}.cc-img-container.svelte-197an2r:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#292929,#292929f2 5%,#29292900)}.cc-img-container.svelte-197an2r img:where(.svelte-197an2r){max-width:100%;width:100%;height:auto}.not-added.svelte-1jzsdhf{display:flex;flex-flow:column;align-items:center;justify-content:center;margin-top:0;padding:32px 24px}.not-added.svelte-1jzsdhf h2:where(.svelte-1jzsdhf){font-family:Poppins,sans-serif;font-size:var(--fs);line-height:var(--fs-lh);color:var(--grey-100);font-weight:700;letter-spacing:2px;text-transform:uppercase;background:none;border:none;line-height:21px;max-width:225px;text-align:center;margin:-24px 0 0;position:relative}.not-added.svelte-1jzsdhf h2:has(+.add-cc-btn){margin-bottom:8px}.add-cc-btn.svelte-1jzsdhf{display:flex;align-items:center;justify-content:center;padding:10px;max-width:100px;width:100%;border-radius:8px;border:1px solid var(--grey-500)}.add-cc-btn.svelte-1jzsdhf,.add-cc-btn.svelte-1jzsdhf path:where(.svelte-1jzsdhf){transition:all .15s ease-in-out}.add-cc-btn.svelte-1jzsdhf:focus,.add-cc-btn.svelte-1jzsdhf:active{outline:var(--grey-400) dotted 2px}.add-cc-btn.svelte-1jzsdhf:hover path:where(.svelte-1jzsdhf),.add-cc-btn.svelte-1jzsdhf:focus path:where(.svelte-1jzsdhf){fill:var(--grey-400)}.heroes-img-container.svelte-1jzsdhf{position:relative;display:flex}.heroes-img-container.svelte-1jzsdhf:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#292929,#292929f2 5%,#29292900)}.heroes-img-container.svelte-1jzsdhf img:where(.svelte-1jzsdhf){max-width:100px;width:100%;height:auto}.heroes-img-container.svelte-1jzsdhf img:where(.svelte-1jzsdhf):not(:first-child){margin-left:-24px}.not-added.svelte-1662cn{display:flex;flex-flow:column;align-items:center;justify-content:center;margin-top:0;padding:24px}.not-added.svelte-1662cn h2:where(.svelte-1662cn){font-family:Poppins,sans-serif;font-size:var(--fs);line-height:var(--fs-lh);color:var(--grey-100);font-weight:700;letter-spacing:2px;text-transform:uppercase;background:none;border:none;line-height:21px;max-width:225px;text-align:center;margin:-24px 0 0;position:relative}.not-added.svelte-1662cn h2:where(.svelte-1662cn):has(+.add-guide-btn:where(.svelte-1662cn)){margin-bottom:8px}.add-guide-btn.svelte-1662cn{display:flex;align-items:center;justify-content:center;padding:10px;max-width:100px;width:100%;border-radius:8px;border:1px solid var(--grey-500)}.add-guide-btn.svelte-1662cn,.add-guide-btn.svelte-1662cn path:where(.svelte-1662cn){transition:all .15s ease-in-out}.add-guide-btn.svelte-1662cn:focus,.add-guide-btn.svelte-1662cn:active{outline:var(--grey-400) dotted 2px}.add-guide-btn.svelte-1662cn:hover path:where(.svelte-1662cn),.add-guide-btn.svelte-1662cn:focus path:where(.svelte-1662cn){fill:var(--grey-400)}.guide-img-container.svelte-1662cn{position:relative;max-width:150px;width:100%}.guide-img-container.svelte-1662cn:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#292929,#292929f2 5%,#29292900)}.guide-img-container.svelte-1662cn img:where(.svelte-1662cn){max-width:100%;width:100%;height:auto}.not-added.svelte-1xtpsbv{display:flex;flex-flow:column;align-items:center;justify-content:center;margin-top:0;padding:24px}.not-added.svelte-1xtpsbv h2:where(.svelte-1xtpsbv){font-family:Poppins,sans-serif;font-size:var(--fs);line-height:var(--fs-lh);color:var(--grey-100);font-weight:700;letter-spacing:2px;text-transform:uppercase;background:none;border:none;line-height:21px;max-width:225px;text-align:center;margin:-24px 0 8px;position:relative}.add-btn.svelte-1xtpsbv{display:flex;align-items:center;justify-content:center;padding:10px;max-width:75px;width:100%;border-radius:8px;border:1px solid var(--grey-500)}.add-btn.svelte-1xtpsbv,.add-btn.svelte-1xtpsbv path:where(.svelte-1xtpsbv){transition:all .15s ease-in-out}.add-btn.svelte-1xtpsbv:focus,.add-btn.svelte-1xtpsbv:active{outline:var(--grey-400) dotted 2px}.add-btn.svelte-1xtpsbv:hover:not(:disabled) path:where(.svelte-1xtpsbv),.add-btn.svelte-1xtpsbv:focus:not(:disabled) path:where(.svelte-1xtpsbv){fill:var(--grey-400)}.hero-img-container.svelte-1xtpsbv{position:relative;display:flex}.hero-img-container.svelte-1xtpsbv:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#292929,#292929f2 5%,#29292900)}.hero-img-container.svelte-1xtpsbv img:where(.svelte-1xtpsbv){max-width:100px;width:100%;height:auto}.hero-img-container.svelte-1xtpsbv img:where(.svelte-1xtpsbv):not(:first-child){margin-left:-24px}.hero.svelte-g0zn5a{--hero-height: 110px;display:flex}.hero.svelte-g0zn5a:not(.shown) .selection:where(.svelte-g0zn5a){justify-content:center}.selection.svelte-g0zn5a{flex:1 0 0px}.selection.svelte-g0zn5a,.equipment.svelte-g0zn5a,.pets.svelte-g0zn5a{display:flex}.vertical-separator.svelte-g0zn5a{border-left:1px dashed var(--grey-500);margin:0 24px;width:1px}.selected-equipment.svelte-g0zn5a{display:flex;flex-flow:column nowrap;margin-right:16px;gap:6px}.selected-pet.svelte-g0zn5a{display:flex;flex-flow:column nowrap;margin:0 16px 0 40px;gap:6px}.selected-placeholder.svelte-g0zn5a{background-color:#2f2f2f;border:1px dashed var(--grey-500);height:var(--unit-size, 100%);width:var(--unit-size, 100%);border-radius:6px}.picker-list.svelte-g0zn5a{--max-cols: 3;--max-rows: 2;max-width:calc((var(--unit-size) * var(--max-cols)) + (var(--gap) * (var(--max-cols) - 1)) + 24px);align-self:flex-start;width:100%}.pets.svelte-g0zn5a .picker-list:where(.svelte-g0zn5a){--max-cols: 5}.selected-equipment.svelte-g0zn5a li:where(.svelte-g0zn5a),.selected-pet.svelte-g0zn5a li:where(.svelte-g0zn5a){width:var(--unit-size);height:var(--unit-size);position:relative}.replace-pet.svelte-g0zn5a{position:absolute;bottom:6px;right:6px;padding:3px 4px;background-color:var(--grey-100);border-radius:4px}.replace-pet.svelte-g0zn5a path:where(.svelte-g0zn5a){fill:var(--grey-900)}.replace-pet.svelte-g0zn5a:hover{background-color:var(--grey-300)}.replace-pet.svelte-g0zn5a svg:where(.svelte-g0zn5a){display:block}.hero-container.svelte-g0zn5a{flex-shrink:0}.hero-container.svelte-g0zn5a,.picker-list.svelte-g0zn5a,.selected-equipment.svelte-g0zn5a,.selected-pet.svelte-g0zn5a{margin-top:24px;margin-bottom:24px}@media(max-width:850px){.hero.svelte-g0zn5a{--hero-height: 95px}.vertical-separator.svelte-g0zn5a{margin:0 16px}}@media(max-width:800px){.selection.svelte-g0zn5a{flex-flow:column nowrap}.selected-pet.svelte-g0zn5a,.pets.svelte-g0zn5a .picker-list:where(.svelte-g0zn5a){margin-top:0}.selected-pet.svelte-g0zn5a{margin-left:0}}@media(max-width:475px){.selection.svelte-g0zn5a{flex:1 0 0px}.equipment.svelte-g0zn5a,.pets.svelte-g0zn5a,.hero.svelte-g0zn5a{flex-flow:column nowrap}.selected-equipment.svelte-g0zn5a,.selected-pet.svelte-g0zn5a{flex-flow:row nowrap;margin-right:0;margin-top:16px;margin-bottom:0}.selected-pet.svelte-g0zn5a,.pets.svelte-g0zn5a .picker-list:where(.svelte-g0zn5a),.picker-list.svelte-g0zn5a{margin-top:8px;--max-cols: 6;--max-rows: 3}.vertical-separator.svelte-g0zn5a{display:none}.hero-container.svelte-g0zn5a{margin:16px 16px 0 0;align-self:flex-start}}.banner.svelte-18is95n{overflow:hidden;position:relative;border-radius:8px;width:100%}.banner-img.svelte-18is95n{display:block;object-fit:cover;aspect-ratio:1920 / 800;max-height:350px;min-height:175px;height:100%;width:100%}.banner-select-btn.svelte-18is95n{border:1px dotted var(--grey-100);background-color:var(--grey-600);box-shadow:#000 0 10px 50px 4px;transition:background-color .2s ease-in-out;display:flex;justify-content:center;align-items:center;position:absolute;border-radius:6px;padding:.75em;bottom:1em;right:1em}.banner-select-btn.svelte-18is95n:hover{background-color:var(--grey-500)}.details.svelte-18is95n{margin-top:32px}.details.svelte-18is95n>div:where(.svelte-18is95n){padding:0 24px 24px}.town-halls-grid.svelte-18is95n{display:grid;grid-template-columns:repeat(auto-fit,minmax(70px,1fr));width:100%;gap:8px}.town-halls-grid.svelte-18is95n .town-hall:disabled{filter:grayscale(1);border:1px dashed var(--primary-400)}.units.svelte-18is95n .totals,.dashed.svelte-18is95n,.dashed.svelte-18is95n h2:where(.svelte-18is95n){background-color:var(--grey-800);border:1px dashed var(--grey-500);border-radius:8px}.units.svelte-18is95n .totals{margin-bottom:16px}.dashed.svelte-18is95n>div:where(.svelte-18is95n){margin-top:-12px}.dashed.svelte-18is95n h2:where(.svelte-18is95n){border-radius:4px;margin-bottom:16px;padding:6px 8px}.dashed.svelte-18is95n h2:where(.svelte-18is95n){display:inline-flex;align-items:center;gap:.5em;font-family:Poppins,sans-serif;font-size:var(--fs);line-height:var(--fs-lh);color:var(--grey-100);font-weight:700;letter-spacing:2px;text-transform:uppercase}.dashed.svelte-18is95n h2:where(.svelte-18is95n) img:where(.svelte-18is95n){flex-shrink:0;max-height:24px;height:100%;width:auto}.units.svelte-18is95n .units-list{border-bottom:1px dashed var(--grey-500);margin-bottom:24px;padding:0 32px var(--bottom-padding) 32px}.army-controls.svelte-18is95n{display:flex;justify-content:flex-end;gap:8px}.army-controls.svelte-18is95n:not(:empty){margin-top:24px}.errors.svelte-18is95n:not(:empty){margin-top:24px}.units.svelte-18is95n{--unit-size: 70px;--unit-amount-size: 16px;--unit-lvl-size: 13px;--bottom-padding: 16px;margin-top:32px}.units.svelte-18is95n:has(>.not-added){margin-top:24px}.units.svelte-18is95n .title:where(.svelte-18is95n){display:flex;justify-content:space-between;align-items:center;padding:0 24px}.picker-container.svelte-18is95n,.hero-picker-container.svelte-18is95n{padding:0 32px}.picker-container.svelte-18is95n:not(:last-child){padding-bottom:16px}.hero-picker-container.svelte-18is95n:not(:last-child){border-bottom:1px dashed var(--grey-500)}.units.svelte-18is95n>div:where(.svelte-18is95n){padding-bottom:24px}.units.heroes.svelte-18is95n>div:where(.svelte-18is95n){padding-bottom:0}.units.heroes.svelte-18is95n h2:where(.svelte-18is95n){margin-bottom:0}.units.svelte-18is95n h3{font-size:var(--fs);line-height:var(--fs-lh);margin-bottom:8px}.cc.svelte-18is95n{background-color:var(--grey-800)}.cc.svelte-18is95n:has(>.not-added){display:flex;flex-flow:column;align-items:center;justify-content:center;margin-top:24px}.guide-edit.svelte-18is95n{padding:0 32px}.title-action-btn{margin-left:.25em}.army-tags.svelte-18is95n{display:flex;flex-flow:row wrap;align-items:center;gap:8px}.army-tags.svelte-18is95n .army-tag:where(.svelte-18is95n){background-color:var(--grey-700);border:1px dashed var(--grey-400);color:var(--grey-400);font-size:var(--fs);line-height:var(--fs-lh);font-weight:500;border-radius:4px;padding:4px 10px}.army-tags.svelte-18is95n .army-tag:where(.svelte-18is95n):hover:not(:disabled),.army-tags.svelte-18is95n .army-tag:where(.svelte-18is95n):focus-visible{outline:none;background-color:var(--grey-850)}.army-tags.svelte-18is95n .army-tag:where(.svelte-18is95n).active{border:1px dashed #e0a153;background-color:#4c4338;color:#e0a153}.army-tags.svelte-18is95n .army-tag:where(.svelte-18is95n).active:hover:not(:disabled),.army-tags.svelte-18is95n .army-tag:where(.svelte-18is95n).active:focus-visible{outline:none;background-color:#413930}@media(max-width:850px){.details.svelte-18is95n{margin-top:36px}.units.svelte-18is95n{--unit-size: 60px;--unit-amount-size: 14px;--unit-lvl-size: 11px}.errors.svelte-18is95n:not(:empty){margin-top:16px}.army-controls.svelte-18is95n{margin-top:16px}}@media(max-width:750px){.units.svelte-18is95n .title:where(.svelte-18is95n){display:inline-flex;flex-flow:column nowrap;gap:0px}.units.svelte-18is95n:not(.guide) .title:where(.svelte-18is95n)>:where(.svelte-18is95n){margin:0;width:100%}.units.svelte-18is95n:not(.heroes):not(.guide) h2:where(.svelte-18is95n){border-bottom:none;padding-bottom:0}.units.svelte-18is95n .totals{padding-top:12px;border-radius:0;border-top:none;width:100%}}@media(max-width:475px){.units.svelte-18is95n .totals{display:grid;grid-template-columns:repeat(2,min-content)}.units.svelte-18is95n .units-list{padding:0 24px var(--bottom-padding) 24px}.details.svelte-18is95n>div:where(.svelte-18is95n){padding:0 16px 24px}.units.svelte-18is95n .title:where(.svelte-18is95n){padding:0 16px}.picker-container.svelte-18is95n,.hero-picker-container.svelte-18is95n{padding:0 24px}.guide-edit.svelte-18is95n{--input-width: 100%;padding:0 24px}}@media(max-width:400px){.units.svelte-18is95n{--unit-amount-size: 13px;--unit-lvl-size: 10.5px}}@media(max-width:400px){.dashed.svelte-18is95n h2:where(.svelte-18is95n){flex-flow:row wrap;row-gap:.65em}.title-action-btn{margin-left:0}}
