.lar-login-blocked {
    display: grid;
    gap: 7px;
    margin: 0 0 20px;
    padding: 16px 18px;
    border: 1px solid #fda29b;
    border-radius: 16px;
    background: #fff1f0;
    color: #7a271a;
    line-height: 1.45;
}

.lar-login-blocked strong {
    font-size: 17px;
}

.lar-restricted-profile {
    display: grid;
    min-height: min(760px, calc(100vh - 90px));
    place-items: center;
    padding: clamp(28px, 7vw, 90px) 18px;
    background:
        radial-gradient(circle at 20% 10%, rgba(35, 196, 221, .12), transparent 35%),
        radial-gradient(circle at 85% 80%, rgba(37, 99, 235, .1), transparent 34%),
        #f4f8fb;
}

.lar-restricted-profile__card {
    width: min(100%, 720px);
    padding: clamp(34px, 7vw, 72px);
    border: 1px solid #d7e3ec;
    border-radius: 32px;
    background: rgba(255, 255, 255, .92);
    color: #132331;
    text-align: center;
    box-shadow: 0 28px 80px rgba(26, 52, 73, .14);
}

.lar-restricted-profile__mark {
    display: grid;
    width: 112px;
    height: 112px;
    margin: 0 auto 24px;
    place-items: center;
    overflow: hidden;
    border: 7px solid #fff;
    border-radius: 50%;
    box-shadow: 0 16px 38px rgba(20, 72, 103, .2);
}

.lar-restricted-profile__mark img {
    display: block;
    width: 100%;
    height: 100%;
}

.lar-restricted-profile__eyebrow {
    color: #1673ba;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .16em;
}

.lar-restricted-profile h1 {
    margin: 12px 0 13px;
    color: inherit;
    font-size: clamp(28px, 5vw, 48px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.lar-restricted-profile p {
    margin: 0 auto 26px;
    color: #647487;
    font-size: 16px;
}

.lar-restricted-profile a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 14px;
    background: #12364b;
    color: #fff;
    font-weight: 850;
    text-decoration: none;
}

.lar-restricted-profile__card--blocked .lar-restricted-profile__eyebrow {
    color: #c4323c;
}

html[data-theme="dark"] .lar-restricted-profile,
html[data-lacorn-theme="dark"] .lar-restricted-profile,
body.lcab-dark-theme .lar-restricted-profile {
    background:
        radial-gradient(circle at 20% 10%, rgba(35, 196, 221, .11), transparent 35%),
        radial-gradient(circle at 85% 80%, rgba(37, 99, 235, .12), transparent 34%),
        #071523;
}

html[data-theme="dark"] .lar-restricted-profile__card,
html[data-lacorn-theme="dark"] .lar-restricted-profile__card,
body.lcab-dark-theme .lar-restricted-profile__card {
    border-color: #29445e;
    background: rgba(13, 31, 48, .94);
    color: #f5f9fc;
}

html[data-theme="dark"] .lar-restricted-profile p,
html[data-lacorn-theme="dark"] .lar-restricted-profile p,
body.lcab-dark-theme .lar-restricted-profile p {
    color: #a9bbca;
}

.lar-freeze {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    display: grid;
    place-items: center;
    padding: 18px;
    overflow-y: auto;
    background: rgba(4, 13, 25, .78);
    backdrop-filter: blur(16px);
}

.lar-freeze__card {
    width: min(100%, 610px);
    overflow: hidden;
    border: 1px solid rgba(148, 184, 217, .32);
    border-radius: 30px;
    background: linear-gradient(145deg, #fafdff, #eef6ff);
    color: #102033;
    box-shadow: 0 34px 110px rgba(0, 0, 0, .42);
}

.lar-freeze__accent {
    height: 7px;
    background: linear-gradient(90deg, #155eef, #12b7c9 55%, #7f56d9);
}

.lar-freeze__body {
    padding: 34px;
}

.lar-freeze__eyebrow {
    color: #175cd3;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
}

.lar-freeze__icon {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    margin: 18px 0;
    border-radius: 21px;
    background: linear-gradient(145deg, #dbeafe, #cffafe);
    color: #155eef;
    font-size: 34px;
}

.lar-freeze h2 {
    margin: 0 0 10px;
    color: inherit;
    font-size: clamp(25px, 5vw, 38px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.lar-freeze__lead {
    margin: 0 0 22px;
    color: #52667d;
    font-size: 15px;
}

.lar-freeze__facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.lar-freeze__facts > div,
.lar-freeze__reason,
.lar-freeze__countdown {
    padding: 15px 17px;
    border: 1px solid #d7e4f1;
    border-radius: 17px;
    background: rgba(255, 255, 255, .78);
}

.lar-freeze__facts span,
.lar-freeze__reason > span,
.lar-freeze__countdown > span {
    display: block;
    margin-bottom: 5px;
    color: #71849a;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.lar-freeze__facts strong {
    font-size: 14px;
}

.lar-freeze__countdown {
    margin-top: 10px;
    background: linear-gradient(135deg, #102a43, #123e58);
    color: #fff;
}

.lar-freeze__countdown > span {
    color: #a9c4da;
}

.lar-freeze__countdown strong {
    font-variant-numeric: tabular-nums;
    font-size: clamp(24px, 7vw, 36px);
    letter-spacing: .04em;
}

.lar-freeze__reason {
    margin-top: 10px;
}

.lar-freeze__reason p {
    margin: 0;
    line-height: 1.55;
    white-space: pre-wrap;
}

.lar-freeze__appeal-open,
.lar-freeze__appeal button {
    width: 100%;
    min-height: 50px;
    margin-top: 15px;
    border: 0;
    border-radius: 15px;
    background: linear-gradient(135deg, #155eef, #12a6c7);
    color: #fff;
    font-weight: 850;
    cursor: pointer;
}

.lar-freeze__appeal {
    margin-top: 15px;
    padding: 17px;
    border: 1px solid #d7e4f1;
    border-radius: 18px;
    background: #fff;
}

.lar-freeze__appeal[hidden] {
    display: none;
}

.lar-freeze__appeal label {
    display: block;
    margin-bottom: 8px;
    font-weight: 850;
}

.lar-freeze__appeal textarea {
    width: 100%;
    min-height: 120px;
    padding: 13px;
    border: 1px solid #c9d8e8;
    border-radius: 13px;
    background: #f8fbff;
    color: #102033;
    resize: vertical;
}

.lar-freeze__appeal small,
.lar-freeze__response {
    display: block;
    margin-top: 7px;
    color: #667a91;
}

.lar-freeze__sent {
    margin-top: 15px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #e8f8f3;
    color: #067647;
    font-weight: 750;
}

.lar-freeze__logout {
    display: block;
    margin-top: 17px;
    color: #52667d;
    font-weight: 750;
    text-align: center;
}

html[data-theme="dark"] .lar-freeze__card,
html[data-lacorn-theme="dark"] .lar-freeze__card,
body.lcab-dark-theme .lar-freeze__card {
    border-color: #29445e;
    background: linear-gradient(145deg, #102238, #091827);
    color: #f2f7fc;
}

html[data-theme="dark"] .lar-freeze__lead,
html[data-lacorn-theme="dark"] .lar-freeze__lead,
body.lcab-dark-theme .lar-freeze__lead {
    color: #aabed1;
}

html[data-theme="dark"] .lar-freeze__facts > div,
html[data-theme="dark"] .lar-freeze__reason,
html[data-theme="dark"] .lar-freeze__appeal,
html[data-lacorn-theme="dark"] .lar-freeze__facts > div,
html[data-lacorn-theme="dark"] .lar-freeze__reason,
html[data-lacorn-theme="dark"] .lar-freeze__appeal,
body.lcab-dark-theme .lar-freeze__facts > div,
body.lcab-dark-theme .lar-freeze__reason,
body.lcab-dark-theme .lar-freeze__appeal {
    border-color: #29445e;
    background: #13283e;
}

html[data-theme="dark"] .lar-freeze__appeal textarea,
html[data-lacorn-theme="dark"] .lar-freeze__appeal textarea,
body.lcab-dark-theme .lar-freeze__appeal textarea {
    border-color: #36536d;
    background: #0d1e30;
    color: #f2f7fc;
}

@media (max-width: 560px) {
    .lar-freeze {
        align-items: end;
        padding: 8px;
    }

    .lar-freeze__card {
        border-radius: 25px;
    }

    .lar-freeze__body {
        padding: 25px 19px 20px;
    }

    .lar-freeze__icon {
        width: 54px;
        height: 54px;
        margin: 13px 0;
        border-radius: 17px;
        font-size: 27px;
    }

    .lar-freeze__facts {
        grid-template-columns: 1fr;
    }
}
