:root{--primary: #02907d;--secondarycolor: #03453d;--text: #0f172a;--muted: #64748b;--bg: #ffffff}.auth-page{min-height:100vh;display:grid;place-items:center;background:#f8fafc;padding:2rem}.auth-container{width:100%;max-width:1100px;background:var(--bg);border-radius:1.5rem;overflow:hidden;box-shadow:0 25px 60px #00000014}.auth-split{display:grid;grid-template-columns:1fr 1.1fr;min-height:640px}.auth-left{background:linear-gradient(135deg,#02907d26,#03453d2e);display:flex;align-items:center;padding:3.5rem;justify-content:center;text-align:center}.auth-left-content{max-width:420px}.auth-left h1{font-size:2.4rem;font-weight:800;color:var(--text);line-height:1.15}.auth-left h1 span{color:var(--primary)}.auth-left p{margin-top:1rem;font-size:1.05rem;color:var(--muted)}.btn-google{margin-top:2rem;display:inline-flex;align-items:center;gap:.6rem;background:#fff;border:1px solid #e5e7eb;padding:.7rem 1rem;border-radius:.6rem;font-weight:600;cursor:pointer;transition:background .2s ease}.btn-google:hover{background:#f8fafc}.btn-google svg{width:18px;height:18px}.arrow-hint{margin-top:2rem;display:flex;align-items:center;gap:.6rem;color:var(--primary);font-weight:600;justify-content:center}.arrow{font-size:1.3rem;animation:slide 1.4s infinite ease-in-out}@keyframes slide{0%,to{transform:translate(0)}50%{transform:translate(6px)}}.auth-right{display:flex;align-items:center;padding:3.5rem}.auth-form{width:100%;max-width:520px}.field{display:flex;flex-direction:column;margin-bottom:1.1rem}label{font-size:.85rem;font-weight:600;margin-bottom:.3rem;color:var(--text)}input{padding:.7rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.95rem}input:focus{outline:none;border-color:var(--primary)}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.checkbox{display:flex;gap:.6rem;font-size:.85rem;color:var(--muted);margin:1.2rem 0}.checkbox a{color:var(--primary);font-weight:600}.auth-footer{margin-top:1.4rem;text-align:center;font-size:.9rem}.auth-footer a{color:var(--primary);font-weight:600}.animate-in{animation:fade .35s ease}@keyframes fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.auth-container{border-radius:1rem}.auth-split{grid-template-columns:1fr;min-height:auto}.auth-split{grid-template-columns:1fr}.auth-left{display:block;padding:2rem 2rem 1.5rem;background:linear-gradient(135deg,#02907d26,#03453d2e)}.auth-left h1{font-size:1.9rem}.arrow-hint{margin-top:2rem;display:flex;align-items:center;gap:.6rem;color:var(--primary);font-weight:600;justify-content:center}.arrow{font-size:1.3rem;animation:slide 1.4s infinite ease-in-out;rotate:90deg}.auth-right{padding:1.5rem 2rem 2.5rem}.auth-right{padding:2rem}.grid-2{grid-template-columns:1fr}}.iti{width:100%;display:block;margin-top:4px}.iti__tel-input{width:100%;height:46px;padding:.75rem 1rem;border-radius:10px;border:1px solid #e2e8f0;background:#fff;font-family:inherit;font-size:.9rem;color:#0f172a;outline:none;transition:all .2s ease}.iti__tel-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.iti__flag-container{z-index:20}.iti__country-list{border-radius:8px;border:1px solid #e2e8f0;box-shadow:0 10px 25px -5px #0000001a;font-family:inherit;z-index:50;width:300px}.iti__country{font-size:.85rem;padding:8px 10px}.hidden{display:none!important}.verify-screen{display:flex;flex-direction:column;justify-content:center;min-height:500px;text-align:center;width:100%}.verify-content-wrapper{max-width:400px;margin:0 auto;width:100%}.verify-error-msg{display:none;color:#b91c1c;background-color:#fef2f2;border:1px solid #fecaca;padding:.75rem;border-radius:8px;font-size:.9rem;margin-bottom:1.5rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.verify-icon-pulse{width:80px;height:80px;background-color:#e0e7ff;color:#4f46e5;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;box-shadow:0 0 0 8px #4f46e51a}.verify-icon-pulse svg{width:40px;height:40px}.verify-screen h2{font-size:2rem;font-weight:800;color:#1e293b;margin-bottom:1rem;letter-spacing:-.5px}.verify-instructions{color:#64748b;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.email-highlight{color:#1e293b;font-weight:600;display:block;margin-top:.5rem;font-size:1.2rem}.code-input-wrapper{margin-bottom:2.5rem;position:relative}#codeInput{width:100%;font-family:Courier New,Courier,monospace;font-size:3rem;font-weight:700;text-align:center;letter-spacing:16px;padding:1rem 0;border:none;border-bottom:3px solid #e2e8f0;background-color:transparent;color:#1e293b;transition:all .3s ease;border-radius:0}#codeInput::placeholder{color:#e2e8f0;letter-spacing:16px;opacity:1}#codeInput:focus{outline:none;border-bottom-color:#4f46e5;background:linear-gradient(to top,rgba(79,70,229,.05),transparent)}.btn-verify-modern{width:100%;max-width:320px;margin:0 auto 1.5rem;display:block;padding:14px 24px;font-size:1.1rem;font-weight:600;letter-spacing:.5px;background:linear-gradient(to right,#4f46e5,#6366f1);border:none;box-shadow:0 10px 15px -3px #4f46e54d,0 4px 6px -2px #4f46e51a;transition:transform .2s,box-shadow .2s}.btn-verify-modern:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #4f46e566,0 10px 10px -5px #4f46e533}.btn-verify-modern:disabled{transform:none;box-shadow:none;opacity:.7}.resend-container .btn-resend{background:none;border:none;color:#64748b;font-weight:500;font-size:.95rem;cursor:pointer;padding:5px 10px;border-radius:6px;transition:all .2s}.resend-container .btn-resend:hover{color:#4f46e5;background-color:#eef2ff}@media(max-width:640px){.verify-screen{min-height:auto;padding:40px 0}.verify-icon-pulse{width:60px;height:60px}.verify-icon-pulse svg{width:30px;height:30px}.verify-screen h2{font-size:1.75rem}#codeInput{font-size:2.2rem;letter-spacing:10px}}
