: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}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;display:flex;align-items:center;justify-content:center}.container{width:100%;max-width:400px;padding:20px}.card{background:#fff;border-radius:20px;padding:40px 30px;box-shadow:0 20px 60px #0000004d;text-align:center}.icon{font-size:60px;margin-bottom:20px}h1{font-size:28px;font-weight:700;color:#333;margin-bottom:10px}.subtitle{color:#666;margin-bottom:30px}.nombre{font-size:20px;font-weight:600;color:#667eea;margin-bottom:20px}.status{display:flex;align-items:center;justify-content:center;gap:10px;padding:15px;background:#f0f9ff;border-radius:10px;margin-bottom:20px}.dot{width:12px;height:12px;background:#10b981;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}form{display:flex;flex-direction:column;gap:15px}input{padding:15px;font-size:16px;border:2px solid #e5e7eb;border-radius:10px;outline:none}input:focus{border-color:#667eea}button{padding:15px;font-size:16px;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;cursor:pointer;transition:transform .2s}button:hover{transform:translateY(-2px)}button:active{transform:translateY(0)}.logout-btn{background:#f3f4f6;color:#666;margin-bottom:10px}.mensaje{margin-top:15px;padding:10px;background:#f0f9ff;border-radius:8px;font-size:14px;color:#0369a1}.hint{font-size:12px;color:#999;margin-top:10px}
