:root{--bg:#f4f4f4;--panel:#fff;--panel-muted:#35373c;--text:#2d3035;--muted:#6b7078;--border:#e6e6e6;--brand:#009fe3;--brand-dark:#1881c1;--accent:#ff5100;--accent-soft:#fff1e9;--danger:#dc2626;--shadow:0 18px 54px #35373c1f;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}a{color:inherit}img{max-width:100%;height:auto;display:block}button,input,select{font:inherit}#app{min-height:100svh}.auth-container{background:var(--bg);place-items:center;min-height:100svh;padding:88px 24px 32px;display:grid;position:relative}.auth-shell{background:var(--panel);border:1px solid var(--border);border-top:6px solid var(--brand);width:min(520px,100%);box-shadow:var(--shadow);border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.auth-container-left{color:var(--text);border-bottom:1px solid var(--border);text-align:center;background:#fff;flex-direction:column;align-items:center;padding:34px 36px 28px;display:flex}.brand-logo{width:184px;box-shadow:none;background:#fff;border-radius:0;padding:0}.auth-container-right h4{letter-spacing:0;margin:0;font-size:26px;line-height:1.18}.auth-container-right{flex-direction:column;padding:30px 36px 36px;display:flex}.auth-container-right-text{color:var(--muted);margin:10px 0 24px;font-size:14px;line-height:1.45}.auth-container-right-text a{color:var(--accent);margin-left:8px;font-weight:700;text-decoration:none}.auth-container-input-wrapper form{gap:11px;display:grid}.auth-container-input-wrapper input[type=text],.auth-container-input-wrapper input[type=password],.auth-container-input-wrapper input[type=tel]{width:100%;min-height:50px;color:var(--text);border:1px solid var(--border);background:#fbfbfb;border-radius:10px;outline:none;padding:0 15px;transition:border-color .2s,background-color .2s,box-shadow .2s}.auth-container-input-wrapper input:focus{background:#fff;border-color:#009fe3b3;box-shadow:0 0 0 4px #009fe324}.iti{width:100%;font-size:14px;display:block}.check-row{color:var(--muted);align-items:flex-start;gap:10px;font-size:14px;line-height:1.45;display:flex}.check-row input{width:20px;min-width:20px;height:20px;accent-color:var(--accent);margin:0}.check-row-last{margin-bottom:10px}.sign-up-buttons{grid-template-columns:1fr;gap:10px;margin-top:20px;display:grid}.activation-step{gap:18px;display:grid}.activation-actions{gap:10px;display:grid}.activation-timer{min-height:38px;color:var(--panel-muted);border:1px solid var(--border);background:#f8f8f8;border-radius:999px;justify-content:center;align-items:center;font-weight:700;display:inline-flex}#txt_Info{color:var(--muted);margin:8px 0 0;font-size:13px}.auth-button{color:#fff;background:var(--accent);border:1px solid var(--accent);text-align:center;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;width:100%;min-height:50px;padding:0 18px;font-weight:700;text-decoration:none;transition:background-color .2s,border-color .2s,transform .2s;display:inline-flex}.auth-button:hover,.auth-button:focus-visible{background:#e14900;border-color:#e14900}.secondary-action{color:var(--panel-muted);border-color:var(--border);background:#fff}.secondary-action:hover,.secondary-action:focus-visible{color:#fff;background:var(--brand);border-color:var(--brand)}.hidden{display:none!important}.check-container{color:var(--panel-muted);text-align:center;background:#f7fbfd;border:1px solid #d6edf8;border-radius:14px;justify-items:center;gap:16px;padding:24px;display:grid}.check-container p{color:var(--muted);margin:0;line-height:1.5}.check-container-icon{color:#fff;background:var(--brand);border-radius:50%;place-items:center;width:54px;height:54px;display:grid}.check-container-icon svg{fill:currentColor;width:24px;height:24px}.text-danger,label.error,span.text-danger{color:var(--danger);font-size:13px}.loading{z-index:60;width:140px;height:90px;color:var(--brand);text-align:center;margin:auto;position:fixed;inset:0}.loading span{width:84px;height:10px;position:absolute;top:58px;left:50%;overflow:hidden;transform:translate(-50%)}.loading span>i{border-radius:50%;width:4px;height:4px;animation:4s infinite wait;position:absolute}.loading span>i:first-of-type{background:#f7c948;left:-28px}.loading span>i:nth-of-type(2){background:#6bd968;animation-delay:.8s;left:-21px}#loading-overlay{z-index:50;background:#ffffffad;display:none;position:fixed;inset:0}.loading-icon{border:4px solid #009fe333;border-top-color:var(--brand);border-radius:50%;width:44px;height:44px;margin:auto;animation:.8s linear infinite spin;position:absolute;inset:0}.modal{z-index:80;background:#0f172a85;padding:28px;display:none;position:fixed;inset:0;overflow:auto}.modal.show{display:block}.modal-dialog{width:min(980px,100%);margin:24px auto}.modal-content{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 28px 100px #0f172a3d}.modal-header,.modal-footer{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;min-height:68px;padding:18px 24px;display:flex}.modal-footer{border-top:1px solid var(--border);border-bottom:0}.modal-title{margin:0;font-size:18px}.modal-body{max-height:60svh;color:var(--text);padding:32px;line-height:1.65;overflow:auto}.close{width:40px;height:40px;color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;font-size:30px;line-height:1;display:inline-grid}.close:hover{background:#f2f4f7}.btn-modal-success{color:#fff;background:var(--accent);border:1px solid var(--accent);cursor:pointer;border-radius:999px;min-height:44px;padding:0 20px;font-weight:700}.btn-modal-success:hover{background:#e14900}@keyframes wait{0%{left:-7px}30%{left:52px}60%{left:22px}to{left:100px}}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=900px){.auth-container{padding:82px 18px 24px}}@media (width<=560px){.auth-container{min-height:auto;padding:76px 12px 18px}.auth-shell{border-top-width:5px;border-radius:12px}.auth-container-left{padding:24px 18px 20px}.auth-container-right{padding:24px 18px 26px}.brand-logo{width:158px}.auth-container-right h4{font-size:22px}.auth-container-input-wrapper input[type=text],.auth-container-input-wrapper input[type=password],.auth-container-input-wrapper input[type=tel]{min-height:48px}}
