﻿.store-account-page {
    min-height: calc(100vh - 150px);
    padding: 34px 0 54px;
}

.store-account-auth-wrap {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    place-items: center;
}

.store-account-auth-card {
    width: 100%;
    max-width: 460px;
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.10);
}

.store-account-auth-top {
    margin-bottom: 24px;
    text-align: center;
}

.store-account-auth-label {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 12px;
    margin-bottom: 12px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 800;
}

.store-account-auth-title {
    margin: 0;
    color: #0f172a;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 900;
}

.store-account-auth-subtitle {
    margin: 10px 0 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.55;
}

.store-account-form-label {
    display: block;
    margin-bottom: 7px;
    color: #334155;
    font-size: 14px;
    font-weight: 800;
}

.store-account-input,
.store-account-code-input {
    width: 100%;
    height: 48px;
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    padding: 0 14px;
    background: #ffffff;
    color: #0f172a;
    font-size: 15px;
    outline: none;
    transition: 0.18s;
}

    .store-account-input:focus,
    .store-account-code-input:focus {
        border-color: #2563eb;
        box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
    }

.store-account-code-input {
    height: 58px;
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 8px;
}

.store-account-btn {
    height: 50px;
    border: 0;
    border-radius: 14px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 15px;
    font-weight: 900;
    transition: 0.18s;
}

.store-account-btn-primary {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.25);
}

    .store-account-btn-primary:hover {
        transform: translateY(-1px);
        box-shadow: 0 16px 34px rgba(37, 99, 235, 0.30);
    }

.store-account-btn:disabled {
    opacity: 0.65;
    cursor: default;
    transform: none;
}

.store-account-auth-bottom {
    margin-top: 22px;
    text-align: center;
    color: #64748b;
    font-size: 14px;
}

    .store-account-auth-bottom a {
        color: #2563eb;
        font-weight: 900;
    }

.store-account-alert {
    border-radius: 16px;
    padding: 12px 14px;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 700;
}

.store-account-alert-danger {
    border: 1px solid #fecaca;
    background: #fff1f2;
    color: #be123c;
}

.store-account-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    padding: 24px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

.store-account-user {
    display: flex;
    align-items: center;
    gap: 16px;
}

.store-account-avatar {
    width: 68px;
    height: 68px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: #ffffff;
    font-size: 28px;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.22);
}

.store-account-label {
    margin-bottom: 4px;
    color: #2563eb;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.store-account-user h1 {
    margin: 0;
    color: #0f172a;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 900;
}

.store-account-user p {
    margin: 6px 0 0;
    color: #64748b;
}

.store-account-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.store-btn--outline {
    border-color: #cbd5e1;
    background: #ffffff;
    color: #334155;
}

.store-btn--outline-primary {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: #1d4ed8;
}

.store-account-layout {
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 20px;
    align-items: start;
}

.store-account-side {
    display: grid;
    gap: 16px;
}

.store-account-card {
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 22px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.05);
}

.store-account-card--flat {
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

    .store-account-card h2 {
        margin: 0 0 16px;
        color: #0f172a;
        font-size: 20px;
        font-weight: 900;
    }

.store-account-info {
    padding: 13px 0;
    border-bottom: 1px solid #eef2f7;
}

    .store-account-info:last-child {
        border-bottom: 0;
    }

    .store-account-info span {
        display: block;
        margin-bottom: 5px;
        color: #94a3b8;
        font-size: 13px;
        font-weight: 800;
    }

    .store-account-info b {
        display: block;
        color: #0f172a;
        font-size: 15px;
    }

.store-account-adds {
    display: grid;
    gap: 10px;
}

.store-account-add-link {
    min-height: 46px;
    border: 1px solid #dbeafe;
    border-radius: 14px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    background: #f8fbff;
    color: #1d4ed8;
    font-weight: 900;
    transition: 0.18s;
}

    .store-account-add-link:hover {
        border-color: #93c5fd;
        background: #eff6ff;
        transform: translateX(2px);
    }

.store-account-content {
    min-width: 0;
}

.store-account-section-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

    .store-account-section-head h2 {
        margin-bottom: 4px;
    }

    .store-account-section-head p {
        margin: 0;
        color: #64748b;
    }



.store-profile-tab {
    display: none;
}

.store-profile-tab--active {
    display: block;
}

.text-danger {
    display: block;
    margin-top: 6px;
    color: #dc2626;
    font-size: 13px;
    font-weight: 700;
}

.mb-3 {
    margin-bottom: 16px;
}

.mb-4 {
    margin-bottom: 22px;
}

.w-100 {
    width: 100%;
}

.position-relative {
    position: relative;
}

.pe-5 {
    padding-right: 52px;
}

.btn.position-absolute {
    width: 44px;
    height: 44px;
    color: #64748b;
    cursor: pointer;
}

.top-50 {
    top: 50%;
}

.end-0 {
    right: 4px;
}

.translate-middle-y {
    transform: translateY(-50%);
}

.border-0 {
    border: 0;
}

.bg-transparent {
    background: transparent;
}

.form-check {
    display: flex;
    align-items: center;
    gap: 9px;
}

.form-check-input {
    width: 18px;
    height: 18px;
}

.form-check-label {
    color: #475569;
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 980px) {
    .store-account-layout {
        grid-template-columns: 1fr;
    }

    .store-account-top {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .store-account-page {
        padding: 20px 0 34px;
    }

    .store-account-auth-card,
    .store-account-card,
    .store-account-top {
        border-radius: 20px;
        padding: 18px;
    }

    .store-account-auth-title,
    .store-account-user h1 {
        font-size: 24px;
    }

    .store-account-user {
        align-items: flex-start;
    }

    .store-account-avatar {
        width: 56px;
        height: 56px;
        border-radius: 18px;
        font-size: 23px;
    }
}
