: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}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.asistencia-container{max-width:600px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.asistencia-header{text-align:center;margin-bottom:30px}.asistencia-header h1{color:#2c3e50;font-size:24px;margin-bottom:8px}.asistencia-header p{color:#7f8c8d;font-size:16px}.card{background:#fff;border-radius:20px;padding:30px;box-shadow:0 10px 30px #0000001a;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.icon-container{display:flex;justify-content:center;margin-bottom:20px}.icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:30px}.location-icon{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff}.fingerprint-icon{background:linear-gradient(135deg,#9b59b6,#8e44ad);color:#fff}h2{color:#2c3e50;font-size:22px;text-align:center;margin-bottom:15px}.description{color:#7f8c8d;text-align:center;line-height:1.6;margin-bottom:25px}.loading-location{text-align:center;padding:20px}.pulse{width:60px;height:60px;background:#3498db;border-radius:50%;margin:0 auto 20px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #3498dbb3}70%{transform:scale(1);box-shadow:0 0 0 20px #3498db00}to{transform:scale(.95);box-shadow:0 0 #3498db00}}.error-message{background:#fee;border-left:4px solid #e74c3c;padding:15px;border-radius:8px;margin:20px 0;display:flex;flex-direction:column;align-items:center}.error-icon{font-size:24px;margin-bottom:10px}.error-message p{color:#c0392b;margin-bottom:15px}.btn{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.btn-primary{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #3498db66}.btn-secondary{background:#ecf0f1;color:#7f8c8d}.btn-secondary:hover{background:#bdc3c7;color:#fff}.btn-large{width:100%;padding:15px;font-size:18px;margin-top:20px}.device-info{background:#f8f9fa;padding:15px;border-radius:8px;margin-top:20px;font-size:14px;color:#7f8c8d}.device-info h4{color:#2c3e50;margin-bottom:10px}.location-summary{background:linear-gradient(135deg,#2ecc71,#27ae60);color:#fff;padding:15px;border-radius:8px;margin-bottom:25px}.location-summary h4{margin-bottom:10px}.accuracy{color:#fff;font-weight:700;margin-top:5px}.fingerprint-area{min-height:200px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:12px;padding:20px;margin:20px 0}.fingerprint-placeholder{text-align:center}.fingerprint-icon-large{font-size:80px;margin-bottom:15px;color:#95a5a6}.fingerprint-icon-large.scanning{animation:pulse 1.5s infinite}.scanning-animation{position:relative;text-align:center}.ripple{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;border:2px solid #9b59b6;border-radius:50%;animation:ripple 1.5s linear infinite}@keyframes ripple{0%{width:80px;height:80px;opacity:1}to{width:180px;height:180px;opacity:0}}.security-badge{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px;color:#7f8c8d;font-size:14px}.success-card{text-align:center}.success-animation{margin:20px 0}.checkmark{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#2ecc71,#27ae60);color:#fff;font-size:30px;display:flex;align-items:center;justify-content:center;margin:0 auto;animation:scaleIn .3s ease-out}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.success-message{color:#27ae60;font-size:18px;margin:15px 0 25px}.attendance-details{background:#f8f9fa;border-radius:12px;padding:20px;margin:20px 0;text-align:left}.attendance-details h4{color:#2c3e50;margin-bottom:15px;text-align:center}.detail-item{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #ecf0f1}.detail-item:last-child{border-bottom:none}.detail-label{color:#7f8c8d;font-weight:500}.detail-value{color:#2c3e50;font-weight:600}.small-text{font-size:12px;color:#95a5a6;margin-top:10px}@media(max-width:768px){.asistencia-container{padding:15px}.card{padding:20px}h2{font-size:20px}}.loading-spinner{text-align:center;padding:40px}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;margin:0 auto 20px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
