@charset "UTF-8";@font-face{font-family:Catwalzhari;src:url(/SCB/assets/Catwalzhari-CSG8eElP.ttf) format("truetype");font-display:swap}@font-face{font-family:Futura;src:url(/SCB/assets/Futura-3TxYUJhP.otf) format("opentype");font-display:swap}@font-face{font-family:Futura Bold;src:url(/SCB/assets/Futura_Bold-Cdm3WVc_.ttf) format("truetype");font-display:swap}html{font-size:16px}*,*:after,*:before{box-sizing:border-box;margin:0;padding:0;font-size:1rem;font-family:Futura,Arial,sans-serif;font-weight:400;color:#fff;list-style-type:none}:root{--color-background: #121212;--color-surface: #171717;--color-cancel-bg: #d3d3d3;--color-cancel-hover-bg: #fd4444;--color-cancel-active-bg: #b50202;--color-primary-bg: #0b91c8;--color-primary-hover-bg: #008000;--color-primary-active-bg: #006400;--color-menu-heading-bg: #e6de70;--color-menu-heading: #000}::-webkit-scrollbar{background-color:#15171d;border-radius:4px}::-webkit-scrollbar-thumb{background-color:#717275;border-radius:4px}input:focus,select:focus{outline:solid orange 2px;outline-offset:-2px}body{background-color:var(--color-background)}button{border:none}@media(hover:hover){button:hover{cursor:pointer}}svg{display:block}.decoration{border-width:2px;border-style:solid;border-color:#4c658c;background-color:#15191f;border-radius:4px}.minor-text{color:#bbb;font-size:1.2rem;padding-bottom:2px}.hidden{display:none!important}.invisible{visibility:hidden}.submenu-title{display:flex;justify-content:center;align-items:center;gap:0 12px;height:100%;letter-spacing:2px;background-color:var(--color-menu-heading-bg);border-radius:4px;font-size:1.7rem;font-family:Futura Bold;color:var(--color-menu-heading)}#overlay{position:fixed;inset:0;background-color:#000;z-index:1}header{display:grid;grid-template-columns:25px min-content auto;align-items:center;gap:10px 5px;background-color:var(--color-surface);padding:5px}header h1{font-size:2rem;font-family:Catwalzhari;white-space:nowrap}.close-window{background-color:transparent;border-radius:4px}.close-window path{transition:fill .15s ease}@media(hover:hover){.close-window:hover path{fill:#fff}}.close-window:active path{fill:red}main{display:flex;position:relative;flex-wrap:nowrap;justify-content:space-between;gap:0 10px;background-color:var(--color-surface);padding:5px;margin:0 0 10px;overflow:hidden}.showcase{position:relative;grid-area:1/2/3/3;height:min-content;transition:margin-right .3s ease-out}.showcase__slot-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;justify-items:center;align-items:center;gap:10px;width:max-content}.showcase__slot{display:flex;position:relative;flex-direction:column;justify-content:center;align-items:center;width:142px;height:142px;border:1px solid grey;overflow:hidden;border-radius:4px}.showcase__slot-wrapper p{font-size:1.6rem;font-variant-caps:all-small-caps;letter-spacing:2px;opacity:.7}.showcase__slot-wrapper div button{position:absolute;width:100%;bottom:-33px;font-size:1.6rem;letter-spacing:1px;background-color:#64646466;transition:bottom .3s ease,background-color .15s ease}.showcase__slot-wrapper div button.show{bottom:0}@media(hover:hover){.showcase__slot-wrapper div button:hover{background-color:#78787899}}.showcase__slot-wrapper div button:active{background-color:#b4b4b499}.showcase__unequip-item-wrapper{position:absolute;width:100%;height:100%;z-index:2}[data-showcase-slot=headSlot]{width:162px;height:162px;grid-area:1/2/2/3}[data-showcase-slot=bodySlot]{width:202px;height:202px;grid-area:2/2/3/3}[data-showcase-slot=armsSlot]{grid-area:3/1/4/2;justify-self:end;align-self:start}[data-showcase-slot=legsSlot]{width:162px;height:162px;grid-area:3/2/4/3}[data-showcase-slot=backSlot]{grid-area:3/3/4/4;justify-self:start;align-self:start}[data-showcase-slot=rightSlot]{width:162px;height:162px;grid-area:2/1/3/2}[data-showcase-slot=leftSlot]{width:162px;height:162px;grid-area:2/3/3/4}[data-showcase-slot=neckSlot]{grid-area:1/1/2/2;justify-self:end;align-self:end}[data-showcase-slot=fingerSlot]{grid-area:1/3/2/4;justify-self:start;align-self:end}.main-buttons{position:relative;height:min-content;width:min-content;margin-left:auto;display:flex;gap:0 20px}.main-buttons div{position:relative}.main-buttons button{min-width:150px;height:37px;font-size:1.4rem;letter-spacing:1px;transition:letter-spacing .15s ease,border-color .15s ease}.info-win-tabs__tab--selected{border-color:orange}@media(hover:hover){.main-buttons button:hover{border-color:#ff4500;letter-spacing:2px}.info-win-tabs__tab:hover{border-color:#ff4500;letter-spacing:3px}}.main-buttons button:active,.info-win-tabs button:active{border-color:red;background-color:#12151a}.warning{position:absolute;top:50%;transform:translate(-110%,-50%);padding:2px 7px;border-radius:4px;text-align:center;color:#000;background-color:#fff;white-space:nowrap;font-size:1.5rem}.warning:before{content:"";position:absolute;border:9px solid;border-color:transparent transparent transparent #fff;left:100%;transform:translateY(50%);bottom:50%}.menu{position:absolute;width:630px;height:630px;padding:5px;right:5px;top:-630px;transition:top .3s ease-out}.menu--slide-down{transition:top .3s ease-out;top:5px}.header{display:grid;grid-template-columns:50% auto;margin-bottom:10px}.header--builds{grid-template-columns:50% auto auto;gap:0 10px}.header button{display:flex;justify-content:center;align-items:center;border-radius:4px;height:35px}.close-button{border-radius:4px;width:90px;height:35px;justify-self:end;font-size:1.5rem;font-family:Futura Bold;color:#000;background-color:var(--color-cancel-bg);transition:color .15s ease,background-color .15s ease}@media(hover:hover){.close-button:hover{background-color:var(--color-cancel-hover-bg);color:#fff}}.close-button:active{background-color:var(--color-cancel-active-bg);color:#fff}.menu-options{display:flex;flex-direction:column;gap:5px 0;overflow-y:scroll;height:calc(100% - 45px)}.menu-options>div{margin-right:5px}.menu-options>div>button{letter-spacing:2px;font-size:1.6rem;font-variant:small-caps;width:100%;padding:5px;color:#fff}@media(hover:hover){.menu-options>div>button:hover{letter-spacing:3px}}.menu-options>div>button:active{background-color:#12151a}.category-button{transition:letter-spacing .15s ease,border-color .15s ease}.category-button--skills{margin-top:40px}@media(hover:hover){.category-button:hover{border-color:#ff4500}}.menu-options button:active{border-color:red}.menu-options>div>div{width:80%;margin:3px auto auto;border-top:none}.menu-options>div>div.appear{transform:scaleY(1)}.menu-options>div>div>button{display:flex;justify-content:center;width:100%;margin:auto;border:2px solid transparent;border-radius:4px;background-color:transparent;font-size:1.5rem;letter-spacing:1px;transition:letter-spacing .15s ease,border .15s ease}@media(hover:hover){.menu-options>div>div>button:hover{letter-spacing:2px;border:2px solid orangered}}.menu-options>div>div>button:active{background-color:#12151a;border-color:red}.menu-options__h3{letter-spacing:2px;margin-bottom:5px;font-variant-caps:all-small-caps;font-size:1.4rem;text-align:center;opacity:.8}.create-character{display:grid;grid-auto-rows:min-content;grid-template-columns:240px auto;gap:0 20px;position:fixed;padding:10px 20px 15px;z-index:3;left:50%;top:100px;transform:translate(-50%);width:min-content;height:min-content}.create-character__label-name,.create-character__label-race{color:#fff;margin-bottom:5px;font-size:1.4rem}.create-character__label-name{grid-area:1/span 2}.create-character__label-race{grid-area:3/span 2}#character-name{grid-area:2/span 2;background-color:#000;padding:5px;margin-bottom:10px;color:#fff;font-size:1.4rem}#character-name.check-validity:invalid{outline:solid red 2px;outline-offset:-2px}#races{grid-area:4/span 2;background-color:#000;padding:5px;color:#fff;margin-bottom:10px;font-size:1.4rem}option{font-size:1.4rem}#races.check-validity:invalid{outline:solid red 2px;outline-offset:-2px}.cancel-build{grid-area:5/1;justify-self:end;background-color:var(--color-cancel-bg);color:#000}@media(hover:hover){.cancel-build:hover{background-color:var(--color-cancel-hover-bg);color:#fff}}.cancel-build:active{background-color:var(--color-cancel-active-bg)}.save-character{grid-area:5/2;justify-self:end;letter-spacing:2px;width:90px;background-color:var(--color-primary-bg);color:#fff}@media(hover:hover){.save-character:hover{background-color:var(--color-primary-hover-bg)}}.save-character:active{background-color:var(--color-primary-active-bg)}.cancel-build,.save-character{width:70px;padding:5px;border-radius:4px;font-size:1.5rem;transition:color .15s ease,background-color .15s ease}footer{display:flex;flex-direction:column;justify-content:end;width:100%;text-align:center}address{font-style:normal}@media screen and (min-height:765px){footer{height:calc(100vh - 700px)}}@media screen and (min-width:1280px){.main-buttons__menu.is-open{border-color:orange}}@media screen and (max-width:1279px){main{flex-wrap:wrap;justify-content:center;gap:15px}.menu .header{grid-template-columns:200px auto}.menu-options{gap:10px 0;margin:auto;width:70%}.menu{position:fixed;height:100vh;width:100vw;right:0;border-radius:0;top:-100vh}.menu--slide-down{top:0}}@media screen and (max-width:1024px){.menu{height:100vh;height:calc(var(--vh, 1vh) * 100);overflow-y:auto;overscroll-behavior-y:contain}@supports (height: 100dvh){.menu{height:100dvh}}}@media screen and (max-width:639px){.showcase__slot-wrapper{grid-template-columns:1fr 1fr;grid-template-rows:1fr;width:calc(100vw - 10px);padding:10px 0}[data-showcase-slot=headSlot],[data-showcase-slot=neckSlot],[data-showcase-slot=backSlot],[data-showcase-slot=bodySlot],[data-showcase-slot=armsSlot],[data-showcase-slot=rightSlot],[data-showcase-slot=leftSlot],[data-showcase-slot=fingerSlot],[data-showcase-slot=legsSlot]{width:162px;height:162px;justify-self:center;align-self:center}[data-showcase-slot=headSlot]{grid-area:1/1}[data-showcase-slot=neckSlot]{grid-area:1/2}[data-showcase-slot=backSlot]{grid-area:2/2}[data-showcase-slot=bodySlot]{grid-area:2/1}[data-showcase-slot=rightSlot]{grid-area:3/1}[data-showcase-slot=leftSlot]{grid-area:3/2}[data-showcase-slot=armsSlot]{grid-area:4/1}[data-showcase-slot=legsSlot]{grid-area:4/2}[data-showcase-slot=fingerSlot]{grid-area:5/1/5/3}}@media screen and (max-width:629px){.warning{position:fixed;height:100px;width:300px;line-height:100px;font-size:2.1rem;box-shadow:5px 5px 5px #000;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100}.warning:before{content:none}}@media screen and (max-width:499px){.menu-options{width:auto}}@media screen and (max-width:449px){header{grid-template-columns:auto}.main-buttons{gap:0;justify-content:space-between;width:100%}header img,header h1{display:none}}@media screen and (max-width:399px){.create-character{grid-template-columns:180px auto}}.boons{display:flex;position:fixed;flex-direction:column;flex:1;gap:10px 0;width:850px;padding:5px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.boons__header{display:flex;justify-content:space-between;width:100%}.boons__header h2{width:200px}.boons__fieldset,.boons__label,.boons__checkbox{all:revert}.boons__fieldset{border:2px solid #4c658c;border-radius:4px;margin:0}.boons__fieldset>div{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0 10px;padding-top:5px}.boons__legend{font-variant-caps:all-small-caps;padding:0 5px;letter-spacing:1px;font-size:1.7rem}.boons__label{display:flex;font-size:1.5rem;transition:color .15s ease}@media(hover:hover){.boons__label:hover{cursor:pointer;color:gold}}.boons__checkbox{margin-right:5px}@media(hover:hover){.boons__checkbox:hover{cursor:pointer}}.boons__checkbox:focus{outline:transparent}.boons__p{display:flex;justify-content:center;align-items:center;text-align:center;background-color:#000;padding:5px;font-size:1.5rem;height:100px;flex-shrink:0}@media screen and (max-width:919px){.boons{width:100vw;height:100vh;height:calc(var(--vh, 1vh) * 100);border-radius:0;top:0;left:0;transform:translate(0);overflow-y:auto;overscroll-behavior-y:contain}@supports (height: 100dvh){.boons{height:100dvh}}}@media screen and (max-width:639px){.boons__fieldset>div{grid-template-columns:1fr 1fr;max-height:220px;overflow-y:auto}}@media screen and (max-height:729px){.boons__fieldset>div{height:calc((100vh - 280px)/2)}}@media screen and (max-width:439px){.boons__fieldset>div{grid-template-columns:1fr}}.build-information{display:flex;flex-direction:column;gap:15px 0;min-width:600px;width:100%}.current-character{display:grid;grid-template-columns:3fr 1fr 1fr;height:min-content;padding:5px}.current-character dd{font-size:1.5rem}.current-character__dl--right,.current-character__dl--middle{text-align:right}.current-character__dl--left{overflow:hidden}.current-character__name{overflow:hidden;text-overflow:ellipsis}.info-win{height:485px;overflow-y:auto}.nothing-there-yet{margin:auto;text-align:center}.info-win__wrapper{height:100%}.info-win__wrapper>section{padding:5px}.info-win-tabs{display:flex;justify-content:center;gap:0 15px}.info-win-tabs__tab{font-size:1.4rem;padding:5px;font-variant:small-caps;letter-spacing:2px;width:25%;transition:letter-spacing .15s ease,border-color .15s ease}.character-skills{display:grid;grid-template-columns:auto auto;gap:0 15px}.character-skills__skill{font-size:1.5rem;text-decoration-line:underline;color:#bbb}.character-skills__perk li{font-size:1.3rem;list-style-position:inside}.info-win__character-skills-section{display:flex;flex-wrap:wrap;gap:10px 20px;white-space:nowrap}.info-win__character-skills-section div{margin-bottom:auto}.info-win__item-info-section{display:flex;flex-wrap:wrap;gap:10px}.item-info{width:calc(50% - 5px);height:min-content;padding:5px;border:2px solid transparent;border-radius:4px;background-color:#222831;transition:background-color .3s ease,border-color .3s ease}@media(hover:hover){.item-info:hover{background-color:#121212;border-color:#ff4500}}.item-info--highlight{background-color:#121212;border-color:#ff4500}.showcase__slot{transition:box-shadow .3s ease}@media(hover:hover){.occupied.showcase__slot:hover{box-shadow:0 0 5px 5px #ff4500}}.showcase__slot--highlight{box-shadow:0 0 5px 5px #ff4500}.item-info__h3{display:flex;justify-content:center;align-items:center;gap:0 10px;width:85%;padding-bottom:3px;margin:auto;border-bottom:2px solid gray}.item-info__name,.item-info__slot{font-variant:all-small-caps;letter-spacing:2px}.item-info__name{font-size:1.6rem}.item-info__slot{font-size:1.2rem}.item-info__params{display:flex;justify-content:space-between;width:80%;margin:auto auto 5px}.item-info__other-param,.item-info__weight{display:inline-block;font-variant:all-small-caps;color:#bbb;font-size:1.4rem;letter-spacing:1px;vertical-align:top}.item-info__other-value,.item-info__weight-value{display:inline-block;font-size:1.7rem}.item-info__ench{text-align:center;width:85%;margin:auto;color:#bbb;font-size:1.3rem}.item-info__details-wrapper{display:flex;gap:10px;flex-wrap:wrap;margin-top:15px}.item-details{height:min-content;background-color:#375c8d;padding:0 10px;border-radius:4px}.item-details__summary{font-size:1.3rem;list-style-type:revert}@media(hover:hover){.item-details__summary{cursor:help}}.item-details__p{color:#fff;font-size:1.3rem}.nothing-there-yet{font-size:2.5rem;font-variant:all-petite-caps;color:#bbb}.info-win__statistics-section{display:flex;gap:20px;flex-wrap:wrap}.statistics:not(:last-of-type){flex:1}.statistics h3{color:#bbb;font-size:1.5rem}.statistics p{font-size:1.3rem;margin-bottom:15px}.statistics h4{font-size:1.6rem;line-height:1.6rem;margin-bottom:5px}.statistics hr{height:3px;margin-bottom:15px;border:none;background-image:linear-gradient(to right,#bbb,transparent)}.statistics dl{display:grid;grid-template-columns:min-content auto;gap:0 40px}.statistics dt{color:#bbb;font-size:1.4rem;text-decoration-line:underline;white-space:nowrap}.statistics dd{font-size:1.6rem;white-space:nowrap}.statistics canvas:not(:last-child){display:block;margin-bottom:5px}.passive-effects__dl{display:grid;grid-template-columns:auto auto auto auto;gap:10px 15px}.passive-effects__term{justify-self:end;font-size:1.5rem;color:#bbb;white-space:nowrap;text-decoration-line:underline}.passive-effects__desc{font-size:1.5rem}@media screen and (max-width:1699px){.statistics:not(:last-of-type){flex:calc(50% - 20px)}}@media screen and (max-width:1599px){.passive-effects__dl{grid-template-columns:auto auto}}@media screen and (max-width:1499px){.statistics:not(:last-of-type),.statistics:last-of-type{flex:100%}}@media screen and (max-width:1279px){.info-win__statistics-section{flex-wrap:nowrap}.statistics:not(:last-of-type){flex:1}.statistics:last-of-type{flex:initial}}@media screen and (max-width:1023px){.info-win__statistics-section{flex-wrap:wrap}.statistics:not(:last-of-type){flex:calc(50% - 20px)}}@media screen and (max-width:819px){.statistics:not(:last-of-type),.statistics:last-of-type{flex:100%}}@media screen and (max-width:639px){.build-information{min-width:initial}.current-character{display:grid;grid-template-columns:auto}.current-character__dl{display:grid;grid-template-columns:85px auto;text-align:left;gap:0 40px}.current-character dt{white-space:nowrap}.info-win-tabs{display:grid;grid-template-columns:auto auto;justify-content:space-between;gap:15px}.info-win-tabs__tab,.item-info{width:100%}}.items-window{display:flex;position:fixed;justify-content:center;align-items:center;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.items-window__wrapper{display:flex;position:relative;overflow:hidden}.items-window__items{display:grid;position:relative;grid-template-rows:min-content min-content auto;height:700px;width:950px;padding:5px;color:#fff;border-radius:4px 0 0 4px;z-index:1}.items-window__header{display:grid;align-items:center;width:100%;gap:10px;grid-template-columns:370px 1fr auto 1fr}.items-window__sorting-panel{display:grid;width:100%;gap:5px 0;grid-template-columns:105px auto 85px 85px 65px;padding-right:21px;margin-top:10px}.items-window__items>div>hr{grid-area:2/span 5;margin-bottom:15px;border:2px solid grey;border-radius:2px}.items-window__filter-button{display:flex;align-items:center;grid-area:1/2;align-self:center;background-color:transparent;height:100%}.items-window__filter-button.filter-active,.items-window__equipped-button.inventory-active{background-color:#00c80080}.items-window__equipped-button{display:none;align-items:center;background-color:transparent;height:100%}.items-window__items .close-window{grid-area:1/4;justify-self:end;align-self:start}.items-window__sorting-wrapper--by-name{grid-area:1/1}.items-window__sorting-wrapper--by-other{justify-self:center;grid-area:1/3}.items-window__sorting-wrapper--by-weight{justify-self:center;grid-area:1/4}.items-window__sort-button--by-name,.items-window__sort-button--by-other,.items-window__sort-button--by-weight,.items-window__filter-button,.items-window__equipped-button{width:min-content;padding:0 5px 2px;border-radius:4px;transition:background-color .15s ease}.items-window__sort-button--by-name *,.items-window__sort-button--by-other *,.items-window__sort-button--by-weight *,.items-window__filter-button *,.items-window__equipped-button *{font-size:1.5rem}@media(hover:hover){.items-window__sort-button--by-name:hover,.items-window__sort-button--by-other:hover,.items-window__sort-button--by-weight:hover,.items-window__filter-button:hover,.items-window__equipped-button:hover{background-color:#3c8e41}}.items-window__sort-button--by-name:active,.items-window__sort-button--by-other:active,.items-window__sort-button--by-weight:active,.items-window__filter-button:active,.items-window__equipped-button:active{background-color:#095b0e}[data-sorting-selected=true]{background-color:#00c80080}[data-sorting-selected=false]{background-color:transparent}.items-window__filter-button span,.sorting-direction,.items-window__equipped-button span{margin-left:5px}.item-card{display:grid;grid-template-columns:105px auto 85px 85px 65px;word-break:break-all;margin-right:5px;margin-bottom:15px;border-bottom:1px solid #bbb}.item-card.equipped{grid-template-columns:min-content 170px min-content;gap:0 10px;margin:0 0 10px}.item-card.equipped:last-of-type{margin-bottom:0}.item-card.equipped img{align-self:start}.item-card.equipped h2{max-height:100px;word-break:keep-all;overflow-y:auto;overflow-x:hidden;text-overflow:ellipsis}.item-card.equipped p{display:none}.item-card__equip-button,.equipped-item__unequip-button{height:min-content;justify-self:end;border-radius:4px;padding-bottom:2px;width:65px;background-color:#0b91c8;color:#fff;font-size:1.5rem;transition:color .15s ease,background-color .15s ease}.item-card__equip-button.unequip,.equipped-item__unequip-button{color:#000;background-color:var(--color-cancel-bg)}@media(hover:hover){.item-card__equip-button.unequip:hover,.equipped-item__unequip-button:hover{color:#fff;background-color:var(--color-cancel-hover-bg)}}.item-card__equip-button.unequip:active,.equipped-item__unequip-button:active{color:#fff;background-color:var(--color-cancel-active-bg)}@media(hover:hover){.item-card__equip-button:hover{background-color:green}}.item-card__equip-button:active{background-color:#006400}.item-card .item-card__image{margin-bottom:5px}.item-card__name,.equipped-item__name{font-variant:small-caps;font-size:1.6rem;letter-spacing:1px;word-break:keep-all}.item-card__description,.equipped-item__text{word-break:break-word;margin-bottom:5px;margin-left:10px;font-size:1.4rem}.item-card__rating,.item-card__weight{justify-self:center;font-size:1.5rem}.items-window__cards{display:flex;flex-direction:column;overflow:hidden}.item-card__image{border-radius:4px;transition:opacity .3s ease,background-color .3s ease;opacity:0}@media(hover:hover){.item-card__image:hover{background-color:gray}}.item-card__image.loaded{opacity:1}.items-window__bigger-img{position:absolute;background-color:#000;border-radius:30px;padding:20px;filter:opacity(0);pointer-events:none;top:50%;left:100%;transform:translate(-50%,-50%);z-index:3}.items-window__bigger-img.visible{transition:filter .3s ease,left .3s ease;left:50%;filter:opacity(1)}.equipped-items{position:relative;height:700px;width:392px;border-radius:0 4px 4px 0;border-left-style:none;padding:5px;transition:right .4s ease}.equipped-items.showEquipped{right:0}.equipped-items__title{background-color:#e6de70;width:max-content;margin:auto auto 30px;padding:0 15px 2px;text-align:center;color:#000;border-radius:4px;letter-spacing:1px;font-size:1.6rem;font-family:Futura Bold}.equipped-items .close-window{display:none}.equipped-items__wrapper{height:calc(100% - 65px);overflow-y:scroll;padding-right:5px}.equipped-item{padding-bottom:10px;border-bottom:1px solid #bbb;margin-bottom:15px}.equipped-item__slot{display:flex;margin-bottom:10px;justify-content:space-between}.equipped-item__item-name{display:grid;grid-template-columns:auto min-content;align-items:center}.equipped-item__slot-name{font-size:1.5rem;background-color:transparent;border:2px solid #007a7a;border-radius:4px;padding:0 5px;margin-right:10px}.equipped-item__info-button{font-size:1.3rem;background-color:transparent;transition:transform .2s ease}.equipped-item__info-button--turn{transform:rotate(180deg)}.equipped-item__info-button svg{fill:#bbb;transition:fill .15s ease}@media(hover:hover){.equipped-item__info-button:hover svg{fill:#ddd}}.equipped-item__info-button:active svg{fill:#fff}.equipped-item__details{display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto auto;gap:10px;max-height:0;overflow:hidden;transition:max-height .2s ease}.equipped-item__stat-other *,.equipped-item__stat-weight,.equipped-item__stat-weight *{font-size:1.3rem;color:#bbb}.equipped-item__stat-other{align-self:end}.equipped-item__text{grid-area:1/1/2/3;margin:10px 0 0}.equipped-item__img{grid-area:2/1/4/2;justify-self:end}.equipped-item__img img{display:block}.items-window__cards-list{display:flex;flex-direction:column;overflow-y:scroll}.equip-options-window{position:absolute;grid-area:3;inset:0}.items-window__wrapper.blurred,.showcase__slot-wrapper.blurred{filter:blur(5px)}.unequip-item-from-showcase-wrapper{position:absolute;inset:0;z-index:10}.choose-hand,.item-replacement,.same-item,.unequip-item-from-showcase,.unequip-item-from-menu{display:flex;flex-direction:column;justify-content:center;align-items:center;width:450px;max-height:200px;padding:10px 25px;border-radius:7px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.choose-hand div:first-child,.item-replacement div:first-child,.unequip-item-from-showcase div:first-child,.unequip-item-from-menu div:first-child{overflow-y:auto}.choose-hand div:last-child,.item-replacement div:last-child,.unequip-item-from-showcase div:last-child,.unequip-item-from-menu div:last-child{margin-top:25px}.choose-hand p,.item-replacement p,.same-item p,.unequip-item-from-showcase p,.unequip-item-from-menu p{word-wrap:break-word;font-size:1.5rem}.choose-hand span,.item-replacement span,.unequip-item-from-showcase span,.unequip-item-from-menu span{font-size:1.5rem;word-break:keep-all}.choose-hand button,.item-replacement button,.same-item button,.unequip-item-from-showcase button,.unequip-item-from-menu button{width:70px;padding:5px;border-radius:4px;color:#000;font-size:1.5rem}.choose-hand button:first-child,.item-replacement button:first-child,.unequip-item-from-showcase button:first-child,.unequip-item-from-menu button:first-child{margin-right:30px}.same-item{justify-content:center}.same-item div{text-align:center}.same-item button{margin-top:25px}.filter-window{width:392px;height:700px;background-color:#15191f;border-radius:0 4px 4px 0;transition:right .4s ease;overflow:hidden;padding:5px;position:absolute;right:392px;z-index:1;border-left-style:none}.filter-window__fieldset-wrapper{height:686px;overflow-y:scroll;padding-right:5px}.filter-window .close-window{display:none}.filter-window.openFilter{right:0}.filter-window__legend{font-variant-caps:all-small-caps;padding:0 5px;letter-spacing:1px;font-size:1.6rem}.filter-window__fieldset,.filter-window__label,.filter-window__checkbox{all:revert}@media(hover:hover){.filter-window__label:hover,.filter-window__checkbox:hover{cursor:pointer;color:gold}}.filter-window__fieldset{margin-bottom:10px;display:grid;grid-template-columns:1fr 1fr;gap:0 10px;border:2px solid #4c658c;border-radius:4px;direction:ltr}.filter-window__fieldset:last-of-type{margin-bottom:0}.filter-window__label{display:flex;font-size:1.4rem;white-space:nowrap}.filter-window__checkbox{margin-right:5px}.filter-window__checkbox:checked{outline-color:transparent}.filter-window__checkbox:focus{outline-color:transparent}.items-window__search-wrapper{display:flex;align-items:center}.items-window__search{padding:2px 5px;font-size:1.5rem;margin:0 10px;background-color:#000}.items-window__label{font-size:1.5rem}.items-window__clear-search{background-color:transparent;font-size:1.3rem;line-height:1.3rem;border-radius:4px;transition:color .15s ease}@media(hover:hover){.items-window__clear-search:hover{color:gold}}.items-window__clear-search:active{color:red}@media screen and (max-width:1449px){.items-window__items{width:calc(100vw - 362px)}.equipped-items,.filter-window{width:342px}.filter-window__fieldset{grid-template-columns:auto}}@media screen and (max-width:1279px){.items-window{height:100vh;width:100vw;top:0;left:0;transform:translate(0)}.items-window__header{grid-template-columns:370px auto auto auto;grid-template-rows:auto auto}.items-window__filter-button{grid-area:2/1}.items-window__search-wrapper{grid-area:1/2}.items-window__items .close-window{grid-area:1/4}.unequip-item-from-showcase{transform:translate(-50%)}}@media screen and (max-width:1159px){.items-window__items{width:100vw;height:100vh;border-radius:0}.items-window__header{grid-template-columns:370px min-content min-content auto}.items-window__bigger-img{display:flex;justify-content:center;align-items:center;background-color:transparent;inset:0 0 0 100%;border-radius:0;transform:translate(0)}.items-window__bigger-img img{position:relative;background-color:#000;outline:21px solid black;outline-offset:-1px;border-radius:10px}.items-window__bigger-img.visible{left:0}.items-window__search-wrapper{grid-area:2/1}.items-window__filter-button{grid-area:1/2}.items-window__equipped-button{display:flex;grid-area:1/3}.items-window__items .close-window{grid-area:1/4}.equipped-items{position:absolute;height:100vh;border-left-style:solid;right:-342px;z-index:1}.filter-window{position:absolute;right:-342px;z-index:2;height:100vh;border-left-style:solid}.filter-window__fieldset-wrapper{height:100%}}@media screen and (max-width:1024px){.items-window,.items-window__items,.filter-window,.equipped-items{height:100vh;height:calc(var(--vh, 1vh) * 100);overflow-y:auto;overscroll-behavior-y:contain}@supports (height: 100dvh){.items-window,.items-window__items,.filter-window,.equipped-items{height:100dvh}}}@media screen and (max-width:929px){.items-window__header{grid-template-columns:min-content min-content auto auto;grid-template-rows:auto auto auto}.items-window__title{grid-area:2/1/2/5}.items-window__sorting-panel{grid-template-columns:105px auto 85px 85px;padding-right:0}.item-card{grid-template-columns:auto 85px 85px;margin-right:0}.item-card__image{grid-area:2/1}.item-card__equip-button{grid-area:2/2/2/4;justify-self:center;align-self:center}.items-window__items>div>hr{grid-area:2/span 4}.items-window__search-wrapper{grid-area:3/1/3/5;justify-self:center}.items-window__filter-button{grid-area:1/1;justify-self:start}.items-window__equipped-button{grid-area:1/2}.items-window__items .close-window{grid-area:1/4;justify-self:end}}@media screen and (max-width:669px){.equipped-items,.filter-window{width:100vw;right:-100vw}.filter-window{display:grid;grid-template-columns:auto min-content;grid-template-rows:min-content auto;gap:5px}.equipped-items__header{display:flex}.equipped-items .close-window{display:initial;align-self:start}.filter-window .close-window{display:initial;grid-area:1/2/1/3;justify-self:end}.filter-window__fieldset-wrapper{grid-area:2/1/2/3}.filter-window__fieldset{grid-template-columns:auto auto}.choose-hand,.item-replacement,.same-item,.unequip-item-from-showcase,.unequip-item-from-menu{width:340px}}@media screen and (max-width:419px){.items-window__bigger-img img{outline-width:15px}}.skills{display:grid;grid-template-columns:auto auto;position:fixed;gap:5px;height:min-content;padding:5px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100}.skills__header{display:grid;grid-template-columns:min-content auto min-content min-content max-content min-content;gap:0 30px;align-items:center;grid-area:1/1/2/3}.skills__header .close-window{grid-area:1/6/2}.skills-header__clear-button--tree{grid-area:1/3/2}.skills-header__clear-button--all{grid-area:1/4/2}.skills-header__buttons{display:flex;grid-area:1/5/2;gap:0 5px}.skills-header__p{font-size:1.5rem;margin-right:10px}.skills-header__button{width:50px;color:#fff;font-size:1.5rem;transition:border-color .15s ease}@media(hover:hover){.skills-header__button:hover{border-color:#ff4500}}.skills-header__button:active{border-color:red;background-color:#12151a}.skills-header__button--add,.skills-header__button--subtract{border-radius:4px}.skills-header__clear-button{height:min-content;font-size:1.5rem;width:140px;letter-spacing:1px;transition:letter-spacing .15s ease,border-color .15s ease}@media(hover:hover){.skills-header__clear-button:hover{border-color:#ff4500}}.skills-header__clear-button:active{border-color:red;background-color:#12151a}.skills__header .submenu-title{min-width:370px;height:auto;font-size:1.9rem;text-transform:uppercase}.skill-tree-race{font-size:1.9rem;font-family:Futura Bold;color:var(--color-menu-heading)}.skills__icons-wrapper{display:flex;flex-direction:column;gap:5px 0;height:100%;justify-content:space-between;grid-area:2/1/3/2}.skills__tree-wrapper{display:grid;height:100%;width:700px;padding:5px;background-color:#000;border-radius:4px;grid-area:2/2}.icons{display:grid;grid-template-columns:auto auto auto;grid-template-rows:auto auto;gap:5px 5px}.icons--warrior .icons__skill-icon{background-color:#49020278}.icons--mage .icons__skill-icon{background-color:#0c0c5685}.icons--thief .icons__skill-icon{background-color:#09560996}.icons__skill-icon{display:grid;grid-template-columns:auto auto;padding:2px;width:180px;opacity:.5;transition:opacity .15s ease-in-out}@media(hover:hover){.icons__skill-icon:hover{opacity:1}}.icons__skill-icon img{grid-area:1/1/3/2}.icons__skill-icon--selected{opacity:1;border-color:orange}.icon-name{grid-area:1/2;font-size:1.5rem;text-align:start;justify-self:end;white-space:nowrap}.icon-name--selected{color:#ff0}.chosen-perks-number{justify-self:end;align-self:end;font-size:2.5rem}.tree-header{display:flex;justify-content:space-between;align-items:center;height:min-content}.tree-header h2{font-size:2rem}.tree-header dl{display:grid;grid-template-columns:90px 80px 90px 50px;gap:0 8px}.tree-header dt{justify-self:end}.tree-header dt,.tree-header dd,.tree-header span,.tree-header p{font-size:1.5rem}.perk-info.non-PC{display:flex;justify-content:center;align-items:end;position:absolute;inset:0;background-color:#000c}@supports (backdrop-filter: blur(5px)){.perk-info.non-PC{background-color:#0000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}}.perk-info.non-PC:not(>div){filter:blur(5px)}.perk-info.non-PC>div{height:min-content;width:340px;padding:10px;border-radius:20px;margin-bottom:30px}.perk-info>div>div{display:flex;align-items:center;gap:0 20px}.perk-info__perk-name{font-size:1.5rem}.perk-info__perk-rank,.perk-info__perk-rank-current,.perk-info__perk-rank-max,.perk-info__perk-description,.perk-info__perk-requirement,.perk-info__perk-skill,.perk-info__next-rank,.perk-info__next-rank-description,.perk-info__next-skill{font-size:1.3rem}.perk-info__next-rank-description{margin-right:20px}.perk-info.non-PC .perk-info__next-rank-description{margin-right:0;display:block}.skill-tree{justify-self:center}.skill-lines{fill:none;stroke:#003e80;stroke-width:3;filter:url(#perk-filter)}.skill-lines__line--selected{stroke:#24b7ff;stroke-width:6}.skill-perks__perk{fill:url(#unavailable-perk-gradient);stroke:transparent;stroke-width:10;filter:url(#perk-filter)}@media(hover:hover){.skill-perks__perk{cursor:pointer}.skill-perks__perk:hover{fill:url(#hover-perk-gradient)}}.skill-perks__perk--available{fill:url(#available-perk-gradient)}.skill-perks__perk--selected{fill:url(#selected-perk-gradient);stroke:url(#selected-perk-gradient)}@media(hover:hover){.skill-perks__perk--selected:hover{fill:url(#hover-perk-gradient);stroke:url(#hover-perk-gradient)}}.perks-names__name,.perk-rank__rank{letter-spacing:1px;fill:#fff;pointer-events:none}.perks-names__name--middle{text-anchor:middle}.perks-names__name--end{text-anchor:end}.perks-names__name--start{text-anchor:start}@media screen and (max-width:1279px){.skills{height:100vh;width:100vw;border-radius:0;top:0;left:0;transform:translate(0)}.skills__icons-wrapper{overflow-y:auto}.icons{display:flex;flex-wrap:wrap;justify-content:center}}@media screen and (max-width:1024px){.perks-names__name,.perk-rank__rank{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}}@media screen and (min-width:620px){.perks-names__name,.perk-rank__rank{font-size:1.5rem}}@media screen and (max-width:1209px){.skills__header{grid-template-columns:min-content auto auto min-content;gap:5px 30px}.skills-header__clear-button--tree{grid-area:1/2;justify-self:end}.skills-header__clear-button--all{grid-area:1/3}.skills-header__buttons{grid-area:2/1}.skills__header .close-window{grid-area:1/4}}@media screen and (max-width:1024px){.skills{height:100vh;height:calc(var(--vh, 1vh) * 100);overflow-y:auto;overscroll-behavior-y:contain}@supports (height: 100dvh){.skills{height:100dvh}}}@media screen and (max-width:900px){.icons__skill-icon img{display:none}.icon-name{grid-area:1/1;align-self:center;justify-self:start}}@media screen and (max-width:849px){.skills__tree-wrapper{width:auto}.icons__skill-icon{min-width:140px;width:100%}}@media screen and (max-width:799px){.skills__header{grid-template-columns:min-content min-content auto min-content;gap:5px}.skills__header h2{display:none}.skills-header__clear-button--tree{grid-area:1/1}.skills-header__clear-button--all{grid-area:2/1}.skills__header .close-window{grid-area:1/4}.skills-header__buttons{grid-area:1/2/2/4}}@media screen and (max-width:769px){.icons__skill-icon{grid-template-columns:auto;justify-content:center;min-width:110px}.chosen-perks-number{display:none}}@media screen and (max-width:739px){.skills-header__p,.skills-header__button,.skills-header__clear-button,.icon-name,.tree-header dt,.tree-header dd,.tree-header span,.tree-header p{font-size:1.2rem}.tree-header h2{font-size:1.6rem}.skills-header__button,.skills-header__clear-button{padding:0 3px;white-space:nowrap}.skills{grid-template-columns:auto;gap:5px 0}.skills__header{grid-area:1/1;height:min-content}.skills__icons-wrapper{flex-direction:row;overflow-x:auto;gap:0 5px;grid-area:2/1;height:min-content}.skills__tree-wrapper{grid-area:3/1;overflow-y:auto}.icons__skill-icon{width:110px}.skills-header__clear-button--tree{grid-area:2/1}.skills-header__clear-button--all{grid-area:2/2}.skills-header__buttons{grid-area:1/1/2/4}.icons{flex-wrap:nowrap}.tree-header{flex-wrap:wrap}}@media screen and (max-width:390px){.skills-header__clear-button--tree{grid-area:1/1}.skills-header__clear-button--all{grid-area:1/2}.skills-header__buttons{grid-area:2/1/3/5}.skills__tree-wrapper{padding-left:3px;padding-right:3px}}
