.main.FULLSCREEN .main_1_fixed .url_form {
  display: none;
}

.main[data-page="server-time"] .main_1 {
  padding: 1rem 0 1.5rem;
}
.main[data-page="server-time"] .main_1_fixed .url_form {
  --fixed-form-input-size: 2em;
  --fixed-form-button-size: clamp(1.18em, 0.44vw + 1.08em, 1.46em);
  --fixed-form-button-min-height: clamp(48px, 4vw, 60px);
  gap: 0.5rem;
}
.main[data-page="server-time"] .main_1_fixed .url_form #url_summit {
  min-width: clamp(118px, 12vw, 166px);
  padding: 0 clamp(0.95rem, 1.1vw, 1.2rem);
}
.main[data-page="server-time"] .main_1_fixed .url_form #url_summit:disabled {
  cursor: not-allowed;
  opacity: 0.62;
  background: rgba(194, 201, 182, 0.45);
  color: rgba(26, 38, 54, 0.72);
  box-shadow: inset 0 0 0 1px rgba(194, 201, 182, 0.18);
}
.main[data-page="server-time"] .main_1 .time_borad {
  width: 100%;
  padding: 2% 0;
  min-height: 62vh;
  display: grid;
  grid-template-columns: max-content max-content max-content;
  grid-template-rows: auto auto auto auto auto;
  align-items: end;
  justify-content: center;
  justify-items: center;
  text-align: center;
  column-gap: var(--clock-triplet-gap);
  row-gap: clamp(0.12rem, 0.48vw, 0.32rem);
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

.main[data-page="server-time"] .main_1 .servertime_stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
}
.main[data-page="server-time"] .main_1 .time_borad .clock {
  font-family: "Manrope", sans-serif;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
.main[data-page="server-time"] .main_1 .time_borad .clock#resultInfo {
  grid-column: 1 / -1;
  grid-row: 1;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  padding-bottom: 0.52rem;
}
.main[data-page="server-time"] .main_1 .time_borad .clock#date {
  grid-column: 1 / -1;
  grid-row: 2;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  color: var(--text);
  line-height: 1.04;
  max-width: none;
  white-space: nowrap;
  padding-bottom: 0.62rem;
  font-variant-numeric: tabular-nums;
}
.main[data-page="server-time"] .main_1 .time_borad .clock#time {
  grid-column: 2;
  grid-row: 3;
  font-size: var(--clock-triplet-time-size);
  font-weight: 300;
  letter-spacing: -0.08em;
  color: var(--text);
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
  text-align: center;
  min-width: var(--clock-triplet-time-min);
}
.main[data-page="server-time"] .main_1 .time_borad .clock#time:hover {
  cursor: pointer;
}
.main[data-page="server-time"] .main_1 .time_borad .clock#apm {
  grid-column: 1;
  grid-row: 3;
  justify-self: end;
  font-size: var(--clock-triplet-apm-size);
  font-weight: 800;
  color: var(--primary);
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
  width: var(--clock-triplet-apm-width);
  min-width: var(--clock-triplet-apm-width);
  text-align: center;
}
.main[data-page="server-time"] .main_1 .time_borad .clock#utcOffset {
  grid-column: 1 / -1;
  grid-row: 4;
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--text-soft);
  line-height: 1.45;
  white-space: pre-line;
  padding-top: 0.58rem;
}
.main[data-page="server-time"] .main_1 .time_borad .clock.clock_dst_status {
  grid-column: 1 / -1;
  grid-row: 5;
  font-family: "Inter", sans-serif;
  font-size: clamp(0.82rem, 1.1vw, 0.96rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-soft);
  padding-top: 0.12rem;
}
.main[data-page="server-time"] .main_1 .time_borad .clock#msec {
  grid-column: 3;
  grid-row: 3;
  justify-self: start;
  font-size: var(--clock-triplet-msec-size);
  font-weight: 700;
  color: var(--text-soft);
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
  width: var(--clock-triplet-msec-width);
  min-width: var(--clock-triplet-msec-width);
  text-align: center;
}

.main.FULLSCREEN[data-page="server-time"] .main_1 .servertime_stage {
  width: 100%;
  transform: scale(var(--page-zoom, 1));
  transform-origin: center center;
}

.main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad {
  width: max-content;
  max-width: min(100%, 1100px);
  min-height: auto;
  padding: 0;
  margin: 0 auto;
}

.main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad .clock#time {
  font-size: clamp(5.8rem, 12vw, 9.8rem);
  min-width: 6.2ch;
}

.main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad .clock#apm {
  font-size: clamp(2.6rem, 4vw, 3.8rem);
  min-width: 1.9ch;
}

.main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad .clock#msec {
  font-size: clamp(2rem, 3vw, 2.6rem);
  min-width: 2ch;
}

@media screen and (max-width: 1180px) {
  .main.FULLSCREEN[data-page="server-time"] .main_1 .servertime_stage {
    padding-top: 0.35rem;
  }

  .main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad {
    width: min(100%, 40rem);
    max-width: 100%;
  }

  .main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad .clock#time {
    font-size: clamp(4.4rem, 10.5vw, 7rem);
    min-width: 5.8ch;
  }

  .main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad .clock#apm {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    min-width: 1.8ch;
  }

  .main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad .clock#msec {
    font-size: clamp(1.35rem, 2.6vw, 2rem);
    min-width: 1.9ch;
  }

  .main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad .clock#date {
    font-size: clamp(1.55rem, 3.1vw, 2.2rem);
  }
}

@media screen and (max-width: 640px) {
  .main.FULLSCREEN[data-page="server-time"] .main_1 .servertime_stage {
    padding-top: 0.65rem;
  }

  .main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad {
    width: min(100%, 20rem);
    row-gap: clamp(0.08rem, 0.35vw, 0.2rem);
  }

  .main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad .clock#resultInfo {
    font-size: clamp(0.9rem, 3.2vw, 1.05rem);
    padding-bottom: 0.35rem;
    letter-spacing: 0.12em;
  }

  .main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad .clock#date {
    font-size: clamp(1.3rem, 5.8vw, 1.8rem);
    white-space: normal;
    padding-bottom: 0.45rem;
  }

  .main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad .clock#time {
    font-size: clamp(2.9rem, 14vw, 4.7rem);
    min-width: 5.2ch;
  }

  .main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad .clock#apm {
    font-size: clamp(1.2rem, 5vw, 1.8rem);
    min-width: 1.8ch;
  }

  .main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad .clock#msec {
    font-size: clamp(1rem, 4.2vw, 1.35rem);
    min-width: 1.9ch;
  }

  .main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad .clock#utcOffset {
    font-size: clamp(0.84rem, 3vw, 0.96rem);
    padding-top: 0.4rem;
  }

  .main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad .clock.clock_dst_status {
    font-size: clamp(0.68rem, 2.6vw, 0.78rem);
    letter-spacing: 0.08em;
  }
}

@media screen and (max-width: 420px) {
  .main.FULLSCREEN[data-page="server-time"] .main_1 .servertime_stage {
    padding-top: 0.8rem;
  }

  .main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad {
    width: min(100%, 18.5rem);
  }

  .main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad .clock#resultInfo {
    font-size: clamp(0.82rem, 3.6vw, 0.92rem);
  }

  .main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad .clock#date {
    font-size: clamp(1.15rem, 5.4vw, 1.5rem);
  }

  .main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad .clock#time {
    font-size: clamp(2.55rem, 13.4vw, 3.9rem);
    min-width: 5ch;
  }

  .main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad .clock#apm {
    font-size: clamp(1.05rem, 4.8vw, 1.45rem);
  }

  .main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad .clock#msec {
    font-size: clamp(0.92rem, 4vw, 1.18rem);
  }
}

body.dark-mode .main[data-page="server-time"] .main_1_fixed .url_form #url_addr,
body.dark-mode .main[data-page="server-time"] .main_1_fixed .url_form #url_summit {
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}
body.dark-mode .main[data-page="server-time"] .main_1_fixed .url_form #url_summit:disabled {
  background: rgba(255, 255, 255, 0.04);
  color: rgba(241, 243, 246, 0.55);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  opacity: 0.72;
}
body.dark-mode .main[data-page="server-time"] .main_1 .time_borad .clock.clock_dst_status {
  color: rgba(241, 243, 246, 0.58);
}

body.dark-mode .server_preset_icon--google,
body.dark-mode .server_preset_icon--amazon,
body.dark-mode .server_preset_icon--cloudflare,
body.dark-mode .server_preset_icon--time,
body.dark-mode .server_preset_icon--ticket,
body.dark-mode .server_preset_icon--retail {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-soft);
}

.main_extra {
  padding: 5% 0%;
}
.main_extra .extra_container .mini-note {
  font-family: "Inter", sans-serif;
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--text-soft);
  text-align: center;
  padding: 0 5% 2rem;
}
.main_extra .extra_container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.server_preset_section {
  padding: 0 5%;
}
.server_preset_header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
.server_preset_header h3 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--text);
}
.server_preset_cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.server_preset_card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
  min-height: 112px;
  padding: 1rem 0.9rem;
  border-radius: 22px;
  background: var(--surface);
  box-shadow: inset 0 0 0 1px rgba(194, 201, 182, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.server_preset_card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft), inset 0 0 0 1px rgba(77, 130, 29, 0.18);
}
.server_preset_card.is-disabled {
  opacity: 0.52;
  pointer-events: none;
  transform: none;
  box-shadow: inset 0 0 0 1px rgba(194, 201, 182, 0.08);
}
.server_preset_icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--surface-soft);
  color: var(--primary);
  font-size: 1.4rem;
}
.server_preset_icon .icon_svg {
  width: 1.35rem;
  height: 1.35rem;
}
.server_preset_wordmark {
  font-family: "Manrope", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.06em;
}
.server_preset_icon--google {
  background: linear-gradient(135deg, #eef4ff, #f9fbff);
  color: #4285f4;
}
.server_preset_icon--amazon {
  background: linear-gradient(135deg, #fff5e5, #fff9f0);
  color: #ff9900;
}
.server_preset_icon--cloudflare {
  background: linear-gradient(135deg, #fff0e8, #fff7f2);
  color: #f48120;
}
.server_preset_icon--time {
  background: linear-gradient(135deg, #eaf8df, #f3ffe9);
  color: var(--primary);
}
.server_preset_icon--ticket {
  background: linear-gradient(135deg, #f1efff, #f8f6ff);
  color: #5d4bd1;
}
.server_preset_icon--retail {
  background: linear-gradient(135deg, #edf8ee, #f8fff7);
  color: #4d821d;
}
.server_preset_card strong {
  font-family: "Inter", sans-serif;
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
  text-align: center;
  overflow-wrap: anywhere;
}
.server_preset_card small,
.server_utc_card small,
.server_hub_card small {
  font-family: "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
}
.server_hub_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.server_hub_card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 102px;
  padding: 1.25rem 1.35rem;
  border-radius: 22px;
  background: var(--surface);
  box-shadow: inset 0 0 0 1px rgba(194, 201, 182, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.server_hub_card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft), inset 0 0 0 1px rgba(77, 130, 29, 0.16);
}
.server_hub_lead {
  display: flex;
  align-items: center;
  gap: 0.95rem;
}
.server_hub_landmark {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--surface-soft);
  box-shadow: inset 0 0 0 1px rgba(194, 201, 182, 0.12);
  font-size: 1.65rem;
}
.server_hub_copy {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}
.server_hub_copy strong {
  font-family: "Inter", sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--text);
}
.server_hub_copy span {
  font-family: "Inter", sans-serif;
  font-size: 0.82rem;
  color: var(--text-soft);
}
.server_hub_meta {
  text-align: right;
}
.server_hub_time {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--text);
}
.server_utc_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.server_utc_card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  padding: 1rem;
  border-radius: 18px;
  background: var(--surface-soft);
  box-shadow: inset 0 0 0 1px rgba(194, 201, 182, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.server_utc_card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}
.server_utc_card strong {
  font-family: "Manrope", sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--text);
}

@media screen and (max-width: 700px) {
  .main[data-page="server-time"] .main_1 {
    padding: 0.45rem 0 0.85rem;
  }

  .main[data-page="server-time"] .main_1_fixed .url_form #url_addr::placeholder {
    font-size: 0.82em;
    letter-spacing: -0.01em;
  }
  .main_1_fixed .url_form {
    --fixed-form-button-size: 0.96em;
    --fixed-form-button-min-height: clamp(42px, 11vw, 52px);
  }
  .main_1_fixed .url_form #url_summit {
    min-width: clamp(92px, 24vw, 118px);
    padding: 0 0.8rem;
  }
  .main_1 .time_borad .clock#resultInfo {
    font-size: 5.6vw;
    padding-bottom: 0.18rem;
  }
  .main_1 .time_borad .clock#date {
    font-size: clamp(1rem, 4.2vw, 1.35rem) !important;
    padding-bottom: 0.2rem;
    max-width: none;
    white-space: nowrap;
  }
  .main_1 .time_borad .clock#time {
    font-size: clamp(4.4rem, 19.6vw, 6rem) !important;
    min-width: 6.2ch;
    font-weight: 400;
    letter-spacing: -0.06em;
    text-align: center;
  }
  .main_1 .time_borad .clock#apm {
    font-size: clamp(1.05rem, 4.8vw, 1.5rem) !important;
    min-width: 1.9ch;
    width: 1.9ch;
    text-align: center;
  }
  .main_1 .time_borad .clock#utcOffset {
    font-size: 4vw;
    padding-top: 0.42rem;
  }
  .main_1 .time_borad .clock.clock_dst_status {
    padding-top: 0.08rem;
  }
  .main_1 .time_borad .clock#msec {
    font-size: clamp(1.05rem, 4.8vw, 1.5rem) !important;
    min-width: 2ch;
    width: 2ch;
    text-align: center;
  }
  .main_1 .time_borad {
    column-gap: var(--clock-triplet-gap);
    min-height: 48vh;
    padding: 0.18rem 0 0.18rem;
  }
  .server_preset_cards,
  .server_utc_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .server_hub_grid {
    grid-template-columns: 1fr;
  }

  .main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad {
    width: max-content;
    max-width: none;
    grid-template-columns: max-content max-content max-content;
    column-gap: clamp(0.08rem, 0.7vw, 0.4rem);
  }

  .main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad .clock#time {
    width: auto;
    min-width: 6.2ch;
    font-size: 15vw;
    line-height: 1;
  }

  .main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad .clock#apm {
    width: 1.9ch;
    min-width: 1.9ch;
    font-size: 6vw;
    text-align: center;
  }

  .main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad .clock#msec {
    width: 2ch;
    min-width: 2ch;
    font-size: 6vw;
    text-align: center;
  }
}

@media screen and (max-width: 420px) {
  .main[data-page="server-time"] .main_1 {
    padding: 0.35rem 0 0.7rem;
  }

  .main[data-page="server-time"] .main_1_fixed .url_form #url_addr::placeholder {
    font-size: 0.74em;
    letter-spacing: -0.02em;
  }
  .main_1_fixed .url_form {
    --fixed-form-button-size: 0.9em;
  }
  .main_1_fixed .url_form #url_summit {
    min-width: clamp(84px, 21vw, 102px);
    padding: 0 0.65rem;
  }

  .main_1 .time_borad .clock#resultInfo {
    padding-bottom: 0.12rem;
  }
  .main_1 .time_borad .clock#date {
    font-size: clamp(0.95rem, 4vw, 1.2rem) !important;
    padding-bottom: 0.14rem;
    max-width: none;
    white-space: nowrap;
  }
  .main_1 .time_borad .clock#time {
    font-size: clamp(3.9rem, 19vw, 5.2rem) !important;
    min-width: 6.2ch;
    font-weight: 400;
    line-height: 1;
  }

  .main_1 .time_borad .clock#apm {
    font-size: clamp(0.95rem, 4.6vw, 1.3rem) !important;
    min-width: 1.9ch;
    width: 1.9ch;
  }

  .main_1 .time_borad .clock#utcOffset {
    padding-top: 0.34rem;
  }
  .main_1 .time_borad .clock#msec {
    font-size: clamp(0.95rem, 4.6vw, 1.3rem) !important;
    min-width: 2ch;
    width: 2ch;
  }
  .main_1 .time_borad .clock.clock_dst_status {
    padding-top: 0.04rem;
  }
  .main_1 .time_borad {
    column-gap: var(--clock-triplet-gap);
    min-height: 44vh;
    padding: 0.12rem 0 0.12rem;
  }

  .main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad .clock#time {
    font-size: 15vw;
    width: auto;
    min-width: 6.2ch;
    line-height: 1;
  }

  .main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad .clock#apm {
    font-size: 5vw;
    width: 1.8ch;
    min-width: 1.8ch;
  }

  .main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad .clock#msec {
    font-size: 5vw;
    width: 1.9ch;
    min-width: 1.9ch;
  }

  .main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad {
    column-gap: clamp(0.06rem, 0.6vw, 0.28rem);
  }

  .main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad .clock#apm,
  .main.FULLSCREEN[data-page="server-time"] .main_1 .time_borad .clock#msec {
    font-size: 5vw;
  }
}
@media screen and (orientation: landscape) {
  .main.FULLSCREEN .main_1 .time_borad {
    padding-top: 0vh;
  }
}

@media screen and (orientation: portrait) {
  .main[data-page="server-time"] .main_1 {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .main[data-page="server-time"] .main_1 .servertime_stage {
    justify-content: flex-start;
  }

  .main[data-page="server-time"] .main_1 .time_borad {
    min-height: auto;
    padding-bottom: clamp(0.3rem, 1.4vh, 0.8rem);
  }

  .main[data-page="server-time"] .main_1 .time_borad .clock.clock_dst_status {
    padding-bottom: clamp(0.18rem, 0.9vh, 0.42rem);
  }
}
