*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.7;
  font-size: 16px;
  color: #333;
  background-color: #f8f9fa;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: bold;
}

p {
  margin-bottom: 15px;
}

.header-title {
  background-color: #343a40;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 0;
}

.sidebar-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 230px;
          flex: 0 0 230px;
  padding-right: 15px;
  margin-right: 25px;
  position: sticky;
  top: 20px;
  height: calc(100vh - 120px);
  overflow-y: auto;
  border-right: 1px solid #dee2e6;
}
.sidebar-nav::-webkit-scrollbar {
  width: 8px;
}
.sidebar-nav::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.sidebar-nav::-webkit-scrollbar-thumb {
  background: #007bff;
  border-radius: 10px;
}
.sidebar-nav::-webkit-scrollbar-thumb:hover {
  background: #006fe6;
}
.sidebar-nav h3 {
  font-size: 1.2em;
  color: #0056b3;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #0056b3;
}
.sidebar-nav ul li a {
  text-decoration: none;
  color: #495057;
  display: block;
  padding: 9px 12px;
  border-radius: 5px;
  font-size: 0.9em;
  -webkit-transition-property: background-color, color, -webkit-transform;
  transition-property: background-color, color, -webkit-transform;
  transition-property: background-color, color, transform;
  transition-property: background-color, color, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  margin-bottom: 3px;
}
.sidebar-nav ul li a:hover {
  background-color: #f0f0f0;
  color: #0056b3;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.sidebar-nav ul li a.active-link {
  background-color: #007bff;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 0 2px 5px rgba(0, 123, 255, 0.3);
          box-shadow: 0 2px 5px rgba(0, 123, 255, 0.3);
}
.sidebar-nav ul .sub-menu {
  padding-left: 15px;
  margin-top: 2px;
  margin-bottom: 5px;
}
.sidebar-nav ul .sub-menu li a {
  font-size: 0.85em;
  padding: 7px 10px;
  color: #555;
}
.sidebar-nav ul .sub-menu li a:hover {
  background-color: #e9ecef;
  color: #0056b3;
}
.sidebar-nav ul .sub-menu li a.active-link {
  background-color: #17a2b8;
  color: #fff;
  font-weight: normal;
}

footer {
  text-align: center;
  margin-top: 30px;
  padding: 20px;
  font-size: 0.9em;
  color: #777;
}

.tabs-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
}

.tab1-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-content-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.main-content-area .field-category,
.main-content-area div[id^=role-],
.main-content-area div[id^=section-] {
  scroll-margin-top: 80px;
  padding-top: 10px;
}
.main-content-area .section-title {
  color: #0056b3;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0056b3;
  font-size: 1.8em;
}

.tab-content > h2:not(.section-title) {
  color: #343a40;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
  font-size: 1.5em;
}

.tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #e9ecef;
  border-bottom: 1px solid #dee2e6;
}

.tab-button {
  padding: 15px 20px;
  font-size: 15px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  border-bottom: 3px solid transparent;
}
.tab-button:hover {
  background-color: #dadfe4;
}
.tab-button.active {
  background-color: #fff;
  color: #007bff;
  border-bottom-color: #007bff;
  font-weight: bold;
}

.tab-content {
  display: none;
  padding: 25px;
  border-top: none;
}
.tab-content.active {
  display: block;
}

.btn {
  display: inline-block;
  padding: 8px 15px;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
.btn.btn-primary {
  background-color: #007bff;
  color: #fff;
  border: 1px solid #007bff;
}
.btn.btn-primary:hover {
  background-color: #006fe6;
  border-color: #006fe6;
}
.btn.btn-secondary {
  background-color: #17a2b8;
  color: #fff;
  border: 1px solid #17a2b8;
}
.btn.btn-secondary:hover {
  background-color: #1592a6;
  border-color: #1592a6;
}

.character-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  background-color: #eaf6ff;
  border: 1px solid #b3d7ff;
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
}
.character-profile .concept {
  font-size: 1.05em;
  font-style: italic;
  color: #0056b3;
  margin-bottom: 10px;
}
.character-profile .concept strong {
  margin-right: 5px;
}
.character-profile .costume-concept {
  font-size: 0.9em;
  color: #555;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
.character-profile .costume-concept strong {
  margin-right: 5px;
}

.character-image-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 250px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #d0e0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #007bff;
  -webkit-box-shadow: 0 0 8px rgba(0, 123, 255, 0.3);
          box-shadow: 0 0 8px rgba(0, 123, 255, 0.3);
  margin: 20px 0px;
}
.character-image-container img {
  width: 130%;
  /* height: 100%; */
  /* object-fit: cover;
      }
  }

  .character-details {
      flex: 1;
  }

  .stats-display {
      h5 { /* ... */
}
.character-image-container ul { /* ... */ }
.character-image-container li { /* ... */ }
.character-image-container .stat-name { /* ... */ }
.character-image-container .stars { /* ... */ }

.character-profile-descriptions {
  margin-top: 10px;
}
.character-profile-descriptions p {
  margin-bottom: 15px;
}
.character-profile-descriptions p:first-of-type:not(.concept):not(.costume-concept) {
  font-size: 1em;
  line-height: 1.8;
  color: #334155;
  margin-top: 5px;
}

.responsibilities-by-level {
  margin-top: 20px;
}
.responsibilities-by-level h5 { /* ... */ }
.responsibilities-by-level table {
  margin-top: 0;
}
.responsibilities-by-level th {
  background-color: #e9f5ff;
  font-size: 0.95em;
  font-weight: bold;
}
.responsibilities-by-level td {
  font-size: 0.9em;
  vertical-align: top;
}
.responsibilities-by-level td ul {
  padding-left: 18px;
  margin: 5px 0;
}

.item-block {
  background-color: #f8f9fa;
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding: 15px 20px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.item-block h4 {
  margin-top: 0;
  margin-bottom: 8px;
}
.item-block h4 a {
  color: #0056b3;
  font-weight: bold;
  font-size: 1.1em;
}
.item-block h4 a:hover {
  text-decoration: underline;
}
.item-block .description { /* ... */ }
.item-block .details-title { /* ... */ }
.item-block .details-content { /* ... */ }

table {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 0.9em;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
table th, table td {
  border: 1px solid #dee2e6;
  padding: 10px 12px;
  text-align: left;
}
table th {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #343a40;
}
table td {
  background-color: #fff;
}

.main-content-area .field-category {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #eee;
}
.main-content-area .field-category:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.main-content-area .field-category h3 {
  color: #007bff;
  margin-bottom: 15px;
  margin-top: 8px;
  font-size: 1.6em;
  padding-bottom: 5px;
}
.main-content-area .field-category h4 {
  color: #17a2b8;
  margin-top: 25px;
  margin-bottom: 12px;
  font-size: 1.3em;
}
.main-content-area .field-category p, .main-content-area .field-category ul {
  margin-bottom: 10px;
  font-size: 0.95em;
}
.main-content-area .field-category ul:not(.stats-display ul):not(.responsibilities-by-level td ul) {
  list-style: disc;
  padding-left: 25px;
}
.main-content-area .field-category ul li {
  margin-bottom: 5px;
}
.main-content-area .field-category #role-frontend > ul, .main-content-area .field-category #role-backend > ul, .main-content-area .field-category #role-fullstack > ul, .main-content-area .field-category #role-publisher > ul {
  margin-top: 20px;
}
.main-content-area .field-category #role-frontend > ul > li > strong, .main-content-area .field-category #role-backend > ul > li > strong, .main-content-area .field-category #role-fullstack > ul > li > strong, .main-content-area .field-category #role-publisher > ul > li > strong {
  font-size: 1.15em;
  color: #28a745;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
  padding-bottom: 3px;
  border-bottom: 1px dotted #ccc;
}
.main-content-area .api-category-title {
  font-size: 1.3em;
  color: #28a745;
  margin-top: 25px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #28a745;
}

.tab-content:not(#tabCategoryTech) .api-category-title {
  font-size: 1.3em;
  color: #28a745;
  margin-top: 25px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #28a745;
}

@media (max-width: 768px) {
  .tabs-container {
    width: 95%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto;
  }
  .tab-button {
    font-size: 14px;
    padding: 12px 10px;
  }
  .tab1-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sidebar-nav {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    position: static;
    height: auto;
    margin-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    overflow-y: visible;
  }
  .main-content-area .field-category,
  .main-content-area div[id^=role-],
  .main-content-area div[id^=section-] {
    scroll-margin-top: 60px;
    padding-top: 10px;
  }
  .main-content-area .field-category h3 {
    font-size: 1.4em;
  }
  .main-content-area .field-category h4 {
    font-size: 1.2em;
  }
  table {
    font-size: 0.85em;
  }
  table th, table td {
    padding: 8px;
  }
}/*# sourceMappingURL=main.css.map */