body{font-family:Inter,sans-serif;background-color:#1a1a1a;color:#e5e5e5;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;margin:0;padding:1rem;box-sizing:border-box}.container{width:100%;max-width:1200px;padding:1rem}.header{display:flex;justify-content:space-between;align-items:center;background-color:#2a2a2a;padding:1rem;border-radius:10px;margin-bottom:2rem;box-shadow:0 4px 6px #0003}.header-content{display:flex;justify-content:space-between;align-items:center;width:100%}.header-text h1{font-size:1.5rem;margin:0;color:#fff}.header-text p{font-size:.9rem;margin:0;color:#b0b0b0}.header-controls{display:flex;align-items:center;gap:1rem}.header-button{display:inline-block;padding:.6rem 1.2rem;background-color:#4f46e5;color:#fff;text-decoration:none;font-weight:600;font-size:.9rem;border-radius:50px;transition:background-color .2s ease,transform .2s ease;white-space:nowrap}.header-button:hover{background-color:#6366f1;transform:translateY(-2px)}.hamburger-btn{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem}.user-info-container{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;margin-top:1rem;border-top:1px solid #374151;width:100%}#logged-in-info,#guest-info{background-color:#1f2937;padding:1rem;border-radius:.5rem;text-align:center;width:100%;max-width:400px;box-shadow:0 4px 6px #0000001a}.user-info-container p{margin:0 0 .75rem;font-size:1rem;color:#d1d5db}#display-username,#user-points,#guest-points{font-weight:600;color:#fff}#daily-reward-btn,#guest-reward-btn{background-color:#4f46e5;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background-color .2s ease-in-out;width:100%;font-size:1rem}#daily-reward-btn:hover,#guest-reward-btn:hover{background-color:#6366f1}#daily-reward-btn:disabled,#guest-reward-btn:disabled{background-color:#374151;color:#9ca3af;cursor:not-allowed}@media (max-width: 768px){.header{padding:.1rem .25rem;margin-bottom:.25rem}.header-content{flex-direction:row;align-items:center;justify-content:space-between;width:100%;gap:.15rem}.header-text h1{font-size:.85rem}.header-text p{display:none}.header-controls{gap:.15rem}.header-button{padding:.1rem .25rem;font-size:.65rem}.user-info-container{padding:.1rem .25rem;margin-top:-.25rem;flex-direction:row;justify-content:space-between}#logged-in-info,#guest-info{flex-direction:row;gap:.15rem;text-align:left;width:auto;padding:.1rem .2rem}.user-info-container p{font-size:.65rem;margin:0}#daily-reward-btn,#guest-reward-btn{padding:.1rem .25rem;font-size:.65rem;border-radius:.1rem}}
