:root{--font-family-base: "Exo 2", system-ui, Avenir, Helvetica, Arial, sans-serif;--text-primary: #000}html,body{margin:0;padding:0;height:100%;font-family:var(--font-family-base);color:var(--text-primary)}#root{text-align:center;min-width:100vw;min-height:100dvh;background:linear-gradient(135deg,#0f172a,#1e3a8a,#1e40af)}.card{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30%;max-width:500px;min-width:250px;padding:2em;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background-color:#f0f0f0a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 20px 20px #00000040;border-radius:8px}.title{font-size:3.5rem;font-weight:700;margin-top:0rem;margin-bottom:.7rem}.headline{font-size:1.3rem;margin:.5rem 0;text-transform:none;letter-spacing:normal;position:relative}.headline:after{content:"";display:block;width:25%;height:3px;margin:1.5rem auto 0;background-color:#f4c91b;box-shadow:inset 0 -1px 2px #0000001a}.description{font-size:1.2rem;margin-bottom:1rem}.details{font-size:1rem;margin-bottom:.5rem;text-align:justify}.cta-button{margin-top:1.5rem;padding:.8rem 2rem;font-size:1.1rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#1e40af,#3b82f6);border:none;border-radius:6px;cursor:pointer;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 8px #0003}.cta-button:hover{background:linear-gradient(135deg,#3b82f6,#60a5fa);transform:translateY(-2px);box-shadow:0 6px 12px #0000004d}.footer{position:fixed;bottom:0;left:0;width:100%;background-color:#0f172acc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1rem 2rem;box-shadow:0 -2px 10px #0000004d}.footer-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.copyright{color:#ffffffb3;font-size:.9rem;margin:0}.footer-links{display:flex;gap:2rem}.footer-links a{color:#ffffffe6;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:#f4c91b}.onboarding-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.onboarding-content{max-width:640px;width:100%}.onboarding-card{padding:2em;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background-color:#f0f0f0a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 20px 20px #00000040;border-radius:8px}.onboarding-content h1{font-size:2.5rem;margin-bottom:1rem;text-align:center}.onboarding-content p{font-size:1.2rem;text-align:center;margin-bottom:2rem;color:var(--text-primary)}.facebook-login-button{background-color:#1877f2;border:0;border-radius:4px;color:#fff;cursor:pointer;font-family:Helvetica,Arial,sans-serif;font-size:16px;font-weight:700;height:40px;padding:0 24px;display:block;margin:0 auto 1rem;transition:background-color .3s ease}.facebook-login-button:hover{background-color:#166fe5}.facebook-login-button:active{background-color:#1464d6}.response-section{margin-top:2rem;padding:1rem;background-color:#f5f5f5;border-radius:8px;width:100%;max-width:100%;overflow:hidden}.response-section h3{margin-top:0;margin-bottom:1rem;font-size:1.2rem}.response-list{display:flex;flex-direction:column;gap:.75rem}.response-row{display:grid;grid-template-columns:minmax(140px,200px) 1fr auto;align-items:center;gap:.75rem;background-color:#fff;padding:.75rem 1rem;border-radius:6px;box-shadow:inset 0 0 0 1px #0000000d}.response-key{font-weight:600;color:#2b2b2b;text-align:left}.response-value{text-align:left;word-break:break-word}.copy-button{border:0;background:transparent;cursor:pointer;padding:.25rem;line-height:1}.copy-button svg{width:1.1rem;height:1.1rem;display:block}.copy-button:focus-visible{outline:2px solid #1877f2;outline-offset:2px}.response-section pre{background-color:#fff;padding:1rem;border-radius:4px;overflow-x:auto;font-size:.9rem;line-height:1.5;max-width:100%;width:100%;box-sizing:border-box}
