:root{--background:#fff;--foreground:#000}@media(prefers-color-scheme:dark){:root{--background:#fff;--foreground:#000}}body,html{max-width:100vw;overflow-x:hidden}body{font-family:Pretendard,Carmen Sans,sans-serif;color:var(--foreground);background:var(--background)}@media(prefers-color-scheme:dark){html{color-scheme:dark}}*{font-family:Pretendard,Carmen Sans,sans-serif;box-sizing:border-box;padding:0;margin:0;overscroll-behavior:none;-ms-overflow-style:none;scrollbar-width:none}*,:active,:focus{outline:0!important}::-webkit-scrollbar{display:none;width:0}a{color:inherit;text-decoration:none}ul{list-style:none;padding:0;margin:0}img{-webkit-user-drag:none}button{border:none;background:transparent;color:#000}.layout-container{width:100vw;height:100vh;margin:calc(env(safe-area-inset-top)) 0 12px}.layout-container.address-bar-open{height:calc(100vh - 70px)}.header{width:100%;height:56px;display:flex;align-items:center;justify-content:center}