.register-container{height:20vh;width:50vh;margin-bottom:20vh;position:absolute;display:flex;justify-content:center;align-items:center;padding:2rem;opacity:0;transform:translateY(-400px);animation:fadeSlideIn .8s ease-out forwards}@keyframes fadeSlideIn{to{opacity:1;transform:translateY(0)}}.form-group{margin-bottom:1.25rem}.register-container form{width:25vh;max-width:600px;background:rgba(60,60,60,.6);backdrop-filter:blur(36px);-webkit-backdrop-filter:blur(12px);border-radius:20px;padding:2.5rem 2rem;box-shadow:0 8px 32px #0000004d;border:1px solid rgba(255,255,255,.3);display:flex;flex-direction:column;align-items:stretch}.register-container input{width:90%;padding:.75rem 1rem;border-radius:10px;border:1px solid rgba(255,255,255,.4);background-color:#ffffff1a;color:#fff}.register-container label{color:#ffe4f2;font-size:1rem;font-weight:600;margin-bottom:.5rem;display:block;text-shadow:0 1px 2px rgba(0,0,0,.4);letter-spacing:.5px;transition:color .3s ease}.register-button{width:100%;max-width:40%;padding:.75rem 1rem;font-size:1rem;font-weight:700;color:#3f3f3f;background:linear-gradient(to right,#ff9a9e,#fad0c4);border:none;border-radius:12px;cursor:pointer;box-shadow:0 4px 12px #ffb6c166;transition:transform .3s ease,box-shadow .3s ease}.register-button:hover{transform:translateY(-3px);box-shadow:0 6px 18px #ff9fba80}.register-button:focus{outline:none;box-shadow:0 0 0 3px #ffb6c14d}.google-login-button{display:flex;align-items:center;justify-content:center;padding:.75rem 1rem;border-radius:10px;background-color:transparent;color:#333;font-weight:600;box-shadow:0 2px 10px #0000001a;transition:all .3s ease;margin-top:1rem;text-decoration:none;width:80%;height:10%;position:relative;margin-left:10px}.google-login-button img{width:100vh;height:auto;transition:all .3s ease}.google-login-button:hover img{transform:scale(1.05);filter:brightness(1.2)}.form-title{color:#fff;font-size:1.75rem;font-weight:700;text-align:center;margin-bottom:2rem;text-shadow:0 2px 6px rgba(0,0,0,.4)}.form-group{margin-bottom:1.5rem}.form-control{width:100%;padding:.75rem 1rem;border-radius:10px;border:1px solid rgba(255,255,255,.4);background-color:#ffffff1a;color:#fff;margin-top:.3rem;transition:all .3s ease}.form-control:focus{outline:none;border-color:#ffc3dc;background-color:#fff3}.error-message{color:#ffb6c1;font-size:.85rem;margin-top:.3rem}.form-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.form-footer a{color:#f9e0e3;font-size:.9rem;text-decoration:underline}.form-footer a:hover{color:#fff}.g-recaptcha{display:flex;justify-content:center;margin:20px auto;max-width:100%}.error-message{background:rgba(255,60,40,.1);border-left:4px solid #ff4f4f;padding:12px;margin:12px 0;border-radius:8px;color:#fff;animation:fadeIn .3s ease;font-size:.95rem;text-shadow:0 1px 1px rgba(255,0,0,.3)}.checkbox-agree{margin-top:1.5rem;font-size:.95rem;color:#f1f1f1}.agree-label{display:inline-flex;align-items:center;gap:8px;cursor:pointer}.agree-label input[type=checkbox]{width:16px;height:16px;accent-color:#ffd700;cursor:pointer;margin:0}.agree-label input[type=checkbox]:hover{box-shadow:0 0 4px gold}.agree-label input[type=checkbox]:checked:before{content:"✔";position:absolute;font-size:14px;color:gold;left:2px;top:-1px}.agree-label a{color:#90cdf4;text-decoration:underline;transition:color .3s}.agree-label a:hover{color:gold}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1280px){.register-container form{transform:scale(.75);width:60vh}@keyframes fadeSlideIn{to{opacity:1;transform:translateY(-5vh)}}}@media (max-width: 768px){.register-container form{max-height:90vh;width:30vh}.form-title{position:absolute;top:0;left:50%;transform:translate(-50%);margin-bottom:0}}
