<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "AeonikMono";
  src: url("aeonik-mono-roman-vf.woff2") format("woff2-variations");
  font-weight: 125 950;
  font-stretch: 75% 125%;
  font-style: normal;
}

:root {
  --background: #ffffff;
  --toggle-border: rgba(255,255,255,0.8);
  --toggle-shadow-active: inset 0 4px 7px 4px var(--background), inset 0 -3px 8px 0 var(--time-color-20), 0 0.25px 1px 0.25px var(--background);
  --toggle-bg-active: linear-gradient(0deg, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.88) 35%, rgba(255,255,255,1) 80%);
  --about-bg: linear-gradient(0deg, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0.1) 100%);
  --about-bg-invert: rgba(0, 0, 0, 0.1);
  --about-icon: url('/icon-info-light.svg');
  --close-icon: url('/icon-close-light.svg');
  --shrink-width: clamp(380px, 25%, 440px);
  --global-padding: clamp(10px, calc(2.7vw * 0.7), 22px);
  --time-color: rgba(0, 0, 0, 0);
  --clock-shadow: 0px 1px 4px rgba(0, 0, 0, 0.02), 0px 4px 12px rgba(0, 0, 0, 0.03);
  --h1-shadow: 0px 5px 6px rgba(0, 0, 0, 0.04), 0px 1.5px 2.5px rgba(0, 0, 0, 0.05), 0px 0px 1px rgba(0, 0, 0, 0.05);
  /*--about-toggle-shadow: 0px 4px 16px rgba(0, 0, 1, 0.15), 0px 4px 12px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05);*/
  --about-toggle-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.07), 0px 4px 8px 0px rgba(0, 0, 0, 0.05), 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #000000;
    --toggle-border: rgba(0,0,0,0.5);
    --toggle-bg-active: linear-gradient(0deg, rgba(0,0,0,1) 20%,rgba(0,0,0,0.88) 35%, rgba(0,0,0,0.6) 100%);
    --toggle-shadow-active: inset 0 -4px 7px 4px var(--background), inset 0 -3px 8px 0 var(--time-color-20), 0 0.25px 1px 0.25px var(--background);
    --about-bg: linear-gradient(0deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.11) 100%);
    --about-bg-invert: rgba(255, 255, 255, 0.12);
    --about-icon: url('/icon-info-dark.svg');
    --close-icon: url('/icon-close-dark.svg');
    --clock-shadow: 0px 1px 4px rgba(0, 0, 0, 0.02), 0px 4px 12px rgba(0, 0, 0, 0.03);
    --h1-shadow: 0px 5px 6px rgba(0, 0, 0, 0.05), 0px 1.5px 2.5px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.06);
    /*--about-toggle-shadow: 0px 4px 16px rgba(0, 0, 1, 0.25), 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 2px 2px rgba(0, 0, 0, 0.05);*/
    --about-toggle-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06), 0px 4px 8px 0px rgba(0, 0, 0, 0.12), 0px 0px 1px 0px rgba(0, 0, 0, 0.14);
  }
}

body {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  font-family: 'AeonikMono', sans-serif;
  font-size: 23px;
  font-weight: 400;
  color: var(--time-color);
  background-color: var(--background);
  font-feature-settings: 'tnum';
}

h1 {
  color: var(--background);
  font-family: 'AeonikMono', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 4.5px;
  padding-top: 1px;
  padding-left: 8px;
  
}
h2 {
  text-transform: uppercase;
  font-family: 'AeonikMono', sans-serif;
  font-size: 20px;
  font-weight: 550;
  line-height: 28px;
  letter-spacing: 6.5px;
  max-width: 376px;
}
p {
  font-size: 24px;
  font-weight: 425;
  line-height: 36px;
  letter-spacing: 0.4px;
}
p span {
  white-space: nowrap;
}
.caption {
  font-size: 18px;
  font-weight: 450;
  line-height: 28px;
}
a.caption {
  text-decoration: none;
   color: var(--time-color);
}

.wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 250;
  padding: round(down, var(--global-padding),0.5px);
}
.page {
  container-type: inline-size;
  z-index: 2;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  width: 100%;
  background: linear-gradient(-155deg, rgba(0, 0, 0, 0.07) 2%, rgba(0, 0, 0, 0) 60%), var(--time-color);
  border-radius: clamp(12px, calc(2.7vw * 0.9), 24px);
  transition: width 0.4s, height 0s, padding 0s, background-color 0.5s;
  
}

.page.open {
  width: calc(100% - var(--shrink-width));
}

.about {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 100dvh;
  width: var(--shrink-width);
  padding: var(--global-padding);
  padding-left: 0;
  display: flex;
  flex-direction: column;
  pointer-events: all;
}

.about-container {
  padding: 34px 16px 24px 16px;
  opacity: 0;
  transition: opacity 0.4s;
  display: flex;
  gap: 24px;
  flex-direction: column;
  height: 100%;
  flex: 1;
}
.about-container.open {
  opacity: 1;
}
.about-container.infront {
  z-index: 300;
}
.about-container p {
  flex: 1;
}
a.bio-link {
  display: flex;
  align-items: center;
  height: 32px;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--time-color);
  font-family: 'AeonikMono', sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 3.5px;
  font-weight: 600;
}

a.bio-link span.line{
  background-color: var(--time-color);
  display: inline-block;
  height: 1px;
  position: relative;
  margin-left: 16px;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
a.bio-link span.line::after{
    content: '';
    display: block;
    border-color: var(--time-color);
    border-right: 1.25px solid;
    border-bottom: 1.25px solid;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 0.5px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

header {
  z-index: 2;
  padding: 28px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  pointer-events: all;
}
header span {
  flex: 1;
  border-bottom: 1px solid var(--background);
  height: 2px;
  opacity: 0.4;
}
a.toggle-info {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  transition: background 0.2s, background-image 0.5s, transform 0.5s, scale 0.5s ease-out;
  background-image: var(--about-icon),var(--about-bg);
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: var(--about-toggle-shadow);
}

a.toggle-info.open {
  background-color: var(--about-bg-invert);
  background-image: var(--close-icon);
  transform: rotate(-360deg);
}

.switch-container a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'AeonikMono', sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 3px;
  font-weight: 500;
}

.switch-container a div span {
  letter-spacing: 0;
}
a.toggle-time, a.toggle-colour {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  color: var(--background);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 23.5px;
  padding: 0 13px;
  height: 48px;
  border: 1px solid var(--toggle-border);
  transition: all 0.3s ease;
}
a.toggle-time.active, a.toggle-colour.active{
  color: var(--time-color);
  /*border: 1px solid transparent;*/
}
a.toggle-time::after, a.toggle-colour::after {
  z-index: -2;
  content: '';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: var(--toggle-bg-active);
  box-shadow: var(--toggle-shadow-active);
  opacity: 0;
  border-radius: 22px;
  transition: all 0.3s ease;
  
}
a.toggle-time.active::after, a.toggle-colour.active::after {
  opacity: 1;
}
a.toggle-time div, a.toggle-colour div {
  width: 0;
  max-width: 0;                     
  white-space: nowrap;           
  overflow: hidden; 
  opacity: 0;
  transition: all 1s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%), opacity 0s ease;
}



a.active svg g{
  stroke: var(--time-color);
}
a svg g{
  width:20px;
  height: 20px;
  stroke: var(--background);
  transition: all 0.3s ease;
}

section.clock-display {
  z-index: 2;
  font-style: normal;
  font-size: clamp(72px, 17.5cqi, 200px);
  font-weight: 390;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: var(--clock-shadow);
  color: var(--background);
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease;
}

.time {
  

  letter-spacing: -0.025em;
  padding-bottom: 4px;
 
}
.colour {
  
  padding-left: 0.5vw;
  gap: 0.25vw;
  letter-spacing: 0.036em;
 
}

.time, .colour {
  position: absolute;
  opacity: 0;
  scale: 0.85;
  filter: blur(4vmin);
  display: none;
  transform: translateY(round(6vh, 1px));
  transition-property: scale, filter, opacity, display;
  transition-duration: 0.7s;
  transition-behavior: allow-discrete;
  transition-timing-function: ease-out;

}

.time.active, .colour.active {
  transition-behavior: allow-discrete;
  display: flex;
  filter: unset;
  scale: 1;
  opacity: 1;
}

@starting-style {
  .time.active, .colour.active {
    opacity:0;
    scale: 0.85;
    filter: blur(4vmin);
  }
}

span.colon {
  letter-spacing: 0;
  display: flex;
  justify-content:  center;
  width: 0.48em;
}
section.switch-container {
  z-index: 2;
  width: 100%;
  flex: 0.24;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 24px;
  padding-bottom: round(5.75vh, 1px);
  pointer-events: all;
  transition: opacity 0.5s ease;
}

@media (hover: hover) and (pointer: fine) {
  a.bio-link:hover span.line{
    flex: 1;
    opacity: 0.7;
}
  a.toggle-info:hover {
    scale: 1.1;
  }
  a.caption:hover span {
  text-decoration: underline;
}
a.toggle-time:hover div, a.toggle-colour:hover div {
  width: fit-content;
  max-width: 200px;
  margin-left:10px;
  padding-right: 4px;
  opacity: 1;
}
}

@container (max-width: 400px) {
  header span {
    opacity: 0;
  }

}




@media (max-width: 800px) {
  header {
    padding: 20px;
    gap: 20px;
  }
  
  h1 {
    padding-left: 4px;
  }
  h2 {
    padding-bottom: 16px;
  }
  section.clock-display {
    font-size: 17.5vmin;
    line-height: 1.1;
    font-weight: 400;
  }
section.switch-container {
  
  column-gap: 16px;
  
}
  .time {
    gap: 0.04em;
  }
  .wrapper {
    pointer-events: none;
  }
  .page {
    overflow: hidden;
    transition: width 0s, height 0.6s, padding 0.6s, background-color 0.4s;
    padding-bottom: 32px;
  }

  .page.open {
    width: 100%;
    height: 80px;
    padding-bottom: 0;
  }
  .page.open .clock-display , .page.open .switch-container {
    opacity: 0;
  }
  .about {
    top: 96px;
    min-height: calc(100dvh - 96px);
    width: 100%;
    padding: var(--global-padding);
  }

  .about-container {
    gap: 16px;
    padding: 20px;
    display: none;
  }
  .about-container.open {
  opacity: 1;
    display: flex;
}
  .about-container.infront {
  z-index: 200;
}
}
</pre></body></html>