/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --dither-cell-lg: 20px;
    --dither-image-url: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAu0lEQVQ4T6WSMQqFMBBEE2wDXiVgG8gtglilCuIpcoogVqlEPIVgK3gVIa2Qzw9YbIpttlqGgbcMM5wxlr33LMbI/nccx3I/PQwD0LXPj+OgAaSUBWCtLZ+2bSv308uyAF37/HkeGkAIASL0fQ8yT9MEdO3z67poAKUUiDDPM8i87zvQtc/f96UBmqZBazTG4Ds4z5MG6LoOrTGEgO8gpUQDtG2L1uicw3dw3zcNoLVGa1zXFd9BzpkE+AFp94/4eKx9+AAAAABJRU5ErkJggg==);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-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;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .dither {
    --dither-gray: 1;
    --dither-contrast: 120;
    --dither-bright: 1;
    --dither-blur: 0px;
    --dither-cell: var(--dither-cell-lg);
    --dither-opacity: 1;
    --dither-image: var(--dither-image-url);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    z-index: 0;
    background: #000;
    filter: grayscale(var(--dither-gray))brightness(var(--dither-bright))blur(var(--dither-blur))contrast(var(--dither-contrast));
    &::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 1;
      background-image: var(--dither-image);
      background-repeat: repeat;
      background-size: var(--dither-cell)var(--dither-cell);
      background-position: 0 0;
      image-rendering: pixelated;
      opacity: var(--dither-opacity);
      mix-blend-mode: screen;
    }
  }
  .visible {
    visibility: visible;
  }
  .static {
    position: static;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .resize {
    resize: both;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
}
@font-face {
  font-family: 'GT Pressura Mono';
  src: url('./fonts/GTPressuraMono-Medium.woff2') format('woff2'),
         url('./fonts/GTPressuraMono-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
:root {
  --font-mono: 'GT Pressura Mono', monospace;
  --color-text-primary: #0B0B0B;
  --color-text-secondary: #333;
  --color-link: #2B396D;
  --color-bg-glass: rgba(255, 255, 255, 0.92);
  --color-border: rgba(0, 0, 0, 0.1);
  --shadow-card: rgba(0, 0, 0, 0.08) 0px 1px 7px 0px;
  --border-radius: 8px;
  --spacing-sm: 8px;
  --spacing-md: 12px;
  --spacing-lg: 20px;
  --spacing-xl: 32px;
  --spacing-2xl: 40px;
  --transition-speed: 0.3s;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  height: 100%;
  font-family: var(--font-mono);
  font-weight: 500;
  overflow-x: hidden;
  background-color: transparent;
}
.dither {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  z-index: -1;
  background-color: transparent;
}
.dither::after {
  content: "";
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  pointer-events: none;
  z-index: -1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAu0lEQVQ4T6WSMQqFMBBEE2wDXiVgG8gtglilCuIpcoogVqlEPIVgK3gVIa2Qzw9YbIpttlqGgbcMM5wxlr33LMbI/nccx3I/PQwD0LXPj+OgAaSUBWCtLZ+2bSv308uyAF37/HkeGkAIASL0fQ8yT9MEdO3z67poAKUUiDDPM8i87zvQtc/f96UBmqZBazTG4Ds4z5MG6LoOrTGEgO8gpUQDtG2L1uicw3dw3zcNoLVGa1zXFd9BzpkE+AFp94/4eKx9+AAAAABJRU5ErkJggg==);
  background-repeat: repeat;
  background-size: 28px 28px;
  background-position: 0 0;
  image-rendering: pixelated;
  opacity: 0.35;
  mix-blend-mode: screen;
}
#bg-video {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  min-height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
  filter: grayscale(1) contrast(130%) brightness(0.95);
  will-change: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: scale(2) translateZ(0);
  -webkit-transform: scale(2) translateZ(0);
  opacity: 1;
  image-rendering: optimizeSpeed;
  -moz-transform: scale(2) translateZ(0);
  -ms-transform: scale(2) translateZ(0);
  -o-transform: scale(2) translateZ(0);
}
.radio-banner {
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-md) var(--spacing-lg);
  background-color: var(--color-bg-glass);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-card);
  border: 1px solid var(--color-border);
  position: fixed;
  bottom: 152px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition-speed) ease, visibility 0s var(--transition-speed), bottom var(--transition-speed) ease;
}
.radio-banner.active {
  opacity: 1;
  visibility: visible;
  transition: opacity var(--transition-speed) ease, visibility 0s, bottom var(--transition-speed) ease;
}
.radio-banner-text {
  color: var(--color-text-primary);
  font-weight: 500;
}
.social-banner {
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-xl);
  padding: var(--spacing-md) 28px;
  background-color: var(--color-bg-glass);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-card);
  border: 1px solid var(--color-border);
  position: fixed;
  bottom: 152px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition-speed) ease, visibility 0s var(--transition-speed), bottom var(--transition-speed) ease, left var(--transition-speed) ease, transform var(--transition-speed) ease;
}
.social-banner.active {
  opacity: 1;
  visibility: visible;
  transition: opacity var(--transition-speed) ease, visibility 0s, bottom var(--transition-speed) ease, left var(--transition-speed) ease, transform var(--transition-speed) ease;
}
.social-link {
  color: var(--color-text-primary);
  text-decoration: none;
  font-weight: 500;
  transition: opacity var(--transition-speed) ease;
  white-space: nowrap;
}
.social-link:hover {
  opacity: 0.7;
}
.social-link:focus-visible {
  outline: 2px solid var(--color-link);
  outline-offset: 2px;
  border-radius: 4px;
}
body.both-banners-active .radio-banner.active {
  left: 50%;
  transform: translateX(calc(-100% - 8px));
}
body.both-banners-active .social-banner.active {
  left: 50%;
  transform: translateX(8px);
}
.custom-navbar {
  font-size: 12px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  pointer-events: auto;
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-xl);
  height: 96px;
  width: 100%;
  max-width: 520px;
  padding: var(--spacing-lg);
  background-color: var(--color-bg-glass);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-card);
  border: 1px solid var(--color-border);
  position: fixed;
  bottom: var(--spacing-2xl);
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
@media (max-width: 768px) {
  .custom-navbar {
    bottom: var(--spacing-md);
  }
}
.nav-item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform var(--transition-speed) ease;
}
.nav-item-wrapper:hover {
  transform: translateY(-10px);
}
.nav-item-wrapper:focus-visible {
  outline: 2px solid var(--color-link);
  outline-offset: 4px;
  border-radius: 4px;
}
.nav-label {
  position: absolute;
  bottom: -30px;
  font-size: 12px;
  color: var(--color-text-primary);
  white-space: nowrap;
  opacity: 0;
  transition: opacity var(--transition-speed) ease;
  pointer-events: none;
}
.nav-item-wrapper:hover .nav-label {
  opacity: 1;
}
.nav-item-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: var(--font-mono);
  font-weight: 500;
}
.nav-item-orb {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 52px;
  height: 52px;
}
.nav-item-orb:focus-visible {
  outline: 2px solid var(--color-link);
  outline-offset: 4px;
  border-radius: 50%;
}
.orb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 6px;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,0,255,0.2) 30%, rgba(255,255,0,0.2) 70%, rgba(0,255,255,0.1) 100%);
  box-shadow: inset 0 0 6px #FFF,
                inset 0 0 8px #F0F,
                inset 0 0 8px #FF0,
                inset 0 0 40px #F0F,
                inset 0 0 40px #FF0,
                0 0 6px #FFF,
                0 0 6px #F0F,
                0 0 6px #0FF,
                0 0 20px rgba(255,0,255,0.6),
                0 0 40px rgba(255,255,0,0.4),
                0 0 60px rgba(0,255,255,0.3);
  animation: pulse 2s ease-in-out infinite alternate,
        float 6s ease-in-out infinite,
        rotate 8s linear infinite,
        wave 4s ease-in-out infinite;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  z-index: 1;
  transform-origin: center center;
  backdrop-filter: blur(2px);
}
@keyframes pulse {
  0% {
    box-shadow: inset 0 0 6px #FFF,
                    inset 0 0 8px #F0F,
                    inset 0 0 8px #FF0,
                    inset 0 0 40px #F0F,
                    inset 0 0 40px #FF0,
                    0 0 6px #FFF,
                    0 0 6px #F0F,
                    0 0 6px #0FF,
                    0 0 20px rgba(255,0,255,0.6),
                    0 0 40px rgba(255,255,0,0.4),
                    0 0 60px rgba(0,255,255,0.3);
    transform: scale(1);
    filter: hue-rotate(0deg) brightness(1);
  }
  50% {
    box-shadow: inset 0 0 8px #FFF,
                    inset 0 0 10px #0FF,
                    inset 0 0 10px #F0F,
                    inset 0 0 50px #0FF,
                    inset 0 0 50px #F0F,
                    0 0 8px #FFF,
                    0 0 8px #0FF,
                    0 0 8px #F0F,
                    0 0 25px rgba(0,255,255,0.7),
                    0 0 50px rgba(255,0,255,0.5),
                    0 0 75px rgba(255,255,0,0.4);
    transform: scale(1.02);
    filter: hue-rotate(180deg) brightness(1.2);
  }
  100% {
    box-shadow: inset 0 0 10px #FFF,
                    inset 0 0 12px #F0F,
                    inset 0 0 12px #FF0,
                    inset 0 0 60px #F0F,
                    inset 0 0 60px #FF0,
                    0 0 12px #FFF,
                    0 0 10px #F0F,
                    0 0 10px #0FF,
                    0 0 30px rgba(255,0,255,0.8),
                    0 0 60px rgba(255,255,0,0.6),
                    0 0 90px rgba(0,255,255,0.5);
    transform: scale(1.05);
    filter: hue-rotate(360deg) brightness(1);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px) translateX(0px);
  }
  25% {
    transform: translateY(-15px) translateX(8px);
  }
  50% {
    transform: translateY(-8px) translateX(-12px);
  }
  75% {
    transform: translateY(-20px) translateX(5px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wave {
  0%, 100% {
    border-radius: 50%;
    filter: hue-rotate(0deg);
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,0,255,0.2) 30%, rgba(255,255,0,0.2) 70%, rgba(0,255,255,0.1) 100%);
  }
  25% {
    border-radius: 60% 40% 30% 70%;
    filter: hue-rotate(90deg);
    background: radial-gradient(circle, rgba(0,255,255,0.1) 0%, rgba(255,255,0,0.2) 30%, rgba(255,0,255,0.2) 70%, rgba(255,255,255,0.1) 100%);
  }
  50% {
    border-radius: 50% 60% 70% 40%;
    filter: hue-rotate(180deg);
    background: radial-gradient(circle, rgba(255,255,0,0.1) 0%, rgba(255,0,255,0.2) 30%, rgba(0,255,255,0.2) 70%, rgba(255,255,255,0.1) 100%);
  }
  75% {
    border-radius: 30% 60% 70% 40%;
    filter: hue-rotate(270deg);
    background: radial-gradient(circle, rgba(255,0,255,0.1) 0%, rgba(0,255,255,0.2) 30%, rgba(255,255,0,0.2) 70%, rgba(255,255,255,0.1) 100%);
  }
}
.page-main {
  padding: 80px 40px;
  max-width: 800px;
  margin: 0 auto;
}
.page-main--home {
  padding: 80px 40px;
  max-width: 600px;
}
.content-box {
  background: var(--color-bg-glass);
  padding: var(--spacing-2xl);
  border-radius: 12px;
}
.content-box--home {
  padding: var(--spacing-2xl) 20px;
}
.under-construction-page .page-main {
  padding-bottom: 32px;
}
.under-construction-page .content-box--home {
  padding-bottom: 32px;
}
.under-construction-page .content-box--home .home-text p:last-child {
  margin-bottom: 8px;
}
.home-text {
  font-size: 15px;
  line-height: 1.5;
  color: var(--color-text-primary);
}
.home-text p {
  margin: 0 0 24px 0;
}
.home-text p.intro {
  margin-bottom: var(--spacing-xl);
}
.home-text p.section-label {
  margin: 0 0 var(--spacing-md) 0;
  font-weight: 400;
}
.home-text p.list-item {
  margin: 0 0 6px 0;
}
.home-text p.last-item {
  margin-bottom: var(--spacing-xl);
}
.home-text p.section-label + p {
  margin: 0 0 6px 0;
}
.home-text .section-label + p ~ p {
  margin: 0 0 6px 0;
}
.home-text p.section-label ~ p.section-label {
  margin-top: var(--spacing-xl);
}
.home-text a {
  color: var(--color-link);
  text-decoration: none;
  transition: opacity var(--transition-speed) ease;
}
.home-text a:hover {
  opacity: 0.7;
}
.home-text a:focus-visible {
  outline: 2px solid var(--color-link);
  outline-offset: 2px;
}
.page-title {
  font-size: 23px;
  margin-bottom: var(--spacing-lg);
  color: var(--color-text-primary);
}
.page-description {
  font-size: 17px;
  line-height: 1.6;
  color: var(--color-text-secondary);
}
.notes-page .page-main {
  padding: 40px 40px 100px 40px;
  max-width: 600px;
}
.notes-page .content-box {
  margin: 0 auto;
  padding: 40px 40px 20px 40px;
}
.notes-page .page-title {
  font-size: 23px;
}
.writing-section {
  margin-bottom: var(--spacing-xl);
}
.writing-section:last-child {
  margin-bottom: 0;
}
.writing-year {
  font-size: 17px;
  font-weight: 500;
  color: var(--color-text-primary);
  margin: 0 0 var(--spacing-md) 0;
}
.writing-item {
  font-size: 15px;
  color: var(--color-text-secondary);
  margin: 0 0 var(--spacing-sm) 0;
}
.writing-item:last-child {
  margin-bottom: 0;
}
.writing-item a {
  color: var(--color-text-secondary);
  text-decoration: none;
  transition: color var(--transition-speed) ease, opacity var(--transition-speed) ease;
}
.writing-item a:hover {
  color: var(--color-link);
  opacity: 0.8;
}
.writing-item a:focus-visible {
  outline: 2px solid var(--color-link);
  outline-offset: 2px;
  border-radius: 2px;
}
.last-updated {
  color: #7a7d84;
  font-size: 13px;
  margin-top: var(--spacing-sm);
  margin-bottom: 0;
}
.table-wrapper {
  overflow-x: auto;
  margin-top: var(--spacing-lg);
}
.radar-table {
  width: 100%;
  border-collapse: collapse;
}
.radar-table thead {
  background-color: rgba(240, 240, 240, 0.5);
}
.radar-table th {
  text-align: left;
  padding: var(--spacing-md) 16px;
  font-weight: 500;
  font-size: 13px;
  color: var(--color-text-primary);
  border: 1px solid var(--color-border);
}
.radar-table td {
  padding: var(--spacing-md) 16px;
  font-size: 13px;
  color: var(--color-text-secondary);
  border: 1px solid var(--color-border);
  min-height: 44px;
}
.radar-table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.radar-page .page-main {
  padding: 40px 40px 100px 40px;
}
.radar-page .content-box {
  padding: 24px 24px 16px 24px;
}
.radar-page .page-title {
  font-size: 23px;
}
@media (min-width: 769px) {
  .custom-navbar {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 768px) {
  html, body {
    overflow: hidden;
    height: 100vh;
    height: 100dvh;
  }
  .custom-navbar {
    display: none !important;
  }
  .custom-navbar.visible {
    display: none !important;
  }
  .page-main {
    padding: 40px 20px 20px 20px;
    max-width: 100%;
    height: 100vh;
    height: 100dvh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .page-main--home {
    padding: 40px 20px 20px 20px;
    max-width: 100%;
    height: 100vh;
    height: 100dvh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .content-box {
    padding: 28px;
    border-radius: 10px;
    max-width: 350px;
    margin: 0 auto;
  }
  .content-box--home {
    padding: 28px;
    max-width: 350px;
    margin: 0 auto;
  }
  .home-text {
    font-size: 14px;
    line-height: 1.55;
  }
  .page-title {
    font-size: 19px;
  }
  .page-description {
    font-size: 15px;
  }
  .writing-year {
    font-size: 15px;
  }
  .writing-item {
    font-size: 14px;
  }
  .dither {
    display: none;
  }
  #bg-video {
    display: none;
  }
  body {
    background-color: #000;
  }
  .content-box {
    background-color: #333;
    color: #fff;
  }
  .content-box--home {
    background-color: #333;
    color: #fff;
  }
  .home-text {
    color: #fff;
  }
  .home-text a {
    color: #87CEEB;
  }
  .page-title {
    color: #fff;
  }
  .page-description {
    color: #ccc;
  }
  .writing-year {
    color: #fff;
  }
  .writing-item {
    color: #ccc;
  }
  .writing-item a {
    color: #ccc;
  }
  .writing-item a:hover {
    color: #87CEEB;
  }
  .last-updated {
    color: #999;
  }
  .radar-table th {
    color: #fff;
    background-color: rgba(60, 60, 60, 0.8);
  }
  .radar-table td {
    color: #ccc;
  }
  .radar-table tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }
  .custom-navbar {
    height: auto;
    padding: 16px;
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
  }
  .nav-item-wrapper,
  .nav-item-orb {
    justify-self: center;
  }
  .nav-item-orb {
    width: 48px;
    height: 48px;
  }
  .orb {
    width: 38px;
    height: 38px;
    top: 5px;
    left: 5px;
  }
  .nav-item-wrapper svg {
    width: 48px;
    height: 48px;
  }
  .nav-label {
    font-size: 11px;
  }
  .radio-banner,
  .social-banner {
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(80px + 16px + 48px + 16px + 12px);
    width: calc(100% - 40px);
    max-width: 560px;
    gap: 16px;
    padding: 10px 16px;
    font-size: 12px;
  }
  body.both-banners-active .radio-banner.active {
    bottom: calc(80px + 16px + 48px + 16px + 12px);
    left: 50%;
    transform: translateX(calc(-100% - 8px));
  }
  body.both-banners-active .social-banner.active {
    bottom: calc(80px + 16px + 48px + 16px + 12px + 44px + 12px);
    left: 50%;
    transform: translateX(8px);
  }
  .notes-page .page-main,
  .radar-page .page-main {
    padding: 30px 20px 200px 20px;
  }
  .notes-page .content-box {
    padding: 24px 20px 14px 20px;
  }
  .radar-page .content-box {
    padding: 16px;
  }
  .radar-table th, .radar-table td {
    font-size: 11px;
    padding: 10px 12px;
  }
}
@media (max-width: 480px) {
  .custom-navbar {
    display: none !important;
  }
  .radio-banner,
  .social-banner {
    bottom: calc(72px + 12px + 44px + 12px + 10px);
    width: calc(100% - 32px);
    max-width: 560px;
    padding: 8px 12px;
  }
  body.both-banners-active .radio-banner.active {
    bottom: calc(72px + 12px + 44px + 12px + 10px);
    left: 50%;
    transform: translateX(calc(-100% - 8px));
  }
  body.both-banners-active .social-banner.active {
    bottom: calc(72px + 12px + 44px + 12px + 10px + 40px + 10px);
    left: 50%;
    transform: translateX(8px);
  }
  .page-main, .page-main--home {
    padding: 50px 16px 200px 16px;
  }
  .content-box, .content-box--home {
    padding: 24px;
    max-width: 330px;
    margin: 0 auto;
  }
  .home-text {
    font-size: 13.5px;
  }
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-ease: initial;
    }
  }
}

