:root {
  --cyan:#00FFFF;
  --shadow:0 18px 50px rgba(0,0,0,.14);
  --white-panel:rgba(255,255,255,.86);
  --white-border:rgba(0,255,255,.27);
  --brand-icon-size:clamp(60px,5.8vw,86px);
  --brand-wordmark-height:clamp(48px,4.64vw,69px)
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:112px
}

body {
  margin:0;
  min-height:100vh;
  color:#11131a;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Arial,sans-serif;
  background:#fff;
  position:relative;
  overflow-x:hidden
}

body::before {
  content:"";
  position:fixed;
  inset:-90px -120px;
  pointer-events:none;
  background-image:url("assets/hex-grid.svg");
  background-size:423px 566px;
  background-repeat:repeat;
  background-position:0 0;
  opacity:.78;
  z-index:0
}

body::after {
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.38),rgba(255,255,255,.62));
  z-index:0
}

a {
  color:inherit
}

.site-header {
  position:sticky;
  top:0;
  z-index:50;
  width:100%;
  background:#fff;
  border-bottom:1px solid rgba(0,255,255,.20);
  box-shadow:0 8px 28px rgba(0,0,0,.06)
}

.topbar {
  width:min(1760px,calc(100% - 28px));
  min-height:104px;
  margin:0 auto;
  display:grid;
  grid-template-columns:auto minmax(430px,590px) 1fr;
  align-items:center;
  column-gap:14px
}

.brand-row {
  display:inline-flex;
  align-items:center;
  gap:5px;
  flex:0 0 auto;
  text-decoration:none
}

.site-icon {
  width:var(--brand-icon-size);
  aspect-ratio:1;
  display:grid;
  place-items:center;
  flex:0 0 auto
}

.site-icon img {
  width:100%;
  height:100%;
  display:block;
  object-fit:contain
}

.hero-title {
  display:flex;
  align-items:center;
  margin:0;
  line-height:.82
}

.hero-wordmark {
  display:block;
  height:var(--brand-wordmark-height);
  width:auto;
  object-fit:contain
}

.language-switcher {
  width:100%;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:3px 4px;
  justify-self:start
}

.language-switch-button {
  position:relative;
  isolation:isolate;
  z-index:0;
  min-width:0;
  height:27px;
  padding:2px 8px 2px 19px;
  border:0;
  clip-path:polygon(0 0,100% 0,100% 100%,27px 100%);
  background:var(--language-color);
  color:#fff;
  font-family:"Yu Gothic","YuGothic",Inter,ui-sans-serif,system-ui,sans-serif;
  font-size:clamp(.66rem,.72vw,.82rem);
  font-weight:800;
  line-height:1;
  text-align:center;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  cursor:pointer;
  text-shadow:0 1px 2px rgba(0,0,0,.35);
  transition:transform .14s ease,filter .14s ease,color .14s ease
}


.language-switch-label {
  position:relative;
  z-index:3;
  display:inline-block;
  color:inherit;
  pointer-events:none
}

.language-switch-button:hover {
  filter:brightness(1.14);
  transform:translateY(-1px)
}

.language-switch-button:focus-visible {
  outline:2px solid #000;
  outline-offset:1px
}

.language-switch-button.is-selected {
  color:#000;
  background:#000;
  text-shadow:none;
  filter:brightness(1.06)
}

.language-switch-button.is-selected::before {
  content:"";
  position:absolute;
  z-index:-1;
  top:2px;
  right:2px;
  bottom:2px;
  left:2px;
  pointer-events:none;
  clip-path:polygon(0 0,100% 0,100% 100%,23px 100%);
  background:var(--language-color)
}

.site-nav {
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:clamp(8px,1.25vw,22px);
  min-width:0;
  justify-self:end
}

.site-nav a {
  position:relative;
  padding:10px 3px;
  color:#161a22;
  font-size:clamp(.84rem,1.05vw,1rem);
  font-weight:750;
  text-decoration:none;
  white-space:nowrap
}

.site-nav a::after {
  content:"";
  position:absolute;
  left:50%;
  right:50%;
  bottom:4px;
  height:2px;
  background:var(--cyan);
  transition:left .16s,right .16s
}

.site-nav a:hover::after,.site-nav a:focus-visible::after {
  left:3px;
  right:3px
}

.site-nav .nav-discord {
  padding:10px 15px;
  border:1px solid rgba(0,255,255,.34);
  border-radius:999px;
  background:rgba(0,255,255,.07)
}

.site-nav .nav-discord::after {
  display:none
}

.site-nav .nav-merch-disabled {
  color:#8d929a;
  opacity:.58;
  cursor:not-allowed;
  pointer-events:auto
}

.site-nav .nav-merch-disabled::after {
  display:none
}




.character-name-button.about-highlight {
  animation:about-profile-hover 1.05s ease both
}

.character-name-button.about-highlight::after {
  animation:about-profile-shine .7s ease .1s both
}

@keyframes about-profile-hover {
  0%,
  100% {
    transform:translateY(0);
    background:linear-gradient(180deg,#181b20 0%,#050608 62%,#000 100%);
    box-shadow:
      inset 0 0 0 2px rgba(255,255,255,.10),
      inset 0 2px 0 rgba(255,255,255,.16),
      0 5px 0 #000,
      0 9px 18px rgba(0,0,0,.28)
  }
  18%,
  78% {
    transform:translateY(-2px);
    background:linear-gradient(180deg,#252a31 0%,#090b0e 62%,#020203 100%);
    box-shadow:
      inset 0 0 0 2px rgba(255,255,255,.15),
      inset 0 2px 0 rgba(255,255,255,.24),
      0 7px 0 #000,
      0 13px 25px rgba(0,0,0,.34)
  }
}

@keyframes about-profile-shine {
  0% {
    left:-55%;
    opacity:0
  }
  10% {
    opacity:1
  }
  78% {
    left:122%;
    opacity:1
  }
  100% {
    left:122%;
    opacity:0
  }
}

.page-shell {
  width:min(1380px,calc(100% - 32px));
  margin:0 auto;
  position:relative;
  z-index:1
}

.hero {
  padding:34px 0 28px;
  text-align:center
}

.character-showcase,.silen-showcase {
  width:min(1180px,100%);
  margin:0 auto 24px
}

.character-strip {
  display:flex;
  height:clamp(360px,46vw,600px);
  overflow:hidden;
  border:3px solid #000;
  border-radius:24px 24px 8px 8px;
  background:#09040d;
  box-shadow:var(--shadow);
  transition:height .5s ease
}

.character-strip.is-character-focused {
  height:clamp(504px,64.4vw,840px)
}

.character-panel {
  position:relative;
  flex:1 1 25%;
  min-width:0;
  overflow:hidden;
  clip-path:polygon(9% 0,100% 0,91% 100%,0 100%);
  margin-left:-1px;
  background:#09040d;
  opacity:1;
  transition:
    flex-basis .5s ease,
    flex-grow .5s ease,
    max-width .5s ease,
    opacity .5s ease,
    clip-path .5s ease,
    margin-left .5s ease
}

.character-panel::before {
  content:"";
  position:absolute;
  inset:0;
  border-left:4px solid rgba(255,255,255,.10);
  border-right:4px solid rgba(0,0,0,.55);
  pointer-events:none;
  z-index:2;
  opacity:1;
  transition:opacity .3s ease
}

.character-art {
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  overflow:hidden
}

.character-art video {
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center
}

.panel-s .character-art video {
  object-position:center center
}

.character-strip.is-character-focused .character-panel {
  flex:0 1 0%;
  max-width:0;
  opacity:0;
  margin-left:0;
  pointer-events:none
}

.character-strip.is-character-focused .character-panel.is-focused {
  flex:1 1 100%;
  max-width:100%;
  opacity:1;
  margin-left:0;
  clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
  pointer-events:auto
}

.character-strip.is-character-focused .character-panel::before {
  opacity:0;
  transition:opacity .3s ease
}

.character-strip.is-character-focused .character-panel.is-focused .character-art video {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center
}

/* Opening-only animation.
   The normal transition rules above are left untouched so the existing
   collapse/shrinking motion behaves exactly as before. */
.character-strip.is-character-focused.is-opening .character-panel {
  animation:android-panel-collapse-open .5s ease both
}

.character-strip.is-character-focused.is-opening .character-panel.is-focused {
  animation:android-panel-expand-open .5s ease both
}

@keyframes android-panel-collapse-open {
  from {
    flex-grow:1;
    flex-basis:25%;
    max-width:25%;
    opacity:1;
    margin-left:-1px
  }
  to {
    flex-grow:0;
    flex-basis:0%;
    max-width:0;
    opacity:0;
    margin-left:0
  }
}

@keyframes android-panel-expand-open {
  from {
    flex-grow:1;
    flex-basis:25%;
    max-width:25%;
    opacity:1;
    margin-left:-1px;
    clip-path:polygon(9% 0,100% 0,91% 100%,0 100%)
  }
  to {
    flex-grow:1;
    flex-basis:100%;
    max-width:100%;
    opacity:1;
    margin-left:0;
    clip-path:polygon(0 0,100% 0,100% 100%,0 100%)
  }
}

.character-name-row {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  margin-top:8px
}

.character-nameplate,.silen-nameplate {
  color:#fff;
  font-family:"Yu Gothic","YuGothic",sans-serif;
  font-weight:700;
  font-size:3.4rem;
  letter-spacing:.025em;
  line-height:1.05;
}

.silen-nameplate {
  width:100%;
  margin:0 0 8px;
  color:#00FFFF
}

.name-tai {
  color:#00FF33
}

.name-sai {
  color:#FF2A2A
}

.name-kai {
  color:#25B8FF
}

.name-rai {
  color:#FFE600
}

.character-profile-control {
  display:flex;
  align-items:stretch;
  gap:12px;
  min-width:0;
  overflow:visible;
  background:transparent;
  border:0;
  box-shadow:none
}

.character-name-button,
.character-x-link {
  position:relative;
  flex:0 0 72px;
  width:72px;
  min-width:72px;
  margin:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px 8px;
  border:3px solid currentColor;
  border-radius:10px;
  color:inherit;
  background:linear-gradient(180deg,#181b20 0%,#050608 62%,#000 100%);
  box-shadow:
    inset 0 0 0 2px rgba(255,255,255,.10),
    inset 0 2px 0 rgba(255,255,255,.16),
    0 5px 0 #000,
    0 9px 18px rgba(0,0,0,.28);
  overflow:hidden;
  font-size:clamp(.72rem,.85vw,1rem);
  font-weight:800;
  line-height:1.15;
  text-decoration:none;
  white-space:nowrap;
  transition:
    transform 150ms ease,
    box-shadow 150ms ease,
    background 150ms ease
}

.character-name-button {
  appearance:none;
  position:relative;
  flex:1 1 auto;
  min-width:0;
  margin:0;
  padding:12px 10px;
  border:3px solid currentColor;
  border-radius:10px;
  color:inherit;
  background:linear-gradient(180deg,#181b20 0%,#050608 62%,#000 100%);
  box-shadow:
    inset 0 0 0 2px rgba(255,255,255,.10),
    inset 0 2px 0 rgba(255,255,255,.16),
    0 5px 0 #000,
    0 9px 18px rgba(0,0,0,.28);
  overflow:hidden;
  font:inherit;
  letter-spacing:inherit;
  line-height:inherit;
  text-align:center;
  cursor:pointer;
  transition:
    transform 150ms ease,
    box-shadow 150ms ease,
    background 150ms ease
}

.character-x-link {
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px 8px;
  border-left:2px solid currentColor;
  font-size:clamp(.72rem,.85vw,1rem);
  font-weight:800;
  line-height:1.15;
  text-decoration:none;
  white-space:nowrap
}

.character-x-mark {
  display:block;
  flex:0 0 auto;
  width:2em;
  height:2em;
  object-fit:contain
}


.character-name-button::after,
.character-x-link::after {
  content:"";
  position:absolute;
  top:-50%;
  bottom:-50%;
  left:-55%;
  width:34%;
  pointer-events:none;
  background:linear-gradient(
    105deg,
    transparent 0%,
    rgba(255,255,255,.08) 28%,
    rgba(255,255,255,.72) 50%,
    rgba(255,255,255,.08) 72%,
    transparent 100%
  );
  transform:skewX(-18deg);
  opacity:0
}


.contact-block.contact-flash .contact-label,
.contact-block.contact-flash .contact-email {
  animation:contact-black-white-flash 1.4s steps(1,end)
}

@keyframes contact-black-white-flash {
  0%,
  100% {
    color:#fff;
    background:#000
  }
  20% {
    color:#000;
    background:#fff
  }
  40% {
    color:#fff;
    background:#000
  }
  60% {
    color:#000;
    background:#fff
  }
  80% {
    color:#fff;
    background:#000
  }
}

.contact-block.contact-flash .contact-label,
.contact-block.contact-flash .contact-email {
  padding-left:4px;
  padding-right:4px;
  border-radius:3px
}



/* v76 CLEAN BLACK BACKGROUND VARIANT */
body {
  background:#000000;
}

body::before {
  display:none !important;
  content:none !important;
}

@media (hover:hover) and (pointer:fine) {
  .character-name-button:hover,
  .character-x-link:hover {
    transform:translateY(-2px);
    background:linear-gradient(180deg,#252a31 0%,#090b0e 62%,#020203 100%);
    box-shadow:
      inset 0 0 0 2px rgba(255,255,255,.15),
      inset 0 2px 0 rgba(255,255,255,.24),
      0 7px 0 #000,
      0 13px 25px rgba(0,0,0,.34)
  }

  .character-name-button:hover::after,
  .character-x-link:hover::after {
    left:122%;
    opacity:1;
    transition:left 520ms ease,opacity 100ms ease
  }
}

.character-name-button:active,
.character-x-link:active {
  background:rgba(255,255,255,.14);
  transform:translateY(2px)
}

.character-name-button:focus-visible,
.character-x-link:focus-visible {
  outline:3px solid #fff;
  outline-offset:-6px
}

.character-name-button[aria-expanded="true"] {
  background:rgba(255,255,255,.12)
}

.character-profile-name {
  display:block;
  margin-bottom:8px;
  font-size:1.2em;
  font-weight:900;
  letter-spacing:.04em;
  color:#fff
}

.character-branch-line {
  display:block;
  margin-top:10px;
  font-weight:800;
  color:#fff
}

.character-profile-body {
  display:block;
  white-space:pre-line
}

.character-description {
  width:100%;
  margin-top:8px;
  padding:28px 32px;
  background:#050608;
  color:#fff;
  border:2px solid var(--cyan);
  border-radius:8px;
  text-align:left;
  box-shadow:0 6px 16px rgba(0,0,0,.12);
  height:0;
  opacity:0;
  transform:translateY(-10px);
  overflow:hidden;
  transition:
    height .42s ease,
    opacity .30s ease,
    transform .42s ease
}

.character-description[hidden] {
  display:none
}


.character-description.is-open {
  opacity:1;
  transform:translateY(0)
}

.character-description.is-closing {
  opacity:0;
  transform:translateY(-10px)
}

.character-description p {
  transition:opacity .18s ease,transform .18s ease
}

.character-description.is-switching p {
  opacity:0;
  transform:translateY(5px)
}

.character-description p {
  margin:0;
  font-size:1.15rem;
  line-height:1.75
}


.silen-banner {
  height:clamp(180px,24vw,320px);
  border:3px solid #000;
  border-radius:8px 8px 24px 24px;
  overflow:hidden;
  background:#000;
  box-shadow:var(--shadow);
  transition:height .5s ease
}

.silen-showcase.is-silen-focused .silen-banner {
  height:clamp(300px,39vw,520px)
}

.silen-banner video {
  width:calc(100% + 16px);
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center calc(50% + 50px);
  transform:translateX(-8px)
}

.discord-card {
  width:min(1100px,100%);
  margin:0 auto;
  padding:22px 24px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:18px;
  text-decoration:none;
  border:1px solid var(--white-border);
  border-radius:22px;
  background:var(--white-panel);
  box-shadow:var(--shadow)
}

.discord-icon-wrap {
  width:72px;
  height:72px;
  display:grid;
  place-items:center;
  border:2px solid rgba(0,0,0,.08);
  border-radius:18px;
  background:#fff
}

.discord-icon-wrap img {
  width:40px;
  height:40px;
  filter:brightness(0) saturate(100%) invert(88%) sepia(99%) saturate(3592%) hue-rotate(104deg) brightness(103%) contrast(101%)
}

.discord-language-list {
  width:100%;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px
}

.discord-language-tag {
  padding:12px 16px;
  border:1px solid rgba(0,255,255,.18);
  border-radius:999px;
  background:#fff;
  color:#11131a;
  font-size:.93rem;
  font-weight:700
}

.language-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  padding:20px 0 56px
}

.language-card {
  padding:20px;
  border:1px solid rgba(0,0,0,.10);
  border-radius:20px;
  background:var(--card-color);
  box-shadow:var(--shadow);
  transition:transform .16s
}

.language-card:hover {
  transform:translateY(-3px)
}

.language-card__header {
  min-height:68px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:5px
}

.language-card h2 {
  margin:0;
  font-size:1.32rem;
  line-height:1.3;
  color:#fff;
  text-shadow:0 1px 2px rgba(0,0,0,.26)
}

.handle {
  color:#fff;
  font-size:.96rem;
  overflow-wrap:anywhere;
  opacity:.94;
  text-shadow:0 1px 2px rgba(0,0,0,.26)
}

.platform-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
  margin-top:15px
}

.platform {
  min-height:54px;
  display:grid;
  place-items:center;
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.30);
  border-radius:12px;
  text-decoration:none;
  background:rgba(255,255,255,.18)
}

.platform img {
  width:28px;
  height:28px;
  display:block;
  object-fit:contain
}

.x img {
  filter:brightness(0) saturate(100%) invert(88%) sepia(99%) saturate(3592%) hue-rotate(104deg) brightness(103%) contrast(101%)
}

.contact-block {
  margin-top:14px;
  padding-top:13px;
  border-top:1px solid rgba(255,255,255,.35);
  text-align:center;
  min-width:0
}

.contact-label {
  display:block;
  color:#fff;
  font-size:1rem;
  font-weight:850;
  line-height:1.2;
  text-shadow:0 1px 2px rgba(0,0,0,.26)
}

.contact-email {
  display:block;
  width:100%;
  margin-top:5px;
  color:#fff;
  font-size:clamp(.78rem,.95vw,.92rem);
  line-height:1.3;
  text-decoration:none;
  white-space:nowrap;
  direction:ltr;
  unicode-bidi:isolate;
  text-shadow:0 1px 2px rgba(0,0,0,.26);
  display:block;
  max-width:100%;
  min-width:0;
  overflow-wrap:anywhere;
  word-break:break-word;
  line-height:1.3
}


.lang-dark-purple .contact-email {
  font-size:clamp(.72rem,.85vw,.92rem)
}


footer {
  padding:8px 0 34px;
  color:#687282;
  text-align:center;
  font-size:.86rem
}

@media(max-width:1400px) {
  .topbar {
    grid-template-columns:auto minmax(390px,520px) 1fr;
    column-gap:10px
  }
  .language-switcher {
    width:100%;
    justify-self:start
  }
  .site-nav {
    justify-self:end
  }
}

@media(max-width:1100px) {
  .topbar {
    grid-template-columns:auto 1fr;
    grid-template-areas:
      "brand nav"
      "languages languages";
    row-gap:8px;
    padding:8px 0
  }
  .brand-row {
    grid-area:brand
  }
  .site-nav {
    grid-area:nav;
    justify-self:end
  }
  .language-switcher {
    grid-area:languages;
    width:min(590px,100%);
    justify-self:start
  }

  :root {
    --brand-icon-size:66px;
    --brand-wordmark-height:53px
  }
  .language-grid {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
}

@media(max-width:860px) {
  html {
    scroll-padding-top:190px
  }
  .topbar {
    width:min(100% - 24px,1500px);
    grid-template-columns:1fr;
    grid-template-areas:
      "brand"
      "languages"
      "nav";
    row-gap:8px;
    padding:10px 0 9px
  }
  .brand-row {
    grid-area:brand;
    justify-self:start
  }
  .language-switcher {
    grid-area:languages;
    width:100%;
    justify-self:start
  }
  .language-switch-button {
    height:26px;
    padding-left:18px;
    clip-path:polygon(0 0,100% 0,100% 100%,26px 100%);
    font-size:clamp(.62rem,2.2vw,.78rem)
  }
  .language-switch-button.is-selected::before {
    clip-path:polygon(0 0,100% 0,100% 100%,22px 100%)
  }
  .site-nav {
    grid-area:nav;
    width:100%;
    min-width:0;
    justify-self:stretch;
    justify-content:flex-start;
    flex-wrap:wrap;
    column-gap:18px;
    row-gap:2px;
    overflow:visible
  }
  :root {
    --brand-icon-size:56px;
    --brand-wordmark-height:45px
  }
  .language-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .character-strip {
    height:420px
  }
}

@media(max-width:600px) {
  .character-profile-control {
    gap:8px
  }
  .character-x-link {
    flex:0 0 42px;
    width:42px;
    min-width:42px;
    padding:4px 2px;
    border-width:2px;
    border-radius:7px
  }
  .character-name-button {
    border-width:2px;
    border-radius:7px
  }

  html {
    scroll-padding-top:230px
  }
  .page-shell {
    width:min(100% - 20px,1380px)
  }
  .hero {
    padding-top:20px
  }
  .topbar {
    width:calc(100% - 18px)
  }
  :root {
    --brand-icon-size:48px;
    --brand-wordmark-height:38px
  }
  .site-nav {
    width:100%;
    column-gap:13px;
    row-gap:0;
    justify-content:flex-start
  }
  .site-nav a {
    padding:7px 2px;
    font-size:clamp(.72rem,3.4vw,.9rem)
  }
  .site-nav .nav-discord {
    padding:7px 11px
  }
  .language-switcher {
    gap:3px
  }
  .language-switch-button {
    height:25px;
    padding-left:17px;
    padding-right:5px;
    clip-path:polygon(0 0,100% 0,100% 100%,25px 100%);
    font-size:clamp(.56rem,2.45vw,.70rem)
  }
  .language-switch-button.is-selected::before {
    clip-path:polygon(0 0,100% 0,100% 100%,21px 100%)
  }
  .character-strip {
    height:300px
  }
  .character-strip.is-character-focused {
    height:420px
  }
  .character-name-row {
    gap:4px
  }
  .character-nameplate,
  .silen-nameplate {
    font-size:clamp(.82rem,4vw,1.15rem);
    letter-spacing:0
  }
  .character-name-button {
    min-width:0;
    padding:6px 0;
    overflow:hidden
  }
  .character-name-button .character-name-text {
    min-width:0;
    white-space:nowrap
  }
  .character-name-button::after,
  .character-x-link::after {
    top:-20%;
    bottom:-20%;
    width:18%;
    transform:skewX(-14deg)
  }

  .character-x-link {
    min-width:0;
    padding:4px 0;
    border-left-width:1px;
    font-size:clamp(.42rem,1.45vw,.58rem)
  }
  .character-x-mark {
    width:2.1em;
    height:2.1em
  }
  .character-description {
    padding:20px 18px
  }
  .character-description p {
    font-size:1rem;
    line-height:1.65
  }
  .silen-banner {
    height:clamp(150px,27vw,240px);
    aspect-ratio:auto
  }
  .silen-showcase.is-silen-focused .silen-banner {
    height:clamp(250px,46vw,400px)
  }
  .silen-banner video {
    object-position:center calc(50% + 18px)
  }
  .silen-showcase.is-silen-focused .silen-banner video {
    transform:translateX(-8px) scale(1.12);
    transform-origin:center center
  }
  .discord-card {
    padding:18px 16px
  }
  .discord-language-tag {
    font-size:.86rem
  }
  .language-grid {
    grid-template-columns:1fr;
    gap:12px
  }
  .language-card {
    padding:17px
  }
  .contact-email {
    font-size:.9rem
  }
}

@media(prefers-reduced-motion:reduce) {
  * {
    scroll-behavior:auto!important;
    transition:none!important
  }
}


@media(max-width:420px) {
  .silen-showcase.is-silen-focused .silen-banner video {
    transform:translateX(-8px) scale(1.16)
  }

  .character-profile-control {
    gap:6px
  }
  .character-x-link {
    flex-basis:38px;
    width:38px;
    min-width:38px
  }

  .character-nameplate,
  .silen-nameplate {
    font-size:clamp(.72rem,3.75vw,.95rem)
  }

  .character-name-button {
    padding-left:0;
    padding-right:0
  }

  .character-x-mark {
    width:1.84em;
    height:1.84em
  }
  .character-name-button::after,
  .character-x-link::after {
    width:15%
  }

}
