@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100%;font-family:Segoe UI,sans-serif;background:linear-gradient(to right,#1f1c2c,#928dab);color:#f0f0f0;overflow-x:hidden}body{display:flex;flex-direction:column}app-root{display:flex;flex-direction:column;flex:1;min-height:100vh}router-outlet+*{flex:1;display:flex;flex-direction:column}.fullscreen-center{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}.center-box{background:#00000080;padding:2rem 2.5rem;border-radius:16px;box-shadow:0 10px 30px #0006;text-align:center;max-width:600px;width:100%}.center-box h1{font-size:2.2rem;margin-bottom:1rem;color:#fefefe}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1e1e1e}::-webkit-scrollbar-thumb{background-color:#4dd0e1;border-radius:6px}a{color:#4dd0e1;text-decoration:none;transition:color .2s}a:hover{color:#00acc1}::selection{background:#4dd0e1;color:#000}.fullscreen-center{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;min-height:calc(100vh - 60px)}.center-box{background:#00000080;padding:1rem 1.5rem;border-radius:16px;box-shadow:0 10px 30px #0006;text-align:center;max-width:600px;width:100%;color:#f0f0f0}.center-box h1{font-size:2.2rem;margin-bottom:1rem}.center-box p{font-size:1.1rem;line-height:1.6;margin-bottom:.5rem}.emoji{font-size:3rem;margin-bottom:1rem;animation:bounce 1.4s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}
