#damoaLaunch, #damoaLaunch * { box-sizing: border-box; }
#damoaLaunch {
  position: fixed; inset: 0; z-index: 2147483600;
  display: grid; place-items: center; overflow: auto; padding: 12px;
  background: rgba(10, 32, 23, .28); color: #12372a;
  font-family: Arial, 'Noto Sans KR', sans-serif; line-height: 1.5;
}
#damoaLaunch .dm-panel {
  position: relative; display: grid; grid-template-columns: 300px minmax(0, 1fr);
  width: min(1040px, 100%); margin: auto; border-radius: 24px;
  background: #fafffc; box-shadow: 0 20px 75px #0c30232e;
}
#damoaLaunch .dm-art {
  position: relative; width: 100%; aspect-ratio: 941 / 1672; line-height: 0;
  clip-path: inset(3.7% 5.5% 3.3% 5.5% round 22px);
}
#damoaLaunch .dm-poster { display: block; width: 100%; height: auto; max-width: none; }
#damoaLaunch .dm-hot {
  position: absolute; display: block; padding: 0; border: 0;
  background: transparent; cursor: pointer; border-radius: 12px;
}
#damoaLaunch .dm-install-hot { left: 8.3%; top: 75%; width: 82.3%; height: 8.8%; }
#damoaLaunch .dm-close-hot { left: 84%; top: 4.8%; width: 8%; height: 5.3%; }
#damoaLaunch .dm-bottom-close { left: 79%; top: 93.3%; width: 13%; height: 3.3%; }
#damoaLaunch .dm-today { left: 9%; top: 92.8%; width: 58%; height: 3.8%; }
#damoaLaunch .dm-content { align-self: center; padding: 36px 32px 30px 12px; min-width: 0; }
#damoaLaunch .dm-kicker { color: #188752; font-weight: 700; letter-spacing: .15em; font-size: 13px; }
#damoaLaunch h2 { margin: 10px 0; font-size: 28px; line-height: 1.3; color: #0b3424; }
#damoaLaunch .dm-intro { font-size: 14px; margin: 0 0 24px; color: #587267; }
#damoaLaunch .dm-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
#damoaLaunch .dm-option { min-width: 0; border: 1px solid #d8e9df; border-radius: 16px; padding: 18px 12px; background: white; text-align: center; }
#damoaLaunch h3 { font-size: 16px; margin: 0 0 12px; color: #153f2c; }
#damoaLaunch .dm-qr { display: block; width: min(144px, 100%); height: auto; margin: 0 auto 8px; }
#damoaLaunch .dm-option p { font-size: 12px; color: #5e7568; margin: 8px 0; }
#damoaLaunch .dm-link { display: block; padding: 12px 8px; border-radius: 10px; font-size: 14px; font-weight: 700; text-decoration: none; background: #057348; color: white; margin: 8px 0; line-height: 1.3; }
#damoaLaunch .dm-link.secondary { background: #eef8f1; color: #12643d; border: 1px solid #a9d9bd; }
#damoaLaunch .dm-phone { display: block; font-size: 42px; line-height: 1; margin: 22px 0; }
#damoaLaunch .dm-close { position: absolute; top: 10px; right: 12px; border: 0; width: 38px; height: 38px; border-radius: 50%; background: #e9f3ed; color: #143e2d; font-size: 24px; cursor: pointer; }
#damoaLaunch .dm-note { margin: 14px 0 0; font-size: 12px; color: #607467; }
#damoaLaunch a:focus-visible, #damoaLaunch button:focus-visible { outline: 3px solid #1268db; outline-offset: -3px; }
#damoaLaunch.dm-mobile { background: transparent; padding: 4px; }
#damoaLaunch.dm-mobile .dm-panel {
  display: block; width: min(560px, calc(100vw - 8px), calc(56.2799svh - 24px));
  background: transparent; box-shadow: none; border-radius: 0;
}
#damoaLaunch.dm-mobile .dm-content, #damoaLaunch.dm-mobile .dm-close { display: none; }
.damoa-open-install { cursor: pointer; border: 0; background: transparent; color: inherit; padding: 0; font: inherit; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 800px) {
  #damoaLaunch:not(.dm-mobile) .dm-panel { grid-template-columns: 220px minmax(0, 1fr); }
  #damoaLaunch .dm-options { grid-template-columns: 1fr; }
}
