body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary:#4f46e5;--primary-dark:#3b3aca;--secondary:#3d8d7a;--secondary-dark:#1d2620;--background-gradient:linear-gradient(to bottom right,#4f46e5,#d946ef);--white:#fff;--text-dark:#2d2d2d;--border-color:#fff3;--shadow-color:#0000001a;--hover-shadow:#0003}body{background:linear-gradient(to bottom right,#4f46e5,#d946ef);background:var(--background-gradient);color:#2d2d2d;color:var(--text-dark);font-family:Poppins,sans-serif;margin:0}.container,body{align-items:center;display:flex;height:100vh;justify-content:center}.container{animation:fadeIn 1s ease-in-out}.btn-dark{background-color:#2d3748;border-radius:10px;color:#fff;display:inline-block;font-size:1rem;font-weight:500;margin:2%;overflow:hidden;padding:5px 10px;position:relative;text-align:center;text-decoration:none;transition:all .3s ease-in-out}.btn-dark:hover{background-color:#2d3748;border-color:#1a202c;transform:scale(1.05)}.btn-dark:active{background-color:#1a202c;transform:scale(.95)}.btn-light{border-radius:10px;display:inline-block;font-size:1rem;font-weight:400;margin:2%;overflow:hidden;padding:5px 10px;position:relative;text-align:center;text-decoration:none;transition:all .3s ease-in-out}.btn-light:hover{background-color:#2d3748;border-color:#1a202c;color:#fff;transform:scale(1.05)}.btn-light:active{background-color:#360f0f;transform:scale(.95)}.card{background:#fff;background:var(--white);border:2px solid #fff3;border:2px solid var(--border-color);border-radius:30px;box-shadow:0 10px 30px #0000001a;box-shadow:0 10px 30px var(--shadow-color);padding:2rem;text-align:center;transition:all .3s ease-in-out}.card:hover{box-shadow:0 15px 40px #0003;box-shadow:0 15px 40px var(--hover-shadow);transform:scale(1.03)}h1{color:#2d2d2d;color:var(--text-dark);font-size:2.5rem;font-weight:800;text-transform:uppercase}h1 span{color:#4f46e5;color:var(--primary)}.button{border-radius:10px;color:#fff;color:var(--white);display:inline-block;font-size:1rem;font-weight:600;margin:2%;overflow:hidden;padding:10px;position:relative;text-align:center;text-decoration:none}.button,.button:before{transition:all .3s ease-in-out}.button:before{background:#fff3;content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}.button:hover:before{left:0}.button:hover{box-shadow:0 5px 15px #0003;box-shadow:0 5px 15px var(--hover-shadow);transform:scale(1.05)}.button:first-of-type{background:#4f46e5;background:var(--primary)}.button:first-of-type:hover{background:#3b3aca;background:var(--primary-dark)}.button:last-of-type{background:#3d8d7a;background:var(--secondary)}.button:last-of-type:hover{background:#1d2620;background:var(--secondary-dark)}.fixed-image{border:1px solid #ccc;border-radius:8px;height:10cm;object-fit:contain;width:10cm}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.encrypted-image{border:1px solid #ccc;border-radius:8px;height:5cm;object-fit:cover;width:5cm}
/*# sourceMappingURL=main.f9e58343.css.map*/