body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.form-container{align-items:center;background:linear-gradient(to bottom right,#eef2f3,#dfe9f3);display:flex;justify-content:center;min-height:100vh;padding:2rem}.form-box{background:#fff;border-radius:12px;box-shadow:0 0 30px #00000014;max-width:480px;padding:2.5rem;transition:transform .3s;width:100%}.form-title{color:#333;font-size:2rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.form-input{background-color:#fff;width:92%}.form-input,.form-input-select{border:1px solid #ccc;border-radius:8px;font-size:1rem;margin-bottom:1rem;padding:.75rem 1rem;transition:all .3s ease}.form-input-select{background-color:#9d9494;text-align:center;width:100%}.form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633;outline:none}.read-only{background-color:#f3f4f6;cursor:not-allowed}.form-button{background-color:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem;transition:background-color .3s;width:100%}.form-button:hover{background-color:#1e40af}.form-message{color:green;font-weight:500;margin-top:1rem;text-align:center}.qr-preview{margin-top:2rem;text-align:center}.qr-image{height:200px;margin-bottom:.5rem;width:200px}.user-landing-container{align-items:center;background:#f3f4f6;display:flex;justify-content:center;min-height:100vh}.user-landing-box{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;max-width:420px;padding:2rem 2.5rem;text-align:center;width:100%}.user-landing-title{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.user-landing-subtitle{color:#6b7280;font-size:1rem;margin-bottom:1.5rem}.user-landing-buttons{display:flex;flex-direction:column;gap:1rem}.user-landing-button{border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem;transition:background-color .3s ease}.user-landing-button.green{background-color:#16a34a}.user-landing-button.green:hover{background-color:#15803d}.user-landing-button.blue{background-color:#2563eb}.user-landing-button.blue:hover{background-color:#1d4ed8}.user-profile-container{margin:auto;max-width:36rem;padding:1.5rem}.user-profile-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.user-profile-title{font-size:1.5rem;font-weight:700}.user-profile-logout{background-color:#ef4444;border-radius:.375rem;color:#fff;padding:.25rem 1rem;transition:background-color .2s ease}.user-profile-logout:hover{background-color:#dc2626}.user-profile-info p{margin-bottom:.5rem}.user-profile-qr{margin-top:1.5rem;text-align:center}.qr-image{background-color:#fff;border:1px solid #e5e7eb;height:10rem;margin:0 auto;padding:.5rem;width:10rem}.qr-name{font-weight:500;margin-top:.5rem}.user-profile-download{margin-top:1rem;text-align:center}.download-button{background-color:#2563eb;border-radius:.375rem;color:#fff;padding:.5rem 1rem;transition:background-color .2s ease}.download-button:hover{background-color:#1d4ed8}.user-profile-loading{font-size:1.25rem;padding:1rem}.user-profile-error{padding:1rem;text-align:center}.error-title{color:#dc2626;font-size:1.25rem;font-weight:600}.stat-cards-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:2rem}.stat-card{background-color:#fff;border-radius:1.5rem;box-shadow:0 4px 12px #0000000f;display:flex;flex-direction:column;padding:1.5rem;transition:transform .2s ease}.stat-card:hover{transform:translateY(-4px)}.stat-card-header{align-items:center;display:flex;margin-bottom:1rem}.stat-card-icon{align-items:center;background-color:#f2f0ff;border-radius:50%;color:#6c63ff;display:flex;font-size:1.8rem;justify-content:center;margin-right:.8rem;padding:.5rem}.stat-card-title{color:#333;font-size:1.1rem;font-weight:600}.stat-card-body{align-items:center;display:flex;justify-content:space-between}.stat-card-value{color:#111;font-size:1.6rem;font-weight:700}.stat-card-change{align-items:center;display:flex;font-size:.95rem;font-weight:500;gap:.3rem}.stat-card-change.positive{color:#4caf50}.stat-card-change.negative{color:#f44336}.leaderboard-card{background-color:#fff;border-radius:1.5rem;box-shadow:0 4px 12px #0000000f;margin-top:2rem;padding:1.5rem}.leaderboard-title{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.leaderboard-list{display:flex;flex-direction:column;gap:1rem}.leaderboard-item{align-items:center;background-color:#f8f8f8;border-radius:.8rem;display:flex;justify-content:space-between;padding:.8rem 1rem;transition:background .2s ease}.leaderboard-item:hover{background-color:#eee}.leaderboard-rank{color:#6c63ff;font-size:1rem;font-weight:700}.leaderboard-info{align-items:center;display:flex;gap:3rem;justify-content:space-between;width:100%}.leaderboard-name{color:#444;font-size:1rem;font-weight:500}.leaderboard-score{color:#222;font-size:1rem;font-weight:700}.graph-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-top:24px;padding:20px}.graph-title{color:#333;font-size:18px;font-weight:600;margin-bottom:12px}.dashboard-progress-card{background:#fff;border-radius:12px;box-shadow:0 2px 6px #0000001a;padding:20px}.progress-card-title{font-size:1.25rem;font-weight:600;margin-bottom:10px}.progress-metrics p{font-size:.95rem;margin:4px 0}.progress-bar-container{border-radius:6px;height:10px}.progress-bar-fill{background:#3b82f6;height:100%;transition:width .5s ease-in-out}.progress-percentage{font-size:.95rem;font-weight:500;text-align:right}.admin-progress-card{background:#fff;border-radius:1rem;box-shadow:0 0 8px #00000014;margin:auto;max-width:400px;padding:1.5rem}.admin-progress-title{font-size:1.2rem;font-weight:600;margin-bottom:1rem;text-align:center}.progress-bar-container{background:#e5e7eb;border-radius:.5rem;height:18px;margin:10px 0;overflow:hidden;width:100%}.progress-bar{background-color:#e5e7eb;border-radius:6px;height:12px;margin-top:.5rem;overflow:hidden;width:100%}.progress-fill{background-color:#3b82f6;height:100%;transition:width .4s ease-in-out}.admin-progress-numbers{font-size:.9rem;margin-bottom:.5rem;text-align:center}.admin-progress-input{display:flex;gap:.5rem;margin-top:1rem}.admin-progress-input input{border:1px solid #cbd5e1;border-radius:.375rem;flex:1 1;padding:.5rem}.admin-progress-input button{background:#22c55e;border-radius:.375rem;color:#fff;padding:.5rem 1rem;transition:background .2s ease}.admin-progress-input button:hover{background:#16a34a}.export-wrapper{position:relative}.export-toggle-btn{background-color:#4b5563;border-radius:.375rem;color:#fff;padding:.5rem 1rem;transition:background .3s}.export-toggle-btn:hover{background-color:#374151}.export-popup{background:#fff;border-radius:.5rem;box-shadow:0 2px 6px #00000026;left:0;padding:.75rem 1rem;position:absolute;top:2.5rem;z-index:10}.export-title{font-weight:700;margin-bottom:.5rem}.export-option-btn{background-color:#2563eb;border-radius:.25rem;color:#fff;margin-right:.5rem;padding:.25rem .75rem;transition:background .3s}.export-option-btn:hover{background-color:#1d4ed8}
/*# sourceMappingURL=main.8bb5f475.css.map*/