.RegistrationSteps-module__8W5I8a__steps{margin:0 0 var(--bc-sp-5);grid-template-columns:repeat(3,1fr);gap:6px;padding:0;list-style:none;display:grid}.RegistrationSteps-module__8W5I8a__step{text-align:center;color:var(--bc-muted);flex-direction:column;align-items:center;gap:6px;display:flex;position:relative}.RegistrationSteps-module__8W5I8a__step:not(:last-child):after{content:"";background:var(--bc-border);width:calc(100% - 20px);height:2px;position:absolute;top:7px;left:calc(50% + 10px)}.RegistrationSteps-module__8W5I8a__stepDone:not(:last-child):after,.RegistrationSteps-module__8W5I8a__stepCurrent:not(:last-child):after{background:var(--bc-green-500)}.RegistrationSteps-module__8W5I8a__dot{border:2px solid var(--bc-border);background:var(--bc-paper);z-index:1;border-radius:50%;width:16px;height:16px}.RegistrationSteps-module__8W5I8a__stepDone .RegistrationSteps-module__8W5I8a__dot{border-color:var(--bc-green-700);background:var(--bc-green-700)}.RegistrationSteps-module__8W5I8a__stepCurrent .RegistrationSteps-module__8W5I8a__dot{border-color:var(--bc-coral-500);background:var(--bc-coral-500);box-shadow:0 0 0 3px color-mix(in srgb,var(--bc-coral-500)25%,transparent)}.RegistrationSteps-module__8W5I8a__label,.RegistrationSteps-module__8W5I8a__short{font-family:var(--bc-font-display);letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:600;line-height:1.2}.RegistrationSteps-module__8W5I8a__short{display:none}.RegistrationSteps-module__8W5I8a__stepDone .RegistrationSteps-module__8W5I8a__label,.RegistrationSteps-module__8W5I8a__stepDone .RegistrationSteps-module__8W5I8a__short,.RegistrationSteps-module__8W5I8a__stepCurrent .RegistrationSteps-module__8W5I8a__label,.RegistrationSteps-module__8W5I8a__stepCurrent .RegistrationSteps-module__8W5I8a__short{color:var(--bc-green-900)}@media (max-width:520px){.RegistrationSteps-module__8W5I8a__label{display:none}.RegistrationSteps-module__8W5I8a__short{display:block}}
.auth-module__cni4Dq__page{min-height:100vh;padding:var(--bc-sp-7)var(--bc-sp-5);background:var(--bc-green-950);font-family:var(--bc-font-body);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.auth-module__cni4Dq__page :where(input,textarea,select,button){font-family:inherit}.auth-module__cni4Dq__page:before{content:"";opacity:.08;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300' fill='none'%3E%3Cg stroke='%23ACCCAC' stroke-width='14' stroke-linecap='round'%3E%3Cpath d='M30 90 v-25 a28 28 0 0 1 56 0 v25'/%3E%3Cpath d='M130 60 v25 a28 28 0 0 0 56 0 v-25'/%3E%3Cpath d='M30 200 v-25 a28 28 0 0 1 56 0 v25'/%3E%3Cpath d='M130 170 v25 a28 28 0 0 0 56 0 v-25'/%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat;background-size:220px;position:absolute;inset:0}.auth-module__cni4Dq__card{z-index:1;background:var(--bc-paper);border-radius:var(--bc-r-lg);width:100%;max-width:420px;box-shadow:var(--bc-shadow-3);border:1px solid var(--bc-border);padding:34px;position:relative}.auth-module__cni4Dq__logoWrap{text-align:center;margin-bottom:var(--bc-sp-3)}.auth-module__cni4Dq__title{font-family:var(--bc-font-display);font-size:var(--bc-fs-h3);color:var(--bc-green-900);margin:0 0 var(--bc-sp-2);text-align:center;font-weight:700}.auth-module__cni4Dq__subtitle{font-family:var(--bc-font-body);color:var(--bc-muted);text-align:center;margin:0 0 var(--bc-sp-5);font-size:13.5px;line-height:1.5}.auth-module__cni4Dq__form{gap:var(--bc-sp-4);flex-direction:column;display:flex}.auth-module__cni4Dq__field{flex-direction:column;gap:6px;display:flex}.auth-module__cni4Dq__label{font-family:var(--bc-font-accent);font-size:var(--bc-fs-caption);color:var(--bc-green-900);text-transform:uppercase;letter-spacing:var(--bc-tracking-label);font-weight:600}.auth-module__cni4Dq__input,.auth-module__cni4Dq__select{border:1px solid var(--bc-border);border-radius:var(--bc-r-sm);font-size:var(--bc-fs-body);font-family:var(--bc-font-body);color:var(--bc-text);background:var(--bc-paper);transition:border-color var(--bc-t-fast)var(--bc-ease),box-shadow var(--bc-t-fast)var(--bc-ease);padding:12px 14px}.auth-module__cni4Dq__input:focus,.auth-module__cni4Dq__select:focus{border-color:var(--bc-green-500);box-shadow:var(--bc-focus-ring);outline:none}.auth-module__cni4Dq__submit{margin-top:var(--bc-sp-2);background:var(--bc-green-900);color:#fff;border-radius:var(--bc-r-md);font-family:var(--bc-font-display);letter-spacing:.02em;cursor:pointer;transition:background var(--bc-t-fast)var(--bc-ease),transform var(--bc-t-fast)var(--bc-ease),box-shadow var(--bc-t-fast)var(--bc-ease);border:none;padding:13px 26px;font-size:15px;font-weight:600}.auth-module__cni4Dq__submit:hover:not(:disabled){background:var(--bc-green-700);box-shadow:var(--bc-shadow-2);transform:translateY(-1px)}.auth-module__cni4Dq__submit:focus-visible{box-shadow:var(--bc-focus-ring);outline:none}.auth-module__cni4Dq__submit:disabled{background:var(--bc-border);color:var(--bc-muted);cursor:not-allowed;box-shadow:none;transform:none}.auth-module__cni4Dq__error{padding:var(--bc-sp-3)var(--bc-sp-4);background:var(--bc-danger-bg);border-radius:var(--bc-r-md);color:var(--bc-danger);font-size:var(--bc-fs-small);border:1px solid #f2c4bf;line-height:1.5}.auth-module__cni4Dq__success{padding:var(--bc-sp-3)var(--bc-sp-4);background:var(--bc-success-bg);border-radius:var(--bc-r-md);color:var(--bc-success);font-size:var(--bc-fs-small);border:1px solid #bfdccb;line-height:1.5}.auth-module__cni4Dq__footer{margin-top:var(--bc-sp-5);text-align:center;font-family:var(--bc-font-body);color:var(--bc-muted);font-size:13px}.auth-module__cni4Dq__footer a{color:var(--bc-green-700);text-decoration:underline;-webkit-text-decoration-color:var(--bc-green-200);text-decoration-color:var(--bc-green-200);text-underline-offset:3px;font-weight:600}.auth-module__cni4Dq__footer a:hover{color:var(--bc-green-900);-webkit-text-decoration-color:var(--bc-coral-500);text-decoration-color:var(--bc-coral-500)}
.TermoAceiteForm-module__WfnftW__page{min-height:100vh;padding:var(--bc-sp-6)var(--bc-sp-5)var(--bc-sp-7);background:var(--bc-cream);font-family:var(--bc-font-body)}.TermoAceiteForm-module__WfnftW__wrapper{width:100%;max-width:820px;margin:0 auto}.TermoAceiteForm-module__WfnftW__card{background:var(--bc-paper);border-radius:var(--bc-r-lg);box-shadow:var(--bc-shadow-2);border:1px solid var(--bc-border);overflow:hidden}.TermoAceiteForm-module__WfnftW__header{padding:var(--bc-sp-6)var(--bc-sp-6)var(--bc-sp-5);border-bottom:1px solid var(--bc-border)}.TermoAceiteForm-module__WfnftW__logoWrap{text-align:center;margin-bottom:var(--bc-sp-5)}.TermoAceiteForm-module__WfnftW__title{font-family:var(--bc-font-display);font-size:var(--bc-fs-h3);color:var(--bc-green-900);margin:0 0 var(--bc-sp-2);text-align:center;font-weight:700}.TermoAceiteForm-module__WfnftW__subtitle{font-family:var(--bc-font-body);color:var(--bc-muted);text-align:center;margin:0;font-size:.9375rem;line-height:1.5}.TermoAceiteForm-module__WfnftW__termScroll{max-height:340px;padding:var(--bc-sp-6);background:var(--bc-green-50);border-bottom:1px solid var(--bc-border);overflow-y:auto}.TermoAceiteForm-module__WfnftW__termContent h1{font-family:var(--bc-font-display);color:var(--bc-green-900);margin:0 0 var(--bc-sp-2);font-size:1.25rem;font-weight:600}.TermoAceiteForm-module__WfnftW__termContent h2{font-family:var(--bc-font-display);font-size:var(--bc-fs-body);color:var(--bc-green-900);margin:var(--bc-sp-5)0 var(--bc-sp-2);font-weight:600}.TermoAceiteForm-module__WfnftW__termContent h3{font-family:var(--bc-font-display);font-size:var(--bc-fs-small);color:var(--bc-green-700);margin:var(--bc-sp-4)0 6px;font-weight:700}:is(.TermoAceiteForm-module__WfnftW__termContent p,.TermoAceiteForm-module__WfnftW__termContent li,.TermoAceiteForm-module__WfnftW__termContent dd){font-family:var(--bc-font-body);font-size:var(--bc-fs-small);line-height:var(--bc-lh-body);color:var(--bc-text)}.TermoAceiteForm-module__WfnftW__termContent ul{margin:var(--bc-sp-2)0;padding-left:20px}.TermoAceiteForm-module__WfnftW__termContent dl{margin:var(--bc-sp-2)0}.TermoAceiteForm-module__WfnftW__termContent dt{color:var(--bc-green-900);margin-top:var(--bc-sp-2);font-size:13px;font-weight:600}:is(.TermoAceiteForm-module__WfnftW__termContent .termo-subtitle,.TermoAceiteForm-module__WfnftW__termContent .termo-meta){color:var(--bc-muted);font-size:13px}.TermoAceiteForm-module__WfnftW__formSection{padding:var(--bc-sp-6)}.TermoAceiteForm-module__WfnftW__formTitle{font-family:var(--bc-font-display);font-size:var(--bc-fs-h4);color:var(--bc-green-900);margin:0 0 6px;font-weight:600}.TermoAceiteForm-module__WfnftW__formHint{font-size:var(--bc-fs-small);color:var(--bc-muted);margin:0 0 var(--bc-sp-5);line-height:1.5}.TermoAceiteForm-module__WfnftW__form{gap:var(--bc-sp-4);flex-direction:column;display:flex}.TermoAceiteForm-module__WfnftW__grid{gap:var(--bc-sp-4);grid-template-columns:1fr 1fr;display:grid}.TermoAceiteForm-module__WfnftW__field,.TermoAceiteForm-module__WfnftW__fieldFull{flex-direction:column;gap:6px;display:flex}.TermoAceiteForm-module__WfnftW__fieldFull{grid-column:1/-1}.TermoAceiteForm-module__WfnftW__label{font-family:var(--bc-font-display);font-size:var(--bc-fs-caption);color:var(--bc-green-900);text-transform:uppercase;letter-spacing:var(--bc-tracking-label);font-weight:600}.TermoAceiteForm-module__WfnftW__input{border:1px solid var(--bc-border);border-radius:var(--bc-r-sm);font-size:var(--bc-fs-body);font-family:var(--bc-font-body);color:var(--bc-text);transition:border-color var(--bc-t-fast)var(--bc-ease),box-shadow var(--bc-t-fast)var(--bc-ease);padding:12px 14px}.TermoAceiteForm-module__WfnftW__input:focus{border-color:var(--bc-green-500);box-shadow:var(--bc-focus-ring);outline:none}.TermoAceiteForm-module__WfnftW__inputReadonly{border:1px solid var(--bc-border);border-radius:var(--bc-r-sm);font-size:var(--bc-fs-body);font-family:var(--bc-font-body);background:var(--bc-sand);color:var(--bc-muted);padding:12px 14px}.TermoAceiteForm-module__WfnftW__lookupMeta{color:var(--bc-muted);margin:6px 0 0;font-size:12.5px;line-height:1.4}.TermoAceiteForm-module__WfnftW__lookupError{color:var(--bc-danger);margin:6px 0 0;font-size:12.5px;line-height:1.4}.TermoAceiteForm-module__WfnftW__checkboxRow{align-items:flex-start;gap:10px;margin-top:4px;display:flex}.TermoAceiteForm-module__WfnftW__checkboxRow input{accent-color:var(--bc-green-900);margin-top:4px}.TermoAceiteForm-module__WfnftW__checkboxLabel{font-size:var(--bc-fs-small);color:var(--bc-text);line-height:1.55}.TermoAceiteForm-module__WfnftW__error{padding:var(--bc-sp-3)var(--bc-sp-4);background:var(--bc-danger-bg);border-radius:var(--bc-r-md);color:var(--bc-danger);font-size:var(--bc-fs-small);border:1px solid #f2c4bf}.TermoAceiteForm-module__WfnftW__submit{margin-top:var(--bc-sp-2);background:var(--bc-green-900);color:#fff;border-radius:var(--bc-r-md);font-family:var(--bc-font-display);cursor:pointer;transition:background var(--bc-t-fast)var(--bc-ease),transform var(--bc-t-fast)var(--bc-ease);border:none;padding:13px 26px;font-size:15px;font-weight:600}.TermoAceiteForm-module__WfnftW__submit:hover:not(:disabled){background:var(--bc-green-700);transform:translateY(-1px)}.TermoAceiteForm-module__WfnftW__submit:focus-visible{box-shadow:var(--bc-focus-ring);outline:none}.TermoAceiteForm-module__WfnftW__submit:disabled{background:var(--bc-border);color:var(--bc-muted);cursor:not-allowed;transform:none}.TermoAceiteForm-module__WfnftW__footer{text-align:center;margin-top:var(--bc-sp-5)}.TermoAceiteForm-module__WfnftW__footer a{color:var(--bc-muted);font-size:var(--bc-fs-small)}.TermoAceiteForm-module__WfnftW__footer a:hover{color:var(--bc-green-900)}@media (max-width:640px){.TermoAceiteForm-module__WfnftW__header,.TermoAceiteForm-module__WfnftW__termScroll,.TermoAceiteForm-module__WfnftW__formSection{padding-left:var(--bc-sp-5);padding-right:var(--bc-sp-5)}.TermoAceiteForm-module__WfnftW__grid{grid-template-columns:1fr}}
