.cadastro-container{width:100%;min-height:100svh;padding-top:max(2.5rem, env(safe-area-inset-top));padding-right:1.25rem;padding-bottom:max(2.5rem, env(safe-area-inset-bottom));background:linear-gradient(160deg,#001a3d 0%,#002a55 55%,#00407a 100%);flex-direction:column;align-items:center;padding-left:1.25rem;font-family:Inter,sans-serif;display:flex;position:relative;overflow-x:clip}.cadastro-container:before,.cadastro-container:after{content:"";opacity:.04;pointer-events:none;background:#fff;border-radius:50%;position:absolute}.cadastro-container:before{width:700px;height:700px;top:-250px;right:-200px}.cadastro-container:after{width:500px;height:500px;bottom:-150px;left:-200px}.cadastro-card{z-index:1;background-color:#fff;border-radius:20px;width:100%;max-width:540px;margin-top:auto;margin-bottom:auto;padding:2.75rem 2.75rem 2.25rem;position:relative;box-shadow:0 32px 80px #0006,0 0 0 1px #ffffff0f}.cadastro-brand{text-align:center;border-bottom:1px solid #f0f0f0;margin-bottom:1.75rem;padding-bottom:1.75rem}.cadastro-brand-name{color:#002a55;letter-spacing:-.5px;font-size:1.9rem;font-weight:800;display:block}.cadastro-title{color:#111827;margin:0 0 .25rem;font-size:1.4rem;font-weight:700}.cadastro-subtitle{color:#6b7280;margin-bottom:1.75rem;font-size:.92rem}.cadastro-form{flex-direction:column;gap:1.1rem;display:flex}.cadastro-form-row{gap:1rem;display:flex}.cadastro-form-group{flex-direction:column;gap:.4rem;display:flex}.cadastro-form-group.half-width{flex:1;min-width:0}.cadastro-form-label{color:#374151;font-size:.85rem;font-weight:600}.cadastro-form-input{box-sizing:border-box;background-color:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s,background-color .2s}.cadastro-form-input:focus{background-color:#fff;border-color:#002a55;box-shadow:0 0 0 3px #002a551a}.cadastro-submit-button{color:#fff;cursor:pointer;background-color:#002a55;border:none;border-radius:10px;width:100%;margin-top:.5rem;padding:.9rem;font-size:1rem;font-weight:700;transition:background-color .2s,box-shadow .2s,transform .1s;box-shadow:0 4px 16px #002a5559}.cadastro-submit-button:hover{background-color:#003d7a;box-shadow:0 6px 22px #002a5573}.cadastro-submit-button:active{transform:scale(.98)}.cadastro-submit-button:disabled{box-shadow:none;cursor:not-allowed;background-color:#94a3b8}.cadastro-back-link{text-align:center;color:#002a55;margin-top:.75rem;font-size:.875rem;font-weight:600;text-decoration:none;display:block}.cadastro-back-link:hover{text-decoration:underline}@media (max-width:540px){.cadastro-card{border-radius:16px;padding:2rem 1.5rem 1.75rem}.cadastro-brand-name{font-size:1.6rem}.cadastro-form-row{flex-direction:column;gap:1.1rem}}
