:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#ffffff;--foreground:#171717}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:light}}.scroll-container{display:flex;overflow-x:auto;gap:10px;padding:10px;scroll-behavior:smooth}.scroll-container img{height:200px;flex-shrink:0;border-radius:8px}.scroll-container::-webkit-scrollbar{display:none}.scroll-container{-ms-overflow-style:none;scrollbar-width:none}.scroll-row{display:flex;flex-wrap:nowrap;gap:10px;flex-direction:row;overflow-x:auto;white-space:nowrap}.line-login-button{border-radius:8px;padding:20px 30px;cursor:pointer;font-size:30px;font-weight:1000;transition:background .2s,color .2s,border-color .2s;min-width:auto;min-height:auto;flex-grow:0.3;flex-shrink:0.5}.button-container,.line-login-button{display:flex;flex-direction:column;align-items:center;justify-content:center}.button-container{height:100vh}.orthorex-box{display:block}@media (min-width:992px){.orthorex-box{display:flex;justify-content:center}}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@media (max-width:767px){td[data-label]:before{content:attr(data-label) ": ";font-weight:600;color:rgb(71 85 105);display:inline-block;width:8rem}}.safe-bottom{padding-bottom:max(env(safe-area-inset-bottom),.75rem)}