@import "../sass-queries.css";
@import "../sass-queries.css";
#charWrapper {
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}
#charWrapper > #charHeader {
  display: flex;
  max-width: 1600px;
  margin: auto;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 24px;
}
#charWrapper > #charHeader > #charName {
  font-family: "comix loud", sans-serif;
  text-transform: uppercase;
}
#charWrapper > #charHeader > #charClass > p {
  font-family: "comix loud", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 12px;
  line-height: 32px;
}
@media (min-width: 1024px) {
  #charWrapper > #charHeader > #charClass > p {
    margin-bottom: 0;
    line-height: normal;
  }
}
#charWrapper > #charHeader > #charClass > p > span {
  font-family: "comix loud", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: #FF4E00;
}
#charWrapper > #charContainer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  margin: auto;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #charWrapper > #charContainer {
    flex-direction: row;
  }
}
#charWrapper > #charContainer > img {
  width: auto;
  max-width: 100%;
}
@media (min-width: 1024px) {
  #charWrapper > #charContainer > img {
    width: 700px;
    margin-top: -85px;
    position: relative;
    z-index: 2;
  }
}
#charWrapper > #charContainer > #charInfo {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background: linear-gradient(94.68deg, #26273B 24.8%, #282843 106.18%);
  padding: 16px;
  gap: 16px;
}
@media (min-width: 1024px) {
  #charWrapper > #charContainer > #charInfo {
    max-width: 34.5rem;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  #charWrapper > #charContainer > #charInfo {
    background: linear-gradient(94.68deg, #26273B 24.8%, #282843 106.18%);
    border-radius: 8px;
    padding: 24px;
  }
}
#charWrapper > #charContainer > #charInfo > .divider {
  opacity: 0.5;
  height: 1px;
  width: 100%;
  background: #57597E;
  margin: 0;
}
#charWrapper > #charContainer > #charInfo > #charHeader > #charClass {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
#charWrapper > #charContainer > #charInfo > #charHeader > #charClass > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#charWrapper > #charContainer > #charInfo > #charHeader > #charClass > div > p:first-child {
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.5019607843);
}
#charWrapper > #charContainer > #charInfo > #charHeader > #charClass > div > span {
  font-family: "Comix Loud", sans-serif;
  width: fit-content;
  opacity: 1;
  gap: 10px;
  border-radius: 4px;
  padding: 10px 15px;
  border: 1px solid #FF8D00;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: uppercase;
}
#charWrapper > #charContainer > #charInfo > #charDescription > h1 {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #57597E;
  width: fit-content;
  color: rgba(255, 255, 255, 0.5019607843);
}
#charWrapper > #charContainer > #charInfo > #charDescription > p {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  vertical-align: middle;
  padding-top: 5px;
}
#charWrapper > #charContainer > #charInfo > #charCompetence > h1 {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #57597E;
  width: fit-content;
  color: rgba(255, 255, 255, 0.5019607843);
}
#charWrapper > #charContainer > #charInfo > #charCompetence > #competenceDetail {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 5px;
}
#charWrapper > #charContainer > #charInfo > #charCompetence > #competenceDetail > .divider {
  opacity: 0.5;
  height: 1px;
  width: 100%;
  background: #57597E;
  margin: 0;
}
#charWrapper > #charContainer > #charInfo > #charCompetence > #competenceDetail > div {
  margin-bottom: 8px;
}
#charWrapper > #charContainer > #charInfo > #charCompetence > #competenceDetail > div > p {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
  vertical-align: middle;
}
#charWrapper > #charContainer > #charInfo > #charCompetence > #competenceDetail > div > .progressBar {
  display: flex;
  gap: 8px;
  align-items: center;
  height: 30px;
}
#charWrapper > #charContainer > #charInfo > #charCompetence > #competenceDetail > div > .progressBar > p {
  font-family: "Comix Loud", sans-serif;
  font-weight: 400;
  font-size: 8px;
  line-height: 26px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #FFFFFF;
}
#charWrapper > #charContainer > #charInfo > #charCompetence > #competenceDetail > div > .progressBar .progress {
  width: 100%;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  max-width: 90%;
}
#charWrapper > #charContainer > #charInfo > #charCompetence > #competenceDetail > div > .progressBar .progress > .bar {
  height: 100%;
  background: linear-gradient(90deg, #FF4E00 0%, #FF6600 50%, #FF9500 100%);
}
#charWrapper > #charContainer > #charInfo > #charCompetence > #competenceDetail > #force {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin-top: 8px;
}
#charWrapper > #charContainer > #charInfo > #charCompetence > #competenceDetail > #force > p {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #57597E;
  width: fit-content;
  color: rgba(255, 255, 255, 0.5019607843);
}
#charWrapper > #charContainer > #charInfo > #charCompetence > #competenceDetail > #force > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  row-gap: 8px;
  width: 100%;
  max-width: 600px;
}
#charWrapper > #charContainer > #charInfo > #charCompetence > #competenceDetail > #force > div .forceBar {
  grid-column: 1/-1;
  grid-row: 1;
  height: 24px;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  position: relative;
}
#charWrapper > #charContainer > #charInfo > #charCompetence > #competenceDetail > #force > div .forceBar::before, #charWrapper > #charContainer > #charInfo > #charCompetence > #competenceDetail > #force > div .forceBar::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.6);
}
#charWrapper > #charContainer > #charInfo > #charCompetence > #competenceDetail > #force > div .forceBar::before {
  left: 33%;
}
#charWrapper > #charContainer > #charInfo > #charCompetence > #competenceDetail > #force > div .forceBar::after {
  left: 66%;
}
#charWrapper > #charContainer > #charInfo > #charCompetence > #competenceDetail > #force > div .forceBar > img {
  height: 60px;
  width: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.5));
}
#charWrapper > #charContainer > #charInfo > #charCompetence > #competenceDetail > #force > div > p {
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  font-family: sans-serif;
  grid-row: 2;
  margin: 0;
}
#charWrapper > #charContainer > #charInfo > #charCompetence > #competenceDetail > #force > div > p:first-child {
  text-align: left;
  grid-column: 1;
}
#charWrapper > #charContainer > #charInfo > #charCompetence > #competenceDetail > #force > div > p:last-child {
  text-align: right;
  grid-column: 2;
}
#charWrapper > .historyContainer {
  background-color: #26273B;
  padding: 20px 16px;
  border-radius: 0;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  #charWrapper > .historyContainer {
    padding: 120px 60px;
    border-radius: 10px;
    margin-top: 30px;
  }
}
#charWrapper > .historyContainer .mainTitle {
  font-family: "comix loud", sans-serif;
  text-align: center;
  font-size: 20px;
  color: #21E273;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  #charWrapper > .historyContainer .mainTitle {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
#charWrapper > .historyContainer .timelineWrapper {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
#charWrapper > .historyContainer .timelineWrapper::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 0;
  width: 2px;
  left: calc(150px + 60px / 2 - 2px / 2);
  background: linear-gradient(180deg, #FF4E00 0%, #FF6600 50%, #FF9500 100%);
  z-index: 0;
}
#charWrapper > .historyContainer .timelineWrapper .timelineRow {
  display: flex;
  align-items: stretch;
  min-height: 200px;
  position: relative;
}
#charWrapper > .historyContainer .timelineWrapper .timelineRow .timelineDate {
  width: 150px;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 20px;
  padding-right: 20px;
}
#charWrapper > .historyContainer .timelineWrapper .timelineRow .timelineDate .dateBadge {
  font-family: "comix loud", sans-serif;
  font-weight: bold;
  font-size: 8px;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 5px 15px;
  border-radius: 50px;
  position: relative;
  display: inline-block;
  border: none;
  background: linear-gradient(90deg, #FF4E00 0%, #FF6600 50%, #FF9500 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
#charWrapper > .historyContainer .timelineWrapper .timelineRow .timelineDate .dateBadge::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 2px;
  background: linear-gradient(90deg, #FF4E00 0%, #FF6600 50%, #FF9500 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
#charWrapper > .historyContainer .timelineWrapper .timelineRow .timelineDivider {
  width: 20px;
  display: flex;
  justify-content: center;
  padding-top: 25px;
  flex-shrink: 0;
}
#charWrapper > .historyContainer .timelineWrapper .timelineRow .timelineDivider .dot {
  width: 12px;
  height: 12px;
  background: linear-gradient(90deg, #FF4E00 0%, #FF6600 50%, #FF9500 100%);
  border-radius: 50%;
  z-index: 2;
}
#charWrapper > .historyContainer .timelineWrapper .timelineRow:last-child .timelineDivider::after {
  content: "";
  position: absolute;
  top: 31px;
  bottom: -50px;
  width: 20px;
  background-color: #26273B;
  z-index: 1;
}
#charWrapper > .historyContainer .timelineWrapper .timelineRow .timelineContent {
  flex: 1;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-top: 15px;
}
#charWrapper > .historyContainer .timelineWrapper .timelineRow .timelineContent .contentCard {
  background-color: #3A3A55;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
#charWrapper > .historyContainer .timelineWrapper .timelineRow .timelineContent .contentCard .description {
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  #charWrapper > .historyContainer .timelineWrapper .timelineRow {
    flex-direction: column;
  }
  #charWrapper > .historyContainer .timelineWrapper .timelineRow .timelineDivider {
    display: none;
  }
  #charWrapper > .historyContainer .timelineWrapper .timelineRow .timelineDate {
    width: 100%;
    justify-content: flex-start;
  }
  #charWrapper > .historyContainer .timelineWrapper .timelineRow .timelineContent {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  #charWrapper > .historyContainer .timelineWrapper::before {
    display: none;
  }
}

.content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
@media all and (min-width: 992px) {
  .content {
    flex-direction: row;
  }
}

.characterContainer {
  position: relative;
  width: 100%;
  max-width: 340px;
  height: 450px;
  overflow: hidden;
  background-color: #2A2A40;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}
.characterContainer:hover {
  transform: translateY(-5px);
}
.characterContainer:hover > .characterDetail {
  background: linear-gradient(90deg, #FF4E00 0%, #FF6600 50%, #FF9500 100%), linear-gradient(179.46deg, rgba(0, 0, 0, 0) 0.46%, rgba(0, 0, 0, 0.3) 76.42%);
}
.characterContainer:hover > .characterDetail > .imgBgSaga {
  top: 0;
}
.characterContainer > img {
  width: 100%;
  height: 50%;
  object-fit: cover;
  display: block;
  mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}
.characterContainer > .characterDetail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
  background: linear-gradient(to top, #151525 10%, rgba(21, 21, 37, 0.8) 80%, transparent 100%);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.characterContainer > .characterDetail > .imgBgSaga {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  margin-left: -24px;
  top: 0;
}
.characterContainer > .characterDetail > h2, .characterContainer > .characterDetail > .specRow, .characterContainer > .characterDetail > .no-underline {
  position: relative;
  z-index: 1;
}
.characterContainer > .characterDetail > h2 {
  font-family: "comix loud", sans-serif;
  font-size: 11px;
  line-height: 100%;
  color: #FFFFFF;
  text-transform: uppercase;
  text-shadow: 2px 2px 0px #000;
  margin-bottom: 8px;
  transform: rotate(-1deg);
}
.characterContainer > .characterDetail .specRow {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.characterContainer > .characterDetail .specRow .specLabel {
  font-weight: 300;
  font-size: 9px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  opacity: 0.5;
}
.characterContainer > .characterDetail .specRow .specValue {
  font-size: 11px;
  color: #FFF;
  background: #151525;
  padding: 4px 5px;
  border-radius: 4px;
  width: fit-content;
  backdrop-filter: blur(2px);
}
.characterContainer > .characterDetail .buttonWrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
.characterContainer > .characterDetail .buttonWrapper .outlineButton {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  padding: 8px 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 24px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}
.characterContainer > .characterDetail .buttonWrapper .outlineButton:hover {
  background: #FFF;
  color: #151525;
  border-color: #FFF;
}

/*# sourceMappingURL=character.css.map */
