body{background:#f0f2f5;font-family:Segoe UI,system-ui,sans-serif;margin:0;min-height:100vh;padding:20px}.container{background:#fff;border-radius:16px;box-shadow:0 8px 30px #0000001f;margin:2rem auto;max-width:440px;padding:2rem}.health-check{padding:2rem;text-align:center}.health-check h2{color:#2c3e50;margin-bottom:1rem}.health-check p{color:#7f8c8d;margin:.5rem 0}.error-panel{background:#ffe6e6;border:1px solid #f66;border-radius:8px;padding:2rem;text-align:center}.error-panel h2{color:#e74c3c;margin-bottom:1rem}.error-panel p{color:#c0392b;margin:.5rem 0}.error-panel code{background:#fff;border-radius:4px;display:block;font-family:monospace;margin:1rem 0;padding:.5rem}.retry-btn{background:#e74c3c;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:10px 20px;transition:background .2s}.retry-btn:hover{background:#c0392b}.auth-box{padding:1rem}.auth-box h2{color:#2c3e50;margin-bottom:1.5rem;text-align:center}input{border:2px solid #e0e0e0;border-radius:8px;font-size:16px;margin:8px 0;padding:12px 16px;transition:border-color .2s;width:100%}input:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}button{background:#3498db;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:1rem;padding:14px;transition:all .2s;width:100%}button:hover{background:#2980b9}button:disabled{background:#bdc3c7;cursor:not-allowed}.spinner{animation:spin 1s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:24px;margin:0 auto;width:24px}@keyframes spin{to{transform:rotate(1turn)}}.alert{border-radius:8px;margin:1rem 0;padding:12px;text-align:center}.error{background:#fee2e2;border:1px solid #fca5a5;color:#dc2626}.success{background:#dcfce7;border:1px solid #86efac;color:#16a34a}.toggle{color:#3498db;cursor:pointer;margin-top:1.5rem;text-align:center;transition:color .2s}.toggle:hover{color:#2980b9}.dashboard .header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.logout-btn{background:#e74c3c;padding:8px 16px}.logout-btn:hover{background:#c0392b}.user-list{list-style:none;margin:0;padding:0}.user-list li{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;justify-content:space-between;margin:8px 0;padding:14px}.user-list li small{color:#7f8c8d;font-size:.85em}.empty{background:#0000;color:#7f8c8d;justify-content:center}
/*# sourceMappingURL=main.c2f73187.css.map*/