html {
  background: #000;
  font-family: Roboto, Noto Sans JP, Segoe UI, sans-serif;
  touch-action: manipulation;
}
body {
  height: 100%;
  margin: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.1, 1, 0.1, 1);
}
a,
a:visited {
  color: #2196f3;
}
a:hover {
  color: #64b5f6;
  text-decoration: underline;
}
h1 {
  font-size: 58px;
}
h2 {
  font-size: 36px;
}
.hidden {
  display: none;
}
.articleGrid {
  display: grid;
  grid-auto-rows: 114px;
  grid-template-columns: repeat(2, 50%);
}
.article {
  background-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 6px;
  box-shadow: 0 4px 7px 3px rgba(0, 0, 0, 0.1);
  color: #fff;
  display: flex;
  margin: 5px;
  overflow: hidden;
  padding: 16px 12px 12px;
  text-decoration: none;
  transition: background-color 0.3s cubic-bezier(0.1, 1, 0.1, 1),
    box-shadow 0.3s cubic-bezier(0.1, 1, 0.1, 1);
}
.article:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
  box-shadow: 0 4px 7px 3px rgba(0, 0, 0, 0.15);
}
.article:active {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.articleText {
  display: inline-block;
  margin-left: 10px;
  padding-top: 2px;
  width: calc(100% - 90px);
}
.section1 .articleText {
  margin-left: 12px;
  padding-top: 8px;
}
.article img,
.article picture,
.article source {
  border-radius: 8px;
  height: 64px;
  width: 64px;
}
.article i {
  font-size: 64px !important;
}
.article p {
  margin-block-start: 0.5em;
  opacity: 0.8;
}
.article {
  color: #fff !important;
}
.article:hover {
  text-decoration: none;
}
.articleName {
  white-space: nowrap;
}
#copyDiscordFakeElement {
  position: absolute;
  top: 9999%;
}
.copied {
  background: rgba(56, 232, 91, 0.4) !important;
}
.copied .discordText,
.copiedText {
  opacity: 0;
  pointer-events: none;
}
.copiedText {
  padding: 18px;
  position: absolute;
  text-align: center;
}
.copied .copiedText {
  opacity: 1;
  pointer-events: all;
}
#discordCopy {
  white-space: nowrap;
}
#discordCopy .articleText {
  margin-top: -30px;
}
.articleText,
.discordText {
  transition: opacity 0.5s cubic-bezier(0.1, 1, 0.1, 1);
}
.discordText > img,
.discordText > picture {
  margin-left: -64px;
  margin-top: -30px;
  position: absolute;
}
.discordText {
  margin-left: 64px;
  margin-top: 30px;
}
.copiedText .material-icons {
  font-size: 32px;
  margin-left: -12px;
  padding-right: 10px;
  vertical-align: middle;
}
.section1 .articleGrid {
  grid-auto-rows: 107px !important;
}
.section2 .articleGrid {
  grid-auto-rows: 110px !important;
}
.section1 .article img,
.section1 .article picture {
  border-radius: 16px;
}
@media (min-width: 1001px) {
  .articleGrid.three {
    grid-template-columns: repeat(3, 33%);
  }
}
@media (max-width: 700px) {
  .articleGrid {
    grid-template-columns: repeat(1, 100%);
  }
}
.background {
  background-color: #555;
  background-image: url(background/background2.png);
  background-position: 50%;
  background-size: cover;
  height: 100%;
  position: fixed;
  top: 0;
  transition: top 4s cubic-bezier(0.1, 1, 0.1, 1);
  width: 100%;
  z-index: 0;
}
.nowebp .background {
  background-image: url(background/background2.png);
}
.page {
  background: url(background/background2.png);
  background-attachment: fixed;
  background-size: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  color: #fff;
  margin: 100px auto auto;
  overflow: hidden;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.nowebp .page {
  background: url(background/background2.png);
}
.easterEggTime .page {
  background: rgba(0, 0, 0, 0.65);
}
@supports (backdrop-filter: blur(50px)) or (-webkit-backdrop-filter: blur(50px)) {
  .page {
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    background: rgba(0, 0, 0, 0.65);
  }
}
@media (min-width: 1001px) {
  .page {
    border-radius: 12px;
    height: 725px;
    margin-bottom: 30px;
    max-width: 1400px;
  }
}
@media (min-width: 1400px) {
  .page {
    width: 70%;
  }
}
@media (max-width: 1300px) {
  .page {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .page {
    width: 80%;
  }
}
@media (max-width: 1000px) {
  .page {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 50px;
  }
}
@media (max-width: 700px) {
  .page {
    padding: 10px;
    top: 0 !important;
  }
}
@media (max-height: 850px) {
  .page {
    top: -60px !important;
  }
}
@media (max-width: 500px) {
  .page {
    padding: 10px;
  }
}
.sections {
  box-sizing: border-box;
  padding-bottom: 10px;
  padding-top: 10px;
}
.sectionList,
.sections {
  height: 100%;
  overflow: hidden;
}
.sectionList {
  transition: margin-left 0.4s cubic-bezier(0.1, 1, 0.1, 1);
  width: 100%;
}
.section {
  height: calc(100% - 90px);
  opacity: 0;
  overflow-y: auto;
  pointer-events: none;
  position: absolute;
  transition: margin-top 0.5s cubic-bezier(0.1, 1, 0.1, 1),
    opacity 0.3s cubic-bezier(0.1, 1, 0.1, 1);
  width: calc(100% - 450px);
}
.sectionList[data-current-section="1"] .section1 {
  margin-top: 0;
  opacity: 1;
  pointer-events: all;
}
.sectionList[data-current-section="1"] .section2,
.sectionList[data-current-section="1"] .section3,
.sectionList[data-current-section="1"] .section4 {
  margin-top: -69px;
}
.sectionList[data-current-section="2"] .section1 {
  margin-top: 69px;
}
.sectionList[data-current-section="2"] .section2 {
  margin-top: 0;
  opacity: 1;
  pointer-events: all;
}
.sectionList[data-current-section="2"] .section3,
.sectionList[data-current-section="2"] .section4 {
  margin-top: -69px;
}
.sectionList[data-current-section="3"] .section1,
.sectionList[data-current-section="3"] .section2 {
  margin-top: 69px;
}
.sectionList[data-current-section="3"] .section3 {
  margin-top: 0;
  opacity: 1;
  pointer-events: all;
}
.sectionList[data-current-section="3"] .section4 {
  margin-top: -69px;
}
.sectionList[data-current-section="4"] .section1,
.sectionList[data-current-section="4"] .section2,
.sectionList[data-current-section="4"] .section3 {
  margin-top: 69px;
}
.sectionList[data-current-section="4"] .section4 {
  margin-top: 0;
  opacity: 1;
  pointer-events: all;
}
.openingSection {
  padding: 8px;
}
.spacingHack {
  height: 16px;
}
.subtext {
  opacity: 0.8;
}
.copyrightLink {
  bottom: 20px;
  color: #fff !important;
  font-size: 12px;
  letter-spacing: 0.5px;
  opacity: 0.3;
  position: relative;
}
.copyrightLink:focus,
.copyrightLink:hover {
  color: hsla(0, 0%, 100%, 0.75) !important;
}
.flag {
  vertical-align: middle;
  width: 24px;
}
@supports (grid-template-columns: repeat(3, 33%)) {
  .copyrightLink {
    position: absolute;
  }
}
@media (min-width: 801px) {
  .section {
    padding: 8px;
  }
}

@media (max-width: 1300px) {
  .section {
    height: calc(100% - 195px);
    width: calc(100% - 20px);
  }
  .copyrightLink {
    position: relative;
  }
}
@media (max-height: 700px) {
  .section {
    padding: 4px !important;
  }
}
.modalContainer {
  background: hsla(0, 0%, 8%, 0);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: background 0.6s cubic-bezier(0.1, 1, 0.1, 1);
  z-index: 10;
}
@supports (pointer-events: none) {
  .modalContainer {
    display: block;
    pointer-events: none;
  }
}
.modalContainer.open {
  background: hsla(0, 0%, 8%, 0.5);
  display: block;
  pointer-events: all;
}
@-webkit-keyframes openModal {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes openModal {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
  }
  to {
    transform: scale(1);
  }
}
.modal {
  -webkit-animation: openModal 0.6s cubic-bezier(0.1, 1, 0.1, 1);
  animation: openModal 0.6s cubic-bezier(0.1, 1, 0.1, 1);
  background: #282828;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  height: 300px;
  left: 50%;
  margin-left: -242px;
  margin-top: -150px;
  padding: 0 16px;
  pointer-events: all;
  position: absolute;
  top: 50%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.1, 1, 0.1, 1),
    opacity 0.7s cubic-bezier(0.1, 1, 0.1, 1);
  transition: transform 0.6s cubic-bezier(0.1, 1, 0.1, 1),
    opacity 0.7s cubic-bezier(0.1, 1, 0.1, 1);
  width: 450px;
}
@supports (backdrop-filter: blur(50px)) or (-webkit-backdrop-filter: blur(50px)) {
  .modal {
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    background: rgba(40, 40, 40, 0.65) !important;
  }
}
.modal.dismissing {
  -webkit-animation: none;
  animation: none;
  opacity: 0;
  pointer-events: none;
}
.modal h2 {
  font-size: 24px;
}
.modal b,
.modal h2,
.modal p {
  color: #fff;
}
.modal b {
  font-size: 17px;
}
.modal b + p {
  margin-top: 6px;
}

/* Với Chrome, Safari, Edge */
::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* Firefox */
body {
  scrollbar-width: none;
}

/* Đảm bảo vẫn cuộn được */
body {
  overflow: auto;
}


@keyframes colourRotate {
  0% {
    background: #f44336;
  }
  15% {
    background: #ff5722;
  }
  30% {
    background: #ffc107;
  }
  45% {
    background: #4caf50;
  }
  60% {
    background: #2196f3;
  }
  75% {
    background: #673ab7;
  }
  90% {
    background: #e91e63;
  }
  to {
    background: #f44336;
  }
}
@-webkit-keyframes colourRotate {
  0% {
    background: #f44336;
  }
  15% {
    background: #ff5722;
  }
  30% {
    background: #ffc107;
  }
  45% {
    background: #4caf50;
  }
  60% {
    background: #2196f3;
  }
  75% {
    background: #673ab7;
  }
  90% {
    background: #e91e63;
  }
  to {
    background: #f44336;
  }
}
.easterEggTime {
  -webkit-animation: colourRotate 10s linear infinite;
  animation: colourRotate 10s linear infinite;
}
.easterEggTime .background {
  top: 100%;
}
.tabs {
  border-bottom: 2px solid #fff;
  margin-left: -20px;
  margin-right: 370px;
  overflow-x: auto;
  padding-left: 20px;
  white-space: nowrap;
}
.tab {
  border-radius: 6px 6px 0 0;
  color: #fff !important;
  display: inline-block;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  transition: background 0.5s cubic-bezier(0.1, 1, 0.1, 1),
    color 0.5s cubic-bezier(0.1, 1, 0.1, 1);
}
.tab:hover {
  background: hsla(0, 0%, 100%, 0.2);
  text-decoration: none;
}
.tab.tabSelected {
  background: #fff;
  color: #000 !important;
  font-weight: 700;
}
.tab > i {
  line-height: 0;
  padding-bottom: 3px;
  padding-right: 10px;
  vertical-align: middle;
  width: 24px;
}
@media (max-width: 1300px) {
  .tabs {
    margin-top: 128px;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .tabs {
    margin-top: 120px !important;
  }
}
@keyframes bodyIn {
  0% {
    transform: translateY(600px);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes bodyIn {
  0% {
    -webkit-transform: translateY(600px);
  }
  to {
    -webkit-transform: translateY(0);
  }
}
.fullbody {
 /*!
 -webkit-animation: bodyIn 1s;
  animation: bodyIn 1s;
*/  
  margin-top: -80px;
  margin-right: -27px;
}
.zh > .fullbody {
  margin-top: -9px;
}
.fullbody,
.fullbody > * {
  float: right;
  max-width: 450px;
  pointer-events: none;
  width: 100%;
}

@media (max-width: 1300px) {
  .fullbody {
    display: none;
  }
}
.ButAa {
  display: inline-block;
  float: right;
  font-family: Transport, Roboto, Noto Sans JP, Segoe UI, sans-serif;
  line-height: 72px;
  margin-left: 20px;
  margin-top: 20px;
  padding-right: 42px;
  text-align: right;
  vertical-align: top;
  width: 370px;
}
.ButAa.zh {
  font-size: 75px;
}
.avatar {
  border-radius: 50%;
  display: none;
  float: left;
  height: 106px;
  margin-left: 30px;
  margin-top: 16px;
  overflow: hidden;
  width: 106px;
}
.header {
  position: absolute;
  right: 0;
  width: 450px;
}
.header.cjk {
  width: 730px;
}
@media (max-width: 1300px) {
  .header {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .ButAa {
    float: left;
    margin-top: 50px;
    text-align: left;
    width: 500px;
  }
  .avatar {
    display: block;
  }
}
@media (max-width: 1000px) {
  :root {
    --avatarSize: 100px;
  }
  .ButAa {
    font-size: 36px;
    line-height: 40px;
    width: 300px !important;
  }
  .ButAa.cyrillic {
    font-size: 38px;
  }
}
@media (max-width: 500px) {
  .ButAa {
    margin-top: 24px !important;
    width: 220px !important;
  }
}
@media (max-width: 400px) {
  .ButAa {
    margin-top: -10px !important;
  }
}
.splashText {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.1, 1, 0.1, 1);
}
.invisibleSplashText {
  opacity: 0;
}

noscript div,
#jsAlert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; 
  padding: 10px;
  background: #f00;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: sans-serif;
}
