.w3-3-register{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#eef0f5;position:relative;padding:40px 20px;font-family:var(--font-family-primary, inherit)}.w3-3-register__grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(0,0,0,.07) 1px,transparent 1px);background-size:28px 28px;pointer-events:none;z-index:0}.w3-3-register__wrapper{position:relative;z-index:1;width:100%;max-width:520px;display:flex;flex-direction:column;align-items:center;gap:24px}.w3-3-register__topbar{display:flex;align-items:center;gap:12px}.w3-3-register__topbar-logo{height:36px;-o-object-fit:contain;object-fit:contain}.w3-3-register__topbar-text{font-size:.9375rem;font-weight:700;color:var(--color-secondary);font-family:var(--font-family-primary, inherit)}.w3-3-register__steps{display:flex;align-items:center;gap:0;width:100%;justify-content:center;position:relative}.w3-3-register__steps:before{content:"";position:absolute;top:20px;left:calc(50% - 120px);width:240px;height:2px;background:#d0d2d8;z-index:0}.w3-3-register__step{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1;max-width:120px;position:relative;z-index:1;cursor:default}.w3-3-register__step--active .w3-3-register__step-dot{background:var(--color-primary);color:#fff;box-shadow:0 0 0 4px rgba(var(--color-primary-rgb, 0, 0, 0),.15)}.w3-3-register__step--active .w3-3-register__step-label{color:var(--color-primary);font-weight:700}.w3-3-register__step--done .w3-3-register__step-dot{background:var(--color-secondary);color:#fff}.w3-3-register__step-dot{width:40px;height:40px;border-radius:50%;background:#eef0f5;box-shadow:4px 4px 10px #c8cad0,-4px -4px 10px #fff;display:flex;align-items:center;justify-content:center;font-size:.9375rem;font-weight:700;color:#aaa;transition:all .3s}.w3-3-register__step-label{font-size:.75rem;color:#aaa;font-weight:500;transition:color .3s}.w3-3-register__card{width:100%;background:#eef0f5;border-radius:28px;box-shadow:12px 12px 24px #c8cad0,-12px -12px 24px #fff;overflow:hidden}.w3-3-register__card-stripe{height:6px;background:linear-gradient(90deg,var(--color-primary) 0%,var(--color-secondary) 50%,var(--color-tertiary) 100%)}.w3-3-register__card-body{padding:40px 44px 32px;display:flex;flex-direction:column;align-items:center}.w3-3-register__title{font-size:1.75rem;font-weight:800;color:var(--color-secondary);margin:0 0 6px;font-family:var(--font-family-primary, inherit)}.w3-3-register__subtitle{font-size:.9375rem;color:#888;margin:0 0 28px}.w3-3-register__alert{width:100%;background:#fee;border:1px solid #fcc;border-radius:10px;padding:12px 16px;color:#c33;font-size:.875rem;display:flex;align-items:flex-start;gap:10px;margin-bottom:20px}.w3-3-register__alert i{margin-top:2px}.w3-3-register__alert ul{list-style:disc;padding-left:16px;margin:4px 0 0}.w3-3-register__form{width:100%;display:flex;flex-direction:column;gap:20px}.w3-3-register__field{display:flex;flex-direction:column;gap:8px}.w3-3-register__label{font-size:.875rem;font-weight:700;color:#555;text-transform:uppercase;letter-spacing:.06em;display:flex;align-items:center;gap:6px}.w3-3-register__optional{font-weight:400;color:#bbb;font-size:.8125rem;text-transform:none;letter-spacing:0}.w3-3-register__input-box{position:relative;background:#eef0f5;border-radius:12px;box-shadow:inset 4px 4px 10px #c8cad0,inset -4px -4px 10px #fff}.w3-3-register__input-box .w3-3-register__ico{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#aaa;font-size:1rem;transition:color .3s}.w3-3-register__input-box:focus-within .w3-3-register__ico{color:var(--color-primary)}.w3-3-register__input-box input{width:100%;padding:14px 46px;background:transparent;border:none;font-size:.9375rem;color:#333;font-family:var(--font-family-primary, inherit)}.w3-3-register__input-box input::-moz-placeholder{color:#bbb}.w3-3-register__input-box input::placeholder{color:#bbb}.w3-3-register__input-box input:focus{outline:none}.w3-3-register__eye{position:absolute;right:0;top:0;bottom:0;width:46px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:#aaa;font-size:1rem;transition:color .3s;padding:0}.w3-3-register__eye:hover{color:var(--color-primary)}.w3-3-register__eye:focus{outline:none}.w3-3-register__btn{padding:15px 24px;background:var(--color-primary);color:#fff;border:none;border-radius:14px;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:4px 4px 12px #00000026,-2px -2px 8px #fff9;transition:box-shadow .3s,transform .2s;flex:1;font-family:var(--font-family-primary, inherit)}.w3-3-register__btn:hover{transform:translateY(-2px);box-shadow:6px 6px 18px #0003,-2px -2px 10px #ffffffb3}.w3-3-register__btn:active{transform:translateY(0);box-shadow:inset 2px 2px 6px #0003}.w3-3-register__btn-back{padding:15px 24px;background:#eef0f5;color:#666;border:none;border-radius:14px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:4px 4px 10px #c8cad0,-4px -4px 10px #fff;transition:box-shadow .3s,transform .2s;flex:0 0 auto;font-family:var(--font-family-primary, inherit)}.w3-3-register__btn-back:hover{transform:translateY(-1px)}.w3-3-register__btn-row{display:flex;gap:12px;align-items:center}.w3-3-register__card-footer{padding:20px 44px 28px;border-top:1px solid #dde0e8;display:flex;align-items:center;justify-content:center;gap:8px;font-size:.9375rem;color:#888}.w3-3-register__card-footer a{color:var(--color-primary);font-weight:700;text-decoration:none}.w3-3-register__card-footer a i{margin-left:4px;font-size:.8125rem}.w3-3-register__card-footer a:hover{text-decoration:underline}.w3-3-register__bottom-note{font-size:.8125rem;color:#aaa;text-align:center;margin:0}.w3-3-register__bottom-note a{color:var(--color-secondary);text-decoration:none;font-weight:600}.w3-3-register__bottom-note a:hover{text-decoration:underline}@media (max-width: 575.98px){.w3-3-register{padding:24px 16px}.w3-3-register__wrapper{gap:18px}.w3-3-register__card-body{padding:28px 24px 20px}.w3-3-register__card-footer{padding:16px 24px 24px;flex-direction:column;text-align:center}.w3-3-register__title{font-size:1.5rem}.w3-3-register__steps:before{display:none}.w3-3-register__btn-row{flex-direction:column-reverse}.w3-3-register__btn-back{width:100%}}@media (max-width: 400px){.w3-3-register__card-body{padding:24px 18px 18px}.w3-3-register__step-label{display:none}}
