html,body{margin:0;height:100%;overflow:hidden}body{font-family:Pretendard,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"tnum"}#root{display:grid;grid-template-rows:auto minmax(0,1fr);height:100vh;height:100dvh;overflow:hidden}@supports (height: 100dvh){#root{height:var(--app-height, 100dvh)}}.HeaderBar{grid-row:1;width:100%;height:5.2vh;background:#fff;z-index:100}.page{grid-row:2;overflow:hidden;min-height:0;height:100%}@keyframes boini-vt-out{to{opacity:0;transform:scale(.985)}}@keyframes boini-vt-in{0%{opacity:0;transform:translateY(14px)}}@media (prefers-reduced-motion: no-preference){::view-transition-old(root){animation:boini-vt-out .25s ease both}::view-transition-new(root){animation:boini-vt-in .35s cubic-bezier(.16,1,.3,1) both}}
