@charset "UTF-8";
@import url('../font/quicksand.css');
:root {
  --size: 480px;
  --border: 10px;
}

h1{ margin:8px 0 0; font-size:22px; font-weight:800; letter-spacing:.2px;    text-align: center;}
.wrap{ position:relative; width:var(--size); height:var(--size); margin:22px auto 8px; }
#wheel{
  width:100%; height:100%; display:block; border-radius:50%;
  box-shadow: 0 12px 30px rgba(0,0,0,.18), inset 0 0 0 var(--border) #111;
  cursor:pointer; background:#fff;
}
/* Mũi tên hướng xuống */
.pointer{
  position:absolute; left:50%; top:-14px; transform:translateX(-50%);
  width:0; height:0;
  border-left: 22px solid transparent;
  border-right:22px solid transparent;
  border-top: 44px solid #e11d48; /* đỏ, hướng xuống */
  filter: drop-shadow(0 6px 6px rgba(0,0,0,.25));
  z-index:5;
}
.hint{ font-size:14px; opacity:.8; margin:6px 0 0 }
.result{
  margin-top:10px; font-size:20px; font-weight:800; color:#0ea5e9;
  text-shadow: 0 1px 0 #fff;
}
.bar{
  width:min(560px, 92vw); height:10px; border-radius:999px; background:#e5e7eb; overflow:hidden; margin-top:10px;
}
.fill{ height:100%; width:0%; background:linear-gradient(90deg,#34d399,#22c55e); transition:width .1s; }

.tths{
	font-size: 14px;

		
}
button {
  pointer-events: auto !important;
  z-index: 99;
}
#lopname{
	background-color:aqua;
	padding: 3px;
	color: black;
	border-radius: 6px;
}
#reset_games{
	background-color: red;
}
.thongtinhocsinh {
  position: fixed;      /* cố định bên trái */
  top: 10px;
  left: 6px;
  width: 220px;
  max-height: 40px;
  background: #fff;
  padding: 12px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
  overflow: hidden;
}
.button-with-icon {
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0f988e;
  font-family: "Istok Web", sans-serif;
  letter-spacing: 1px;
  padding: 0 12px;
  text-align: center;
  min-width: 120px;
  white-space: nowrap;
  height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 3px;
  outline: none;
  user-select: none;
  cursor: pointer;
  transform: translateY(0px);
  position: relative;
  box-shadow:
    inset 0 30px 30px -15px rgba(255, 255, 255, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.3),
    inset 0 1px 20px rgba(0, 0, 0, 0),
    0 3px 0 #0f988e,
    0 3px 2px rgba(0, 0, 0, 0.2),
    0 5px 10px rgba(0, 0, 0, 0.1),
    0 10px 20px rgba(0, 0, 0, 0.1);
  background: #15ccbe;
  color: white;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  transition: 150ms all ease-in-out;
}
.button-with-icon.skip {
    border: 1px solid #cecece;
    box-shadow: inset 0 30px 30px -15px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.3), inset 0 1px 20px rgba(0, 0, 0, 0), 0 3px 0 #9e9e9e, 0 3px 2px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.1);
    background: #eee;
    color: #484848;
}
.button-with-icon .icon {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  transition: all 0.5s ease-in-out;
}

.button-with-icon:active {
  transform: translateY(3px);
  box-shadow:
    inset 0 16px 2px -15px rgba(0, 0, 0, 0),
    inset 0 0 0 1px rgba(255, 255, 255, 0.15),
    inset 0 1px 20px rgba(0, 0, 0, 0.1),
    0 0 0 #0f988e,
    0 0 0 2px rgba(255, 255, 255, 0.5),
    0 0 0 rgba(0, 0, 0, 0),
    0 0 0 rgba(0, 0, 0, 0);
}

.button-with-icon:hover .text {
  transform: translateX(80px);
}
.button-with-icon:hover .icon {
  transform: translate(23px);
}

.text {
  transition: all 0.5s ease-in-out;
}


.trang_ti{
	 width: 200px;
  height: 300px;
	 position: fixed;
	left: 20px;
	top: 120px;
}

/* Thanh level */
.level-bar {
  position: fixed;
  top: 160px;
  left: 80px;
  width: 30px;
  height: 500px;
  background: linear-gradient(to top, #eee, #ddd);
  border: 3px solid #aaa;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.level-track {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 100%;
  background: #ccc;
  transform: translateX(-50%);
  border-radius: 5px;
}

.level-monkey {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 160px;
  height: 160px;
  transform: translateX(-50%);
  transition: bottom 0.8s ease;
}

.level-label {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: bold;
}
/* Màn hình chào m?ng */
#welcomeScreen {
  position: fixed;
  top:0; left:0; right:0; bottom:0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  text-align: center;
  color: #fff;
  transition: opacity 1s ease;
  z-index: 1000;
  overflow: hidden;
}

#lang_switch input {
  display: none;
}
#lang_switch input + svg {
  width: 50px;
  border: 1px solid #fff;
  cursor: pointer;
  height: auto;
}

    /* Logo góc trên ph?i */
  #welcomeScreen .logo {
    position: absolute;
    top: 15px;
    right: 25px;
    flex-direction: column; /* thêm dòng này d? xu?ng dòng */
    align-items: flex-end;  /* can ph?i */
    align-items: center;
    gap: 10px;
    animation: slideInRight 1.2s ease;
  }

  #welcomeScreen .logo img {
    width: 50px;
    height: 50px;
  }

  #welcomeScreen .logo span {
    font-size: 1.4em;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  }

  /* Tiêu d? */
  #welcomeScreen .title {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 30px;
    animation: slideDown 1.2s ease;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.4);
  }

  /* Nút b?t d?u */
  #welcomeScreen button {
    padding: 15px 40px;
    font-size: 1.2em;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    background: #ff9800;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 6px 15px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    animation: fadeIn 2s ease;
  }

  #welcomeScreen button:hover {
    background: #ffb84d;
    transform: scale(1.05);
    box-shadow: 0 8px 18px rgba(0,0,0,0.4);
  }

  /* Hi?u ?ng khi bi?n m?t */
  #welcomeScreen.fadeOut {
    opacity: 0;
    pointer-events: none;
  }

  /* Keyframes */
  @keyframes slideDown {
    from {transform: translateY(-100px); opacity: 0;}
    to {transform: translateY(0); opacity: 1;}
  }

  @keyframes slideInRight {
    from {transform: translateX(100px); opacity: 0;}
    to {transform: translateX(0); opacity: 1;}
  }

  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  /* Hi?u ?ng gradient ch?y */
  @keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }

  * {
    box-sizing: border-box;
  }

  /* Tiêu d? ánh sáng ch?y qua */
  #welcomeScreen .title {
    position: relative;
    overflow: hidden;
  }
  #welcomeScreen .title::after {
    content: "";
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.8), transparent);
    animation: shine 3s infinite;
  }
  @keyframes shine {
    0% { left: -100%; }
    50% { left: 100%; }
    100% { left: 100%; }
  }

  /* Nút Start rung nh? */
  #welcomeScreen button {
    animation: bounce 2s infinite;
  }
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-6px); }
    60% { transform: translateY(-3px); }
  }

  /* Khi bi?n m?t: zoom out + fade */
  #welcomeScreen.fadeOut {
    opacity: 0;
    transform: scale(1.2);
    transition: opacity 1s ease, transform 1s ease;
  }



  .score {position:fixed; top:20px; left:160px; font-size:180px; font-weight:bold; color:#28a745; display:flex; align-items:center;}
  .monkey {width:120px; height:120px; margin-left:10px;}
  .timer {position:fixed; top:20px; right:40px; font-size:180px; font-weight:bold; color:#e63946; display:flex; align-items:center;}
  .timer span {display:inline-block; transition:transform 0.3s ease;}
  .pulse {animation:pulseAnim 0.6s ease;}
  @keyframes pulseAnim {0%{transform:scale(1);}50%{transform:scale(1.6);}100%{transform:scale(1);} }
  .timer-chicken {width:120px; height:auto; margin-left:20px;} /* gà cạnh đồng hồ */
  .chicken-box {position:fixed; top:340px; right:140px; text-align:center;}
  .chicken-reaction {width:260px; height:auto;}
  .container {max-width:700px; margin:120px auto; background:#fff; padding:20px; border-radius:12px; box-shadow:0 4px 12px rgba(0,0,0,0.2); text-align:center;}
  .question {font-size:26px; margin-bottom:0px;}
  .options button {display:block; width:100%; text-align:left; padding:14px; margin:12px 0; font-size:22px; border:2px solid #ccc; border-radius:8px; cursor:pointer; background:#f7f7f7; transition:background 0.3s;}
  .options button:hover:not(:disabled){background:#eee;}
  .options button.correct {background:#c8f7c5; border-color:green;}
  .options button.wrong {background:#f7c5c5; border-color:red;}
  .options button.disabled {background:#ddd!important; color:#777; cursor:not-allowed;}
  .controls {margin-top:20px;}
  .controls button {padding:14px 28px; font-size:20px; border:none; border-radius:8px; cursor:pointer; background:#007bff; color:#fff;}
  .config {margin:20px auto; text-align:center;}
  .config label {font-size:18px; margin-right:10px;}
  .config input {width:60px; padding:5px; font-size:18px; text-align:center; margin-right:20px;}



  /*VONG QUAY__________________________*/
  body {
    margin: 0;
    font-family: system-ui, Arial, sans-serif;
    color:#1f2937;
    background: radial-gradient(circle at 50% 20%, #fff, #e6f0ff 60%, #d9e8ff);
    display: flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap: 30px;
    min-height: 100vh;
    overflow:hidden;
  }

  h1{ margin:8px 0 0; font-size:22px; font-weight:800; letter-spacing:.2px}
  .wrap{ position:relative; width:var(--size); height:var(--size); margin:22px auto 8px; }
  #wheel{
    width:100%; height:100%; display:block; border-radius:50%;
    box-shadow: 0 12px 30px rgba(0,0,0,.18), inset 0 0 0 var(--border) #111;
    cursor:pointer; background:#fff;
  }
  /* Mũi tên hướng xuống */
  .pointer{
    position:absolute; left:50%; top:-14px; transform:translateX(-50%);
    width:0; height:0;
    border-left: 22px solid transparent;
    border-right:22px solid transparent;
    border-top: 44px solid #e11d48; /* đỏ, hướng xuống */
    filter: drop-shadow(0 6px 6px rgba(0,0,0,.25));
    z-index:5;
  }
  .hint{ font-size:14px; opacity:.8; margin:6px 0 0 }
  .result{
    margin-top:10px; font-size:20px; font-weight:800; color:#0ea5e9;
    text-shadow: 0 1px 0 #fff;
  }
  .bar{
    width:min(560px, 92vw); height:10px; border-radius:999px; background:#e5e7eb; overflow:hidden; margin-top:10px;
  }
  .fill{ height:100%; width:0%; background:linear-gradient(90deg,#34d399,#22c55e); transition:width .1s; }


  .btn_r {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 8px;
    border: none;
    background: #0f988e;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
    transition: all .3s;
  }
  .btn_r:hover {
    background: #15ccbe;
    transform: scale(1.05);
  }

  /* Danh sách bên trái */
  .left {
    position: fixed;      /* cố định bên trái */
    top: 10px;
    left: 6px;
    width: 220px;
    max-height: 100vh;
    background: #fff;
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
    overflow: hidden;
  }
  .right {
    position: fixed;      /* cố định bên trái */
    top: 10px;
    right: 10px;
    width: 220px;
    max-height: 400px;
    background: #fff;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 34px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
    overflow: hidden;
  }
  .right_down {
    position: fixed;      /* cố định bên trái */
    bottom: 10px;
    right: 10px;
    width: 220px;
    max-height: 400px;
    background: #fff;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 34px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
    overflow: hidden;
  }
  .left h3 {
    margin-top: 0;
    font-size: 18px;
    text-align: center;
  }

  .left ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 600px;
    overflow-y: auto;
    scrollbar-width: thin;
  }

  .left li {
    background: #e0f2fe;
    margin: 4px 0;
    padding: 6px 10px;
    border-radius: 5px;
    font-weight: bold;
    color: #0369a1;
  }

  /* Vòng quay */
  .wheel-area {
    flex: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }


/*
    start welcome screen & help screen
*/
#welcomeScreen, #helpScreen {
    font-family: 'Quicksand', sans-serif !important;
    background-color: #090a0f !important;
    color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 99999;
}
#helpScreen {
    z-index: 99998;
}

#welcomeScreen.fade-out, #helpScreen.fade-out {
    pointer-events: none;
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Stars Background */
#welcomeScreen .stars, #helpScreen .stars {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background-image:
        radial-gradient(2px 2px at 20px 30px, #ffffff, rgba(0,0,0,0)),
        radial-gradient(2px 2px at 40px 70px, #ffffff, rgba(0,0,0,0)),
        radial-gradient(2px 2px at 50px 160px, #ffffff, rgba(0,0,0,0)),
        radial-gradient(2px 2px at 90px 40px, #ffffff, rgba(0,0,0,0)),
        radial-gradient(2px 2px at 130px 80px, #ffffff, rgba(0,0,0,0)),
        radial-gradient(2px 2px at 160px 120px, #ffffff, rgba(0,0,0,0));
    background-repeat: repeat;
    background-size: 200px 200px;
    animation: moveStars 150s linear infinite;
    z-index: 0;
}
#welcomeScreen .stars1, #helpScreen .stars1 { animation-duration: 50s; opacity: 0.3; }
#welcomeScreen .stars2, #helpScreen .stars2 { animation-duration: 100s; opacity: 0.2; transform: scale(1.5); }
#welcomeScreen .stars3, #helpScreen .stars3 { animation-duration: 150s; opacity: 0.1; transform: scale(2); }

@keyframes moveStars {
    0% { transform: translateY(0); }
    100% { transform: translateY(-200px); }
}

#welcomeScreen::after, #helpScreen::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle at center, rgba(66, 153, 225, 0.15) 0%, rgba(0, 0, 0, 0) 60%);
    z-index: 0;
    pointer-events: none;
}

/* Header */
.ws-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}

.ws-logo-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-left: 15px;
}
.ws-logo-container::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(66, 153, 225, 0.4) 0%, rgba(159, 122, 234, 0.2) 40%, rgba(0, 0, 0, 0) 70%);
    border-radius: 50%;
    z-index: -1;
    filter: blur(15px);
    animation: pulseNebula 4s ease-in-out infinite alternate;
}
@keyframes pulseNebula {
    0% { transform: translate(-50%, -50%) scale(0.8); opacity: 0.5; }
    100% { transform: translate(-50%, -50%) scale(1.1); opacity: 1; }
}

.ws-logo {
    max-width: 120px;
    height: auto;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
    animation: floatLogo 6s ease-in-out infinite;
}
@keyframes floatLogo {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

/* Main */
.ws-main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    position: relative;
    z-index: 1;
}

.ws-content-wrapper {
    text-align: center;
    padding: 2rem;
    width: 100%;
    max-width: 900px;
    animation: fadeInScale 1s ease-out forwards;
}
@keyframes fadeInScale {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

.ws-game-title {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    line-height: 1.2;
    color: #fff;
    margin: 0;
    background: linear-gradient(to right, #4fd1c5, #f687b3, #4fd1c5);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientText 5s linear infinite;
    filter: drop-shadow(0 0 10px rgba(246, 135, 179, 0.5));
    font-weight: 800;
}
@keyframes gradientText {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

.ws-game-subtitle {
    font-size: clamp(1rem, 3vw, 1.25rem);
    color: #e2e8f0;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0;
    opacity: 0;
    letter-spacing: 0.5px;
    animation: fadeIn 2s ease-out 0.5s forwards;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 0.9; transform: translateY(0); }
}

.ws-button-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 3rem;
}

/* Cosmic Button Styling */
.ws-btn-primary-cosmic {
    position: relative;
    padding: 1rem 3.5rem;
    font-size: 1.5rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #fff;
    background: #0f172a;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition: transform 0.2s, box-shadow 0.2s;
    margin-bottom: 0.5rem;
    text-decoration: none;
    display: inline-block;
}
.ws-btn-primary-cosmic::before {
    content: '';
    position: absolute;
    top: -3px; left: -3px; right: -3px; bottom: -3px;
    z-index: -1;
    background: linear-gradient(45deg, #4299e1, #9f7aea, #ed64a6, #4299e1);
    background-size: 400%;
    border-radius: 52px;
    animation: animateBorder 4s linear infinite;
    opacity: 0.8;
    transition: opacity 0.3s;
}
.ws-btn-primary-cosmic::after {
    content: '';
    position: absolute;
    top: 3px; left: 3px; right: 3px; bottom: 3px;
    background: #0f172a;
    border-radius: 48px;
    z-index: -1;
    transition: background 0.3s;
}
.ws-btn-primary-cosmic:hover::after {
    background: #1e3a8a;
}
.ws-btn-primary-cosmic span {
    position: relative;
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    display: inline-block;
    transition: transform 0.2s;
}
.ws-btn-primary-cosmic:hover span {
    transform: scale(1.05);
}
.ws-btn-primary-cosmic:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
.ws-btn-primary-cosmic:hover::before {
    opacity: 1;
}
.ws-btn-primary-cosmic:active {
    transform: translateY(1px);
}
@keyframes animateBorder {
    0% { background-position: 0 0; }
    50% { background-position: 300% 0; }
    100% { background-position: 0 0; }
}

.ws-more-games-link {
    color: #a0aec0;
    font-size: 1.1rem;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    display: inline-block;
}
.ws-more-games-link:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    transform: translateY(-1px);
}

.ws-credit {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 1px;
    z-index: 10;
}
.ws-credit a {
    color: #9f7aea;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s, text-shadow 0.3s;
}
.ws-credit a:hover {
    color: #fff;
    text-shadow: 0 0 8px rgba(159, 122, 234, 0.8);
}

#welcomeScreen *, #helpScreen * {
    font-family: 'Quicksand', sans-serif !important;
}

/* Bulletproof @font-face overrides pointing to local folder */
/* vietnamese */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    src: url(../font/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    src: url(../font/6xKtdSZaM9iE8KbpRA_hJVQNcOM.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    src: url(../font/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    src: url(../font/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    src: url(../font/6xKtdSZaM9iE8KbpRA_hJVQNcOM.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    src: url(../font/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    src: url(../font/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    src: url(../font/6xKtdSZaM9iE8KbpRA_hJVQNcOM.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    src: url(../font/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
    end welcome screen & help screen
*/


/*
    start language switcher styling
*/
.ws-language-switcher {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 0.25rem 0.5rem;
    backdrop-filter: blur(5px);
}
.ws-lang-btn {
    color: #a0aec0;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.25rem 0.5rem;
    cursor: pointer;
    transition: color 0.3s, text-shadow 0.3s;
}
.ws-lang-btn:hover {
    color: #e2e8f0;
}
input[name="language"]:checked + .ws-lang-btn {
    color: #4299e1 !important;
    text-shadow: 0 0 8px rgba(66, 153, 225, 0.6) !important;
}
.ws-lang-separator {
    color: rgba(255, 255, 255, 0.2);
}
/*
    end language switcher styling
*/
