.svg-icon {
    width: 16px;
}

.svg-icon-25 {
    width: 23px;
}

.svg-icon-18 {
    width: 18px;
}

.icon-bg-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgb(47 88 65 / 0.15);
    width: 2rem;
    height: 2rem;
}

.icon-bg-primary-48 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
}

.icon-bg-primary-40 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(47 88 65 / var(--tw-bg-opacity, 1));
}

.bg-grey {
    background-color: rgb(47 88 65 / 0.15);
}

.text-primary {
    --tw-text-opacity: 1;
    color: rgb(47 88 65 / var(--tw-text-opacity, 1));
}

.bg-sky-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}

.text-sky-600 {
    --tw-text-opacity: 1;
    color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}

.bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.bg-amber-100 {
    --tw-bg-opacity 1: 1;
    background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.text-amber-600 {
    --tw-text-opacity: 1;
    color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.bg-lime-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
}

.text-lime-600 {
    --tw-text-opacity: 1;
    color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.bg-transparent {
    background-color: transparent;
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.border-white {
    border-color: white;
}

.auth-page {
    padding: 112px 0;
}

.auth-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 42px;
    align-items: start;
}

.auth-layout-full {
    display: grid;
    grid-template-columns: 1fr;
    gap: 42px;
    align-items: start;
}

.auth-benefits h1 {
    margin: 0 0 10px;
    color: var(--green-900);
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.auth-benefits>p {
    color: var(--text-muted);
    max-width: 530px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 24px;
}

.benefit-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 16px;
}

.list-content>strong {
    display: block;
}

.benefit-list li {
    display: flex;
    gap: 15px;
}

.benefit-list li>strong {
    display: block;
}

.auth-panel {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 34px;
    box-shadow: 0 8px 20px rgba(43, 58, 50, .08);
    margin: 0 auto;
}

.auth-panel h2 {
    margin: 0 0 6px;
    color: var(--green-900);
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    letter-spacing: -0.025em;
}

.auth-panel p {
    margin: 0 0 32px;
    color: var(--text-muted);
}

.auth-flash {
    margin: 0 0 20px;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid transparent;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.auth-flash-success {
    color: #166534;
    background-color: #dcfce7;
    border-color: #86efac;
}

.auth-flash-error {
    color: #991b1b;
    background-color: #fee2e2;
    border-color: #fca5a5;
}

.auth-form {
    display: grid;
    gap: 20px;
}

.auth-form label {
    font-weight: 500;
    color: #1f2f3d;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.auth-form input {
    width: 100%;
    border: 1px solid #c8d1d8;
    border-radius: 9px;
    padding: 13px 14px;
    font-size: 16px;
}

.auth-form .field-row-full {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.auth-form .field-row-full.field-group {
    gap: 5px;
}

.auth-form .field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.password-input-wrap {
    position: relative;
}

.password-input-wrap input {
    padding-right: 48px;
}

.password-toggle-btn {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #5f6c76;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.password-toggle-btn svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.password-icon-eye-off {
    display: none;
}

.password-toggle-btn.is-visible .password-icon-eye {
    display: none;
}

.password-toggle-btn.is-visible .password-icon-eye-off {
    display: block;
}

.password-toggle-btn:focus,
.password-toggle-btn:focus-visible {
    outline: none;
    box-shadow: none;
}

.captcha-question {
    margin: 0;
    color: #1f2f3d;
    font-size: 14px;
}

.cf-turnstile {
    transform-origin: left top;
}

.auth-submit {
    margin-top: 6px 0;
    padding: 15px 15px;
    cursor: pointer;
}

.auth-note {
    margin-top: 16px;
    text-align: center;
    color: var(--text-muted);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.auth-note a {
    color: var(--green-900);
}

.auth-note a:hover {
    text-decoration: underline;
}

.auth-trial-note {
    margin-top: 24px;
    color: var(--text-muted);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-danger.field-validation-error {
    font-size: 12px;
    color: red;
}

@media (max-width: 980px) {
    .auth-layout {
        grid-template-columns: 1fr;
    }

    .auth-benefits h1,
    .auth-panel h2 {
        font-size: 36px;
    }

    .auth-panel p,
    .auth-benefits>p,
    .benefit-list li {
        font-size: 18px;
    }

    .auth-form .field-row {
        grid-template-columns: 1fr;
    }
}
