@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;font-family:Inter,sans-serif}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.auth-container{width:100%;max-width:440px}.auth-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:48px 40px;box-shadow:0 20px 60px #0000004d}.auth-logo{text-align:center;margin-bottom:32px}.auth-logo h1{font-size:32px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-logo p{color:#64748b;font-size:14px;margin-top:8px}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:14px;font-weight:500;color:#334155;margin-bottom:8px}.form-group input{width:100%;padding:14px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:15px;transition:all .2s;font-family:Inter,sans-serif}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a}.btn{width:100%;padding:14px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;font-family:Inter,sans-serif}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:10px 20px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.divider{text-align:center;margin:24px 0;position:relative}.divider:before{content:"";position:absolute;left:0;top:50%;width:100%;height:1px;background:#e2e8f0}.divider span{position:relative;background:#fffffff2;padding:0 16px;color:#64748b;font-size:14px}.btn-google{background:#fff;color:#1f2937;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;gap:12px;text-decoration:none}.btn-google:hover{background:#f8fafc;border-color:#cbd5e1}.google-icon{width:20px;height:20px}.footer-link{text-align:center;margin-top:24px;color:#64748b;font-size:14px}.footer-link a{color:#667eea;font-weight:600;text-decoration:none}.footer-link a:hover{text-decoration:underline}.error-message{background:#fee2e2;color:#991b1b;padding:12px 16px;border-radius:12px;margin-bottom:20px;font-size:14px}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:50}.modal.active{display:flex;align-items:center;justify-content:center}.modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{position:relative;background:#fff;border-radius:16px;max-width:500px;width:90%;box-shadow:0 20px 25px -5px #0000001a;padding:24px;z-index:51;max-height:90vh;overflow-y:auto}@media(max-width:640px){.modal-content{width:95%;padding:16px;max-height:85vh;border-radius:12px}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.form-select{width:100%;padding:14px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:15px;transition:all .2s;font-family:Inter,sans-serif}.form-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a}.modal-footer{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.btn-secondary{padding:10px 20px;border:2px solid #e2e8f0;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;background:#fff;color:#64748b}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}
