:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0,var(--y),0)scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g)*1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0)scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0)perspective(400px)}30%{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,-20deg);opacity:1}to{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.viewer-module__s7_wIW__viewerContainer{color:#d9cbb0;background:radial-gradient(circle at 40% 20%,#20362c59,#0b1712f2 55%);min-height:100vh;padding:20px;font-family:SourceSans,sans-serif}.viewer-module__s7_wIW__viewerLayout{justify-content:center;gap:40px;width:100%;max-width:1600px;margin:0 auto;display:flex;position:relative}.viewer-module__s7_wIW__leftPanel{flex:0 800px;min-width:0;max-width:800px}.viewer-module__s7_wIW__rightPanel{z-index:10;flex-direction:column;flex-shrink:0;gap:12px;width:420px;margin-left:auto;display:flex;position:relative}.viewer-module__s7_wIW__statsContainer{width:420px;height:420px;image-rendering:pixelated;box-sizing:border-box;background:#00000073;border-style:solid;border-width:12px;border-image:url(https://idyjvmmldtdvpklkzrgr.supabase.co/storage/v1/object/public/assets/img/border/journal.png) 12;border-radius:6px;position:relative;overflow:visible}.viewer-module__s7_wIW__equipmentContainer{width:420px;height:160px;image-rendering:pixelated;box-sizing:border-box;background:#00000073;border-style:solid;border-width:12px;border-image:url(https://idyjvmmldtdvpklkzrgr.supabase.co/storage/v1/object/public/assets/img/border/journal.png) 12;border-radius:6px;padding:8px 15px;position:relative;overflow:visible}.viewer-module__s7_wIW__equipmentTitle{color:wheat;text-shadow:-1px -1px #000,1px -1px #000,-1px 1px #000,1px 1px #000;text-align:center;margin:0 0 8px;font-family:LibreBaskerville,serif;font-size:12px}.viewer-module__s7_wIW__equipmentGrid{flex-direction:column;align-items:center;gap:6px;display:flex}.viewer-module__s7_wIW__equipmentRow{justify-content:center;gap:4px;display:flex}.viewer-module__s7_wIW__equipmentSlot{opacity:1;image-rendering:pixelated;background:url(https://idyjvmmldtdvpklkzrgr.supabase.co/storage/v1/object/public/assets/img/border/border.png) 50%/100% 100% no-repeat;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.viewer-module__s7_wIW__equipmentSlot:before{content:"";z-index:0;background:#0006;position:absolute;inset:0}.viewer-module__s7_wIW__equipmentSlotSmall{width:38px;height:38px;padding:4px}.viewer-module__s7_wIW__equipmentSlotMedium{width:48px;height:48px;padding:6px}.viewer-module__s7_wIW__equipmentIcon{z-index:1;object-fit:contain;image-rendering:pixelated;opacity:.4;transition:opacity .2s;position:relative}.viewer-module__s7_wIW__equipmentIconFilled{opacity:1}.viewer-module__s7_wIW__equipmentIconSmall{width:26px;height:26px}.viewer-module__s7_wIW__equipmentIconMedium{width:34px;height:34px}.viewer-module__s7_wIW__equipmentSlot:hover .viewer-module__s7_wIW__equipmentIcon{opacity:1}.viewer-module__s7_wIW__equipmentSlotClickable{cursor:pointer;transition:transform .15s,box-shadow .15s}.viewer-module__s7_wIW__equipmentSlotClickable:hover{transform:scale(1.05);box-shadow:0 0 8px #ffffff4d}.viewer-module__s7_wIW__enchantOverlay{z-index:10;image-rendering:pixelated;filter:drop-shadow(0 0 2px #8000ffcc);width:85%;height:auto;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.viewer-module__s7_wIW__equipmentLabel{display:none}.viewer-module__s7_wIW__attunementGrid{flex-wrap:wrap;gap:8px;width:170px;display:flex;position:absolute;top:210px;left:230px}.viewer-module__s7_wIW__attunementItem{width:45px;height:55px;position:relative}.viewer-module__s7_wIW__attunementCircle{width:32px;height:32px;position:relative}.viewer-module__s7_wIW__attunementBackground{z-index:0;border-radius:50%;width:28px;height:28px;position:absolute;top:2px;left:2px}.viewer-module__s7_wIW__attunementLabel{text-align:center;color:wheat;text-shadow:1px 1px 1px #000;width:max-content;margin:0;font-family:SourceSans,sans-serif;font-size:8px;font-weight:700;position:absolute;top:-10px;left:16px;transform:translate(-50%)}.viewer-module__s7_wIW__attunementName{color:wheat;text-align:center;text-shadow:1px 1px 1px #000;width:max-content;margin:0;font-family:SourceSans,sans-serif;font-size:9px;font-weight:700;line-height:1.1;position:absolute;top:32px;left:16px;transform:translate(-50%)}.viewer-module__s7_wIW__flamecharm{background:radial-gradient(circle,#b85c38,#b85c38,#333,#000)}.viewer-module__s7_wIW__frostdraw{background:radial-gradient(circle,#5c9eb8,#5c9eb8,#333,#000)}.viewer-module__s7_wIW__thundercall{background:radial-gradient(circle,#b8b05c,#b8b05c,#333,#000)}.viewer-module__s7_wIW__galebreathe{background:radial-gradient(circle,#5cb893,#5cb893,#333,#000)}.viewer-module__s7_wIW__shadowcast{background:radial-gradient(circle,#6e5cb8,#6e5cb8,#333,#000)}.viewer-module__s7_wIW__ironsing{background:radial-gradient(circle,#8c8c8c,#8c8c8c,#333,#000)}.viewer-module__s7_wIW__bloodrend{background:radial-gradient(circle,#8c3c3c,#8c3c3c,#333,#000)}.viewer-module__s7_wIW__powerDisplay{width:65px;height:65px;position:absolute;top:9px;left:9px}.viewer-module__s7_wIW__powerBackground{z-index:1;background:radial-gradient(circle,#1d657a,#1d657a,#333,#000);border-radius:30px;width:50px;height:50px;position:absolute;top:9px;left:9px}.viewer-module__s7_wIW__powerIcon{object-fit:contain;width:50px;height:50px;image-rendering:pixelated;z-index:2;position:absolute;top:9px;left:9px}.viewer-module__s7_wIW__orbsIcon{object-fit:contain;width:70px;height:65px;image-rendering:pixelated;z-index:3;position:absolute;top:-6px;left:1.5px}.viewer-module__s7_wIW__powerValue,.viewer-module__s7_wIW__powerShadow{text-align:center;width:50px;margin:0;font-family:LibreBaskerville,serif;font-size:24px;line-height:1;position:absolute;top:20px;left:9.5px}.viewer-module__s7_wIW__powerValue{z-index:4;background:-webkit-linear-gradient(#333,#eee,#333);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.viewer-module__s7_wIW__powerShadow{z-index:2;text-shadow:1px 1px 2px #000;color:#fff}.viewer-module__s7_wIW__powerLabel{color:wheat;text-shadow:1px 1px 1px #000;letter-spacing:.5px;margin:0;font-family:SourceSans,sans-serif;font-size:9px;position:absolute;top:58px;left:22px}.viewer-module__s7_wIW__detailsColumn{z-index:4;flex-direction:column;gap:2px;display:flex;position:absolute;top:8px;left:88px}.viewer-module__s7_wIW__detail{color:#000;width:fit-content;height:16px;image-rendering:pixelated;background:url(https://idyjvmmldtdvpklkzrgr.supabase.co/storage/v1/object/public/assets/img/icons/builder/journal/ribbon.png) 0 0/100% 100% no-repeat;align-items:center;padding:0 8px 0 6px;font-family:SourceSans,sans-serif;font-size:9px;display:inline-flex}.viewer-module__s7_wIW__detail p{color:#000;white-space:nowrap;align-items:center;margin:0;font-family:SourceSans,sans-serif;font-size:9px;display:flex}.viewer-module__s7_wIW__traitsRow{z-index:4;grid-template-columns:repeat(2,1fr);gap:20px 17px;width:100px;display:grid;position:absolute;top:10px;left:280px}.viewer-module__s7_wIW__traitItem{flex-direction:column;align-items:center;width:28px;height:45px;display:flex;position:relative}.viewer-module__s7_wIW__traitCircle{width:32px;height:32px;position:relative}.viewer-module__s7_wIW__traitCircle:before{content:"";z-index:1;background:radial-gradient(circle,#7f6b53,#845216,#333,#000);border-radius:50%;width:28px;height:28px;position:absolute;top:2px;left:2px}.viewer-module__s7_wIW__traitValue{color:#fff;text-align:center;text-shadow:1px 1px 1px #000;z-index:4;width:24px;height:18px;font-family:LibreBaskerville,serif;font-size:14px;font-weight:400;position:absolute;top:5px;left:50%;transform:translate(-50%)}.viewer-module__s7_wIW__traitIcon{object-fit:contain;width:32px;height:32px;image-rendering:pixelated;z-index:2;opacity:1;position:absolute;top:0;left:0}.viewer-module__s7_wIW__traitLabel{color:wheat;text-align:center;text-shadow:1px 1px 1px #000;white-space:nowrap;margin-top:4px;font-family:SourceSans,sans-serif;font-size:8px;font-weight:700}.viewer-module__s7_wIW__statsGrid,.viewer-module__s7_wIW__statsGridWeapons,.viewer-module__s7_wIW__statsGridSecondRow{flex-wrap:nowrap;gap:10px;width:150px;height:50px;display:flex;position:absolute}.viewer-module__s7_wIW__statsGrid{top:127px;left:23px}.viewer-module__s7_wIW__statsGridWeapons{top:127px;left:230px}.viewer-module__s7_wIW__statsGridSecondRow{top:210px;left:23px}.viewer-module__s7_wIW__statItem{width:45px;height:55px;position:relative}.viewer-module__s7_wIW__statLabel{text-align:center;color:wheat;text-shadow:1px 1px 1px #000;width:max-content;margin:0;font-family:SourceSans,sans-serif;font-size:8px;font-weight:700;position:absolute;top:-10px;left:16px;transform:translate(-50%)}.viewer-module__s7_wIW__statCircle{width:32px;height:32px;position:relative}.viewer-module__s7_wIW__statBackground{z-index:0;border-radius:50%;width:28px;height:28px;position:absolute;top:2px;left:2px}.viewer-module__s7_wIW__statBorder{object-fit:contain;width:32px;height:32px;image-rendering:pixelated;z-index:2;position:absolute;top:0;left:0}.viewer-module__s7_wIW__statLock{object-fit:contain;width:10px;height:10px;image-rendering:pixelated;z-index:3;position:absolute;top:22px;left:22px}.viewer-module__s7_wIW__statValue{color:#fff;text-align:center;text-shadow:1px 1px 1px #000;z-index:4;width:34px;font-family:LibreBaskerville,serif;font-size:14px;font-weight:400;position:absolute;top:5px;left:50%;transform:translate(-50%)}.viewer-module__s7_wIW__statName{color:wheat;text-align:center;text-shadow:1px 1px 1px #000;width:max-content;margin:0;font-family:SourceSans,sans-serif;font-size:9px;font-weight:700;line-height:1.1;position:absolute;top:32px;left:16px;transform:translate(-50%)}.viewer-module__s7_wIW__strength{background:radial-gradient(circle,#7f5849,#7f5849,#333,#000)}.viewer-module__s7_wIW__fortitude{background:radial-gradient(circle,#7f7657,#7f7657,#333,#000)}.viewer-module__s7_wIW__agility{background:radial-gradient(circle,#647f61,#647f61,#333,#000)}.viewer-module__s7_wIW__intelligence{background:radial-gradient(circle,#61637f,#61637f,#333,#000)}.viewer-module__s7_wIW__willpower{background:radial-gradient(circle,#597a7f,#597a7f,#333,#000)}.viewer-module__s7_wIW__charisma{background:radial-gradient(circle,#7f6178,#7f6178,#333,#000)}.viewer-module__s7_wIW__heavyWeapon{background:radial-gradient(circle,#57657f,#57657f,#333,#000)}.viewer-module__s7_wIW__mediumWeapon{background:radial-gradient(circle,#7f6b53,#7f6b53,#333,#000)}.viewer-module__s7_wIW__lightWeapon{background:radial-gradient(circle,#637f65,#637f65,#333,#000)}img{image-rendering:pixelated}.viewer-module__s7_wIW__switchButton{cursor:pointer;z-index:100;width:48px;height:48px;image-rendering:pixelated;filter:drop-shadow(2px 2px 4px #00000080);transition:transform .2s,filter .2s;position:fixed;top:20px;right:20px}.viewer-module__s7_wIW__switchButton:hover{filter:drop-shadow(2px 2px 6px #000000b3)brightness(1.2);transform:scale(1.1)}.viewer-module__s7_wIW__switchButton:active{transform:scale(.95)}
