html,body{height:100%;margin:0;padding:0;width:100%;box-sizing:border-box;scroll-behavior:smooth;overflow-x:hidden}body{margin:0;font-family:Inter,sans-serif;background-color:#111;color:#fff;display:flex;flex-direction:column;min-height:100vh}.page-wrapper{display:flex;flex-direction:column;min-height:100vh;max-width:2100px;margin:0 auto;width:100%}.page-body{flex:1;display:flex;flex-direction:column}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#121212}::-webkit-scrollbar-thumb{background:#3dcfb6;border-radius:10px;border:2px solid #121212}::-webkit-scrollbar-thumb:hover{background:#00f5d4}*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#3dcfb6 #121212}:host{display:block;height:100%}
