
.modal-overlay :where(h1, h2, h3, h4, p, div, em, strong, b, button, label, span, input, textarea, select, .modal-title, .chat-choice-copy strong, .chat-news-start-copy strong, .chat-news-char-head strong) {
  font-weight: 400;
}

.icon-logo-frame {
  width: var(--logo-frame-size, 66%);
  height: var(--logo-frame-size, 66%);
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 0;
}

.icon-logo-frame svg.app-icon {
  max-width: 100%;
  max-height: 100%;
}

.icon-logo-frame img.app-custom-logo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

:where(input[type="range"].settings-range, input[type="range"].one-global-range) {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  height: 18px;
  background: transparent;
  outline: none;
}

:where(input[type="range"].settings-range, input[type="range"].one-global-range)::-webkit-slider-runnable-track {
  height: 2px;
  background: var(--one-range-track-bg, linear-gradient(90deg, rgba(150,150,150,0.72), rgba(181,199,211,0.72)));
  border-radius: 999px;
}

:where(input[type="range"].settings-range, input[type="range"].one-global-range)::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 26px;
  height: 12px;
  margin-top: -4px;
  border-radius: 6px;
  background: var(--one-range-thumb-bg, #000);
  border: var(--one-range-thumb-border, 1px solid rgba(252,251,247,0.78));
  box-shadow: none;
}

:where(input[type="range"].settings-range, input[type="range"].one-global-range)::-moz-range-track {
  height: 2px;
  background: var(--one-range-track-bg, linear-gradient(90deg, rgba(150,150,150,0.72), rgba(181,199,211,0.72)));
}

:where(input[type="range"].settings-range, input[type="range"].one-global-range)::-moz-range-thumb {
  width: 22px;
  height: 10px;
  border-radius: 6px;
  background: var(--one-range-thumb-bg, #000);
  border: var(--one-range-thumb-border, 1px solid rgba(252,251,247,0.78));
}

.fa-chess-knight {
  --one-fa-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M192%2032c-17.7%200-32%2014.3-32%2032v21.3C99.2%20105.7%2056%20163.1%2056%20230c0%2045.8%2020.3%2088.6%2055.6%20117.5L64%20416v64c0%2017.7%2014.3%2032%2032%2032h320c17.7%200%2032-14.3%2032-32v-32c0-53-43-96-96-96h-69.5l-34.1-68.2%2064.7-38.8%2036.2%2036.2c12.5%2012.5%2032.8%2012.5%2045.3%200l45.3-45.3c12.5-12.5%2012.5-32.8%200-45.3L339.4%2090.1C302.2%2052.9%20251.7%2032%20199.1%2032H192zM224%20128c35.3%200%2064%2028.7%2064%2064s-28.7%2064-64%2064c-8.8%200-16-7.2-16-16s7.2-16%2016-16c17.7%200%2032-14.3%2032-32s-14.3-32-32-32c-8.8%200-16-7.2-16-16s7.2-16%2016-16z%22%2F%3E%3C%2Fsvg%3E");
}

:where(.chat-app-page, .memory-app-page, .messages-app-page, .phone-app-page, .settings-app-page, .worldbook-app-page, .music-app-page, .companion-app-page, .couplespace-app-page, .douyin-app-page, .find-app-page, .game-app-page, .guide-app-page, .layer-app-page, .map-app-page, .meet-app-page, .monitor-app-page, .reading-app-page, .shopping-app-page, .sink-app-page, .vocabulary-app-page, .wordgame-app-page, .x-app-page, .xiaohongshu-app-page) :where(button:not([class]), input:not([type="hidden"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]):not([type="color"]):not([class]), select:not([class]), textarea:not([class])) {
  box-sizing: border-box;
  min-height: 36px;
  border: 1px solid rgba(74, 78, 89, 0.16);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.64);
  color: #343941;
  font: 500 13px/1.35 Inter, -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Microsoft YaHei", sans-serif;
  letter-spacing: 0.02em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.72);
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}

:where(.chat-app-page, .memory-app-page, .messages-app-page, .phone-app-page, .settings-app-page, .worldbook-app-page, .music-app-page, .companion-app-page, .couplespace-app-page, .douyin-app-page, .find-app-page, .game-app-page, .guide-app-page, .layer-app-page, .map-app-page, .meet-app-page, .monitor-app-page, .reading-app-page, .shopping-app-page, .sink-app-page, .vocabulary-app-page, .wordgame-app-page, .x-app-page, .xiaohongshu-app-page) :where(button:not([class])) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 13px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.58);
}

:where(.chat-app-page, .memory-app-page, .messages-app-page, .phone-app-page, .settings-app-page, .worldbook-app-page, .music-app-page, .companion-app-page, .couplespace-app-page, .douyin-app-page, .find-app-page, .game-app-page, .guide-app-page, .layer-app-page, .map-app-page, .meet-app-page, .monitor-app-page, .reading-app-page, .shopping-app-page, .sink-app-page, .vocabulary-app-page, .wordgame-app-page, .x-app-page, .xiaohongshu-app-page) :where(input:not([class]), select:not([class]), textarea:not([class])) {
  width: 100%;
  padding: 8px 10px;
}

:where(.chat-app-page, .memory-app-page, .messages-app-page, .phone-app-page, .settings-app-page, .worldbook-app-page) :where(button:not([class]) svg, button:not([class]) svg :where(path, circle, rect, line, polyline, polygon)) {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

:where(.chat-app-page, .memory-app-page, .messages-app-page, .phone-app-page, .settings-app-page, .worldbook-app-page) :where(details:not([class])) {
  border: 1px solid rgba(74, 78, 89, 0.12);
  background: rgba(255,255,255,0.52);
  padding: 12px 14px;
}

:where(.chat-app-page, .memory-app-page, .messages-app-page, .phone-app-page, .settings-app-page, .worldbook-app-page) :where(summary:not([class])) {
  list-style: none;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  color: #4A4E59;
  font: 500 13px/1.35 Inter, -apple-system, BlinkMacSystemFont, "PingFang SC", sans-serif;
}

:where(.chat-app-page, .memory-app-page, .messages-app-page, .phone-app-page, .settings-app-page, .worldbook-app-page) :where(summary:not([class])::-webkit-details-marker) {
  display: none;
}

.chat-global-alert-dialog .modal-content {
  padding: 24px 24px 14px;
}

.chat-global-alert-dialog h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: 22px;
  line-height: 1.08;
  font-style: italic;
  font-weight: 400;
  color: #24272d;
}

.chat-global-alert-dialog p {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.62;
  color: rgba(52,57,65,0.62);
}

.chat-global-alert-actions button {
  min-width: 72px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #f2f3f4;
  color: rgba(31,36,42,0.76);
  font-size: 12px;
  cursor: pointer;
}

.chat-global-alert-actions button.is-primary {
  background: #25282e;
  color: #fff;
}

.memory-settings-panel .memory-unified-panel {
  margin-top: 16px;
}

body.messages-module {
  margin: 0;
  min-height: 100svh;
  background: radial-gradient(circle at 22% 2%, rgba(255,255,255,.86), transparent 35%),
    linear-gradient(180deg, #FCFAF7 0%, var(--messages-bg) 100%);
  color: var(--messages-text);
  font-family: var(--one-font-family, -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", sans-serif);
}

.messages-shell {
  width: min(100vw, 480px);
  min-height: 100svh;
  margin: 0 auto;
  padding: calc(18px + env(safe-area-inset-top, 0px)) 18px var(--messages-safe-bottom);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.messages-header {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 12px;
}

.messages-back {
  border: 1px solid rgba(172,162,151,.22);
  background: rgba(255,255,255,.68);
  color: #6C655E;
  border-radius: 999px;
  font: inherit;
  letter-spacing: .02em;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
  width: 38px;
  height: 38px;
  font-size: 26px;
  line-height: 1;
}

.messages-back:active {
  transform: scale(.97);
}

.messages-detail-close:active {
  transform: scale(.97);
}

.messages-detail-actions button:active {
  transform: scale(.97);
}

.messages-kicker {
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--messages-faint);
  font-style: italic;
}

.messages-header h1 {
  margin: 2px 0 0;
  font-size: 30px;
  line-height: 1;
  font-weight: 640;
  letter-spacing: -.04em;
}

.messages-header p {
  margin: 8px 0 0;
  font-size: 12px;
  color: var(--messages-soft);
  letter-spacing: .03em;
}

.messages-search span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--messages-faint);
}

.messages-row img {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  object-fit: cover;
  background: linear-gradient(135deg, rgba(226,218,207,.88), rgba(248,245,240,.92));
  color: #8E867D;
  display: grid;
  place-items: center;
  font-size: 14px;
  letter-spacing: .08em;
}

.messages-main {
  min-width: 0;
}

.messages-unread {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8D887F;
  flex: 0 0 auto;
}

.messages-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
}

.messages-empty[hidden] {
  display: none;
}

.messages-list[hidden] {
  display: none;
}

.messages-empty-orb {
  width: 54px;
  height: 54px;
  border-radius: 22px;
  background: rgba(255,255,255,.66);
  border: 1px solid rgba(172,162,151,.16);
  margin-bottom: 14px;
}

.messages-empty h2 {
  margin: 0;
  font-size: 21px;
  font-weight: 560;
  color: #746D65;
  letter-spacing: -.02em;
}

.messages-empty p {
  margin: 9px 0 0;
  font-size: 12px;
  color: var(--messages-faint);
}

.messages-detail.is-open {
  opacity: 1;
  pointer-events: auto;
}

.messages-detail-card {
  position: relative;
  width: min(100%, 440px);
  margin: 0 auto;
  border-radius: 30px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(255,255,255,.72);
  padding: 18px;
  box-shadow: 0 18px 50px rgba(102,92,83,.13);
  overflow: hidden;
}

.messages-detail-card::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 9px;
  border-radius: 0 0 12px 12px;
  background: rgba(214,205,193,.34);
}

.messages-detail-card::after {
  content: "LETTER";
  position: absolute;
  right: 18px;
  bottom: 78px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-style: italic;
  letter-spacing: -.08em;
  color: rgba(80,73,65,.035);
  pointer-events: none;
}

.messages-detail-close {
  border: 1px solid rgba(172,162,151,.22);
  background: rgba(255,255,255,.68);
  color: #6C655E;
  border-radius: 999px;
  font: inherit;
  letter-spacing: .02em;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
  justify-self: end;
  width: auto;
  padding: 8px 14px;
  margin: 0 auto 10px;
  font-size: 11px;
  text-transform: uppercase;
}

.messages-detail-person img {
  object-fit: cover;
  background: linear-gradient(135deg, rgba(226,218,207,.88), rgba(248,245,240,.92));
  color: #8E867D;
  display: grid;
  place-items: center;
  font-size: 14px;
  letter-spacing: .08em;
  width: 54px;
  height: 54px;
  border-radius: 20px;
}

.messages-detail-time {
  margin-top: 5px;
  font-size: 11px;
  color: var(--messages-faint);
}

.messages-detail-tag {
  margin-top: 14px;
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(156,148,139,.12);
  color: #8B837A;
  font-size: 11px;
  letter-spacing: .08em;
}

.messages-detail h2 {
  margin: 14px 0 8px;
  font-size: 20px;
  font-weight: 620;
  letter-spacing: -.02em;
}

.messages-detail-actions button {
  border: 1px solid rgba(172,162,151,.22);
  background: rgba(255,255,255,.68);
  color: #6C655E;
  font: inherit;
  letter-spacing: .02em;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
  height: 42px;
  border-radius: 18px;
  font-size: 13px;
}

.messages-detail-actions button:last-child {
  background: #3F3A35;
  color: #fff;
  border-color: #3F3A35;
}

.messages-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-height: 620px) {
  .messages-header h1 {
  font-size: 26px;
  }

  .messages-shell {
  gap: 10px;
  padding-top: calc(12px + env(safe-area-inset-top, 0px));
  }

  .messages-row {
  padding: 10px;
  border-radius: 22px;
  }
}

.settings-auth-code-output strong {
  font-weight: 400;
}

.settings-auth-account-head strong {
  font-weight: 400;
}

.settings-logout-zone {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 0 0;
  margin-top: 10px;
}

.settings-logout-btn {
  width: max-content;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  box-shadow: none;
  text-decoration: none;
  color: rgba(52,57,65,0.46);
  letter-spacing: 0.10em;
}

.settings-logout-btn:active {
  transform: translateY(1px);
  background: transparent;
  color: rgba(52,57,65,0.76);
}

body.onephone-app-module {
  min-height: 100svh;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #fdfcfb 0%, #f0efed 100%);
}

.app-module-shell {
  width: min(420px, calc(100vw - 48px));
  min-height: 360px;
  border-radius: 34px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 18px 60px rgba(120,130,140,.10);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 30px;
}

.app-module-shell .app {
  pointer-events: none;
}

.app-module-note {
  max-width: 270px;
  text-align: center;
  font-size: 12px;
  line-height: 1.75;
  color: #8A8A8A;
  letter-spacing: .04em;
}

.app-module-head {
  display: grid;
  place-items: center;
  gap: 4px;
  margin-bottom: 2px;
}

.app-module-title {
  margin: 0;
  font-size: 30px;
  line-height: 1;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: .04em;
  color: #4A4E59;
}

.app-module-subtitle {
  font-size: 10px;
  letter-spacing: .18em;
  color: #B1B1B1;
  text-transform: uppercase;
}

.app-module-kicker {
  font-size: 10px;
  letter-spacing: .18em;
  color: #B1B1B1;
  text-transform: uppercase;
}

.app {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.2, 0, 0, 1);
  justify-content: flex-end;
}

.app:active {
  transform: scale(0.9);
}

.icon-box {
  width: 56px;
  height: 56px;
  border-radius: var(--one-app-icon-radius, 17px);
  background: rgba(255, 255, 255, 0.45);
  border: var(--one-app-icon-border, 1px solid rgba(255, 255, 255, 0.6));
  box-shadow: var(--one-app-icon-shadow, 0 8px 24px rgba(120, 130, 140, 0.04), inset 0 2px 4px rgba(255, 255, 255, 0.8));
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: var(--one-app-icon-backdrop, blur(8px));
  -webkit-backdrop-filter: var(--one-app-icon-backdrop, blur(8px));
  position: relative;
  overflow: hidden;
}

.icon-box svg {
  width: 27px;
  height: 27px;
  fill: #111111;
  stroke: none;
  display: block;
  overflow: visible;
  transform-origin: 50% 50%;
}

.icon-box svg.app-icon {
  width: var(--logo-size, 27px);
  height: var(--logo-size, 27px);
}

.icon-heart {
  --logo-size: 31px;
}

.icon-find {
  --logo-size: 33.6px;
}

.icon-camera {
  --logo-size: 31px;
}

.icon-cart {
  --logo-size: 32.55px;
}

.icon-douyin {
  --logo-size: 27px;
}

.icon-x {
  --logo-size: 30px;
}

.icon-music {
  --logo-size: 36px;
}

.icon-game {
  --logo-size: 34px;
}

.icon-guide {
  --logo-size: 41px;
  transform: translate(-1px, 1px);
}

.icon-books {
  --logo-size: 30.45px;
}

.icon-memory {
  --logo-size: 35px;
}

.icon-worldbook {
  --logo-size: 33px;
}

.icon-meet {
  --logo-size: 37.8px;
}

.icon-sink {
  --logo-size: 35px;
}

.icon-phone {
  --logo-size: 36px;
}

.icon-message {
  --logo-size: 32px;
}

.icon-chat {
  --logo-size: 35.8px;
}

.icon-settings {
  --logo-size: 34.28px;
}

.app-label {
  font-size: var(--one-app-label-size, 11px);
  color: #000000;
  margin-top: 6px;
  font-weight: var(--one-app-label-weight, 500);
  text-shadow: none;
  white-space: nowrap;
}

.avatar-shell {
  box-sizing: border-box;
}

.chat-message-bubble {
  box-sizing: border-box;
}

.chat-refresh-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  color: currentColor;
}

.chat-offline-icon-play {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  color: currentColor;
}

.chat-offline-icon-pause {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  color: currentColor;
}

.chat-refresh-icon::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1.7px solid currentColor;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(-24deg);
}

.chat-offline-icon-play::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid currentColor;
}

.chat-offline-icon-pause::before {
  content: "";
  position: absolute;
  top: 4px;
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: currentColor;
  left: 5px;
}

.chat-offline-icon-pause::after {
  content: "";
  position: absolute;
  top: 4px;
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: currentColor;
  right: 5px;
}

.chat-api-config-view {
  padding: 52px 28px max(120px, calc(env(safe-area-inset-bottom) + 118px));
  overflow-y: auto;
  scrollbar-width: none;
  background: #FCFBF7;
}

.chat-avatar-library-view {
  padding: 52px 28px max(120px, calc(env(safe-area-inset-bottom) + 118px));
  overflow-y: auto;
  scrollbar-width: none;
  background: #FCFBF7;
}

.chat-news-view {
  padding: 52px 28px max(120px, calc(env(safe-area-inset-bottom) + 118px));
  overflow-y: auto;
  scrollbar-width: none;
  background: #FCFBF7;
}

.chat-ta-view {
  padding: 52px 28px max(120px, calc(env(safe-area-inset-bottom) + 118px));
  overflow-y: auto;
  scrollbar-width: none;
  background: #FCFBF7;
}

.chat-style-native-studio {
  padding: 52px 28px max(120px, calc(env(safe-area-inset-bottom) + 118px));
  overflow-y: auto;
  scrollbar-width: none;
  background: #FCFBF7;
}

.chat-api-config-view::-webkit-scrollbar {
  display: none;
}

.chat-avatar-library-view::-webkit-scrollbar {
  display: none;
}

.chat-news-view::-webkit-scrollbar {
  display: none;
}

.chat-ta-view::-webkit-scrollbar {
  display: none;
}

.chat-style-native-studio::-webkit-scrollbar {
  display: none;
}

.chat-api-form-stack {
  display: grid;
  gap: 12px;
}

.chat-style-avatar-transform-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.chat-ta-soul-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.chat-stock-ask-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.chat-ta-soul-card {
  isolation: isolate;
}

.chat-ta-soul-details {
  margin-top: 12px;
  border: 1px solid rgba(74,78,89,0.12);
  background: rgba(255,255,255,0.54);
  padding: 12px 14px;
}

.chat-ta-soul-textarea {
  min-height: 112px;
  resize: vertical;
}

.chat-assets-title-wrap {
  min-width: 0;
}

.chat-asset-amount-modal {
  z-index: 22500;
}

.chat-bankcard-modal {
  z-index: 22500;
}

.chat-bill-detail-modal {
  z-index: 22500;
}

.chat-quickpay-modal {
  z-index: 22500;
}

.chat-stock-sheet-modal {
  z-index: 22500;
}

.chat-me-follow-avatar-modal {
  z-index: 22500;
}

.chat-stock-sheet {
  width: min(340px, calc(100vw - 48px));
  max-height: min(76vh, 620px);
  overflow: auto;
  border-radius: 26px;
  background: rgba(255,255,255,0.94);
  box-shadow: 0 24px 60px rgba(22, 26, 31, 0.16);
}

.chat-stock-ask-empty {
  padding: 28px 18px;
  text-align: center;
  color: #9AA1AD;
  border: 1px dashed rgba(74,78,89,0.16);
  background: rgba(255,255,255,0.42);
}

.chat-global-alert-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 24000;
  background: rgba(252,251,247,0.62);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.chat-global-alert-modal.show {
  display: flex;
}

.chat-global-alert-dialog {
  border: 0;
  background: #fff;
  overflow: hidden;
  width: min(320px, calc(100vw - 48px));
  border-radius: 26px;
  box-shadow: 0 24px 62px rgba(31,37,46,0.16);
}

.chat-global-alert-kicker {
  margin-bottom: 12px;
  font-family: "Courier New", Courier, monospace;
  font-size: 9px;
  letter-spacing: 0.18em;
  font: 600 10px/1 "Courier New", monospace;
  color: #A0A7B2;
  text-transform: uppercase;
}

.chat-global-alert-actions {
  justify-content: flex-end;
  gap: 8px;
  padding: 0 18px 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(74,78,89,0.10);
}

.chat-online-modal-close {
  appearance: none;
  border: 0;
  background: rgba(255,255,255,0.62);
  color: #4A4E59;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
}

.chat-online-modal-refresh {
  appearance: none;
  border: 0;
  background: rgba(255,255,255,0.62);
  color: #4A4E59;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
}

.wb-library-view {
  min-height: 100%;
}

.wb-detail-view {
  min-height: 100%;
}

.wb-directory {
  margin-top: 22px;
}

.wb-create-modal {
  z-index: 23000;
}

.wb-create-name-field {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(74,78,89,0.18);
  background: transparent;
  color: #343941;
  padding: 11px 0;
}

.wb-desc-field {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(74,78,89,0.18);
  background: transparent;
  color: #343941;
  padding: 11px 0;
}

.wb-tone-field {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(74,78,89,0.18);
  background: transparent;
  color: #343941;
  padding: 11px 0;
}

.memory-inner {
  position: relative;
  z-index: 1;
}

.memory-unified-head {
  position: relative;
  z-index: 1;
}

.memory-toast {
  position: fixed;
  left: 50%;
  bottom: max(92px, calc(env(safe-area-inset-bottom) + 84px));
  transform: translateX(-50%);
  z-index: 26000;
  max-width: calc(100vw - 48px);
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(17,17,17,0.86);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.04em;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

.memory-toast.show {
  opacity: 1;
}

.messages-icon-action {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(74,78,89,0.10);
  background: rgba(255,255,255,0.64);
  display: inline-grid;
  place-items: center;
  color: #4A4E59;
}

.chat-group-member-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(74,78,89,0.10);
  color: #4A4E59;
}

.chat-group-member-checks {
  display: grid;
  gap: 8px;
  max-height: min(42vh, 320px);
  overflow-y: auto;
  scrollbar-width: none;
}

.chat-group-member-checks::-webkit-scrollbar {
  display: none;
}

.chat-setting-field-remark {
  display: grid;
  gap: 8px;
}

.send-btn {
  box-sizing: border-box;
}

.global-reroll-requirement-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.global-reroll-requirement-field small {
  display: block;
  margin-top: 6px;
  color: #8A929D;
  font-size: 11px;
  line-height: 1.55;
  letter-spacing: 0.01em;
}

.global-reroll-switch-row small {
  display: block;
  margin-top: 6px;
  color: #8A929D;
  font-size: 11px;
  line-height: 1.55;
  letter-spacing: 0.01em;
}

.global-reroll-switch-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 13px;
  border: 1px solid rgba(150, 158, 168, 0.22);
  border-radius: 16px;
  background: rgba(250, 251, 252, 0.88);
  color: #343941;
}

.global-reroll-switch-row > span {
  min-width: 0;
  flex: 1 1 auto;
}

.global-reroll-switch-row b {
  display: block;
  color: #343941;
  font-size: 13px;
  line-height: 1.35;
}

.global-reroll-switch-row input[role="switch"] {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  flex: 0 0 auto;
  width: 46px;
  height: 26px;
  border: 1px solid rgba(124, 132, 143, 0.28);
  border-radius: 999px;
  background: rgba(207, 214, 221, 0.72);
  outline: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.global-reroll-switch-row input[role="switch"]::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.14);
  transition: transform 0.2s ease;
}

.global-reroll-switch-row input[role="switch"]:checked {
  border-color: rgba(74, 78, 89, 0.34);
  background: rgba(74, 78, 89, 0.82);
}

.global-reroll-switch-row input[role="switch"]:checked::after {
  transform: translateX(20px);
}

.one-phone-reroll-requirement-dialog .modal-content {
  gap: 14px;
}

#desktop.one-phone-desktop-shell {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#onePhoneDesktopHost {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

#oneDesktopNativeAppBridge[hidden] {
  display: none;
}

body.show-phone-shell:not(.one-phone-app-open) #desktop {
  width: var(--one-desktop-shell-base-width, 450px);
}

body.show-phone-shell:not(.one-phone-app-open) .phone-shell-frame {
  width: var(--one-desktop-shell-frame-width, 474px);
}


/* v474_29 查岗 APP：角色全屏上下翻页选择 + 选择查岗后接入锁屏；头像作为整页上方背景。 */
.find-app-page {
  --find-ink: #ffffff;
  --find-muted: rgba(255, 255, 255, 0.62);
  --find-line: rgba(255, 255, 255, 0.34);
  --find-dark: #020202;
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #000;
  color: var(--find-ink);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .18s ease, transform .18s ease;
  font-family: var(--one-font-family, -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", sans-serif);
  isolation: isolate;
}

.find-app-page.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.find-app-body {
  margin: 0;
  min-height: 100svh;
  background: #000;
  color: #fff;
  overflow: hidden;
}

.find-checkin-topbar {
  position: absolute;
  inset: max(22px, env(safe-area-inset-top)) 0 auto;
  z-index: 7;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 30px;
  pointer-events: none;
}


.find-checkin-chat-shortcut {
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  gap: 2px;
  color: rgba(255,255,255,.56);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  padding: 9px 15px 8px;
  letter-spacing: .14em;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
}

.find-checkin-chat-shortcut b {
  font-size: 11px;
  font-weight: 400;
}

.find-checkin-chat-shortcut em {
  font-size: 10px;
  font-style: normal;
  letter-spacing: .08em;
}

.find-checkin-back {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  color: rgba(255,255,255,.48);
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
}

.find-checkin-back-orb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.16);
}

.find-checkin-back svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.find-checkin-back-copy {
  display: grid;
  gap: 2px;
  text-align: right;
  letter-spacing: .16em;
}

.find-checkin-back-copy b {
  font-size: 12px;
  font-weight: 400;
}

.find-checkin-back-copy em {
  font-size: 11px;
  font-style: normal;
  letter-spacing: .10em;
}

.find-checkin-directory {
  display: grid;
  gap: 2px;
  text-align: left;
  color: rgba(255,255,255,.58);
  letter-spacing: .18em;
}

.find-checkin-directory b {
  font-size: 13px;
  font-weight: 400;
}

.find-checkin-directory em {
  font-size: 11px;
  font-style: normal;
  letter-spacing: .12em;
}

.find-checkin-stage {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.find-checkin-track {
  height: 100%;
  display: flex;
  flex-direction: column;
  touch-action: none;
  will-change: transform;
  transition: transform .34s cubic-bezier(.22, .72, .18, 1);
}

.find-target-card {
  position: relative;
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100svh;
  overflow: hidden;
  background: #090909;
  color: #fff;
  flex: 0 0 100%;
}

.find-target-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 48% 24%, rgba(255,255,255,.18), transparent 30%), linear-gradient(180deg, #85827b 0%, #2e2e2c 48%, #000 100%);
  background-size: cover;
  background-position: center top;
  filter: saturate(.78) contrast(.96);
  transform: scale(1.01);
}

.find-target-bg.has-image {
  background-size: cover;
  background-position: center top;
}

.find-target-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.18) 34%, rgba(0,0,0,.78) 62%, #000 100%);
}

.find-target-copy {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: max(66px, calc(env(safe-area-inset-bottom) + 44px));
  display: grid;
  gap: 22px;
}


.find-target-no {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  gap: 14px;
  color: rgba(255,255,255,.62);
  text-align: left;
  flex: 0 0 auto;
}

.find-target-no em {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: .9;
  font-weight: 400;
  font-style: italic;
}

.find-target-no span {
  display: grid;
  gap: 4px;
  letter-spacing: .16em;
}

.find-target-no b {
  font-size: 12px;
  font-weight: 400;
}

.find-target-no i {
  font-size: 11px;
  font-style: normal;
  letter-spacing: .08em;
}

.find-target-title {
  min-width: 0;
  display: grid;
  justify-items: start;
  gap: 18px;
  text-align: left;
}

.find-target-identity-line {
  min-width: 0;
  display: flex;
  align-items: end;
  justify-content: flex-start;
  gap: 16px;
  text-align: left;
}

.find-target-copy h2 {
  min-width: 0;
  flex: 0 1 auto;
  margin: 0;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: clamp(48px, 13vw, 78px);
  line-height: .94;
  font-weight: 400;
  letter-spacing: -.05em;
  text-align: left;
  text-shadow: 0 14px 38px rgba(0,0,0,.38);
}

.find-target-progress {
  width: min(330px, 72vw);
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(10px, 1fr);
  gap: 5px;
}

.find-target-progress span {
  height: 2px;
  border-radius: 999px;
  background: rgba(255,255,255,.30);
}

.find-target-progress span.active {
  background: #fff;
}

.find-target-observer {
  display: grid;
  justify-items: start;
  gap: 6px;
  color: rgba(255,255,255,.66);
  letter-spacing: .08em;
  text-align: left;
}

.find-target-observer b {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .12em;
}

.find-target-observer i {
  font-size: 11px;
  font-style: normal;
  letter-spacing: .10em;
  color: rgba(255,255,255,.46);
}

.find-target-observer p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255,255,255,.50);
}

.find-target-bottom {
  display: grid;
  grid-template-columns: minmax(70px, .48fr) minmax(112px, .72fr) auto;
  align-items: end;
  gap: 18px;
}

.find-target-bottom div {
  display: grid;
  justify-items: end;
  gap: 4px;
  color: rgba(255,255,255,.62);
  letter-spacing: .12em;
  text-align: right;
}

.find-target-bottom b {
  font-size: 12px;
  font-weight: 400;
}

.find-target-bottom i {
  font-size: 11px;
  font-style: normal;
  letter-spacing: .08em;
}

.find-target-bottom strong {
  margin-top: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-style: italic;
  font-weight: 400;
}

.find-select-btn {
  min-width: 166px;
  height: 54px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  justify-self: end;
  gap: 18px;
  padding: 0 10px 0 24px;
  background: rgba(255,255,255,.07);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 14px 36px rgba(0,0,0,.26);
  cursor: pointer;
}

.find-select-btn span {
  font-size: 13px;
  letter-spacing: .12em;
  white-space: nowrap;
}

.find-select-btn svg {
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 50%;
  background: #fff;
  color: #111;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.find-checkin-swipe {
  position: absolute;
  left: 0;
  right: 0;
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 7;
  display: grid;
  place-items: center;
  gap: 5px;
  color: rgba(255,255,255,.22);
  pointer-events: none;
}

.find-checkin-swipe span {
  font-size: 9px;
  letter-spacing: .22em;
}

.find-checkin-swipe i {
  width: 1px;
  height: 22px;
  background: rgba(255,255,255,.34);
}

.find-checkin-empty {
  height: 100%;
  display: grid;
  place-content: center;
  gap: 10px;
  text-align: center;
  background: #050505;
  color: rgba(255,255,255,.68);
}

.find-checkin-empty strong {
  font-size: 22px;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-weight: 400;
}

.find-checkin-empty span {
  font-size: 12px;
  letter-spacing: .08em;
}

/* 查岗锁屏：从 phone_lockscreen_zero_backspace_centered_three_files 的 iOS lockscreen 模块拆入，保留原指纹 SVG 路径与取消/完成交互结构。 */
.find-lockscreen-layer.ios-lockscreen {
  position: absolute;
  inset: 0;
  z-index: 11;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 24px 28px;
  color: #111827;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  user-select: none;
  -webkit-user-select: none;
  touch-action: none;
  overflow: hidden;
  isolation: isolate;
  border-radius: inherit;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity .24s ease, transform .24s ease;
  will-change: opacity, transform;
  backface-visibility: hidden;
}


.find-lockscreen-layer.ios-lockscreen::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: rgba(255,255,255,.18);
  pointer-events: none;
}

.find-lockscreen-layer.ios-lockscreen.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.find-lockscreen-layer.ios-lockscreen.is-unlocking {
  opacity: 0;
  transform: scale(1.012);
  pointer-events: none;
}

.find-lockscreen-wall {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #f8fafc;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.find-lockscreen-wall.has-image {
  transform: none;
}

.ios-lockscreen__panel {
  width: min(100%, 292px);
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(3px);
}

.ios-lockscreen__avatar {
  width: 76px;
  height: 76px;
  border-radius: 999px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: rgba(17,24,39,.78);
  font-size: 24px;
  font-weight: 400;
  background: rgba(255,255,255,.46);
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255,255,255,.70);
  box-shadow: 0 4px 14px rgba(15,23,42,.06), inset 0 1px 1px rgba(255,255,255,.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.ios-lockscreen__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ios-lockscreen__avatar.has-image {
  color: transparent;
}

.ios-lockscreen__name {
  max-width: 220px;
  text-align: center;
  font-size: 24px;
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: -0.035em;
  color: rgba(17,24,39,.84);
  margin-bottom: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ios-lockscreen__status {
  min-height: 18px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(17,24,39,.62);
  margin-bottom: 14px;
  text-align: center;
}

.ios-lockscreen__dots {
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-bottom: 20px;
}

.ios-lockscreen__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  background: rgba(17,24,39,.20);
}

.ios-lockscreen__dot.is-filled,
.ios-lockscreen__dot.filled {
  background: rgba(17,24,39,.72);
}

.ios-lockscreen__keypad {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 64px);
  justify-content: center;
  gap: 10px 16px;
}

.ios-lockscreen__key {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.60);
  background: rgba(255,255,255,.36);
  color: rgba(17,24,39,.84);
  box-shadow: 0 4px 14px rgba(15,23,42,.06), inset 0 1px 1px rgba(255,255,255,.74);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform .12s ease, background .12s ease;
}

.ios-lockscreen__key:active {
  transform: scale(.94);
  background: rgba(255,255,255,.54);
}

.ios-lockscreen__num {
  font-size: 27px;
  line-height: 27px;
  font-weight: 320;
  letter-spacing: -0.02em;
}

.ios-lockscreen__letters {
  min-height: 10px;
  font-size: 7px;
  line-height: 9px;
  font-weight: 400;
  letter-spacing: .16em;
  color: rgba(17,24,39,.38);
  margin-top: 2px;
}

.ios-lockscreen__key[data-key="0"],
.ios-lockscreen__backspace {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ios-lockscreen__key[data-key="0"] .ios-lockscreen__letters,
.ios-lockscreen__backspace .ios-lockscreen__letters {
  display: none;
}

.ios-lockscreen__key[data-key="0"] .ios-lockscreen__num,
.ios-lockscreen__backspace .ios-lockscreen__num {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
}

.ios-lockscreen__backspace svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 28px;
  display: block;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.22;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
}

.ios-lockscreen__actions {
  width: min(100%, 292px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  padding: 0 4px;
}

.ios-lockscreen__action {
  min-width: 62px;
  min-height: 32px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(17,24,39,.58);
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.ios-lockscreen__finger {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.60);
  background: rgba(255,255,255,.38);
  color: rgba(17,24,39,.72);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(15,23,42,.06), inset 0 1px 1px rgba(255,255,255,.74);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform .12s ease, background .12s ease;
}

.ios-lockscreen__finger svg {
  width: 29px;
  height: 29px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.22;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ios-lockscreen__finger:active {
  transform: scale(.93);
  background: rgba(255,255,255,.56);
}

.ios-lockscreen.shake .ios-lockscreen__dots {
  animation: ios-lockscreen-shake .34s ease both;
}

@keyframes ios-lockscreen-shake {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-9px); }
  40% { transform: translateX(8px); }
  60% { transform: translateX(-5px); }
  80% { transform: translateX(4px); }
}

 .find-result-page {
  position: absolute;
  inset: 0;
  z-index: 12;
  overflow: hidden;
  background: #f8fafc;
  color: #111;
  opacity: 0;
  pointer-events: none;
  transform: translateX(18px);
  visibility: hidden;
  transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s;
  will-change: opacity, transform;
  backface-visibility: hidden;
}

.find-result-page.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
  transition-delay: 0s;
}

.find-phone-desktop-page {
  display: block;
}

.find-phone-desktop-shell {
  position: relative;
  min-height: 0;
  width: 100%;
  height: 100%;
  background: #f8fafc;
}

.find-phone-desktop-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #f8fafc;
  transform: translateZ(0);
  backface-visibility: hidden;
}

body.show-phone-shell .find-app-page {
  inset: var(--one-shell-content-top, 0) var(--one-shell-content-right, 0) var(--one-shell-content-bottom, 0) var(--one-shell-content-left, 0);
  border-radius: var(--one-shell-content-radius, 0);
}

body.show-phone-shell .find-app-page.show {
  box-shadow: none;
}

@media (max-width: 370px) {
  .find-checkin-topbar {
    padding: 0 22px;
  }

  .find-target-copy {
    left: 22px;
    right: 22px;
    gap: 20px;
  }


  .find-target-bottom {
    grid-template-columns: 1fr 1fr;
  }

  .find-select-btn {
    grid-column: 1 / -1;
    width: auto;
    justify-self: end;
  }
}

.settings-app-page {
  --settings-paper: #FCFBF7;
  --settings-ink: #000;
  --settings-ink-deep: #343941;
  --settings-muted: #87909D;
  --settings-faint: #B8BEC7;
  --settings-line: rgba(150, 158, 168, 0.28);
  --settings-line-strong: rgba(92, 99, 110, 0.38);
  --settings-rose: #9A9A9A;
  --settings-blue: #B5C7D3;
  --settings-green: #7CA58E;
  --settings-red: #8E8E8E;
  position: fixed;
  inset: 0;
  z-index: 9000;
  color: var(--settings-ink);
  background-color: var(--settings-paper);
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transform: none;
  transition: none;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  isolation: isolate;
  background: #FCFBF7;
  background-image: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  min-height: 0;
  height: var(--one-shell-lock-height, var(--one-layout-vh, 100svh));
}

