@media screen and (max-width:767px){:root{--header-text-size: 1rem;--textSize7:1.4;--textSize6:1.3;--textSize5:1.2;--textsize4:1.1;--textSize1: 1.035rem;--textSize2: 0.85rem;--textSize3: 0.7rem;--header-height: 2rem;--logo-width: 2rem;--header-img-size: 0.95rem;--socialsGap: 1.7rem}.zoomable{zoom:60%}.zoom80{zoom:80%}}@media screen and (min-width:768px){:root{--header-text-size: 1rem;--textSize7:1.6;--textSize6:1.5;--textSize5:1.4;--textsize4:1.3;--textSize1: 1.2rem;--textSize2: 1.1rem;--textSize3: 1rem;--header-height: 3.25rem;--logo-width: 3.25rem;--header-img-size: 1.35rem;--socialsGap: 1.7rem}.zoomable{zoom:56%}}@media screen and (min-width:1280px){:root{--header-text-size: 1.15rem;--textSize7:1.6;--textSize6:1.5rem;--textSize5:1.4rem;--textsize4:1.25rem;--textSize1: 1.15rem;--textSize2: 1.15rem;--textSize3: 1.15rem;--header-height: 3.25rem;--logo-width: 3.25rem;--header-img-size: 1.35rem;--socialsGap: 1.7rem}.zoomable{zoom:75%}}body{color:var(--bodyFCLight);cursor:default;font-size:var(--textSize3)}#settings{padding-top:2rem;padding-left:2rem;padding-right:2rem;padding-bottom:2rem}#header{position:relative;display:flex;align-items:center;width:100%;max-width:100%;min-height:var(--header-height);justify-content:space-between;border:none;z-index:90}#navTabs{min-width:70%;max-width:70%;padding:0!important;justify-content:space-around;flex-wrap:wrap}.navTab{height:100%;display:flex;gap:.5vw;padding-left:1vw;padding-right:1vw;position:relative}.navTab>*:not(:first-child){flex-grow:1;display:flex;align-items:center;justify-content:flex-start;max-height:var(--header-height)}.navTabTC{width:100%;font-family:google sans,sans-serif;font-size:var(--header-text-size);text-align:left;color:#d2d2d7}.ntIcon{align-self:center;min-height:var(--header-img-size);max-height:var(--header-img-size);min-width:var(--header-img-size);max-width:var(--header-img-size);margin-right:.2rem}.outerNavTab{cursor:pointer;display:flex;justify-content:center;flex-grow:.2;-webkit-tap-highlight-color:transparent}.expandMenu{visibility:hidden;position:absolute;top:100%;width:100%;max-width:100%;background-color:var(--headerBGC);display:flex;flex-direction:column}.expandMenu>*:last-child{padding-bottom:1rem}.outerNavTab:hover .expandMenu{visibility:visible}.ntListItem{text-align:left;text-decoration:none;padding-left:1.3vw;padding-right:1.3vw;padding-top:1rem;padding-bottom:1rem;display:flex;align-items:center;justify-content:center}.ntListItem .nt-item-name{text-align:center;line-height:100%;font-size:var(--textSize1);color:var(--headerFC)}.side-expand{position:relative}.side-expand:hover .absolute{visibility:visible}.side-expand>.absolute{visibility:hidden;width:100%;top:0;min-height:100%;position:absolute;z-index:93}.side-expand>.absolute>.flex-column{position:absolute;min-height:100%;width:100%;justify-content:space-around;margin-left:-1px;z-index:-1;background-color:var(--headerBGC)}#socials{position:relative;height:45%;align-self:center;margin-right:1.2rem;gap:var(--socialsGap)}#ft-unas img{align-self:center}:root{--socialsOpacityFactor: 0.47}.social{min-height:1.5rem;max-height:1.5rem;min-width:1.5rem;max-width:1.5rem;position:relative;opacity:.85}#stgs-btn,#login-btn{opacity:.9}#logo{position:absolute;padding-right:1.5rem;font-family:monospace;opacity:.75;z-index:999}#logo #logo-slash{}#logo #logo-name{font-size:1.55rem;font-weight:700}#logo #logo-sched{font-size:1rem}#logo .flex-row{align-items:center;padding-left:2rem}#logo .social{margin-right:.75rem}#socials-heart{position:absolute;left:calc(100% - 1.5rem + calc(calc(var(--socialsGap))/2));top:calc(50% - 0.6rem);min-height:.85rem!important;min-width:.85rem;display:none;z-index:666;visibility:visible;width:1rem;height:1rem}@-webkit-keyframes socials-heart-show{0%{opacity:0}100%{opacity:.78}}@keyframes socials-heart-show{0%{opacity:0}100%{opacity:.78}}#socials-heart.animated{-webkit-animation:socials-heart-show .8s forwards;animation:socials-heart-show .8s forwards}.round{border-radius:50%}#all{display:flex;flex-direction:column;height:100%;cursor:default}#settings{position:fixed;top:var(--header-height);right:0;height:calc(100vh - var(--header-height));background-color:var(--headerBGC);width:350px;z-index:664;display:none}#Tip{margin-top:auto;height:3vh;width:100%;position:relative;color:var(--bodyFCLight)}#Tip>span{position:absolute;left:5%;width:90%;top:25%;height:50%}#Tip>span>span{display:flex;justify-content:center;gap:1vw;height:100%;align-items:center}#Tip #title{cursor:default;font-size:var(--textSize1);font-weight:700;text-align:left}#Tip #tipText{height:100%;overflow:hidden;text-align:center}#Tip #tipText>span{cursor:default;font-size:var(--textSize2);font-weight:700}.fadeIn{-webkit-transition:opacity 2s ease-in;-moz-transition:opacity 2s ease-in;-ms-transition:opacity 2s ease-in;-o-transition:opacity 2s ease-in;transition:opacity 2s ease-in;opacity:1}.fadeOut{-webkit-transition:opacity 2s ease-in;-moz-transition:opacity 2s ease-in;-ms-transition:opacity 2s ease-in;-o-transition:opacity 2s ease-in;transition:opacity 2s ease-in;opacity:0}.fill{position:absolute;width:100%;height:100%}a{color:inherit}a:hover,a:visited,a:link,a:active{text-decoration:none;color:inherit}:root{--headerBGC: #19191a;--headerFC: #f5edd9;--partitionCenterC: #c9bc99;--partitionEdgeC: #af9f66;--bodyBGC: #0d0f11;--bodyTitleC: #d5d5d5;--bodyFCLight: #a1abb2;--bodyFCStrong: #e8e8ea;--bodyUninteractableBGC: #222322;--bodyUninteractableFC: #505051;--bodyInteractableBGC: #303c47;--bodyInteractableFC: #e6e9e8;--minorPartitionC: #242319;--minorBorderBlue: #5481a2;--minorBorderPlain: #2a3133;--minorBorderGray: #7a8288;--bodyBGCAlt: rgba(31,35,45,1);--menuBGC: rgba(40, 42, 44, 1);--contentHeaderBGC: rgba(61,71,94,1);--contentBodyBGC: rgba(51,61,77,1);--colorZeta: #20242c;--colorGamma: #9ba4b6;--colorXi: #454d5e;--colorEpsilon: #323945;--colorMu: #2b303b;--colorDelta: #252a34}#header{background-color:var(--headerBGC)}.partition{background:linear-gradient(to right,transparent 0%,var(--partitionEdgeC) 25%,var(--partitionCenterC) 40% 60%,var(--partitionEdgeC) 75%,transparent 100%);width:100%;height:2px;background-color:var(--headerBGC)}.subheader{width:100%;display:flex;justify-content:space-between;color:var(--bodyFCStrong);min-height:3rem;overflow:hidden;background-color:var(--headerBGC)}.subheader>a{flex-grow:1;font-size:var(--header-text-size);text-align:center;height:100%;display:flex;align-items:center;justify-content:center;margin:0}.navTabText{color:var(--headerFC)}#headerPartition{background-color:var(--partitionC)}#body{background-color:var(--bodyBGC)!important}#main-content{flex:1;position:relative;background-color:var(--bodyBGCAlt)}#main-content>span>.mainContent{height:100%;overflow-y:auto}.elementHeader{background-color:var(--bodyInteractableBGC);font-family:google sans,sans-serif;color:var(--bodyFCStrong);cursor:default;display:flex;justify-content:center;align-items:center}.body-header{font-size:1.055rem}.elementHeader>.DCEnavbar{margin-left:10%;margin-right:10%;gap:1vw;display:flex;justify-content:space-between;align-items:center;height:100%;width:100%}.elementHeader .DCEtitle{height:100%;font-size:var(--textSize2);font-weight:700;color:#e5d0f9;font-size:1.025rem}.elementHeader img{margin-right:.6rem;width:1.425rem!important;height:1.425rem!important}.justify-space-between{justify-content:space-between}.DCE{border:1px solid var(--colorZeta)}#birthday{left:1.5vw;top:1.5vh;height:30%;width:20%}#birthday>#npcIMG{}#birthday>#birthdate{}#birthday>#mapIcon{}#birthday>#rewards{}#todaysEvents{top:1.5vh;right:1.5vw;width:37%;height:42%}#mari{border:1px solid var(--colorZeta);height:60%;width:30%;bottom:2vh;left:1.5vw}#merchants{right:1.5vw;width:50%;height:50%;bottom:2vh}#chooseAClass{width:100%;border:none}#chooseAClass .DCEtitle{color:var(--bodyFCStrong);font-weight:400!important;font-size:1.025rem!important}#chooseAClassLimits{margin-top:5px}#classes{display:flex;justify-content:center;flex-wrap:wrap;align-items:center}.class{height:100%;width:100%;filter:brightness(.8) sepia(1)}.classWrapper{height:3.75vh;width:5vh;padding-left:.85vw;padding-right:.85vw;padding-top:.8vh;padding-bottom:.8vh;cursor:pointer}.classWrapper:hover{filter:brightness(.6)}#builds>span{display:flex;justify-content:center;gap:3vw;align-content:center;height:5vh;margin-top:5px}.build>span{height:3vh;gap:.4vw;color:var(--bodyFCStrong);cursor:default;font-weight:700;margin-top:1vh;margin-bottom:1vh;cursor:pointer;padding-left:.5vw;padding-right:.5vw;border-radius:1.5%}.build:hover .engraveName{filter:brightness(.75)}.center{display:flex;justify-content:center;align-items:center}#classPowerCategories{margin-top:5px;flex:1;margin-bottom:1vh;border:1px solid var(--minorBorderGray);color:var(--bodyFCLight)}#classPowerCategories>div>span{gap:0;margin:0}.classPowerCategory{flex-grow:1;flex-basis:0;overflow:hidden;display:flex;justify-content:center;align-items:center;height:100%;color:var(--bodyFCStrong);font-size:.8rem}.classPowerCategory:hover{filter:brightness(.75);cursor:pointer}.classPowerCategory>span{color:var(--bodyFCStrong)}.ClassInfoSection{display:flex;flex-direction:column;border:1px solid var(--minorBorderPlain);background-color:var(--colorZeta);cursor:default;color:var(--bodyFCStrong);align-items:center}.ClassInfoSectionHeader{align-self:flex-start}.ClassInfoSection>.section-content{display:flex;flex-direction:column;width:100%;align-items:center}.ClassInfoSubsection{display:flex;flex-direction:column;margin-top:3vh;color:var(--bodyFCLight);align-items:center;overflow:hidden;width:100%}.ClassInfoSubsection>span{width:80%}.ClassInfoSubsection>ul{width:80%}.ClassInfoSubsection .skills-list{width:90%;padding-left:3%;padding-right:3%}.ClassInfoSubsection .article-subtitle{width:100%}.ClassInfoSubsection .skill-level-priority{width:100%}.ClassInfoSubsection>.flex-column{gap:2vh}.ClassInfoRunes{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;width:100%;gap:7%}.ClassInfoRunes>span{align-items:center}.ClassInfoRunes>span:not(:last-child){margin-bottom:1.25vh}.ClassInfoRunes>span>img{height:5vh;width:5vh}.TripodInfoSubsection{gap:1.2vh}.TripodInfoSubsection>.flex-column{padding:3%;background-color:var(--colorDelta);gap:3.5vh}.skill-tripods{gap:1.2vw;min-width:60%;max-width:60%;flex-wrap:wrap;justify-content:center}.skill-row{align-items:center;justify-content:space-between;width:100%}.tripod-and-icon{justify-content:space-between;gap:.65vh;align-items:}.tripod-and-icon>span{text-align:center;font-size:small;max-height:3.5vh;max-width:7.5vh;overflow:hidden}.tripod-and-icon>.tripod{align-self:center}.tripod-and-icon>.tripod-icon{height:2.5vh;width:2.5vh;align-self:center}.skill-runes{min-width:20%;max-width:20%;align-items:center;justify-content:center}.awakening-row{justify-content:space-around}.awakening-row .skill-and-name-row{max-width:40%!important;width:40%!important;justify-content:center;align-items:center}.skill-note{width:65%;margin-left:17.5%}.skill-note>ul{margin:0;padding:0;margin-top:-1.5vh}.skill-level-priority{gap:1.65vh;align-items:center;margin-top:1.25vh;align-self:center}.skill-level-priority .flex-row{flex-wrap:wrap;width:90%;justify-content:space-between}.skill-level-priority .flex-row>*{min-width:40%;max-width:40%}.skill-level-priority .flex-row>*{margin-right:1.25vw}.skill-level-priority .flex-row>*:not(:last-child){margin-bottom:1.25vh}.faded{opacity:.6}.FCRelic{color:#fa5d00}.FCAncient{color:#c8af8c}.FCLeg{color:#ff9404}.BGCLeg{background-color:rgba(255,148,4,.15)}.FCEpic{color:#c004fc}.BGCEpic{background-color:rgba(192,4,252,.15)}.FCRare{color:#04b4ff}.BGCRare{background-color:rgba(4,180,255,.15)}.FCUncommon{color:#88ff08}.BGUncommon{background-color:rgba(136,255,8,.15)}.FCWhite{color:#e8e8ea!important}.FCPlain{color:#a1abb2!important}.FCEster{color:#3cf2e6!important}.RecBuild{gap:3vh;align-items:center}.RecBuildStats{display:flex;justify-content:space-between;width:80%}.RecBuildStats>*:not(:last-child){margin-right:1vw}.RecBuildEngraves{width:100%;justify-content:space-between}.AltEngraveSubsection{width:100%}.both-gems{width:80%;justify-content:space-around;align-items:space-between;padding-bottom:2vh}.build-option,.gem-option,.pet-option{display:flex;flex-direction:column}.gem-options{padding-top:2vh}.build-option>.content>span:not(:last-child){margin-bottom:1vh}.build-option>.title{margin-bottom:1.5vh}.build-option>.content{flex:1;display:flex;flex-direction:column;justify-content:space-around}.gem-option{min-width:8vw}.gem-option,.pet-option{width:40%}.gem-option .content,.pet-option .content{width:50%;align-items:flex-start}.gem-option .skill-and-name-row,.pet-option .skill-and-name-row{display:flex;width:100%;justify-content:space-between;align-items:center}.gem-option .skill-and-name-row>img,.pet-option .skill-and-name-row>img{margin-right:1.5vw}.pet-option .skill-and-name-row>span{flex:1}.skill-and-name-row>span{text-align:right}.gem-option>.title{display:flex;flex-direction:column;gap:.75vh;margin-bottom:1.15vh}.gem-option>.title>img{align-self:center}.engraveImgName{display:flex;gap:.5vw;align-items:center;color:var(--bodyFCStrong)}.ClassInfoSectionNotes{margin:1vh;width:100%;margin-top:0;margin-bottom:0}.ClassInfoSectionNotes>ul{margin-top:0;padding-top:0;margin-bottom:0;padding-bottom:0}li:not(:last-child){margin-bottom:.35rem}.ClassInfoAltEng{width:85%;margin-left:5%;justify-content:center;align-items:center}.wrap{flex-wrap:wrap}.ClassInfoAltEng>.flex-row{flex-wrap:wrap;justify-content:space-between}.ClassInfoAltEng>.flex-row>span:not(:last-child){margin-bottom:2vh}.ClassInfoAltEng>.flex-row>span>ul{margin-left:0;margin-right:0;padding-left:0;padding-right:0}.roadmap-inlist{width:80%;margin-left:10%}.skill-row .skill-and-name-row>span{text-align:left!important}.skill-and-name,.rune-and-name{display:flex;flex-direction:column;align-items:center}.card-row{justify-content:space-between;align-items:center}.align-center{align-items:center}.card-column{width:100%}.card-section:not(:last-child){margin-bottom:3vh}.card-section>.center:last-child{align-self:center}.card-section>.flex-row{justify-content:center;align-items:space-around;flex-wrap:wrap}.card-section .section-title{font-weight:700;width:100%;text-align:center;margin-bottom:.8vh}.card-section .section-description{width:100%;margin-top:0;padding-top:0}.section-sets{align-self:center}.card-section>.section-sets>.card-set:not(:last-child){margin-bottom:1.8vh}.card-set{align-items:center;padding-top:1.2vh;padding-bottom:1.2vh;padding-left:2vw;padding-right:2vw}.card-set>.set-name{font-weight:700;justify-content:center;text-align:center;width:100%;border-bottom:1px solid var(--minorBorderPlain);margin-bottom:.55vh}.card-set>.card-set-body{width:100%;border-bottom:1px solid var(--minorBorderPlain)}.card-set>.card-set-body>*{width:50%}.card-set>.card-set-body:first-child{border-right:1px solid var(--minorBorderPlain)}.ClassInfoCards>.flex-column{width:100%}.card-list{align-self:center;display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;min-width:95%;margin-top:1.25vh}.embeddedCard{width:4.5vw;height:7vw}.skill-and-name{text-align:center}.skills-list .skill-and-name-row{display:flex;min-width:20%;max-width:20%;gap:1.5vw}.skill-runes>.skill-and-name-row{max-width:80%;min-width:80%;gap:1.5vw;align-self:flex-end;justify-content:space-between}.skill-level-priority .skill-and-name-row{justify-content:space-between}.pet-option>.content>.skill-and-name-row>.flex-column{align-items:center;flex:1}.pet-option>.content{gap:1.25vh}.ClassInfoPets>.flex-column{align-items:center}.both-gems{width:100%;justify-content:space-around}.align-center{align-items:center}.obvious-link{color:var(--minorBorderBlue);cursor:pointer;text-decoration:underline}ul>li{line-height:155%}.show-button{background-color:var(--bodyInteractableBGC);border-color:var(--minorBorderBlue);color:var(--bodyInteractableFC);width:15%;align-self:center;margin-top:1.65vh}.hidden-items{visibility:hidden;max-width:0;max-height:0;position:absolute}.text-center{text-align:center}.delta{background-color:var(--colorDelta)}.justify-center{justify-content:center}.table-subsection-body{padding-top:.5rem}#loot-appraisal .table-subsection-body.columns-possible>*{display:flex;flex-direction:column}#main-content{overflow:auto}.elementHeader{text-align:center}.elementHeader>span{display:flex;justify-content:center;align-items:center}h1{font-weight:400;font-size:normal}.guide-content{max-width:var(--guide-content-width);align-self:center;margin-top:5vh;margin-bottom:5vh;flex:1}.guide-body{display:flex;flex-direction:column;gap:var(--guide-text-gap);align-self:center;width:80%;margin-top:2.5rem;color:var(--bodyFCLight);padding-bottom:2.5vh;line-height:var(--guide-body-line-height)}.guide-body.no-margin{margin:0}.regular-line,.embed-list{width:var(--line-width);align-self:center;line-height:var(--guide-body-line-height)}.regular-line,.embed-list,.guide-caption{font-size:1.2rem}.article-subtitle{width:var(--line-width);align-self:center;text-align:center;background-color:var(--colorEpsilon);color:var(--bodyFCStrong)}.full-width{width:100%}.img-and-caption{display:flex;flex-direction:column;align-items:center;align-self:center;gap:2vh}.img-preamble{margin-bottom:-2rem}.guide-img,.table{max-width:var(--guide-img-maxwidth);max-height:var(--guide-img-maxwidth);align-self:center}.table{min-width:51vw;max-width:var(--line-width)}.guide-images{width:var(--guide-img-maxwidth);display:flex;flex-wrap:wrap}.guide-images img{max-width:calc(var(--guide-img-maxwidth)/2);max-height:calc(var(--guide-img-maxwidth)/2);align-self:center}.guide-caption{max-width:var(--guide-caption-maxwidth);align-self:center;text-align:center;margin-top:var(--guide-caption-margintop)}.guide-caption>span{line-height:var(--guide-caption-line-height)}.guide-new-point{margin-top:3vh}.guide-body .embed-list{margin-top:0;padding-top:0;align-self:center;max-width:var(--guide-caption-maxwidth);line-height:var(--guide-caption-line-height)}.guide-body .embed-list+*{margin-top:var(--guide-body-ul-vert-margins)}#main-content{overflow-x:hidden}@media screen and (max-width:799px){.card>img{height:4.5rem!important}.guide-body{width:100%!important}.regular-line{width:85vw;line-height:172%}.regular-line,.embed-list,.guide-caption{font-size:1rem}.table{min-width:100vw!important}.article-subtitle{width:100vw;margin-bottom:-.2rem;margin-top:2.5vh;padding-top:.85rem;padding-bottom:.85rem;font-size:1.045rem}.cards-html .gradient-partition-gold{height:.3px}.guide-img{overflow:auto}:root{--guide-text-gap: 1rem;--guide-img-maxwidth: 100vw;--guide-imgrow-width: 70vh;--guide-imgrowimg-maxwidth: 35vh;--line-width: 92vw}}@media screen and (min-width:800px){#navTabs{justify-content:space-evenly}.guide-body{width:100%!important}.regular-line{line-height:172%}.article-subtitle{margin-bottom:-.2rem;margin-top:.4rem;padding-top:.85vh;padding-bottom:.85vh;font-size:1.045rem}.table{}:root{--guide-text-gap: calc(1.5vw + 2.5vh);--guide-caption-margintop: calc( 0.5vh - var(--guide-text-gap));--guide-body-ul-vert-margins: calc( 2vh - var(--guide-text-gap));--guide-img-maxwidth: 70vw;--guide-caption-maxwidth: 65vw;--guide-body-line-height: 170%;--guide-caption-line-height: 120%;--guide-content-width: 80vw;--line-width: 78vw}.guide-img{margin-bottom:.5rem}}@media screen and (min-width:1000px){#navTabs{justify-content:space-evenly}}@media screen and (min-width:1100px){#navTabs{justify-content:space-evenly}}@media screen and (min-width:1200px){#navTabs{justify-content:space-evenly}:root{--guide-text-gap: calc(2.5vh);--guide-body-ul-vert-margins: calc( 2vh - var(--guide-text-gap));--guide-caption-marginbottom: 2vh;--guide-img-maxwidth: 51vw;--guide-caption-maxwidth: 42vw;--guide-body-line-height: 180%;--guide-caption-line-height: 190%;--guide-content-width: 80vw;--line-width: 51vw}.squeezed-img{max-width:51vw;max-height:51vw}.guide-img{}.guide-caption{margin-top:-3vh;margin-bottom:var(--guide-caption-marginbottom)}}@media screen and (min-width:1400px){#navTabs{}}.table{align-self:center;display:flex;flex-direction:column;background-color:var(--colorDelta);padding-bottom:1rem}.table-header-row,.table-titles,.table-body{padding-left:1rem;padding-right:1rem}.table-header{background-color:var(--colorEpsilon);display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:1rem;font-size:1.05rem;color:var(--bodyFCStrong)}.table-subsection{flex:1;display:flex;flex-direction:column}.card-set-body,.card-set-notes .flex-row{align-items:center}.table-subsection-header,.table-subsection>:first-child:not(.table-header-row){background-color:var(--colorEpsilon);border-bottom:1px solid var(--minorBorderBlue);display:flex;flex-direction:column;padding-top:1.25vh;padding-bottom:.5vh;align-items:center}.table-subsection-header{flex-direction:row;gap:4vw;justify-content:space-around;padding-left:1.25vw;padding-right:1.25vw}.table-subsection-header>span{text-align:center}.table-titles{background-color:var(--colorEpsilon);border-bottom:1px solid var(--minorBorderBlue)}.table-titles,.table-body-row{display:flex;padding-top:1.25vh;padding-bottom:.5vh;align-items:center;justify-content:space-around;text-align:center}.tb-engraves,.tb-tier,.tb-type,.tb-sp,.tb-ep{text-align:center}.tb-engraves{flex-basis:15%}.tb-tier{flex-basis:10%}.tb-type{flex-basis:10%}.tb-sp{flex-basis:15%}.tb-ep{flex-basis:30%}.tb-sp{flex-basis:15%;display:flex;flex-direction:column;justify-content:space-around}.tb-ep{flex-basis:30%;display:flex;flex-direction:column;justify-content:space-around}.tb-entry{text-align:center}.tb-col{display:flex;flex-direction:column;gap:.75rem}.tb-gdps{flex-basis:25%}.gd-sup{flex-basis:25%}.sub-sup{flex-basis:25%}.tb-pr{flex-basis:25%}.stats .table-body-row .table-subsection-body>:first-child{padding-top:1vh}.table-subsection>:not(:first-child){display:flex;flex-direction:column;flex:1;gap:1.5vh;align-items:center;padding-top:1vh;padding-bottom:1vh}.inline-icon{margin-left:.4rem;margin-right:.4rem;width:1.3rem!important;height:1.3rem!important;align-self:center;margin-bottom:-.2em}.quest-icon{margin-right:.15vw}.maxroll-link{color:#087cf4}.ArgosEngravingCountTable .table-subsection-body>span{height:7vh}.ArgosEngravingCountTable .table-subsection-body>:last-child{height:3.5vh}.pet-bonus-table>.flex-row,.pet-proof{gap:2.5vw;justify-content:space-around}.pet-bonus-table>.table-header{padding-top:0}.pet-bonus-table>:not(:first-child){padding-left:1.5vw;padding-right:1.5vw;padding-bottom:2vh;width:51vw}.cards-header{height:auto!important;padding:0!important}.cards-header .title{font-size:1.065rem;align-items:center!important;padding-top:.6rem;padding-bottom:.3rem}.cards-header .subtitle{height:50%;width:100%;display:flex;align-items:center}.cards-header .subtitle>*{padding-bottom:.6rem;padding-top:.6rem;flex-basis:0;height:100%;align-self:center;color:inherit}.cards-header .subtitle>a:hover{box-shadow:inset 0 0 100px 100px rgba(255,255,255,.1);cursor:pointer}.header-wrapper{position:fixed;width:100vw;z-index:-1}#content-body{position:absolute;z-index:50;overflow:scroll;max-width:100vw;max-height:100vh;margin-top:0}#faux-header{margin-bottom:-2px}.cards-header .subtitle>*{flex-grow:1}.cards-header #btn-explanation{flex-grow:.55}.cards-header #btn-chart{flex-grow:.25;justify-content:flex-end}.cards-header #ilvls{flex-grow:1.15;display:flex;justify-content:space-around;padding:0}.cards-header #ilvls>*{padding-bottom:.6rem;padding-top:.6rem;text-align:center;flex-grow:1;flex-basis:0;height:100%}.engravings .cards-header{background-color:var(--bodyBGCAlt)}#eng-row{border-bottom:1px solid var(--minorBorderPlain)}.scrollbar-measure{width:100px;height:100px;overflow:scroll;position:absolute;top:-9999px}.space-between{justify-content:space-between}.space-around{justify-content:space-around}.align-center{align-items:center}.align-self-center{align-self:center}.rounded{border-radius:50%}.zero-zero{position:absolute;max-width:0;max-height:0;overflow:hidden}.ClassInfoRunes .embeddedIcon{height:3vw;width:3vw}#gem-sources .embed-list>li:not(:last-child){margin-bottom:2vh}.card-set{visibility:hidden}.card-set>*:not(.set-name){max-width:calc(100% - 3rem);padding-left:1.5rem;padding-right:1.5rem}.card-set>:last-child{padding-bottom:1rem}.card-sources{border-top:1px solid var(--minorBorderPlain);padding-top:1rem;width:100%;gap:1.15rem}.card-sources .flex-row{width:100%;justify-content:space-between;align-items:center}.align-self-center{align-self:center}.card-sources .flex-row>*{text-align:right;overflow:wrap}.card-sources>.flex-row>*:first-child{max-width:30%;display:flex;align-items:center}.card-sources>.flex-row>*:last-child{max-width:60%;display:flex;flex-direction:column;gap:.4rem}.card-sources>.flex-row>*:last-child .flex-row{justify-content:flex-end!important}.cards-html .set-list{gap:0}.cards-html .gradient-partition-gold{width:100%;height:1px;margin-top:6vh;margin-bottom:6vh;background:linear-gradient(to right,transparent 0%,var(--bodyBGCAlt) 10%,var(--headerFC) 50% 50%,var(--bodyBGCAlt) 90%,transparent 100%)}.cards-html .card-set{width:51vw;align-self:center;background-color:var(--colorDelta);padding:0}.cards-html .informal-row>:last-child{min-width:70%;max-width:70%;text-align:right}.cards-html .informal-row>:last-child{min-width:70%;max-width:70%;text-align:right;gap:.75rem}.cards-html .card-set .set-name{background-color:var(--colorEpsilon);display:flex}.fb-35{flex-basis:35%}.fb-65{flex-basis:65%}.navTabExpandMenu{position:absolute;top:50%;visibility:hidden}.rapport-subtitle{margin-bottom:.5rem!important}#rapport-table-titles{padding-left:calc(1vw );padding-right:calc(1vw )}.una-subtitle{padding-right:1vw;padding-left:1vw}#rapport-table-titles .btn-col,.una-subtitle .btn-col{visibility:hidden;max-height:0}.una-box:not(:last-child),.rapport-row:not(:last-child){flex-wrap:wrap;padding-bottom:1.125vh;padding-top:1.125vh}.una-box:last-child,.rapport-row:last-child{padding-bottom:1.185vh;padding-top:1.125vh}.gradient-partition{height:1px;width:100%;background:linear-gradient(to right,transparent 0%,var(--bodyBGCAlt) 13%,var(--minorBorderPlain) 40% 60%,var(--bodyBGCAlt) 87%,transparent 100%)}.article-subtitle>.flex-row{justify-content:space-around}.article-subtitle+.regular-line>ul:first-child:not(.exception){margin-top:0;padding-top:0;margin-bottom:0}.una-subtitle>.flex-row,.rapport-subtitle>.flex-row,.una-box>.flex-row,.rapport-row>.flex-row{min-width:100%;justify-content:space-around;max-width:100%;align-items:center}.una-box>.flex-row:last-child,.rapport-row>.flex-row:last-child{padding-bottom:0;border-bottom:0}.una-subtitle>.flex-row>*,.rapport-subtitle>.flex-row>*,.una-box>.flex-row>*:not(.btn-col),.rapport-row>.flex-row>*:not(.btn-col){justify-content:center;align-items:space-between;position:relative;gap:.5vh;overflow-wrap:anywhere}.icon-and-name,.reward{padding-left:0}.icon-and-name,.reward{padding-right:0}.una-subtitle>.flex-row>*>*,.rapport-subtitle>.flex-row>*>*,.una-box>.flex-row>*:not(.btn-col)>*,.rapport-row>.flex-row>*:not(.btn-col)>*{align-self:center;text-align:center}.rapport-row>.flex-row>*{display:flex;flex-direction:column;align-items:center;justify-content:space-around}.icon-and-name>span{display:flex;width:100%;gap:.5rem;text-align:left}.text-align-left{text-align:left}.text-align-right{text-align:right}.gap-1rem{gap:1rem}.pad-sides{padding-left:1rem;padding-right:1rem}.top-0{padding-top:0;margin-top:0}.bottom-0{padding-bottom:0;margin-bottom:0}.pd-top{margin-top:.5rem}.pd-top-{margin-top:-.5rem}.pd-bot{margin-bottom:1rem}.pd-bot-{margin-bottom:-.5rem}.no-link-styling{text-decoration:none}.icon-and-name>span>span{text-align:left}.icon-and-name:not(.icon-and-name-title){color:#73993c}.major-subtitle,.elementHeader{padding-top:.5vh;padding-bottom:.5vh}.major-subtitle{margin-bottom:-1.15rem}.tasks-list{position:relative}.atts>.flex-row{gap:2.85rem;flex-wrap:wrap;justify-content:center!important;width:100%}.rapport-row:not(:last-child),.una-box:not(:last-child){border-bottom:1px solid var(--minorBorderPlain)}.rapport-row .npc-name{min-width:15%;max-width:15%}.rapport-row .location{min-width:15%;max-width:15%;gap:1.15rem}.rapport-row .trust{min-width:20%;max-width:20%}.rapport-row .trust>*{width:100%;display:flex;justify-content:center}.rapport-row .trust>*>*:not(.dot){margin-right:2.2rem}.rapport-row .atts{min-width:20%;max-width:20%}.rapport-row .song>span:not(.default){text-decoration:underline;cursor:pointer}.rapport-row{justify-content:center}.npc-name{justify-content:center!important;text-align:center}.npc-name>img{margin-right:0}.npc-name>span{margin-right:0;text-align:center}.npc-name>img{margin-bottom:.1rem}.reward{display:flex;flex-direction:column;align-items:flex-start!important}.article-subtitle .reward{max-width:100vw}.reward .flex-row{width:100%;flex-wrap:wrap}.reward>*{margin-bottom:1.5vh}.atts{align-self:center!important}.reward{min-width:10%!important;max-width:10%!important;justify-content:center}.reward>.flex-row{justify-content:flex-start;align-items:center}.reward>.flex-row>:first-child{margin-right:1.6rem}.reward img{min-width:1.65rem;min-height:1.65rem}.reward>img{align-self:flex-start!important}.song-row{display:flex;gap:2rem;justify-content:center}.unas-tasks-body .major-subtitle{margin-top:3vh}.tasks-list ul{margin-top:.5vh;margin-bottom:1vh}.tasks-list{width:100%;padding-top:1.2vh;padding-bottom:1.2vh}.tasks-list .rewards-row{display:flex;gap:5rem;flex-wrap:wrap;align-self:center;max-width:80%;align-items:center;justify-content:center}.una-box{max-width:100%;position:relative}.una-box .flex-row>*:not(.btn-col){text-align:center}.tasks-list .article-subtitle #chckplaceholder{min-width:1.35rem;height:1.35rem}.tasks-list .article-subtitle .icon-and-name{color:var(--bodyFCStrong)!important}.expl-notes{display:none;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;margin-top:.5rem}.expl-notes{width:85%;margin-left:7.5%;text-align:center}.rapport-row,.tasks-list,.una-subtitle,.rapport-subtitle{padding-left:1vw;padding-right:1vw}.una-subtitle,.rapport-subtitle{width:calc(100% - 2vw)}.other-collectibles .icon{min-width:10%;max-width:10%;text-align:center;display:flex;flex-direction:column;align-items:center}.other-collectibles .location{text-align:center;display:flex;flex-direction:column;align-items:center}.other-collectibles .times{min-width:30%;max-width:30%;text-align:center;display:flex;flex-direction:column;align-items:center}.other-collectibles .activity{min-width:40%;max-width:40%;text-align:right}.DCEbody{padding-bottom:1.25vh}.FCKindness{color:#fee93d}.FCCourage{color:#a562de}.FCCharisma{color:#e99fbb}.FCWisdom{color:#62caf4}.FCNormal{color:#c39d04}.FCAmicable{color:#63c819}.FCTrusted{color:#1787dd}.FCFriendly{color:#10ab95}.FCAffectionate{color:#b5696a}.FCGeneric{color:var(--headerFC)}.FCInstant{color:#a0ec35;color:#8ef803}.FCShort{color:#539120}.FCMedium{color:#fee93d}.FCLong{color:#db0c0a}.temp-header-title{align-self:center;font-size:1.3rem}.screen-overflow-auto{width:100%;overflow:auto}.full-width{width:100%!important}.space-around{justify-content:space-around}.card{max-width:14%!important;display:flex!important;flex-direction:column!important}.card>img{height:6rem;width:100%;align-self:center;margin-right:1%}.card>span{max-height:2rem;font-size:.9rem;overflow:hidden;align-self:center;text-align:center}@media screen and (max-width:799px){.trust>*{flex-direction:column;align-items:center;overflow-wrap:normal}.rapport-npc-img{max-width:3rem;max-height:3rem}.npc-name>span,.trust>*>span{font-size:var(--textsize1)!important}.atts>.flex-row{gap:1.15rem}.rapport-row{padding-bottom:1.2rem;padding-top:1.2rem}.table{width:100vw!important}#chooseAClass>.elementHeader{padding-top:0}#chooseAClassLimits{width:100%}#classPowerCategories{width:94%;margin-left:3%}.build-option,.gem-option,.pet-option{padding-top:4%;padding-bottom:4%}.ClassInfoSection{padding-left:2vh;padding-right:2vh;padding-top:2vh;padding-bottom:2vh}.both-gems{justify-content:center}.skill-and-name-row{display:flex;align-items:center;gap:.5vw;min-width:20%;max-width:20%;flex-wrap:wrap;text-align:center;width:100%}.skill-and-name-row{gap:1.3vw}.embeddedIcon{height:1.85vh;width:1.85vh}.ClassInfoAltEng>.flex-row>span{min-width:270px;max-width:270px}.skills-list{margin-top:2.2vh;margin-bottom:2.2vh}.ClassInfoSectionNotes>ul{min-width:215px;display:flex;flex-direction:column;justify-content:center;color:var(--bodyFCLight)}ul{margin-left:3vw;padding-left:3vw}.gem-option>.title>img{width:5vh;height:5vh}.section-sets{width:100%}.ClassInfoCards{width:100%;margin-left:0;position:relative}.ClassInfoCards ul{margin-left:3vw;padding-left:3vw;min-width:215px}.ClassInfoSubsection{width:100%!important}.card-section .flex-row{justify-content:center!important}.card-section .flex-row>*:not(:last-child){margin-bottom:1.6vh}.card-list{width:90%;justify-content:space-around}.card-set ul{width:85%}.elementHeader{height:4.7rem;padding-left:3rem;padding-right:3rem}.cards-html .section-sets{}.cards-html .card-set{width:100%!important}.cards-html .informal-row>*{line-height:140%}}.both-gems{margin:-2vh 0 0}.offset-flexrow-topmargin{margin-bottom:2vh}.both-gems>*{margin:2vh 0 0}@media screen and (min-width:800px){#chooseAClassLimits{margin-left:15%;width:70%}#classPowerCategories{margin-left:20%;width:60%}.ClassInfoSections{width:100%}.ClassInfoSection{padding-left:2vw;padding-right:2vw;padding-top:2.5vw;padding-bottom:2.5vw}.embeddedIcon{height:1vw;width:1vw}.ClassInfoAltEng>.flex-row>span{min-width:350px;max-width:350px}.section-sets{width:85%}.ClassInfoCards{width:85%!important;margin-left:7.5%;position:relative}.card-section .flex-row{padding:3px}.elementHeader{height:3rem}}.major-subtitle{font-size:1.11rem}.gapless{margin-bottom:0!important;padding-bottom:0!important;margin-top:1.5rem}.gapless>:first-child{margin-top:0!important;padding-top:0!important}#all.engravings #main-content{color:var(--bodyFCStrong);overflow:hidden}#all.engravings .DCE{}#similar-span{position:absolute;max-width:100vw;max-height:100vh}:root{--eng-chart-size-unit: 1.15rem}.class-column{position:absolute;z-index:6;background-color:var(--bodyBGCAlt)}#chart-body{margin-left:var(--class-row-width)}.class-row{width:calc( 15rem + 1px);font-size:var(--eng-chart-size-unit);color:var(--bodyFCStrong);padding-left:.75rem;padding-right:.75rem;display:flex;align-items:center;gap:.5rem;cursor:default}.class-name{flex-basis:2;overflow:hidden;text-align:center}.class-row>img{width:1.7rem;max-height:1.7rem;filter:brightness(.8) sepia(1)}.class-builds{margin-left:auto;max-width:calc(1.7rem + 0.75rem);display:flex;flex-direction:column}.class-builds img{height:var(--build-img-size);width:var(--build-img-size);padding-top:var(--build-gap);padding-bottom:var(--build-gap)}.data-rows{display:flex;flex-direction:column;width:var(--data-row-width);min-width:calc(100vw - var(--class-row-width))}.data-row{display:flex;align-items:center;height:var(--build-img-size);padding-top:var(--build-gap);padding-bottom:var(--build-gap);cursor:default}.data-row>*{min-width:var(--data-entry-width);text-align:center;color:var(--bodyFCLight)}.class-row.gunner{background-color:var(--grp3-bgc-)}.gunner{background-color:var(--grp3-bgc)}.assassin{background-color:var(--grp1-bgc)}.mage{background-color:var(--grp4-bgc)}.martial-artist{background-color:var(--grp5-bgc)}.frontline{background-color:var(--grp2-bgc)}#back-to-chart{position:absolute;z-index:5;background-color:var(--bodyBGCAlt);width:calc(var(--class-row-width) + 1px);display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;position:relative;border-right:1px solid var(--minorBorderPlain);position:relative;cursor:default;margin-left:-1px}.cat-sel-btn{width:50%;height:50%;display:flex;align-items:center;justify-content:center}#eng-row{display:flex;width:calc(var(--class-row-width) + var(--data-row-width));z-index:61;background-color:var(--bodyBGCAlt);margin-top:-1px}#test{}#rows{max-width:100vw!important;margin-top:var(--eng-row-height)}.header-wrapper{z-index:62}#top-scroll-wrapper{overflow:hidden}:root{--data-entry-width: 6.25rem;--build-img-size: 1.7rem;--build-gap: 0.9rem;--class-row-height: calc(2 * var(--build-img-size) + 3 * var(--build-gap));--class-row-width: calc(15rem + 2 * 0.75rem );--eng-row-height: 7.35rem;--data-row-width: 0vw;--grp1-bgc: rgba(166, 35, 166, 0.2);--grp2-bgc: rgba(29, 85, 163, 0.2);--grp3-bgc: rgba(176, 97, 2, 0.2);--grp3-bgc-: rgba(177, 97, 2, 0.2);--grp4-bgc: rgba(180, 36, 37, 0.2);--grp5-bgc: rgba(7, 125, 124, 0.2)}.engraving{width:var(--data-entry-width);height:6rem;padding-top:1rem;padding-bottom:.35rem;overflow:hidden;display:flex;flex-direction:column;cursor:default;align-items:center;justify-content:space-around;z-index:0}.engraving>img{width:1.7rem;height:1.7rem}.engraving>span{display:flex;justify-content:center;align-items:center;padding-left:1rem;padding-right:1rem;min-height:2.5rem;max-height:2.5rem;font-size:1.1rem;text-align:center;color:var(--bodyFCStrong)}.data-row:hover,.hover-highlight:hover{box-shadow:inset 0 0 100px 100px rgba(255,255,255,.1)}.engraving,.class-row{cursor:pointer}.btn:hover{box-shadow:inset 0 0 100px 100px rgba(165,165,165,.1);cursor:pointer}.select-highlight{box-shadow:inset 0 0 100px 100px rgba(255,255,255,.1);cursor:pointer}#desc-div{position:absolute;width:calc(100vw - var(--class-row-width) - 1.1rem - 6rem);height:calc(100vh - var(--class-row-height));padding:3rem;padding-top:2rem}#desc-div>.flex-column{align-items:center;width:100%;position:relative;cursor:default}#desc-div #title{display:flex;align-items:center;font-size:1.1rem;font-weight:700}#desc-div #title>img{width:2rem;height:2rem;margin-right:1rem}#eng-price{min-width:20rem;margin-top:1.5rem;margin-bottom:1.5rem}#cls-seal-price{width:100%}#eng-price,#cls-seal-price{display:flex;justify-content:space-between;align-items:center}#eng-price,#cls-seal-price img{width:1rem;height:1rem}#eng-price #kr>*,#eng-price #euna>*,#cls-seal-price #kr>*,#cls-seal-price #euna>*{display:flex;gap:3px;align-items:center}#eng-price .krprice,#cls-seal-price .krprice{color:var(--bodyFCLight)}#desc-div #effect,#desc-div #notes{line-height:170%;font-size:1.25rem;margin-bottom:1.5rem;width:85%;align-self:center}#desc-div #effect{text-align:center}#desc-div .overflow-img{margin-top:.5rem;margin-bottom:.5rem}#desc-div #notes{color:var(--bodyFCLight)}#desc-div #stats{display:flex;justify-content:space-between;flex-wrap:wrap;width:85%;padding-left:1rem;padding-right:1rem;border:1px solid var(--minorBorderPlain);position:relative}.overflow-img{max-width:100%;display:flex;overflow:auto}#eng-type{display:flex;min-width:20rem;justify-content:space-between;align-items:center;padding-top:.75rem;align-self:center}#info-btn{padding:.5rem;border-radius:50%;border:1px solid #04b4ff;height:1rem;width:.7rem}#desc-div #stats .flex-row{align-items:center;width:46%;max-width:300px;margin-bottom:1rem}#desc-div #stats .flex-row #name{flex-grow:1;text-align:left;max-width:10rem;margin-right:.25rem}#desc-div #stats .flex-row #pop{}#desc-div #stats .flex-row #meter{position:absolute;right:0;width:5px;background-color:red}#desc-div #stats img{width:1.65rem;height:1.65rem;margin-right:1rem}.FCBrightGrn{color:#96be25}#desc-div #build-columns{display:flex;width:100%;justify-content:space-around;margin-top:2rem;flex-wrap:wrap}#desc-div #build-columns .build-column-template{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem}#desc-div #build-columns .build-column-template #icon-and-name{display:flex;align-items:center}#desc-div #build-columns .build-column-template #icon-and-name img{width:1.65rem;height:1.65rem;margin-right:1rem}#desc-div #build-columns .build-column-template #relative-pop{width:100%;height:1.5rem;padding:.25rem;border:1px solid;border-color:rgba(255,255,0,.4);display:flex;align-items:center;justify-content:flex-end;position:relative}#desc-div #build-columns .build-column-template #relative-pop #meter-fill{height:100%;position:absolute;left:0;background-color:#ff0;opacity:.225;z-index:0}#desc-div #build-columns .build-column-template #relative-pop #meter-text{color:var(--bodyFCLight);font-weight:700}#fall-off-graph{display:flex;flex-direction:column;justify-content:space-between;border-left:1px solid red;width:100%;height:5rem;align-items:flex-start}.graphbar{width:100%;height:1rem;padding:.25rem;display:flex;align-items:center;justify-content:flex-end;position:relative}.graphbar #meter-fill{height:100%;position:absolute;left:0;background-color:maroon;opacity:.225;z-index:0;border:1px solid;border-color:rgba(255,0,50,.55)}.graphbar #meter-text{color:var(--bodyFCLight)}.graphbar #ilvl-range{position:absolute;right:calc(100% + 1rem)}.FCRed{color:#ff6464}#eng-share-cls{margin-top:2.5rem}#eng-share-cls,#shared-engraving-display{width:100%;position:relative;min-height:5.5rem;display:flex;justify-content:center;align-items:center;border:1px solid var(--minorBorderPlain);padding:.7rem;font-size:1rem;overflow:hidden}#eng-share-cls .title,#shared-engraving-display .title,#stats-title{position:absolute;top:1rem;font-size:1.15rem;left:1.4rem;width:100%;height:2.5rem}#stats-title img{padding-right:0;margin-right:.5rem!important}#shared-engs{display:flex;flex-wrap:wrap;z-index:5;padding:1rem;gap:1rem;justify-content:space-around;padding-top:2rem}#stats #shared-engs{padding-top:3rem}#shared-engs img{width:1.65rem;height:1.65rem}#shared1-eng-tmpl,#shared2-eng-tmpl{gap:.5rem}#shared-engs .cls-and-eng{gap:.8rem}#shared-engs .sum{align-self:center}#eng-share-cls .placeholder,#shared-engraving-display .placeholder{position:absolute;width:70%;height:80%;display:flex;justify-content:center;align-items:center;text-align:center;font-size:1.7rem;opacity:.25;overflow:hidden}#shared-engs>*{padding:1rem}#eng-share-cls #shared-engs>*:hover{box-shadow:inset 0 0 100px 100px rgba(255,255,255,.1);cursor:pointer}#desc-div #notes,#stats{width:75%!important;padding-left:0!important;padding-right:0!important}.eng-class{cursor:default;pointer-events:none}@media screen{@-ms-viewport{width:device-width;}}@media screen and (max-width:767px){#filter-infoboxes{width:75%}#eng-share-cls,#shared-engraving-display{}#fall-off-graph-title{margin-top:.7rem;margin-bottom:0}#desc-div{width:calc(100vw - 4.75rem)}#desc-div #effect,#desc-div #notes{font-size:.9rem}#desc-div .title{font-size:1rem}#desc-div #build-columns .build-column-template{min-width:30vw;max-width:30vw}#desc-div #icon-and-name{overflow:hidden;font-size:.9rem;max-height:1.5rem}#icon-and-name span{align-self:flex-start}#shared-engs>*{min-width:15%}#shared-engraving-display,#stats,#eng-share-cls{padding-top:1.5rem}body{position:fixed}.class-row{width:3.25rem}#back-to-chart{font-size:.5rem;border-bottom:1px solid var(--minorBorderPlain)}.engraving{height:2.5rem;padding-top:.2vh;padding-bottom:.2vh;gap:0;justify-content:space-between}.engraving>img{height:1.35rem;width:1.42rem}.engraving>span{font-size:.6rem;min-height:0;max-height:.8rem;overflow:hidden;align-items:flex-start}:root{--class-row-width: 4.75rem;--eng-row-height:3rem;--build-img-size: 1.2rem;--build-gap: 1.5vh}.elementHeader{max-height:2.5rem}.elementHeader .title{font-size:.75rem;margin-bottom:-11px}.elementHeader .subtitle>*{font-size:.65rem;padding-top:0;padding-bottom:0}#stats,#shared-engraving-display{margin-bottom:3rem}#eng-row,#back-to-chart,.cards-header{background-color:var(--headerBGC)!important;margin-left:-1px;margin-top:-1px}#all{background-color:var(--headerBGC)!important}#eng-row{padding-bottom:.25rem;padding-top:.25rem}#back-to-chart{height:calc(var(--eng-row-height));padding-top:.25rem;border:none}.class-column>.flex-column>*:first-child{padding-top:1.2rem}.data-row:first-child{padding-top:calc(var(--build-gap) + var(--build-img-size))}.data-row{height:var(--build-img-size);padding-top:var(--build-gap);padding-bottom:var(--build-gap);font-size:.6rem}#main-content{min-width:100vw;min-height:100vh;max-width:auto;max-height:auto}*/ #navTabs{justify-content:space-around;padding-left:2.5rem;padding-right:2.5rem}.major-subtitle{margin-bottom:.35rem}.icon-and-name{display:flex;flex-direction:column;min-width:37%;max-width:37%}.ilvl{min-width:10%;max-width:10%}.location{min-width:10%;max-width:10%}.count{min-width:10%;max-width:10%;display:flex;flex-direction:column}.other-reqs{min-width:10%;max-width:10%}.reward{flex-basis:1;flex-grow:.15!important;gap:1rem}}.book-prices-html table{width:150vw;display:table;border:1px solid var(--bodyFCLight);align-self:center;border-collapse:collapse}.book-prices-html table tbody tr td{font-size:var(--textSize7);padding-top:1vh;padding-bottom:1vh;color:var(--bodyFCLight);text-align:center}.book-prices-html table tbody tr:first-child th{border-bottom:1px solid var(--minorBorderPlain);font-size:var(--textSize7);padding-top:1.5vh;padding-bottom:1vh;color:var(--bodyFCStrong)}.book-prices-html table tbody tr:first-child+tr td{padding-top:3vh}.book-prices-html table tbody tr:last-child tr td{padding-bottom:3vh}.book-prices-html #row-template img{width:2.15rem;height:2.15rem;margin-left:3.5vw}.book-prices-html #row-template .icon{}.book-prices-html input::placeholder{text-align:center}.book-prices-html input{width:8rem;height:2rem;font-size:var(--textSize6)}.book-prices-html{font-size:var(--textSize6)}.book-prices-html .embeddedIcon{min-height:var(--textSize7)!important;min-width:var(--textSize7)!important;margin-right:1rem}:root{--FCRed: rgb(255, 100, 100);--FCWarningRed: rgb(255, 35, 35);--FCAmicable: #63c819}@media screen and (max-width:1279px){.rapport-html,.una-html{font-size:1.4rem!important}#shared-engs>*{min-width:15%}}@media screen and (max-width:590px){.reward>.flex-row>span{margin-top:.8rem;text-align:right}.reward>.flex-row:not(:last-child)>span{margin-bottom:1.2rem}}@media screen and (min-width:768px){#filter-infoboxes{width:80%}#eng-share-cls,#shared-engraving-display{}#fall-off-graph-title{margin-top:.7rem;margin-bottom:0}.build-column-template{min-width:18rem;max-width:18rem}.icon-and-name{display:flex;flex-direction:column;min-width:20%;max-width:20%}.ilvl{min-width:10%;max-width:10%}.location{min-width:10%;max-width:10%}.count{min-width:10%;max-width:10%;display:flex;flex-direction:column}.other-reqs{min-width:10%;max-width:10%}.reward{flex-basis:1;flex-grow:.15!important;gap:1rem}}@media screen and (min-width:1140px){#filter-infoboxes{width:70%}.atts>.flex-row>*:nth-of-type(odd){margin-left:20%}.atts>.flex-row>*:nth-of-type(even){margin-right:20%}.atts>.flex-row>*:nth-of-type(odd):last-child{margin:0}.atts.affectionate>.flex-row>*:nth-of-type(odd){margin-left:10%}.atts.affectionate>.flex-row>*:nth-of-type(even){margin-right:10%}.icon-and-name{display:flex;flex-direction:column;min-width:15%;max-width:15%}.ilvl{min-width:10%;max-width:10%}.location{min-width:10%;max-width:10%}.count{min-width:10%;max-width:10%;display:flex;flex-direction:column}.other-reqs{min-width:10%;max-width:10%}.reward{flex-basis:1;flex-grow:.15!important;gap:1rem}}@media screen and (min-width:1280px){.book-prices-html table{width:2000px}.tasks-list,.rapport-subtitle,.una-subtitle,#filter-infoboxes{max-width:70%!important;align-self:center!important}#filter-rewards{max-width:50%!important;align-self:center!important}.atts{min-width:25%!important}.atts .flex-column{margin:0!important}.npc-name{font-size:1.4rem}.trust,.reward{font-size:1.25rem}#eng-share-cls,#shared-engraving-display{width:75%}#fall-off-graph-title{margin-top:1.4rem;margin-bottom:.7rem}.build-column-template{min-width:22rem;max-width:22rem}}.card-set{align-items:center;padding-top:1.2vh;padding-bottom:1.2vh;padding-left:2vw;padding-right:2vw}.card-set>.set-name{font-weight:700;justify-content:center;text-align:center;width:100%;border-bottom:1px solid var(--minorBorderPlain);margin-bottom:.55vh}.card-set>.card-set-body{width:100%;border-bottom:1px solid var(--minorBorderPlain)}.card-set>.card-set-body>*{width:50%}.card-set>.card-set-body:first-child{border-right:1px solid var(--minorBorderPlain)}.levelBarsFrame{height:calc( 0.5 * var(--class-row-height))}.lvl-bars-flexcol{display:flex;flex-direction:column;width:100%;min-height:100%;max-height:100%;justify-content:space-between;position:relative}.levelBar{width:100%;flex-grow:.3;position:relative}.levelBarFill{position:absolute;left:30%;max-width:50%;height:100%;min-width:0;background-color:red}#barOne .levelBarFill{background-color:#04b4ff}#barTwo .levelBarFill{background-color:#c004fc}#barThree .levelBarFill{background-color:#ff9404}#build-stats{min-width:100%;display:flex;justify-content:space-between;flex-wrap:wrap}h2{font-size:var(--textSize1)!important;font-weight:400}h1{font-size:var(--textSize1)!important;font-weight:400}.rapport-npc-img{border:1px solid var(--minorBorderPlain);padding:.75rem;border-radius:50%;width:5rem;height:5rem}.rapport-html,.una-html{font-size:var(--textSize1)}.una-html .una-subtitle{margin-bottom:calc(-1 * var(--guide-text-gap))}.una-subtitle>*>*{color:var(--bodyFCStrong)!important;overflow-wrap:normal!important}#returnAddress::placeholder,#message::placeholder{color:var(--colorEpsilon)}#rapport-table-titles>*{color:var(--bodyFCStrong);min-width:0;max-width:100vw}#rapport-tutorial-img{width:5rem;height:3.65rem}#filter-rewards{display:flex;flex-wrap:wrap;justify-content:space-between;align-self:flex-end;width:90%;margin-bottom:1.3rem}#filter-infoboxes{display:flex;flex-direction:column;gap:1rem;position:relative;align-self:center;gap:1rem}#filter-infobox{width:100%;align-self:center;margin:0!important;display:none;text-align:left}#filter-rewards>*{width:25%;padding:1rem;display:flex;justify-content:flex-start;align-items:center;gap:1rem}.filter-btn{flex-wrap:wrap}.xbtn-hideable{position:relative}.xbtn{position:absolute;top:.5rem;right:.5rem;width:.5rem;height:.5rem}.first-time-notes{margin-bottom:1.5rem;width:auto;padding:1.5rem;padding-right:1.5rem;padding-left:1.5rem;border:1px solid var(--minorBorderPlain);cursor:default}.filter-rowcontainer{align-items:flex-start}.chkbx{min-width:1.35rem;min-height:1.35rem;max-width:1.35rem;max-height:1.35rem;border:1px solid var(--bodyFCLight);position:relative}.chkbx>img{visibility:hidden;position:absolute;height:100%;width:100%}.chkbx.inac{pointer-events:none;border:none}.chkbx.inactive{pointer-events:none;opacity:.4}.favstar{min-width:1.75rem;min-height:1.75rem;max-height:1.75rem;max-width:1.75rem}.btn-col{display:flex;flex-direction:column}.btn-col>*:not(:last-child){margin-bottom:1.65rem}.btn-col>*{min-height:2rem;min-width:2rem;max-height:2rem;max-width:2rem}#recbin img{min-width:1.5rem;min-height:1.5rem;max-width:1.5rem;max-height:1.5rem}.chx-clk:hover .chkbx:not(.inac){box-shadow:inset 0 0 100px 100px rgba(200,200,200,.25)}.chk-clk .chkbx-text{max-width:10rem}.guide-body{align-items:center}.align-items-center{align-items:center}.align-flex-end{align-items:flex-end}.aux-row{width:calc(100% - 4rem);padding:2rem;justify-content:space-between}#resetTimes{align-self:flex-start}#resetTimes #time-partition{margin-right:3.25rem;margin-left:3.25rem}#resetTimes .time{margin-left:1.5rem}.textSize7{font-size:var(--textSize4)}#server-select{height:2rem;align-self:center;font-size:var(--textSize4)}#checklist-main-html{width:80%;min-height:1100px;display:flex;flex-direction:column;position:relative}#cont-col-sc{position:absolute;height:calc(100% - var(--char-row-height) - var(--cont-col-scrollbarWidth));margin-top:var(--char-row-height);overflow:hidden;z-index:10;background-color:var(--bodyBGCAlt);width:var(--content-folded-width);align-self:flex-start}#cont-col-sc.width-limit{max-width:var(--content-folded-width)}#cont-col{position:absolute;left:0;right:calc(-1 * var(--cont-col-scrollbarWidth));height:100%;overflow-y:scroll;overflow-x:hidden}#content-template{padding:1rem;display:flex;align-items:center;justify-content:flex-start;min-height:var(--cont-height);width:35rem}#content-template img{min-width:1.75rem;min-height:1.75rem;max-width:1.75rem;max-height:1.75rem}.content-name{margin-left:1rem;max-height:2.75rem;overflow:hidden}:root{--content-expanded-width: 0;--content-folded-width: calc(2rem + 1.75rem)}#cont-col-sc.collapsing{-webkit-animation:content-collapse .8s forwards;animation:content-collapse .8s forwards}#cont-col-sc.expanding{-webkit-animation:content-expand .8s forwards;animation:content-expand .8s forwards}@keyframes content-collapse{0%{min-width:var(--content-expanded-width)}100%{min-width:var(--content-folded-width)}}@keyframes content-expand{0%{min-width:var(--content-folded-width);padding-right:1rem}100%{min-width:var(--content-expanded-width);padding-right:1rem}}#char-row-sc{position:absolute;width:calc(100% - var(--content-folded-width) - var(--char-row-scrollbarHeight));left:var(--content-folded-width);min-height:var(--char-row-height);overflow:hidden}#char-row{position:absolute;width:100%;top:0;bottom:-30px;overflow-x:scroll;overflow-y:hidden;min-height:var(--char-row-height)}#char-row-padding{width:var(--content-folded-width)}:root{--char-row-height: 5rem}#char-template{padding-left:1.5rem;padding-right:1.5rem;padding-top:.75rem;padding-bottom:.75rem;min-width:var(--chk-cell-width);overflow:hidden;position:relative}#char-template .class-field{display:none;font-size:var(--textSize3)}#char-template .class-field.unfocused,#char-template .ilvl-field.unfocused,#char-template .name-field.unfocused{visibility:hidden}#char-template .class-field.focused{min-width:95%;min-height:80%}#char-template .ilvl-field.focused,#char-template .name-field.focused{min-width:100%;min-height:100%}#char-template:first-child{padding-left:2.25rem}#chart-template:last-child{padding-right:2.25rem}#char-template .cls-name{display:flex;align-items:center;overflow:hidden;margin-bottom:.4rem}#char-template .cls-name img{max-width:1.5rem;max-height:1.5rem;margin-right:.85rem}#char-template .flex-row{justify-content:space-between;align-items:center;max-height:1rem;position:relative}#char-template .ilvl-field{font-size:var(--textSize3)}#char-template .ilvl-incr{position:absolute;right:1rem;padding:.9rem;max-height:.7rem;max-width:.55rem;cursor:pointer}#char-template:not(:last-child){margin-right:1.5rem}#char-row input.unselected{background-color:inherit;border:none;color:inherit;padding:none;margin:none;pointer-events:none}.char .char-confirm-button{padding-left:1rem;padding-right:1rem}#checklist-body{position:absolute;margin-left:var(--content-folded-width);margin-top:var(--char-row-height);width:calc(100% - var(--content-folded-width));height:calc(100% - var(--char-row-height));overflow:auto;background-color:var(--colorMu)}:root{--chk-cell-width: 10rem;--cont-height:2.85rem}#chkbx-template{padding-left:1.5rem;padding-right:1.5rem;padding-top:1rem;padding-bottom:1rem;min-width:var(--chk-cell-width);max-width:var(--chk-cell-width);height:var(--cont-height);display:flex;justify-content:center;align-items:center}#chkbx-template:first-child{padding-left:2.25rem}#chkbx-template:last-child{padding-right:calc(2.25rem - var(--cont-col-scrollbarWidth))}#chkbx-template:not(:last-child){margin-right:1.5rem}.aux-row-end{gap:4.5rem;align-items:center}#chart-code>*,#server-select{height:2.5rem}#chart-code input{max-height:2.2rem;width:10rem;font-size:var(--textSize3)}#chart-code #generate{font-size:var(--textSize3)}.rc-menu{position:fixed;top:0;left:0;visibility:hidden;padding:1.2rem;padding-left:1.86rem;padding-right:1rem;border:1px solid var(--minorBorderPlain);font-size:var(--textSize3);color:var(--bodyFCStrong);background-color:var(--menuBGC);z-index:300}.rc-menu>.flex-column{gap:.6rem}.rc-menu>.flex-column>*{padding:.5rem;padding-right:2rem}#checklist-body #una-row,#checklist-body #rapport-row{border-bottom:1px solid var(--minorBorderPlain)}#char-row-ft-msg{display:none}.content-screen{position:relative}.back-btn{padding:1rem;top:0;left:0}.title-row{width:100%;justify-content:space-between;align-items:center;margin-bottom:1rem}.content-screen .back-btn{min-width:1.1rem;min-height:1.1rem}.cont-screen-padding{width:85%;align-self:center;display:flex;flex-direction:column;align-items:center}#reward-select-prompt{align-self:flex-start;margin-bottom:.65rem}.reward-groups,.rewards-specific{padding:1rem;width:85%}.reward-groups{margin-bottom:1rem}.rewards-specific{}.reward-info{}.content-list{}.reward-groups,.rewards-specific>*{display:flex;flex-wrap:wrap;justify-content:space-between;align-self:flex-end;width:90%;margin-bottom:1.3rem}.reward-groups>*,.rewards-specific>*>*{width:12.5%;padding:1rem;display:flex;justify-content:flex-start;align-items:center;gap:1rem}.filter-btn{flex-wrap:wrap}.reward-group{display:none}.content-screen .content-reward{display:none}#select-characters{justify-content:space-around;width:85%}.gap-1{gap:1rem}#item-list{gap:.66rem}#item-template{width:45vw;justify-content:space-between}#item-template>input{height:3rem;text-align:center;font-size:1.5rem}#market-body{width:80%}#categories-container{padding:1.75rem;background-color:var(--BGCLayer1)}#item-list{flex-grow:2}#categories{flex-wrap:wrap}.category{padding:1rem;font-weight:700;font-size:1.3rem}.category>span{display:flex;align-items:center}.category .expand-btn{padding-right:1rem;margin-bottom:.135rem;width:.85rem;height:.92rem}.category.expanded .expand-btn{height:.85rem;width:1rem}.category:not(.has-subcategories) img{visibility:hidden}.msv-und-txt:hover .txt{text-decoration:underline}.msv-und:hover{text-decoration:underline}#subcat-container{max-width:80%;margin-left:20%;gap:1.2rem}#subcat-template{width:100%;display:flex;align-items:center}#subcat-template img{margin-right:1rem;width:1.75rem;height:1.75rem}#subcat-template .name{max-height:1.85rem;font-size:1.3rem;font-weight:400;flex-shrink:1;text-overflow:ellipsis}.one-line{white-space:nowrap;overflow:hidden}:root{--measuredSocialsWidth: 0;--BGCLayer1: rgb(32,36,44);--BGCLayer2: rgb(40,44,52);--BGCLayer3: rgb(48,52,60);--TCBodytext: rgba(206,210,228,255)}#lang-serv-select{position:absolute;right:0;min-width:var(--measuredSocialsWidth);max-width:var(--measuredSocialsWidth);top:3px;height:2rem}#lang-select{flex-grow:1}#lang-select,#serv-select{min-height:100%;background-color:var(--BGCLayer1);border-color:var(--BGCLayer1);color:#fff}.category .txt{color:#fff}#subcat-template .name{color:var(--TCBodytext)}#main-content::before{content:"";background-image:url(images/sitebgAlbionArgos.webp);background-size:cover;width:100%;height:100%;position:absolute;opacity:.06;pointer-events:none}#item-container{padding-left:4.65rem;gap:2.6rem}#item-container #item-row-template{align-items:center}#item-table-headers{width:100%;display:flex}.hidden{height:0}.market-html #main-content .DCE{max-height:100%}.market-html #main-content .guide-body{max-height:100%;overflow:hidden}.market-html #market-body{max-height:100%;overflow:hidden}.market-html #item-side{flex-grow:1}.market-html #item-container{width:100%;overflow:auto}.item-row .metric-field{min-width:8rem;max-width:8rem;text-align:right;overflow:hidden}.item-row .metric-field .val{color:#fff;text-align:right;min-width:65%;overflow:hidden}.engravings-html #insights{position:relative}.engravings-html #insights .btn{width:100%;height:100%}.engravings-html #insights-menu{display:none;position:absolute;text-align:right;right:var(--cont-col-scrollbarWidth);top:100%;padding:1.5rem;flex-direction:column;background-color:var(--bodyBGCAlt)}.engravings-html #insights-menu *{padding-top:.55rem;padding-bottom:.55rem}.engravings-html #insights img{margin-right:.65rem;margin-top:.5rem}.forward-back-btn{max-width:.65rem;max-height:.75rem}.down-up-btn{max-width:.75rem;max-height:.75rem}