@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&family=Space+Grotesk:wght@400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-height:100vh}.app{min-height:100vh;background:#0a0a0f;color:#f0f0f5;font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,sans-serif}.debug-banner{position:fixed;top:0;left:0;right:0;background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fff;padding:8px 16px;font-family:JetBrains Mono,monospace;font-size:12px;z-index:10000;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px #0003}.debug-banner a{color:#fff;text-decoration:underline}.container{max-width:500px;margin:0 auto;padding:60px 20px 40px;text-align:center}.logo{height:50px;margin-bottom:20px}h1{font-size:24px;font-weight:700;margin-bottom:20px;background:linear-gradient(135deg,#8b5cf6,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.info-box{background:#1a1a24;border:1px solid #2a2a3a;border-radius:12px;padding:16px;margin-bottom:20px;font-family:JetBrains Mono,monospace;font-size:13px;text-align:left}.info-box p{margin:4px 0}.status{font-size:14px;color:#8888a0;margin-bottom:20px;min-height:20px}.liveness-button{background:linear-gradient(135deg,#8b5cf6,#6d28d9);border:none;border-radius:12px;padding:16px 32px;color:#fff;font-family:Space Grotesk,sans-serif;font-weight:600;font-size:16px;cursor:pointer;transition:all .2s ease;width:100%;max-width:300px}.liveness-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #8b5cf64d}.liveness-button:disabled{opacity:.5;cursor:not-allowed}.notes{margin-top:30px;background:#12121a;border:1px solid #2a2a3a;border-radius:12px;padding:20px;text-align:left}.notes h3{font-size:14px;margin-bottom:12px;color:#a855f7}.notes ul{margin:0;padding-left:20px;font-size:13px;color:#8888a0}.notes li{margin:6px 0}
