@import url("/assets/public-shell-v20260810.css?v=20260812-pc-borderless1");

html.mg-public-booting body { overflow-x: hidden; }
html.mg-public-booting #app { visibility: hidden; }
#mogoo-public-boot { min-height: 100vh; background: #fff; color: #1c2a3d; font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
#mogoo-public-boot .mg-boot-head { height: 76px; border-bottom: 1px solid #e8eef6; background: #fff; }
#mogoo-public-boot .mg-boot-head > div { width: min(1000px, calc(100% - 48px)); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; }
#mogoo-public-boot .mg-boot-logo { width: 132px; height: 28px; border-radius: 9px; background: #e9f3ff; }
#mogoo-public-boot .mg-boot-nav { display: flex; gap: 12px; }
#mogoo-public-boot .mg-boot-nav i { display: block; width: 82px; height: 36px; border-radius: 10px; background: #f0f4f8; }
#mogoo-public-boot .mg-boot-main { width: min(1000px, calc(100% - 48px)); margin: 32px auto 96px; }
#mogoo-public-boot .mg-boot-hero { height: 184px; border-radius: 24px; background: linear-gradient(110deg, #edf6ff 10%, #f8fbff 35%, #edf6ff 60%); background-size: 220% 100%; animation: mgBootSweep 1.25s ease-in-out infinite; }
#mogoo-public-boot .mg-boot-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 24px; }
#mogoo-public-boot .mg-boot-card { height: 230px; border: 1px solid #e8eef6; border-radius: 20px; background: #f7faff; }
#mogoo-public-boot .mg-boot-notice { display: grid; gap: 6px; justify-items: start; margin-top: 20px; padding: 16px 18px; border: 1px solid #d9e8f4; border-radius: 14px; background: #f8fbff; color: #51657c; font-size: 14px; }
#mogoo-public-boot .mg-boot-notice strong { color: #1c2a3d; font-size: 15px; }
#mogoo-public-boot .mg-boot-notice button { margin-top: 4px; padding: 8px 12px; border: 1px solid #b8d8f5; border-radius: 9px; background: #fff; color: #1688e8; font: inherit; font-weight: 700; cursor: pointer; }
@keyframes mgBootSweep { to { background-position: -120% 0; } }
@media (max-width: 800px) {
  #mogoo-public-boot .mg-boot-head { height: 60px; }
  #mogoo-public-boot .mg-boot-head > div, #mogoo-public-boot .mg-boot-main { width: calc(100% - 28px); }
  #mogoo-public-boot .mg-boot-logo { width: 104px; height: 23px; }
  #mogoo-public-boot .mg-boot-nav i:nth-child(-n+2) { display: none; }
  #mogoo-public-boot .mg-boot-main { margin-top: 18px; }
  #mogoo-public-boot .mg-boot-hero { height: 150px; border-radius: 18px; }
  #mogoo-public-boot .mg-boot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }
  #mogoo-public-boot .mg-boot-card { height: 188px; border-radius: 16px; }
}
@media (prefers-reduced-motion: reduce) { #mogoo-public-boot .mg-boot-hero { animation: none; } }
