.lmt-atlas[data-theme="always"], .lmt-atlas[data-manual-theme="dark"] {
  --lmt-color-bg: #151c26; --lmt-color-surface: #202b39; --lmt-color-text: #edf2f8; --lmt-color-text-muted: #adbccf; --lmt-color-border: #415169; --lmt-color-accent: #9cbeff; --lmt-color-accent-contrast: #12223d; color-scheme: dark;
}
@media(prefers-color-scheme: dark) {
  .lmt-atlas[data-theme="auto"]:not([data-manual-theme="light"]) { --lmt-color-bg: #151c26; --lmt-color-surface: #202b39; --lmt-color-text: #edf2f8; --lmt-color-text-muted: #adbccf; --lmt-color-border: #415169; --lmt-color-accent: #9cbeff; --lmt-color-accent-contrast: #12223d; color-scheme: dark; }
}
.lmt-atlas[data-manual-theme="light"] { --lmt-color-bg:#fff; --lmt-color-surface:#f5f7fa; --lmt-color-text:#17212e; --lmt-color-text-muted:#586576; --lmt-color-border:#dce2e9; --lmt-color-accent:var(--lmt-custom-accent,#245ad1); --lmt-color-accent-contrast:#fff; color-scheme:light; }
html[data-atlas-dismissed~="ko"] [data-atlas-notice="ko"], html[data-atlas-dismissed~="en"] [data-atlas-notice="en"], html[data-atlas-dismissed~="ja"] [data-atlas-notice="ja"], html[data-atlas-dismissed~="zh-CN"] [data-atlas-notice="zh-CN"] { display:none; }
html[data-atlas-dismissed~="zh-Hans"] [data-atlas-notice="zh-Hans"] { display:none; }
