.wo-auth {
    background: #f7f2f1;
    color: #4b332c;
}

.wo-auth .auth-shell {
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
}

.wo-auth .auth-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(850px 480px at 22% 18%, rgba(216, 167, 167, 0.26), transparent 58%),
        radial-gradient(760px 520px at 78% 22%, rgba(184, 149, 91, 0.20), transparent 62%),
        radial-gradient(820px 520px at 50% 92%, rgba(239, 217, 203, 0.32), transparent 60%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.70), rgba(255, 248, 245, 0.90));
    filter: saturate(1.05);
    pointer-events: none;
}

.wo-auth .auth-shell::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(8px);
    pointer-events: none;
}

.wo-auth .auth-content {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 4.75rem 0 2.75rem;
}

.wo-auth .auth-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    text-decoration: none;
    color: inherit;
    margin-bottom: 1.75rem;
}

.wo-auth .auth-brand-mark {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(184, 149, 91, 0.20);
    color: #b98d5e;
    font-size: 1.35rem;
    box-shadow: 0 16px 34px rgba(122, 92, 72, 0.12);
}

.wo-auth .auth-brand-name {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.55rem;
    letter-spacing: 0.02em;
    font-weight: 700;
    line-height: 1.1;
}

.wo-auth .auth-brand-subtitle {
    color: rgba(79, 61, 54, 0.62);
    font-size: 0.92rem;
}

.wo-auth .auth-card {
    border-radius: 26px;
    border: 1px solid rgba(184, 149, 91, 0.16);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 32px 70px rgba(79, 61, 54, 0.18);
}

.wo-auth .auth-card-body {
    padding: 2.6rem 2.4rem;
}

.wo-auth .auth-title {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.15rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.wo-auth .auth-subtitle {
    text-align: center;
    color: rgba(79, 61, 54, 0.66);
    margin-bottom: 2rem;
}

.wo-auth .auth-field-label {
    font-weight: 600;
    color: rgba(79, 61, 54, 0.78);
    margin-bottom: 0.55rem;
}

.wo-auth .auth-input-group {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(79, 61, 54, 0.14);
    background: rgba(255, 255, 255, 0.92);
}

.wo-auth .auth-input-group:focus-within {
    border-color: rgba(184, 149, 91, 0.46);
    box-shadow: 0 0 0 0.2rem rgba(184, 149, 91, 0.12);
}

.wo-auth .auth-input-group .input-group-text {
    border: 0;
    background: transparent;
    color: rgba(79, 61, 54, 0.55);
    padding-left: 1.05rem;
    padding-right: 0.75rem;
}

.wo-auth .auth-input-group .form-control {
    border: 0;
    background: transparent;
    padding: 0.95rem 1rem;
    color: #4b332c;
}

.wo-auth .auth-input-group .form-control:focus {
    box-shadow: none;
}

.wo-auth .auth-toggle-btn {
    border: 0;
    background: transparent;
    color: rgba(79, 61, 54, 0.58);
    padding: 0.95rem 1.05rem;
}

.wo-auth .auth-toggle-btn:hover {
    color: rgba(79, 61, 54, 0.82);
}

.wo-auth .auth-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 0.75rem;
}

.wo-auth .auth-link {
    color: rgba(184, 149, 91, 0.95);
    text-decoration: none;
    font-weight: 600;
}

.wo-auth .auth-link:hover {
    color: rgba(155, 116, 71, 0.95);
    text-decoration: underline;
}

.wo-auth .auth-submit-btn {
    border: 0;
    border-radius: 14px;
    padding: 0.95rem 1.1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    background: linear-gradient(135deg, #d7a16e, #bf8b58);
    box-shadow: 0 22px 40px rgba(184, 149, 91, 0.24);
    color: #fff;
}

.wo-auth .auth-submit-btn:hover {
    background: linear-gradient(135deg, #c79260, #ab7746);
    color: #fff;
}

.wo-auth .auth-bottom {
    margin-top: 1.35rem;
    text-align: center;
    color: rgba(79, 61, 54, 0.70);
}

.wo-auth .auth-footer {
    position: relative;
    z-index: 1;
    padding: 2.75rem 0 1.35rem;
    color: rgba(255, 245, 235, 0.86);
}

.wo-auth .auth-footer-card {
    border-radius: 28px;
    padding: 2.2rem 2rem 1.6rem;
    background: linear-gradient(180deg, rgba(70, 43, 38, 0.98), rgba(51, 30, 28, 0.98));
    border: 1px solid rgba(255, 241, 228, 0.08);
    box-shadow: 0 22px 52px rgba(55, 31, 28, 0.26);
}

.wo-auth .auth-footer-title {
    color: #fff7ef;
    font-weight: 700;
    margin-bottom: 0.85rem;
}

.wo-auth .auth-footer-text {
    color: rgba(255, 245, 235, 0.72);
    margin: 0;
    line-height: 1.75;
}

.wo-auth .auth-footer-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: rgba(255, 245, 235, 0.86);
    text-decoration: none;
    margin-bottom: 0.55rem;
}

.wo-auth .auth-footer-link:hover {
    color: #f0d6ae;
}

.wo-auth .auth-footer-bottom {
    border-top: 1px solid rgba(255, 241, 228, 0.12);
    margin-top: 1.4rem;
    padding-top: 1.2rem;
    font-size: 0.92rem;
    color: rgba(255, 245, 235, 0.64);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.75rem;
}

@media (max-width: 767.98px) {
    .wo-auth .auth-content {
        padding-top: 4rem;
    }

    .wo-auth .auth-card-body {
        padding: 2.1rem 1.5rem;
    }

    .wo-auth .auth-title {
        font-size: 1.9rem;
    }

    .wo-auth .auth-footer-card {
        padding: 1.75rem 1.4rem 1.25rem;
    }
}
