* {
  box-sizing:border-box
}

body {
  margin:0;
  background:#0e0e11;
  color:#f4f4f5;
  font-family:'IBM Plex Mono',Consolas,monospace
}

.brand,
.intro h1,
.tile-word,
.profile-name {
  font-family: 'Google Sans Code', Consolas, monospace;
}

.tile-accent {
  color: #e08179;
}

button,a {
  -webkit-tap-highlight-color:transparent
}

button {
  font:inherit;
  cursor:pointer
}

a {
  color:inherit;
  text-decoration:none
}

button:focus-visible,a:focus-visible {
  outline:2px solid #fff;
  outline-offset:6px
}

button {
  color:inherit
}

h1,h2,p {
  margin:0
}

[hidden] {
  display:none!important
}


:root {
  --accent:#d63c3c;
  --bright:#ff8a80;
  --line:#ffffff24;
  --muted:#aaa8af
}


.dashboard {
  min-height:100svh;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:radial-gradient(ellipse at 90% 35%,#4b151840,transparent 63%),linear-gradient(115deg,#141418,#0f0e12 70%);
  display:flex;
  flex-direction:column
}


.ambient {
  position:absolute;
  inset:0;
  overflow:hidden;
  pointer-events:none;
  z-index:-1
}

.ribbon {
  position:absolute;
  width:150%;
  height:550px;
  border:1px solid #d34c4633;
  border-radius:48%;
  transform:rotate(-17deg);
  left:0;
  top:170px;
  box-shadow:0 -17px 0 #c0373310,0 -36px 0 #c037330c,0 -74px 0 #c0373307,inset 0 24px 40px #9b1c1c0c
}

.ribbon.second {
  top:195px;
  left:-24%;
  transform:rotate(21deg);
  opacity:.45
}

.ambient:after {
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,transparent 49.9%,#ffffff02 50%,transparent 50.1%);
  background-size:110px 100%
}


.topbar {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  margin:0 5.5%;
  padding:26px 0;
  border-bottom:1px solid var(--line)
}

.brand {
  font-size:21px;
  font-weight:700;
  letter-spacing:-1px
}

.brand span {
  color:#dc6260
}

.topmeta {
  display:flex;
  align-items:center;
  gap:24px;
  color:#c1bec6;
  font-size:12px
}

.identity {
  display:flex;
  align-items:center;
  gap:9px
}

.identity:before {
  content:'G';
  border:1px solid #bf54545c;
  width:26px;
  height:26px;
  display:grid;
  place-items:center;
  color:#efadab;
  background:#56242a44
}

.back-link {
  color:var(--muted);
  font-size:11px
}


.home {
  flex:1;
  display:flex;
  flex-direction:column;
  position:relative
}

.intro {
  margin:38px 5.5% 0;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:16px
}

.eyebrow {
  font-size:11px;
  letter-spacing:2px;
  color:#d98984;
  margin-bottom:12px
}

.intro h1 {
  font-size:clamp(30px,4vw,42px);
  line-height:1;
  letter-spacing:-2px;
  font-weight:500
}

.intro h1 span {
  color:var(--accent)
}

.intro p {
  font:14px/1.5 system-ui,sans-serif;
  color:var(--muted);
  margin-top:12px
}

.intro-side {
  font-size:11px;
  color:#77717c;
  padding-top:7px;
  letter-spacing:1px
}


.slider-area {
  position:relative;
  margin:auto 0;
  padding:18px 0 4px;
  touch-action:pan-y
}

.slider-window {
  position:relative;
  overflow:hidden;
  width:100%;
  height:272px
}

.slider-track {
  height:100%;
  display:flex;
  align-items:center;
  gap:36px;
  padding:0;
  will-change:transform;
  transition:transform .58s cubic-bezier(.16,1.08,.38,1)
}

.platform {
  width:164px;
  height:164px;
  flex:0 0 164px;
  border:1px solid #ffffff26;
  padding:0;
  text-align:left;
  position:relative;
  background:#1b1b22;
  transform:scale(.88);
  opacity:.47;
  transition:transform .5s cubic-bezier(.16,1.08,.38,1),opacity .34s ease,box-shadow .42s ease,border-color .34s ease;
  transition-delay:var(--slide-delay,0ms);
  overflow:visible
}

.platform:hover {
  opacity:.9
}

.platform[aria-pressed=true] {
  transform:scale(1.24);
  opacity:1;
  border-color:#f6c4c0;
  box-shadow:0 0 0 4px #d64a4430,0 0 55px #b227272d,0 20px 35px #0005;
  z-index:2
}

.platform--selected {
  animation:platform-lock .64s cubic-bezier(.16,1,.3,1) both;
}

.platform--selected .tile-face {
  animation:tile-face-lock .54s .04s cubic-bezier(.16,1,.3,1) both;
}

.tile-face {
  display:flex;
  position:absolute;
  inset:0;
  flex-direction:column;
  justify-content:space-between;
  padding:16px;
  overflow:hidden;
  background:linear-gradient(135deg,#413139,#191a20 80%)
}

.tile-face:before {
  content:'';
  position:absolute;
  width:155px;
  height:155px;
  right:-65px;
  top:-60px;
  border:1px solid #e6d0d019;
  transform:rotate(38deg);
  box-shadow:0 0 0 16px #ffffff03,0 0 0 32px #ffffff02
}

.tile-code {
  color:#d8b7b9;
  font-size:10px;
  letter-spacing:2px;
  z-index:1
}

.tile-word {
  font-size:32px;
  line-height:1;
  letter-spacing:-1.5px;
  font-weight:500;
  z-index:1
}

.tile-bottom {
  font-size:9px;
  letter-spacing:1.2px;
  color:#a8a3ad;
  display:flex;
  justify-content:space-between;
  z-index:1
}

.platform[data-key=ps] .tile-face {
  background:linear-gradient(135deg,#34323f,#181920)
}

.platform[data-key=nintendo] .tile-face {
  background:linear-gradient(135deg,#492c32,#1c181d)
}

.platform[data-key=steam] .tile-face {
  background:linear-gradient(135deg,#323439,#181a1f)
}

.platform[aria-pressed=true] .tile-bottom {
  color:#edb2ac
}

.platform[aria-pressed=true]:after {
  content:'';
  position:absolute;
  height:3px;
  background:var(--accent);
  bottom:-1px;
  left:-1px;
  right:-1px;
  box-shadow:0 0 20px #ef414155
}


.slide-arrow {
  position:absolute;
  top:130px;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid #ffffff25;
  background:#151419cc;
  color:#e9dede;
  font-size:24px;
  z-index:3;
  transition:background .2s
}

.slide-arrow:hover {
  background:#5b262bc9
}

.slide-arrow.prev {
  left:4%
}

.slide-arrow.next {
  right:4%
}

.slide-arrow:disabled {
  opacity:.2;
  cursor:default
}

.selection {
  text-align:center;
  min-height:94px;
  padding:0 15px
}

.selection h2 {
  font:500 25px/1.3 system-ui,sans-serif;
  letter-spacing:-.8px
}

.selection p {
  font-size:11px;
  color:var(--muted);
  margin-top:8px
}

.selection button {
  border:0;
  border-bottom:1px solid #d36a6669;
  background:none;
  color:#edc0ba;
  padding:5px 0;
  font-size:11px;
  letter-spacing:.5px
}

.pagination {
  display:flex;
  gap:9px;
  justify-content:center;
  align-items:center;
  height:30px
}

.page-dot {
  height:3px;
  width:15px;
  background:#ffffff30;
  transition:width .25s,background .25s
}

.page-dot.active {
  width:32px;
  background:var(--accent)
}


.home-bottom {
  margin:24px 5.5% 0;
  border-top:1px solid var(--line);
  padding:18px 0;
  display:flex;
  justify-content:space-between;
  gap:14px;
  color:#aca5b0;
  font-size:11px;
  flex-wrap:wrap
}

.key-help {
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap
}

kbd {
  border:1px solid #ffffff25;
  border-bottom-color:#ffffff42;
  min-width:22px;
  padding:2px 5px;
  text-align:center;
  font:10px Consolas,monospace;
  color:#d3ccd5
}

.footer-note {
  font-size:10px;
  color:#7e7784
}

.mobile-help {
  display:none
}


.profile {
  position:relative;
  flex:1;
  padding:28px 5.5% 20px;
  overflow:hidden
}

.home--leaving {
  position:absolute;
  top:var(--home-top,0px);
  right:0;
  bottom:0;
  left:0;
  z-index:2;
  pointer-events:none;
  transform-origin:center top;
  animation:dashboard-away .24s cubic-bezier(.4,0,1,1) both;
}

.profile--entering {
  animation:profile-in .48s cubic-bezier(.16,1,.3,1) both;
}

.profile--entering::before {
  content:'';
  position:absolute;
  top:0;
  left:5.5%;
  width:72px;
  height:2px;
  background:var(--accent);
  box-shadow:0 0 20px #ef41416b;
  animation:profile-line .5s .08s cubic-bezier(.16,1,.3,1) both;
}

.profile-back {
  border:0;
  background:none;
  padding:8px 0;
  color:#c4b9c3;
  font-size:12px
}

.profile-layout {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:36px;
  margin:36px 0 30px;
  align-items:center;
  min-height:355px
}

.profile-overline {
  font-size:11px;
  letter-spacing:2px;
  color:#e19089
}

.profile-name {
  font-size:clamp(28px,4.8vw,52px);
  line-height:1.1;
  letter-spacing:-2px;
  margin-top:16px;
  overflow-wrap:anywhere
}

.profile-caption {
  font:15px/1.6 system-ui,sans-serif;
  color:#b1a5b1;
  max-width:330px;
  margin-top:18px
}

.profile-actions {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:25px
}

.profile-actions a,.copy-id {
  font-size:11px;
  padding:12px 16px;
  border:1px solid #ffffff35;
  background:#282229
}

.profile-actions a {
  background:#9b1c1c;
  border-color:#bd4141
}

.profile-origin {
  margin-top:22px;
  font-size:11px;
  color:#877e8b
}

.card-shell {
  padding:22px;
  background:#171419d9;
  border:1px solid #ffffff20;
  box-shadow:0 15px 50px #0003;
  min-width:0
}

.card-label {
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#aea3b1;
  gap:12px;
  font-size:11px;
  letter-spacing:1px;
  margin-bottom:20px
}

.card-label span:last-child {
  color:#d3817d
}

.exophase-image {
  display:block;
  max-width:100%;
  height:auto;
  margin:auto
}

.card-image-link {
  display:block;
  opacity:0;
  transform:translateY(10px) scale(.975);
}

.card-image-link--loaded {
  opacity:1;
  transform:translateY(0) scale(1);
  animation:card-arrive .46s .06s cubic-bezier(.16,1,.3,1) both;
}

.card-status {
  color:#b6a9b5;
  font:13px/1.6 system-ui,sans-serif;
  padding:26px 12px;
  text-align:center
}

.card-link {
  display:block;
  font-size:11px;
  color:#dcb0ad;
  margin-top:18px
}

.card-explanation {
  font:11px/1.6 system-ui,sans-serif;
  color:#938595;
  margin-top:18px
}

.empty-slot {
  min-height:150px;
  border:1px dashed #51404c;
  display:grid;
  place-items:center;
  color:#756672;
  font-size:44px
}

.copy-status {
  min-height:22px;
  font-size:11px;
  color:#e6aca6;
  margin-top:12px
}

.profile-footer {
  border-top:1px solid var(--line);
  padding:18px 0;
  color:#9c8f9e;
  font-size:11px
}


@keyframes profile-in {
  from {
  opacity:0;
  transform:translateY(28px)
}

to {
  opacity:1;
  transform:translateY(0)
}

@keyframes dashboard-away {
  from {
    opacity:1;
    transform:scale(1) translateY(0)
  }

  to {
    opacity:0;
    transform:scale(.985) translateY(-14px)
  }
}

@keyframes profile-line {
  from {
    opacity:0;
    transform:scaleX(0);
    transform-origin:left
  }

  to {
    opacity:1;
    transform:scaleX(1);
    transform-origin:left
  }
}

@keyframes card-arrive {
  from {
    opacity:0;
    transform:translateY(10px) scale(.975)
  }

  to {
    opacity:1;
    transform:translateY(0) scale(1)
  }
}

@keyframes platform-lock {
  0% {
    transform:scale(.94);
    filter:brightness(.9)
  }

  58% {
    transform:scale(1.3);
    filter:brightness(1.17)
  }

  100% {
    transform:scale(1.24);
    filter:brightness(1)
  }
}

@keyframes tile-face-lock {
  from {
    transform:translateY(8px);
    opacity:.75
  }

  to {
    transform:translateY(0);
    opacity:1
  }
}


}


@media(min-width:1100px) {
  .slider-window {
  height:306px
}

.slider-area {
  padding-top:25px
}

.slide-arrow {
  top:157px
}

.platform {
  width:180px;
  height:180px;
  flex-basis:180px
}

.tile-word {
  font-size:37px
}


}


@media(max-width:620px) {
  .topbar {
  padding:19px 0;
  gap:12px
}

.brand {
  font-size:17px
}

.topmeta {
  gap:12px;
  font-size:10px
}

.topmeta .identity {
  display:none
}

.intro {
  margin-top:27px
}

.intro-side {
  display:none
}

.intro p {
  font-size:13px
}

.slider-area {
  padding-top:12px;
  margin:30px 0 10px
}

.slider-window {
  height:240px
}

.platform {
  width:144px;
  height:144px;
  flex-basis:144px
}

.slider-track {
  gap:30px
}

.tile-word {
  font-size:28px
}

.platform[aria-pressed=true] {
  transform:scale(1.19)
}

.slide-arrow {
  top:112px;
  width:36px;
  height:40px
}

.slide-arrow.prev {
  left:3%
}

.slide-arrow.next {
  right:3%
}

.selection h2 {
  font-size:22px
}

.home-bottom {
  margin-top:auto
}

.desktop-help {
  display:none
}

.mobile-help {
  display:block
}

.profile-layout {
  grid-template-columns:1fr;
  gap:26px;
  margin-top:24px;
  min-height:0
}

.profile-name {
  font-size:34px
}

.profile {
  padding-top:18px
}

.profile-caption {
  font-size:14px
}

.profile-actions a,.copy-id {
  padding:13px 14px
}

.card-shell {
  padding:17px
}

.profile-origin {
  margin-top:16px
}


}


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


}


@media(min-width:621px) and (max-height:730px) {
  .intro {
  margin-top:26px
}

.slider-area {
  padding-top:6px
}

.slider-window {
  height:248px
}

.slide-arrow {
  top:109px
}

.selection {
  min-height:78px
}

.pagination {
  height:24px
}

.home-bottom {
  margin-top:12px
}


}


.platform[data-key=nintendo] .tile-word {
  font-size:24px;
  letter-spacing:-1.3px
}

.intro .eyebrow {
  margin-top: 0;
  margin-bottom: 12px;
  font: 11px/1.5 'IBM Plex Mono', Consolas, monospace;
  letter-spacing: 2px;
  color: #d98984;
}

.intro p:not(.eyebrow),
.profile-caption,
.selection h2,
.card-status,
.card-explanation {
  font-family: 'Inter', system-ui, sans-serif;
}

.noscript-note {
  padding: 20px 5.5%;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.noscript-note a {
  text-decoration: underline;
}

.slider-window {
  user-select: none;
  cursor: grab;
}

.slider-window:active {
  cursor: grabbing;
}

.selection button,
.profile-back {
  min-height: 44px;
}

.slide-arrow {
  width: 44px;
  height: 44px;
}

@media (max-width: 400px) {
  #local-clock {
    display: none;
  }
}


