.dim2025-auth-step {
    background: #ffffff;
    width: 100%;
    max-width: 820px;
}

.dim2025-step-header {
    display: flex;
    flex-direction: column;
    gap: clamp(0.625rem, 0.4808rem + 0.641vw, 1.25rem);
    margin-bottom: 40px;
    text-align: center;
}

.auth__title {
    margin-right: 10px;
    color: #127a8d;
    font-weight: 400;
    font-size: clamp(2.25rem, 2.0769rem + 0.7692vw, 3rem);
    line-height: 130%;
    text-transform: uppercase;
}

.dim2025-step-title {
    color: #82aeb7;
    font-weight: 400;
    font-size: 48px;
    line-height: 130%;
    text-align: left;
}

.dim2025-step-description {
    margin: 0;
    color: #262626;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.8462rem + 0.1282vw, 1rem);
    line-height: 100%;
    text-align: left;
}

.dim2025-form-container {
    margin-bottom: 40px;
}

.dim2025-form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.dim2025-form-label {
    color: #262626;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.8462rem + 0.1282vw, 1rem);
    line-height: 100%;
    text-align: left;
}

.dim2025-input-wrapper {
    position: relative;
    width: 100%;
    max-width: 533px;
}

.dim2025-input {
    backdrop-filter: blur(24px);
    transition: border-color 0.3s ease;
    box-sizing: border-box;
    box-shadow: 0px -2px 9.8px 0px rgba(18, 122, 141, 0.16);
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: linear-gradient(
        146.12deg,
        rgba(255, 255, 255, 0.7744) 54.24%,
        rgba(255, 255, 255, 0.4224) 97.96%
    );
    padding: 12px 20px;
    width: 100%;
    color: #262626 !important;
    font-size: 16px;
}

.dim2025-input:focus {
    outline: none;
    border-color: #127a8d;
    color: #262626 !important;
}

.dim2025-input::placeholder {
    color: #999999 !important;
}

.dim2025-secure-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 1;
}

.dim2025-secure-icon-inner {
    border-radius: 2px;
    background: #127a8d;
    width: 16px;
    height: 16px;
}

.dim2025-secure-unlock {
    background: #ff6b6b;
}

.dim2025-captcha-section {
    margin: 40px 0;
}

.dim2025-captcha-container {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
}

.dim2025-captcha-image {
    flex: 0 0 auto;
}

.dim2025-captcha-image img {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.dim2025-captcha-input {
    flex: 1;
}

.dim2025-agreement-section {
    margin: 40px 0;
}

.dim2025-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    cursor: pointer;
}

.dim2025-checkbox {
    flex: 0 0 auto;
    cursor: pointer;
    margin: 0;
    width: 20px;
    height: 20px;
}

.dim2025-checkbox-text {
    color: #262626 !important;
    font-size: clamp(0.75rem, 0.6923rem + 0.2564vw, 1rem);
    line-height: 1.4;
}

.dim2025-step-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
    border-top: 1px solid #f0f0f0;
    padding-top: 24px;
}

.dim2025-button-group {
    display: flex;
    gap: 12px;
    margin-left: auto;
}

.dim2025-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    padding: 12px 24px;
    min-width: 100px;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
}

.dim2025-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.dim2025-button-primary {
    background: #127a8d;
    color: #ffffff !important;
}

.dim2025-button-primary:hover:not(:disabled) {
    background: #6a9ba3;
    color: #ffffff !important;
}

.dim2025-auth-links {
    margin-top: 30px;
}

.dim2025-login-link {
    margin: 0 0 15px 0;
    color: #666666;
    font-size: 14px;
}

.dim2025-link {
    transition: color 0.2s ease;
    color: #127a8d;
    text-decoration: none;
}

.dim2025-link:hover {
    color: #6a9ba3;
    text-decoration: underline;
}

.dim2025-auth-step input[type="text"],
.dim2025-auth-step input[type="password"],
.dim2025-auth-step input[type="email"] {
    color: #262626 !important;
}

.dim2025-auth-step input[type="submit"],
.dim2025-auth-step button {
    color: #ffffff !important;
}

.dim2025-auth-step label {
    color: #262626 !important;
}

.partner-code-info {
    display: inline-flex;
    vertical-align: middle;
    cursor: help;
    margin-left: 3px;
}

.partner-code-info svg {
    display: block;
}

.partner-code-tooltip {
    display: none;
    position: fixed;
    z-index: 9999;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    border: 1px solid #82aeb7;
    border-radius: 8px;
    background: #e2eff4;
    padding: 10px 12px;
    max-width: 260px;
    pointer-events: none;
    color: #1a1a1a;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
}

@media (max-width: 768px) {
    .dim2025-step-title {
        font-size: 20px;
    }

    .dim2025-form-group {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .dim2025-form-label {
        flex: none;
    }

    .dim2025-input-wrapper {
        flex: none;
    }

    .dim2025-captcha-container {
        flex-direction: column;
        align-items: stretch;
    }

    .dim2025-captcha-image {
        flex: none;
        text-align: center;
    }

    .dim2025-captcha-input {
        flex: none;
    }

    .dim2025-step-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .dim2025-button-group {
        justify-content: center;
        margin-left: 0;
    }

    .dim2025-login-link {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .dim2025-button-group {
        flex-direction: column;
    }

    .dim2025-button {
        width: 100%;
    }
}

.dim2025-auth-step * {
    box-sizing: border-box;
}

.dim2025-auth-step input,
.dim2025-auth-step select,
.dim2025-auth-step textarea,
.dim2025-auth-step button {
    font-family: inherit;
}

.dim2025-auth-step table {
    display: none !important;
}

.dim2025-auth-step .table-layout {
    display: none !important;
}

@media (max-width: 1440px) {
    .dim2025-login-link {
        display: flex;
        gap: 36px;
        text-align: left;
    }

    .dim2025-step-footer {
        border-top: none;
        padding-top: 0;
        margin-top: 40px;
    }

    .dim2025-button-group input {
        width: 100%;
        font-size: 16px;
    }
}

@media (min-width: 360px) and (max-width: 768px) {
    .dim2025-login-link {
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 30px;
    }

    .dim2025-link {
        width: 100%;
    }
}
