/* Arcadia MU — Registration module v1.1.0 (compact conversion layout) */
body.arc-inner-page--register .arc-inner-content-section.is-standalone {
    padding: clamp(24px, 3.5vw, 46px) 0 clamp(42px, 5vw, 68px);
}

body.arc-inner-page--register .arc-inner-layout,
body.arc-inner-page--register .arc-inner-module,
body.arc-inner-page--register .arc-inner-module.arc-inner-module--standalone {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible;
}

.arc-register,
.arc-register * {
    box-sizing: border-box;
}

.arc-register {
    --ar-gold: #e8a449;
    --ar-gold-bright: #ffc36b;
    --ar-gold-muted: #b77a35;
    --ar-ink: #0a0808;
    --ar-panel: #15100f;
    --ar-panel-2: #1c1412;
    --ar-line: rgba(232, 164, 73, .22);
    --ar-text: #f5ede5;
    --ar-muted: #a9988b;
    position: relative;
    isolation: isolate;
    color: var(--ar-text);
    font-family: Inter, Arial, sans-serif;
}

.arc-register::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: min(860px, 82vw);
    height: 380px;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(188, 88, 25, .14), transparent 68%);
    filter: blur(34px);
    pointer-events: none;
}

.arc-register__shell {
    display: grid;
    grid-template-columns: minmax(310px, .82fr) minmax(460px, 1.18fr);
    width: min(100%, 1080px);
    min-height: 0;
    margin: 0 auto;
    border: 1px solid var(--ar-line);
    border-radius: 4px;
    background: #100c0b;
    box-shadow: 0 34px 90px rgba(0, 0, 0, .42), 0 0 0 1px rgba(255, 255, 255, .015) inset;
    overflow: hidden;
}

.arc-register__story {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: clamp(32px, 3.4vw, 46px);
    border-right: 1px solid rgba(232, 164, 73, .14);
    background:
        linear-gradient(180deg, rgba(184, 82, 23, .15), transparent 30%),
        radial-gradient(circle at 10% 88%, rgba(220, 132, 48, .12), transparent 31%),
        linear-gradient(145deg, #1c1210 0%, #110d0c 58%, #0d0a09 100%);
}

.arc-register__story::before,
.arc-register__story::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.arc-register__story::before {
    inset: 0;
    opacity: .2;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, black, transparent 78%);
}

.arc-register__story::after {
    width: 210px;
    height: 210px;
    right: -90px;
    bottom: -90px;
    border: 1px solid rgba(232,164,73,.14);
    transform: rotate(45deg);
}

.arc-register__brand,
.arc-register__story-copy,
.arc-register__steps,
.arc-register__benefits,

.arc-register__server-meta {
    position: relative;
    z-index: 1;
    margin: auto 0 0 !important;
    padding-top: 42px;
    color: #9c826c !important;
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.arc-register__login-link {
    position: relative;
    z-index: 1;
}

.arc-register__brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff2df;
    font-family: Cinzel, Georgia, serif;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .09em;
}

.arc-register__brand small {
    display: block;
    margin-top: 1px;
    color: #8d7664;
    font-family: Inter, Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .24em;
}

.arc-register__brand-mark {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 188, 99, .48);
    color: var(--ar-gold-bright);
    font-size: 23px;
    line-height: 1;
    transform: rotate(45deg);
    background: rgba(7,5,5,.55);
    box-shadow: 0 0 28px rgba(213, 119, 41, .11);
}

.arc-register__brand-mark::first-letter {
    transform: rotate(-45deg);
}

.arc-register__brand-mark {
    text-indent: 0;
}

.arc-register__brand-mark::before {
    content: "A";
    transform: rotate(-45deg);
}

.arc-register__brand-mark {
    font-size: 0;
}

.arc-register__story-copy {
    margin-top: clamp(42px, 6vh, 58px);
}

.arc-register__eyebrow {
    margin: 0 0 14px !important;
    color: var(--ar-gold) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.arc-register__story h1 {
    max-width: 420px;
    margin: 0;
    color: #fff6ed;
    font-family: Cinzel, Georgia, serif;
    font-size: clamp(32px, 3vw, 43px);
    font-weight: 700;
    line-height: 1.045;
    letter-spacing: -.035em;
}

.arc-register__story-copy > p:last-child {
    max-width: 410px;
    margin: 16px 0 0;
    color: #b5a397;
    font-size: 16px;
    line-height: 1.6;
}

.arc-register__steps {
    display: flex;
    align-items: flex-start;
    gap: 0;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.arc-register__steps li {
    position: relative;
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 8px;
    width: 33.333%;
    color: #705f53;
}

.arc-register__steps li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 13px;
    left: 28px;
    width: calc(100% - 30px);
    height: 1px;
    background: rgba(255,255,255,.09);
}

.arc-register__steps span {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 50%;
    background: #171110;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
}

.arc-register__steps strong {
    align-self: center;
    padding-right: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.arc-register__steps .is-active {
    color: #e8c79c;
}

.arc-register__steps .is-active span {
    border-color: rgba(255, 185, 91, .65);
    color: #1a0f08;
    background: linear-gradient(135deg, #ffd07f, #d88731);
    box-shadow: 0 0 22px rgba(224, 132, 45, .18);
}

.arc-register__benefits {
    display: grid;
    gap: 17px;
    margin-top: auto;
    padding-top: 58px;
}

.arc-register__benefits > div {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 12px;
    align-items: start;
}

.arc-register__benefits svg,
.arc-register__secure-note svg,
.arc-register__security-heading svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: var(--ar-gold);
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.arc-register__benefits strong {
    display: block;
    color: #e9ded4;
    font-size: 14px;
    font-weight: 700;
}

.arc-register__benefits small {
    display: block;
    margin-top: 3px;
    color: #87766a;
    font-size: 13px;
    line-height: 1.45;
}

.arc-register__login-link {
    margin: 16px 0 0 !important;
    color: #77665a !important;
    font-size: 14px !important;
}

.arc-register__login-link a {
    margin-left: 4px;
    color: var(--ar-gold-bright) !important;
    font-weight: 700;
}

.arc-register__panel {
    min-width: 0;
    padding: clamp(32px, 3.8vw, 48px) clamp(30px, 4.3vw, 54px);
    background:
        radial-gradient(circle at 95% 5%, rgba(187, 91, 28, .08), transparent 25%),
        linear-gradient(180deg, #171211, #100d0c);
}

.arc-register__form-header {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,.065);
}

.arc-register__form-number {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(232,164,73,.35);
    color: var(--ar-gold-bright);
    font-family: Cinzel, Georgia, serif;
    font-size: 18px;
    background: rgba(213, 112, 33, .06);
}

.arc-register__form-header h2,
.arc-register-success h2 {
    margin: 0;
    color: #fff4ea;
    font-family: Cinzel, Georgia, serif;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: -.02em;
}

.arc-register__form-header p {
    margin: 5px 0 0;
    color: var(--ar-muted);
    font-size: 14px;
}

.arc-register__form {
    display: grid;
    gap: 16px;
}

.arc-register__field {
    min-width: 0;
}

.arc-register__field > label,
.arc-register__label-row label {
    display: block;
    margin: 0 0 7px;
    color: #ddcdbc;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .015em;
}

.arc-register__label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.arc-register__label-row > span {
    margin-bottom: 6px;
    color: #78695e;
    font-size: 12px;
}

.arc-register__control {
    position: relative;
    display: flex;
    align-items: center;
}

body.arc-inner-page--register .arc-register__control > svg {
    position: absolute;
    z-index: 2;
    left: 15px;
    width: 19px;
    height: 19px;
    fill: none;
    stroke: #77665b;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
    transition: stroke-color .18s ease;
}

body.arc-inner-page--register .arc-register input[type="text"],
body.arc-inner-page--register .arc-register input[type="email"],
body.arc-inner-page--register .arc-register input[type="password"] {
    appearance: none;
    display: block;
    width: 100% !important;
    height: 48px;
    min-height: 48px;
    margin: 0 !important;
    padding: 0 46px 0 46px !important;
    border: 1px solid rgba(231, 168, 93, .2) !important;
    border-radius: 2px !important;
    outline: none;
    color: #f7eee6 !important;
    caret-color: var(--ar-gold-bright);
    background: rgba(4, 3, 3, .62) !important;
    box-shadow: inset 0 1px 8px rgba(0,0,0,.22) !important;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

body.arc-inner-page--register .arc-register input::placeholder {
    color: #675b53;
    opacity: 1;
}

body.arc-inner-page--register .arc-register input:hover {
    border-color: rgba(237, 173, 95, .35) !important;
}

body.arc-inner-page--register .arc-register input:focus {
    border-color: rgba(255, 189, 104, .72) !important;
    background: rgba(7,5,5,.84) !important;
    box-shadow: 0 0 0 3px rgba(232, 150, 55, .08), inset 0 1px 8px rgba(0,0,0,.18) !important;
}

.arc-register__control:focus-within > svg {
    stroke: var(--ar-gold-bright);
}

.arc-register__valid-icon {
    position: absolute;
    right: 15px;
    display: none;
    color: #72b985;
    font-size: 15px;
    font-weight: 800;
}

.arc-register__field.is-valid .arc-register__valid-icon {
    display: block;
}

.arc-register__field.is-invalid input {
    border-color: rgba(213, 89, 72, .75) !important;
    box-shadow: 0 0 0 3px rgba(190, 66, 50, .07) !important;
}

.arc-register__control--password .arc-register__valid-icon {
    right: 48px;
}

.arc-register__password-toggle {
    position: absolute;
    z-index: 3;
    right: 5px;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    border: 0 !important;
    color: #817166 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.arc-register__password-toggle:hover,
.arc-register__password-toggle:focus-visible {
    color: var(--ar-gold-bright) !important;
    outline: none;
}

.arc-register__password-toggle svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.arc-register__help {
    margin: 5px 0 0 !important;
    color: #796c63 !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
}

.arc-register__strength {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 6px;
}

.arc-register__strength > span {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    width: 94px;
}

.arc-register__strength i {
    display: block;
    height: 2px;
    background: #332925;
    transition: background .18s ease, box-shadow .18s ease;
}

.arc-register__strength b {
    color: #776960;
    font-size: 11px;
    font-weight: 600;
}

.arc-register__strength[data-level="1"] i:nth-child(1),
.arc-register__strength[data-level="2"] i:nth-child(-n+2),
.arc-register__strength[data-level="3"] i {
    background: var(--ar-gold);
    box-shadow: 0 0 7px rgba(232,164,73,.16);
}

 .arc-register__security {
    display: grid;
    grid-template-columns: minmax(130px, 1fr) 304px;
    gap: 16px;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid rgba(255,255,255,.065);
    background: rgba(255,255,255,.018);
}

.arc-register__security-heading {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 9px;
    align-items: start;
    margin: 0;
}

.arc-register__security-heading strong {
    display: block;
    color: #d9cabc;
    font-size: 12px;
}

.arc-register__security-heading small {
    display: block;
    margin-top: 3px;
    color: #74675f;
    font-size: 11px;
    line-height: 1.35;
}

.arc-register__captcha-wrap {
    width: 304px;
    min-height: 78px;
    overflow: hidden;
}

.arc-register__captcha-wrap .g-recaptcha {
    transform-origin: left top;
}

.arc-register__legal {
    position: relative;
    display: grid !important;
    grid-template-columns: 20px 1fr;
    gap: 11px;
    align-items: start;
    margin: 0 !important;
    color: #96877d !important;
    cursor: pointer;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
}

.arc-register__legal input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.arc-register__checkbox {
    display: grid;
    place-items: center;
    width: 19px;
    height: 19px;
    margin-top: 1px;
    border: 1px solid rgba(232,164,73,.38);
    background: rgba(3,3,3,.5);
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.arc-register__checkbox svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: #1b1008;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0;
    transform: scale(.6);
    transition: opacity .16s ease, transform .16s ease;
}

.arc-register__legal input:checked + .arc-register__checkbox {
    border-color: var(--ar-gold-bright);
    background: linear-gradient(135deg, #ffd17f, #d98a35);
}

.arc-register__legal input:checked + .arc-register__checkbox svg {
    opacity: 1;
    transform: scale(1);
}

.arc-register__legal input:focus-visible + .arc-register__checkbox {
    box-shadow: 0 0 0 3px rgba(232,164,73,.12);
}

.arc-register__legal a {
    color: #e5a34e !important;
    font-weight: 650;
    text-decoration: underline;
    text-decoration-color: rgba(229,163,78,.35);
    text-underline-offset: 2px;
}

body.arc-inner-page--register .arc-register__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 0 22px !important;
    border: 1px solid #f3b25f !important;
    border-radius: 2px !important;
    color: #1a0e07 !important;
    background: linear-gradient(135deg, #ffd180 0%, #e49a43 48%, #c87329 100%) !important;
    box-shadow: 0 11px 28px rgba(195, 98, 31, .19), inset 0 1px rgba(255,255,255,.38) !important;
    font-family: Inter, Arial, sans-serif;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .1em;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

body.arc-inner-page--register .arc-register__button:hover,
body.arc-inner-page--register .arc-register__button:focus-visible {
    color: #130a05 !important;
    filter: brightness(1.06);
    transform: translateY(-1px);
    box-shadow: 0 15px 35px rgba(195, 98, 31, .25), inset 0 1px rgba(255,255,255,.4) !important;
    outline: none;
}

body.arc-inner-page--register .arc-register__button:disabled {
    cursor: wait;
    filter: saturate(.7) brightness(.85);
    transform: none;
}

.arc-register__button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.arc-register__secure-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: -8px 0 0 !important;
    color: #665b54 !important;
    font-size: 11px !important;
    text-align: center;
}

.arc-register__secure-note svg {
    width: 13px;
    height: 13px;
    stroke: #76685f;
}

.arc-register-success {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
    text-align: center;
}

.arc-register-success__icon {
    display: grid;
    place-items: center;
    width: 78px;
    height: 78px;
    margin: 0 auto 28px;
    border: 1px solid rgba(232,164,73,.4);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232,164,73,.13), rgba(232,164,73,.025));
    box-shadow: 0 0 45px rgba(208, 111, 36, .12);
}

.arc-register-success__icon svg {
    width: 35px;
    height: 35px;
    fill: none;
    stroke: var(--ar-gold-bright);
    stroke-width: 1.45;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.arc-register-success > p:not(.arc-register__eyebrow) {
    max-width: 440px;
    margin: 18px auto 0;
    color: #a9998d;
    font-size: 15px;
    line-height: 1.7;
}

.arc-register-success > p strong {
    color: #ead6c0;
}

.arc-register-success__notice {
    display: grid;
    gap: 5px;
    max-width: 440px;
    margin: 28px auto 0;
    padding: 17px;
    border: 1px solid rgba(232,164,73,.14);
    color: #8d7d72;
    background: rgba(232,164,73,.035);
    font-size: 12px;
    line-height: 1.55;
}

.arc-register-success__notice strong {
    color: #dcb887;
    font-size: 13px;
}

.arc-register-success__actions {
    display: grid;
    gap: 15px;
    width: min(100%, 360px);
    margin: 32px auto 0;
}

.arc-register__text-button {
    color: #c99150 !important;
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 900px) {
    .arc-register__shell {
        grid-template-columns: minmax(255px, .72fr) minmax(390px, 1.28fr);
    }

    .arc-register__story,
    .arc-register__panel {
        padding-left: 32px;
        padding-right: 32px;
    }

    .arc-register__benefits small {
        display: none;
    }
}

@media (max-width: 720px) {
    body.arc-inner-page--register .arc-inner-content-section.is-standalone {
        padding: 18px 0 54px;
    }

    body.arc-inner-page--register .arc-container {
        width: 100%;
        padding-left: 14px;
        padding-right: 14px;
    }

    .arc-register__shell {
        display: block;
        min-height: 0;
    }

    .arc-register__story {
        padding: 29px 25px 27px;
        border-right: 0;
        border-bottom: 1px solid rgba(232,164,73,.14);
    }

    .arc-register__brand {
        font-size: 17px;
    }

    .arc-register__brand-mark {
        width: 37px;
        height: 37px;
    }

    .arc-register__story-copy {
        margin-top: 34px;
    }

    .arc-register__story h1 {
        font-size: clamp(29px, 9vw, 39px);
    }

    .arc-register__story-copy > p:last-child {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.65;
    }

    .arc-register__steps {
        margin-top: 25px;
    }

    .arc-register__benefits {
        display: none;
    }

    .arc-register__login-link {
        margin-top: 26px !important;
    }

    .arc-register__panel {
        padding: 32px 25px 37px;
    }

    .arc-register-success {
        min-height: 430px;
    }
}

@media (max-width: 390px) {
    .arc-register__story,
    .arc-register__panel {
        padding-left: 19px;
        padding-right: 19px;
    }

    .arc-register__steps strong {
        font-size: 10px;
    }

    .arc-register__captcha-wrap {
        min-height: 70px;
    }

    .arc-register__captcha-wrap .g-recaptcha {
        transform: scale(.86);
    }
}


@media (max-width: 980px) {
    .arc-register__security {
        grid-template-columns: 1fr;
    }

    .arc-register__security-heading {
        margin-bottom: 1px;
    }
}

@media (max-width: 720px) {
    .arc-register__story-copy {
        margin-top: 27px;
    }

    .arc-register__story h1 {
        max-width: 460px;
        font-size: clamp(28px, 8.5vw, 37px);
    }

    .arc-register__steps {
        margin-top: 22px;
    }

    .arc-register__server-meta {
        margin-top: 0 !important;
        padding-top: 24px;
    }

    .arc-register__login-link {
        margin-top: 14px !important;
    }

    .arc-register__form-header {
        margin-bottom: 22px;
    }

    .arc-register__security {
        padding: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .arc-register *,
    .arc-register *::before,
    .arc-register *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Oculta el borde claro interno del reCAPTCHA de Google */
.arc-register__captcha-wrap .g-recaptcha {
    clip-path: inset(2px);
}

/* Recorta completamente el marco claro interno de reCAPTCHA */
.arc-register__captcha-wrap .g-recaptcha {
    width: 298px;
    height: 72px;
    overflow: hidden;
    background: #222;
}

.arc-register__captcha-wrap .g-recaptcha > div {
    width: 304px !important;
    height: 78px !important;
    overflow: hidden;
    transform: translate(-3px, -3px);
}

.arc-register__captcha-wrap .g-recaptcha iframe {
    border: 0 !important;
    box-shadow: none !important;
}

/* Additional-account flow: make it explicit that the current web session is preserved. */
.arc-register__session-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 22px;
    padding: 13px 15px;
    border: 1px solid rgba(210, 148, 58, 0.28);
    background: rgba(210, 148, 58, 0.07);
}

.arc-register__session-note p {
    margin: 0;
    color: rgba(241, 229, 211, 0.78);
    font-size: 14px;
    line-height: 1.65;
}

.arc-register__session-dot {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    margin-top: 6px;
    border-radius: 50%;
    background: #8ed85b;
    box-shadow: 0 0 10px rgba(142, 216, 91, 0.42);
}

.arc-register-success__notice--session {
    border-color: rgba(142, 216, 91, 0.24);
    background: rgba(142, 216, 91, 0.06);
}

