*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}.app{position:relative;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center}.background{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/images/background.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-1}.main-container{display:flex;width:90%;max-width:1200px;height:80vh;background:transparent;overflow:visible;gap:20px;align-items:center}.logo-section{flex:0 0 35%;display:flex;align-items:center;justify-content:center;position:relative;background:transparent}.logo-img{max-width:80%;max-height:80%;width:auto;height:auto;object-fit:contain}.form-section{flex:1;display:flex;align-items:center;justify-content:center;padding:40px;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;box-shadow:0 25px 50px #0000004d,0 0 0 1px #fff3}.form-container{width:100%;max-width:400px}.language-switch{position:absolute;top:20px;right:20px;text-align:right}.language-switch select{width:100px;padding:8px 5px;border:2px solid #e1e5e9;border-radius:6px;background:white;color:#333;font-size:14px;cursor:pointer;transition:all .3s ease}.language-switch select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.greeting{margin-bottom:30px;text-align:center}.greeting h1{font-size:28px;color:#333;margin-bottom:8px;font-weight:600}.greeting h2{font-size:22px;color:#555;margin-bottom:12px;font-weight:500}.greeting p{font-size:14px;color:#777;line-height:1.5}.meeting-form,.form-group{margin-bottom:20px}.form-group label{display:block;color:#333;font-size:14px;font-weight:500;margin-bottom:8px}.form-group input{width:100%;padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;background:white;color:#333;font-size:16px;transition:all .3s ease}.form-group input::placeholder{color:#999}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.next-btn{width:100%;padding:16px;background:#333;border:none;border-radius:8px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #3333334d}.next-btn:hover{background:#555;transform:translateY(-2px);box-shadow:0 6px 16px #3336}.next-btn:active{transform:translateY(0);box-shadow:0 2px 8px #3333334d}.terms{text-align:center;margin-top:20px}.terms p{font-size:12px;color:#777;line-height:1.5}.terms-link{color:#667eea;text-decoration:none;font-weight:500}.terms-link:hover{text-decoration:underline}@media (min-width: 1024px){.main-container{height:85vh;max-width:1400px}.logo-section{flex:0 0 50%}}@media (max-width: 768px){.main-container{flex-direction:column;height:95vh;width:95%}.logo-section{flex:0 0 40%}.form-section{flex:1;padding:20px}.greeting h1{font-size:24px}.greeting h2{font-size:18px}}@media (max-width: 480px){.main-container{height:100vh;width:100%}.logo-section{flex:0 0 35%}.form-section{padding:15px}}
