/* Личный кабинет: формы регистрации, входа, восстановления пароля */
.yvo-cabinet-auth {
    max-width: 420px;
    margin: 24px auto;
    padding: 24px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.yvo-cabinet-auth-title {
    margin: 0 0 20px;
    font-size: 1.25rem;
    color: #1e293b;
}
.yvo-cabinet-auth-message {
    padding: 10px 14px;
    border-radius: 8px;
    margin-bottom: 16px;
    font-size: 14px;
}
.yvo-cabinet-auth-message.yvo-cabinet-error {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}
.yvo-cabinet-auth-message.yvo-cabinet-success {
    background: #f0fdf4;
    color: #166534;
    border: 1px solid #bbf7d0;
}
.yvo-cabinet-form .yvo-cabinet-field {
    margin-bottom: 16px;
}
.yvo-cabinet-form label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #334155;
}
.yvo-cabinet-form input[type="text"],
.yvo-cabinet-form input[type="password"],
.yvo-cabinet-form select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 15px;
    box-sizing: border-box;
}
.yvo-cabinet-form input:focus,
.yvo-cabinet-form select:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}
.yvo-cabinet-submit {
    margin: 20px 0 16px;
}
.yvo-cabinet-btn {
    display: inline-block;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
}
.yvo-cabinet-btn-primary {
    background: #2563eb;
    color: #fff;
}
.yvo-cabinet-btn-primary:hover {
    background: #1d4ed8;
}
.yvo-cabinet-links {
    margin-top: 16px;
    font-size: 14px;
    color: #64748b;
}
.yvo-cabinet-link {
    color: #2563eb;
    text-decoration: none;
}
.yvo-cabinet-link:hover {
    text-decoration: underline;
}
.yvo-cabinet-account .yvo-cabinet-greeting {
    margin: 0;
    font-size: 15px;
    color: #334155;
}

.yvo-cabinet-account .yvo-cabinet-login-line code {
    background: #e2e8f0;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 13px;
}
.yvo-cabinet-yandex-hint {
    margin: 0 0 16px;
    font-size: 13px;
    color: #64748b;
    line-height: 1.45;
}
.yvo-cabinet-divider {
    text-align: center;
    margin: 14px 0 18px;
    font-size: 13px;
    color: #94a3b8;
}
.yvo-cabinet-oauth-missing {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    padding: 12px 14px;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    margin-bottom: 16px;
}
.yvo-cabinet-btn-yandex {
    background: #fc0;
    color: #000;
    font-weight: 600;
}
.yvo-cabinet-btn-yandex:hover {
    background: #e6b800;
    color: #000;
}

/* Верхняя панель (как в сервисах объявлений) */
.yvo-cab-topbar {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 1px 2px rgba(0,0,0,.04);
    margin: 0 0 20px;
    width: 100%;
    box-sizing: border-box;
}
.yvo-cab-topbar-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.yvo-cab-topbar-logo {
    font-weight: 800;
    font-size: 1.2rem;
    letter-spacing: -0.02em;
    color: #0f172a;
    text-decoration: none;
    flex-shrink: 0;
}
.yvo-cab-topbar-logo:hover {
    color: #0ea5e9;
}
.yvo-cab-topbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-left: auto;
    min-width: 0;
}
.yvo-cab-topbar-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 2px;
    justify-content: flex-end;
}
.yvo-cab-topbar-link {
    font-size: 14px;
    color: #475569;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 999px;
    white-space: nowrap;
}
.yvo-cab-topbar a,
.yvo-cab-topbar a:visited {
    text-decoration: none !important;
}
.yvo-cab-topbar-link:hover {
    background: #f1f5f9;
    color: #0ea5e9;
}
.yvo-cab-topbar-link.is-active {
    background: #e0f2fe;
    color: #0369a1;
    font-weight: 600;
}
.yvo-cab-topbar-yandex {
    background: #fc0;
    color: #111 !important;
    font-weight: 600;
}
.yvo-cab-topbar-yandex:hover {
    background: #e6b800;
    color: #111 !important;
}
.yvo-cab-topbar-user {
    display: flex;
    align-items: center;
    gap: 8px 12px;
    flex-wrap: nowrap;
    padding-left: 8px;
    border-left: 1px solid #e2e8f0;
}
.yvo-cab-topbar-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0ea5e9, #6366f1);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
}
.yvo-cab-topbar-name {
    font-size: 14px;
    color: #334155;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.yvo-cab-topbar-exit {
    font-size: 14px;
    color: #64748b;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 999px;
}
.yvo-cab-topbar-exit:hover {
    color: #b91c1c;
    background: #fef2f2;
}
.yvo-wallet-meta {
    font-size: 14px;
    color: #475569;
    margin: 0 0 8px;
}
.yvo-wallet-admin-demo {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}
.yvo-wallet-admin-title {
    font-size: 1rem;
    margin: 0 0 12px;
    color: #64748b;
}
.yvo-pricing {
    max-width: 960px;
}
/* Шире форм логина: три колонки тарифов не сжимать до 420px */
.yvo-pricing.yvo-cabinet-auth {
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.yvo-pricing-title {
    font-size: 1.75rem;
    margin: 0 0 8px;
    color: #0f172a;
}
.yvo-pricing-lead {
    color: #64748b;
    margin: 0 0 24px;
    line-height: 1.5;
}
.yvo-pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}
.yvo-pricing-card {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 22px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.yvo-pricing-card--accent {
    border-color: #38bdf8;
    box-shadow: 0 8px 24px rgba(14, 165, 233, 0.15);
}
.yvo-pricing-card-title {
    margin: 0 0 8px;
    font-size: 1.15rem;
    color: #0f172a;
}
.yvo-pricing-card-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0ea5e9;
    margin: 0 0 16px;
}
.yvo-pricing-card-list {
    margin: 0 0 16px;
    padding-left: 18px;
    color: #475569;
    font-size: 14px;
    line-height: 1.5;
}
.yvo-pricing-card-note {
    font-size: 13px;
    color: #94a3b8;
    margin: 0 0 16px;
}
.yvo-pricing-card-badge {
    display: inline-block;
    padding: 8px 14px;
    background: #f1f5f9;
    border-radius: 8px;
    font-size: 14px;
    color: #475569;
}
.yvo-cab-profile-dl {
    margin: 0;
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 8px 16px;
    font-size: 14px;
}
.yvo-cab-profile-dl dt {
    color: #64748b;
    margin: 0;
}
.yvo-cab-profile-dl dd {
    margin: 0;
    color: #1e293b;
}
.yvo-wallet-balance {
    margin: 0 0 16px;
    font-size: 2rem;
    font-weight: 700;
    color: #0f172a;
}
.yvo-wallet-cur {
    font-size: 1.25rem;
    font-weight: 600;
    color: #64748b;
}
.yvo-cab-account-actions {
    margin-top: 16px;
}
