﻿:root {
  color-scheme: light;
  --bg: #ffffff;
  --ink: #111111;
  --muted: rgba(17, 17, 17, 0.56);
  --dim: rgba(17, 17, 17, 0.34);
  --line: rgba(17, 17, 17, 0.16);
  --paper: #ffffff;
  --black: #111111;
  --mobile-viewport-height: 100svh;
  --entry-welcome-x: 25;
  --entry-welcome-y: 38.1;
  --entry-welcome-size: 1.35;
  --entry-welcome-rotate: -2;
  --entry-photos-x: 29.6;
  --entry-photos-y: 47.5;
  --entry-photos-size: 1.45;
  --entry-photos-rotate: -1;
  --entry-about-x: 34;
  --entry-about-y: 55.2;
  --entry-about-size: 1.45;
  --entry-about-rotate: -3;
  --entry-contact-x: 25.3;
  --entry-contact-y: 64;
  --entry-contact-size: 1.45;
  --entry-contact-rotate: -4;
  --entry-photo-x: 47.85;
  --entry-photo-y: 32.2;
  --entry-photo-w: 27.35;
  --entry-photo-h: 36.46;
  --entry-photo-contrast: 1.08;
  --entry-photo-brightness: 0.86;
}

@font-face {
  font-family: "HHL Ink Free";
  src: url("photos/font-inkfree.ttf") format("truetype");
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  overflow: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: "HHL Ink Free", "Ink Free", "Noto Serif TC", "Songti TC", "PMingLiU", "SimSun", serif;
  letter-spacing: 0;
}

button,
a {
  color: inherit;
}

button {
  font: inherit;
}

.icp-footer {
  position: fixed;
  right: 0;
  bottom: 6px;
  left: 0;
  z-index: 32;
  color: rgb(235, 235, 235);
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", "SimSun", serif;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  pointer-events: none;
}

.icp-footer a {
  color: rgb(235, 235, 235);
  -webkit-text-fill-color: rgb(235, 235, 235);
  text-decoration: none;
  pointer-events: auto;
}

.icp-footer a:visited,
.icp-footer a:hover,
.icp-footer a:active,
.icp-footer a:focus {
  color: rgb(235, 235, 235);
  -webkit-text-fill-color: rgb(235, 235, 235);
}

.entry,
.site {
  min-height: 100vh;
  background: var(--bg);
}

.entry {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  cursor: pointer;
  isolation: isolate;
}

.entry[hidden] {
  display: none;
}

.entry::before,
.entry::after {
  position: absolute;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.entry::before {
  inset: 7vh 8vw;
  border: 1px solid rgba(242, 240, 235, 0.46);
  transform: rotate(-1.25deg);
}

.entry::after {
  right: 6vw;
  bottom: 7vh;
  width: min(24vw, 300px);
  height: min(24vw, 300px);
  border-right: 1px solid rgba(242, 240, 235, 0.28);
  border-bottom: 1px solid rgba(242, 240, 235, 0.28);
}

.entry-photo-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.entry-photo-wrap::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 38%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.34), transparent 56%);
}

.entry-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.12) brightness(0.72);
  transform: scale(1.025);
}

.entry-copy {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(76vw, 980px);
  gap: clamp(18px, 3vw, 42px);
  padding-top: clamp(80px, 15vh, 160px);
}

.entry-line {
  margin: 0;
  color: var(--ink);
  font-weight: 400;
  line-height: 1.08;
  text-shadow:
    0 2px 26px rgba(0, 0, 0, 0.92),
    0 0 2px rgba(0, 0, 0, 0.9);
}

.entry-line-top {
  justify-self: start;
  max-width: 11em;
  font-size: clamp(18px, 2.2vw, 34px);
}

.entry-line-main {
  justify-self: end;
  font-size: clamp(38px, 8vw, 124px);
}

.enter-button {
  position: fixed;
  right: clamp(22px, 4vw, 64px);
  bottom: clamp(20px, 4vw, 54px);
  z-index: 3;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  padding: 8px 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-family: "HHL Ink Free", "Ink Free", cursive;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.enter-button:focus-visible,
.nav-link:focus-visible,
.series-button:focus-visible {
  outline: 1px solid var(--muted);
  outline-offset: 7px;
}

.entry {
  padding: 0;
  background: #ffffff;
  cursor: default;
}

.entry::before,
.entry::after {
  display: none;
}

.entry-card {
  position: relative;
  display: grid;
  width: min(54vw, 590px);
  aspect-ratio: 4 / 3;
  place-items: center;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
}

.entry-card:focus-visible {
  outline: 1px solid #111111;
  outline-offset: 14px;
}

.entry-photo {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.02) brightness(0.94);
  transform: none;
}

.entry-name {
  grid-area: 1 / 1;
  z-index: 1;
  color: #ffffff;
  font-family: "HHL Ink Free", "Ink Free", cursive;
  font-size: clamp(24px, 4.2vw, 52px);
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-align: center;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.62);
  white-space: nowrap;
}

.entry-layout {
  position: relative;
  width: min(100vw, 154.7001vh);
  height: min(100vh, 64.6412vw);
  margin: auto;
}

.entry-menu {
  display: contents;
  color: #111111;
  font-family: "HHL Ink Free", "Ink Free", "Segoe Print", cursive;
}

.entry-text {
  position: absolute;
  z-index: 2;
  margin: 0;
  color: #111111;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.entry-text span {
  font-size: min(1.3889vw, 2.1486vh);
  line-height: 1;
}

.entry-cap {
  font-size: min(2.0833vw, 3.2226vh);
}

.entry-cap-large {
  font-size: min(2.7778vw, 4.2962vh);
}

.entry-cap-photos,
.entry-cap-contact {
  font-size: min(2.3148vw, 3.5802vh);
}

.entry-cap-question {
  font-size: min(1.8519vw, 2.8641vh);
}

.entry-welcome {
  left: 25.419%;
  top: 39.297%;
  width: 22.786%;
  height: 8.412%;
  transform: rotate(5.18deg);
}

.entry-link {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  width: max-content;
  height: auto;
}

.entry-link:hover {
  color: rgba(17, 17, 17, 0.58);
}

.entry-link:focus-visible {
  outline: 1px solid #111111;
  outline-offset: 8px;
}

.entry-link-photos {
  left: 31.281%;
  top: 45.947%;
  transform: rotate(0.8deg);
}

.entry-link-about {
  left: 36.285%;
  top: 50.134%;
  transform: rotate(-3.77deg);
}

.entry-link-contact {
  left: 27.021%;
  top: 53.403%;
  transform: rotate(-8.36deg);
}

.entry .entry-photo {
  position: absolute;
  left: 50.463%;
  top: 36.795%;
  display: block;
  width: 22.222%;
  height: 25.783%;
  aspect-ratio: auto;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08) brightness(0.86);
  transform: none;
}

.entry-figma-desktop {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

@media (min-width: 761px) {
  .entry-layout {
    width: min(100vw, 154.7001vh);
    height: min(100vh, 64.6412vw);
  }

  .entry-welcome,
  .entry .entry-photo {
    display: none;
  }

  .entry-link {
    position: absolute;
    z-index: 3;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    transform: none;
  }

  .entry-link span {
    font-size: 0;
  }

  .entry-link-photos {
    left: 30.4%;
    top: 48.4%;
    width: 21.2%;
    height: 6.2%;
  }

  .entry-link-about {
    left: 36.2%;
    top: 54.4%;
    width: 16.6%;
    height: 5.8%;
  }

  .entry-link-contact {
    left: 26.4%;
    top: 59.7%;
    width: 24.4%;
    height: 9%;
  }
}

.adjust-toggle {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  border: 1px solid rgba(17, 17, 17, 0.22);
  border-radius: 0;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.86);
  color: #111111;
  cursor: pointer;
  font-family: "HHL Ink Free", "Ink Free", cursive;
  font-size: 12px;
}

.adjust-panel {
  position: fixed;
  right: 18px;
  top: 18px;
  z-index: 50;
  display: grid;
  width: min(360px, calc(100vw - 36px));
  max-height: calc(100vh - 36px);
  overflow: auto;
  border: 1px solid rgba(17, 17, 17, 0.22);
  background: rgba(255, 255, 255, 0.96);
  color: #111111;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.14);
  font-family: "HHL Ink Free", "Ink Free", "Noto Serif TC", "Songti TC", "PMingLiU", "SimSun", serif;
}

.adjust-panel[hidden] {
  display: none;
}

.adjust-panel-header,
.adjust-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.adjust-panel-header strong {
  font-size: 13px;
  letter-spacing: 0.04em;
}

.adjust-close,
.adjust-actions button {
  border: 1px solid rgba(17, 17, 17, 0.18);
  border-radius: 0;
  padding: 5px 8px;
  background: #ffffff;
  cursor: pointer;
  font-size: 12px;
}

.adjust-controls {
  display: grid;
  gap: 14px;
  padding: 12px;
}

.adjust-group {
  display: grid;
  gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.adjust-group-title {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}

.adjust-field {
  display: grid;
  grid-template-columns: 78px 1fr 52px;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}

.adjust-field input[type="range"] {
  width: 100%;
}

.adjust-value {
  color: rgba(17, 17, 17, 0.64);
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.adjust-output {
  width: calc(100% - 24px);
  min-height: 96px;
  margin: 0 12px 12px;
  resize: vertical;
  border: 1px solid rgba(17, 17, 17, 0.16);
  padding: 8px;
  font-family: "HHL Ink Free", "Ink Free", Consolas, "Courier New", monospace;
  font-size: 11px;
  line-height: 1.4;
}

.site {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  background: #ffffff;
}

.site[hidden] {
  display: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  padding: 22px clamp(18px, 4vw, 56px);
  pointer-events: none;
}

.nav {
  display: flex;
  gap: clamp(16px, 3vw, 34px);
  pointer-events: auto;
}

.nav-link,
.series-button {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  text-transform: lowercase;
}

.nav-link {
  font-family: "HHL Ink Free", "Ink Free", cursive;
  font-size: 13px;
  letter-spacing: 0.11em;
}

.nav-link.is-active,
.nav-link:hover,
.series-button.is-active,
.series-button:hover {
  color: var(--ink);
}

.panel {
  display: none;
  min-height: 100vh;
}

.panel.is-active {
  display: block;
}

.panel-works {
  position: relative;
  overflow: hidden;
}

.series-nav {
  position: fixed;
  left: clamp(18px, 4vw, 56px);
  top: 50%;
  z-index: 15;
  display: grid;
  width: min(260px, 29vw);
  gap: 11px;
  transform: translateY(-50%);
}

.series-button {
  width: fit-content;
  max-width: 100%;
  overflow-wrap: anywhere;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}

.viewer {
  position: relative;
  min-height: 100vh;
}

.stage {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(84px, 11vh, 118px) clamp(22px, 4vw, 58px)
    clamp(76px, 10vh, 104px);
}

.stage-image {
  display: block;
  max-width: min(78vw, 1480px);
  max-height: min(76vh, 900px);
  object-fit: contain;
  image-rendering: auto;
  opacity: 1;
  transition: none;
}

.stage-image.is-loaded {
  opacity: 1;
}

.stage-image.is-small-series {
  transform: scale(0.8);
}

.viewer-zone {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 50%;
  height: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: default;
}

.viewer-zone:focus-visible {
  outline: none;
}

.viewer-prev {
  left: 0;
  cursor: default;
}

.viewer-next {
  right: 0;
  cursor: default;
}

.series-note {
  width: min(680px, 70vw);
  color: var(--ink);
}

.series-note-kicker {
  margin: 0 0 22px;
  color: var(--dim);
  font-family: "HHL Ink Free", "Ink Free", cursive;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.series-note-title {
  display: none;
  margin: 0 0 30px;
  overflow-wrap: anywhere;
  font-size: clamp(30px, 4.4vw, 64px);
  font-weight: 400;
  line-height: 1.08;
}

.series-note-text {
  max-width: 34em;
  margin: 0;
  color: var(--muted);
  font-size: clamp(15px, 1.5vw, 19px);
  line-height: 1.9;
}

.work-footer {
  position: fixed;
  right: clamp(18px, 4vw, 56px);
  bottom: clamp(18px, 4vw, 44px);
  z-index: 16;
  display: grid;
  gap: 6px;
  min-width: 120px;
  text-align: right;
  pointer-events: none;
}

.series-title,
.counter {
  margin: 0;
}

.series-title {
  color: var(--muted);
  font-size: 13px;
}

.counter {
  color: var(--dim);
  font-family: "HHL Ink Free", "Ink Free", cursive;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.info-panel {
  display: none;
  min-height: 100vh;
  padding: clamp(96px, 16vh, 180px) clamp(22px, 9vw, 160px);
}

.info-panel.is-active {
  display: grid;
  align-items: center;
}

.about-panel.is-active {
  grid-template-columns: minmax(0, 760px) minmax(180px, 24vw);
  justify-content: space-between;
  gap: clamp(36px, 8vw, 120px);
}

.info-copy {
  max-width: 760px;
}

.about-photo {
  width: min(30vw, 400px);
  max-height: 52.5vh;
  align-self: center;
  justify-self: end;
  object-fit: contain;
}

.info-copy h1 {
  margin: 0 0 34px;
  font-size: clamp(40px, 7vw, 110px);
  font-weight: 400;
  line-height: 0.96;
}

.info-copy p {
  max-width: 34em;
  margin: 0 0 16px;
  color: var(--muted);
  font-size: clamp(16px, 1.8vw, 22px);
  line-height: 1.85;
}

.info-copy a {
  text-decoration-color: var(--line);
  text-underline-offset: 6px;
}

@media (max-width: 760px) {
  body {
    overflow: hidden;
  }

  .icp-footer {
    bottom: 4px;
    color: rgb(235, 235, 235);
    font-size: 7px;
    line-height: 1.2;
  }

  .entry,
  .site,
  .panel,
  .viewer {
    min-height: var(--mobile-viewport-height, 100dvh);
    height: var(--mobile-viewport-height, 100dvh);
  }

  .entry-layout {
    position: relative;
    display: block;
    width: min(100vw, calc(var(--mobile-viewport-height, 100dvh) * 0.460251));
    height: min(var(--mobile-viewport-height, 100dvh), 217.2727vw);
  }

  .entry-figma-desktop {
    display: none;
  }

  .entry-welcome {
    display: block;
  }

  .entry-menu {
    display: contents;
  }

  .entry-text span {
    font-size: min(5.4545vw, calc(var(--mobile-viewport-height, 100dvh) * 0.025105));
  }

  .entry-cap {
    font-size: min(8.1818vw, calc(var(--mobile-viewport-height, 100dvh) * 0.037657));
  }

  .entry-cap-large {
    font-size: min(10.9091vw, calc(var(--mobile-viewport-height, 100dvh) * 0.050209));
  }

  .entry-welcome {
    position: absolute;
    left: 5.227%;
    top: 59.519%;
    width: 89.485%;
    height: 9.829%;
    transform: rotate(5.18deg);
    white-space: nowrap;
  }

  .entry-link {
    display: none;
  }

  .entry .entry-photo {
    position: absolute;
    left: 14.057%;
    top: 27.615%;
    width: 81.397%;
    height: 29.333%;
    transform: rotate(4.57deg);
  }

  .site-header {
    padding: 18px;
  }

  .series-nav {
    top: auto;
    bottom: 68px;
    left: 18px;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    width: calc(100vw - 36px);
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 8px;
    transform: none;
    scrollbar-width: none;
  }

  .series-nav::-webkit-scrollbar {
    display: none;
  }

  .series-button {
    white-space: nowrap;
    font-size: 13px;
  }

  .stage {
    padding: 74px 18px 136px;
  }

  .stage-image {
    max-width: 100%;
    max-height: calc(var(--mobile-viewport-height, 100dvh) * 0.68);
  }

  .series-note {
    position: relative;
    z-index: 12;
    width: calc(100vw - 36px);
    max-height: calc(var(--mobile-viewport-height, 100dvh) * 0.43);
    overflow-y: auto;
    padding-right: 2px;
    pointer-events: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .series-note::-webkit-scrollbar {
    display: none;
  }

  .series-note-kicker {
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0.14em;
  }

  .series-note-text {
    max-width: none;
    color: var(--muted);
    font-size: 12px;
    font-weight: 300;
    line-height: 1.72;
  }

  .work-footer {
    right: 18px;
    bottom: 18px;
  }

  .about-panel.is-active {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-photo {
    width: min(70vw, 325px);
    max-height: calc(var(--mobile-viewport-height, 100dvh) * 0.325);
    justify-self: start;
  }
}

.entry {
  cursor: pointer;
  touch-action: manipulation;
}

.entry.is-clicked {
  cursor: progress;
}

.entry-layout {
  overflow: hidden;
  background: url("assets/entry-page-desktop.png") center / contain no-repeat;
}

.entry-figma-desktop,
.entry-menu,
.entry .entry-photo {
  display: none !important;
}

.entry-ripple {
  position: absolute;
  z-index: 5;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(17, 17, 17, 0.46);
  border-radius: 999px;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.25);
  animation: entry-ripple 620ms ease-out forwards;
}

.site-ripple {
  position: fixed;
  z-index: 70;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(17, 17, 17, 0.42);
  border-radius: 999px;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.25);
  animation: entry-ripple 620ms ease-out forwards;
}

@keyframes entry-ripple {
  0% {
    opacity: 0.72;
    transform: translate(-50%, -50%) scale(0.25);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3.8);
  }
}

@media (max-width: 760px) {
  .entry-layout {
    width: min(100vw, calc(var(--mobile-viewport-height, 100dvh) * 0.460251));
    height: min(var(--mobile-viewport-height, 100dvh), 217.2727vw);
    background-image: url("assets/entry-page-mobile.png");
  }

  .entry-ripple {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 760px) {
  button,
  a,
  .viewer-zone {
    -webkit-tap-highlight-color: transparent;
  }

  .viewer-zone,
  .viewer-zone:active,
  .viewer-zone:focus {
    background: transparent !important;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
  }

  .entry-layout {
    transform: translateY(calc(var(--mobile-viewport-height, 100dvh) * -0.045));
  }

  .panel-works .stage-image {
    transform: translateY(calc(var(--mobile-viewport-height, 100dvh) * -0.06));
  }

  .panel-works .stage-image.is-small-series {
    transform: translateY(calc(var(--mobile-viewport-height, 100dvh) * -0.06)) scale(0.8);
  }

  .series-nav {
    display: none;
  }

  .site.is-series-menu-open .series-nav {
    top: 122px;
    bottom: auto;
    left: 18px;
    z-index: 25;
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    width: min(82vw, 360px);
    gap: 8px;
    overflow: visible;
    padding: 12px 0 0;
    transform: none;
  }

  .site.is-series-menu-open .series-button {
    white-space: normal;
    font-size: 13px;
    line-height: 1.45;
  }

  .site.is-series-menu-open::before {
    position: fixed;
    inset: 0;
    z-index: 18;
    background: #ffffff;
    content: "";
    pointer-events: none;
  }

  .site.is-series-menu-open .site-header {
    z-index: 26;
  }

  .work-footer {
    min-width: 0;
  }

  .series-title {
    display: block;
    color: var(--dim);
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3;
  }

  .counter {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3;
  }

  .about-panel.is-active {
    align-content: start;
    align-items: start;
    padding-top: 86px;
    gap: 24px;
  }

  #contact.info-panel.is-active {
    align-content: start;
    align-items: start;
    padding-top: calc(var(--mobile-viewport-height, 100dvh) * 0.34);
  }

  .about-panel .info-copy h1 {
    margin-bottom: 28px;
  }

  .about-panel .info-copy p {
    margin-bottom: 18px;
  }

  .about-photo {
    margin-top: -4px;
  }
}

/* Final legal footer override for deployment: keep ICP text barely visible. */
.icp-footer,
.icp-footer a,
.icp-footer a:link,
.icp-footer a:visited,
.icp-footer a:hover,
.icp-footer a:active,
.icp-footer a:focus {
  color: rgb(235, 235, 235) !important;
  -webkit-text-fill-color: rgb(235, 235, 235) !important;
  text-shadow: none !important;
}

.icp-footer {
  font-size: 10px !important;
  opacity: 1 !important;
}

@media (max-width: 760px) {
  .icp-footer {
    font-size: 7px !important;
  }
}

