*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#e0c3fc,#8ec5fc);position:relative;overflow:hidden;padding:20px}.background-bubbles{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.background-bubbles li{position:absolute;display:block;list-style:none;width:20px;height:20px;background:#ffffff4d;animation:bubbleFloat 25s linear infinite;bottom:-150px;border-radius:50%}.background-bubbles li:nth-child(1){left:25%;width:80px;height:80px;animation-delay:0s}.background-bubbles li:nth-child(2){left:10%;width:20px;height:20px;animation-delay:2s;animation-duration:12s}.background-bubbles li:nth-child(3){left:70%;width:20px;height:20px;animation-delay:4s}.background-bubbles li:nth-child(4){left:40%;width:60px;height:60px;animation-delay:0s;animation-duration:18s}.background-bubbles li:nth-child(5){left:65%;width:20px;height:20px;animation-delay:0s}.background-bubbles li:nth-child(6){left:75%;width:110px;height:110px;animation-delay:3s}.background-bubbles li:nth-child(7){left:35%;width:150px;height:150px;animation-delay:7s}.background-bubbles li:nth-child(8){left:50%;width:25px;height:25px;animation-delay:15s;animation-duration:45s}.background-bubbles li:nth-child(9){left:20%;width:15px;height:15px;animation-delay:2s;animation-duration:35s}.background-bubbles li:nth-child(10){left:85%;width:150px;height:150px;animation-delay:0s;animation-duration:11s}@keyframes bubbleFloat{0%{transform:translateY(0) rotate(0);opacity:1;border-radius:50%}to{transform:translateY(-1000px) rotate(720deg);opacity:0;border-radius:50%}}#root{width:100%;display:flex;justify-content:center}.container{width:100%;max-width:460px;z-index:1}.card{width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:40px;padding:40px;box-shadow:0 20px 60px #0000004d;animation:slideUp .6s ease-out;border:4px solid rgba(255,255,255,.5)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.logo-section{text-align:center;margin-bottom:30px}.logo-icon{margin-bottom:15px;animation:bounce 2s infinite;display:flex;justify-content:center;align-items:center}.logo-img{width:120px;height:120px;object-fit:contain}.app-title{font-size:28px;font-weight:800;color:#333;margin-bottom:8px;background:linear-gradient(135deg,#ff9a9e,#ff26ba);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}.app-subtitle{font-size:15px;color:#888;font-weight:500}.form-section{display:none}.form-section.active{display:block;animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.input-group{position:relative;margin-bottom:24px}.input-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);width:20px;height:20px;z-index:2;color:#999;transition:color .3s ease;display:flex;justify-content:center;align-items:center}.input-group:focus-within .input-icon{color:#c4b5fd}input[type=text],input[type=password],input[type=email]{width:100%;padding:12px 16px 12px 45px;border:2px solid #efcaf7;border-radius:50px;font-size:14px;font-family:inherit;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fff;color:#555;font-weight:500}input[type=text]:focus,input[type=password]:focus,input[type=email]:focus{outline:none;border-color:#c4b5fd;background:#fff;box-shadow:0 0 0 4px #c4b5fd33;transform:scale(1.01)}input::placeholder{color:#bbb;font-weight:400}.submit-button.ant-btn{width:100%;height:auto;padding:14px;background:linear-gradient(135deg,#ff9a9e,#fd22b8);color:#fff;border:none;border-radius:50px;font-size:16px;font-weight:700;font-family:inherit;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 8px 20px #ff9a9e66;text-shadow:0 1px 2px rgba(0,0,0,.1)}.submit-button.ant-btn:hover,.submit-button.ant-btn:focus{background:linear-gradient(135deg,#ff9a9e,#fecfef)!important;transform:translateY(-4px) scale(1.02);box-shadow:0 15px 30px #ff9a9e80;filter:brightness(1.05);color:#fff!important}.submit-button.ant-btn:active{transform:translateY(-1px) scale(.98);background:linear-gradient(135deg,#ff9a9e,#fecfef)!important}.button-arrow{transition:transform .3s ease;display:flex;align-items:center}.submit-button:hover .button-arrow{transform:translate(6px)}.form-footer{margin-top:30px;text-align:center}.toggle-text{font-size:14px;color:#888;margin:10px 0}.link-text{color:#ff9a9e;text-decoration:none;font-weight:600;cursor:pointer;transition:all .3s ease;padding:2px 6px;border-radius:6px}.link-text:hover{color:#ff6b6b;background:#ff9a9e1a}.message{margin:16px 0;padding:12px 16px;border-radius:10px;font-size:14px;text-align:center;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.success{background:linear-gradient(135deg,#d4edda,#c3e6cb);color:#155724;border:1px solid #c3e6cb}.error{background:linear-gradient(135deg,#f8d7da,#f5c6cb);color:#721c24;border:1px solid #f5c6cb}.hidden{display:none!important}@media(max-width:480px){.card{padding:30px 20px}.app-title{font-size:24px}.logo-icon{font-size:40px}input[type=text],input[type=password],input[type=email]{padding:14px 14px 14px 45px}.submit-button{padding:14px;font-size:15px}}@media(max-width:360px){.container{max-width:100%}.card{border-radius:20px}}.data-container{margin-top:24px;background:#f8f9fa;border-radius:12px;padding:16px;border:1px solid #e9ecef;max-height:300px;overflow-y:auto;animation:fadeIn .4s ease-out;box-shadow:inset 0 2px 4px #0000000d}pre{white-space:pre-wrap;word-wrap:break-word;font-family:Consolas,Monaco,Courier New,monospace;font-size:13px;color:#495057;text-align:left;margin:0}.ant-input-affix-wrapper{border:2px solid #efcaf7!important;border-radius:50px!important;padding:8px 16px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.ant-input-affix-wrapper:hover,.ant-input:hover{border-color:#c4b5fd!important}.ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-focused,.ant-input:focus,.ant-input-focused{border-color:#c4b5fd!important;box-shadow:0 0 0 4px #c4b5fd33!important}.ant-input{border-radius:50px}
