:root {
  color-scheme: light;
}

html,
body {
  background: #f6f8fc;
}

#geInfo {
  display: grid;
  min-height: 100dvh;
  place-items: center;
  color: #14213d;
  font-family: "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

.sot-loading {
  display: grid;
  justify-items: center;
  padding: 2rem;
  text-align: center;
}

.sot-loading-mark {
  position: relative;
  display: block;
  width: 5rem;
  height: 3.5rem;
  margin-bottom: 1.25rem;
}

.sot-loading-mark i {
  position: absolute;
  width: 1.35rem;
  height: 1.35rem;
  border: 0.18rem solid #1f59d0;
  border-radius: 0.35rem;
  background: #edf4ff;
}

.sot-loading-mark i:nth-child(1) {
  top: 0;
  left: 0;
}

.sot-loading-mark i:nth-child(2) {
  right: 0;
  bottom: 0;
}

.sot-loading-mark i:nth-child(3) {
  top: 0.4rem;
  left: 50%;
  border-radius: 50%;
  background: #ff766b;
  transform: translateX(-50%);
}

.sot-loading-mark::before,
.sot-loading-mark::after {
  position: absolute;
  z-index: -1;
  height: 0.18rem;
  background: #1f59d0;
  content: "";
  transform-origin: left center;
}

.sot-loading-mark::before {
  top: 1.1rem;
  left: 1.1rem;
  width: 2.2rem;
  transform: rotate(8deg);
}

.sot-loading-mark::after {
  top: 1.4rem;
  left: 2.8rem;
  width: 1.8rem;
  transform: rotate(34deg);
}

.sot-loading h1 {
  margin: 0;
  font-size: clamp(1.5rem, 4vw, 2rem);
  letter-spacing: -0.04em;
}

.sot-loading p {
  margin: 0.65rem 0 0;
  color: #60708f;
  font-size: 0.9rem;
}

.sot-product-links {
  position: fixed;
  right: 0.45rem;
  bottom: 0.3rem;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.18rem 0.45rem;
  border: 1px solid #d9e2f3;
  border-radius: 0.35rem;
  background: rgb(248 250 255 / 94%);
  color: #526481;
  font: 600 0.62rem/1.4 "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

.sot-product-links a {
  color: #1f59d0;
  text-decoration: none;
}

.sot-product-links a:hover {
  text-decoration: underline;
}

.sot-hidden-item {
  display: none !important;
}

.geMenubar .geItem:focus-visible,
tr.mxPopupMenuItem:focus-visible {
  outline: 2px solid #1f59d0 !important;
  outline-offset: -2px;
}

.sot-compact-notice {
  display: none;
}

.geMenubarContainer,
.geToolbarContainer {
  border-color: #dbe3f0 !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 30rem) {
  .sot-compact-notice {
    position: fixed;
    right: 0.65rem;
    bottom: 2.4rem;
    left: 0.65rem;
    z-index: 1001;
    display: block;
    margin: 0;
    padding: 0.7rem 0.85rem;
    border: 1px solid #b9c9e6;
    border-radius: 0.65rem;
    background: rgb(248 250 255 / 97%);
    box-shadow: 0 0.65rem 1.8rem rgb(20 56 118 / 18%);
    color: #243a60;
    font: 700 0.76rem/1.45 "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  }

  .sot-product-links {
    max-width: calc(100vw - 1rem);
  }
}
