html,body,#root{height:100%;margin:0}.half{height:50vh;display:flex;align-items:center;justify-content:center;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";color:#111}.desktop-center{min-height:100%;display:flex;justify-content:center}.mobile{width:100%;max-width:420px;min-height:100%;background:var(--color-bg-card, #fff);box-shadow:0 .5rem 1.25rem #0000000f}@media(min-width:768px){.desktop-center{background:var(--color-bg-page, #efefef)}}:root{--color-bg-page: #efefef;--color-bg-card: #ffffff;--color-text-primary: #111111;--color-text-secondary: #666666;--radius-md: 12px;--shadow-card: 0 8px 24px rgba(0, 0, 0, .08);--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-6: 24px}@font-face{font-family:Nanum Myeongjo;src:url(/fonts/NanumMyeongjo.ttf) format("truetype"),url(/fonts/NanumMyeongjo.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Nanum Myeongjo;src:url(/fonts/NanumMyeongjoBold.ttf) format("truetype"),url(/fonts/NanumMyeongjoBold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}:root{--color-bg-page: #efefef;--color-bg-card: #ffffff;--color-text-primary: #111111;--color-text-secondary: #666666;--color-accent: #666666}*{box-sizing:border-box}html,body{margin:0}body{font-family:Nanum Myeongjo,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";line-height:1.6;color:var(--color-text-primary);background:var(--color-bg-page)}[data-revealed=true]{transition:transform .6s ease,opacity .6s ease;transform:translateY(0);opacity:1}[data-revealed=false],[data-revealed]:not([data-revealed=true]){transform:translateY(.75rem);opacity:0}
