/* ===== Universal Reset ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



main, .section{
  display: flex;
  flex-direction: column;
  align-items: center;   
  justify-content: center; 
  width: auto;
  height: auto;
  flex: 0 0 auto;       
}





/* ------------------------------------------------ ABOUT US ---------------------------------------------*/
:root {
  --gjs-t-color-primary: #22d3ee;
  --gjs-t-color-secondary: #a78bfa;
  --gjs-t-color-accent: #34d399;
  --gjs-t-color-success: #22c55e;
  --gjs-t-color-warning: #f59e0b;
  --gjs-t-color-error: #ef4444;
}

.gjs-t-body {
  background-color: #0b0f14;
  color: #e5e7eb;
  font-size: 16px;
  line-height: 1.7;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

.gjs-t-h1 {
  color: #f1f5f9;
  font-size: 42px;
  line-height: 1.2;
  font-family: 'Outfit', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

.gjs-t-h2 {
  color: #e5e7eb;
  font-size: 28px;
  line-height: 1.3;
  font-family: 'Outfit', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

.gjs-t-button {
  background-color: var(--gjs-t-color-primary);
  color: #061018;
  border-radius: 9999px;
}

.gjs-t-link {
  color: var(--gjs-t-color-primary);
  text-decoration: none;
}

.gjs-t-border {
  border-radius: 1rem;
  border: 1px solid #1f2937;
  border-color: #e0e0e0;
}

*,
::before,
::after {
  box-sizing: border-box;
  
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

html,
:host {
  line-height: 1.5;
  
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  
  line-height: inherit;
}

hr {
  height: 0;
  
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  appearance: button;
  
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  appearance: textfield;
  
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
.centered {
  display: flex;               
  justify-content: center;     
  align-items: center;         
  height: 200px;                
  text-align: center;          
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

.cls-02e0qg *::selection {
  background-color: rgb(6 182 212 / 0.2);
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection:hover {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection::placeholder {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection::file-selector-button {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection::selection {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg::selection::selection {
  color: rgb(165 243 252 / 1);
}

.nav-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: rgb(255 255 255 / 0.05);
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  padding: 0.5rem;
}

.logo-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.brand-name {
  font-weight: 600;
  letter-spacing: -0.025em;
  color: transparent;
  font-size: 1.25rem;
  line-height: 1;
  background-clip: text;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-item-home {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.nav-item-home:hover {
  opacity: 0.9;
}

.nav-item-about {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.nav-item-about:hover {
  opacity: 0.9;
}

.nav-item-shop {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.nav-item-shop:hover {
  opacity: 0.9;
}

.nav-item-profile {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.nav-item-profile:hover {
  opacity: 0.9;
}

.chat-messages> :not([hidden])~ :not([hidden]) {
  margin-top: calc(1rem * calc(1 - 0));
  margin-bottom: calc(1rem * 0);
}

.chat-text-input::placeholder::placeholder {
  color: rgb(100 116 139 / 1);
}

.tts-file-input::file-selector-button::file-selector-button {
  color: rgb(226 232 240 / 1);
}

.tts-file-input::file-selector-button:hover {
  background-color: rgb(255 255 255 / 0.15);
}

.tts-textarea::placeholder::placeholder {
  color: rgb(100 116 139 / 1);
}

.mission-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 3rem;
  align-items: center;
}

.footer-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: rgb(255 255 255 / 0.05);
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  padding: 0.5rem;
}

.footer-logo-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.footer-brand-name {
  font-weight: 600;
  color: rgb(226 232 240 / 1);
}

.footer-year {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(100 116 139 / 1);
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-link-about {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-link-about:hover {
  opacity: 0.9;
}

.footer-link-shop {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-link-shop:hover {
  opacity: 0.9;
}

.footer-link-profile {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-link-profile:hover {
  opacity: 0.9;
}

.footer-link-privacy {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(203 213 225 / 1);
}

.footer-link-privacy:hover {
  color: rgb(241 245 249 / 1);
}

.cls-eqgrzu {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-header {
  width: 100%;
}

.mission-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.mission-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.mission-content {
  grid-column: span 6 / span 6;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  color: var(--gjs-t-color-secondary);
}

.mission-heading {
  margin-top: 1rem;
}

.mission-paragraph {
  margin-top: 1rem;
  max-width: 65ch;
}

.mission-actions {
  margin-top: 1.75rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mission-primary-button {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.mission-primary-button:hover {
  opacity: 0.9;
}

.mission-secondary-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.mission-media-column {
  grid-column: span 6 / span 6;
}

.mission-figure {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.mission-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mission-figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.values-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.values-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.values-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

.values-subtext {
  margin-top: 0.75rem;
  max-width: 65ch;
}

.values-grid {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}

.value-card {
  grid-column: span 3 / span 3;
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.value-icon-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.value-accent-dot {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background-color: var(--gjs-t-color-success);
}

.value-icon {
  width: 1.75rem;
  height: 1.75rem;
}

.value-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.cta-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.cta-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 1rem;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.cta-subtext {
  margin-top: 0.75rem;
  max-width: 60ch;
}

.cta-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cta-primary-button {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cta-primary-button:hover {
  opacity: 0.9;
}

.cta-secondary-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.site-footer {
  border-top-width: 1px;
  border-color: rgb(30 41 59 / 0.6);
}

#i2x9 .brand-name {
  color: #e5e7eb;
  background: none;
}

#i2x9 .cta-secondary {
  color: #cbd5e1;
}

#i2x9 .cta-secondary:hover {
  color: #f1f5f9;
}

#i8ekd #shop .profile-card {
  grid-column: span 6 / span 6;
}

#i8ekd #study-tips .tips-card {
  grid-column: span 12 / span 12;
}

#our-members .members-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#our-members .members-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#our-members .members-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

#our-members .members-subtext {
  margin-top: 0.75rem;
  max-width: 65ch;
  opacity: 0.9;
}

#our-members .members-grid {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}

#our-members .member-card {
  grid-column: span 3 / span 3;
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

#our-members .member-card:hover {
  transform: translateY(-2px);
}

#our-members .member-figure {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

#our-members .member-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

#our-members .member-name {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #f1f5f9;
}

#our-members .member-role {
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.85;
}

#auxi-chatbox .chatbox-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#auxi-chatbox .chatbox-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#auxi-chatbox .chatbox-wrapper {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

#auxi-chatbox .chat-panel {
  border: 1px solid #1f2937;
  border-radius: 1rem;
  background-color: #0c1218;
  display: flex;
  flex-direction: column;
  height: 60vh;
  min-height: 420px;
  max-height: 78vh;
  overflow: hidden;
}

#auxi-chatbox .panel-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #1f2937;
  background-color: #0c1218;
  position: sticky;
  top: 0;
  z-index: 1;
}

#auxi-chatbox .panel-title {
  margin: 0;
}

#auxi-chatbox .chat-history {
  flex: 1;
  overflow-y: auto;
  padding: 1.25rem;
  scroll-behavior: smooth;
}

#auxi-chatbox .messages {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

#auxi-chatbox .msg {
  display: flex;
  max-width: 100%;
  align-items: flex-start;
  gap: 0.5rem;
}

#auxi-chatbox .msg.assistant {
  justify-content: flex-start;
}

#auxi-chatbox .msg.user {
  justify-content: flex-end;
}

#auxi-chatbox .bubble {
  max-width: 85%;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  line-height: 1.6;
  font-size: 0.975rem;
}

#auxi-chatbox .assistant .bubble {
  background-color: #0f1620;
  border: 1px solid #1f2937;
  color: #e5e7eb;
  border-top-left-radius: 0.5rem;
}

#auxi-chatbox .user .bubble {
  background-color: rgba(34, 211, 238, 0.1);
  border: 1px solid var(--gjs-t-color-primary);
  color: #e5e7eb;
  border-top-right-radius: 0.5rem;
}

#auxi-chatbox .timestamp {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  opacity: 0.7;
}

#auxi-chatbox .input-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-top: 1px solid #1f2937;
  background-color: #0c1218;
  position: sticky;
  bottom: 0;
}

#auxi-chatbox .chat-input {
  flex: 1;
  padding: 0.75rem 0.9rem;
  border: 1px solid #1f2937;
  background-color: #0b0f14;
  color: #e5e7eb;
  border-radius: 0.75rem;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

#auxi-chatbox .chat-input::placeholder {
  color: #94a3b8;
}

#auxi-chatbox .chat-input:focus {
  border-color: var(--gjs-t-color-primary);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
}

#auxi-chatbox .send-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.9rem;
  font-weight: 600;
  border: none;
  transition: transform 150ms ease, opacity 150ms ease;
}

#auxi-chatbox .send-btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

#auxi-chatbox .send-icon {
  display: block;
}

#auxi-chatbox .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#auxi-chatbox .msg .content {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  max-width: 100%;
}

#auxi-chatbox .avatar {
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0f1620;
  border: 1px solid #1f2937;
  flex: 0 0 auto;
}

#auxi-chatbox .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#auxi-chatbox .avatar .avatar-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

#auxi-chatbox .send-btn .send-icon {
  display: block;
  width: 18px;
  height: 18px;
}

#auxi-header .header-bar {
  border-bottom: 1px solid #1f2937;
}

#auxi-header .container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#auxi-header .bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

#auxi-header .brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
}

#auxi-header .brand .logo {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #0f1620;
  border: 1px solid #1f2937;
  overflow: hidden;
  flex: 0 0 auto;
}

#auxi-header .brand .brand-name {
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #e5e7eb;
  font-family: 'Outfit', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  font-size: 1.125rem;
  line-height: 1.4;
}

#auxi-header nav .nav-list {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

#auxi-header .nav-link {
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 600;
  padding: 0.35rem 0.5rem;
  border-radius: 0.5rem;
  transition: color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

#auxi-header .nav-link:hover,
#auxi-header .nav-link:focus {
  color: #f1f5f9;
  outline: none;
  background-color: rgba(34, 211, 238, 0.08);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
}

#auxi-header .menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #1f2937;
  background-color: #0b0f14;
  color: #e5e7eb;
  border-radius: 0.75rem;
  transition: transform 150ms ease, opacity 150ms ease, box-shadow 150ms ease;
}

#auxi-header .menu-toggle:hover {
  transform: translateY(-1px);
  opacity: 0.95;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
}

#auxi-header .mobile-panel {
  display: none;
  border-bottom: 1px solid #1f2937;
  background-color: #0c1218;
}

#auxi-header .mobile-inner {
  padding: 0.75rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

#auxi-header .mobile-link {
  display: block;
  width: 100%;
  padding: 0.6rem 0.75rem;
  border-radius: 0.5rem;
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 150ms ease, color 150ms ease;
}

#auxi-header .mobile-link:hover,
#auxi-header .mobile-link:focus {
  color: #f1f5f9;
  background-color: rgba(34, 211, 238, 0.08);
  outline: none;
}

#ia8hyr {
  height: 461px;
}

#ikvvyt {
  width: 250px;
  position: absolute;
}

#iok7u8 {
  width: 250px;
}

#i4ihfi {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 31px;
  padding-left: 0px;
}

#iko2lo {
  color: rgba(47, 130, 185, 1);
}

#about-auxi {
  background-image: linear-gradient(180deg, black 10%, rgba(12, 56, 85, 1) 51.29533678756477%, rgba(0, 0, 0, 1) 90%);
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-origin: padding-box;
}

#ieo8ri {
  font-size: 14pt;
}

#ify1y.header-navigation {
  background-color: #0b0f14;
  border-bottom: 1px solid #1f2937;
}

#ify1y .brand-name {
  color: #e5e7eb;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: initial;
}

#ify1y .primary-nav a {
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 600;
  padding: 0.35rem 0.5rem;
  border-radius: 0.5rem;
  transition: color 150ms ease, background-color 150ms ease, box-shadow 150ms ease, opacity 150ms ease;
}

#ify1y .primary-nav a:hover,
#ify1y .primary-nav a:focus {
  color: #f1f5f9;
  background-color: rgba(34, 211, 238, 0.08);
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
  opacity: 1;
}

#ify1y .nav-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#ify1y .logo-wrapper {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  padding: 0.5rem;
  border: 1px solid rgba(59, 130, 246, 0.5);
}

#ivyloz .profile-bio {
  margin-top: 1rem;
}

#ivyloz .profile-bio .bio-text {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgb(203 213 225 / 1);
}

#ivyloz .profile-location {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.5rem;
  color: #94a3b8;
  font-size: 0.75rem;
  line-height: 1rem;
}

#ivyloz .profile-location .location-icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

#ify1y .nav-item-chat {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#ify1y .nav-item-chat:hover {
  opacity: 0.9;
}

#i8ekd a:focus-visible,
#i8ekd button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.25);
}

#i8ekd .hero-title {
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: 0.1px;
  color: #f1f5f9;
}

#i8ekd .hero-subtitle {
  font-size: 18px;
  line-height: 1.85;
  letter-spacing: 0.2px;
  color: #e2e8f0;
}

#i8ekd .gjs-t-button.cta-primary {
  padding: 0.9rem 1.2rem;
  font-size: 1rem;
  font-weight: 700;
}

#i8ekd .cta-secondary {
  font-size: 1rem;
  letter-spacing: 0.2px;
}

#i8ekd .shop-title,
#i8ekd .profile-title,
#i8ekd .tips-title {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.1px;
}

#i8ekd .shop-item-name {
  font-size: 1rem;
  letter-spacing: 0.2px;
}

#i8ekd .shop-item-points {
  font-size: 0.875rem;
}

#i8ekd .shop-item-buy-button {
  font-size: 0.9rem;
  padding: 0.6rem 0.9rem;
  border-radius: 9999px;
  border: 1px solid #1f2937;
}

#i8ekd .shop-view-all-link {
  font-size: 1rem;
}

#i8ekd .profile-name {
  font-size: 1.05rem;
}

#i8ekd .bio-text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.2px;
}

#i8ekd .progress-label,
#i8ekd .progress-value {
  font-size: 0.875rem;
}

#i8ekd .achievement-label {
  font-size: 0.875rem;
}

#i8ekd .tip-title {
  font-size: 1rem;
}

#i8ekd .tip-text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.2px;
}

#i8ekd .tts-scope {
  position: relative;
}

#i8ekd .tts-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 9999px;
  border: 1px solid #1f2937;
  background-color: #0f1620;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
  transition: transform 150ms ease, opacity 150ms ease, box-shadow 150ms ease;
  z-index: 2;
}

#i8ekd .tts-btn:hover {
  transform: translateY(-1px);
  opacity: 1;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.2);
}

#i8ekd .tts-btn img {
  width: 18px;
  height: 18px;
  display: block;
}

#i8ekd .tts-reading {
  outline: 2px dashed rgba(34, 211, 238, 0.35);
  outline-offset: 4px;
}

#inb81-3 {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: rgba(255, 235, 235, 1);
  color: rgba(255, 255, 255, 0);
}

#ipzvl-3 {
  color: rgba(255, 255, 255, 1);
}

#ihdvyf.gjs-t-h1 {
  display: block;
  text-align: center;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.025em;
  margin: 0 auto 0.75rem;
  max-width: 100%;
  animation: auxiHeroFadeZoom 800ms cubic-bezier(0.16, 1, 0.3, 1) 80ms both;
}

#auxi-hero-left .auxi-hero-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  z-index: 1;
}

#auxi-hero-left .auxi-hero-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding-top: 0.75rem;
  margin-bottom: 0.75rem;
}

#auxi-hero-left .auxi-hero-logo {
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  background-color: #0f1620;
  border: 1px solid #1f2937;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

#auxi-hero-left .auxi-hero-logo img {
  width: 18px;
  height: 18px;
  display: block;
}

#auxi-hero-left #ihdvyf {
  margin: 0;
  text-align: left !important;
  display: inline;
}

#auxi-hero-left #ihdvyf-2-2 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

#in4ch-3 {
  color: rgba(255, 255, 255, 1);
}

#irzng-3 {
  color: rgba(255, 255, 255, 1);
}

#auxichat-link-2 {
  color: rgba(255, 255, 255, 1);
}

#iyovm-3 {
  color: rgba(255, 255, 255, 1);
}

#ia3sw2-2 {
  color: rgba(255, 255, 255, 1);
}

#i3ydq1-2 {
  color: rgba(255, 255, 255, 1);
}

#ixqhrx-2 {
  color: rgba(255, 255, 255, 1);
}

#ioagdp-2 {
  color: rgba(255, 255, 255, 1);
}

#values {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 64px;
  padding-right: 0px;
  padding-bottom: 56px;
  padding-left: 0px;
}

#values-2 {
  padding-top: 17px;
  padding-right: 0px;
  padding-bottom: 64px;
  padding-left: 0px;
}

#iuq4eo {
  color: rgba(0, 0, 0, 1);
}

#ivwkl9 {
  color: rgba(0, 0, 0, 1);
}

#i9yjmk {
  color: rgba(0, 0, 0, 1);
}

#i2apgd {
  color: rgba(0, 0, 0, 1);
}

@keyframes auxiHeroFadeZoom {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 992px) {
  .mission-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem;
  }

  .mission-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .mission-content {
    grid-column: span 12 / span 12;
  }

  .mission-media-column {
    grid-column: span 12 / span 12;
  }

  .values-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .values-grid {
    gap: 1.25rem;
  }

  .value-card {
    grid-column: span 6 / span 6;
  }

  .cta-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .cta-container {
    padding: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  #i8ekd #shop .profile-card {
    grid-column: span 12 / span 12;
  }

  #our-members .members-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #our-members .member-card {
    grid-column: span 6 / span 6;
  }

  #auxi-chatbox .chatbox-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #auxi-header .nav-desktop {
    gap: 1rem;
  }

  #ihdvyf.gjs-t-h1 {
    font-size: 4rem;
  }
}

@media (max-width: 768px) {
  .mission-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }

  .footer-inner {
    flex-direction: column;
    gap: 1.5rem;
  }

  .mission-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .mission-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .values-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .values-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .values-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .values-grid {
    gap: 1rem;
  }

  .value-card {
    grid-column: span 12 / span 12;
  }

  .cta-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .cta-container {
    padding-left: 1rem;
    padding-right: 1rem;
    padding: 1.5rem;
  }

  .footer-links {
    gap: 1.25rem;
  }

  #our-members .members-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #our-members .members-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #our-members .members-header {
    flex-direction: column;
    align-items: flex-start;
  }

  #our-members .members-grid {
    gap: 1rem;
  }

  #our-members .member-card {
    grid-column: span 12 / span 12;
  }

  #auxi-chatbox .chatbox-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #auxi-chatbox .chatbox-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #auxi-chatbox .chat-panel {
    height: 65vh;
  }

  #auxi-chatbox .bubble {
    max-width: 90%;
  }

  #auxi-header .nav-desktop {
    display: none;
  }

  #auxi-header .menu-toggle {
    display: inline-flex;
  }

  #auxi-header .mobile-panel[aria-hidden="false"] {
    display: block;
  }

  #ify1y .nav-container {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  #ivyloz .profile-bio .bio-text {
    line-height: 1.6;
  }

  #i8ekd .hero-title {
    font-size: 40px;
    line-height: 1.25;
  }

  #i8ekd .hero-subtitle {
    font-size: 17px;
  }

  #i8ekd .tts-btn {
    width: 30px;
    height: 30px;
    top: 8px;
    right: 8px;
  }

  #ihdvyf.gjs-t-h1 {
    font-size: 3rem;
  }

  #auxi-hero-left .auxi-hero-row {
    gap: 0.5rem;
  }

  #auxi-hero-left .auxi-hero-logo {
    width: 26px;
    height: 26px;
  }

  #auxi-hero-left .auxi-hero-logo img {
    width: 16px;
    height: 16px;
  }

  #auxi-hero-left #ihdvyf-2-2 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  }
}

@media (max-width: 480px) {
  .mission-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
  }

  .mission-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .mission-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .values-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .values-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .values-grid {
    gap: 0.75rem;
  }

  .cta-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .cta-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding: 1.25rem;
  }

  .footer-links {
    gap: 1rem;
  }

  #our-members .members-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #our-members .members-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #our-members .members-grid {
    gap: 0.75rem;
  }

  #auxi-chatbox .chatbox-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #auxi-chatbox .chatbox-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #auxi-chatbox .chat-panel {
    height: 70vh;
    min-height: 420px;
  }

  #auxi-header .brand .brand-name {
    font-size: 1.05rem;
  }

  #ify1y .nav-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #ify1y .primary-nav a {
    padding: 0.3rem 0.45rem;
  }

  #i8ekd .hero-title {
    font-size: 34px;
    line-height: 1.25;
  }

  #i8ekd .hero-subtitle {
    font-size: 16.5px;
  }

  #ihdvyf.gjs-t-h1 {
    font-size: 2.25rem;
  }

  #auxi-hero-left .auxi-hero-logo {
    width: 24px;
    height: 24px;
  }

  #auxi-hero-left .auxi-hero-logo img {
    width: 15px;
    height: 15px;
  }
}

/*------------------------------- HOME PAGE --------------------------------*/

:root {
  --gjs-t-color-primary: #22d3ee;
  --gjs-t-color-secondary: #a78bfa;
  --gjs-t-color-accent: #34d399;
  --gjs-t-color-success: #22c55e;
  --gjs-t-color-warning: #f59e0b;
  --gjs-t-color-error: #ef4444;
}

.gjs-t-body {
  background-color: #0b0f14;
  color: #e5e7eb;
  font-size: 16px;
  line-height: 1.7;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

.gjs-t-h1 {
  color: #f1f5f9;
  font-size: 42px;
  line-height: 1.2;
  font-family: 'Outfit', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

.gjs-t-h2 {
  color: #e5e7eb;
  font-size: 28px;
  line-height: 1.3;
  font-family: 'Outfit', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

.gjs-t-button {
  background-color: var(--gjs-t-color-primary);
  color: #061018;
  border-radius: 9999px;
}

.gjs-t-link {
  color: var(--gjs-t-color-primary);
  text-decoration: none;
}

.gjs-t-border {
  border-radius: 1rem;
  border: 1px solid #1f2937;
  border-color: #e0e0e0;
}

*,
::before,
::after {
  box-sizing: border-box;
  
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

html,
:host {
  line-height: 1.5;
  
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  
  line-height: inherit;
}

hr {
  height: 0;
  
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; 
  appearance: button;
  
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  appearance: textfield;        
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; 
  appearance: button;
  
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: flex;
  align-items: center; 
}


img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

.cls-02e0qg *::selection {
  background-color: rgb(6 182 212 / 0.2);
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection:hover {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection::placeholder {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection::file-selector-button {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection::selection {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg::selection::selection {
  color: rgb(165 243 252 / 1);
}

.nav-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: rgb(255 255 255 / 0.05);
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  padding: 0.5rem;
}

.logo-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.brand-name {
  font-weight: 600;
  letter-spacing: -0.025em;
  color: transparent;
  font-size: 1.25rem;
  line-height: 1;
  background-clip: text;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.chat-messages> :not([hidden])~ :not([hidden]) {
  margin-top: calc(1rem * calc(1 - 0));
  margin-bottom: calc(1rem * 0);
}

.chat-text-input::placeholder::placeholder {
  color: rgb(100 116 139 / 1);
}

.tts-file-input::file-selector-button::file-selector-button {
  color: rgb(226 232 240 / 1);
}

.tts-file-input::file-selector-button:hover {
  background-color: rgb(255 255 255 / 0.15);
}

.tts-textarea::placeholder::placeholder {
  color: rgb(100 116 139 / 1);
}

.footer-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: rgb(255 255 255 / 0.05);
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  padding: 0.5rem;
}

.footer-logo-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.footer-brand-name {
  font-weight: 600;
  color: rgb(226 232 240 / 1);
}

.footer-year {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(100 116 139 / 1);
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-link-about {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-link-about:hover {
  opacity: 0.9;
}

.footer-link-privacy {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(203 213 225 / 1);
}

.footer-link-privacy:hover {
  color: rgb(241 245 249 / 1);
}

#i2x9 .brand-name {
  color: #e5e7eb;
  background: none;
}

#i2x9 .cta-secondary {
  color: #cbd5e1;
}

#i2x9 .cta-secondary:hover {
  color: #f1f5f9;
}

#i8ekd #shop .profile-card {
  grid-column: span 6 / span 6;
}

#i8ekd #study-tips .tips-card {
  grid-column: span 12 / span 12;
}

#our-members .members-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#our-members .members-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#our-members .members-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

#our-members .members-subtext {
  margin-top: 0.75rem;
  max-width: 65ch;
  opacity: 0.9;
}

#our-members .members-grid {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}

#our-members .member-card {
  grid-column: span 3 / span 3;
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

#our-members .member-card:hover {
  transform: translateY(-2px);
}

#our-members .member-figure {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

#our-members .member-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

#our-members .member-name {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #f1f5f9;
}

#our-members .member-role {
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.85;
}

#auxi-chatbox .chatbox-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#auxi-chatbox .chatbox-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#auxi-chatbox .chatbox-wrapper {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

#auxi-chatbox .chat-panel {
  border: 1px solid #1f2937;
  border-radius: 1rem;
  background-color: #0c1218;
  display: flex;
  flex-direction: column;
  height: 60vh;
  min-height: 420px;
  max-height: 78vh;
  overflow: hidden;
}

#auxi-chatbox .panel-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #1f2937;
  background-color: #0c1218;
  position: sticky;
  top: 0;
  z-index: 1;
}

#auxi-chatbox .panel-title {
  margin: 0;
}

#auxi-chatbox .chat-history {
  flex: 1;
  overflow-y: auto;
  padding: 1.25rem;
  scroll-behavior: smooth;
}

#auxi-chatbox .messages {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

#auxi-chatbox .msg {
  display: flex;
  max-width: 100%;
  align-items: flex-start;
  gap: 0.5rem;
}

#auxi-chatbox .msg.assistant {
  justify-content: flex-start;
}

#auxi-chatbox .msg.user {
  justify-content: flex-end;
}

#auxi-chatbox .bubble {
  max-width: 85%;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  line-height: 1.6;
  font-size: 0.975rem;
}

#auxi-chatbox .assistant .bubble {
  background-color: #0f1620;
  border: 1px solid #1f2937;
  color: #e5e7eb;
  border-top-left-radius: 0.5rem;
}

#auxi-chatbox .user .bubble {
  background-color: rgba(34, 211, 238, 0.1);
  border: 1px solid var(--gjs-t-color-primary);
  color: #e5e7eb;
  border-top-right-radius: 0.5rem;
}

#auxi-chatbox .timestamp {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  opacity: 0.7;
}

#auxi-chatbox .input-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-top: 1px solid #1f2937;
  background-color: #0c1218;
  position: sticky;
  bottom: 0;
}

#auxi-chatbox .chat-input {
  flex: 1;
  padding: 0.75rem 0.9rem;
  border: 1px solid #1f2937;
  background-color: #0b0f14;
  color: #e5e7eb;
  border-radius: 0.75rem;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

#auxi-chatbox .chat-input::placeholder {
  color: #94a3b8;
}

#auxi-chatbox .chat-input:focus {
  border-color: var(--gjs-t-color-primary);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
}

#auxi-chatbox .send-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.9rem;
  font-weight: 600;
  border: none;
  transition: transform 150ms ease, opacity 150ms ease;
}

#auxi-chatbox .send-btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

#auxi-chatbox .send-icon {
  display: block;
}

#auxi-chatbox .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#auxi-chatbox .msg .content {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  max-width: 100%;
}

#auxi-chatbox .avatar {
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0f1620;
  border: 1px solid #1f2937;
  flex: 0 0 auto;
}

#auxi-chatbox .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#auxi-chatbox .avatar .avatar-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

#auxi-chatbox .send-btn .send-icon {
  display: block;
  width: 18px;
  height: 18px;
}

#auxi-header .header-bar {
  border-bottom: 1px solid #1f2937;
}

#auxi-header .container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#auxi-header .bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

#auxi-header .brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
}

#auxi-header .brand .logo {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #0f1620;
  border: 1px solid #1f2937;
  overflow: hidden;
  flex: 0 0 auto;
}

#auxi-header .brand .brand-name {
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #e5e7eb;
  font-family: 'Outfit', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  font-size: 1.125rem;
  line-height: 1.4;
}

#auxi-header nav .nav-list {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

#auxi-header .nav-link {
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 600;
  padding: 0.35rem 0.5rem;
  border-radius: 0.5rem;
  transition: color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

#auxi-header .nav-link:hover,
#auxi-header .nav-link:focus {
  color: #f1f5f9;
  outline: none;
  background-color: rgba(34, 211, 238, 0.08);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
}

#auxi-header .menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #1f2937;
  background-color: #0b0f14;
  color: #e5e7eb;
  border-radius: 0.75rem;
  transition: transform 150ms ease, opacity 150ms ease, box-shadow 150ms ease;
}

#auxi-header .menu-toggle:hover {
  transform: translateY(-1px);
  opacity: 0.95;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
}

#auxi-header .mobile-panel {
  display: none;
  border-bottom: 1px solid #1f2937;
  background-color: #0c1218;
}

#auxi-header .mobile-inner {
  padding: 0.75rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

#auxi-header .mobile-link {
  display: block;
  width: 100%;
  padding: 0.6rem 0.75rem;
  border-radius: 0.5rem;
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 150ms ease, color 150ms ease;
}

#auxi-header .mobile-link:hover,
#auxi-header .mobile-link:focus {
  color: #f1f5f9;
  background-color: rgba(34, 211, 238, 0.08);
  outline: none;
}

#ify1y.header-navigation {
  background-color: #0b0f14;
  border-bottom: 1px solid #1f2937;
}

#ify1y .brand-name {
  color: #e5e7eb;
  background: none;
  -webkit-background-clip: initial;
  background-clip: text;
  -webkit-text-fill-color: initial;
}

#ify1y .primary-nav a {
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 600;
  padding: 0.35rem 0.5rem;
  border-radius: 0.5rem;
  transition: color 150ms ease, background-color 150ms ease, box-shadow 150ms ease, opacity 150ms ease;
}

#ify1y .primary-nav a:hover,
#ify1y .primary-nav a:focus {
  color: #f1f5f9;
  background-color: rgba(34, 211, 238, 0.08);
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
  opacity: 1;
}

#ify1y .nav-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#ify1y .logo-wrapper {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  padding: 0.5rem;
  border: 1px solid rgba(59, 130, 246, 0.5);
}

#ivyloz .profile-bio {
  margin-top: 1rem;
}

#ivyloz .profile-bio .bio-text {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgb(203 213 225 / 1);
}

#ivyloz .profile-location {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.5rem;
  color: #94a3b8;
  font-size: 0.75rem;
  line-height: 1rem;
}

#ivyloz .profile-location .location-icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

#ify1y .nav-item-chat {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#ify1y .nav-item-chat:hover {
  opacity: 0.9;
}

#i8ekd a:focus-visible,
#i8ekd button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.25);
}

#i8ekd .hero-title {
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: 0.1px;
  color: #f1f5f9;
}

#i8ekd .hero-subtitle {
  font-size: 18px;
  line-height: 1.85;
  letter-spacing: 0.2px;
  color: #e2e8f0;
}

#i8ekd .gjs-t-button.cta-primary {
  padding: 0.9rem 1.2rem;
  font-size: 1rem;
  font-weight: 700;
}

#i8ekd .cta-secondary {
  font-size: 1rem;
  letter-spacing: 0.2px;
}

#i8ekd .shop-title,
#i8ekd .profile-title,
#i8ekd .tips-title {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.1px;
}

#i8ekd .shop-item-name {
  font-size: 1rem;
  letter-spacing: 0.2px;
}

#i8ekd .shop-item-points {
  font-size: 0.875rem;
}

#i8ekd .shop-item-buy-button {
  font-size: 0.9rem;
  padding: 0.6rem 0.9rem;
  border-radius: 9999px;
  border: 1px solid #1f2937;
}

#i8ekd .shop-view-all-link {
  font-size: 1rem;
}

#i8ekd .profile-name {
  font-size: 1.05rem;
}

#i8ekd .bio-text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.2px;
}

#i8ekd .progress-label,
#i8ekd .progress-value {
  font-size: 0.875rem;
}

#i8ekd .achievement-label {
  font-size: 0.875rem;
}

#i8ekd .tip-title {
  font-size: 1rem;
}

#i8ekd .tip-text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.2px;
}

#i8ekd .tts-scope {
  position: relative;
}

#i8ekd .tts-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 9999px;
  border: 1px solid #1f2937;
  background-color: #0f1620;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
  transition: transform 150ms ease, opacity 150ms ease, box-shadow 150ms ease;
  z-index: 2;
}

#i8ekd .tts-btn:hover {
  transform: translateY(-1px);
  opacity: 1;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.2);
}

#i8ekd .tts-btn img {
  width: 18px;
  height: 18px;
  display: block;
}

#i8ekd .tts-reading {
  outline: 2px dashed rgba(34, 211, 238, 0.35);
  outline-offset: 4px;
}

.login-section {
  width: 100%;
  border-top-width: 1px;
  border-color: rgb(30 41 59 / 0.6);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.login-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.login-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2.5rem;
  align-items: flex-start;
}

.login-card {
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: rgb(12 18 24 / 1);
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.signup-subtitle {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  opacity: 0.9;
}

.login-panel {
  grid-column: span 4 / span 4;
}

.login-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.login-heading {
  font-weight: 600;
}

.back-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(31 41 55 / 1);
}

.back-button:hover {
  opacity: 0.9;
}

.field-label {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(226 232 240 / 1);
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.text-input {
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(31 41 55 / 1);
  background-color: rgb(11 15 20 / 1);
  color: rgb(226 232 240 / 1);
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.text-input:focus {
  border-color: rgb(103 232 249 / 1);
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.password-input {
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(31 41 55 / 1);
  background-color: rgb(11 15 20 / 1);
  color: rgb(226 232 240 / 1);
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.password-input:focus {
  border-color: rgb(103 232 249 / 1);
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-actions-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.remember-me-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.checkbox-input {
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  border-color: rgb(31 41 55 / 1);
  color: rgb(103 232 249 / 1);
}

.checkbox-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(203 213 225 / 1);
}

.forgot-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.submit-button {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.submit-button:hover {
  opacity: 0.95;
}

.brand-panel {
  grid-column: span 8 / span 8;
}

.brand-card {
  background-color: rgb(12 18 24 / 1);
  height: 100%;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-copy {
  text-align: center;
}

.brand-name-display {
  font-weight: 800;
  letter-spacing: -0.025em;
  color: rgb(248 250 252 / 1);
  font-size: 80px;
  line-height: 1.05;
}

#ihdvyf.gjs-t-h1 {
  display: block;
  text-align: center;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.025em;
  margin: 0 auto 0.75rem;
  max-width: 100%;
  animation: auxiHeroFadeZoom 800ms cubic-bezier(0.16, 1, 0.3, 1) 80ms both;
}

#auxi-hero-left .auxi-hero-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  z-index: 1;
}

#auxi-hero-left .auxi-hero-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding-top: 0.75rem;
  margin-bottom: 0.75rem;
}

#auxi-hero-left .auxi-hero-logo {
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  background-color: #0f1620;
  border: 1px solid #1f2937;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

#auxi-hero-left .auxi-hero-logo img {
  width: 18px;
  height: 18px;
  display: block;
}

#auxi-hero-left #ihdvyf {
  margin: 0;
  text-align: left !important;
  display: inline;
}

#auxi-hero-left #ihdvyf-2-2 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

#ie2uyi {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

#ibhyn9 {
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 31px;
  padding-left: 24px;
}

#i3e50e {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 59px;
  margin-left: 0px;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 57px;
  padding-left: 40px;
}

#ii05nq {
  padding-top: 40px;
  padding-right: 24px;
  padding-bottom: 13px;
  padding-left: 24px;
}

.gjs-divider {
  height: 3px;
  width: 100%;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.05);
}

#i5ewux {
  background-image: radial-gradient(500px at 50% 50%, rgba(47, 47, 109, 1) 8%, rgba(3, 3, 25, 1) 78%, black 94%);
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-origin: padding-box;
}

#ij2ms2e {
  height: 1px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: rgba(0, 0, 0, 0.55);
  display: none;
}

#ia3sw2-2-3-2-2 {
  color: rgba(255, 255, 255, 1);
}

#ioagdp-2-3-2-2 {
  color: rgba(255, 255, 255, 1);
}

#ivsodf-2-3-2-2 {
  padding-top: 39px;
  padding-right: 24px;
  padding-bottom: 30px;
  padding-left: 24px;
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 0px;
  margin-left: 24px;
}

#inb81-6-4-3 {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: rgba(255, 235, 235, 1);
  color: rgba(255, 255, 255, 0);
}

#i7h3rh {
  background-color: rgba(108, 128, 208, 1);
}

#i3epxk {
  color: rgba(255, 255, 255, 1);
}

#i1oz04 {
  color: rgba(143, 164, 246, 1);
}

#ij7m5f {
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

#iyxpmd {
  padding: 10px;
}

#iabknl {
  padding: 10px;
}

#i8yd0g {
  padding: 10px;
  height: 20px;
}

#izu7bp {
  font-size: 24pt;
}

#itvvcf {
  font-size: 24pt;
}

@keyframes auxiHeroFadeZoom {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 992px) {
  #i8ekd #shop .profile-card {
    grid-column: span 12 / span 12;
  }

  #our-members .members-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #our-members .member-card {
    grid-column: span 6 / span 6;
  }

  #auxi-chatbox .chatbox-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #auxi-header .nav-desktop {
    gap: 1rem;
  }

  .login-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .login-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .login-grid {
    gap: 2rem;
  }

  .login-panel {
    grid-column: span 12 / span 12;
  }

  .brand-panel {
    grid-column: span 12 / span 12;
  }

  .brand-card {
    padding: 2rem;
  }

  #ihdvyf.gjs-t-h1 {
    font-size: 4rem;
  }
}

@media (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    gap: 1.5rem;
  }

  .footer-links {
    gap: 1.25rem;
  }

  #our-members .members-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #our-members .members-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #our-members .members-header {
    flex-direction: column;
    align-items: flex-start;
  }

  #our-members .members-grid {
    gap: 1rem;
  }

  #our-members .member-card {
    grid-column: span 12 / span 12;
  }

  #auxi-chatbox .chatbox-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #auxi-chatbox .chatbox-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #auxi-chatbox .chat-panel {
    height: 65vh;
  }

  #auxi-chatbox .bubble {
    max-width: 90%;
  }

  #auxi-header .nav-desktop {
    display: none;
  }

  #auxi-header .menu-toggle {
    display: inline-flex;
  }

  #auxi-header .mobile-panel[aria-hidden="false"] {
    display: block;
  }

  #ify1y .nav-container {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  #ivyloz .profile-bio .bio-text {
    line-height: 1.6;
  }

  #i8ekd .hero-title {
    font-size: 40px;
    line-height: 1.25;
  }

  #i8ekd .hero-subtitle {
    font-size: 17px;
  }

  #i8ekd .tts-btn {
    width: 30px;
    height: 30px;
    top: 8px;
    right: 8px;
  }

  .login-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .login-grid {
    gap: 1.5rem;
  }

  .signup-subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .login-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .login-card {
    padding: 1.25rem;
  }

  .login-card-header {
    margin-bottom: 1.25rem;
  }

  .brand-card {
    padding: 1.5rem;
  }

  .brand-name-display {
    font-size: 56px;
  }

  #ihdvyf.gjs-t-h1 {
    font-size: 3rem;
  }

  #auxi-hero-left .auxi-hero-row {
    gap: 0.5rem;
  }

  #auxi-hero-left .auxi-hero-logo {
    width: 26px;
    height: 26px;
  }

  #auxi-hero-left .auxi-hero-logo img {
    width: 16px;
    height: 16px;
  }

  #auxi-hero-left #ihdvyf-2-2 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  }
}

@media (max-width: 480px) {
  .footer-links {
    gap: 1rem;
  }

  #our-members .members-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #our-members .members-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #our-members .members-grid {
    gap: 0.75rem;
  }

  #auxi-chatbox .chatbox-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #auxi-chatbox .chatbox-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #auxi-chatbox .chat-panel {
    height: 70vh;
    min-height: 420px;
  }

  #auxi-header .brand .brand-name {
    font-size: 1.05rem;
  }

  #ify1y .nav-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #ify1y .primary-nav a {
    padding: 0.3rem 0.45rem;
  }

  #i8ekd .hero-title {
    font-size: 34px;
    line-height: 1.25;
  }

  #i8ekd .hero-subtitle {
    font-size: 16.5px;
  }

  .login-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .signup-subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .login-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .login-grid {
    gap: 1.25rem;
  }

  .login-card {
    padding: 1rem;
  }

  .login-card-header {
    margin-bottom: 1rem;
  }

  .brand-card {
    padding: 1.25rem;
  }

  .brand-name-display {
    font-size: 42px;
  }

  #ihdvyf.gjs-t-h1 {
    font-size: 2.25rem;
  }

  #auxi-hero-left .auxi-hero-logo {
    width: 24px;
    height: 24px;
  }

  #auxi-hero-left .auxi-hero-logo img {
    width: 15px;
    height: 15px;
  }
}
:root {
  --gjs-t-color-primary: #22d3ee;
  --gjs-t-color-secondary: #a78bfa;
  --gjs-t-color-accent: #34d399;
  --gjs-t-color-success: #22c55e;
  --gjs-t-color-warning: #f59e0b;
  --gjs-t-color-error: #ef4444;
}

.gjs-t-body {
  background-color: #0b0f14;
  color: #e5e7eb;
  font-size: 16px;
  line-height: 1.7;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

.gjs-t-h1 {
  color: #f1f5f9;
  font-size: 42px;
  line-height: 1.2;
  font-family: 'Outfit', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

.gjs-t-h2 {
  color: #e5e7eb;
  font-size: 28px;
  line-height: 1.3;
  font-family: 'Outfit', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

.gjs-t-button {
  background-color: var(--gjs-t-color-primary);
  color: #061018;
  border-radius: 9999px;
}

.gjs-t-link {
  color: var(--gjs-t-color-primary);
  text-decoration: none;
}

.gjs-t-border {
  border-radius: 1rem;
  border: 1px solid #1f2937;
  border-color: #e0e0e0;
}

*,
::before,
::after {
  box-sizing: border-box;
  
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

html,
:host {
  line-height: 1.5;
  
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  
  line-height: inherit;
}

hr {
  height: 0;
  
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; 
  appearance: button;
  
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  appearance: textfield;        
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; 
  appearance: button;
  
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: flex;
  align-items: center; 
}


img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

.cls-02e0qg {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cls-02e0qg *::selection {
  background-color: rgb(6 182 212 / 0.2);
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection:hover {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection::placeholder {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection::file-selector-button {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection::selection {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg::selection {
  background-color: rgb(6 182 212 / 0.2);
}

.cls-02e0qg::selection::selection {
  color: rgb(165 243 252 / 1);
}

.header-navigation {
  width: 100%;
}

.nav-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: rgb(255 255 255 / 0.05);
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  padding: 0.5rem;
}

.logo-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.brand-name {
  font-weight: 600;
  letter-spacing: -0.025em;
  color: transparent;
  font-size: 1.25rem;
  line-height: 1;
  background-clip: text;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-item-home {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.nav-item-home:hover {
  opacity: 0.9;
}

.nav-item-about {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.nav-item-about:hover {
  opacity: 0.9;
}

.nav-item-shop {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.nav-item-shop:hover {
  opacity: 0.9;
}

.nav-item-profile {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.nav-item-profile:hover {
  opacity: 0.9;
}

.main-content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.hero-section {
  position: relative;
  border-radius: 1.5rem;
  background-image: linear-gradient(to bottom, rgb(255 255 255 / 0.02), rgb(255 255 255 / 0));
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  overflow: hidden;
  width: 100%;
  border-bottom-width: 1px;
  border-color: rgb(30 41 59 / 1);
  padding-top: 3rem;
}

.hero-glow {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  background-image: radial-gradient(600px 200px at 20% -20%, rgba(34, 211, 238, 0.15), transparent), radial-gradient(500px 200px at 80% -10%, rgba(167, 139, 250, 0.12), transparent);
}

.hero-content {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.hero-title {
  font-weight: 600;
  letter-spacing: -0.025em;
  font-family: Outfit;
}

.hero-subtitle {
  margin-top: 0.5rem;
  max-width: 48rem;
  color: rgb(203 213 225 / 1);
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.hero-actions {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.cta-primary {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cta-primary:hover {
  filter: brightness(1.1);
}

.cta-secondary {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(203 213 225 / 1);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cta-secondary:hover {
  color: rgb(241 245 249 / 1);
}

.chat-messages> :not([hidden])~ :not([hidden]) {
  margin-top: calc(1rem * calc(1 - 0));
  margin-bottom: calc(1rem * 0);
}

.chat-text-input::placeholder::placeholder {
  color: rgb(100 116 139 / 1);
}

.tts-file-input::file-selector-button::file-selector-button {
  color: rgb(226 232 240 / 1);
}

.tts-file-input::file-selector-button:hover {
  background-color: rgb(255 255 255 / 0.15);
}

.tts-textarea::placeholder::placeholder {
  color: rgb(100 116 139 / 1);
}

.quiz-and-shop-section {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}

.shop-panel {
  grid-column: span 6 / span 6;
  background-color: rgb(255 255 255 / 0.02);
}

.shop-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
}

.shop-title-group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.shop-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.shop-title {
  color: rgb(241 245 249 / 1);
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.shop-view-all-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(203 213 225 / 1);
}

.shop-view-all-link:hover {
  color: rgb(241 245 249 / 1);
}

.shop-grid {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.shop-item-card {
  border-radius: 1rem;
  background-color: rgb(255 255 255 / 0.03);
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.shop-image-wrapper {
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}

.shop-item-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.shop-item-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop-item-name {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(226 232 240 / 1);
}

.shop-item-cost {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.points-icon {
  width: 1rem;
  height: 1rem;
}

.shop-item-points {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(253 230 138 / 1);
}

.shop-item-buy-button {
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0.1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(241 245 249 / 1);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.shop-item-buy-button:hover {
  background-color: rgb(255 255 255 / 0.15);
}

.profile-and-achievements-section {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}

.profile-card {
  grid-column: span 5 / span 5;
  background-color: rgb(255 255 255 / 0.02);
}

.profile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
}

.profile-title-group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.profile-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.profile-title {
  color: rgb(241 245 249 / 1);
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.profile-body {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}

.profile-avatar-wrapper {
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.profile-avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-details {
  flex: 1 1 0%;
}

.profile-name-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile-name-block {
  display: flex;
  flex-direction: column;
}

.profile-name {
  font-weight: 600;
  color: rgb(241 245 249 / 1);
}

.profile-tagline {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(148 163 184 / 1);
}

.points-badge {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 9999px;
  background-color: rgb(52 211 153 / 0.1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.points-badge-icon {
  width: 1rem;
  height: 1rem;
}

.points-value {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(110 231 183 / 1);
}

.profile-progress-block {
  margin-top: 1rem;
}

.progress-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.progress-label {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(148 163 184 / 1);
}

.progress-value {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(148 163 184 / 1);
}

.progress-track {
  margin-top: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0.05);
  overflow: hidden;
}

.progress-fill {
  height: 0.5rem;
  width: 70%;
  background-color: rgb(34 211 238 / 0.7);
}

.achievements-row {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.achievement-pill {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0.05);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.achievement-icon {
  width: 1rem;
  height: 1rem;
}

.achievement-label {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(226 232 240 / 1);
}

.tips-card {
  grid-column: span 7 / span 7;
  background-color: rgb(255 255 255 / 0.02);
}

.tips-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
}

.tips-title-group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.tips-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.tips-title {
  color: rgb(241 245 249 / 1);
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.tips-body {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.tip-item {
  border-radius: 0.75rem;
  background-color: rgb(255 255 255 / 0.03);
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  padding: 1rem;
}

.tip-title {
  color: rgb(241 245 249 / 1);
}

.tip-text {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(203 213 225 / 1);
}

.footer {
  margin-top: 4rem;
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
}

.footer-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: rgb(255 255 255 / 0.05);
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  padding: 0.5rem;
}

.footer-logo-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.footer-brand-name {
  font-weight: 600;
  color: rgb(226 232 240 / 1);
}

.footer-year {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(100 116 139 / 1);
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-link-about {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-link-about:hover {
  opacity: 0.9;
}

.footer-link-shop {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-link-shop:hover {
  opacity: 0.9;
}

.footer-link-profile {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-link-profile:hover {
  opacity: 0.9;
}

.footer-link-privacy {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(203 213 225 / 1);
}

.footer-link-privacy:hover {
  color: rgb(241 245 249 / 1);
}

.site-header {
  width: 100%;
}

#i2x9 .brand-name {
  color: #e5e7eb;
  background: none;
}

#i2x9 .cta-secondary {
  color: #cbd5e1;
}

#i2x9 .cta-secondary:hover {
  color: #f1f5f9;
}

#i8ekd #shop .profile-card {
  grid-column: span 6 / span 6;
}

#i8ekd #study-tips .tips-card {
  grid-column: span 12 / span 12;
}

#i2x9 {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 10%, rgba(8, 42, 65, 1) 51.29533678756477%, rgba(0, 0, 0, 1) 90%);
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-origin: padding-box;
}

#our-members .members-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#our-members .members-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#our-members .members-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

#our-members .members-subtext {
  margin-top: 0.75rem;
  max-width: 65ch;
  opacity: 0.9;
}

#our-members .members-grid {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}

#our-members .member-card {
  grid-column: span 3 / span 3;
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

#our-members .member-card:hover {
  transform: translateY(-2px);
}

#our-members .member-figure {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

#our-members .member-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

#our-members .member-name {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #f1f5f9;
}

#our-members .member-role {
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.85;
}

#auxi-chatbox .chatbox-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#auxi-chatbox .chatbox-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#auxi-chatbox .chatbox-wrapper {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

#auxi-chatbox .chat-panel {
  border: 1px solid #1f2937;
  border-radius: 1rem;
  background-color: #0c1218;
  display: flex;
  flex-direction: column;
  height: 60vh;
  min-height: 420px;
  max-height: 78vh;
  overflow: hidden;
}

#auxi-chatbox .panel-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #1f2937;
  background-color: #0c1218;
  position: sticky;
  top: 0;
  z-index: 1;
}

#auxi-chatbox .panel-title {
  margin: 0;
}

#auxi-chatbox .chat-history {
  flex: 1;
  overflow-y: auto;
  padding: 1.25rem;
  scroll-behavior: smooth;
}

#auxi-chatbox .messages {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

#auxi-chatbox .msg {
  display: flex;
  max-width: 100%;
  align-items: flex-start;
  gap: 0.5rem;
}

#auxi-chatbox .msg.assistant {
  justify-content: flex-start;
}

#auxi-chatbox .msg.user {
  justify-content: flex-end;
}

#auxi-chatbox .bubble {
  max-width: 85%;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  line-height: 1.6;
  font-size: 0.975rem;
}

#auxi-chatbox .assistant .bubble {
  background-color: #0f1620;
  border: 1px solid #1f2937;
  color: #e5e7eb;
  border-top-left-radius: 0.5rem;
}

#auxi-chatbox .user .bubble {
  background-color: rgba(34, 211, 238, 0.1);
  border: 1px solid var(--gjs-t-color-primary);
  color: #e5e7eb;
  border-top-right-radius: 0.5rem;
}

#auxi-chatbox .timestamp {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  opacity: 0.7;
}

#auxi-chatbox .input-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-top: 1px solid #1f2937;
  background-color: #0c1218;
  position: sticky;
  bottom: 0;
}

#auxi-chatbox .chat-input {
  flex: 1;
  padding: 0.75rem 0.9rem;
  border: 1px solid #1f2937;
  background-color: #0b0f14;
  color: #e5e7eb;
  border-radius: 0.75rem;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

#auxi-chatbox .chat-input::placeholder {
  color: #94a3b8;
}

#auxi-chatbox .chat-input:focus {
  border-color: var(--gjs-t-color-primary);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
}

#auxi-chatbox .send-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.9rem;
  font-weight: 600;
  border: none;
  transition: transform 150ms ease, opacity 150ms ease;
}

#auxi-chatbox .send-btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

#auxi-chatbox .send-icon {
  display: block;
}

#auxi-chatbox .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#auxi-chatbox .msg .content {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  max-width: 100%;
}

#auxi-chatbox .avatar {
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0f1620;
  border: 1px solid #1f2937;
  flex: 0 0 auto;
}

#auxi-chatbox .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#auxi-chatbox .avatar .avatar-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

#auxi-chatbox .send-btn .send-icon {
  display: block;
  width: 18px;
  height: 18px;
}

#auxi-header .header-bar {
  border-bottom: 1px solid #1f2937;
}

#auxi-header .container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#auxi-header .bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

#auxi-header .brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
}

#auxi-header .brand .logo {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #0f1620;
  border: 1px solid #1f2937;
  overflow: hidden;
  flex: 0 0 auto;
}

#auxi-header .brand .brand-name {
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #e5e7eb;
  font-family: 'Outfit', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  font-size: 1.125rem;
  line-height: 1.4;
}

#auxi-header nav .nav-list {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

#auxi-header .nav-link {
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 600;
  padding: 0.35rem 0.5rem;
  border-radius: 0.5rem;
  transition: color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

#auxi-header .nav-link:hover,
#auxi-header .nav-link:focus {
  color: #f1f5f9;
  outline: none;
  background-color: rgba(34, 211, 238, 0.08);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
}

#auxi-header .menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #1f2937;
  background-color: #0b0f14;
  color: #e5e7eb;
  border-radius: 0.75rem;
  transition: transform 150ms ease, opacity 150ms ease, box-shadow 150ms ease;
}

#auxi-header .menu-toggle:hover {
  transform: translateY(-1px);
  opacity: 0.95;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
}

#auxi-header .mobile-panel {
  display: none;
  border-bottom: 1px solid #1f2937;
  background-color: #0c1218;
}

#auxi-header .mobile-inner {
  padding: 0.75rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

#auxi-header .mobile-link {
  display: block;
  width: 100%;
  padding: 0.6rem 0.75rem;
  border-radius: 0.5rem;
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 150ms ease, color 150ms ease;
}

#auxi-header .mobile-link:hover,
#auxi-header .mobile-link:focus {
  color: #f1f5f9;
  background-color: rgba(34, 211, 238, 0.08);
  outline: none;
}

#ify1y {
  background-image: linear-gradient(rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 1) 100%);
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-origin: padding-box;
}

#ify1y.header-navigation {
  background-color: #0b0f14;
  border-bottom: 1px solid #1f2937;
}

#ify1y .brand-name {
  color: #e5e7eb;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: initial;
}

#ify1y .primary-nav a {
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 600;
  padding: 0.35rem 0.5rem;
  border-radius: 0.5rem;
  transition: color 150ms ease, background-color 150ms ease, box-shadow 150ms ease, opacity 150ms ease;
}

#ify1y .primary-nav a:hover,
#ify1y .primary-nav a:focus {
  color: #f1f5f9;
  background-color: rgba(34, 211, 238, 0.08);
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
  opacity: 1;
}

#ify1y .nav-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#ify1y .logo-wrapper {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  padding: 0.5rem;
  border: 1px solid rgba(59, 130, 246, 0.5);
}

#ivyloz .profile-bio {
  margin-top: 1rem;
}

#ivyloz .profile-bio .bio-text {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgb(203 213 225 / 1);
}

#ivyloz .profile-location {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.5rem;
  color: #94a3b8;
  font-size: 0.75rem;
  line-height: 1rem;
}

#ivyloz .profile-location .location-icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

#ify1y .nav-item-chat {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#ify1y .nav-item-chat:hover {
  opacity: 0.9;
}

#i8ekd a:focus-visible,
#i8ekd button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.25);
}

#i8ekd .hero-title {
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: 0.1px;
  color: #f1f5f9;
}

#i8ekd .hero-subtitle {
  font-size: 18px;
  line-height: 1.85;
  letter-spacing: 0.2px;
  color: #e2e8f0;
}

#i8ekd .gjs-t-button.cta-primary {
  padding: 0.9rem 1.2rem;
  font-size: 1rem;
  font-weight: 700;
}

#i8ekd .cta-secondary {
  font-size: 1rem;
  letter-spacing: 0.2px;
}

#i8ekd .shop-title,
#i8ekd .profile-title,
#i8ekd .tips-title {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.1px;
}

#i8ekd .shop-item-name {
  font-size: 1rem;
  letter-spacing: 0.2px;
}

#i8ekd .shop-item-points {
  font-size: 0.875rem;
}

#i8ekd .shop-item-buy-button {
  font-size: 0.9rem;
  padding: 0.6rem 0.9rem;
  border-radius: 9999px;
  border: 1px solid #1f2937;
}

#i8ekd .shop-view-all-link {
  font-size: 1rem;
}

#i8ekd .profile-name {
  font-size: 1.05rem;
}

#i8ekd .bio-text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.2px;
}

#i8ekd .progress-label,
#i8ekd .progress-value {
  font-size: 0.875rem;
}

#i8ekd .achievement-label {
  font-size: 0.875rem;
}

#i8ekd .tip-title {
  font-size: 1rem;
}

#i8ekd .tip-text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.2px;
}

#i8ekd .tts-scope {
  position: relative;
}

#i8ekd .tts-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 9999px;
  border: 1px solid #1f2937;
  background-color: #0f1620;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
  transition: transform 150ms ease, opacity 150ms ease, box-shadow 150ms ease;
  z-index: 2;
}

#i8ekd .tts-btn:hover {
  transform: translateY(-1px);
  opacity: 1;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.2);
}

#i8ekd .tts-btn img {
  width: 18px;
  height: 18px;
  display: block;
}

#i8ekd .tts-reading {
  outline: 2px dashed rgba(34, 211, 238, 0.35);
  outline-offset: 4px;
}

#ihdvyf.gjs-t-h1 {
  display: block;
  text-align: center;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.025em;
  margin: 0 auto 0.75rem;
  max-width: 100%;
  animation: auxiHeroFadeZoom 800ms cubic-bezier(0.16, 1, 0.3, 1) 80ms both;
}

#auxi-hero-left .auxi-hero-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  z-index: 1;
}

#auxi-hero-left .auxi-hero-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding-top: 0.75rem;
  margin-bottom: 0.75rem;
}

#auxi-hero-left .auxi-hero-logo {
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  background-color: #0f1620;
  border: 1px solid #1f2937;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

#auxi-hero-left .auxi-hero-logo img {
  width: 18px;
  height: 18px;
  display: block;
}

#auxi-hero-left #ihdvyf {
  margin: 0;
  text-align: left !important;
  display: inline;
}

#auxi-hero-left #ihdvyf-2-2 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

#inb81-4-4 {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: rgba(255, 235, 235, 1);
  color: rgba(255, 255, 255, 1);
}

#in4ch-4-4 {
  color: rgba(255, 255, 255, 1);
}

#irzng-4-4 {
  color: rgba(255, 255, 255, 1);
}

#ipzvl-4-4 {
  color: rgba(255, 255, 255, 1);
}

#auxichat-link-3-4 {
  color: rgba(255, 255, 255, 1);
}

#iyovm-4-4 {
  color: rgba(255, 255, 255, 1);
}

#ixqhrx {
  color: rgba(255, 255, 255, 1);
}

#i3ydq1 {
  color: rgba(255, 255, 255, 1);
}

#ia3sw2 {
  color: rgba(255, 255, 255, 1);
}

#ioagdp {
  color: rgba(255, 255, 255, 1);
}

@keyframes auxiHeroFadeZoom {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 992px) {
  .quiz-and-shop-section {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .shop-panel {
    grid-column: span 12 / span 12;
  }

  .shop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .profile-and-achievements-section {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .profile-card {
    grid-column: span 12 / span 12;
  }

  .tips-card {
    grid-column: span 12 / span 12;
  }

  .tips-body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #i8ekd #shop .profile-card {
    grid-column: span 12 / span 12;
  }

  #our-members .members-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #our-members .member-card {
    grid-column: span 6 / span 6;
  }

  #auxi-chatbox .chatbox-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #auxi-header .nav-desktop {
    gap: 1rem;
  }

  .hero-content {
    gap: 1.25rem;
  }

  .hero-section {
    padding-top: 2.5rem;
  }

  #ihdvyf.gjs-t-h1 {
    font-size: 4rem;
  }
}

@media (max-width: 768px) {
  .hero-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    gap: 1rem;
  }

  .quiz-and-shop-section {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .profile-and-achievements-section {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .tips-body {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .footer-inner {
    flex-direction: column;
    gap: 1.5rem;
  }

  .footer-links {
    gap: 1.25rem;
  }

  #our-members .members-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #our-members .members-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #our-members .members-header {
    flex-direction: column;
    align-items: flex-start;
  }

  #our-members .members-grid {
    gap: 1rem;
  }

  #our-members .member-card {
    grid-column: span 12 / span 12;
  }

  #auxi-chatbox .chatbox-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #auxi-chatbox .chatbox-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #auxi-chatbox .chat-panel {
    height: 65vh;
  }

  #auxi-chatbox .bubble {
    max-width: 90%;
  }

  #auxi-header .nav-desktop {
    display: none;
  }

  #auxi-header .menu-toggle {
    display: inline-flex;
  }

  #auxi-header .mobile-panel[aria-hidden="false"] {
    display: block;
  }

  #ify1y .nav-container {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  #ivyloz .profile-bio .bio-text {
    line-height: 1.6;
  }

  #i8ekd .hero-title {
    font-size: 40px;
    line-height: 1.25;
  }

  #i8ekd .hero-subtitle {
    font-size: 17px;
  }

  #i8ekd .tts-btn {
    width: 30px;
    height: 30px;
    top: 8px;
    right: 8px;
  }

  .hero-subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .hero-actions {
    flex-wrap: wrap;
  }

  .hero-section {
    padding-top: 2rem;
  }

  #ihdvyf.gjs-t-h1 {
    font-size: 3rem;
  }

  #auxi-hero-left .auxi-hero-row {
    gap: 0.5rem;
  }

  #auxi-hero-left .auxi-hero-logo {
    width: 26px;
    height: 26px;
  }

  #auxi-hero-left .auxi-hero-logo img {
    width: 16px;
    height: 16px;
  }

  #auxi-hero-left #ihdvyf-2-2 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  }
}

@media (max-width: 480px) {
  .hero-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .quiz-and-shop-section {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .shop-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .profile-and-achievements-section {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .tips-body {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .footer-links {
    gap: 1rem;
  }

  #our-members .members-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #our-members .members-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #our-members .members-grid {
    gap: 0.75rem;
  }

  #auxi-chatbox .chatbox-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #auxi-chatbox .chatbox-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #auxi-chatbox .chat-panel {
    height: 70vh;
    min-height: 420px;
  }

  #auxi-header .brand .brand-name {
    font-size: 1.05rem;
  }

  #ify1y .nav-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #ify1y .primary-nav a {
    padding: 0.3rem 0.45rem;
  }

  #i8ekd .hero-title {
    font-size: 34px;
    line-height: 1.25;
  }

  #i8ekd .hero-subtitle {
    font-size: 16.5px;
  }

  .hero-section {
    padding-top: 1.5rem;
  }

  #ihdvyf.gjs-t-h1 {
    font-size: 2.25rem;
  }

  #auxi-hero-left .auxi-hero-logo {
    width: 24px;
    height: 24px;
  }

  #auxi-hero-left .auxi-hero-logo img {
    width: 15px;
    height: 15px;
  }
}
:root {
  --gjs-t-color-primary: #22d3ee;
  --gjs-t-color-secondary: #a78bfa;
  --gjs-t-color-accent: #34d399;
  --gjs-t-color-success: #22c55e;
  --gjs-t-color-warning: #f59e0b;
  --gjs-t-color-error: #ef4444;
}

.gjs-t-body {
  background-color: #0b0f14;
  color: #e5e7eb;
  font-size: 16px;
  line-height: 1.7;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

.gjs-t-h1 {
  color: #f1f5f9;
  font-size: 42px;
  line-height: 1.2;
  font-family: 'Outfit', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

.gjs-t-h2 {
  color: #e5e7eb;
  font-size: 28px;
  line-height: 1.3;
  font-family: 'Outfit', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

.gjs-t-button {
  background-color: var(--gjs-t-color-primary);
  color: #061018;
  border-radius: 9999px;
}

.gjs-t-link {
  color: var(--gjs-t-color-primary);
  text-decoration: none;
}

.gjs-t-border {
  border-radius: 1rem;
  border: 1px solid #1f2937;
  border-color: #e0e0e0;
}

*,
::before,
::after {
  box-sizing: border-box;
  
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

html,
:host {
  line-height: 1.5;
  
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  
  line-height: inherit;
}

hr {
  height: 0;
  
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; 
  appearance: button;
  
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; 
  appearance: button;
  
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: flex;
  align-items: center; 
}


img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

.cls-02e0qg *::selection {
  background-color: rgb(6 182 212 / 0.2);
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection:hover {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection::placeholder {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection::file-selector-button {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection::selection {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg::selection::selection {
  color: rgb(165 243 252 / 1);
}

.nav-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: rgb(255 255 255 / 0.05);
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  padding: 0.5rem;
}

.logo-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.brand-name {
  font-weight: 600;
  letter-spacing: -0.025em;
  color: transparent;
  font-size: 1.25rem;
  line-height: 1;
  background-clip: text;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-item-home {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.nav-item-home:hover {
  opacity: 0.9;
}

.nav-item-about {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.nav-item-about:hover {
  opacity: 0.9;
}

.nav-item-shop {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.nav-item-shop:hover {
  opacity: 0.9;
}

.nav-item-profile {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.nav-item-profile:hover {
  opacity: 0.9;
}

.chat-messages> :not([hidden])~ :not([hidden]) {
  margin-top: calc(1rem * calc(1 - 0));
  margin-bottom: calc(1rem * 0);
}

.chat-text-input::placeholder::placeholder {
  color: rgb(100 116 139 / 1);
}

.tts-file-input::file-selector-button::file-selector-button {
  color: rgb(226 232 240 / 1);
}

.tts-file-input::file-selector-button:hover {
  background-color: rgb(255 255 255 / 0.15);
}

.tts-textarea::placeholder::placeholder {
  color: rgb(100 116 139 / 1);
}

.mission-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 3rem;
  align-items: center;
}

.footer-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: rgb(255 255 255 / 0.05);
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  padding: 0.5rem;
}

.footer-logo-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.footer-brand-name {
  font-weight: 600;
  color: rgb(226 232 240 / 1);
}

.footer-year {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(100 116 139 / 1);
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-link-about {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-link-about:hover {
  opacity: 0.9;
}

.footer-link-shop {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-link-shop:hover {
  opacity: 0.9;
}

.footer-link-profile {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-link-profile:hover {
  opacity: 0.9;
}

.footer-link-privacy {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(203 213 225 / 1);
}

.footer-link-privacy:hover {
  color: rgb(241 245 249 / 1);
}

.cls-eqgrzu {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-header {
  width: 100%;
}

.mission-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.mission-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.mission-content {
  grid-column: span 6 / span 6;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  color: var(--gjs-t-color-secondary);
}

.mission-heading {
  margin-top: 1rem;
}

.mission-paragraph {
  margin-top: 1rem;
  max-width: 65ch;
}

.mission-actions {
  margin-top: 1.75rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mission-primary-button {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.mission-primary-button:hover {
  opacity: 0.9;
}

.mission-secondary-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.mission-media-column {
  grid-column: span 6 / span 6;
}

.mission-figure {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.mission-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mission-figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.values-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.values-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.values-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

.values-subtext {
  margin-top: 0.75rem;
  max-width: 65ch;
}

.values-grid {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}

.value-card {
  grid-column: span 3 / span 3;
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.value-icon-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.value-accent-dot {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background-color: var(--gjs-t-color-success);
}

.value-icon {
  width: 1.75rem;
  height: 1.75rem;
}

.value-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.cta-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.cta-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 1rem;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.cta-subtext {
  margin-top: 0.75rem;
  max-width: 60ch;
}

.cta-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cta-primary-button {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cta-primary-button:hover {
  opacity: 0.9;
}

.cta-secondary-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.site-footer {
  border-top-width: 1px;
  border-color: rgb(30 41 59 / 0.6);
}

#i2x9 .brand-name {
  color: #e5e7eb;
  background: none;
}

#i2x9 .cta-secondary {
  color: #cbd5e1;
}

#i2x9 .cta-secondary:hover {
  color: #f1f5f9;
}

#i8ekd #shop .profile-card {
  grid-column: span 6 / span 6;
}

#i8ekd #study-tips .tips-card {
  grid-column: span 12 / span 12;
}

#our-members .members-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#our-members .members-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#our-members .members-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

#our-members .members-subtext {
  margin-top: 0.75rem;
  max-width: 65ch;
  opacity: 0.9;
}

#our-members .members-grid {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}

#our-members .member-card {
  grid-column: span 3 / span 3;
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

#our-members .member-card:hover {
  transform: translateY(-2px);
}

#our-members .member-figure {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

#our-members .member-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

#our-members .member-name {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #f1f5f9;
}

#our-members .member-role {
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.85;
}

#auxi-chatbox .chatbox-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#auxi-chatbox .chatbox-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#auxi-chatbox .chatbox-wrapper {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

#auxi-chatbox .chat-panel {
  border: 1px solid #1f2937;
  border-radius: 1rem;
  background-color: #0c1218;
  display: flex;
  flex-direction: column;
  height: 60vh;
  min-height: 420px;
  max-height: 78vh;
  overflow: hidden;
}

#auxi-chatbox .panel-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #1f2937;
  background-color: #0c1218;
  position: sticky;
  top: 0;
  z-index: 1;
}

#auxi-chatbox .panel-title {
  margin: 0;
}

#auxi-chatbox .chat-history {
  flex: 1;
  overflow-y: auto;
  padding: 1.25rem;
  scroll-behavior: smooth;
}

#auxi-chatbox .messages {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

#auxi-chatbox .msg {
  display: flex;
  max-width: 100%;
  align-items: flex-start;
  gap: 0.5rem;
}

#auxi-chatbox .msg.assistant {
  justify-content: flex-start;
}

#auxi-chatbox .msg.user {
  justify-content: flex-end;
}

#auxi-chatbox .bubble {
  max-width: 85%;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  line-height: 1.6;
  font-size: 0.975rem;
}

#auxi-chatbox .assistant .bubble {
  background-color: #0f1620;
  border: 1px solid #1f2937;
  color: #e5e7eb;
  border-top-left-radius: 0.5rem;
}

#auxi-chatbox .user .bubble {
  background-color: rgba(34, 211, 238, 0.1);
  border: 1px solid var(--gjs-t-color-primary);
  color: #e5e7eb;
  border-top-right-radius: 0.5rem;
}

#auxi-chatbox .timestamp {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  opacity: 0.7;
}

#auxi-chatbox .input-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-top: 1px solid #1f2937;
  background-color: #0c1218;
  position: sticky;
  bottom: 0;
}

#auxi-chatbox .chat-input {
  flex: 1;
  padding: 0.75rem 0.9rem;
  border: 1px solid #1f2937;
  background-color: #0b0f14;
  color: #e5e7eb;
  border-radius: 0.75rem;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

#auxi-chatbox .chat-input::placeholder {
  color: #94a3b8;
}

#auxi-chatbox .chat-input:focus {
  border-color: var(--gjs-t-color-primary);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
}

#auxi-chatbox .send-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.9rem;
  font-weight: 600;
  border: none;
  transition: transform 150ms ease, opacity 150ms ease;
}

#auxi-chatbox .send-btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

#auxi-chatbox .send-icon {
  display: block;
}

#auxi-chatbox .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#auxi-chatbox .msg .content {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  max-width: 100%;
}

#auxi-chatbox .avatar {
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0f1620;
  border: 1px solid #1f2937;
  flex: 0 0 auto;
}

#auxi-chatbox .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#auxi-chatbox .avatar .avatar-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

#auxi-chatbox .send-btn .send-icon {
  display: block;
  width: 18px;
  height: 18px;
}

#auxi-header .header-bar {
  border-bottom: 1px solid #1f2937;
}

#auxi-header .container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#auxi-header .bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

#auxi-header .brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
}

#auxi-header .brand .logo {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #0f1620;
  border: 1px solid #1f2937;
  overflow: hidden;
  flex: 0 0 auto;
}

#auxi-header .brand .brand-name {
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #e5e7eb;
  font-family: 'Outfit', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  font-size: 1.125rem;
  line-height: 1.4;
}

#auxi-header nav .nav-list {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

#auxi-header .nav-link {
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 600;
  padding: 0.35rem 0.5rem;
  border-radius: 0.5rem;
  transition: color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

#auxi-header .nav-link:hover,
#auxi-header .nav-link:focus {
  color: #f1f5f9;
  outline: none;
  background-color: rgba(34, 211, 238, 0.08);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
}

#auxi-header .menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #1f2937;
  background-color: #0b0f14;
  color: #e5e7eb;
  border-radius: 0.75rem;
  transition: transform 150ms ease, opacity 150ms ease, box-shadow 150ms ease;
}

#auxi-header .menu-toggle:hover {
  transform: translateY(-1px);
  opacity: 0.95;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
}

#auxi-header .mobile-panel {
  display: none;
  border-bottom: 1px solid #1f2937;
  background-color: #0c1218;
}

#auxi-header .mobile-inner {
  padding: 0.75rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

#auxi-header .mobile-link {
  display: block;
  width: 100%;
  padding: 0.6rem 0.75rem;
  border-radius: 0.5rem;
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 150ms ease, color 150ms ease;
}

#auxi-header .mobile-link:hover,
#auxi-header .mobile-link:focus {
  color: #f1f5f9;
  background-color: rgba(34, 211, 238, 0.08);
  outline: none;
}

#ia8hyr {
  height: 461px;
}

#ikvvyt {
  width: 250px;
  position: absolute;
}

#iok7u8 {
  width: 250px;
}

#i4ihfi {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 31px;
  padding-left: 0px;
}

#iko2lo {
  color: rgba(47, 130, 185, 1);
}

#about-auxi {
  background-image: linear-gradient(180deg, black 10%, rgba(12, 56, 85, 1) 51.29533678756477%, rgba(0, 0, 0, 1) 90%);
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-origin: padding-box;
}

#ieo8ri {
  font-size: 14pt;
}

#ify1y.header-navigation {
  background-color: #0b0f14;
  border-bottom: 1px solid #1f2937;
}

#ify1y .brand-name {
  color: #e5e7eb;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: initial;
}

#ify1y .primary-nav a {
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 600;
  padding: 0.35rem 0.5rem;
  border-radius: 0.5rem;
  transition: color 150ms ease, background-color 150ms ease, box-shadow 150ms ease, opacity 150ms ease;
}

#ify1y .primary-nav a:hover,
#ify1y .primary-nav a:focus {
  color: #f1f5f9;
  background-color: rgba(34, 211, 238, 0.08);
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
  opacity: 1;
}

#ify1y .nav-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#ify1y .logo-wrapper {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  padding: 0.5rem;
  border: 1px solid rgba(59, 130, 246, 0.5);
}

#ivyloz .profile-bio {
  margin-top: 1rem;
}

#ivyloz .profile-bio .bio-text {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgb(203 213 225 / 1);
}

#ivyloz .profile-location {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.5rem;
  color: #94a3b8;
  font-size: 0.75rem;
  line-height: 1rem;
}

#ivyloz .profile-location .location-icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

#ify1y .nav-item-chat {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#ify1y .nav-item-chat:hover {
  opacity: 0.9;
}

#i8ekd a:focus-visible,
#i8ekd button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.25);
}

#i8ekd .hero-title {
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: 0.1px;
  color: #f1f5f9;
}

#i8ekd .hero-subtitle {
  font-size: 18px;
  line-height: 1.85;
  letter-spacing: 0.2px;
  color: #e2e8f0;
}

#i8ekd .gjs-t-button.cta-primary {
  padding: 0.9rem 1.2rem;
  font-size: 1rem;
  font-weight: 700;
}

#i8ekd .cta-secondary {
  font-size: 1rem;
  letter-spacing: 0.2px;
}

#i8ekd .shop-title,
#i8ekd .profile-title,
#i8ekd .tips-title {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.1px;
}

#i8ekd .shop-item-name {
  font-size: 1rem;
  letter-spacing: 0.2px;
}

#i8ekd .shop-item-points {
  font-size: 0.875rem;
}

#i8ekd .shop-item-buy-button {
  font-size: 0.9rem;
  padding: 0.6rem 0.9rem;
  border-radius: 9999px;
  border: 1px solid #1f2937;
}

#i8ekd .shop-view-all-link {
  font-size: 1rem;
}

#i8ekd .profile-name {
  font-size: 1.05rem;
}

#i8ekd .bio-text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.2px;
}

#i8ekd .progress-label,
#i8ekd .progress-value {
  font-size: 0.875rem;
}

#i8ekd .achievement-label {
  font-size: 0.875rem;
}

#i8ekd .tip-title {
  font-size: 1rem;
}

#i8ekd .tip-text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.2px;
}

#i8ekd .tts-scope {
  position: relative;
}

#i8ekd .tts-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 9999px;
  border: 1px solid #1f2937;
  background-color: #0f1620;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
  transition: transform 150ms ease, opacity 150ms ease, box-shadow 150ms ease;
  z-index: 2;
}

#i8ekd .tts-btn:hover {
  transform: translateY(-1px);
  opacity: 1;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.2);
}

#i8ekd .tts-btn img {
  width: 18px;
  height: 18px;
  display: block;
}

#i8ekd .tts-reading {
  outline: 2px dashed rgba(34, 211, 238, 0.35);
  outline-offset: 4px;
}

#inb81-3 {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: rgba(255, 235, 235, 1);
  color: rgba(255, 255, 255, 0);
}

#ipzvl-3 {
  color: rgba(255, 255, 255, 1);
}

#ihdvyf.gjs-t-h1 {
  display: block;
  text-align: center;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.025em;
  margin: 0 auto 0.75rem;
  max-width: 100%;
  animation: auxiHeroFadeZoom 800ms cubic-bezier(0.16, 1, 0.3, 1) 80ms both;
}

#auxi-hero-left .auxi-hero-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  z-index: 1;
}

#auxi-hero-left .auxi-hero-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding-top: 0.75rem;
  margin-bottom: 0.75rem;
}

#auxi-hero-left .auxi-hero-logo {
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  background-color: #0f1620;
  border: 1px solid #1f2937;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

#auxi-hero-left .auxi-hero-logo img {
  width: 18px;
  height: 18px;
  display: block;
}

#auxi-hero-left #ihdvyf {
  margin: 0;
  text-align: left !important;
  display: inline;
}

#auxi-hero-left #ihdvyf-2-2 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

#in4ch-3 {
  color: rgba(255, 255, 255, 1);
}

#irzng-3 {
  color: rgba(255, 255, 255, 1);
}

#auxichat-link-2 {
  color: rgba(255, 255, 255, 1);
}

#iyovm-3 {
  color: rgba(255, 255, 255, 1);
}

#ia3sw2-2 {
  color: rgba(255, 255, 255, 1);
}

#i3ydq1-2 {
  color: rgba(255, 255, 255, 1);
}

#ixqhrx-2 {
  color: rgba(255, 255, 255, 1);
}

#ioagdp-2 {
  color: rgba(255, 255, 255, 1);
}

@keyframes auxiHeroFadeZoom {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 992px) {
  .mission-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem;
  }

  .mission-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .mission-content {
    grid-column: span 12 / span 12;
  }

  .mission-media-column {
    grid-column: span 12 / span 12;
  }

  .values-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .values-grid {
    gap: 1.25rem;
  }

  .value-card {
    grid-column: span 6 / span 6;
  }

  .cta-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .cta-container {
    padding: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  #i8ekd #shop .profile-card {
    grid-column: span 12 / span 12;
  }

  #our-members .members-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #our-members .member-card {
    grid-column: span 6 / span 6;
  }

  #auxi-chatbox .chatbox-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #auxi-header .nav-desktop {
    gap: 1rem;
  }

  #ihdvyf.gjs-t-h1 {
    font-size: 4rem;
  }
}

@media (max-width: 768px) {
  .mission-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }

  .footer-inner {
    flex-direction: column;
    gap: 1.5rem;
  }

  .mission-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .mission-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .values-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .values-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .values-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .values-grid {
    gap: 1rem;
  }

  .value-card {
    grid-column: span 12 / span 12;
  }

  .cta-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .cta-container {
    padding-left: 1rem;
    padding-right: 1rem;
    padding: 1.5rem;
  }

  .footer-links {
    gap: 1.25rem;
  }

  #our-members .members-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #our-members .members-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #our-members .members-header {
    flex-direction: column;
    align-items: flex-start;
  }

  #our-members .members-grid {
    gap: 1rem;
  }

  #our-members .member-card {
    grid-column: span 12 / span 12;
  }

  #auxi-chatbox .chatbox-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #auxi-chatbox .chatbox-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #auxi-chatbox .chat-panel {
    height: 65vh;
  }

  #auxi-chatbox .bubble {
    max-width: 90%;
  }

  #auxi-header .nav-desktop {
    display: none;
  }

  #auxi-header .menu-toggle {
    display: inline-flex;
  }

  #auxi-header .mobile-panel[aria-hidden="false"] {
    display: block;
  }

  #ify1y .nav-container {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  #ivyloz .profile-bio .bio-text {
    line-height: 1.6;
  }

  #i8ekd .hero-title {
    font-size: 40px;
    line-height: 1.25;
  }

  #i8ekd .hero-subtitle {
    font-size: 17px;
  }

  #i8ekd .tts-btn {
    width: 30px;
    height: 30px;
    top: 8px;
    right: 8px;
  }

  #ihdvyf.gjs-t-h1 {
    font-size: 3rem;
  }

  #auxi-hero-left .auxi-hero-row {
    gap: 0.5rem;
  }

  #auxi-hero-left .auxi-hero-logo {
    width: 26px;
    height: 26px;
  }

  #auxi-hero-left .auxi-hero-logo img {
    width: 16px;
    height: 16px;
  }

  #auxi-hero-left #ihdvyf-2-2 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  }
}

@media (max-width: 480px) {
  .mission-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
  }

  .mission-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .mission-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .values-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .values-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .values-grid {
    gap: 0.75rem;
  }

  .cta-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .cta-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding: 1.25rem;
  }

  .footer-links {
    gap: 1rem;
  }

  #our-members .members-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #our-members .members-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #our-members .members-grid {
    gap: 0.75rem;
  }

  #auxi-chatbox .chatbox-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #auxi-chatbox .chatbox-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #auxi-chatbox .chat-panel {
    height: 70vh;
    min-height: 420px;
  }

  #auxi-header .brand .brand-name {
    font-size: 1.05rem;
  }

  #ify1y .nav-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #ify1y .primary-nav a {
    padding: 0.3rem 0.45rem;
  }

  #i8ekd .hero-title {
    font-size: 34px;
    line-height: 1.25;
  }

  #i8ekd .hero-subtitle {
    font-size: 16.5px;
  }

  #ihdvyf.gjs-t-h1 {
    font-size: 2.25rem;
  }

  #auxi-hero-left .auxi-hero-logo {
    width: 24px;
    height: 24px;
  }

  #auxi-hero-left .auxi-hero-logo img {
    width: 15px;
    height: 15px;
  }
}
:root {
  --gjs-t-color-primary: #22d3ee;
  --gjs-t-color-secondary: #a78bfa;
  --gjs-t-color-accent: #34d399;
  --gjs-t-color-success: #22c55e;
  --gjs-t-color-warning: #f59e0b;
  --gjs-t-color-error: #ef4444;
}

.gjs-t-body {
  background-color: #0b0f14;
  color: #e5e7eb;
  font-size: 16px;
  line-height: 1.7;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

.gjs-t-h1 {
  color: #f1f5f9;
  font-size: 42px;
  line-height: 1.2;
  font-family: 'Outfit', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

.gjs-t-h2 {
  color: #e5e7eb;
  font-size: 28px;
  line-height: 1.3;
  font-family: 'Outfit', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

.gjs-t-button {
  background-color: var(--gjs-t-color-primary);
  color: #061018;
  border-radius: 9999px;
}

.gjs-t-link {
  color: var(--gjs-t-color-primary);
  text-decoration: none;
}

.gjs-t-border {
  border-radius: 1rem;
  border: 1px solid #1f2937;
  border-color: #e0e0e0;
}

*,
::before,
::after {
  box-sizing: border-box;
  
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

html,
:host {
  line-height: 1.5;
  
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  
  line-height: inherit;
}

hr {
  height: 0;
  
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; 
  appearance: button;
  
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  appearance: textfield;        
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; 
  appearance: button;
  
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: flex;
  align-items: center; 
}


img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

.cls-02e0qg *::selection {
  background-color: rgb(6 182 212 / 0.2);
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection:hover {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection::placeholder {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection::file-selector-button {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection::selection {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg::selection::selection {
  color: rgb(165 243 252 / 1);
}

.nav-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: rgb(255 255 255 / 0.05);
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  padding: 0.5rem;
}

.logo-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.brand-name {
  font-weight: 600;
  letter-spacing: -0.025em;
  color: transparent;
  font-size: 1.25rem;
  line-height: 1;
  background-clip: text;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-item-home {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.nav-item-home:hover {
  opacity: 0.9;
}

.nav-item-about {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.nav-item-about:hover {
  opacity: 0.9;
}

.nav-item-shop {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.nav-item-shop:hover {
  opacity: 0.9;
}

.nav-item-profile {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.nav-item-profile:hover {
  opacity: 0.9;
}

.hero-section {
  position: relative;
  border-radius: 1.5rem;
  background-image: linear-gradient(to bottom, rgb(255 255 255 / 0.02), rgb(255 255 255 / 0));
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  overflow: hidden;
  width: 100%;
  border-bottom-width: 1px;
  border-color: rgb(30 41 59 / 1);
  padding-top: 3rem;
}

.hero-content {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.hero-title {
  font-weight: 600;
  letter-spacing: -0.025em;
  font-family: Outfit;
}

.hero-subtitle {
  margin-top: 0.5rem;
  max-width: 48rem;
  color: rgb(203 213 225 / 1);
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.hero-actions {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.chat-messages> :not([hidden])~ :not([hidden]) {
  margin-top: calc(1rem * calc(1 - 0));
  margin-bottom: calc(1rem * 0);
}

.chat-text-input::placeholder::placeholder {
  color: rgb(100 116 139 / 1);
}

.tts-file-input::file-selector-button::file-selector-button {
  color: rgb(226 232 240 / 1);
}

.tts-file-input::file-selector-button:hover {
  background-color: rgb(255 255 255 / 0.15);
}

.tts-textarea::placeholder::placeholder {
  color: rgb(100 116 139 / 1);
}

.footer-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: rgb(255 255 255 / 0.05);
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  padding: 0.5rem;
}

.footer-logo-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.footer-brand-name {
  font-weight: 600;
  color: rgb(226 232 240 / 1);
}

.footer-year {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(100 116 139 / 1);
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-link-about {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-link-about:hover {
  opacity: 0.9;
}

.footer-link-shop {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-link-shop:hover {
  opacity: 0.9;
}

.footer-link-profile {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-link-profile:hover {
  opacity: 0.9;
}

.footer-link-privacy {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(203 213 225 / 1);
}

.footer-link-privacy:hover {
  color: rgb(241 245 249 / 1);
}

.site-footer {
  border-top-width: 1px;
  border-color: rgb(30 41 59 / 0.6);
}

#i2x9 .brand-name {
  color: #e5e7eb;
  background: none;
}

#i2x9 .cta-secondary {
  color: #cbd5e1;
}

#i2x9 .cta-secondary:hover {
  color: #f1f5f9;
}

#i8ekd #shop .profile-card {
  grid-column: span 6 / span 6;
}

#i8ekd #study-tips .tips-card {
  grid-column: span 12 / span 12;
}

#our-members .members-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#our-members .members-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#our-members .members-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

#our-members .members-subtext {
  margin-top: 0.75rem;
  max-width: 65ch;
  opacity: 0.9;
}

#our-members .members-grid {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}

#our-members .member-card {
  grid-column: span 3 / span 3;
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

#our-members .member-card:hover {
  transform: translateY(-2px);
}

#our-members .member-figure {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

#our-members .member-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

#our-members .member-name {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #f1f5f9;
}

#our-members .member-role {
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.85;
}

#auxi-chatbox .chatbox-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#auxi-chatbox .chatbox-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#auxi-chatbox .chatbox-wrapper {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

#auxi-chatbox .chat-panel {
  border: 1px solid #1f2937;
  border-radius: 1rem;
  background-color: #0c1218;
  display: flex;
  flex-direction: column;
  height: 60vh;
  min-height: 420px;
  max-height: 78vh;
  overflow: hidden;
}

#auxi-chatbox .panel-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #1f2937;
  background-color: #0c1218;
  position: sticky;
  top: 0;
  z-index: 1;
}

#auxi-chatbox .panel-title {
  margin: 0;
}

#auxi-chatbox .chat-history {
  flex: 1;
  overflow-y: auto;
  padding: 1.25rem;
  scroll-behavior: smooth;
}

#auxi-chatbox .messages {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

#auxi-chatbox .msg {
  display: flex;
  max-width: 100%;
  align-items: flex-start;
  gap: 0.5rem;
}

#auxi-chatbox .msg.assistant {
  justify-content: flex-start;
}

#auxi-chatbox .msg.user {
  justify-content: flex-end;
}

#auxi-chatbox .bubble {
  max-width: 85%;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  line-height: 1.6;
  font-size: 0.975rem;
}

#auxi-chatbox .assistant .bubble {
  background-color: #0f1620;
  border: 1px solid #1f2937;
  color: #e5e7eb;
  border-top-left-radius: 0.5rem;
}

#auxi-chatbox .user .bubble {
  background-color: rgba(34, 211, 238, 0.1);
  border: 1px solid var(--gjs-t-color-primary);
  color: #e5e7eb;
  border-top-right-radius: 0.5rem;
}

#auxi-chatbox .timestamp {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  opacity: 0.7;
}

#auxi-chatbox .input-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-top: 1px solid #1f2937;
  background-color: #0c1218;
  position: sticky;
  bottom: 0;
}

#auxi-chatbox .chat-input {
  flex: 1;
  padding: 0.75rem 0.9rem;
  border: 1px solid #1f2937;
  background-color: #0b0f14;
  color: #e5e7eb;
  border-radius: 0.75rem;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

#auxi-chatbox .chat-input::placeholder {
  color: #94a3b8;
}

#auxi-chatbox .chat-input:focus {
  border-color: var(--gjs-t-color-primary);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
}

#auxi-chatbox .send-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.9rem;
  font-weight: 600;
  border: none;
  transition: transform 150ms ease, opacity 150ms ease;
}

#auxi-chatbox .send-btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

#auxi-chatbox .send-icon {
  display: block;
}

#auxi-chatbox .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#auxi-chatbox .msg .content {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  max-width: 100%;
}

#auxi-chatbox .avatar {
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0f1620;
  border: 1px solid #1f2937;
  flex: 0 0 auto;
}

#auxi-chatbox .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#auxi-chatbox .avatar .avatar-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

#auxi-chatbox .send-btn .send-icon {
  display: block;
  width: 18px;
  height: 18px;
}

#auxi-header {
  background-color: #0c1218;
}

#auxi-header .header-bar {
  border-bottom: 1px solid #1f2937;
}

#auxi-header .container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#auxi-header .bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

#auxi-header .brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
}

#auxi-header .brand .logo {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #0f1620;
  border: 1px solid #1f2937;
  overflow: hidden;
  flex: 0 0 auto;
}

#auxi-header .brand .brand-name {
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #e5e7eb;
  font-family: 'Outfit', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  font-size: 1.125rem;
  line-height: 1.4;
}

#auxi-header nav .nav-list {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

#auxi-header .nav-link {
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 600;
  padding: 0.35rem 0.5rem;
  border-radius: 0.5rem;
  transition: color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

#auxi-header .nav-link:hover,
#auxi-header .nav-link:focus {
  color: #f1f5f9;
  outline: none;
  background-color: rgba(34, 211, 238, 0.08);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
}

#auxi-header .menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #1f2937;
  background-color: #0b0f14;
  color: #e5e7eb;
  border-radius: 0.75rem;
  transition: transform 150ms ease, opacity 150ms ease, box-shadow 150ms ease;
}

#auxi-header .menu-toggle:hover {
  transform: translateY(-1px);
  opacity: 0.95;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
}

#auxi-header .mobile-panel {
  display: none;
  border-bottom: 1px solid #1f2937;
  background-color: #0c1218;
}

#auxi-header .mobile-inner {
  padding: 0.75rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

#auxi-header .mobile-link {
  display: block;
  width: 100%;
  padding: 0.6rem 0.75rem;
  border-radius: 0.5rem;
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 150ms ease, color 150ms ease;
}

#auxi-header .mobile-link:hover,
#auxi-header .mobile-link:focus {
  color: #f1f5f9;
  background-color: rgba(34, 211, 238, 0.08);
  outline: none;
}

#ify1y.header-navigation {
  background-color: #0b0f14;
  border-bottom: 1px solid #1f2937;
}

#ify1y .brand-name {
  color: #e5e7eb;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: initial;
}

#ify1y .primary-nav a {
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 600;
  padding: 0.35rem 0.5rem;
  border-radius: 0.5rem;
  transition: color 150ms ease, background-color 150ms ease, box-shadow 150ms ease, opacity 150ms ease;
}

#ify1y .primary-nav a:hover,
#ify1y .primary-nav a:focus {
  color: #f1f5f9;
  background-color: rgba(34, 211, 238, 0.08);
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
  opacity: 1;
}

#ify1y .nav-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#ify1y .logo-wrapper {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  padding: 0.5rem;
  border: 1px solid rgba(59, 130, 246, 0.5);
}

#ivyloz .profile-bio {
  margin-top: 1rem;
}

#ivyloz .profile-bio .bio-text {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgb(203 213 225 / 1);
}

#ivyloz .profile-location {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.5rem;
  color: #94a3b8;
  font-size: 0.75rem;
  line-height: 1rem;
}

#ivyloz .profile-location .location-icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

#ify1y .nav-item-chat {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#ify1y .nav-item-chat:hover {
  opacity: 0.9;
}

#i8ekd a:focus-visible,
#i8ekd button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.25);
}

#i8ekd .hero-title {
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: 0.1px;
  color: #f1f5f9;
}

#i8ekd .hero-subtitle {
  font-size: 18px;
  line-height: 1.85;
  letter-spacing: 0.2px;
  color: #e2e8f0;
}

#i8ekd .gjs-t-button.cta-primary {
  padding: 0.9rem 1.2rem;
  font-size: 1rem;
  font-weight: 700;
}

#i8ekd .cta-secondary {
  font-size: 1rem;
  letter-spacing: 0.2px;
}

#i8ekd .shop-title,
#i8ekd .profile-title,
#i8ekd .tips-title {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.1px;
}

#i8ekd .shop-item-name {
  font-size: 1rem;
  letter-spacing: 0.2px;
}

#i8ekd .shop-item-points {
  font-size: 0.875rem;
}

#i8ekd .shop-item-buy-button {
  font-size: 0.9rem;
  padding: 0.6rem 0.9rem;
  border-radius: 9999px;
  border: 1px solid #1f2937;
}

#i8ekd .shop-view-all-link {
  font-size: 1rem;
}

#i8ekd .profile-name {
  font-size: 1.05rem;
}

#i8ekd .bio-text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.2px;
}

#i8ekd .progress-label,
#i8ekd .progress-value {
  font-size: 0.875rem;
}

#i8ekd .achievement-label {
  font-size: 0.875rem;
}

#i8ekd .tip-title {
  font-size: 1rem;
}

#i8ekd .tip-text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.2px;
}

#i8ekd .tts-scope {
  position: relative;
}

#i8ekd .tts-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 9999px;
  border: 1px solid #1f2937;
  background-color: #0f1620;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
  transition: transform 150ms ease, opacity 150ms ease, box-shadow 150ms ease;
  z-index: 2;
}

#i8ekd .tts-btn:hover {
  transform: translateY(-1px);
  opacity: 1;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.2);
}

#i8ekd .tts-btn img {
  width: 18px;
  height: 18px;
  display: block;
}

#i8ekd .tts-reading {
  outline: 2px dashed rgba(34, 211, 238, 0.35);
  outline-offset: 4px;
}

.cls-k34xd7 {
  background-color: rgb(11 15 20 / 1);
  color: rgb(226 232 240 / 1);
}

.hero-container {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.primary-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.primary-cta:hover {
  opacity: 0.95;
}

.secondary-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
}

.featured-section {
  width: 100%;
}

.featured-container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.featured-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.featured-title {
  font-weight: 600;
}

.featured-link {
  font-weight: 600;
}

.featured-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}

.product-card {
  grid-column: span 4 / span 4;
  border-radius: 1rem;
  background-color: rgb(12 18 24 / 1);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.product-media {
  border-radius: 0.75rem;
  overflow: hidden;
}

.product-image {
  width: 100%;
  height: auto;
}

.product-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(148 163 184 / 1);
}

.product-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(51 65 85 / 1);
}

.product-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.product-name {
  font-weight: 600;
  color: rgb(241 245 249 / 1);
}

.product-description {
  color: rgb(148 163 184 / 1);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.product-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-price {
  font-weight: 600;
  color: rgb(125 211 252 / 1);
}

.buy-button {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.buy-button:hover {
  opacity: 0.95;
}

.categories-section {
  width: 100%;
  border-top-width: 1px;
  border-color: rgb(30 41 59 / 1);
}

.categories-container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.categories-title {
  font-weight: 600;
}

.categories-grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}

.category-card {
  grid-column: span 4 / span 4;
  border-radius: 1rem;
  background-color: rgb(12 18 24 / 1);
  padding: 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.category-icon {
  opacity: 0.9;
}

.category-content {
  flex: 1 1 0%;
}

.category-name {
  font-weight: 600;
  color: rgb(241 245 249 / 1);
}

.category-description {
  color: rgb(148 163 184 / 1);
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 0.25rem;
}

.how-it-works-section {
  width: 100%;
  border-top-width: 1px;
  border-color: rgb(30 41 59 / 1);
}

.how-it-works-container {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.how-it-works-card {
  border-radius: 1rem;
  background-color: rgb(12 18 24 / 1);
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.how-it-works-icon {
  opacity: 0.9;
}

.how-it-works-content {
  flex: 1 1 0%;
}

.how-it-works-title {
  font-weight: 600;
  color: rgb(241 245 249 / 1);
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.how-it-works-text {
  color: rgb(148 163 184 / 1);
  margin-top: 0.5rem;
}

.how-it-works-actions {
  margin-top: 1rem;
  display: flex;
  gap: 0.75rem;
}

.start-studying-button {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.start-studying-button:hover {
  opacity: 0.95;
}

.learn-more-link {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.final-call-to-action-section {
  width: 100%;
  border-top-width: 1px;
  border-color: rgb(30 41 59 / 1);
}

.final-cta-container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.final-cta-text-group {
  flex: 1 1 0%;
}

.final-cta-title {
  font-weight: 600;
}

.final-cta-subtitle {
  color: rgb(203 213 225 / 1);
  margin-top: 0.5rem;
}

.final-cta-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.final-cta-primary {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.final-cta-primary:hover {
  opacity: 0.95;
}

.final-cta-secondary {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

#imp6u7 {
  padding-top: 48px;
  padding-right: 24px;
  padding-bottom: 0px;
  padding-left: 24px;
}

#i5u16o {
  padding-top: 0px;
  padding-right: 24px;
  padding-bottom: 0px;
  padding-left: 24px;
}

#ivsodf-2-2 {
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 0px;
  margin-left: 24px;
}

#iuun38 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 7px;
  margin-left: 0px;
}

#iupapv {
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-attachment: unset;
  background-origin: unset;
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  backface-visibility: visible;
  box-shadow: 0 0 0 0 currentColor, 0 0 0 0 #0000;
}

#ipv86a {
  padding-top: 7px;
  padding-right: 32px;
  padding-bottom: 35px;
  padding-left: 111px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

#i0rqfk {
  width: 1000px;
}

#inb81-4 {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: rgba(255, 235, 235, 1);
  color: rgba(255, 255, 255, 0);
}

#ipzvl-4 {
  color: rgba(255, 255, 255, 1);
}

#ihdvyf.gjs-t-h1 {
  display: block;
  text-align: center;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.025em;
  margin: 0 auto 0.75rem;
  max-width: 100%;
  animation: auxiHeroFadeZoom 800ms cubic-bezier(0.16, 1, 0.3, 1) 80ms both;
}

#auxi-hero-left .auxi-hero-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  z-index: 1;
}

#auxi-hero-left .auxi-hero-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding-top: 0.75rem;
  margin-bottom: 0.75rem;
}

#auxi-hero-left .auxi-hero-logo {
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  background-color: #0f1620;
  border: 1px solid #1f2937;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

#auxi-hero-left .auxi-hero-logo img {
  width: 18px;
  height: 18px;
  display: block;
}

#auxi-hero-left #ihdvyf {
  margin: 0;
  text-align: left !important;
  display: inline;
}

#auxi-hero-left #ihdvyf-2-2 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

#shop-page {
  background-image: linear-gradient(180deg, black 10%, rgba(12, 56, 85, 1) 52.331606217616574%, rgba(0, 0, 0, 1) 90%);
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-origin: padding-box;
}

#i3aivz {
  background-image: linear-gradient(rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 1) 100%);
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-origin: padding-box;
}

#iecd5g {
  background-color: rgba(25, 32, 38, 1);
}

#i0jbyz {
  background-color: rgba(25, 32, 38, 1);
}

#irzqud {
  background-color: rgba(25, 32, 38, 1);
}

.gjs-divider {
  height: 3px;
  width: 100%;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.05);
}

#ic1hvw4 {
  background-color: rgba(26, 29, 35, 1);
  height: 1px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

#i48gms {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 42px;
  padding-right: 24px;
  padding-bottom: 48px;
  padding-left: 24px;
}

#in4ch-4 {
  color: rgba(255, 255, 255, 1);
}

#irzng-4 {
  color: rgba(255, 255, 255, 1);
}

#auxichat-link-3 {
  color: rgba(255, 255, 255, 1);
}

#iyovm-4 {
  color: rgba(255, 255, 255, 1);
}

#ixqhrx-2-2 {
  color: rgba(242, 242, 242, 1);
}

#i3ydq1-2-2 {
  color: rgba(242, 242, 242, 1);
}

#ia3sw2-2-2 {
  color: rgba(242, 242, 242, 1);
}

#ioagdp-2-2 {
  color: rgba(255, 255, 255, 1);
}

@keyframes auxiHeroFadeZoom {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 992px) {
  #i8ekd #shop .profile-card {
    grid-column: span 12 / span 12;
  }

  #our-members .members-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #our-members .member-card {
    grid-column: span 6 / span 6;
  }

  #auxi-chatbox .chatbox-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #auxi-header .nav-desktop {
    gap: 1rem;
  }

  .hero-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hero-content {
    gap: 1.25rem;
  }

  .featured-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .featured-grid {
    gap: 1.25rem;
  }

  .product-card {
    grid-column: span 6 / span 6;
  }

  .categories-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .categories-grid {
    gap: 1.25rem;
  }

  .category-card {
    grid-column: span 6 / span 6;
  }

  .how-it-works-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .final-cta-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hero-section {
    padding-top: 2.5rem;
  }

  #ihdvyf.gjs-t-h1 {
    font-size: 4rem;
  }
}

@media (max-width: 768px) {
  .hero-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    gap: 1rem;
  }

  .footer-inner {
    flex-direction: column;
    gap: 1.5rem;
  }

  .footer-links {
    gap: 1.25rem;
  }

  #our-members .members-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #our-members .members-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #our-members .members-header {
    flex-direction: column;
    align-items: flex-start;
  }

  #our-members .members-grid {
    gap: 1rem;
  }

  #our-members .member-card {
    grid-column: span 12 / span 12;
  }

  #auxi-chatbox .chatbox-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #auxi-chatbox .chatbox-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #auxi-chatbox .chat-panel {
    height: 65vh;
  }

  #auxi-chatbox .bubble {
    max-width: 90%;
  }

  #auxi-header .nav-desktop {
    display: none;
  }

  #auxi-header .menu-toggle {
    display: inline-flex;
  }

  #auxi-header .mobile-panel[aria-hidden="false"] {
    display: block;
  }

  #ify1y .nav-container {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  #ivyloz .profile-bio .bio-text {
    line-height: 1.6;
  }

  #i8ekd .hero-title {
    font-size: 40px;
    line-height: 1.25;
  }

  #i8ekd .hero-subtitle {
    font-size: 17px;
  }

  #i8ekd .tts-btn {
    width: 30px;
    height: 30px;
    top: 8px;
    right: 8px;
  }

  .hero-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .hero-actions {
    flex-wrap: wrap;
  }

  .featured-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .featured-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .featured-grid {
    gap: 1rem;
  }

  .product-card {
    grid-column: span 6 / span 6;
  }

  .categories-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .categories-grid {
    gap: 1rem;
  }

  .category-card {
    grid-column: span 12 / span 12;
  }

  .how-it-works-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .how-it-works-card {
    padding: 1.25rem;
  }

  .final-cta-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-section {
    padding-top: 2rem;
  }

  #ihdvyf.gjs-t-h1 {
    font-size: 3rem;
  }

  #auxi-hero-left .auxi-hero-row {
    gap: 0.5rem;
  }

  #auxi-hero-left .auxi-hero-logo {
    width: 26px;
    height: 26px;
  }

  #auxi-hero-left .auxi-hero-logo img {
    width: 16px;
    height: 16px;
  }

  #auxi-hero-left #ihdvyf-2-2 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  }
}

@media (max-width: 480px) {
  .hero-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-links {
    gap: 1rem;
  }

  #our-members .members-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #our-members .members-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #our-members .members-grid {
    gap: 0.75rem;
  }

  #auxi-chatbox .chatbox-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #auxi-chatbox .chatbox-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #auxi-chatbox .chat-panel {
    height: 70vh;
    min-height: 420px;
  }

  #auxi-header .brand .brand-name {
    font-size: 1.05rem;
  }

  #ify1y .nav-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #ify1y .primary-nav a {
    padding: 0.3rem 0.45rem;
  }

  #i8ekd .hero-title {
    font-size: 34px;
    line-height: 1.25;
  }

  #i8ekd .hero-subtitle {
    font-size: 16.5px;
  }

  .hero-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .featured-container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .featured-grid {
    gap: 0.75rem;
  }

  .product-card {
    grid-column: span 12 / span 12;
  }

  .categories-container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .categories-grid {
    gap: 0.75rem;
  }

  .category-card {
    grid-column: span 12 / span 12;
  }

  .how-it-works-container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .how-it-works-card {
    padding: 1rem;
  }

  .final-cta-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hero-section {
    padding-top: 1.5rem;
  }

  #ihdvyf.gjs-t-h1 {
    font-size: 2.25rem;
  }

  #auxi-hero-left .auxi-hero-logo {
    width: 24px;
    height: 24px;
  }

  #auxi-hero-left .auxi-hero-logo img {
    width: 15px;
    height: 15px;
  }
}


:root {
  --gjs-t-color-primary: #22d3ee;
  --gjs-t-color-secondary: #a78bfa;
  --gjs-t-color-accent: #34d399;
  --gjs-t-color-success: #22c55e;
  --gjs-t-color-warning: #f59e0b;
  --gjs-t-color-error: #ef4444;
}

.gjs-t-body {
  background-color: #0b0f14;
  color: #e5e7eb;
  font-size: 16px;
  line-height: 1.7;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

.gjs-t-h1 {
  color: #f1f5f9;
  font-size: 42px;
  line-height: 1.2;
  font-family: 'Outfit', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

.gjs-t-button {
  background-color: var(--gjs-t-color-primary);
  color: #061018;
  border-radius: 9999px;
}

.gjs-t-link {
  color: var(--gjs-t-color-primary);
  text-decoration: none;
}

*,
::before,
::after {
  box-sizing: border-box;
  
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

html,
:host {
  line-height: 1.5;
  
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  
  line-height: inherit;
}

hr {
  height: 0;
  
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  appearance: button;
  
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  appearance: textfield;
  
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object
.centered {
  display: flex;               
  justify-content: center;     
  align-items: center;         
  height: 200px;                
  text-align: center;          
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

.cls-02e0qg *::selection {
  background-color: rgb(6 182 212 / 0.2);
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection:hover {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection::placeholder {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection::file-selector-button {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection::selection {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg::selection::selection {
  color: rgb(165 243 252 / 1);
}

.nav-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: rgb(255 255 255 / 0.05);
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  padding: 0.5rem;
}

.logo-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.brand-name {
  font-weight: 600;
  letter-spacing: -0.025em;
  color: transparent;
  font-size: 1.25rem;
  line-height: 1;
  background-clip: text;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-item-about {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.nav-item-about:hover {
  opacity: 0.9;
}

.chat-messages> :not([hidden])~ :not([hidden]) {
  margin-top: calc(1rem * calc(1 - 0));
  margin-bottom: calc(1rem * 0);
}

.chat-text-input::placeholder::placeholder {
  color: rgb(100 116 139 / 1);
}

.tts-file-input::file-selector-button::file-selector-button {
  color: rgb(226 232 240 / 1);
}

.tts-file-input::file-selector-button:hover {
  background-color: rgb(255 255 255 / 0.15);
}

.tts-textarea::placeholder::placeholder {
  color: rgb(100 116 139 / 1);
}

.mission-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 3rem;
  align-items: center;
}

.footer-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: rgb(255 255 255 / 0.05);
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  padding: 0.5rem;
}

.footer-logo-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.footer-brand-name {
  font-weight: 600;
  color: rgb(226 232 240 / 1);
}

.footer-year {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(100 116 139 / 1);
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-link-about {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-link-about:hover {
  opacity: 0.9;
}

.footer-link-privacy {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(203 213 225 / 1);
}

.footer-link-privacy:hover {
  color: rgb(241 245 249 / 1);
}

.mission-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.mission-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.mission-content {
  grid-column: span 6 / span 6;
}

.mission-heading {
  margin-top: 1rem;
}

.mission-paragraph {
  margin-top: 1rem;
  max-width: 65ch;
}

.mission-actions {
  margin-top: 1.75rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mission-primary-button {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.mission-primary-button:hover {
  opacity: 0.9;
}

.mission-secondary-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.mission-media-column {
  grid-column: span 6 / span 6;
}

.mission-figure {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.mission-figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.site-footer {
  border-top-width: 1px;
  border-color: rgb(30 41 59 / 0.6);
}

#i2x9 .brand-name {
  color: #e5e7eb;
  background: none;
}

#i2x9 .cta-secondary {
  color: #cbd5e1;
}

#i2x9 .cta-secondary:hover {
  color: #f1f5f9;
}

#i8ekd #shop .profile-card {
  grid-column: span 6 / span 6;
}

#i8ekd #study-tips .tips-card {
  grid-column: span 12 / span 12;
}

#our-members .members-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#our-members .members-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#our-members .members-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

#our-members .members-subtext {
  margin-top: 0.75rem;
  max-width: 65ch;
  opacity: 0.9;
}

#our-members .members-grid {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}

#our-members .member-card {
  grid-column: span 3 / span 3;
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

#our-members .member-card:hover {
  transform: translateY(-2px);
}

#our-members .member-figure {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

#our-members .member-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

#our-members .member-name {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #f1f5f9;
}

#our-members .member-role {
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.85;
}

#auxi-chatbox .chatbox-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#auxi-chatbox .chatbox-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#auxi-chatbox .chatbox-wrapper {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

#auxi-chatbox .chat-panel {
  border: 1px solid #1f2937;
  border-radius: 1rem;
  background-color: #0c1218;
  display: flex;
  flex-direction: column;
  height: 60vh;
  min-height: 420px;
  max-height: 78vh;
  overflow: hidden;
}

#auxi-chatbox .panel-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #1f2937;
  background-color: #0c1218;
  position: sticky;
  top: 0;
  z-index: 1;
}

#auxi-chatbox .panel-title {
  margin: 0;
}

#auxi-chatbox .chat-history {
  flex: 1;
  overflow-y: auto;
  padding: 1.25rem;
  scroll-behavior: smooth;
}

#auxi-chatbox .messages {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

#auxi-chatbox .msg {
  display: flex;
  max-width: 100%;
  align-items: flex-start;
  gap: 0.5rem;
}

#auxi-chatbox .msg.assistant {
  justify-content: flex-start;
}

#auxi-chatbox .msg.user {
  justify-content: flex-end;
}

#auxi-chatbox .bubble {
  max-width: 85%;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  line-height: 1.6;
  font-size: 0.975rem;
}

#auxi-chatbox .assistant .bubble {
  background-color: #0f1620;
  border: 1px solid #1f2937;
  color: #e5e7eb;
  border-top-left-radius: 0.5rem;
}

#auxi-chatbox .user .bubble {
  background-color: rgba(34, 211, 238, 0.1);
  border: 1px solid var(--gjs-t-color-primary);
  color: #e5e7eb;
  border-top-right-radius: 0.5rem;
}

#auxi-chatbox .timestamp {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  opacity: 0.7;
}

#auxi-chatbox .input-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-top: 1px solid #1f2937;
  background-color: #0c1218;
  position: sticky;
  bottom: 0;
}

#auxi-chatbox .chat-input {
  flex: 1;
  padding: 0.75rem 0.9rem;
  border: 1px solid #1f2937;
  background-color: #0b0f14;
  color: #e5e7eb;
  border-radius: 0.75rem;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

#auxi-chatbox .chat-input::placeholder {
  color: #94a3b8;
}

#auxi-chatbox .chat-input:focus {
  border-color: var(--gjs-t-color-primary);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
}

#auxi-chatbox .send-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.9rem;
  font-weight: 600;
  border: none;
  transition: transform 150ms ease, opacity 150ms ease;
}

#auxi-chatbox .send-btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

#auxi-chatbox .send-icon {
  display: block;
}

#auxi-chatbox .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#auxi-chatbox .msg .content {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  max-width: 100%;
}

#auxi-chatbox .avatar {
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0f1620;
  border: 1px solid #1f2937;
  flex: 0 0 auto;
}

#auxi-chatbox .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#auxi-chatbox .avatar .avatar-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

#auxi-chatbox .send-btn .send-icon {
  display: block;
  width: 18px;
  height: 18px;
}

#auxi-header .header-bar {
  border-bottom: 1px solid #1f2937;
}

#auxi-header .container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#auxi-header .bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

#auxi-header .brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
}

#auxi-header .brand .logo {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #0f1620;
  border: 1px solid #1f2937;
  overflow: hidden;
  flex: 0 0 auto;
}

#auxi-header .brand .brand-name {
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #e5e7eb;
  font-family: 'Outfit', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  font-size: 1.125rem;
  line-height: 1.4;
}

#auxi-header nav .nav-list {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

#auxi-header .nav-link {
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 600;
  padding: 0.35rem 0.5rem;
  border-radius: 0.5rem;
  transition: color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

#auxi-header .nav-link:hover,
#auxi-header .nav-link:focus {
  color: #f1f5f9;
  outline: none;
  background-color: rgba(34, 211, 238, 0.08);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
}

#auxi-header .menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #1f2937;
  background-color: #0b0f14;
  color: #e5e7eb;
  border-radius: 0.75rem;
  transition: transform 150ms ease, opacity 150ms ease, box-shadow 150ms ease;
}

#auxi-header .menu-toggle:hover {
  transform: translateY(-1px);
  opacity: 0.95;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
}

#auxi-header .mobile-panel {
  display: none;
  border-bottom: 1px solid #1f2937;
  background-color: #0c1218;
}

#auxi-header .mobile-inner {
  padding: 0.75rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

#auxi-header .mobile-link {
  display: block;
  width: 100%;
  padding: 0.6rem 0.75rem;
  border-radius: 0.5rem;
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 150ms ease, color 150ms ease;
}

#auxi-header .mobile-link:hover,
#auxi-header .mobile-link:focus {
  color: #f1f5f9;
  background-color: rgba(34, 211, 238, 0.08);
  outline: none;
}

#ify1y.header-navigation {
  background-color: #0b0f14;
  border-bottom: 1px solid #1f2937;
}

#ify1y .brand-name {
  color: #e5e7eb;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: initial;
}

#ify1y .primary-nav a {
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 600;
  padding: 0.35rem 0.5rem;
  border-radius: 0.5rem;
  transition: color 150ms ease, background-color 150ms ease, box-shadow 150ms ease, opacity 150ms ease;
}

#ify1y .primary-nav a:hover,
#ify1y .primary-nav a:focus {
  color: #f1f5f9;
  background-color: rgba(34, 211, 238, 0.08);
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
  opacity: 1;
}

#ify1y .nav-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#ify1y .logo-wrapper {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  padding: 0.5rem;
  border: 1px solid rgba(59, 130, 246, 0.5);
}

#ivyloz .profile-bio {
  margin-top: 1rem;
}

#ivyloz .profile-bio .bio-text {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgb(203 213 225 / 1);
}

#ivyloz .profile-location {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.5rem;
  color: #94a3b8;
  font-size: 0.75rem;
  line-height: 1rem;
}

#ivyloz .profile-location .location-icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

#ify1y .nav-item-chat {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#ify1y .nav-item-chat:hover {
  opacity: 0.9;
}

#i8ekd a:focus-visible,
#i8ekd button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.25);
}

#i8ekd .hero-title {
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: 0.1px;
  color: #f1f5f9;
}

#i8ekd .hero-subtitle {
  font-size: 18px;
  line-height: 1.85;
  letter-spacing: 0.2px;
  color: #e2e8f0;
}

#i8ekd .gjs-t-button.cta-primary {
  padding: 0.9rem 1.2rem;
  font-size: 1rem;
  font-weight: 700;
}

#i8ekd .cta-secondary {
  font-size: 1rem;
  letter-spacing: 0.2px;
}

#i8ekd .shop-title,
#i8ekd .profile-title,
#i8ekd .tips-title {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.1px;
}

#i8ekd .shop-item-name {
  font-size: 1rem;
  letter-spacing: 0.2px;
}

#i8ekd .shop-item-points {
  font-size: 0.875rem;
}

#i8ekd .shop-item-buy-button {
  font-size: 0.9rem;
  padding: 0.6rem 0.9rem;
  border-radius: 9999px;
  border: 1px solid #1f2937;
}

#i8ekd .shop-view-all-link {
  font-size: 1rem;
}

#i8ekd .profile-name {
  font-size: 1.05rem;
}

#i8ekd .bio-text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.2px;
}

#i8ekd .progress-label,
#i8ekd .progress-value {
  font-size: 0.875rem;
}

#i8ekd .achievement-label {
  font-size: 0.875rem;
}

#i8ekd .tip-title {
  font-size: 1rem;
}

#i8ekd .tip-text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.2px;
}

#i8ekd .tts-scope {
  position: relative;
}

#i8ekd .tts-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 9999px;
  border: 1px solid #1f2937;
  background-color: #0f1620;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
  transition: transform 150ms ease, opacity 150ms ease, box-shadow 150ms ease;
  z-index: 2;
}

#i8ekd .tts-btn:hover {
  transform: translateY(-1px);
  opacity: 1;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.2);
}

#i8ekd .tts-btn img {
  width: 18px;
  height: 18px;
  display: block;
}

#i8ekd .tts-reading {
  outline: 2px dashed rgba(34, 211, 238, 0.35);
  outline-offset: 4px;
}

.front-section {
  width: 100%;
}

.front-container {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.front-tagline {
  font-weight: 800;
  letter-spacing: -0.025em;
  text-align: center;
  font-size: 3.75rem;
  line-height: 1;
}

.front-cta-group {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.sign-up-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: 9999px;
}

.sign-up-button:hover {
  opacity: 0.95;
}

.log-in-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: 9999px;
}

.log-in-button:hover {
  opacity: 0.95;
}

#ifyenh {
  padding-top: 199px;
  padding-right: 24px;
  padding-bottom: 117px;
  padding-left: 24px;
  margin-top: 0px;
  margin-right: 88px;
  margin-bottom: 0px;
  margin-left: 88px;
}

#front {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 0px;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-attachment: unset;
  background-origin: unset;
}

#ihdvyf.gjs-t-h1 {
  display: block;
  text-align: center;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.025em;
  margin: 0 auto 0.75rem;
  max-width: 100%;
  animation: auxiHeroFadeZoom 800ms cubic-bezier(0.16, 1, 0.3, 1) 80ms both;
}

#auxi-hero-left .auxi-hero-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  z-index: 1;
}

#auxi-hero-left .auxi-hero-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding-top: 0.75rem;
  margin-bottom: 0.75rem;
}

#auxi-hero-left .auxi-hero-logo {
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  background-color: #0f1620;
  border: 1px solid #1f2937;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

#auxi-hero-left .auxi-hero-logo img {
  width: 18px;
  height: 18px;
  display: block;
}

#auxi-hero-left #ihdvyf {
  margin: 0;
  text-align: left !important;
  display: inline;
}

#irwyxe {
  background-image: linear-gradient(120deg, rgb(0, 0, 0) 10%, rgba(3, 3, 25, 1) 40.932642487046635%, rgba(47, 47, 109, 1) 90%);
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-origin: padding-box;
  padding-top: 0.016px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#auxi-hero-left #ihdvyf-2-2 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

#inb81-6 {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: rgba(255, 235, 235, 1);
  color: rgba(255, 255, 255, 0);
}

#ivsodf-2-3 {
  padding-top: 39px;
  padding-right: 24px;
  padding-bottom: 35px;
  padding-left: 24px;
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 0px;
  margin-left: 24px;
}

#iyb0c1 {
  display: none;
}

#irzng-6 {
  color: rgba(255, 255, 255, 1);
}

.gjs-divider {
  height: 3px;
  width: 100%;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.05);
}

#i08egne {
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  border-top-color: rgba(224, 224, 224, 0);
  box-shadow: unset;
  backface-visibility: hidden;
}

#i0tedwg {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 61px;
  padding-left: 0px;
}

#i4ihfi-2 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#iy40edx {
  color: rgba(255, 255, 255, 1);
}

#ia3sw2-2-3 {
  color: rgba(255, 255, 255, 1);
}

#ioagdp-2-3 {
  color: rgba(255, 255, 255, 1);
}

#i3vwkzb-2 {
  height: 1px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: rgba(85, 81, 110, 0.13);
}

#i3vwkzb-3 {
  height: 1px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: rgba(85, 81, 110, 0.13);
}

#i3vwkzb-4 {
  height: 1px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: rgba(85, 81, 110, 0.13);
}

@keyframes auxiHeroFadeZoom {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 992px) {
  .mission-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem;
  }

  .mission-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .mission-content {
    grid-column: span 12 / span 12;
  }

  .mission-media-column {
    grid-column: span 12 / span 12;
  }

  #i8ekd #shop .profile-card {
    grid-column: span 12 / span 12;
  }

  #our-members .members-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #our-members .member-card {
    grid-column: span 6 / span 6;
  }

  #auxi-chatbox .chatbox-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #auxi-header .nav-desktop {
    gap: 1rem;
  }

  .front-container {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }

  #ihdvyf.gjs-t-h1 {
    font-size: 4rem;
  }
}

@media (max-width: 768px) {
  .mission-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }

  .footer-inner {
    flex-direction: column;
    gap: 1.5rem;
  }

  .mission-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .mission-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-links {
    gap: 1.25rem;
  }

  #our-members .members-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #our-members .members-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #our-members .members-header {
    flex-direction: column;
    align-items: flex-start;
  }

  #our-members .members-grid {
    gap: 1rem;
  }

  #our-members .member-card {
    grid-column: span 12 / span 12;
  }

  #auxi-chatbox .chatbox-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #auxi-chatbox .chatbox-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #auxi-chatbox .chat-panel {
    height: 65vh;
  }

  #auxi-chatbox .bubble {
    max-width: 90%;
  }

  #auxi-header .nav-desktop {
    display: none;
  }

  #auxi-header .menu-toggle {
    display: inline-flex;
  }

  #auxi-header .mobile-panel[aria-hidden="false"] {
    display: block;
  }

  #ify1y .nav-container {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  #ivyloz .profile-bio .bio-text {
    line-height: 1.6;
  }

  #i8ekd .hero-title {
    font-size: 40px;
    line-height: 1.25;
  }

  #i8ekd .hero-subtitle {
    font-size: 17px;
  }

  #i8ekd .tts-btn {
    width: 30px;
    height: 30px;
    top: 8px;
    right: 8px;
  }

  .front-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .front-tagline {
    font-size: 3rem;
    line-height: 1;
  }

  .front-cta-group {
    flex-direction: column;
    gap: 0.75rem;
  }

  #ihdvyf.gjs-t-h1 {
    font-size: 3rem;
  }

  #auxi-hero-left .auxi-hero-row {
    gap: 0.5rem;
  }

  #auxi-hero-left .auxi-hero-logo {
    width: 26px;
    height: 26px;
  }

  #auxi-hero-left .auxi-hero-logo img {
    width: 16px;
    height: 16px;
  }

  #auxi-hero-left #ihdvyf-2-2 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  }
}

@media (max-width: 480px) {
  .mission-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
  }

  .mission-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .mission-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .footer-links {
    gap: 1rem;
  }

  #our-members .members-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #our-members .members-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #our-members .members-grid {
    gap: 0.75rem;
  }

  #auxi-chatbox .chatbox-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #auxi-chatbox .chatbox-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #auxi-chatbox .chat-panel {
    height: 70vh;
    min-height: 420px;
  }

  #auxi-header .brand .brand-name {
    font-size: 1.05rem;
  }

  #ify1y .nav-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #ify1y .primary-nav a {
    padding: 0.3rem 0.45rem;
  }

  #i8ekd .hero-title {
    font-size: 34px;
    line-height: 1.25;
  }

  #i8ekd .hero-subtitle {
    font-size: 16.5px;
  }

  .front-container {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .front-tagline {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  #ihdvyf.gjs-t-h1 {
    font-size: 2.25rem;
  }

  #auxi-hero-left .auxi-hero-logo {
    width: 24px;
    height: 24px;
  }

  #auxi-hero-left .auxi-hero-logo img {
    width: 15px;
    height: 15px;
  }
}

:root {
  --gjs-t-color-primary: #22d3ee;
  --gjs-t-color-secondary: #a78bfa;
  --gjs-t-color-accent: #34d399;
  --gjs-t-color-success: #22c55e;
  --gjs-t-color-warning: #f59e0b;
  --gjs-t-color-error: #ef4444;
}

.gjs-t-body {
  background-color: #0b0f14;
  color: #e5e7eb;
  font-size: 16px;
  line-height: 1.7;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

.gjs-t-h1 {
  color: #f1f5f9;
  font-size: 42px;
  line-height: 1.2;
  font-family: 'Outfit', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

.gjs-t-h2 {
  color: #e5e7eb;
  font-size: 28px;
  line-height: 1.3;
  font-family: 'Outfit', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

.gjs-t-button {
  background-color: var(--gjs-t-color-primary);
  color: #061018;
  border-radius: 9999px;
}

.gjs-t-link {
  color: var(--gjs-t-color-primary);
  text-decoration: none;
}

.gjs-t-border {
  border-radius: 1rem;
  border: 1px solid #1f2937;
  border-color: #e0e0e0;
}

*,
::before,
::after {
  box-sizing: border-box;
  
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

html,
:host {
  line-height: 1.5;
  
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  
  line-height: inherit;
}

hr {
  height: 0;
  
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  appearance: button;
  
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  appearance: textfield;
  
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object 
.centered {
  display: flex;               
  justify-content: center;     
  align-items: center;         
  height: 200px;                
  text-align: center;          
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

.cls-02e0qg *::selection {
  background-color: rgb(6 182 212 / 0.2);
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection:hover {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection::placeholder {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection::file-selector-button {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection::selection {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg::selection::selection {
  color: rgb(165 243 252 / 1);
}

.nav-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: rgb(255 255 255 / 0.05);
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  padding: 0.5rem;
}

.logo-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.brand-name {
  font-weight: 600;
  letter-spacing: -0.025em;
  color: transparent;
  font-size: 1.25rem;
  line-height: 1;
  background-clip: text;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.chat-messages> :not([hidden])~ :not([hidden]) {
  margin-top: calc(1rem * calc(1 - 0));
  margin-bottom: calc(1rem * 0);
}

.chat-text-input::placeholder::placeholder {
  color: rgb(100 116 139 / 1);
}

.tts-file-input::file-selector-button::file-selector-button {
  color: rgb(226 232 240 / 1);
}

.tts-file-input::file-selector-button:hover {
  background-color: rgb(255 255 255 / 0.15);
}

.tts-textarea::placeholder::placeholder {
  color: rgb(100 116 139 / 1);
}

.footer-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: rgb(255 255 255 / 0.05);
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  padding: 0.5rem;
}

.footer-logo-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.footer-brand-name {
  font-weight: 600;
  color: rgb(226 232 240 / 1);
}

.footer-year {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(100 116 139 / 1);
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-link-about {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-link-about:hover {
  opacity: 0.9;
}

.footer-link-privacy {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(203 213 225 / 1);
}

.footer-link-privacy:hover {
  color: rgb(241 245 249 / 1);
}

#i2x9 .brand-name {
  color: #e5e7eb;
  background: none;
}

#i2x9 .cta-secondary {
  color: #cbd5e1;
}

#i2x9 .cta-secondary:hover {
  color: #f1f5f9;
}

#i8ekd #shop .profile-card {
  grid-column: span 6 / span 6;
}

#i8ekd #study-tips .tips-card {
  grid-column: span 12 / span 12;
}

#our-members .members-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#our-members .members-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#our-members .members-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

#our-members .members-subtext {
  margin-top: 0.75rem;
  max-width: 65ch;
  opacity: 0.9;
}

#our-members .members-grid {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}

#our-members .member-card {
  grid-column: span 3 / span 3;
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

#our-members .member-card:hover {
  transform: translateY(-2px);
}

#our-members .member-figure {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

#our-members .member-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

#our-members .member-name {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #f1f5f9;
}

#our-members .member-role {
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.85;
}

#auxi-chatbox .chatbox-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#auxi-chatbox .chatbox-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#auxi-chatbox .chatbox-wrapper {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

#auxi-chatbox .chat-panel {
  border: 1px solid #1f2937;
  border-radius: 1rem;
  background-color: #0c1218;
  display: flex;
  flex-direction: column;
  height: 60vh;
  min-height: 420px;
  max-height: 78vh;
  overflow: hidden;
}

#auxi-chatbox .panel-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #1f2937;
  background-color: #0c1218;
  position: sticky;
  top: 0;
  z-index: 1;
}

#auxi-chatbox .panel-title {
  margin: 0;
}

#auxi-chatbox .chat-history {
  flex: 1;
  overflow-y: auto;
  padding: 1.25rem;
  scroll-behavior: smooth;
}

#auxi-chatbox .messages {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

#auxi-chatbox .msg {
  display: flex;
  max-width: 100%;
  align-items: flex-start;
  gap: 0.5rem;
}

#auxi-chatbox .msg.assistant {
  justify-content: flex-start;
}

#auxi-chatbox .msg.user {
  justify-content: flex-end;
}

#auxi-chatbox .bubble {
  max-width: 85%;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  line-height: 1.6;
  font-size: 0.975rem;
}

#auxi-chatbox .assistant .bubble {
  background-color: #0f1620;
  border: 1px solid #1f2937;
  color: #e5e7eb;
  border-top-left-radius: 0.5rem;
}

#auxi-chatbox .user .bubble {
  background-color: rgba(34, 211, 238, 0.1);
  border: 1px solid var(--gjs-t-color-primary);
  color: #e5e7eb;
  border-top-right-radius: 0.5rem;
}

#auxi-chatbox .timestamp {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  opacity: 0.7;
}

#auxi-chatbox .input-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-top: 1px solid #1f2937;
  background-color: #0c1218;
  position: sticky;
  bottom: 0;
}

#auxi-chatbox .chat-input {
  flex: 1;
  padding: 0.75rem 0.9rem;
  border: 1px solid #1f2937;
  background-color: #0b0f14;
  color: #e5e7eb;
  border-radius: 0.75rem;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

#auxi-chatbox .chat-input::placeholder {
  color: #94a3b8;
}

#auxi-chatbox .chat-input:focus {
  border-color: var(--gjs-t-color-primary);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
}

#auxi-chatbox .send-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.9rem;
  font-weight: 600;
  border: none;
  transition: transform 150ms ease, opacity 150ms ease;
}

#auxi-chatbox .send-btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

#auxi-chatbox .send-icon {
  display: block;
}

#auxi-chatbox .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#auxi-chatbox .msg .content {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  max-width: 100%;
}

#auxi-chatbox .avatar {
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0f1620;
  border: 1px solid #1f2937;
  flex: 0 0 auto;
}

#auxi-chatbox .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#auxi-chatbox .avatar .avatar-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

#auxi-chatbox .send-btn .send-icon {
  display: block;
  width: 18px;
  height: 18px;
}

#auxi-header .header-bar {
  border-bottom: 1px solid #1f2937;
}

#auxi-header .container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#auxi-header .bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

#auxi-header .brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
}

#auxi-header .brand .logo {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #0f1620;
  border: 1px solid #1f2937;
  overflow: hidden;
  flex: 0 0 auto;
}

#auxi-header .brand .brand-name {
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #e5e7eb;
  font-family: 'Outfit', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  font-size: 1.125rem;
  line-height: 1.4;
}

#auxi-header nav .nav-list {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

#auxi-header .nav-link {
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 600;
  padding: 0.35rem 0.5rem;
  border-radius: 0.5rem;
  transition: color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

#auxi-header .nav-link:hover,
#auxi-header .nav-link:focus {
  color: #f1f5f9;
  outline: none;
  background-color: rgba(34, 211, 238, 0.08);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
}

#auxi-header .menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #1f2937;
  background-color: #0b0f14;
  color: #e5e7eb;
  border-radius: 0.75rem;
  transition: transform 150ms ease, opacity 150ms ease, box-shadow 150ms ease;
}

#auxi-header .menu-toggle:hover {
  transform: translateY(-1px);
  opacity: 0.95;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
}

#auxi-header .mobile-panel {
  display: none;
  border-bottom: 1px solid #1f2937;
  background-color: #0c1218;
}

#auxi-header .mobile-inner {
  padding: 0.75rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

#auxi-header .mobile-link {
  display: block;
  width: 100%;
  padding: 0.6rem 0.75rem;
  border-radius: 0.5rem;
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 150ms ease, color 150ms ease;
}

#auxi-header .mobile-link:hover,
#auxi-header .mobile-link:focus {
  color: #f1f5f9;
  background-color: rgba(34, 211, 238, 0.08);
  outline: none;
}

#ify1y.header-navigation {
  background-color: #0b0f14;
  border-bottom: 1px solid #1f2937;
}

#ify1y .brand-name {
  color: #e5e7eb;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: initial;
}

#ify1y .primary-nav a {
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 600;
  padding: 0.35rem 0.5rem;
  border-radius: 0.5rem;
  transition: color 150ms ease, background-color 150ms ease, box-shadow 150ms ease, opacity 150ms ease;
}

#ify1y .primary-nav a:hover,
#ify1y .primary-nav a:focus {
  color: #f1f5f9;
  background-color: rgba(34, 211, 238, 0.08);
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
  opacity: 1;
}

#ify1y .nav-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#ify1y .logo-wrapper {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  padding: 0.5rem;
  border: 1px solid rgba(59, 130, 246, 0.5);
}

#ivyloz .profile-bio {
  margin-top: 1rem;
}

#ivyloz .profile-bio .bio-text {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgb(203 213 225 / 1);
}

#ivyloz .profile-location {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.5rem;
  color: #94a3b8;
  font-size: 0.75rem;
  line-height: 1rem;
}

#ivyloz .profile-location .location-icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

#ify1y .nav-item-chat {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#ify1y .nav-item-chat:hover {
  opacity: 0.9;
}

#i8ekd a:focus-visible,
#i8ekd button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.25);
}

#i8ekd .hero-title {
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: 0.1px;
  color: #f1f5f9;
}

#i8ekd .hero-subtitle {
  font-size: 18px;
  line-height: 1.85;
  letter-spacing: 0.2px;
  color: #e2e8f0;
}

#i8ekd .gjs-t-button.cta-primary {
  padding: 0.9rem 1.2rem;
  font-size: 1rem;
  font-weight: 700;
}

#i8ekd .cta-secondary {
  font-size: 1rem;
  letter-spacing: 0.2px;
}

#i8ekd .shop-title,
#i8ekd .profile-title,
#i8ekd .tips-title {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.1px;
}

#i8ekd .shop-item-name {
  font-size: 1rem;
  letter-spacing: 0.2px;
}

#i8ekd .shop-item-points {
  font-size: 0.875rem;
}

#i8ekd .shop-item-buy-button {
  font-size: 0.9rem;
  padding: 0.6rem 0.9rem;
  border-radius: 9999px;
  border: 1px solid #1f2937;
}

#i8ekd .shop-view-all-link {
  font-size: 1rem;
}

#i8ekd .profile-name {
  font-size: 1.05rem;
}

#i8ekd .bio-text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.2px;
}

#i8ekd .progress-label,
#i8ekd .progress-value {
  font-size: 0.875rem;
}

#i8ekd .achievement-label {
  font-size: 0.875rem;
}

#i8ekd .tip-title {
  font-size: 1rem;
}

#i8ekd .tip-text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.2px;
}

#i8ekd .tts-scope {
  position: relative;
}

#i8ekd .tts-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 9999px;
  border: 1px solid #1f2937;
  background-color: #0f1620;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
  transition: transform 150ms ease, opacity 150ms ease, box-shadow 150ms ease;
  z-index: 2;
}

#i8ekd .tts-btn:hover {
  transform: translateY(-1px);
  opacity: 1;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.2);
}

#i8ekd .tts-btn img {
  width: 18px;
  height: 18px;
  display: block;
}

#i8ekd .tts-reading {
  outline: 2px dashed rgba(34, 211, 238, 0.35);
  outline-offset: 4px;
}

.signup-section {
  width: 100%;
  border-top-width: 1px;
  border-color: rgb(30 41 59 / 0.6);
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.signup-container {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.signup-header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.signup-title {
  font-weight: 800;
  font-size: 3rem;
  line-height: 1;
}

.signup-subtitle {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  opacity: 0.9;
}

.signup-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.signup-card {
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: rgb(12 18 24 / 1);
  margin-top: 2rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.signup-form {
  display: flex;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
  flex-direction: column;
}

.signup-name-label {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(203 213 225 / 1);
  margin-bottom: 0.5rem;
}

.signup-name-input {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(31 41 55 / 1);
  background-color: rgb(11 15 20 / 1);
  color: rgb(226 232 240 / 1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.signup-name-input:focus {
  border-color: var(--gjs-t-color-primary);
}

.signup-username-label {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(203 213 225 / 1);
  margin-bottom: 0.5rem;
}

.signup-username-input {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(31 41 55 / 1);
  background-color: rgb(11 15 20 / 1);
  color: rgb(226 232 240 / 1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.signup-username-input:focus {
  border-color: var(--gjs-t-color-primary);
}

.signup-password-label {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(203 213 225 / 1);
  margin-bottom: 0.5rem;
}

.signup-password-input {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(31 41 55 / 1);
  background-color: rgb(11 15 20 / 1);
  color: rgb(226 232 240 / 1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.signup-password-input:focus {
  border-color: var(--gjs-t-color-primary);
}

.signup-email-label {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(203 213 225 / 1);
  margin-bottom: 0.5rem;
}

.signup-email-input {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(31 41 55 / 1);
  background-color: rgb(11 15 20 / 1);
  color: rgb(226 232 240 / 1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.signup-email-input:focus {
  border-color: var(--gjs-t-color-primary);
}

.signup-field-occupation {
  grid-column: span 2 / span 2;
}

.signup-occupation-label {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(203 213 225 / 1);
  margin-bottom: 0.5rem;
}

.signup-occupation-input {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(31 41 55 / 1);
  background-color: rgb(11 15 20 / 1);
  color: rgb(226 232 240 / 1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.signup-occupation-input:focus {
  border-color: var(--gjs-t-color-primary);
}

.signup-submit-row {
  grid-column: span 2 / span 2;
}

.signup-submit-button {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  border-radius: 9999px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.signup-submit-button:hover {
  opacity: 0.95;
}

.cls-uf585u {
  background-color: rgb(11 15 20 / 1);
  color: rgb(226 232 240 / 1);
}

.main-content {
  width: 100%;
}

#ihdvyf.gjs-t-h1 {
  display: block;
  text-align: center;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.025em;
  margin: 0 auto 0.75rem;
  max-width: 100%;
  animation: auxiHeroFadeZoom 800ms cubic-bezier(0.16, 1, 0.3, 1) 80ms both;
}

#auxi-hero-left .auxi-hero-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  z-index: 1;
}

#auxi-hero-left .auxi-hero-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding-top: 0.75rem;
  margin-bottom: 0.75rem;
}

#auxi-hero-left .auxi-hero-logo {
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  background-color: #0f1620;
  border: 1px solid #1f2937;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

#auxi-hero-left .auxi-hero-logo img {
  width: 18px;
  height: 18px;
  display: block;
}

#auxi-hero-left #ihdvyf {
  margin: 0;
  text-align: left !important;
  display: inline;
}

#auxi-hero-left #ihdvyf-2-2 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

#sign-up-page {
  background-image: radial-gradient(700px at 50% 50%, rgba(47, 47, 109, 1) 16%, rgba(3, 3, 25, 1) 61%, black 78%);
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-origin: padding-box;
  background-color: rgba(0, 0, 0, 1);
}

#signup-2 {
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-attachment: unset;
  background-origin: unset;
}

.gjs-divider {
  height: 3px;
  width: 100%;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.05);
}

#ivsodf-2-3-2 {
  padding-top: 39px;
  padding-right: 24px;
  padding-bottom: 35px;
  padding-left: 24px;
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 0px;
  margin-left: 24px;
}

#i3vwkzb {
  height: 1px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: rgba(85, 81, 110, 0.13);
}

#i29hujh {
  color: rgba(255, 255, 255, 1);
}

#iaedqga {
  color: rgba(255, 255, 255, 1);
}

#inb81-6-4 {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: rgba(255, 235, 235, 1);
  color: rgba(255, 255, 255, 0);
}

#ia3sw2-2-3-2 {
  color: rgba(255, 255, 255, 1);
}

#ioagdp-2-3-2 {
  color: rgba(255, 255, 255, 1);
}

#iz5s117 {
  background-color: rgba(108, 128, 208, 1);
}

@keyframes auxiHeroFadeZoom {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 992px) {
  #i8ekd #shop .profile-card {
    grid-column: span 12 / span 12;
  }

  #our-members .members-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #our-members .member-card {
    grid-column: span 6 / span 6;
  }

  #auxi-chatbox .chatbox-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #auxi-header .nav-desktop {
    gap: 1rem;
  }

  .signup-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .signup-section {
    padding-bottom: 3.5rem;
  }

  #ihdvyf.gjs-t-h1 {
    font-size: 4rem;
  }
}

@media (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    gap: 1.5rem;
  }

  .footer-links {
    gap: 1.25rem;
  }

  #our-members .members-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #our-members .members-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #our-members .members-header {
    flex-direction: column;
    align-items: flex-start;
  }

  #our-members .members-grid {
    gap: 1rem;
  }

  #our-members .member-card {
    grid-column: span 12 / span 12;
  }

  #auxi-chatbox .chatbox-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #auxi-chatbox .chatbox-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #auxi-chatbox .chat-panel {
    height: 65vh;
  }

  #auxi-chatbox .bubble {
    max-width: 90%;
  }

  #auxi-header .nav-desktop {
    display: none;
  }

  #auxi-header .menu-toggle {
    display: inline-flex;
  }

  #auxi-header .mobile-panel[aria-hidden="false"] {
    display: block;
  }

  #ify1y .nav-container {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  #ivyloz .profile-bio .bio-text {
    line-height: 1.6;
  }

  #i8ekd .hero-title {
    font-size: 40px;
    line-height: 1.25;
  }

  #i8ekd .hero-subtitle {
    font-size: 17px;
  }

  #i8ekd .tts-btn {
    width: 30px;
    height: 30px;
    top: 8px;
    right: 8px;
  }

  .signup-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .signup-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .signup-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .signup-subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .signup-back-link {
    margin-top: 0.5rem;
  }

  .signup-form {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .signup-field-occupation {
    grid-column: span 1 / span 1;
  }

  .signup-submit-row {
    grid-column: span 1 / span 1;
  }

  .signup-section {
    padding-bottom: 3rem;
  }

  .signup-card {
    padding: 1.25rem;
  }

  #ihdvyf.gjs-t-h1 {
    font-size: 3rem;
  }

  #auxi-hero-left .auxi-hero-row {
    gap: 0.5rem;
  }

  #auxi-hero-left .auxi-hero-logo {
    width: 26px;
    height: 26px;
  }

  #auxi-hero-left .auxi-hero-logo img {
    width: 16px;
    height: 16px;
  }

  #auxi-hero-left #ihdvyf-2-2 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  }
}

@media (max-width: 480px) {
  .footer-links {
    gap: 1rem;
  }

  #our-members .members-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #our-members .members-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #our-members .members-grid {
    gap: 0.75rem;
  }

  #auxi-chatbox .chatbox-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #auxi-chatbox .chatbox-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #auxi-chatbox .chat-panel {
    height: 70vh;
    min-height: 420px;
  }

  #auxi-header .brand .brand-name {
    font-size: 1.05rem;
  }

  #ify1y .nav-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #ify1y .primary-nav a {
    padding: 0.3rem 0.45rem;
  }

  #i8ekd .hero-title {
    font-size: 34px;
    line-height: 1.25;
  }

  #i8ekd .hero-subtitle {
    font-size: 16.5px;
  }

  .signup-container {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .signup-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .signup-subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .signup-section {
    padding-bottom: 2.5rem;
  }

  .signup-card {
    padding: 1rem;
  }

  #ihdvyf.gjs-t-h1 {
    font-size: 2.25rem;
  }

  #auxi-hero-left .auxi-hero-logo {
    width: 24px;
    height: 24px;
  }

  #auxi-hero-left .auxi-hero-logo img {
    width: 15px;
    height: 15px;
  }
}

:root {
  --gjs-t-color-primary: #22d3ee;
  --gjs-t-color-secondary: #a78bfa;
  --gjs-t-color-accent: #34d399;
  --gjs-t-color-success: #22c55e;
  --gjs-t-color-warning: #f59e0b;
  --gjs-t-color-error: #ef4444;
}

.gjs-t-body {
  background-color: #0b0f14;
  color: #e5e7eb;
  font-size: 16px;
  line-height: 1.7;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

.gjs-t-h1 {
  color: #f1f5f9;
  font-size: 42px;
  line-height: 1.2;
  font-family: 'Outfit', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

.gjs-t-button {
  background-color: var(--gjs-t-color-primary);
  color: #061018;
  border-radius: 9999px;
}

.gjs-t-link {
  color: var(--gjs-t-color-primary);
  text-decoration: none;
}

*,
::before,
::after {
  box-sizing: border-box;
  
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

html,
:host {
  line-height: 1.5;
  
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  
  line-height: inherit;
}

hr {
  height: 0;
  
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  appearance: button;
  
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  appearance: textfield;
  
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
.centered {
  display: flex;               
  justify-content: center;     
  align-items: center;         
  height: 200px;                
  text-align: center;          
}


img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

.cls-02e0qg *::selection {
  background-color: rgb(6 182 212 / 0.2);
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection:hover {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection::placeholder {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection::file-selector-button {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg *::selection::selection {
  color: rgb(165 243 252 / 1);
}

.cls-02e0qg::selection::selection {
  color: rgb(165 243 252 / 1);
}

.nav-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: rgb(255 255 255 / 0.05);
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  padding: 0.5rem;
}

.logo-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.brand-name {
  font-weight: 600;
  letter-spacing: -0.025em;
  color: transparent;
  font-size: 1.25rem;
  line-height: 1;
  background-clip: text;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.chat-messages> :not([hidden])~ :not([hidden]) {
  margin-top: calc(1rem * calc(1 - 0));
  margin-bottom: calc(1rem * 0);
}

.chat-text-input::placeholder::placeholder {
  color: rgb(100 116 139 / 1);
}

.tts-file-input::file-selector-button::file-selector-button {
  color: rgb(226 232 240 / 1);
}

.tts-file-input::file-selector-button:hover {
  background-color: rgb(255 255 255 / 0.15);
}

.tts-textarea::placeholder::placeholder {
  color: rgb(100 116 139 / 1);
}

.mission-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 3rem;
  align-items: center;
}

.footer-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: rgb(255 255 255 / 0.05);
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
  padding: 0.5rem;
}

.footer-logo-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.footer-brand-name {
  font-weight: 600;
  color: rgb(226 232 240 / 1);
}

.footer-year {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(100 116 139 / 1);
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-link-about {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-link-about:hover {
  opacity: 0.9;
}

.footer-link-privacy {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(203 213 225 / 1);
}

.footer-link-privacy:hover {
  color: rgb(241 245 249 / 1);
}

.mission-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.mission-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.mission-content {
  grid-column: span 6 / span 6;
}

.mission-heading {
  margin-top: 1rem;
}

.mission-paragraph {
  margin-top: 1rem;
  max-width: 65ch;
}

.mission-actions {
  margin-top: 1.75rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mission-primary-button {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.mission-primary-button:hover {
  opacity: 0.9;
}

.mission-secondary-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.mission-media-column {
  grid-column: span 6 / span 6;
}

.mission-figure {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.mission-figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.site-footer {
  border-top-width: 1px;
  border-color: rgb(30 41 59 / 0.6);
}

#i2x9 .brand-name {
  color: #e5e7eb;
  background: none;
}

#i2x9 .cta-secondary {
  color: #cbd5e1;
}

#i2x9 .cta-secondary:hover {
  color: #f1f5f9;
}

#i8ekd #shop .profile-card {
  grid-column: span 6 / span 6;
}

#i8ekd #study-tips .tips-card {
  grid-column: span 12 / span 12;
}

#our-members .members-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#our-members .members-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#our-members .members-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

#our-members .members-subtext {
  margin-top: 0.75rem;
  max-width: 65ch;
  opacity: 0.9;
}

#our-members .members-grid {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}

#our-members .member-card {
  grid-column: span 3 / span 3;
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

#our-members .member-card:hover {
  transform: translateY(-2px);
}

#our-members .member-figure {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

#our-members .member-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

#our-members .member-name {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #f1f5f9;
}

#our-members .member-role {
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.85;
}

#auxi-chatbox .chatbox-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#auxi-chatbox .chatbox-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#auxi-chatbox .chatbox-wrapper {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

#auxi-chatbox .chat-panel {
  border: 1px solid #1f2937;
  border-radius: 1rem;
  background-color: #0c1218;
  display: flex;
  flex-direction: column;
  height: 60vh;
  min-height: 420px;
  max-height: 78vh;
  overflow: hidden;
}

#auxi-chatbox .panel-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #1f2937;
  background-color: #0c1218;
  position: sticky;
  top: 0;
  z-index: 1;
}

#auxi-chatbox .panel-title {
  margin: 0;
}

#auxi-chatbox .chat-history {
  flex: 1;
  overflow-y: auto;
  padding: 1.25rem;
  scroll-behavior: smooth;
}

#auxi-chatbox .messages {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

#auxi-chatbox .msg {
  display: flex;
  max-width: 100%;
  align-items: flex-start;
  gap: 0.5rem;
}

#auxi-chatbox .msg.assistant {
  justify-content: flex-start;
}

#auxi-chatbox .msg.user {
  justify-content: flex-end;
}

#auxi-chatbox .bubble {
  max-width: 85%;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  line-height: 1.6;
  font-size: 0.975rem;
}

#auxi-chatbox .assistant .bubble {
  background-color: #0f1620;
  border: 1px solid #1f2937;
  color: #e5e7eb;
  border-top-left-radius: 0.5rem;
}

#auxi-chatbox .user .bubble {
  background-color: rgba(34, 211, 238, 0.1);
  border: 1px solid var(--gjs-t-color-primary);
  color: #e5e7eb;
  border-top-right-radius: 0.5rem;
}

#auxi-chatbox .timestamp {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  opacity: 0.7;
}

#auxi-chatbox .input-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-top: 1px solid #1f2937;
  background-color: #0c1218;
  position: sticky;
  bottom: 0;
}

#auxi-chatbox .chat-input {
  flex: 1;
  padding: 0.75rem 0.9rem;
  border: 1px solid #1f2937;
  background-color: #0b0f14;
  color: #e5e7eb;
  border-radius: 0.75rem;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

#auxi-chatbox .chat-input::placeholder {
  color: #94a3b8;
}

#auxi-chatbox .chat-input:focus {
  border-color: var(--gjs-t-color-primary);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
}

#auxi-chatbox .send-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.9rem;
  font-weight: 600;
  border: none;
  transition: transform 150ms ease, opacity 150ms ease;
}

#auxi-chatbox .send-btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

#auxi-chatbox .send-icon {
  display: block;
}

#auxi-chatbox .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#auxi-chatbox .msg .content {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  max-width: 100%;
}

#auxi-chatbox .avatar {
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0f1620;
  border: 1px solid #1f2937;
  flex: 0 0 auto;
}

#auxi-chatbox .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#auxi-chatbox .avatar .avatar-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

#auxi-chatbox .send-btn .send-icon {
  display: block;
  width: 18px;
  height: 18px;
}

#auxi-header .header-bar {
  border-bottom: 1px solid #1f2937;
}

#auxi-header .container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#auxi-header .bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

#auxi-header .brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
}

#auxi-header .brand .logo {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #0f1620;
  border: 1px solid #1f2937;
  overflow: hidden;
  flex: 0 0 auto;
}

#auxi-header .brand .brand-name {
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #e5e7eb;
  font-family: 'Outfit', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  font-size: 1.125rem;
  line-height: 1.4;
}

#auxi-header nav .nav-list {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

#auxi-header .nav-link {
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 600;
  padding: 0.35rem 0.5rem;
  border-radius: 0.5rem;
  transition: color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

#auxi-header .nav-link:hover,
#auxi-header .nav-link:focus {
  color: #f1f5f9;
  outline: none;
  background-color: rgba(34, 211, 238, 0.08);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
}

#auxi-header .menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #1f2937;
  background-color: #0b0f14;
  color: #e5e7eb;
  border-radius: 0.75rem;
  transition: transform 150ms ease, opacity 150ms ease, box-shadow 150ms ease;
}

#auxi-header .menu-toggle:hover {
  transform: translateY(-1px);
  opacity: 0.95;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
}

#auxi-header .mobile-panel {
  display: none;
  border-bottom: 1px solid #1f2937;
  background-color: #0c1218;
}

#auxi-header .mobile-inner {
  padding: 0.75rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

#auxi-header .mobile-link {
  display: block;
  width: 100%;
  padding: 0.6rem 0.75rem;
  border-radius: 0.5rem;
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 150ms ease, color 150ms ease;
}

#auxi-header .mobile-link:hover,
#auxi-header .mobile-link:focus {
  color: #f1f5f9;
  background-color: rgba(34, 211, 238, 0.08);
  outline: none;
}

#ify1y.header-navigation {
  background-color: #0b0f14;
  border-bottom: 1px solid #1f2937;
}

#ify1y .brand-name {
  color: #e5e7eb;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: initial;
}

#ify1y .primary-nav a {
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 600;
  padding: 0.35rem 0.5rem;
  border-radius: 0.5rem;
  transition: color 150ms ease, background-color 150ms ease, box-shadow 150ms ease, opacity 150ms ease;
}

#ify1y .primary-nav a:hover,
#ify1y .primary-nav a:focus {
  color: #f1f5f9;
  background-color: rgba(34, 211, 238, 0.08);
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
  opacity: 1;
}

#ify1y .nav-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#ify1y .logo-wrapper {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  padding: 0.5rem;
  border: 1px solid rgba(59, 130, 246, 0.5);
}

#ivyloz .profile-bio {
  margin-top: 1rem;
}

#ivyloz .profile-bio .bio-text {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgb(203 213 225 / 1);
}

#ivyloz .profile-location {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.5rem;
  color: #94a3b8;
  font-size: 0.75rem;
  line-height: 1rem;
}

#ivyloz .profile-location .location-icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

#ify1y .nav-item-chat {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#ify1y .nav-item-chat:hover {
  opacity: 0.9;
}

#i8ekd a:focus-visible,
#i8ekd button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.25);
}

#i8ekd .hero-title {
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: 0.1px;
  color: #f1f5f9;
}

#i8ekd .hero-subtitle {
  font-size: 18px;
  line-height: 1.85;
  letter-spacing: 0.2px;
  color: #e2e8f0;
}

#i8ekd .gjs-t-button.cta-primary {
  padding: 0.9rem 1.2rem;
  font-size: 1rem;
  font-weight: 700;
}

#i8ekd .cta-secondary {
  font-size: 1rem;
  letter-spacing: 0.2px;
}

#i8ekd .shop-title,
#i8ekd .profile-title,
#i8ekd .tips-title {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.1px;
}

#i8ekd .shop-item-name {
  font-size: 1rem;
  letter-spacing: 0.2px;
}

#i8ekd .shop-item-points {
  font-size: 0.875rem;
}

#i8ekd .shop-item-buy-button {
  font-size: 0.9rem;
  padding: 0.6rem 0.9rem;
  border-radius: 9999px;
  border: 1px solid #1f2937;
}

#i8ekd .shop-view-all-link {
  font-size: 1rem;
}

#i8ekd .profile-name {
  font-size: 1.05rem;
}

#i8ekd .bio-text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.2px;
}

#i8ekd .progress-label,
#i8ekd .progress-value {
  font-size: 0.875rem;
}

#i8ekd .achievement-label {
  font-size: 0.875rem;
}

#i8ekd .tip-title {
  font-size: 1rem;
}

#i8ekd .tip-text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.2px;
}

#i8ekd .tts-scope {
  position: relative;
}

#i8ekd .tts-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 9999px;
  border: 1px solid #1f2937;
  background-color: #0f1620;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
  transition: transform 150ms ease, opacity 150ms ease, box-shadow 150ms ease;
  z-index: 2;
}

#i8ekd .tts-btn:hover {
  transform: translateY(-1px);
  opacity: 1;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.2);
}

#i8ekd .tts-btn img {
  width: 18px;
  height: 18px;
  display: block;
}

#i8ekd .tts-reading {
  outline: 2px dashed rgba(34, 211, 238, 0.35);
  outline-offset: 4px;
}

.front-section {
  width: 100%;
}

.front-container {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.front-tagline {
  font-weight: 800;
  letter-spacing: -0.025em;
  text-align: center;
  font-size: 3.75rem;
  line-height: 1;
}

.front-cta-group {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.sign-up-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: 9999px;
}

.sign-up-button:hover {
  opacity: 0.95;
}

.log-in-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: 9999px;
}

.log-in-button:hover {
  opacity: 0.95;
}

#ifyenh {
  padding-top: 106px;
  padding-right: 24px;
  padding-bottom: 83px;
  padding-left: 24px;
  margin-top: 0px;
  margin-right: 88px;
  margin-bottom: 0px;
  margin-left: 88px;
}

#front {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 0px;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-attachment: unset;
  background-origin: unset;
}

#ihdvyf.gjs-t-h1 {
  display: block;
  text-align: center;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.025em;
  margin: 0 auto 0.75rem;
  max-width: 100%;
  animation: auxiHeroFadeZoom 800ms cubic-bezier(0.16, 1, 0.3, 1) 80ms both;
}

#auxi-hero-left .auxi-hero-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  z-index: 1;
}

#auxi-hero-left .auxi-hero-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding-top: 0.75rem;
  margin-bottom: 0.75rem;
}

#auxi-hero-left .auxi-hero-logo {
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  background-color: #0f1620;
  border: 1px solid #1f2937;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

#auxi-hero-left .auxi-hero-logo img {
  width: 18px;
  height: 18px;
  display: block;
}

#auxi-hero-left #ihdvyf {
  margin: 0;
  text-align: left !important;
  display: inline;
}

#irwyxe {
  background-image: linear-gradient(120deg, rgb(0, 0, 0) 10%, rgba(3, 3, 25, 1) 40.932642487046635%, rgba(47, 47, 109, 1) 90%);
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-origin: padding-box;
  padding-top: 0.016px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#auxi-hero-left #ihdvyf-2-2 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

#inb81-6 {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: rgba(255, 235, 235, 1);
  color: rgba(255, 255, 255, 0);
}

#ivsodf-2-3 {
  padding-top: 39px;
  padding-right: 24px;
  padding-bottom: 35px;
  padding-left: 24px;
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 0px;
  margin-left: 24px;
}

#iyb0c1 {
  display: none;
}

.gjs-divider {
  height: 3px;
  width: 100%;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.05);
}

#i08egne {
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  border-top-color: rgba(224, 224, 224, 0);
  box-shadow: unset;
  backface-visibility: hidden;
}

#i0tedwg {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 61px;
  padding-left: 0px;
}

#i4ihfi-2 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#iy40edx {
  color: rgba(255, 255, 255, 1);
}

#ia3sw2-2-3 {
  color: rgba(255, 255, 255, 1);
}

#ioagdp-2-3 {
  color: rgba(255, 255, 255, 1);
}

#i3vwkzb-2 {
  height: 1px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: rgba(85, 81, 110, 0.13);
}

#i3vwkzb-3 {
  height: 1px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: rgba(85, 81, 110, 0.13);
}

#i3vwkzb-4 {
  height: 1px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: rgba(85, 81, 110, 0.13);
}

@keyframes auxiHeroFadeZoom {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 992px) {
  .mission-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem;
  }

  .mission-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .mission-content {
    grid-column: span 12 / span 12;
  }

  .mission-media-column {
    grid-column: span 12 / span 12;
  }

  #i8ekd #shop .profile-card {
    grid-column: span 12 / span 12;
  }

  #our-members .members-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #our-members .member-card {
    grid-column: span 6 / span 6;
  }

  #auxi-chatbox .chatbox-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #auxi-header .nav-desktop {
    gap: 1rem;
  }

  .front-container {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }

  #ihdvyf.gjs-t-h1 {
    font-size: 4rem;
  }
}

@media (max-width: 768px) {
  .mission-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }

  .footer-inner {
    flex-direction: column;
    gap: 1.5rem;
  }

  .mission-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .mission-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-links {
    gap: 1.25rem;
  }

  #our-members .members-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #our-members .members-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #our-members .members-header {
    flex-direction: column;
    align-items: flex-start;
  }

  #our-members .members-grid {
    gap: 1rem;
  }

  #our-members .member-card {
    grid-column: span 12 / span 12;
  }

  #auxi-chatbox .chatbox-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #auxi-chatbox .chatbox-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #auxi-chatbox .chat-panel {
    height: 65vh;
  }

  #auxi-chatbox .bubble {
    max-width: 90%;
  }

  #auxi-header .nav-desktop {
    display: none;
  }

  #auxi-header .menu-toggle {
    display: inline-flex;
  }

  #auxi-header .mobile-panel[aria-hidden="false"] {
    display: block;
  }

  #ify1y .nav-container {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  #ivyloz .profile-bio .bio-text {
    line-height: 1.6;
  }

  #i8ekd .hero-title {
    font-size: 40px;
    line-height: 1.25;
  }

  #i8ekd .hero-subtitle {
    font-size: 17px;
  }

  #i8ekd .tts-btn {
    width: 30px;
    height: 30px;
    top: 8px;
    right: 8px;
  }

  .front-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .front-tagline {
    font-size: 3rem;
    line-height: 1;
  }

  .front-cta-group {
    flex-direction: column;
    gap: 0.75rem;
  }

  #ihdvyf.gjs-t-h1 {
    font-size: 3rem;
  }

  #auxi-hero-left .auxi-hero-row {
    gap: 0.5rem;
  }

  #auxi-hero-left .auxi-hero-logo {
    width: 26px;
    height: 26px;
  }

  #auxi-hero-left .auxi-hero-logo img {
    width: 16px;
    height: 16px;
  }

  #auxi-hero-left #ihdvyf-2-2 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  }
}

@media (max-width: 480px) {
  .mission-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
  }

  .mission-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .mission-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .footer-links {
    gap: 1rem;
  }

  #our-members .members-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #our-members .members-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #our-members .members-grid {
    gap: 0.75rem;
  }

  #auxi-chatbox .chatbox-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #auxi-chatbox .chatbox-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #auxi-chatbox .chat-panel {
    height: 70vh;
    min-height: 420px;
  }

  #auxi-header .brand .brand-name {
    font-size: 1.05rem;
  }

  #ify1y .nav-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #ify1y .primary-nav a {
    padding: 0.3rem 0.45rem;
  }

  #i8ekd .hero-title {
    font-size: 34px;
    line-height: 1.25;
  }

  #i8ekd .hero-subtitle {
    font-size: 16.5px;
  }

  .front-container {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .front-tagline {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  #ihdvyf.gjs-t-h1 {
    font-size: 2.25rem;
  }

  #auxi-hero-left .auxi-hero-logo {
    width: 24px;
    height: 24px;
  }

  #auxi-hero-left .auxi-hero-logo img {
    width: 15px;
    height: 15px;
  }
}