:root {
  color-scheme:dark;
  font-family:Georgia,'Times New Roman',serif;
  background:#080f20;
  color:#eef2f4
}

* {
  box-sizing:border-box
}
body {
  margin:0;
  min-height:100svh;
  background:linear-gradient(90deg,rgba(5,11,25,.96),rgba(5,11,25,.56)),url('imported/COEVOL.jpg') center/cover fixed
}
button,a {
  -webkit-tap-highlight-color:transparent
}
button {
  font:inherit;
  color:inherit;
  cursor:pointer
}
header,footer {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:30px 5vw;
  gap:20px
}
header {
  position:relative;
  z-index:2
}
.brand {
  text-decoration:none;
  color:#fff;
  font-size:33px;
  letter-spacing:-2px
}
.brand span {
  color:#b9dacb
}
.brand small {
  display:block;
  font:9px system-ui;
  letter-spacing:3px;
  margin-top:5px
}
.tools {
  display:flex;
  align-items:center;
  gap:24px;
  font:11px system-ui;
  letter-spacing:1px
}
.badge {
  color:#b3c4cf
}
#reset-layout {
  border:1px solid #77899b66;
  border-radius:30px;
  background:#101b2b88;
  padding:12px 18px;
  font:12px system-ui
}
main {
  display:grid;
  grid-template-columns:32% 68%;
  align-items:center;
  min-height:70svh;
  padding:0 5vw
}
.eyebrow {
  font:10px system-ui;
  letter-spacing:3px;
  color:#afcabc
}
.intro {
  position:relative;
  z-index:1
}
h1 {
  font-size:clamp(42px,5vw,78px);
  font-weight:normal;
  line-height:1.05;
  letter-spacing:-3px;
  margin:24px 0
}
h1 em {
  font-weight:normal;
  color:#bfded0
}
.intro>p:last-child {
  font:15px/1.9 system-ui;
  color:#aebcca
}
.universe {
  height:640px;
  max-height:75svh;
  min-height:490px;
  position:relative
}
.orbit {
  position:absolute;
  border:1px solid #afcee51a;
  border-radius:50%;
  pointer-events:none;
  left:50%;
  top:48%;
  transform:translate(-50%,-50%) rotate(-25deg)
}
.orbit-one {
  width:64%;
  height:55%
}
.orbit-two {
  width:94%;
  height:85%
}
.sun {
  position:absolute;
  left:50%;
  top:48%;
  transform:translate(-50%,-50%);
  width:160px;
  height:160px;
  border-radius:50%;
  background:radial-gradient(circle at 35% 27%,#719f95,#214b60 45%,#0c203b 75%);
  box-shadow:inset -15px -18px 35px #010a20,0 0 70px #80cbb72a;
  border:1px solid #9cd9c045;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:8px
}
.sun span {
  letter-spacing:4px;
  font-size:19px
}
.sun small {
  font:10px system-ui;
  color:#c1d8d4;
  letter-spacing:1px
}
.sphere {
  --tone:125,167,220;
  position:absolute;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:7px;
  width:145px;
  height:145px;
  border-radius:50%;
  border:1px solid rgba(var(--tone),.5);
  background:radial-gradient(circle at 30% 20%,rgba(var(--tone),.4),rgba(var(--tone),.1) 65%,#101727ee);
  box-shadow:inset -12px -15px 26px #050c2580,0 0 35px rgba(var(--tone),.12);
  animation:drift 12s ease-in-out infinite;
  backdrop-filter:blur(12px);
  text-shadow:0 1px 8px #000;
  transition:border-color .2s,box-shadow .2s
}
.sphere:hover {
  border-color:rgba(var(--tone),.95);
  box-shadow:0 0 45px rgba(var(--tone),.35)
}
.sphere:focus-visible,#reset-layout:focus-visible,a:focus-visible,.close:focus-visible {
  outline:3px solid #fff;
  outline-offset:6px
}
.sphere strong {
  font-size:20px;
  font-weight:normal
}
.sphere small {
  font:10px system-ui;
  color:#d6e0e8
}
.symbol {
  font:26px Georgia;
  color:rgba(var(--tone),1)
}
.work {
  left:15%;
  top:9%
}
.health {
  --tone:132,215,176;
  right:8%;
  top:15%;
  animation-delay:-3s
}
.leisure {
  --tone:230,180,121;
  right:3%;
  bottom:14%;
  animation-delay:-7s
}
.social {
  --tone:212,147,183;
  left:36%;
  bottom:2%;
  animation-delay:-5s
}
.education {
  --tone:175,161,233;
  left:0;
  bottom:23%;
  animation-delay:-9s
}
.hint {
  position:absolute;
  bottom:-34px;
  left:0;
  right:0;
  text-align:center;
  font:11px system-ui;
  letter-spacing:1px;
  color:#9faebf
}
footer {
  font:11px system-ui;
  color:#a8b5c4;
  border-top:1px solid #c1d5e213;
  margin:30px 5vw 0;
  padding:22px 0
}
dialog {
  max-width:min(440px,90vw);
  padding:40px;
  border:1px solid #839caf66;
  border-radius:24px;
  background:#101c2e;
  color:#eef2f4;
  box-shadow:0 30px 120px #0009
}
dialog::backdrop {
  background:#020815ba;
  backdrop-filter:blur(8px)
}
dialog h2 {
  font-size:36px;
  font-weight:normal;
  margin:20px 0
}
dialog p {
  font:15px/1.7 system-ui
}
.close {
  position:absolute;
  top:12px;
  right:16px;
  border:0;
  background:none;
  font-size:28px
}
.preview-note {
  border-top:1px solid #ffffff22;
  padding-top:20px;
  color:#abb9ca;
  font-size:12px!important
}
.paused .sphere {
  animation-play-state:paused
}
@keyframes drift {
  0%,100% {
  transform:translate(0,0)
}
50% {
  transform:translate(8px,-12px)
}

}
@media(prefers-reduced-motion:reduce) {
  .sphere {
  animation:none;
  transition:none
}

}

@media(max-width:800px) {
  header {
  padding:24px 6vw
}
.badge {
  display:none
}
main {
  display:block;
  padding:16px 6vw
}
.intro {
  text-align:center
}
h1 {
  font-size:49px;
  letter-spacing:-2px;
  margin:18px 0
}
.intro>p:last-child {
  font-size:13px
}
.universe {
  height:520px;
  max-height:none;
  min-height:0;
  margin-top:28px
}
.sphere {
  width:118px;
  height:118px
}
.sphere strong {
  font-size:18px
}
.sphere small {
  font-size:9px
}
.sun {
  width:126px;
  height:126px
}
.work {
  left:7%;
  top:3%
}
.health {
  right:5%;
  top:8%
}
.education {
  left:0;
  bottom:25%
}
.leisure {
  right:0;
  bottom:23%
}
.social {
  left:calc(50% - 59px);
  bottom:0
}
.hint {
  bottom:-32px;
  font-size:10px
}
footer {
  margin-top:40px;
  flex-wrap:wrap
}
.tools {
  gap:0
}
#reset-layout {
  font-size:10px;
  padding:10px
}
.orbit-two {
  width:100%;
  height:80%
}

}
