*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#b39ddb;--primary-color-rgb:179,157,219;--primary-hover-color:#9575cd;--secondary-color:#7e57c2;--secondary-color-rgb:126,87,194;--background-color:#f3e5f5;--text-color:#333;--light-text-color:#666}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--background-color);min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.container{max-width:800px;width:90%;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.1)}h1,h2,h3,h4,h5,h6{margin-bottom:1rem}a,h1,h2,h3,h4,h5,h6{color:var(--primary-color)}a{text-decoration:none;transition:color .3s ease}a:hover{color:var(--primary-hover-color)}button{cursor:pointer}@media (max-width:600px){.container{width:95%;padding:1.5rem}}.grecaptcha-badge{opacity:.3!important}