@charset "UTF-8";

:root {
    --password-primary: #317076;
    --password-primary-dark: #245d63;
    --password-primary-light: #e7f2f1;
    --password-background: #f4f8f7;
    --password-surface: #ffffff;
    --password-text: #17212b;
    --password-text-soft: #68757f;
    --password-border: #dfe8e6;
    --password-error: #d94d52;
    --password-error-background: #fff1f2;
    --password-success: #21866f;
    --password-success-background: #edf9f5;
    --password-warning: #b67925;
    --password-shadow: 0 28px 70px rgba(26, 55, 58, 0.12);
}
.layout_default {
    overflow: hidden;
    background: radial-gradient(circle at 10% 10%, rgba(49, 112, 118, 0.09), transparent 32%), radial-gradient(circle at 90% 85%, rgba(57, 149, 135, 0.1), transparent 30%), linear-gradient(135deg, #f8fbfa 0%, #eef5f3 100%);
}
.archive-password,
.archive-password * {
    box-sizing: border-box;
}

.archive-password {
    position: relative;
    min-height: 900px;
    padding: 72px 24px 100px;
    overflow: hidden;
    /* background:
        radial-gradient(
            circle at 10% 10%,
            rgba(49, 112, 118, 0.09),
            transparent 32%
        ),
        radial-gradient(
            circle at 90% 85%,
            rgba(57, 149, 135, 0.1),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #f8fbfa 0%,
            #eef5f3 100%
        ); */
    color: var(--password-text);
    font-family:
        "Pretendard",
        "Noto Sans KR",
        "Apple SD Gothic Neo",
        Arial,
        sans-serif;

    overflow: visible;
}

.archive-password__background {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.archive-password__background span {
    position: absolute;
    display: block;
    border-radius: 50%;
    filter: blur(2px);
}

.archive-password__background span:nth-child(1) {
    top: 90px;
    left: -90px;
    width: 260px;
    height: 260px;
    background: rgba(49, 112, 118, 0.07);
}

.archive-password__background span:nth-child(2) {
    top: 35%;
    right: -150px;
    width: 400px;
    height: 400px;
    background: rgba(109, 175, 165, 0.08);
}

.archive-password__background span:nth-child(3) {
    bottom: -120px;
    left: 32%;
    width: 310px;
    height: 310px;
    background: rgba(95, 154, 160, 0.06);
}

.archive-password-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.archive-password-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    color: #607078;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.archive-password-back:hover {
    color: var(--password-primary);
    transform: translateX(-3px);
}

.archive-password-back svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.archive-password-layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(430px, 0.95fr);
    gap: 72px;
    align-items: center;
}

.archive-password-visual {
    padding: 30px 10px 30px 0;
}

.archive-password-visual__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-bottom: 22px;
    padding: 7px 14px;
    border: 1px solid rgba(49, 112, 118, 0.25);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.75);
    color: var(--password-primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.archive-password-visual h1 {
    margin: 0;
    color: #17232b;
    font-size: clamp(38px, 4.5vw, 58px);
    font-weight: 900;
    line-height: 1.22;
    letter-spacing: -3px;
    word-break: keep-all;
}

.archive-password-visual h1 em {
    color: var(--password-primary);
    font-style: normal;
}

.archive-password-visual > p {
    max-width: 560px;
    margin: 24px 0 0;
    color: #68757f;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: -0.4px;
    word-break: keep-all;
}

.archive-password-security {
    max-width: 520px;
    margin-top: 36px;
    padding: 24px;
    border: 1px solid rgba(214, 228, 225, 0.9);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.83);
    box-shadow: 0 20px 45px rgba(39, 79, 82, 0.08);
    backdrop-filter: blur(12px);
}

.archive-password-security__head {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8efed;
}

.archive-password-security__head > span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 15px;
    background: var(--password-primary-light);
    color: var(--password-primary);
}

.archive-password-security__head > span svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.archive-password-security__head > div {
    min-width: 0;
    flex: 1;
}

.archive-password-security__head strong,
.archive-password-security__head small {
    display: block;
}

.archive-password-security__head strong {
    color: #233139;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
}

.archive-password-security__head small {
    margin-top: 2px;
    color: #7a878e;
    font-size: 12px;
}

.archive-password-security__head > i {
    padding: 6px 10px;
    border-radius: 999px;
    background: #edf8f5;
    color: #27806f;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.8px;
}

.archive-password-security__steps {
    display: grid;
    gap: 16px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.archive-password-security__steps li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
}

.archive-password-security__steps li:not(:last-child)::after {
    position: absolute;
    top: 34px;
    left: 16px;
    width: 1px;
    height: 17px;
    background: #dfe8e6;
    content: "";
}

.archive-password-security__steps li > span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border: 1px solid #dce6e3;
    border-radius: 50%;
    background: #f7faf9;
    color: #819097;
    font-size: 12px;
    font-weight: 800;
}

.archive-password-security__steps li.is-active > span {
    border-color: var(--password-primary);
    background: var(--password-primary);
    color: #ffffff;
}

.archive-password-security__steps strong,
.archive-password-security__steps small {
    display: block;
}

.archive-password-security__steps strong {
    color: #344249;
    font-size: 13px;
    font-weight: 800;
}

.archive-password-security__steps small {
    margin-top: 2px;
    color: #89949a;
    font-size: 11px;
}

.archive-password-benefits {
    display: grid;
    gap: 11px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.archive-password-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #627078;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
}

.archive-password-benefits li span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 21px;
    width: 21px;
    height: 21px;
    margin-top: 1px;
    border-radius: 50%;
    background: #dfeeea;
    color: var(--password-primary);
    font-size: 11px;
    font-weight: 900;
}

.archive-password-card {
    position: relative;
    min-width: 0;
    padding: 38px;
    border: 1px solid rgba(218, 229, 227, 0.95);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--password-shadow);
    backdrop-filter: blur(18px);
}

.archive-password-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 34px;
}

.archive-password-progress > i {
    width: 38px;
    height: 1px;
    margin: 0 8px 17px;
    background: #dfe7e5;
}

.archive-password-progress__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    min-width: 60px;
}

.archive-password-progress__item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    border: 1px solid #dce5e3;
    border-radius: 50%;
    background: #f7faf9;
    color: #8a969b;
    font-size: 12px;
    font-weight: 800;
    transition: all 0.25s ease;
}

.archive-password-progress__item small {
    color: #929da2;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.archive-password-progress__item.is-active span,
.archive-password-progress__item.is-complete span {
    border-color: var(--password-primary);
    background: var(--password-primary);
    color: #ffffff;
}

.archive-password-progress__item.is-active small,
.archive-password-progress__item.is-complete small {
    color: var(--password-primary);
}

.archive-password-step {
    display: none;
}

.archive-password-step.is-active {
    display: block;
    animation: archivePasswordFade 0.35s ease;
}

@keyframes archivePasswordFade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.archive-password-card__head {
    margin-bottom: 28px;
}

.archive-password-card__head > span {
    display: block;
    margin-bottom: 9px;
    color: var(--password-primary);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.2px;
}

.archive-password-card__head h2 {
    margin: 0;
    color: #17232b;
    font-size: 31px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: -1.7px;
}

.archive-password-card__head p {
    margin: 10px 0 0;
    color: #758188;
    font-size: 14px;
    line-height: 1.65;
    letter-spacing: -0.2px;
    word-break: keep-all;
}

.archive-password-field {
    margin-bottom: 20px;
}

.archive-password-field > label {
    display: block;
    margin-bottom: 9px;
    color: #344249;
    font-size: 13px;
    font-weight: 800;
}

.archive-password-input {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 55px;
    border: 1px solid var(--password-border);
    border-radius: 14px;
    background: #ffffff;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.archive-password-input:focus-within {
    border-color: var(--password-primary);
    box-shadow: 0 0 0 4px rgba(49, 112, 118, 0.09);
}

.archive-password-input > span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    color: #879399;
}

.archive-password-input > span svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.archive-password-input input {
    min-width: 0;
    width: 100%;
    height: 53px;
    padding: 0 16px 0 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #233139;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
}

.archive-password-input input::placeholder {
    color: #a3adb1;
    font-weight: 500;
}

.archive-password-input input:read-only {
    color: #657279;
    cursor: default;
}

.archive-password-input:has(input:read-only) {
    background: #f7f9f9;
}

.archive-password-field__error {
    display: none;
    margin-top: 7px;
    color: var(--password-error);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}

.archive-password-field.is-error .archive-password-input {
    border-color: var(--password-error);
    background: #fffafa;
}

.archive-password-field.is-error .archive-password-field__error {
    display: block;
}

.archive-password-field.is-valid .archive-password-input {
    border-color: rgba(33, 134, 111, 0.6);
}

.archive-password-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 55px;
    padding: 0 20px;
    border: 0;
    border-radius: 14px;
    background:
        linear-gradient(
            135deg,
            var(--password-primary) 0%,
            var(--password-primary-dark) 100%
        );
    box-shadow: 0 12px 25px rgba(49, 112, 118, 0.22);
    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        opacity 0.2s ease;
}

.archive-password-submit:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(49, 112, 118, 0.28);
}

.archive-password-submit:disabled {
    opacity: 0.62;
    cursor: not-allowed;
}

.archive-password-submit svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.archive-password-submit.is-loading svg {
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: archivePasswordSpin 0.7s linear infinite;
}

.archive-password-submit.is-loading svg path {
    display: none;
}

@keyframes archivePasswordSpin {
    to {
        transform: rotate(360deg);
    }
}

.archive-password-code {
    margin-top: 22px;
    padding: 20px;
    border: 1px solid #dbe7e4;
    border-radius: 18px;
    background: #f7faf9;
}

.archive-password-code__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 18px;
}

.archive-password-code__head strong {
    display: block;
    color: #2c3b42;
    font-size: 14px;
    font-weight: 800;
}

.archive-password-code__head p {
    margin: 4px 0 0;
    color: #7a878d;
    font-size: 12px;
    line-height: 1.5;
    word-break: keep-all;
}

.archive-password-code__head button {
    flex: 0 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--password-primary);
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.archive-password-input--code input {
    padding-right: 76px;
    letter-spacing: 3px;
}

.archive-password-timer {
    position: absolute;
    top: 50%;
    right: 16px;
    color: var(--password-primary);
    font-size: 13px;
    font-weight: 800;
    transform: translateY(-50%);
}

.archive-password-timer.is-expired {
    color: var(--password-error);
}

.archive-password-code__actions {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 10px;
}

.archive-password-secondary {
    min-height: 55px;
    padding: 0 15px;
    border: 1px solid #d7e2df;
    border-radius: 14px;
    background: #ffffff;
    color: #58666d;
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition:
        border-color 0.2s ease,
        color 0.2s ease,
        background 0.2s ease;

    display: flex;
    justify-content: center;
    align-items: center;
}

.archive-password-secondary:hover:not(:disabled) {
    border-color: var(--password-primary);
    background: #f7fbfa;
    color: var(--password-primary);
}

.archive-password-secondary:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.archive-password-message {
    display: none;
    margin-top: 16px;
    padding: 13px 15px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.55;
}

.archive-password-message.is-visible {
    display: block;
}

.archive-password-message.is-error {
    border: 1px solid #f0c9cc;
    background: var(--password-error-background);
    color: var(--password-error);
}

.archive-password-message.is-success {
    border: 1px solid #c7e7de;
    background: var(--password-success-background);
    color: var(--password-success);
}

.archive-password-message.is-info {
    border: 1px solid #cfdfe4;
    background: #f1f7f8;
    color: #49717a;
}

.archive-password-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 28px 0 18px;
    color: #929ca1;
    font-size: 11px;
    font-weight: 600;
}

.archive-password-divider::before,
.archive-password-divider::after {
    flex: 1;
    height: 1px;
    background: #e5ecea;
    content: "";
}

.archive-password-login-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 52px;
    border: 1px solid #dce6e3;
    border-radius: 14px;
    background: #ffffff;
    color: #4f5f66;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition:
        border-color 0.2s ease,
        color 0.2s ease,
        background 0.2s ease;
}

.archive-password-login-link:hover {
    border-color: var(--password-primary);
    background: #f7fbfa;
    color: var(--password-primary);
}

.archive-password-login-link svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.archive-password-verified {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    padding: 14px;
    border: 1px solid #cce7df;
    border-radius: 14px;
    background: #f0faf7;
}

.archive-password-verified > span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #d9f1ea;
    color: var(--password-success);
}

.archive-password-verified svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.archive-password-verified strong,
.archive-password-verified small {
    display: block;
}

.archive-password-verified strong {
    color: #276656;
    font-size: 13px;
    font-weight: 800;
}

.archive-password-verified small {
    margin-top: 3px;
    color: #699187;
    font-size: 11px;
}

.archive-password-input--password input {
    padding-right: 48px;
}

.archive-password-toggle {
    position: absolute;
    top: 50%;
    right: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #8b969b;
    cursor: pointer;
    transform: translateY(-50%);
}

.archive-password-toggle:hover {
    background: #f1f6f5;
    color: var(--password-primary);
}

.archive-password-toggle svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.archive-password-toggle.is-visible {
    color: var(--password-primary);
}

.archive-password-rules {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 12px;
    margin: -2px 0 22px;
    padding: 14px;
    border-radius: 13px;
    background: #f6f9f8;
    list-style: none;
}

.archive-password-rules li {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #899499;
    font-size: 11px;
    font-weight: 700;
}

.archive-password-rules li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #e6ecea;
    color: #9aa4a8;
    font-size: 9px;
}

.archive-password-rules li.is-valid {
    color: var(--password-success);
}

.archive-password-rules li.is-valid span {
    background: #d9f1ea;
    color: var(--password-success);
}

.archive-password-complete {
    padding: 16px 0 6px;
    text-align: center;
}

.archive-password-complete__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    margin: 0 auto 22px;
    border-radius: 26px;
    background:
        linear-gradient(
            135deg,
            #e1f4ef 0%,
            #cdebe3 100%
        );
    color: var(--password-success);
}

.archive-password-complete__icon svg {
    width: 53px;
    height: 53px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.archive-password-complete__eyebrow {
    display: block;
    margin-bottom: 10px;
    color: var(--password-primary);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.3px;
}

.archive-password-complete h2 {
    margin: 0;
    color: #17232b;
    font-size: 31px;
    font-weight: 900;
    letter-spacing: -1.5px;
}

.archive-password-complete > p {
    margin: 13px 0 0;
    color: #748187;
    font-size: 14px;
    line-height: 1.7;
}

.archive-password-complete__notice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 26px 0 22px;
    padding: 15px;
    border: 1px solid #dce8e5;
    border-radius: 14px;
    background: #f7faf9;
    text-align: left;
}

.archive-password-complete__notice > span {
    display: flex;
    flex: 0 0 21px;
    color: var(--password-primary);
}

.archive-password-complete__notice svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.archive-password-complete__notice p {
    margin: 0;
    color: #647279;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
}

.archive-password-complete__login {
    margin-top: 0;
}

.archive-password-complete__home {
    display: inline-block;
    margin-top: 18px;
    color: #7b878d;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.archive-password-complete__home:hover {
    color: var(--password-primary);
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .archive-password {
        overflow: hidden;
        padding-top: 55px;
    }

    .archive-password-layout {
        grid-template-columns: 1fr;
        gap: 42px;
        max-width: 650px;
        margin: 0 auto;
    }

    .archive-password-visual {
        padding: 0;
        text-align: center;
    }

    .archive-password-visual > p,
    .archive-password-security {
        margin-right: auto;
        margin-left: auto;
    }

    .archive-password-benefits {
        max-width: 520px;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }
}

@media (max-width: 640px) {
    .archive-password {
        min-height: auto;
        padding: 35px 15px 70px;
    }

    .archive-password-back {
        margin-bottom: 20px;
    }

    .archive-password-layout {
        gap: 32px;
    }

    .archive-password-visual {
        text-align: left;
    }

    .archive-password-visual__eyebrow {
        margin-bottom: 16px;
    }

    .archive-password-visual h1 {
        font-size: 36px;
        line-height: 1.25;
        letter-spacing: -2.2px;
    }

    .archive-password-visual > p {
        margin-top: 18px;
        font-size: 15px;
    }

    .archive-password-security {
        margin-top: 26px;
        padding: 19px;
        border-radius: 20px;
    }

    .archive-password-benefits {
        margin-top: 22px;
    }

    .archive-password-card {
        padding: 27px 20px;
        border-radius: 24px;
    }

    .archive-password-progress {
        margin-bottom: 28px;
    }

    .archive-password-progress > i {
        width: 24px;
        margin-right: 3px;
        margin-left: 3px;
    }

    .archive-password-progress__item {
        min-width: 53px;
    }

    .archive-password-progress__item small {
        font-size: 10px;
    }

    .archive-password-card__head h2,
    .archive-password-complete h2 {
        font-size: 27px;
    }

    .archive-password-code {
        padding: 17px;
    }

    .archive-password-code__head {
        flex-direction: column;
        gap: 8px;
    }

    .archive-password-code__actions {
        grid-template-columns: 88px 1fr;
    }

    .archive-password-rules {
        grid-template-columns: 1fr;
    }
}