html.mm-cs-active,html.mm-cs-active body{background:#1c1f24!important;color:#f4f6f8}.mm-cs{--mm-cs-bg:#1c1f24;--mm-cs-text:#f4f6f8;--mm-cs-muted:rgba(244,246,248,.72);--mm-cs-accent:#3090d6;--mm-cs-accent-strong:#1d7abd;position:relative;min-height:100dvh;width:100%;overflow:hidden;background:var(--mm-cs-bg);color:var(--mm-cs-text);font-family:inherit}.mm-cs-bg{position:fixed;inset:0;z-index:0;pointer-events:none}.mm-cs-bg__canvas{display:block;width:100%;height:100%}.mm-cs-bg__overlay{position:absolute;inset:0;background:#000}.mm-cs__stage{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;min-height:100dvh;padding:48px 24px;text-align:center}.mm-cs__reveal{max-width:36rem;animation:mm-cs-rise 1.1s cubic-bezier(.22,1,.36,1) both}.mm-cs__brand{margin:0;font-size:clamp(2.4rem,7vw,3.75rem);font-weight:700;letter-spacing:-.03em;line-height:1.15}.mm-cs__brand-en{margin:.35rem 0 0;font-size:.95rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--mm-cs-muted)}.mm-cs__title{margin:2.25rem 0 0;font-size:clamp(1.65rem,4.5vw,2.35rem);font-weight:700;letter-spacing:.04em;line-height:1.25}.mm-cs__title-light{font-weight:400;opacity:.88}.mm-cs__lead{margin:1.25rem 0 0;font-size:clamp(1rem,2.4vw,1.125rem);font-weight:400;line-height:1.7;color:var(--mm-cs-muted)}.mm-cs__br{display:none}@media (min-width:480px){.mm-cs__br{display:inline}}.mm-cs__rule{width:48px;height:2px;margin:1.75rem auto 0;background:var(--mm-cs-accent);animation:mm-cs-rule 1.6s ease-in-out .6s infinite alternate}.mm-cs__note{margin:1.25rem 0 0;font-size:.875rem;letter-spacing:.04em;color:rgba(244,246,248,.55)}@keyframes mm-cs-rise{0%{opacity:0;transform:translateY(18px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes mm-cs-rule{0%{transform:scaleX(.72);opacity:.55}to{transform:scaleX(1);opacity:1}}@media (prefers-reduced-motion:reduce){.mm-cs__reveal,.mm-cs__rule{animation:none}}