MediaWiki:Common.css: различия между версиями

Страница интерфейса MediaWiki
Нет описания правки
Нет описания правки
 
(не показано 160 промежуточных версий этого же участника)
Строка 1: Строка 1:
/*=Блок лора=*/


/*--------------------------------Блок стилей лора-----------------------------------------------------------------------------------*/
/*=Таблица планет=*/
:root {
 
   --primary-bg-color: #1e1e1e;
.planets-table {
   --secondary-bg-color: #292929;
   width: 100%;
   --item-bg-color: #2a2a2a;
   border-collapse: collapse;
   --item-hover-bg-color: #3a3a3a;
   margin: 20px auto;
   --border-color: #555;
   font-family: "Segoe UI", Arial, sans-serif;
  --hover-shadow-color: rgba(255, 255, 255, 0.4);
   background: linear-gradient(to bottom, #1a2a3a, #101820);
   --text-color: #d3d3d3;
   border: 2px solid #2ecc71;
   --hover-text-color: #ffa500;
   color: #dcdcdc;
  --shadow-color: rgba(0, 0, 0, 0.8);
}
  --hover-text-shadow: 2px 2px 4px rgba(255, 165, 0, 1), 0 0 10px rgba(255, 165, 0, 0.6);
 
  --font-family: 'Arial', sans-serif;
.planets-table th {
   --transition-duration: 0.4s;
   background-color: #2ecc71;
   --scale-hover: 1.2;
   color: #101820;
   --menu-border-radius: 25px;
   text-align: center;
   --header-padding: 30px;
   padding: 15px;
   --item-height: 180px;
   font-size: 22px;
   --icon-size: 72px;
   font-weight: bold;
   --text-font-size: 18px;
   border-bottom: 3px solid #27ae60;
   --box-shadow-base: rgba(0, 0, 0, 0.4);
   text-transform: uppercase;
}
}


*,
.planets-table td {
*::before,
  text-align: center;
*::after {
   padding: 15px;
   box-sizing: border-box;
   font-size: 18px;
   margin: 0;
   border: 1px solid #27ae60;
   padding: 0;
}
}


body {
.planets-table td img {
   font-family: var(--font-family);
   border-radius: 50%;
   color: var(--text-color);
  margin: 10px 0;
  width: 80px;
  height: 80px;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}
}


.custom-lore-menu {
.planets-table tr:nth-child(even) {
  max-width: 1200px;
   background-color: rgba(255, 255, 255, 0.05);
  margin: 30px auto;
  padding: 40px;
  border: 1px solid var(--border-color);
  border-radius: var(--menu-border-radius);
   background-color: var(--primary-bg-color);
  box-shadow: 0 6px 25px var(--box-shadow-base);
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  position: relative;
  overflow: hidden;
  animation: fadeIn 1s ease-out;
}
}


@keyframes fadeIn {
.planets-table tr:nth-child(odd) {
  from {
   background-color: rgba(255, 255, 255, 0.1);
    opacity: 0;
    transform: translateY(30px);
  }
   to {
    opacity: 1;
    transform: translateY(0);
  }
}
}


.custom-header {
.planets-table tr:hover {
  text-align: center;
   background-color: #34495e;
   background-color: var(--secondary-bg-color);
   cursor: pointer;
   padding: var(--header-padding);
   transform: scale(1.02);
   border-bottom: 2px solid var(--border-color);
   transition: 0.3s;
   position: relative;
  z-index: 10;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}
}


.custom-header::after {
.planets-table caption {
   content: '';
   margin: 10px 0;
  position: absolute;
   font-size: 24px;
  top: 0;
   font-weight: bold;
   left: 0;
   color: #2ecc71;
   right: 0;
   text-shadow: 1px 1px 2px #000;
   bottom: 0;
   text-transform: uppercase;
   background: rgba(0, 0, 0, 0.2);
   z-index: -1;
}
}


.custom-links {
/*=Эффект снежинок=*/
   display: grid;
 
   grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
#snow-toggle {
   gap: 25px;
   position: fixed;
   padding: 25px;
  top: 200px;
   justify-items: center;
  left: 10px;
   align-items: center;
   font-size: 30px;
  cursor: pointer;
   z-index: 9999;
   color: #000;
   transition: transform 0.3s ease;
   user-select: none;
}
}


.custom-item {
#snow-toggle.snow-on {
   display: flex;
   animation: swing 1s infinite ease-in-out;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: var(--item-height);
  text-align: center;
  border: 1px solid var(--border-color);
  border-radius: 15px;
  background-color: var(--item-bg-color);
  transition: transform var(--transition-duration), box-shadow var(--transition-duration), background-color var(--transition-duration), filter var(--transition-duration);
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  box-shadow: 0 4px 20px var(--box-shadow-base);
}
}


.custom-item:hover {
#snow-toggle.snow-off {
   transform: scale(var(--scale-hover));
   animation: none;
  box-shadow: 0 15px 30px var(--hover-shadow-color);
  background-color: var(--item-hover-bg-color);
  filter: brightness(1.2);
}
}


.custom-icon {
.snowflake {
   width: var(--icon-size);
   position: fixed;
   height: var(--icon-size);
  top: -50px;
   margin-bottom: 15px;
  font-size: 1.5rem;
   transition: transform var(--transition-duration), filter var(--transition-duration);
   color: #fff;
  opacity: 0.8;
   pointer-events: none;
   animation: fall linear infinite;
  user-select: none;
}
}


.custom-item:hover .custom-icon {
@keyframes swing {
   transform: rotate(30deg);
   0%, 100% {
   filter: brightness(1.3);
    transform: rotate(0deg);
   }
  50% {
    transform: rotate(10deg);
  }
}
}


.custom-text {
@keyframes fall {
   font-size: var(--text-font-size);
   0% {
   font-weight: bold;
    transform: translateX(0) rotate(0deg);
   color: var(--text-color);
   }
   text-shadow: 1px 1px 2px var(--shadow-color), 0 0 6px rgba(80, 80, 80, 0.5);
   50% {
  transition: color var(--transition-duration), transform var(--transition-duration), text-shadow var(--transition-duration);
    transform: translateX(20px) rotate(180deg);
   }
  100% {
    transform: translateX(-20px) rotate(360deg);
    top: 100vh;
  }
}
}


.custom-text:hover {
/*=Карточки планет=*/
  color: var(--hover-text-color);
  transform: scale(1.2);
  text-shadow: var(--hover-text-shadow);
}


.custom-lore-menu img {
.planets-row {
   pointer-events: none;
   display: flex;
   user-select: none;
  justify-content: space-between;
   max-width: 100%;
   flex-wrap: wrap;
   gap: 20px;
  margin: 20px 0;
}
}


@media (max-width: 768px) {
.planet-card {
   .custom-lore-menu {
  width: 220px;
    padding: 20px;
  border: 2px solid #555;
   }
  border-radius: 15px;
  overflow: hidden;
   background-color: #333;
  color: #fff;
  text-align: center;
  padding: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.7);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}


  .custom-links {
.planet-card img {
    grid-template-columns: 1fr;
  width: 100%;
   }
  height: 180px;
  object-fit: cover;
  border-bottom: 2px solid #555;
   border-radius: 8px;
}


  .custom-item {
.planet-card h3 {
    width: 100%;
  font-size: 1.3em;
    height: auto;
  margin: 15px 0 10px;
   }
   color: #ffcc00;
 
   text-transform: uppercase;
   .custom-text {
   letter-spacing: 1px;
    font-size: 16px;
   }
}
}


/**/
.planet-card p {
/* Стили для логотипа */
   font-size: 1em;
.custom-logo {
   color: #ddd;
   display: block;
   margin: 0;
   max-width: 100%;
   line-height: 1.5;
   height: auto;
   max-height: 100px;
   transition: transform 0.5s ease, box-shadow 0.3s ease;
   overflow: hidden;
   border-radius: 15px;
   text-overflow: ellipsis;
   box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
   filter: brightness(1.1) contrast(1.2);
}
}


/* Эффект при наведении на логотип */
.planet-card:hover {
.custom-logo:hover {
   transform: scale(1.05);
   transform: scale(1.1) rotate(5deg);
   box-shadow: 0 6px 20px rgba(0, 0, 0, 0.8);
   box-shadow: 0 15px 30px rgba(255, 165, 0, 0.5);
  filter: brightness(1.2) contrast(1.5);
  transition: transform 0.5s ease, box-shadow 0.3s ease, filter 0.5s ease;
}
}


/* Градиентное свечение вокруг логотипа */
.planet-card .more-info {
.custom-logo:after {
   margin-top: 10px;
   content: '';
   padding: 5px;
  position: absolute;
   background-color: #ffcc00;
  top: 0;
   color: #222;
   left: 0;
   border-radius: 5px;
   right: 0;
   font-weight: bold;
   bottom: 0;
   text-transform: uppercase;
   background: linear-gradient(45deg, rgba(255, 165, 0, 0.7), rgba(255, 0, 0, 0.7));
   cursor: pointer;
   border-radius: 15px;
   transition: background-color 0.3s ease;
   z-index: -1;
   opacity: 0;
   transition: opacity 0.3s ease;
}
}


.custom-logo:hover:after {
.planet-card .more-info:hover {
   opacity: 1;
   background-color: #ffaa00;
}
}


@media (max-width: 768px) {
  .planets-row {
    justify-content: center;
  }


  .planet-card {
    width: 90%;
    max-width: 280px;
  }
}


/*------------------------------------------------Блок вики-----------------------------------------------------------------------------*/
@media (max-width: 480px) {
/*Стиль JobHeader */
  .planet-card {
/* Стиль JobHeader */
     width: 100%;
@keyframes gradient-animation {
  }
    0%, 100% { background-position: 0% 50%; }
     50% { background-position: 100% 50%; }
}
}


.job_header {
/*=Меню лора=*/
    font-family: Arial, sans-serif;
    border: 3px solid var(--border-color, #465298);
    border-radius: .5em;
    background-color: #27272e;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    margin: 0 0 10px 5px;
}


.job_header .header-title {
:root {  
    text-align: center;
  --transition-duration: 0.4s;
    padding: 5px 10px;
  --primary-bg-color: #1e1e1e;
    margin: 0;
  --secondary-bg-color: #292929;
    background: linear-gradient(135deg, var(--header-color-start, #465298), var(--header-color-end, #27272e));
  --item-bg-color: #2a2a2a;
    background-size: 300% 300%;
  --item-hover-bg-color: #3a3a3a;
    color: #fff;
  --border-color: #555;
    font-weight: bold;
  --text-color: #d3d3d3;
    font-size: 1.1em;
  --hover-text-color: #ffffff;
    letter-spacing: 0.5px;
  --font-family: 'Arial', sans-serif;
    text-transform: uppercase;
  --menu-border-radius: 25px;
    animation: gradient-animation 6s ease infinite;
  --header-padding: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  --item-height: 180px;
  --icon-size: 72px;
  --text-font-size: 18px;
}
}


.job_header .sprite-container {
.custom-lore-menu {
    text-align: center;
  max-width: 1200px;
    padding: 3px 0;
  margin: 30px auto;
    margin: 0;
  padding: 40px;
    background: linear-gradient(135deg, var(--sprite-color-start, #465298), var(--sprite-color-end, #27272e));
  border: 1px solid var(--border-color);
    background-size: 300% 300%;
  border-radius: var(--menu-border-radius);
    animation: gradient-animation 6s ease infinite;
  background-color: var(--primary-bg-color);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
}


.job_header .sprite-container img {
.custom-header {
    width: 128px;
  text-align: center;
    height: auto;
  background-color: var(--secondary-bg-color);
    border-radius: .2em;
  padding: var(--header-padding);
  border-bottom: 2px solid var(--border-color);
}
}


.job_header div {
.custom-links {
    padding: 3px 10px;
  display: grid;
    margin: 0;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  gap: 25px;
    color: #ddd;
  padding: 25px;
    transition: background-color 0.3s ease;
  justify-items: center;
  align-items: center;
}
}


.job_header div:last-child {
.custom-item {
    border-bottom: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: var(--item-height);
  text-align: center;
  border: 1px solid var(--border-color);
  border-radius: 15px;
  background-color: var(--item-bg-color);
  transition: transform var(--transition-duration), background-color var(--transition-duration);
  cursor: pointer;
}
}


.job_header .label {
.custom-item:hover {
    font-weight: bold;
  background-color: var(--item-hover-bg-color);
    color: #ddd;
  transform: scale(1.05);
}
}


.job_header .value {
.custom-item a {
    color: #bbb;
  text-decoration: none;
    font-size: 0.95em;
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: color var(--transition-duration);
}
}


/* Скрытые элементы */
.custom-item a:hover {
.job_collapsible {
  color: var(--hover-text-color);
    cursor: pointer;
    color: lightblue;
    text-decoration: underline;
    margin-top: 10px;
}
}


.job_collapsible_content {
.custom-icon {
    display: none;
  width: var(--icon-size);
    padding: 10px;
  height: var(--icon-size);
    color: #bbb;
  margin-bottom: 15px;
    transition: all 0.3s ease;
}
}


.custom-text {
  font-size: var(--text-font-size);
  font-weight: bold;
  color: var(--text-color);
  transition: color var(--transition-duration);
}


/*Стиль JobHeader */
.custom-text:hover {
/*-----------------------------------------------------------------------------------------------------------------------------------*/
  color: var(--hover-text-color);
}


/* Begin стиль для tabber
@media (max-width: 768px) {
Shegare */
  .custom-lore-menu {
    padding: 20px;
  }


  .custom-links {
    grid-template-columns: 1fr;
  }


.unheightTabber .tabber__section {
  .custom-item {
     height: unset !important;
     height: auto;
}
  }


/* End стиль для tabber
  .custom-text {
Shegare */
    font-size: 16px;
  }
}
 
/*=Блок лора=*/




/* Begin стиль ног (footer)
Shegare */


/* Блоки в одну строку */
.page-info__item {
    flex-basis: 100%;
}


/* Убираем отступ для ног (footer) */
.citizen-footer {
    margin: 0;
}


/* End стиль ног (footer)
Shegare */


/*------------------------------------------------Блок вики-----------------------------------------------------------------------------*/


/* Begin стиль для JobsTable
Shegare */


/* Стиль для sidebar */
/* Анимация градиента для JobHeader */
#IdJobsTableContainer2 {
@keyframes gradient-animation {
     margin-top: 112px;
     0%, 100% { background-position: 0% 50%; }
     flex-basis: 20%;
     50% { background-position: 100% 50%; }
    padding: 0px 38px;
}
#IdJobsTableContainer2 > div {
    background: #ffffff08;
    border-radius: 20px;
    padding: 5px 10px;
}
}


.JobsTable {
/* Стиль заголовка профессии */
     border: 2px solid black;
.job_header {
     border-radius: 10px;
    font-family: Arial, sans-serif;
     margin-bottom: 5px;
     border: 3px solid var(--border-color, #465298);
     width: auto;
     border-radius: 0.5em;
     height: fit-content;
     background-color: #27272e;
     background: #28303e;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
     overflow: hidden;
     margin: 0 0 10px 5px;
}
}


/* Отступы в шапке JobsTable */
.job_header .header-title {
.JobsTableHeadImg {
    text-align: center;
     margin-left: 15px;
    padding: 5px 10px;
     margin-right: 5px;
     margin: 0;
    background: linear-gradient(135deg, var(--header-color-start, #465298), var(--header-color-end, #27272e));
    background-size: 300% 300%;
     color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    animation: gradient-animation 6s ease infinite;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
}
.JobsTableHeadLink {
 
     margin-right: auto;
/* Контейнер для изображения профессии */
.job_header .sprite-container {
    text-align: center;
    padding: 3px 0;
     margin: 0;
    background: linear-gradient(135deg, var(--sprite-color-start, #465298), var(--sprite-color-end, #27272e));
    background-size: 300% 300%;
    animation: gradient-animation 6s ease infinite;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
}
}


/* Видимость на разных экранах */
.job_header .sprite-container img {
.client-js td.mw-collapsed:not(.mw-made-collapsible):before, .client-js table.mw-collapsed:not(.mw-made-collapsible) :first-child tr:first-child th:last-child:before, .client-js table.mw-collapsed:not(.mw-made-collapsible) > caption:first-child:after, .client-js div.mw-collapsed:not(.mw-made-collapsible):before,
    width: 128px;
.client-js ol.mw-collapsible:not(.mw-made-collapsible):before, .client-js ul.mw-collapsible:not(.mw-made-collapsible):before, .client-js table.mw-collapsible:not(.mw-made-collapsible) :first-child tr:first-child th:last-child:before, .client-js table.mw-collapsible:not(.mw-made-collapsible) > caption:first-child:after, .client-js div.mw-collapsible:not(.mw-made-collapsible):before {
    height: auto;
     opacity: 0;
    border-radius: 0.2em;
}
 
/* Элементы внутри JobHeader */
.job_header div {
    padding: 3px 10px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ddd;
     transition: background-color 0.3s ease;
}
}
#IdJobsTableContainer1 {
 
     display: none;
.job_header div:last-child {
     border-bottom: none;
}
}
@media screen and (max-width: 1440px) {
 
     #IdJobsTableContainer2 {
.job_header .label {
        display: none;
     font-weight: bold;
     }
     color: #ddd;
    #IdJobsTableContainer1 {
}
        display: unset;
 
    }
.job_header .value {
    .JobsTableHeadImg {
     color: #bbb;
        margin-left: unset;
     font-size: 0.95em;
    }
     .JobsTableHeadLink {
        margin-right: 55px;
     }
    .client-js td.mw-collapsed:not(.mw-made-collapsible):before, .client-js table.mw-collapsed:not(.mw-made-collapsible) :first-child tr:first-child th:last-child:before, .client-js table.mw-collapsed:not(.mw-made-collapsible) > caption:first-child:after, .client-js div.mw-collapsed:not(.mw-made-collapsible):before,
    .client-js ol.mw-collapsible:not(.mw-made-collapsible):before, .client-js ul.mw-collapsible:not(.mw-made-collapsible):before, .client-js table.mw-collapsible:not(.mw-made-collapsible) :first-child tr:first-child th:last-child:before, .client-js table.mw-collapsible:not(.mw-made-collapsible) > caption:first-child:after, .client-js div.mw-collapsible:not(.mw-made-collapsible):before {
        opacity: 1;
    }
}
}


/* Скрытие контента на широких экранах */
/* Скрываемые элементы для JobHeader */
@media screen and (min-width: 1440px) {
.job_collapsible {
     .JobsTable .mw-collapsible.mw-collapsed {
     cursor: pointer;
        display: none;
     color: lightblue;
     }
     text-decoration: underline;
     .JobsTable div:hover ~ .mw-collapsible.mw-collapsed {
     margin-top: 10px;
        display: unset;
     }
    .JobsTable .mw-collapsible.mw-collapsed:hover {
        display: unset;
    }
}
}
@media screen and (max-width: 1439px) {
 
     .JobsTable div:first-child {
.job_collapsible_content {
        padding-left: 15px;
     display: none;
     }
    padding: 10px;
    color: #bbb;
     transition: all 0.3s ease;
}
}


/* Кнопка скрытия элементов */
/*-----------------------------------------------------------------------------------------------------------------------------------*/
.JobsTable .mw-collapsible-toggle {
 
    margin-top: -35px;
 
}
/* Begin стиль для tabber
.JobsTable .mw-collapsible-toggle-default:before,
Shegare */
.JobsTable .mw-collapsible-toggle-default:after {
 
    content: unset;
 
}
.unheightTabber .tabber__section {
.JobsTable .mw-collapsible-text {
     height: unset !important;
    background: black;
    border: 2px solid;
    padding: 2px;
    margin-right: 5px;
    font-weight: 700;
}
.JobsTable .mw-collapsible.mw-made-collapsible.mw-collapsed .mw-collapsible-text {
    color: #00ffff9e;
    box-shadow: 0 0 10px #00b9b978;
}
.JobsTable .mw-collapsible.mw-made-collapsible .mw-collapsible-text {
     color: #c21111cc;
}
}


/* Кнопки */
/* End стиль для tabber
.JobsTableList li a {
Shegare */
    color: white;
    font-size: 16px;
    background: #232323;
    display: block;
    border: 2px solid black;
    margin-bottom: 5px;
    padding: 3px 5px;
    transition: background-color 0.8s;
}
.JobsTableList li a:hover {
    background: #007383;
    transform: scale(1.1);
    text-decoration: unset;
}


/* End стиль для JobsTable
Shegare */
/*-----------------------------------------------------------------------------------------------------------------------------------*/


/* Begin Заголовки стиль
/* Begin стиль ног (footer)
Shegare */
Shegare */


.citizen-sections-enabled .citizen-section-heading .mw-headline {
/* Блоки в одну строку */
     border-bottom: 2px solid;
.page-info__item {
    border-image: linear-gradient(to right top, #006a79, #272727);
     flex-basis: 100%;
    border-image-slice: 1;
}
}


.citizen-sections-enabled .citizen-section-heading .mw-headline:empty {
/* Убираем отступ для ног (footer) */
     border: unset;
.citizen-footer {
     margin: 0;
}
}


.citizen-sections-enabled .citizen-section-heading--collapsed .mw-headline {
/* End стиль ног (footer)
    border: unset;
Shegare */
}
 


.mw-ui-icon-wikimedia-collapse:before {
/* Begin стиль для JobsTable
    opacity: unset;
Shegare */
}


.citizen-sections-enabled .citizen-section-indicator {
/* Стиль для sidebar */
    width: 25px;
#IdJobsTableContainer2 {
    height: 25px;
     margin-top: 112px;
    position: absolute;
     flex-basis: 20%;
    padding: 3px;
     padding: 0px 38px;
    background: rgb(0 235 255 / 60%);
    box-shadow: 0 0 20px 0px rgb(0 235 255 / 20%);
    border: 1px solid #000000;
     border-radius: 50%;
     transition: 0.3s;
    margin-left: -30px;
     margin-right: 5px;
}
}
 
#IdJobsTableContainer2 > div {
@media screen and (max-width: 1119px) {
     background: #ffffff08;
     .citizen-sections-enabled .citizen-section-indicator {
     border-radius: 20px;
        margin-left: 0px;
     padding: 5px 10px;
     }
    .citizen-sections-enabled .citizen-section-indicator {
        width: 21px;
        height: 21px;
     }
    .citizen-sections-enabled .citizen-section-heading .mw-headline {
        padding-left: 25px;
    }
}
}


.citizen-sections-enabled .citizen-section-heading--collapsed .citizen-section-indicator {
.JobsTable {
     background: #000000;
     border: 2px solid black;
     opacity: 50%;
     border-radius: 10px;
     box-shadow: unset;
     margin-bottom: 5px;
     transition: 0.3s;
    width: auto;
     height: fit-content;
    background: #28303e;
}
}


.citizen-section-collapsible p {
/* Отступы в шапке JobsTable */
     margin-bottom: 1.5em;
.JobsTableHeadImg {
     margin-top: 0px;
     margin-left: 15px;
     margin-right: 5px;
}
}
 
.JobsTableHeadLink {
.citizen-sections-enabled .citizen-section-heading .mw-headline:has(.header_unborder) {
     margin-right: auto;
     border: unset;
}
}


/* Begin Заголовки стиль
/* Видимость на разных экранах */
Shegare */
.client-js td.mw-collapsed:not(.mw-made-collapsible):before, .client-js table.mw-collapsed:not(.mw-made-collapsible) :first-child tr:first-child th:last-child:before, .client-js table.mw-collapsed:not(.mw-made-collapsible) > caption:first-child:after, .client-js div.mw-collapsed:not(.mw-made-collapsible):before,
/*-----------------------------------------------------------------------------------------------------------------------------------*/
.client-js ol.mw-collapsible:not(.mw-made-collapsible):before, .client-js ul.mw-collapsible:not(.mw-made-collapsible):before, .client-js table.mw-collapsible:not(.mw-made-collapsible) :first-child tr:first-child th:last-child:before, .client-js table.mw-collapsible:not(.mw-made-collapsible) > caption:first-child:after, .client-js div.mw-collapsible:not(.mw-made-collapsible):before {
 
     opacity: 0;
 
/* Начальный размер блока лого */
.citizen-header__logo {
     height: 89px;
}
}
 
#IdJobsTableContainer1 {
/* Анимация появления второго лого */
    display: none;
.logo2 img {
  opacity: 0;
  animation: animOpacity 0.5s forwards;
}
}
@keyframes animOpacity {
@media screen and (max-width: 1440px) {
  0% {opacity: 0;}
     #IdJobsTableContainer2 {
  100% {opacity: 1;}
         display: none;
}
    }
 
    #IdJobsTableContainer1 {
/* Обводка вокруг лого */
         display: unset;
.logo1:hover, .logo2:hover {
    }
    background: #ffffff26;
    .JobsTableHeadImg {
    border-radius: 15px;
         margin-left: unset;
}
 
/* Лого на экранах меньше 1120px */
@media screen and (max-width: 1119px) {
     .citizen-header__logo {
         display: flex;
         height: auto;
         width: 89px;
     }
     }
     .logo1 {
     .JobsTableHeadLink {
         margin-right: 3px;
         margin-right: 55px;
     }
     }
}
    .client-js td.mw-collapsed:not(.mw-made-collapsible):before, .client-js table.mw-collapsed:not(.mw-made-collapsible) :first-child tr:first-child th:last-child:before, .client-js table.mw-collapsed:not(.mw-made-collapsible) > caption:first-child:after, .client-js div.mw-collapsed:not(.mw-made-collapsible):before,
@media screen and (min-width: 1120px) {
     .client-js ol.mw-collapsible:not(.mw-made-collapsible):before, .client-js ul.mw-collapsible:not(.mw-made-collapsible):before, .client-js table.mw-collapsible:not(.mw-made-collapsible) :first-child tr:first-child th:last-child:before, .client-js table.mw-collapsible:not(.mw-made-collapsible) > caption:first-child:after, .client-js div.mw-collapsible:not(.mw-made-collapsible):before {
     .logo1 {
         opacity: 1;
         margin-bottom: 3px;
     }
     }
}
}


/* End Лого стили
/* Скрытие контента на широких экранах */
Shegare */
@media screen and (min-width: 1440px) {
/*-----------------------------------------------------------------------------------------------------------------------------------*/
    .JobsTable .mw-collapsible.mw-collapsed {
 
        display: none;
/* Begin элементы таблицы "|" не подсвечиваются при наведении
    }
Shegare */
    .JobsTable div:hover ~ .mw-collapsible.mw-collapsed {
 
        display: unset;
:root.skin-citizen-dark {
    }
--background-color-quiet--hover: unset
    .JobsTable .mw-collapsible.mw-collapsed:hover {
        display: unset;
    }
}
@media screen and (max-width: 1439px) {
    .JobsTable div:first-child {
        padding-left: 15px;
    }
}
}


/* End элементы таблицы "|" не подсвечиваются при наведении
/* Кнопка скрытия элементов */
Shegare */
.JobsTable .mw-collapsible-toggle {
/*-----------------------------------------------------------------------------------------------------------------------------------*/
    margin-top: -35px;
 
}
/* Begin header не скрывается
.JobsTable .mw-collapsible-toggle-default:before,
Shegare */
.JobsTable .mw-collapsible-toggle-default:after {
 
    content: unset;
@media screen and (max-width: 1119px) {
    .citizen-scroll--down .citizen-header {
        transform: unset;
    }
}
}
 
.JobsTable .mw-collapsible-text {
/* End header не скрывается
    background: black;
Shegare */
    border: 2px solid;
/*-----------------------------------------------------------------------------------------------------------------------------------*/
    padding: 2px;
 
    margin-right: 5px;
/* Begin фикс JobGear
     font-weight: 700;
Shegare */
 
/* Убираем пунктир */
.job_gear .tooltip span {
     border-bottom: unset !important;
}
}
 
.JobsTable .mw-collapsible.mw-made-collapsible.mw-collapsed .mw-collapsible-text {
/* Хрен знает что ему не нравится, можете игнорить. Но если будете фиксить не сломайте шаблон JobGear! */
     color: #00ffff9e;
.citizen-table-wrapper:has(.job_gear) {
    box-shadow: 0 0 10px #00b9b978;
     overflow-x: unset;
}
}
.citizen-overflow--right:has(.job_gear) {
.JobsTable .mw-collapsible.mw-made-collapsible .mw-collapsible-text {
    -webkit-mask-image: unset;
     color: #c21111cc;
     mask-image: unset;
}
}


@media screen and (max-width:850px) {
/* Кнопки */
.job_gear img {
.JobsTableList li a {
width: 48px;
    color: white;
height: 48px;
    font-size: 16px;
}
    background: #232323;
.job_gear {
    display: block;
font-size: 12px;
    border: 2px solid black;
}
    margin-bottom: 5px;
    padding: 3px 5px;
    transition: background-color 0.8s;
}
.JobsTableList li a:hover {
    background: #007383;
    transform: scale(1.1);
    text-decoration: unset;
}
}


@media screen and (max-width:760px) {
/* End стиль для JobsTable
.citizen-table-wrapper {
Shegare */
overflow: auto;
/*-----------------------------------------------------------------------------------------------------------------------------------*/
}
 
.citizen-overflow--left.citizen-overflow--right {
/* Begin Заголовки стиль
-webkit-mask-image: unset;
mask-image: unset;
}
.citizen-overflow--left {
-webkit-mask-image: unset;
mask-image: unset;
}
.citizen-overflow--right {
-webkit-mask-image: unset;
mask-image: unset;
}
}
 
/* End фикс JobGear
Shegare */
Shegare */
/*-----------------------------------------------------------------------------------------------------------------------------------*/


/* Begin Отмена пикселизации
.citizen-sections-enabled .citizen-section-heading .mw-headline {
Shegare */
    border-bottom: 2px solid;
    border-image: linear-gradient(to right top, #006a79, #272727);
    border-image-slice: 1;
}


.citizen-header__logo img, .logo img {
.citizen-sections-enabled .citizen-section-heading .mw-headline:empty {
      image-rendering: unset;
    border: unset;
}
}
.nopixelated img {
 
  image-rendering: unset;
.citizen-sections-enabled .citizen-section-heading--collapsed .mw-headline {
    border: unset;
}
}


/* End оформление заголовков
.mw-ui-icon-wikimedia-collapse:before {
Shegare */
     opacity: unset;
/*-----------------------------------------------------------------------------------------------------------------------------------*/
 
/* Begin главное меню
Данте ( и немного Shegare >w< )
*/
 
/* Общее форматирование ячеек таблицы */
.standard-link th,
.standard-link td {
     vertical-align: middle;
    border: 2px solid black;
    background-color: #212126;
}
}


/* Скругление углов только у первой и последней ячеек в строке заголовка */
.citizen-sections-enabled .citizen-section-indicator {
.standard-link th {
    width: 25px;
     border-radius: 15px 0 0 15px;
    height: 25px;
    position: absolute;
    padding: 3px;
    background: rgb(0 235 255 / 60%);
    box-shadow: 0 0 20px 0px rgb(0 235 255 / 20%);
    border: 1px solid #000000;
     border-radius: 50%;
    transition: 0.3s;
    margin-left: -30px;
    margin-right: 5px;
}
}


/* Форматирование ссылок в заголовках таблицы */
@media screen and (max-width: 1119px) {
.standard-link th a {
    .citizen-sections-enabled .citizen-section-indicator {
    margin: 7px;
        margin-left: 0px;
}
    }
 
    .citizen-sections-enabled .citizen-section-indicator {
/* Форматирование ссылок в ячейках таблицы */
        width: 21px;
.standard-link td a {
        height: 21px;
    margin: 5px 10px;
     }
     padding: 17px;
    .citizen-sections-enabled .citizen-section-heading .mw-headline {
        padding-left: 25px;
    }
}
}


/* Общие стили для всех ссылок */
.citizen-sections-enabled .citizen-section-heading--collapsed .citizen-section-indicator {
.standard-link a {
     background: #000000;
    text-decoration: none;
     opacity: 50%;
    font: small-caps bold 25px sans-serif;
     box-shadow: unset;
     color: #ffffff;
     transition: 0.3s;
     border: 2px solid black;
     display: flex;
    align-items: center;
    background-color: #141417;
     transition: background-color 1.0s ease, border-color 1.0s ease, color 1.0s ease;
}
}


/* Стили для мобильных устройств */
.citizen-section-collapsible p {
@media screen and (max-width:850px) {
     margin-bottom: 1.5em;
     .standard-link a {
     margin-top: 0px;
        transition: none;
     }
    .standard-link td {
    border-radius: 0px 15px 15px 0px;
    }
}
}


/* Стили при наведении курсора на строку таблицы */
.citizen-sections-enabled .citizen-section-heading .mw-headline:has(.header_unborder) {
.standard-link tr:hover a {
     border: unset;
    background-color: black;
    color: #fff;
     border-color: #e23229;
}
}


/* End главное меню
/* Begin Заголовки стиль
Данте ( и немного Shegare >w< )
Shegare */
*/
/*-----------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------*/




/* Данте Морпехи */
/* Начальный размер блока лого */
/* Основные стили для контейнера меню */
.citizen-header__logo {
.main-container {
     height: 89px;
     display: flex;
}
    flex-wrap: wrap;
    justify-content: space-between;
}


/* Общие стили для секций меню */
/* Анимация появления второго лого */
.menu-section {
.logo2 img {
    flex-basis: 23%;
  opacity: 0;
    margin-bottom: 15px;
  animation: animOpacity 0.5s forwards;
    padding: 10px;
    border-radius: 8px;
    background-color: #14171f; /* Фон не покрашенных блоков */
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1); /* Уменьшенная белая обводка для блоков */
}
}
 
@keyframes animOpacity {
/* Индивидуальные цвета для секций */
  0% {opacity: 0;}
.marines-section {
  100% {opacity: 1;}
    background-color: #222424;
}
}


.xenos-section {
/* Обводка вокруг лого */
     background-color: #2b2e44;
.logo1:hover, .logo2:hover {
     background: #ffffff26;
    border-radius: 15px;
}
}


.other-section {
/* Лого на экранах меньше 1120px */
     background-color: #341d1d; /* Цвет для блока "Другие фракции" */
@media screen and (max-width: 1119px) {
    .citizen-header__logo {
        display: flex;
        height: auto;
        width: 89px;
     }
    .logo1 {
        margin-right: 3px;
    }
}
@media screen and (min-width: 1120px) {
    .logo1 {
        margin-bottom: 3px;
    }
}
}


/* Стили для заголовков секций */
/* End Лого стили
.menu-section h3 {
Shegare */
    padding: 5px;
/*-----------------------------------------------------------------------------------------------------------------------------------*/
    margin: 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
}


/* Стили для списка */
/* Begin элементы таблицы "|" не подсвечиваются при наведении
.menu-section ul {
Shegare */
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0 0;
}


/* Стили для элементов списка */
:root.skin-citizen-dark {
.menu-section ul li {
--background-color-quiet--hover: unset
    margin: 10px 0;
    text-align: center;
}
}


/* Стили для кнопок (ссылок) */
/* End элементы таблицы "|" не подсвечиваются при наведении
.menu-section ul li a {
Shegare */
    display: block;
/*-----------------------------------------------------------------------------------------------------------------------------------*/
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    background-color: #1a1e29; /* Цвет фона кнопок */
    color: white;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.2); /* Обводка для кнопок */
    transition: background-color 0.3s ease, border-color 0.3s ease;
}


.menu-section ul li a:hover {
/* Begin header не скрывается
    background-color: #666;
Shegare */
    border-color: rgba(255, 255, 255, 0.5); /* Обводка при наведении */
}


/* Стили для секции с картами */
@media screen and (max-width: 1119px) {
.maps-section {
    .citizen-scroll--down .citizen-header {
    color: white; /* Устанавливаем белый цвет текста для всей секции */
        transform: unset;
    }
}
}


.maps-section ul {
/* End header не скрывается
    display: flex;
Shegare */
    flex-wrap: wrap;
/*-----------------------------------------------------------------------------------------------------------------------------------*/
    gap: 10px; /* Отступы между картами */
 
    padding: 0;
/* Begin фикс JobGear
    margin: 0;
Shegare */
}


/* Стили для секции с картами */
/* Убираем пунктир */
.maps-section {
.job_gear .tooltip span {
     color: white !important; /* Добавление !important */
     border-bottom: unset !important;
}
}


.maps-section ul {
/* Хрен знает что ему не нравится, можете игнорить. Но если будете фиксить не сломайте шаблон JobGear! */
     display: flex;
.citizen-table-wrapper:has(.job_gear) {
    flex-wrap: wrap;
     overflow-x: unset;
     gap: 10px; /* Отступы между картами */
}
     padding: 0;
.citizen-overflow--right:has(.job_gear) {
    margin: 0;
     -webkit-mask-image: unset;
     mask-image: unset;
}
}


/* Стили для элементов списка в секции карт */
@media screen and (max-width:850px) {
.maps-section ul li {
.job_gear img {
    flex-basis: 48%; /* Уменьшаем до 48%, чтобы уместить 2 карты в ряд с отступами */
width: 48px;
    list-style: none; /* Убираем маркеры списка */
height: 48px;
}
.job_gear {
font-size: 12px;
}
}
}


/* Стили для ссылок в секции карт */
@media screen and (max-width:760px) {
.maps-section ul li a {
.citizen-table-wrapper {
    display: block;
overflow: auto;
    padding: 10px;
}
    background-color: #1a1e29; /* Цвет фона кнопок в секции карт */
.citizen-overflow--left.citizen-overflow--right {
    color: white !important; /* Устанавливаем белый цвет текста */
-webkit-mask-image: unset;
    border-radius: 8px;
mask-image: unset;
    text-align: center;
}
    text-decoration: none;
.citizen-overflow--left {
    border: 1px solid rgba(255, 255, 255, 0.2); /* Обводка для кнопок */
-webkit-mask-image: unset;
    transition: background-color 0.3s ease, border-color 0.3s ease;
mask-image: unset;
}
.citizen-overflow--right {
-webkit-mask-image: unset;
mask-image: unset;
}
}
}


.maps-section ul li a:hover {
/* End фикс JobGear
    background-color: #666; /* Цвет фона при наведении на ссылку в секции карт */
Shegare */
    border-color: rgba(255, 255, 255, 0.5); /* Обводка при наведении */
/*-----------------------------------------------------------------------------------------------------------------------------------*/
}


/* Убираем иконку внешней ссылки в блоке карт */
/* Begin Отмена пикселизации
.maps-section ul li a::after {
Shegare */
    content: none !important; /* Убираем псевдоэлемент */
 
.citizen-header__logo img, .logo img {
      image-rendering: unset;
}
.nopixelated img {
  image-rendering: unset;
}
}


/* End оформление заголовков
Shegare */
/*-----------------------------------------------------------------------------------------------------------------------------------*/


/* Begin главное меню
Данте ( и немного Shegare >w< )
*/


/* Стили для контейнера заголовка */
/* Общее форматирование ячеек таблицы */
.header-container {
.standard-link th,
     display: flex;
.standard-link td {
     align-items: center;
     vertical-align: middle;
     background-color: #1b1e26;
     border: 2px solid black;
    padding: 20px 30px;
     background-color: #212126;
    border-radius: 8px;
}
}


/* Стили для логотипа */
/* Скругление углов только у первой и последней ячеек в строке заголовка */
.logo img {
.standard-link th {
     border-radius: 50%;
     border-radius: 15px 0 0 15px;
    width: 100px;
    height: auto;
}
}


/* Стили для текста заголовка */
/* Форматирование ссылок в заголовках таблицы */
.title-text {
.standard-link th a {
     margin-left: 30px;
     margin: 7px;
    color: #ffffff;
}
}


.title-text h1 {
/* Форматирование ссылок в ячейках таблицы */
     margin: 0;
.standard-link td a {
     font-size: 32px;
     margin: 5px 10px;
    font-weight: bold;
     padding: 17px;
}
}


.title-text p {
/* Общие стили для всех ссылок */
     margin: 5px 0 0;
.standard-link a {
     font-size: 18px;
     text-decoration: none;
     font: small-caps bold 25px sans-serif;
    color: #ffffff;
    border: 2px solid black;
    display: flex;
    align-items: center;
    background-color: #141417;
    transition: background-color 1.0s ease, border-color 1.0s ease, color 1.0s ease;
}
}


/* Стили для разделителя */
/* Стили для мобильных устройств */
.separator {
@media screen and (max-width:850px) {
     border-bottom: 2px solid #A9A9A9;
    .standard-link a {
     margin: 10px 0 20px;
        transition: none;
    }
    .standard-link td {
     border-radius: 0px 15px 15px 0px;
     }
}
}


/* Адаптивные стили для мобильных устройств */
/* Стили при наведении курсора на строку таблицы */
@media (max-width: 599px) {
.standard-link tr:hover a {
     .main-container {
     background-color: black;
        flex-direction: column;
    color: #fff;
        align-items: stretch;
    border-color: #e23229;
    }
}


    .menu-section {
/* End главное меню
        flex-basis: 100%;
Данте ( и немного Shegare >w< )
        margin-bottom: 15px;
*/
        display: flex;
/*-----------------------------------------------------------------------------------------------------------------------------------*/
        flex-direction: column;
        align-items: stretch;
    }


    .menu-section ul {
        flex-grow: 1;
        justify-content: space-between;
        padding: 0;
    }


    .menu-section ul li {
/* Данте Морпехи */
        flex-grow: 1;
/* Основные стили для контейнера меню */
        width: 100%;
.main-container {
        text-align: center;
    display: flex;
        margin-bottom: 10px; /* Отступы между элементами */
    flex-wrap: wrap;
    }
    justify-content: space-between;
}


    .menu-section ul li a {
/* Общие стили для секций меню */
        flex-grow: 1;
.menu-section {
        display: flex;
    flex-basis: 23%;
        align-items: center;
    margin-bottom: 15px;
        justify-content: center;
    padding: 10px;
        width: 100%;
    border-radius: 8px;
        text-align: center;
    background-color: #14171f; /* Фон не покрашенных блоков */
        padding: 10px 0;
    color: #fff;
    }
    border: 1px solid rgba(255, 255, 255, 0.1); /* Уменьшенная белая обводка для блоков */
}


    .maps-section ul {
/* Индивидуальные цвета для секций */
        flex-wrap: wrap;
.marines-section {
        gap: 10px;
    background-color: #222424;
    }
}


    .maps-section ul li {
.xenos-section {
        flex-basis: 48%; /* Карты будут располагаться по 2 на ряд */
    background-color: #2b2e44;
        margin-bottom: 10px; /* Отступы между картами */
}
    }


    .header-container {
.other-section {
        flex-direction: column;
    background-color: #341d1d; /* Цвет для блока "Другие фракции" */
        text-align: center;
}
        padding: 10px;
    }


    .logo img {
/* Стили для заголовков секций */
        width: 80px;
.menu-section h3 {
     }
    padding: 5px;
    margin: 0;
    font-size: 18px;
     text-align: center;
    color: #fff;
}


    .title-text {
/* Стили для списка */
        margin-left: 0;
.menu-section ul {
        margin-top: 10px;
    list-style-type: none;
    }
    padding: 0;
    margin: 10px 0 0 0;
}


    .title-text h1 {
/* Стили для элементов списка */
        font-size: 24px;
.menu-section ul li {
    }
    margin: 10px 0;
    text-align: center;
}


     .title-text p {
/* Стили для кнопок (ссылок) */
        font-size: 16px;
.menu-section ul li a {
     }
    display: block;
     width: 100%;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    background-color: #1a1e29; /* Цвет фона кнопок */
    color: white;
    font-weight: bold;
    text-decoration: none;
     border: 1px solid rgba(255, 255, 255, 0.2); /* Обводка для кнопок */
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
}
/*-----------------------------------------------------------------------------------------------------------------------------------*/


/* код оформление для Командование и тд Данте! */
.menu-section ul li a:hover {
/* Контейнер для карточек */
    background-color: #666;
.command-wrapper {
    border-color: rgba(255, 255, 255, 0.5); /* Обводка при наведении */
}
 
/* Стили для секции с картами */
.maps-section {
    color: white; /* Устанавливаем белый цвет текста для всей секции */
}
 
.maps-section ul {
     display: flex;
     display: flex;
    justify-content: center;
     flex-wrap: wrap;
     flex-wrap: wrap;
     gap: 20px;
     gap: 10px; /* Отступы между картами */
     padding: 20px;
     padding: 0;
    margin: 0;
}
 
/* Стили для секции с картами */
.maps-section {
    color: white !important; /* Добавление !important */
}
}


/* Основные стили карточек */
.maps-section ul {
.card {
    background-color: #2b2b2b; /* Темный фон карточки */
    border-radius: 10px;
    width: 220px;
    height: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
     display: flex;
     display: flex;
     flex-direction: column;
     flex-wrap: wrap;
     justify-content: flex-start; /* Элементы начинают сверху */
     gap: 10px; /* Отступы между картами */
    align-items: center;
     padding: 0;
     padding: 8px; /* Уменьшаем padding */
     margin: 0;
    text-align: center;
    position: relative;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 4px solid transparent;
    color: #ffffff; /* Белый текст */
    overflow: hidden; /* Скрываем все, что выходит за пределы карточки */
}
}


/* Цветные обводки для разных ролей */
/* Стили для элементов списка в секции карт */
.card.Captain {
.maps-section ul li {
     border-color: #B0B7C3; /* Серебристый для Капитана */
     flex-basis: 48%; /* Уменьшаем до 48%, чтобы уместить 2 карты в ряд с отступами */
    list-style: none; /* Убираем маркеры списка */
}
}
.card.HeadOfSecurity {
 
     border-color: #FF0000; /* Красный для Главы Безопасности */
/* Стили для ссылок в секции карт */
.maps-section ul li a {
     display: block;
    padding: 10px;
    background-color: #1a1e29; /* Цвет фона кнопок в секции карт */
    color: white !important; /* Устанавливаем белый цвет текста */
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.2); /* Обводка для кнопок */
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
}
.card.HeadOfPersonnel {
 
     border-color: #00FF00; /* Зеленый для Главы Персонала */
.maps-section ul li a:hover {
    background-color: #666; /* Цвет фона при наведении на ссылку в секции карт */
     border-color: rgba(255, 255, 255, 0.5); /* Обводка при наведении */
}
}
.card.Engineer {
 
     border-color: #FFA500; /* Оранжевый для Старшего Инженера */
/* Убираем иконку внешней ссылки в блоке карт */
.maps-section ul li a::after {
     content: none !important; /* Убираем псевдоэлемент */
}
}
.card.Scientist {
 
     border-color: #800080; /* Фиолетовый для Научного Руководителя */
 
 
/* Стили для контейнера заголовка */
.header-container {
     display: flex;
    align-items: center;
    background-color: #1b1e26;
    padding: 20px 30px;
    border-radius: 8px;
}
}
.card.Doctor {
 
     border-color: #127BB7; /* Синий для Главного Врача */
/* Стили для логотипа */
.logo img {
     border-radius: 50%;
    width: 100px;
    height: auto;
}
}
.card.Quartermaster {
 
     border-color: #FFD700; /* Золотой для Квартирмейстера */
/* Стили для текста заголовка */
.title-text {
     margin-left: 30px;
    color: #ffffff;
}
}


/* Стили для текста и заголовков */
.title-text h1 {
.card .role-name {
    margin: 0;
    font-size: 32px;
     font-weight: bold;
     font-weight: bold;
    font-size: 1.4em;
    color: #ffffff; /* Белый текст */
    margin-bottom: 3px;
    white-space: normal; /* Разрешить перенос слов */
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center; /* Центрирование текста */
    word-wrap: break-word; /* Перенос слов при необходимости */
    display: grid;
    grid-template-columns: 212px;
    grid-template-rows: 75px;
}
}
.role-name a {
 
     color: #ccc;
.title-text p {
     margin: 5px 0 0;
    font-size: 18px;
}
}


/* Стили для изображения */
/* Стили для разделителя */
.card img {
.separator {
     max-width: 160px;
     border-bottom: 2px solid #A9A9A9;
    max-height: 160px;
     margin: 10px 0 20px;
     margin-bottom: 3px; /* Уменьшаем отступ снизу */
}
}


/* Стили для описания роли */
/* Адаптивные стили для мобильных устройств */
.card .role-description {
@media (max-width: 599px) {
     font-size: 0.9em;
     .main-container {
    flex-grow: 1;
        flex-direction: column;
    margin: 3px 0; /* Минимальные отступы сверху и снизу */
        align-items: stretch;
    color: #dcdcdc; /* Более светлый текст */
     }
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
     white-space: normal; /* Текст переносится */
}


/* Ссылка на СРП */
    .menu-section {
.card .role-guide {
        flex-basis: 100%;
    font-size: 0.85em;
        margin-bottom: 15px;
    margin-top: 3px; /* Минимальный отступ сверху */
        display: flex;
    text-align: center; /* Центрируем текст */
        flex-direction: column;
}
        align-items: stretch;
    }


.card .role-guide a {
    .menu-section ul {
    color: #00bfff; /* Цвет ссылки */
        flex-grow: 1;
    text-decoration: none;
        justify-content: space-between;
}
        padding: 0;
    }


.card .role-guide a:hover {
    .menu-section ul li {
    text-decoration: underline;
        flex-grow: 1;
}
        width: 100%;
 
        text-align: center;
/* Hover эффект для карточек */
        margin-bottom: 10px; /* Отступы между элементами */
.card:hover {
    }
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
/*-----------------------------------------------------------------------------------------------------------------------------------*/


    .menu-section ul li a {
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }


    .maps-section ul {
        flex-wrap: wrap;
        gap: 10px;
    }


    .maps-section ul li {
        flex-basis: 48%; /* Карты будут располагаться по 2 на ряд */
        margin-bottom: 10px; /* Отступы между картами */
    }


    .header-container {
        flex-direction: column;
        text-align: center;
        padding: 10px;
    }


    .logo img {
        width: 80px;
    }


    .title-text {
        margin-left: 0;
        margin-top: 10px;
    }


    .title-text h1 {
        font-size: 24px;
    }


    .title-text p {
        font-size: 16px;
    }
}
/*-----------------------------------------------------------------------------------------------------------------------------------*/


 
/* код оформление для Командование и тд Данте! */
 
/* Контейнер для карточек */
 
.command-wrapper {
 
    display: flex;
 
    justify-content: center;
 
    flex-wrap: wrap;
 
    gap: 20px;
 
     padding: 20px;
* { font-family: Arial }
 
body {
     color: #FAFAFA;
}
}


.tabs-label {
/* Основные стили карточек */
     background-color: #19191d !important;
.card {
     color: lightgrey;
     background-color: #2b2b2b; /* Темный фон карточки */
}
    border-radius: 10px;
 
    width: 220px;
.tabber__tab:visited {
    height: auto;
     color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
     justify-content: flex-start; /* Элементы начинают сверху */
    align-items: center;
    padding: 8px; /* Уменьшаем padding */
    text-align: center;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 4px solid transparent;
     color: #ffffff; /* Белый текст */
    overflow: hidden; /* Скрываем все, что выходит за пределы карточки */
}
}


.tabber__tab[aria-selected='true']:visited {
/* Цветные обводки для разных ролей */
     color: #44cbf5;
.card.Captain {
    border-color: #B0B7C3; /* Серебристый для Капитана */
}
.card.HeadOfSecurity {
     border-color: #FF0000; /* Красный для Главы Безопасности */
}
}
 
.card.HeadOfPersonnel {
img {
     border-color: #00FF00; /* Зеленый для Главы Персонала */
     image-rendering: pixelated;                 /* Universal support since 2021  */
}
}
 
.card.Engineer {
.flex-container {
     border-color: #FFA500; /* Оранжевый для Старшего Инженера */
     display: flex;
    align-items: flex-start;
}
}
 
.card.Scientist {
.flex-image {
     border-color: #800080; /* Фиолетовый для Научного Руководителя */
     flex-shrink: 0;
    margin-right: 20px;
}
}
 
.card.Doctor {
.flex-image-description {
     border-color: #127BB7; /* Синий для Главного Врача */
     flex-grow: 1;
}
}
 
.card.Quartermaster {
 
     border-color: #FFD700; /* Золотой для Квартирмейстера */
.uplinkbuybutton {
     background: #464966;
    width: 62px;
    height: 27px;
    color: white;
    text-align:center;
    font-weight: bolder;
    float: right;
    padding-top: 4px;
    clip-path:
    polygon(
        0px 0px,
        0px 18px,
        9px 27px,
        62px 27px,
        62px 10px,
        53px 0px
    );
}
}


.tooltip{
/* Стили для текста и заголовков */
  position: relative;
.card .role-name {
  display: inline;
    font-weight: bold;
    font-size: 1.4em;
    color: #ffffff; /* Белый текст */
    margin-bottom: 3px;
    white-space: normal; /* Разрешить перенос слов */
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center; /* Центрирование текста */
    word-wrap: break-word; /* Перенос слов при необходимости */
    display: grid;
    grid-template-columns: 212px;
    grid-template-rows: 75px;
}
.role-name a {
    color: #ccc;
}
}


.tooltiptext {
/* Стили для изображения */
     position: absolute;
.card img {
    display: initial;
     max-width: 160px;
    z-index: 99999;
     max-height: 160px;
    width: 295px;
     margin-bottom: 3px; /* Уменьшаем отступ снизу */
     left: -120px;
    top: 42px;
    padding: 5px;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    white-space: normal;
    text-align: left;
    transition: all 0.2s;
    border: 1px solid #465298;
     background-color: #27272E;
}
}


.tooltip:hover>.tooltiptext {
/* Стили для описания роли */
  visibility: visible;
.card .role-description {
  opacity: 0.98;
    font-size: 0.9em;
    flex-grow: 1;
    margin: 3px 0; /* Минимальные отступы сверху и снизу */
    color: #dcdcdc; /* Более светлый текст */
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* Текст переносится */
}
}


.wikitable td ul,
/* Ссылка на СРП */
.wikitable td ol,
.card .role-guide {
.wikitable td dl {
    font-size: 0.85em;
     text-align: left
    margin-top: 3px; /* Минимальный отступ сверху */
     text-align: center; /* Центрируем текст */
}
}


.wikitable>tr>th,
.card .role-guide a {
.wikitable>tr>td,
    color: #00bfff; /* Цвет ссылки */
.wikitable>*>tr>th,
     text-decoration: none;
.wikitable>*>tr>td {
     border: 1px solid black;
}
}


.wikitable>*>tr>th {
.card .role-guide a:hover {
     background: #27272e;
     text-decoration: underline;
    border: 1px solid black;
    color: white
}
}


.tooltip:hover>.tooltiptext {
/* Hover эффект для карточек */
  visibility: visible;
.card:hover {
  opacity: 0.98;
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
}
@media screen and (min-width:851px) {
/*-----------------------------------------------------------------------------------------------------------------------------------*/
    /* Скрытие для компьютерных устройств */
 
    .mobile {
 
        display: none
    }


    /* Стиль для шапок ролей */
    .job_header {
        float: right;
        width: 25%;
    }
}


@media screen and (max-width:850px) {
    /* Скрытие для мобильных устройств */
    .nomobile {
        display: none
    }


    /* Внешнее оформление для всплывающего текста
    .tooltip{
        position: static;
    }*/
    .tooltiptext{
        box-shadow: 0px 0px 100vw 100vh rgb(0 0 0 / 60%);
        position: fixed;
        width: 80vw;
        top: 40vh;
        left: 0;
        margin: 0 auto;
        right: 0;
    }


    /* Уменьшение размера элементов для мобильных устройств */
    .mobilefont{
        font-size: 80%;
    }


    /* Спрайты и текст для мобильных устройств */
    .mobile_sprite, .mobile_text{
        transform: scale(0.75);
    }
}




.hover_img_special {
    top: 0;
    left: 0;
    display: none
}


.img_special:hover .hover_img_special {
    display: inline;
}


.img_special:hover .img_spec {
    display: none;
}


.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt {
    border-color: #fc3;
    background-color: #fef6e7
}


html body.mediawiki .mbox-small {
 
    clear: right;
 
    float: right;
 
    margin: 4px 0 4px 1em;
 
    box-sizing: border-box;
* { font-family: Arial }
    width: 238px;
 
     font-size: 88%;
body {
    line-height: 1.25em
     color: #FAFAFA;
}
}


.messagebox.small {
.tabs-label {
     width: 238px;
     background-color: #19191d !important;
    font-size: 85%;
     color: lightgrey;
     float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em
}
}


.messagebox.small-talk {
.tabber__tab:visited {
     width: 238px;
     color: white;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em;
    background-color: #f8eaba
}
}


.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
.tabber__tab[aria-selected='true']:visited {
     float: left;
     color: #44cbf5;
    text-align: left
}
}


.infobox {
img {
     border: 1px solid #a2a9b1;
     image-rendering: pixelated;
    border-spacing: 3px;
    background-color: #f8f9fa;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
    font-size: 88%;
    line-height: 1.5em;
    width: 22em
}
}


.infobox-header,
.flex-container {
.infobox-label,
    display: flex;
.infobox-above,
     align-items: flex-start;
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
.infobox th,
.infobox td {
     vertical-align: top
}
}


.infobox-label,
.flex-image {
.infobox-data,
    flex-shrink: 0;
.infobox th,
     margin-right: 20px;
.infobox td {
     text-align: left
}
}


.infobox .infobox-above,
.flex-image-description {
.infobox .infobox-title,
     flex-grow: 1;
.infobox caption {
     font-size: 125%;
    font-weight: bold;
    text-align: center
}
}


.infobox-title,
.uplinkbuybutton {
.infobox caption {
    background: #464966;
     padding: 0.2em
    width: 62px;
    height: 27px;
    color: white;
    text-align: center;
    font-weight: bolder;
    float: right;
     padding-top: 4px;
    clip-path: polygon(0px 0px, 0px 18px, 9px 27px, 62px 27px, 62px 10px, 53px 0px);
}
}


.infobox .infobox-header,
.tooltip {
.infobox .infobox-subheader,
    position: relative;
.infobox .infobox-image,
     display: inline;
.infobox .infobox-full-data,
.infobox .infobox-below {
     text-align: center
}
}


.infobox .infobox-navbar {
.tooltiptext {
     text-align: right
     position: absolute;
}
    display: initial;
 
    z-index: 99999;
.ambox td.mbox-imageright {
    width: 295px;
     padding: 2px 0.5em 2px 0
    left: -120px;
}
    top: 42px;
 
    padding: 5px;
.mw-default-size {
    pointer-events: none;
     background-color: #21212600 !important;
    visibility: hidden;
     border-color: black !important;
     opacity: 0;
    white-space: normal;
    text-align: left;
    transition: all 0.2s;
     border: 1px solid #465298;
     background-color: #27272E;
}
}


.mw-default-size img {
.tooltip:hover > .tooltiptext {
     border-color: black !important;
     visibility: visible;
    opacity: 0.98;
}
}


.mw-default-size figcaption {
.wikitable td ul,
     background-color: #21212600 !important;
.wikitable td ol,
    border-color: black !important;
.wikitable td dl {
     text-align: left;
}
}
.mw-halign-right {
 
    background-color: #27272E00 !important;
.wikitable > tr > th,
     border-color: black !important;
.wikitable > tr > td,
.wikitable > * > tr > th,
.wikitable > * > tr > td {
     border: 1px solid black;
}
}


.mw-halign-right img {
.wikitable > * > tr > th {
     border-color: black !important;
     background: #27272e;
    color: white;
}
}


.mw-halign-right figcaption {
@media screen and (min-width: 851px) {
     background-color: #27272E00 !important;
     .mobile {
    border-color: black !important;
        display: none;
}
     }
.mw-halign-left {
    background-color: #27272E00 !important;
     border-color: black !important;
}


.mw-halign-left img {
    .job_header {
    border-color: black !important;
        float: right;
        width: 25%;
    }
}
}


.mw-halign-left figcaption {
@media screen and (max-width: 850px) {
     background-color: #27272E00 !important;
     .nomobile {
     border-color: black !important;
        display: none;
}
     }
.mw-halign-center {
 
    background-color: #27272E00 !important;
    .tooltiptext {
    border-color: black !important;
        box-shadow: 0px 0px 100vw 100vh rgb(0 0 0 / 60%);
}
        position: fixed;
        width: 80vw;
        top: 40vh;
        left: 0;
        margin: 0 auto;
        right: 0;
    }


.mw-halign-center img {
    .mobilefont {
    border-color: black !important;
        font-size: 80%;
}
    }


.mw-halign-center figcaption {
    .mobile_sprite,
    background-color: #27272E00 !important;
    .mobile_text {
     border-color: black !important;
        transform: scale(0.75);
     }
}
}


th.navbox-group {
.hover_img_special {
     white-space: nowrap;
     top: 0;
     text-align: right
     left: 0;
    display: none;
}
}


.mw-parser-output .mw-collapsible-toggle {
.img_special:hover .hover_img_special {
     font-weight: normal;
     display: inline;
    text-align: right;
    padding-right: 0.2em;
    padding-left: 0.2em
}
}


td.mbox-image {
.img_special:hover .img_spec {
     border: none;
     display: none;
    padding: 2px 0 2px 0.9em;
    text-align: center
}
}


td.mbox-imageright {
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt {
     border: none;
     border-color: #fc3;
     padding: 2px 0.9em 2px 0;
     background-color: #fef6e7;
    text-align: center
}
}


#p-namespaces {
html body.mediawiki .mbox-small {
     float: left;
    clear: right;
     width: 100%;
     float: right;
    margin: 4px 0 4px 1em;
     width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
}


p {
.messagebox.small {
     margin-bottom: 1.5em;
    width: 238px;
    font-size: 85%;
    float: right;
     margin: 0 0 1em 1em;
    line-height: 1.25em;
}
}


.infobox-table {
.messagebox.small-talk {
    z-index: 3 !important;
     width: 238px;
    overflow: hidden;
     font-size: 85%;
     width: 400px;
     float: right;
     max-width: 100%;
     margin: 0 0 1em 1em;
     margin-bottom: 1rem;
     line-height: 1.25em;
     padding-bottom: 20px !important;
     background-color: #f8eaba;
    background: hsl(205,25%,15%);
}
    border-radius: 8px;
    border-spacing: 0;
     font-size: 0.875rem;
     text-align: left;
    display: block;
}


.infobox-table tr:not(#infobox-table-img-bg) {
.infobox {
     display: flex;
    border: 1px solid #a2a9b1;
     margin-top: 10px;
    background-color: #f8f9fa;
     color: black;
     margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    font-size: 88%;
    line-height: 1.5em;
    width: 22em;
}
}


.infobox-table th,
.infobox-header,
.infobox-table td {
.infobox-label,
     padding: 0 15px !important;
.infobox-above,
}
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
.infobox th,
.infobox td {
     vertical-align: top;
}


.infobox-table th,
.infobox-label,
.infobox-table tr > td:first-child {
.infobox-data,
     font-weight: 600;
.infobox th,
.infobox td {
     text-align: left;
}
}


.infobox-table tr > td:first-child {
.infobox .infobox-above,
    color: hsl(205,25%,65%);
.infobox .infobox-title,
     font-size: 0.8125rem;
.infobox caption {
     font-weight: normal;
     font-size: 125%;
     letter-spacing: 0.75px;
     font-weight: bold;
     text-align: center;
}
}


.infobox-table th,
.infobox-title,
th.infobox-table-name {
.infobox caption {
     color: hsl(205,80%,95%);
     padding: 0.2em;
}
}


.infobox-table th {
.infobox .infobox-header,
    padding-top: 15px !important;
.infobox .infobox-subheader,
    border-top: 1px solid;
.infobox .infobox-image,
    border-color: rgba(255,255,255,0.05);
.infobox .infobox-full-data,
    font-size: 1rem;
.infobox .infobox-below {
     text-align: left !important;
     text-align: center;
}
}


th.infobox-table-name {
.infobox .infobox-navbar {
     padding-top: 0 !important;
     text-align: right;
    border: 0 !important;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1.4rem !important;
    line-height: 1.4;
}
}


.infobox-table-img {
.mw-default-size {
     background: rgba(255,255,255,0.07000000000000001); /* var(--background-color-quiet--hover) */
     background-color: #21212600 !important;
    border-color: black !important;
}
}


.infobox-table .infobox-table-img {
.mw-default-size img {
     padding: 0 !important;
     border-color: black !important;
}
}


.infobox-table-img img {
.mw-default-size figcaption {
     max-width: 100%;
     background-color: #21212600 !important;
     height: auto !important;
     border-color: black !important;
}
}


/* Neutral background for all transprent SVG */
.mw-halign-right {
.infobox-table-img img[ src$='.svg' ] {
     background-color: #27272E00 !important;
     background: #eaecf0;
    border-color: black !important;
}
}


.infobox-table-img a.image {
.mw-halign-right img {
     background: 0 !important;
     border-color: black !important;
}
}


.infobox-table .image:hover img {
.mw-halign-right figcaption {
     transform: scale(1.1);
    background-color: #27272E00 !important;
     border-color: black !important;
}
}


.infobox-table ul,
.mw-halign-left {
.infobox-table ol {
    background-color: #27272E00 !important;
     margin-top: 0;
     border-color: black !important;
}
}


.infobox-button {
.mw-halign-left img {
     display: block;
     border-color: black !important;
    width: 100%;
}
}


.infobox-button > div {
.mw-halign-left figcaption {
     display: flex;
     background-color: #27272E00 !important;
    flex-wrap: wrap;
     border-color: black !important;
     justify-content: space-between;
}
}


@media only screen and (max-width: 720px) {
.mw-halign-center {
     .infobox-table {
     background-color: #27272E00 !important;
        margin-right: auto;
    border-color: black !important;
        margin-left: auto;
    }
}
}


.mw-halign-center img {
    border-color: black !important;
}


.mw-halign-center figcaption {
    background-color: #27272E00 !important;
    border-color: black !important;
}


th.navbox-group {
    white-space: nowrap;
    text-align: right;
}


/*-----------------------------------------------------------------------------------------------------------------------------------*/
.mw-parser-output .mw-collapsible-toggle {
    font-weight: normal;
    text-align: right;
}


td.mbox-image {
    border: none;
    padding: 2px 0 2px 0.9em;
    text-align: center;
}


td.mbox-imageright {
    border: none;
    padding: 2px 0.9em 2px 0;
    text-align: center;
}


/* Эффект снега */
#p-namespaces {
.snow-container {
    float: left;
  position: absolute;
    width: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}
}


.snowflake {
p {
  position: absolute;
    margin-bottom: 1.5em;
  top: -10px;
  font-size: 1em;
  color: #fff;
  opacity: 0.9;
  animation: fall 10s linear infinite, sway 2s ease-in-out infinite;
}
}


/* Анимация падения */
.infobox-table {
@keyframes fall {
    z-index: 3 !important;
  0% {
    width: 400px;
     transform: translateY(-10px);
    max-width: 100%;
  }
    margin-bottom: 1rem;
  100% {
    padding-bottom: 20px !important;
     transform: translateY(100vh);
     background: hsl(205, 25%, 15%);
  }
    border-radius: 8px;
    border-spacing: 0;
    font-size: 0.875rem;
    text-align: left;
}
 
.infobox-table tr:not(#infobox-table-img-bg) {
     display: flex;
    margin-top: 10px;
}
}


/* Анимация покачивания */
.infobox-table th,
@keyframes sway {
.infobox-table td {
  0%, 100% {
     padding: 0 15px !important;
     transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
}
}
 
 
/* Прочий стиль */
.infobox-table th,
#profile-dantes {
th.infobox-table-name {
  position: relative; /* Для снега */
    color: hsl(205, 80%, 95%);
  background: linear-gradient(145deg, #0b1d33, #163355);
}
  border: 2px solid #4da8da;
 
  border-radius: 15px;
.infobox-table th {
  padding: 15px;
    padding-top: 15px !important;
  color: #e0f7ff;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
    font-size: 1rem;
  overflow: hidden; /* Чтобы снежинки не выходили за пределы */
    text-align: left !important;
}
 
th.infobox-table-name {
    padding-top: 0 !important;
    border: 0 !important;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1.4rem !important;
    line-height: 1.4;
}
 
.infobox-table-img img {
    max-width: 100%;
    height: auto !important;
}
 
.infobox-table-img img[src$='.svg'] {
    background: #eaecf0;
}
 
.infobox-table .image:hover img {
    transform: scale(1.1);
}
 
.infobox-button {
    display: block;
    width: 100%;
}
 
.infobox-button > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
 
@media only screen and (max-width: 720px) {
    .infobox-table {
        margin-right: auto;
        margin-left: auto;
    }
}
}


.snow-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}
.snowflake {
  position: absolute;
  top: -10px;  /* Начальная позиция снежинок */
  animation: fall linear infinite, sway 2s ease-in-out infinite;
}
@keyframes fall {
  0% {
    top: -10px;
    opacity: 1;
  }
  100% {
    top: 100vh;
    opacity: 0;
  }
}


@keyframes sway {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(-20px);
  }
}
/*-----------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------*/

Текущая версия от 08:23, 1 декабря 2024

/*=Блок лора=*/

/*=Таблица планет=*/

.planets-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px auto;
  font-family: "Segoe UI", Arial, sans-serif;
  background: linear-gradient(to bottom, #1a2a3a, #101820);
  border: 2px solid #2ecc71;
  color: #dcdcdc;
}

.planets-table th {
  background-color: #2ecc71;
  color: #101820;
  text-align: center;
  padding: 15px;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 3px solid #27ae60;
  text-transform: uppercase;
}

.planets-table td {
  text-align: center;
  padding: 15px;
  font-size: 18px;
  border: 1px solid #27ae60;
}

.planets-table td img {
  border-radius: 50%;
  margin: 10px 0;
  width: 80px;
  height: 80px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}

.planets-table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.05);
}

.planets-table tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}

.planets-table tr:hover {
  background-color: #34495e;
  cursor: pointer;
  transform: scale(1.02);
  transition: 0.3s;
}

.planets-table caption {
  margin: 10px 0;
  font-size: 24px;
  font-weight: bold;
  color: #2ecc71;
  text-shadow: 1px 1px 2px #000;
  text-transform: uppercase;
}

/*=Эффект снежинок=*/

#snow-toggle {
  position: fixed;
  top: 200px;
  left: 10px;
  font-size: 30px;
  cursor: pointer;
  z-index: 9999;
  color: #000;
  transition: transform 0.3s ease;
  user-select: none;
}

#snow-toggle.snow-on {
  animation: swing 1s infinite ease-in-out;
}

#snow-toggle.snow-off {
  animation: none;
}

.snowflake {
  position: fixed;
  top: -50px;
  font-size: 1.5rem;
  color: #fff;
  opacity: 0.8;
  pointer-events: none;
  animation: fall linear infinite;
  user-select: none;
}

@keyframes swing {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
}

@keyframes fall {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(20px) rotate(180deg);
  }
  100% {
    transform: translateX(-20px) rotate(360deg);
    top: 100vh;
  }
}

/*=Карточки планет=*/

.planets-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}

.planet-card {
  width: 220px;
  border: 2px solid #555;
  border-radius: 15px;
  overflow: hidden;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.7);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.planet-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-bottom: 2px solid #555;
  border-radius: 8px;
}

.planet-card h3 {
  font-size: 1.3em;
  margin: 15px 0 10px;
  color: #ffcc00;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.planet-card p {
  font-size: 1em;
  color: #ddd;
  margin: 0;
  line-height: 1.5;
  max-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.planet-card:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.8);
}

.planet-card .more-info {
  margin-top: 10px;
  padding: 5px;
  background-color: #ffcc00;
  color: #222;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.planet-card .more-info:hover {
  background-color: #ffaa00;
}

@media (max-width: 768px) {
  .planets-row {
    justify-content: center;
  }

  .planet-card {
    width: 90%;
    max-width: 280px;
  }
}

@media (max-width: 480px) {
  .planet-card {
    width: 100%;
  }
}

/*=Меню лора=*/

:root { 
  --transition-duration: 0.4s;
  --primary-bg-color: #1e1e1e;
  --secondary-bg-color: #292929;
  --item-bg-color: #2a2a2a;
  --item-hover-bg-color: #3a3a3a;
  --border-color: #555;
  --text-color: #d3d3d3;
  --hover-text-color: #ffffff;
  --font-family: 'Arial', sans-serif;
  --menu-border-radius: 25px;
  --header-padding: 30px;
  --item-height: 180px;
  --icon-size: 72px;
  --text-font-size: 18px;
}

.custom-lore-menu {
  max-width: 1200px;
  margin: 30px auto;
  padding: 40px;
  border: 1px solid var(--border-color);
  border-radius: var(--menu-border-radius);
  background-color: var(--primary-bg-color);
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.custom-header {
  text-align: center;
  background-color: var(--secondary-bg-color);
  padding: var(--header-padding);
  border-bottom: 2px solid var(--border-color);
}

.custom-links {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 25px;
  padding: 25px;
  justify-items: center;
  align-items: center;
}

.custom-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: var(--item-height);
  text-align: center;
  border: 1px solid var(--border-color);
  border-radius: 15px;
  background-color: var(--item-bg-color);
  transition: transform var(--transition-duration), background-color var(--transition-duration);
  cursor: pointer;
}

.custom-item:hover {
  background-color: var(--item-hover-bg-color);
  transform: scale(1.05);
}

.custom-item a {
  text-decoration: none;
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: color var(--transition-duration);
}

.custom-item a:hover {
  color: var(--hover-text-color);
}

.custom-icon {
  width: var(--icon-size);
  height: var(--icon-size);
  margin-bottom: 15px;
}

.custom-text {
  font-size: var(--text-font-size);
  font-weight: bold;
  color: var(--text-color);
  transition: color var(--transition-duration);
}

.custom-text:hover {
  color: var(--hover-text-color);
}

@media (max-width: 768px) {
  .custom-lore-menu {
    padding: 20px;
  }

  .custom-links {
    grid-template-columns: 1fr;
  }

  .custom-item {
    height: auto;
  }

  .custom-text {
    font-size: 16px;
  }
}

/*=Блок лора=*/






/*------------------------------------------------Блок вики-----------------------------------------------------------------------------*/


/* Анимация градиента для JobHeader */
@keyframes gradient-animation {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Стиль заголовка профессии */
.job_header {
    font-family: Arial, sans-serif;
    border: 3px solid var(--border-color, #465298);
    border-radius: 0.5em;
    background-color: #27272e;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    margin: 0 0 10px 5px;
}

.job_header .header-title {
    text-align: center;
    padding: 5px 10px;
    margin: 0;
    background: linear-gradient(135deg, var(--header-color-start, #465298), var(--header-color-end, #27272e));
    background-size: 300% 300%;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    animation: gradient-animation 6s ease infinite;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Контейнер для изображения профессии */
.job_header .sprite-container {
    text-align: center;
    padding: 3px 0;
    margin: 0;
    background: linear-gradient(135deg, var(--sprite-color-start, #465298), var(--sprite-color-end, #27272e));
    background-size: 300% 300%;
    animation: gradient-animation 6s ease infinite;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
}

.job_header .sprite-container img {
    width: 128px;
    height: auto;
    border-radius: 0.2em;
}

/* Элементы внутри JobHeader */
.job_header div {
    padding: 3px 10px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ddd;
    transition: background-color 0.3s ease;
}

.job_header div:last-child {
    border-bottom: none;
}

.job_header .label {
    font-weight: bold;
    color: #ddd;
}

.job_header .value {
    color: #bbb;
    font-size: 0.95em;
}

/* Скрываемые элементы для JobHeader */
.job_collapsible {
    cursor: pointer;
    color: lightblue;
    text-decoration: underline;
    margin-top: 10px;
}

.job_collapsible_content {
    display: none;
    padding: 10px;
    color: #bbb;
    transition: all 0.3s ease;
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/


/* Begin стиль для tabber
Shegare */


.unheightTabber .tabber__section {
    height: unset !important;
}

/* End стиль для tabber
Shegare */


/* Begin стиль ног (footer)
Shegare */

/* Блоки в одну строку */
.page-info__item {
    flex-basis: 100%;
}

/* Убираем отступ для ног (footer) */
.citizen-footer {
    margin: 0;
}

/* End стиль ног (footer)
Shegare */


/* Begin стиль для JobsTable
Shegare */

/* Стиль для sidebar */
#IdJobsTableContainer2 {
    margin-top: 112px;
    flex-basis: 20%;
    padding: 0px 38px;
}
#IdJobsTableContainer2 > div {
    background: #ffffff08;
    border-radius: 20px;
    padding: 5px 10px;
}

.JobsTable {
    border: 2px solid black;
    border-radius: 10px;
    margin-bottom: 5px;
    width: auto;
    height: fit-content;
    background: #28303e;
}

/* Отступы в шапке JobsTable */
.JobsTableHeadImg {
    margin-left: 15px;
    margin-right: 5px;
}
.JobsTableHeadLink {
    margin-right: auto;
}

/* Видимость на разных экранах */
.client-js td.mw-collapsed:not(.mw-made-collapsible):before, .client-js table.mw-collapsed:not(.mw-made-collapsible) :first-child tr:first-child th:last-child:before, .client-js table.mw-collapsed:not(.mw-made-collapsible) > caption:first-child:after, .client-js div.mw-collapsed:not(.mw-made-collapsible):before,
.client-js ol.mw-collapsible:not(.mw-made-collapsible):before, .client-js ul.mw-collapsible:not(.mw-made-collapsible):before, .client-js table.mw-collapsible:not(.mw-made-collapsible) :first-child tr:first-child th:last-child:before, .client-js table.mw-collapsible:not(.mw-made-collapsible) > caption:first-child:after, .client-js div.mw-collapsible:not(.mw-made-collapsible):before {
    opacity: 0;
}
#IdJobsTableContainer1 {
    display: none;
}
@media screen and (max-width: 1440px) {
    #IdJobsTableContainer2 {
        display: none;
    }
    #IdJobsTableContainer1 {
        display: unset;
    }
    .JobsTableHeadImg {
        margin-left: unset;
    }
    .JobsTableHeadLink {
        margin-right: 55px;
    }
    .client-js td.mw-collapsed:not(.mw-made-collapsible):before, .client-js table.mw-collapsed:not(.mw-made-collapsible) :first-child tr:first-child th:last-child:before, .client-js table.mw-collapsed:not(.mw-made-collapsible) > caption:first-child:after, .client-js div.mw-collapsed:not(.mw-made-collapsible):before,
    .client-js ol.mw-collapsible:not(.mw-made-collapsible):before, .client-js ul.mw-collapsible:not(.mw-made-collapsible):before, .client-js table.mw-collapsible:not(.mw-made-collapsible) :first-child tr:first-child th:last-child:before, .client-js table.mw-collapsible:not(.mw-made-collapsible) > caption:first-child:after, .client-js div.mw-collapsible:not(.mw-made-collapsible):before {
        opacity: 1;
    }
}

/* Скрытие контента на широких экранах */
@media screen and (min-width: 1440px) {
    .JobsTable .mw-collapsible.mw-collapsed {
        display: none;
    }
    .JobsTable div:hover ~ .mw-collapsible.mw-collapsed {
        display: unset;
    }
    .JobsTable .mw-collapsible.mw-collapsed:hover {
        display: unset;
    }
}
@media screen and (max-width: 1439px) {
    .JobsTable div:first-child {
        padding-left: 15px;
    }
}

/* Кнопка скрытия элементов */
.JobsTable .mw-collapsible-toggle {
    margin-top: -35px;
}
.JobsTable .mw-collapsible-toggle-default:before, 
.JobsTable .mw-collapsible-toggle-default:after {
    content: unset;
}
.JobsTable .mw-collapsible-text {
    background: black;
    border: 2px solid;
    padding: 2px;
    margin-right: 5px;
    font-weight: 700;
}
.JobsTable .mw-collapsible.mw-made-collapsible.mw-collapsed .mw-collapsible-text {
    color: #00ffff9e;
    box-shadow: 0 0 10px #00b9b978;
}
.JobsTable .mw-collapsible.mw-made-collapsible .mw-collapsible-text {
    color: #c21111cc;
}

/* Кнопки */
.JobsTableList li a {
    color: white;
    font-size: 16px;
    background: #232323;
    display: block;
    border: 2px solid black;
    margin-bottom: 5px;
    padding: 3px 5px;
    transition: background-color 0.8s;
}
.JobsTableList li a:hover {
    background: #007383;
    transform: scale(1.1);
    text-decoration: unset;
}

/* End стиль для JobsTable
Shegare */
/*-----------------------------------------------------------------------------------------------------------------------------------*/

/* Begin Заголовки стиль
Shegare */

.citizen-sections-enabled .citizen-section-heading .mw-headline {
    border-bottom: 2px solid;
    border-image: linear-gradient(to right top, #006a79, #272727);
    border-image-slice: 1;
}

.citizen-sections-enabled .citizen-section-heading .mw-headline:empty {
    border: unset;
}

.citizen-sections-enabled .citizen-section-heading--collapsed .mw-headline {
    border: unset;
}

.mw-ui-icon-wikimedia-collapse:before {
    opacity: unset;
}

.citizen-sections-enabled .citizen-section-indicator {
    width: 25px;
    height: 25px;
    position: absolute;
    padding: 3px;
    background: rgb(0 235 255 / 60%);
    box-shadow: 0 0 20px 0px rgb(0 235 255 / 20%);
    border: 1px solid #000000;
    border-radius: 50%;
    transition: 0.3s;
    margin-left: -30px;
    margin-right: 5px;
}

@media screen and (max-width: 1119px) {
    .citizen-sections-enabled .citizen-section-indicator {
        margin-left: 0px;
    }
    .citizen-sections-enabled .citizen-section-indicator {
        width: 21px;
        height: 21px;
    }
    .citizen-sections-enabled .citizen-section-heading .mw-headline {
        padding-left: 25px;
    }
}

.citizen-sections-enabled .citizen-section-heading--collapsed .citizen-section-indicator {
    background: #000000;
    opacity: 50%;
    box-shadow: unset;
    transition: 0.3s;
}

.citizen-section-collapsible p {
    margin-bottom: 1.5em;
    margin-top: 0px;
}

.citizen-sections-enabled .citizen-section-heading .mw-headline:has(.header_unborder) {
    border: unset;
}

/* Begin Заголовки стиль
Shegare */
/*-----------------------------------------------------------------------------------------------------------------------------------*/


/* Начальный размер блока лого */
.citizen-header__logo {
    height: 89px;
}

/* Анимация появления второго лого */
.logo2 img {
  opacity: 0;
  animation: animOpacity 0.5s forwards;
}
@keyframes animOpacity {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

/* Обводка вокруг лого */
.logo1:hover, .logo2:hover {
    background: #ffffff26;
    border-radius: 15px;
}

/* Лого на экранах меньше 1120px */
@media screen and (max-width: 1119px) {
    .citizen-header__logo {
        display: flex;
        height: auto;
        width: 89px;
    }
    .logo1 {
        margin-right: 3px;
    }
}
@media screen and (min-width: 1120px) {
    .logo1 {
        margin-bottom: 3px;
    }
}

/* End Лого стили
Shegare */
/*-----------------------------------------------------------------------------------------------------------------------------------*/

/* Begin элементы таблицы "|" не подсвечиваются при наведении
Shegare */

:root.skin-citizen-dark {
	--background-color-quiet--hover: unset
}

/* End элементы таблицы "|" не подсвечиваются при наведении
Shegare */
/*-----------------------------------------------------------------------------------------------------------------------------------*/

/* Begin header не скрывается
Shegare */

@media screen and (max-width: 1119px) {
    .citizen-scroll--down .citizen-header {
        transform: unset;
    }
}

/* End header не скрывается
Shegare */
/*-----------------------------------------------------------------------------------------------------------------------------------*/

/* Begin фикс JobGear
Shegare */

/* Убираем пунктир */
.job_gear .tooltip span {
    border-bottom: unset !important;
}

/* Хрен знает что ему не нравится, можете игнорить. Но если будете фиксить не сломайте шаблон JobGear! */
.citizen-table-wrapper:has(.job_gear) {
    overflow-x: unset;
}
.citizen-overflow--right:has(.job_gear) {
    -webkit-mask-image: unset;
    mask-image: unset;
}

@media screen and (max-width:850px) {
	.job_gear img {
		width: 48px;
		height: 48px;
	}
	.job_gear {
		font-size: 12px;
	}
}

@media screen and (max-width:760px) {
	.citizen-table-wrapper {
		overflow: auto;
	}
	.citizen-overflow--left.citizen-overflow--right {
		-webkit-mask-image: unset;
		mask-image: unset;
	}
	.citizen-overflow--left {
		-webkit-mask-image: unset;
		mask-image: unset;
	}
	.citizen-overflow--right {
		-webkit-mask-image: unset;
		mask-image: unset;
	}
}

/* End фикс JobGear
Shegare */
/*-----------------------------------------------------------------------------------------------------------------------------------*/

/* Begin Отмена пикселизации
Shegare */

.citizen-header__logo img, .logo img {
      image-rendering: unset;
}
.nopixelated img {
  image-rendering: unset;
}

/* End оформление заголовков
Shegare */
/*-----------------------------------------------------------------------------------------------------------------------------------*/

/* Begin главное меню
Данте ( и немного Shegare >w< )
*/

/* Общее форматирование ячеек таблицы */
.standard-link th,
.standard-link td {
    vertical-align: middle;
    border: 2px solid black;
    background-color: #212126;
}

/* Скругление углов только у первой и последней ячеек в строке заголовка */
.standard-link th {
    border-radius: 15px 0 0 15px;
}

/* Форматирование ссылок в заголовках таблицы */
.standard-link th a {
    margin: 7px;
}

/* Форматирование ссылок в ячейках таблицы */
.standard-link td a {
    margin: 5px 10px;
    padding: 17px;
}

/* Общие стили для всех ссылок */
.standard-link a {
    text-decoration: none;
    font: small-caps bold 25px sans-serif;
    color: #ffffff;
    border: 2px solid black;
    display: flex;
    align-items: center;
    background-color: #141417;
    transition: background-color 1.0s ease, border-color 1.0s ease, color 1.0s ease;
}

/* Стили для мобильных устройств */
@media screen and (max-width:850px) {
    .standard-link a {
        transition: none;
    }
    .standard-link td {
    border-radius: 0px 15px 15px 0px;
    }
}

/* Стили при наведении курсора на строку таблицы */
.standard-link tr:hover a {
    background-color: black;
    color: #fff;
    border-color: #e23229;
}

/* End главное меню
Данте ( и немного Shegare >w< )
*/
/*-----------------------------------------------------------------------------------------------------------------------------------*/


/* Данте Морпехи */
/* Основные стили для контейнера меню */
.main-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* Общие стили для секций меню */
.menu-section {
    flex-basis: 23%;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 8px;
    background-color: #14171f; /* Фон не покрашенных блоков */
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1); /* Уменьшенная белая обводка для блоков */
}

/* Индивидуальные цвета для секций */
.marines-section {
    background-color: #222424;
}

.xenos-section {
    background-color: #2b2e44;
}

.other-section {
    background-color: #341d1d; /* Цвет для блока "Другие фракции" */
}

/* Стили для заголовков секций */
.menu-section h3 {
    padding: 5px;
    margin: 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

/* Стили для списка */
.menu-section ul {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0 0;
}

/* Стили для элементов списка */
.menu-section ul li {
    margin: 10px 0;
    text-align: center;
}

/* Стили для кнопок (ссылок) */
.menu-section ul li a {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    background-color: #1a1e29; /* Цвет фона кнопок */
    color: white;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.2); /* Обводка для кнопок */
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.menu-section ul li a:hover {
    background-color: #666;
    border-color: rgba(255, 255, 255, 0.5); /* Обводка при наведении */
}

/* Стили для секции с картами */
.maps-section {
    color: white; /* Устанавливаем белый цвет текста для всей секции */
}

.maps-section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Отступы между картами */
    padding: 0;
    margin: 0;
}

/* Стили для секции с картами */
.maps-section {
    color: white !important; /* Добавление !important */
}

.maps-section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Отступы между картами */
    padding: 0;
    margin: 0;
}

/* Стили для элементов списка в секции карт */
.maps-section ul li {
    flex-basis: 48%; /* Уменьшаем до 48%, чтобы уместить 2 карты в ряд с отступами */
    list-style: none; /* Убираем маркеры списка */
}

/* Стили для ссылок в секции карт */
.maps-section ul li a {
    display: block;
    padding: 10px;
    background-color: #1a1e29; /* Цвет фона кнопок в секции карт */
    color: white !important; /* Устанавливаем белый цвет текста */
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.2); /* Обводка для кнопок */
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.maps-section ul li a:hover {
    background-color: #666; /* Цвет фона при наведении на ссылку в секции карт */
    border-color: rgba(255, 255, 255, 0.5); /* Обводка при наведении */
}

/* Убираем иконку внешней ссылки в блоке карт */
.maps-section ul li a::after {
    content: none !important; /* Убираем псевдоэлемент */
}



/* Стили для контейнера заголовка */
.header-container {
    display: flex;
    align-items: center;
    background-color: #1b1e26;
    padding: 20px 30px;
    border-radius: 8px;
}

/* Стили для логотипа */
.logo img {
    border-radius: 50%;
    width: 100px;
    height: auto;
}

/* Стили для текста заголовка */
.title-text {
    margin-left: 30px;
    color: #ffffff;
}

.title-text h1 {
    margin: 0;
    font-size: 32px;
    font-weight: bold;
}

.title-text p {
    margin: 5px 0 0;
    font-size: 18px;
}

/* Стили для разделителя */
.separator {
    border-bottom: 2px solid #A9A9A9;
    margin: 10px 0 20px;
}

/* Адаптивные стили для мобильных устройств */
@media (max-width: 599px) {
    .main-container {
        flex-direction: column;
        align-items: stretch;
    }

    .menu-section {
        flex-basis: 100%;
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .menu-section ul {
        flex-grow: 1;
        justify-content: space-between;
        padding: 0;
    }

    .menu-section ul li {
        flex-grow: 1;
        width: 100%;
        text-align: center;
        margin-bottom: 10px; /* Отступы между элементами */
    }

    .menu-section ul li a {
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }

    .maps-section ul {
        flex-wrap: wrap;
        gap: 10px;
    }

    .maps-section ul li {
        flex-basis: 48%; /* Карты будут располагаться по 2 на ряд */
        margin-bottom: 10px; /* Отступы между картами */
    }

    .header-container {
        flex-direction: column;
        text-align: center;
        padding: 10px;
    }

    .logo img {
        width: 80px;
    }

    .title-text {
        margin-left: 0;
        margin-top: 10px;
    }

    .title-text h1 {
        font-size: 24px;
    }

    .title-text p {
        font-size: 16px;
    }
}
/*-----------------------------------------------------------------------------------------------------------------------------------*/

/* код оформление для Командование и тд Данте! */
/* Контейнер для карточек */
.command-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

/* Основные стили карточек */
.card {
    background-color: #2b2b2b; /* Темный фон карточки */
    border-radius: 10px;
    width: 220px;
    height: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Элементы начинают сверху */
    align-items: center;
    padding: 8px; /* Уменьшаем padding */
    text-align: center;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 4px solid transparent;
    color: #ffffff; /* Белый текст */
    overflow: hidden; /* Скрываем все, что выходит за пределы карточки */
}

/* Цветные обводки для разных ролей */
.card.Captain {
    border-color: #B0B7C3; /* Серебристый для Капитана */
}
.card.HeadOfSecurity {
    border-color: #FF0000; /* Красный для Главы Безопасности */
}
.card.HeadOfPersonnel {
    border-color: #00FF00; /* Зеленый для Главы Персонала */
}
.card.Engineer {
    border-color: #FFA500; /* Оранжевый для Старшего Инженера */
}
.card.Scientist {
    border-color: #800080; /* Фиолетовый для Научного Руководителя */
}
.card.Doctor {
    border-color: #127BB7; /* Синий для Главного Врача */
}
.card.Quartermaster {
    border-color: #FFD700; /* Золотой для Квартирмейстера */
}

/* Стили для текста и заголовков */
.card .role-name {
    font-weight: bold;
    font-size: 1.4em;
    color: #ffffff; /* Белый текст */
    margin-bottom: 3px;
    white-space: normal; /* Разрешить перенос слов */
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center; /* Центрирование текста */
    word-wrap: break-word; /* Перенос слов при необходимости */
    display: grid;
    grid-template-columns: 212px;
    grid-template-rows: 75px;
}
.role-name a {
    color: #ccc;
}

/* Стили для изображения */
.card img {
    max-width: 160px;
    max-height: 160px;
    margin-bottom: 3px; /* Уменьшаем отступ снизу */
}

/* Стили для описания роли */
.card .role-description {
    font-size: 0.9em;
    flex-grow: 1;
    margin: 3px 0; /* Минимальные отступы сверху и снизу */
    color: #dcdcdc; /* Более светлый текст */
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* Текст переносится */
}

/* Ссылка на СРП */
.card .role-guide {
    font-size: 0.85em;
    margin-top: 3px; /* Минимальный отступ сверху */
    text-align: center; /* Центрируем текст */
}

.card .role-guide a {
    color: #00bfff; /* Цвет ссылки */
    text-decoration: none;
}

.card .role-guide a:hover {
    text-decoration: underline;
}

/* Hover эффект для карточек */
.card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
/*-----------------------------------------------------------------------------------------------------------------------------------*/

















* { font-family: Arial }

body {
    color: #FAFAFA;
}

.tabs-label {
    background-color: #19191d !important;
    color: lightgrey;
}

.tabber__tab:visited {
    color: white;
}

.tabber__tab[aria-selected='true']:visited {
    color: #44cbf5;
}

img {
    image-rendering: pixelated;
}

.flex-container {
    display: flex;
    align-items: flex-start;
}

.flex-image {
    flex-shrink: 0;
    margin-right: 20px;
}

.flex-image-description {
    flex-grow: 1;
}

.uplinkbuybutton {
    background: #464966;
    width: 62px;
    height: 27px;
    color: white;
    text-align: center;
    font-weight: bolder;
    float: right;
    padding-top: 4px;
    clip-path: polygon(0px 0px, 0px 18px, 9px 27px, 62px 27px, 62px 10px, 53px 0px);
}

.tooltip {
    position: relative;
    display: inline;
}

.tooltiptext {
    position: absolute;
    display: initial;
    z-index: 99999;
    width: 295px;
    left: -120px;
    top: 42px;
    padding: 5px;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    white-space: normal;
    text-align: left;
    transition: all 0.2s;
    border: 1px solid #465298;
    background-color: #27272E;
}

.tooltip:hover > .tooltiptext {
    visibility: visible;
    opacity: 0.98;
}

.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
    text-align: left;
}

.wikitable > tr > th,
.wikitable > tr > td,
.wikitable > * > tr > th,
.wikitable > * > tr > td {
    border: 1px solid black;
}

.wikitable > * > tr > th {
    background: #27272e;
    color: white;
}

@media screen and (min-width: 851px) {
    .mobile {
        display: none;
    }

    .job_header {
        float: right;
        width: 25%;
    }
}

@media screen and (max-width: 850px) {
    .nomobile {
        display: none;
    }

    .tooltiptext {
        box-shadow: 0px 0px 100vw 100vh rgb(0 0 0 / 60%);
        position: fixed;
        width: 80vw;
        top: 40vh;
        left: 0;
        margin: 0 auto;
        right: 0;
    }

    .mobilefont {
        font-size: 80%;
    }

    .mobile_sprite,
    .mobile_text {
        transform: scale(0.75);
    }
}

.hover_img_special {
    top: 0;
    left: 0;
    display: none;
}

.img_special:hover .hover_img_special {
    display: inline;
}

.img_special:hover .img_spec {
    display: none;
}

.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt {
    border-color: #fc3;
    background-color: #fef6e7;
}

html body.mediawiki .mbox-small {
    clear: right;
    float: right;
    margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}

.messagebox.small {
    width: 238px;
    font-size: 85%;
    float: right;
    margin: 0 0 1em 1em;
    line-height: 1.25em;
}

.messagebox.small-talk {
    width: 238px;
    font-size: 85%;
    float: right;
    margin: 0 0 1em 1em;
    line-height: 1.25em;
    background-color: #f8eaba;
}

.infobox {
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    font-size: 88%;
    line-height: 1.5em;
    width: 22em;
}

.infobox-header,
.infobox-label,
.infobox-above,
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
.infobox th,
.infobox td {
    vertical-align: top;
}

.infobox-label,
.infobox-data,
.infobox th,
.infobox td {
    text-align: left;
}

.infobox .infobox-above,
.infobox .infobox-title,
.infobox caption {
    font-size: 125%;
    font-weight: bold;
    text-align: center;
}

.infobox-title,
.infobox caption {
    padding: 0.2em;
}

.infobox .infobox-header,
.infobox .infobox-subheader,
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
    text-align: center;
}

.infobox .infobox-navbar {
    text-align: right;
}

.mw-default-size {
    background-color: #21212600 !important;
    border-color: black !important;
}

.mw-default-size img {
    border-color: black !important;
}

.mw-default-size figcaption {
    background-color: #21212600 !important;
    border-color: black !important;
}

.mw-halign-right {
    background-color: #27272E00 !important;
    border-color: black !important;
}

.mw-halign-right img {
    border-color: black !important;
}

.mw-halign-right figcaption {
    background-color: #27272E00 !important;
    border-color: black !important;
}

.mw-halign-left {
    background-color: #27272E00 !important;
    border-color: black !important;
}

.mw-halign-left img {
    border-color: black !important;
}

.mw-halign-left figcaption {
    background-color: #27272E00 !important;
    border-color: black !important;
}

.mw-halign-center {
    background-color: #27272E00 !important;
    border-color: black !important;
}

.mw-halign-center img {
    border-color: black !important;
}

.mw-halign-center figcaption {
    background-color: #27272E00 !important;
    border-color: black !important;
}

th.navbox-group {
    white-space: nowrap;
    text-align: right;
}

.mw-parser-output .mw-collapsible-toggle {
    font-weight: normal;
    text-align: right;
}

td.mbox-image {
    border: none;
    padding: 2px 0 2px 0.9em;
    text-align: center;
}

td.mbox-imageright {
    border: none;
    padding: 2px 0.9em 2px 0;
    text-align: center;
}

#p-namespaces {
    float: left;
    width: 100%;
}

p {
    margin-bottom: 1.5em;
}

.infobox-table {
    z-index: 3 !important;
    width: 400px;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-bottom: 20px !important;
    background: hsl(205, 25%, 15%);
    border-radius: 8px;
    border-spacing: 0;
    font-size: 0.875rem;
    text-align: left;
}

.infobox-table tr:not(#infobox-table-img-bg) {
    display: flex;
    margin-top: 10px;
}

.infobox-table th,
.infobox-table td {
    padding: 0 15px !important;
}

.infobox-table th,
th.infobox-table-name {
    color: hsl(205, 80%, 95%);
}

.infobox-table th {
    padding-top: 15px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 1rem;
    text-align: left !important;
}

th.infobox-table-name {
    padding-top: 0 !important;
    border: 0 !important;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1.4rem !important;
    line-height: 1.4;
}

.infobox-table-img img {
    max-width: 100%;
    height: auto !important;
}

.infobox-table-img img[src$='.svg'] {
    background: #eaecf0;
}

.infobox-table .image:hover img {
    transform: scale(1.1);
}

.infobox-button {
    display: block;
    width: 100%;
}

.infobox-button > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media only screen and (max-width: 720px) {
    .infobox-table {
        margin-right: auto;
        margin-left: auto;
    }
}


/*-----------------------------------------------------------------------------------------------------------------------------------*/