.auth-page{display:flex;min-height:100vh;background:linear-gradient(to bottom right,#8b0000,#000);font-family:Segoe UI,sans-serif;color:#fff}.auth-left{flex:1;background:#0006;padding:2rem;overflow:hidden;display:flex;align-items:center;justify-content:center}.motivational-text-wrapper{height:300px;width:300px;overflow:hidden;position:relative}.motivational-text{display:flex;flex-direction:column;animation:scrollUp 60s linear infinite}.motivational-text p{margin:1rem 0;font-size:1.1rem;line-height:1.5;font-style:italic}@keyframes scrollUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.auth-right{flex:1;background:#ffffff14;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:3rem 4rem;border-radius:16px 0 0 16px;color:#fff;box-shadow:0 8px 32px #0006;display:flex;flex-direction:column;justify-content:space-between}.footer{width:100%;text-align:center;margin-top:2rem;color:#fff9}.emoji-image{display:block;width:40px;height:40px}@media (max-width: 768px){.auth-page{flex-direction:row}.motivational-text-wrapper{height:400px;width:120px;margin-left:150px}.auth-left{padding:3rem}.auth-right{width:100%;padding:3rem;min-height:130vh}}.user-indicator{display:inline-block;background-color:#7e3636;color:#fff;font-weight:700;padding:8px 14px;border-radius:20px;font-size:16px;box-shadow:0 2px 5px #0003;transition:transform .2s ease}.user-indicator:hover{transform:scale(1.05)}.user-count{background-color:#fff3;padding:3px 8px;border-radius:12px;margin-left:5px}.loading{background-color:#a83232}@media (max-width: 768px){.user-indicator{margin-top:100px;position:sticky}}body{margin:0;padding:0;background:linear-gradient(to bottom right,#8b0000,#000);font-family:Segoe UI,sans-serif;min-height:100vh;display:flex;align-items:center;justify-content:center}.title{color:#fff}.page-wrapper{text-align:center;width:100%}.page-title{color:#fff;font-size:2.5rem;margin-bottom:1rem}.card-container{background-color:#ffffff14;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:2rem;border-radius:16px;color:#fff;box-shadow:0 8px 32px #0006;border:1px solid rgba(255,255,255,.2);width:90%;max-width:800px;margin:auto}.footer{flex:1;position:fixed;bottom:0;left:0;width:100%;background-color:#000000b3;color:#fff;text-align:center;padding:10px 0;font-size:14px}input,button{width:90%;margin-top:1rem;padding:.75rem;border:none;border-radius:6px;font-size:1rem}input{background-color:#ffffffd9;color:#000}button{background-color:#e50914;color:#fff;cursor:pointer;transition:background-color .3s ease;margin-left:10px}button:hover{background-color:#ff2b2b}.styled-table{width:100%;border-collapse:collapse;margin-top:2rem}.styled-table th,.styled-table td{border:1px solid rgba(255,255,255,.2);padding:.75rem;text-align:center;color:#fff}.styled-table th{background-color:#ffffff26}@media (max-width: 768px){.card-container{margin-bottom:300px;padding:1rem}}
