:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@media (max-width: 600px){.app-wrapper{padding:.5em .2em}.login-container,.dashboard-container{max-width:100vw;min-width:0;padding:1em .5em;box-sizing:border-box;margin:.5em auto;border-radius:8px;box-shadow:0 2px 8px #00000014}.dashboard-card{flex-direction:column;align-items:center;padding:1em .5em;min-width:0;max-width:100vw;gap:1em;box-shadow:0 2px 8px #00000014}.dashboard-avatar,.dashboard-avatar img{width:60px;height:60px}.dashboard-info h2{font-size:1.1em}.dashboard-details div{font-size:.95em;padding:.2em .5em}.dashboard-actions{max-width:100vw;width:100%;flex-direction:column;gap:.7em;margin-top:1em}.dashboard-actions .delete-btn,.dashboard-actions .logout-btn{width:100%;min-width:0;height:44px;font-size:1em}.modal{min-width:0;max-width:98vw;padding:1em .5em;border-radius:10px}.modal-buttons{flex-direction:column;gap:.7em;margin-top:1em}.modal-buttons .delete-btn,.modal-buttons .logout-btn{width:100%;min-width:0;height:44px;font-size:1em}.error-modal{min-width:0;max-width:98vw;padding:1em .5em;border-radius:10px;font-size:1em}}.modal-buttons{display:flex;flex-direction:column;align-items:center;gap:1em;margin-top:1em}.modal-buttons .delete-btn,.modal-buttons .logout-btn{width:160px;height:48px;font-size:1.1em;margin:0;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.modal-buttons{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1em;margin-top:1em}.app-wrapper{min-height:100vh;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;padding:2em 0}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0000002e;display:flex;align-items:center;justify-content:center;z-index:9999}.modal{background:#fff;border-radius:12px;box-shadow:0 2px 16px #0000001f;padding:2em 2.5em;min-width:280px;max-width:90vw;text-align:center}.modal h3{margin-top:0;color:#d32f2f}.dashboard-card{background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000014;padding:2em 2.5em;display:flex;align-items:center;gap:2em;min-width:340px;max-width:420px;width:100%}@media (max-width: 600px){.dashboard-card{flex-direction:column;align-items:center;padding:1em .5em;min-width:0;max-width:100vw;gap:1em}.dashboard-avatar{width:60px;height:60px}.dashboard-info h2{font-size:1.1em}.dashboard-details div{font-size:.95em;padding:.2em .5em}}@media (max-width: 900px){.dashboard-card{flex-direction:column;align-items:center;padding:1.2em 1em;min-width:0;max-width:98vw;gap:1em}}.dashboard-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.custom-error{color:#d32f2f;background:#fff0f0;border-radius:6px;padding:.7em 1em;margin-top:1em;font-size:1em;display:flex;align-items:center;box-shadow:0 1px 4px #d32f2f14}.dashboard-actions{display:flex;flex-direction:column;align-items:center;gap:1em;margin-top:2em;width:100%;max-width:260px}.dashboard-actions .delete-btn,.dashboard-actions .logout-btn{width:100%;min-width:120px;margin:0;display:block}.logout-btn{padding:.7em 1.5em;background:linear-gradient(90deg,#646cff,#7f9cf5);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1.1em;font-weight:600;box-shadow:0 2px 8px #646cff14;transition:background .2s,transform .2s;min-width:140px;height:44px;display:flex;align-items:center;justify-content:center}.logout-btn:hover{background:linear-gradient(90deg,#7f9cf5,#646cff);transform:scale(1.04)}#root{min-height:100vh;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.modern-dashboard{min-height:100vh;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2em}.dashboard-card{background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000014;padding:2em 2.5em;display:flex;align-items:center;gap:2em;min-width:340px;max-width:420px}@keyframes fadeInCard{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.dashboard-avatar img{width:86px;height:86px;object-fit:cover;border-radius:50%;border:2px solid #e0e7ff}.dashboard-info h2{margin:0 0 .5em;font-size:1.7em;font-weight:700;color:#646cff;letter-spacing:.5px}.dashboard-details{display:flex;flex-direction:column;gap:.7em}.dashboard-details div{font-size:1.08em;color:#222;background:#646cff0a;border-radius:6px;padding:.3em .7em;display:flex;align-items:center}.dashboard-details span{font-weight:600;color:#646cff;margin-right:.5em}.delete-btn{margin-top:2em;padding:.7em 1.5em;background:linear-gradient(90deg,#d32f2f,#ff6b6b);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1.1em;font-weight:600;box-shadow:0 2px 8px #d32f2f14;transition:background .2s,transform .2s}.delete-btn:hover{background:linear-gradient(90deg,#ff6b6b,#d32f2f);transform:scale(1.04)}@media (max-width: 600px){.dashboard-card{flex-direction:column;align-items:center;padding:1.2em 1em;min-width:0;max-width:100vw;width:100%;gap:1em}.dashboard-avatar{width:64px;height:64px}.dashboard-avatar img{width:60px;height:60px}.dashboard-info h2{font-size:1.2em}.dashboard-details div{font-size:1em;padding:.2em .5em}}@media (max-width: 600px){.dashboard-card{flex-direction:column;align-items:center;padding:1.2em 1em;min-width:0;max-width:100vw;width:100%;gap:1em}.dashboard-avatar,.dashboard-avatar img{width:64px;height:64px}.dashboard-info h2{font-size:1.1em}}@media (max-width: 900px){.dashboard-card{max-width:98vw;min-width:0;padding:1.5em 1em}}.modern-dashboard{display:flex;flex-direction:column;align-items:center;gap:2em}.dashboard-card{background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014;padding:2em 2.5em;display:flex;align-items:center;gap:2em;min-width:340px;max-width:420px}.dashboard-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;background:#f3f3f3;display:flex;align-items:center;justify-content:center}.dashboard-avatar img{width:80px;height:80px;object-fit:cover;border-radius:50%}.dashboard-info{flex:1}.dashboard-info h2{margin:0 0 .5em;font-size:1.5em;font-weight:600}.dashboard-details{display:flex;flex-direction:column;gap:.5em}.dashboard-details span{font-weight:500;color:#646cff;margin-right:.5em}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.login-container,.dashboard-container{max-width:350px;margin:60px auto;padding:2em;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;align-items:center}.login-container h2,.dashboard-container h2{margin-bottom:1em}.login-container form{display:flex;flex-direction:column;gap:1em;width:100%}.login-container input{padding:.7em;border:1px solid #ccc;border-radius:4px;font-size:1em}.login-container button{padding:.7em;background:#646cff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1em}.login-container .error{color:#d32f2f;margin-top:1em}.card{padding:2em}.read-the-docs{color:#888}
