.lightning-container{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.app{position:relative;min-height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#f8f9ff;padding:3rem 1.5rem;text-align:center}.lightning-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.content{position:relative;z-index:1;max-width:540px;width:100%;display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem 2rem;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#12163059;border:1px solid rgba(255,255,255,.15);border-radius:32px;box-shadow:0 20px 50px #080c2273}.app-logo{width:160px;height:160px;border-radius:32px;object-fit:cover;box-shadow:0 10px 40px #060a1e66;border:1px solid rgba(255,255,255,.3)}.title{font-size:clamp(2.25rem,4vw,3.5rem);line-height:1.05;margin:0}.subtitle{font-size:clamp(1rem,2vw,1.25rem);margin:0;color:#e8edffe0}.cta-button{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 2.4rem;font-size:1.1rem;font-weight:600;color:#080c22;background:linear-gradient(135deg,#7fd0ff,#67f7e1);border-radius:999px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 12px 30px #6fe8ff59}.cta-button:hover,.cta-button:focus-visible{transform:translateY(-2px) scale(1.01);box-shadow:0 16px 40px #67f7e173}@media (max-width: 600px){.content{padding:2.25rem 1.75rem;gap:1.25rem}.app-logo{width:120px;height:120px;border-radius:26px}}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color-scheme:dark}*{box-sizing:border-box}html,body{padding:0;margin:0;min-height:100%;background-color:#050714}#root{min-height:100vh}
