.izpek-customer-wrapper {
    --izpek-customer-primary: #6658dd;
    --izpek-customer-primary-hover: #574bbc;
    --izpek-customer-secondary: #4a81d4;
    --izpek-customer-success: #1abc9c;
    --izpek-customer-info: #43bfe5;
    --izpek-customer-warning: #f7b84b;
    --izpek-customer-danger: #f1556c;
    --izpek-customer-dark: #313a46;
    --izpek-customer-body: #4c4c5c;
    --izpek-customer-muted: #9ba6b7;
    --izpek-customer-menu: #667787;
    --izpek-customer-border: #e7e9eb;
    --izpek-customer-bg: #f5f6f8;
    --izpek-customer-card-shadow: 0 1px 2px rgba(57, 62, 80, 0.15);
    min-height: 100vh;
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    background: var(--izpek-customer-bg);
    color: var(--izpek-customer-body);
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.izpek-customer-sidenav {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    background: #ffffff;
    color: var(--izpek-customer-menu);
    border-inline-end: 1px solid var(--izpek-customer-border);
    box-shadow: var(--izpek-customer-card-shadow);
    z-index: 25;
}

.izpek-customer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 70px;
    padding: 0 22px;
    border-bottom: 1px solid var(--izpek-customer-border);
}

.izpek-customer-brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 7px;
    display: grid;
    place-items: center;
    background: var(--izpek-customer-primary);
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
}

.izpek-customer-brand strong,
.izpek-customer-user strong {
    display: block;
    color: var(--izpek-customer-dark);
    line-height: 1.2;
    font-weight: 700;
}

.izpek-customer-brand span,
.izpek-customer-user span {
    display: block;
    color: var(--izpek-customer-muted);
    font-size: 12px;
}

.izpek-customer-nav {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 16px 10px 50px;
    overflow-y: auto;
    font-family: "Nunito", sans-serif;
}

.izpek-customer-nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 34px;
    padding: 8px 12px;
    border-radius: 5px;
    color: var(--izpek-customer-menu);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

.izpek-customer-nav-link:hover,
.izpek-customer-nav-link.active {
    background: transparent;
    color: var(--izpek-customer-primary);
}

.izpek-customer-nav-icon {
    width: 16px;
    height: 16px;
    display: grid;
    place-items: center;
    flex: 0 0 16px;
    color: currentColor;
}

.izpek-customer-menu-svg {
    width: 16px;
    height: 16px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.izpek-customer-nav-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.izpek-customer-main {
    min-width: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.izpek-customer-topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 24px;
    background: #ffffff;
    border-bottom: 1px solid var(--izpek-customer-border);
    box-shadow: var(--izpek-customer-card-shadow);
}

.izpek-customer-topbar-left,
.izpek-customer-topbar-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.izpek-customer-menu-button,
.izpek-customer-logout-button {
    border: 1px dashed rgba(49, 58, 70, 0.15);
    background: #ffffff;
    color: var(--izpek-customer-menu);
    border-radius: 6px;
    min-height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.izpek-customer-menu-button:hover,
.izpek-customer-logout-button:hover {
    color: var(--izpek-customer-primary);
    border-color: rgba(102, 88, 221, 0.25);
}

.izpek-customer-menu-button {
    display: none;
}

.izpek-customer-user {
    display: grid;
    gap: 2px;
    text-align: right;
}

.izpek-customer-content {
    flex: 1;
    min-width: 0;
}

.izpek-customer-container {
    width: min(100%, 1500px);
    margin: 0 auto;
    padding: 22px 24px 34px;
}

.izpek-customer-footer {
    padding: 16px 24px 22px;
    color: var(--izpek-customer-muted);
    font-size: 13px;
    text-align: center;
}

.izpek-customer-overlay {
    display: none;
}

.izpek-customer-wrapper .primary-button,
.izpek-customer-wrapper .secondary-button,
.izpek-customer-wrapper .icon-button {
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 6px;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    box-shadow: none;
}

.izpek-customer-wrapper .primary-button {
    border: 1px solid var(--izpek-customer-primary);
    background: var(--izpek-customer-primary);
    color: #ffffff;
}

.izpek-customer-wrapper .primary-button:hover {
    border-color: var(--izpek-customer-primary-hover);
    background: var(--izpek-customer-primary-hover);
}

.izpek-customer-wrapper .secondary-button,
.izpek-customer-wrapper .icon-button {
    border: 1px solid var(--izpek-customer-border);
    background: #ffffff;
    color: var(--izpek-customer-dark);
}

.izpek-customer-wrapper .secondary-button:hover,
.izpek-customer-wrapper .icon-button:hover {
    border-color: #c2bcf1;
    color: var(--izpek-customer-primary);
}

.izpek-customer-wrapper .danger-button {
    color: var(--izpek-customer-danger);
}

.izpek-customer-wrapper .izpek-customer-page-header,
.izpek-customer-wrapper .panel,
.izpek-customer-wrapper .table-panel,
.izpek-customer-wrapper .stat-card,
.izpek-customer-wrapper .info-card,
.izpek-customer-wrapper .notification-card,
.izpek-customer-wrapper .izpek-customer-table-panel,
.izpek-customer-wrapper .izpek-customer-card-panel,
.izpek-customer-wrapper .izpek-customer-detail-card,
.izpek-customer-wrapper .izpek-customer-referral-card,
.izpek-customer-wrapper .izpek-customer-info-card,
.izpek-customer-wrapper .izpek-customer-notification-card {
    border: 0 solid transparent;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: var(--izpek-customer-card-shadow);
}

.izpek-customer-wrapper .izpek-customer-page-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
    padding: 20px;
}

.izpek-customer-wrapper .izpek-customer-page-header-copy {
    display: grid;
    gap: 6px;
}

.izpek-customer-wrapper .izpek-customer-page-header h1,
.izpek-customer-wrapper .page-heading h1 {
    margin: 0;
    color: var(--izpek-customer-dark);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}

.izpek-customer-wrapper .izpek-customer-page-header p,
.izpek-customer-wrapper .page-heading p,
.izpek-customer-wrapper .muted,
.izpek-customer-wrapper .block-muted,
.izpek-customer-wrapper .info-card p,
.izpek-customer-wrapper .notification-card p,
.izpek-customer-wrapper .detail-grid span,
.izpek-customer-wrapper .info-card dt,
.izpek-customer-wrapper .izpek-customer-info-card p,
.izpek-customer-wrapper .izpek-customer-info-card dt,
.izpek-customer-wrapper .izpek-customer-notification-card p,
.izpek-customer-wrapper .izpek-customer-notification-card small {
    color: var(--izpek-customer-muted);
}

.izpek-customer-wrapper .izpek-customer-page-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.izpek-customer-wrapper .izpek-customer-search-toolbar {
    display: flex;
    align-items: end;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 18px;
    padding: 16px;
    border: 0 solid transparent;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: var(--izpek-customer-card-shadow);
}

.izpek-customer-wrapper .izpek-customer-table-panel {
    overflow: hidden;
}

.izpek-customer-wrapper .izpek-customer-table-scroll {
    width: 100%;
    overflow-x: auto;
}

.izpek-customer-wrapper .izpek-customer-data-table {
    width: 100%;
    min-width: 720px;
    border-collapse: separate;
    border-spacing: 0;
}

.izpek-customer-wrapper .izpek-customer-data-table th {
    padding: 12px 14px;
    background: #f5f6f8;
    color: var(--izpek-customer-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    border-bottom: 1px solid var(--izpek-customer-border);
    white-space: nowrap;
}

.izpek-customer-wrapper .izpek-customer-data-table td {
    padding: 13px 14px;
    color: var(--izpek-customer-body);
    font-size: 14px;
    border-bottom: 1px solid #eef2f7;
    vertical-align: middle;
}

.izpek-customer-wrapper .izpek-customer-data-table tbody tr:hover {
    background: #fbfbfd;
}

.izpek-customer-wrapper .izpek-customer-data-table tbody tr:last-child td {
    border-bottom: 0;
}

.izpek-customer-wrapper .izpek-customer-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0.35em 0.65em;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 10.5px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.izpek-customer-wrapper .izpek-customer-status-badge[class~="active"],
.izpek-customer-wrapper .izpek-customer-status-badge[class~="approved"],
.izpek-customer-wrapper .izpek-customer-status-badge[class~="success"],
.izpek-customer-wrapper .izpek-customer-status-badge[class~="bonus"] {
    border-color: #a3e4d7;
    background: #ddf5f0;
    color: #16a085;
}

.izpek-customer-wrapper .izpek-customer-status-badge[class~="pending"],
.izpek-customer-wrapper .izpek-customer-status-badge[class~="warning"],
.izpek-customer-wrapper .izpek-customer-status-badge[class~="statusbonus"] {
    border-color: #fce3b7;
    background: #fef4e4;
    color: #d29c40;
}

.izpek-customer-wrapper .izpek-customer-status-badge[class~="passive"],
.izpek-customer-wrapper .izpek-customer-status-badge[class~="muted"] {
    border-color: #eef2f7;
    background: #eef2f7;
    color: #6c757d;
}

.izpek-customer-wrapper .izpek-customer-status-badge[class~="danger"],
.izpek-customer-wrapper .izpek-customer-status-badge[class~="rejected"],
.izpek-customer-wrapper .izpek-customer-status-badge[class~="cancelled"],
.izpek-customer-wrapper .izpek-customer-status-badge[class~="failed"] {
    border-color: #f9bbc4;
    background: #fde6e9;
    color: #cd485c;
}

.izpek-customer-wrapper .izpek-customer-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 14px;
    padding: 14px 16px;
    border: 0 solid transparent;
    border-radius: 6px;
    background: #ffffff;
    color: var(--izpek-customer-muted);
    box-shadow: var(--izpek-customer-card-shadow);
}

.izpek-customer-wrapper .izpek-customer-pagination-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.izpek-customer-wrapper .izpek-customer-pagination-button,
.izpek-customer-wrapper .izpek-customer-dialog-button {
    border-radius: 6px;
    min-height: 38px;
    padding: 8px 13px;
    font-weight: 500;
    font-size: 14px;
}

.izpek-customer-wrapper .izpek-customer-empty-state,
.izpek-customer-wrapper .izpek-customer-loading-panel,
.izpek-customer-wrapper .izpek-customer-error-state {
    display: grid;
    place-items: center;
    gap: 10px;
    min-height: 150px;
    padding: 26px;
    border: 0 solid transparent;
    border-radius: 6px;
    background: #ffffff;
    color: var(--izpek-customer-muted);
    text-align: center;
    box-shadow: var(--izpek-customer-card-shadow);
}

.izpek-customer-wrapper .izpek-customer-empty-state-compact {
    min-height: 96px;
    margin: 12px;
    box-shadow: none;
}

.izpek-customer-wrapper .izpek-customer-empty-icon,
.izpek-customer-wrapper .izpek-customer-error-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 6px;
    background: #eef2f7;
    color: var(--izpek-customer-menu);
    font-weight: 700;
}

.izpek-customer-wrapper .izpek-customer-error-state {
    background: #fde6e9;
    color: #cd485c;
}

.izpek-customer-wrapper .izpek-customer-error-icon {
    background: #f9bbc4;
    color: #cd485c;
}

.izpek-customer-wrapper .izpek-customer-loading-spinner {
    width: 34px;
    height: 34px;
    border: 3px solid #e8e6fa;
    border-top-color: var(--izpek-customer-primary);
    border-radius: 999px;
    animation: izpek-customer-spin 0.9s linear infinite;
}

.izpek-customer-wrapper .izpek-customer-modal-backdrop {
    display: grid;
    place-items: center;
    padding: 18px;
    background: rgba(15, 23, 42, 0.44);
    backdrop-filter: blur(7px);
}

.izpek-customer-wrapper .modal-panel,
.izpek-customer-wrapper .izpek-customer-confirm-dialog,
.izpek-customer-wrapper .izpek-customer-editor-modal {
    border: 0 solid transparent;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 0.25rem 1rem rgba(76, 76, 92, 0.2);
}

.izpek-customer-wrapper .izpek-customer-confirm-dialog {
    width: min(100%, 480px);
    display: grid;
    gap: 14px;
    padding: 24px;
}

.izpek-customer-wrapper .izpek-customer-confirm-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 6px;
    background: #fef4e4;
    color: #d29c40;
    font-weight: 700;
}

.izpek-customer-wrapper .modal-panel h2,
.izpek-customer-wrapper .izpek-customer-confirm-dialog h2,
.izpek-customer-wrapper .izpek-customer-editor-modal h2,
.izpek-customer-wrapper .izpek-customer-card-panel h2,
.izpek-customer-wrapper .izpek-customer-detail-card h2,
.izpek-customer-wrapper .izpek-customer-referral-card h2,
.izpek-customer-wrapper .izpek-customer-info-card h2,
.izpek-customer-wrapper .izpek-customer-notification-card h2 {
    margin-top: 0;
    color: var(--izpek-customer-dark);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.izpek-customer-wrapper .izpek-customer-confirm-body {
    margin: 0;
    color: var(--izpek-customer-muted);
}

.izpek-customer-wrapper .izpek-customer-confirm-actions,
.izpek-customer-wrapper .izpek-customer-form-actions {
    justify-content: flex-end;
}

.izpek-customer-wrapper .izpek-customer-form-field {
    display: grid;
    gap: 7px;
    color: var(--izpek-customer-body);
    font-weight: 500;
}

.izpek-customer-wrapper .izpek-customer-form-label {
    color: var(--izpek-customer-body);
    font-size: 14px;
}

.izpek-customer-wrapper .form-control,
.izpek-customer-wrapper .form-select,
.izpek-customer-wrapper textarea.form-control,
.izpek-customer-wrapper .izpek-customer-form-field input,
.izpek-customer-wrapper .izpek-customer-form-field select,
.izpek-customer-wrapper .izpek-customer-form-field textarea {
    min-height: 38px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 8px 12px;
    background: #ffffff;
    color: var(--izpek-customer-body);
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.izpek-customer-wrapper .form-control:focus,
.izpek-customer-wrapper .form-select:focus,
.izpek-customer-wrapper textarea.form-control:focus,
.izpek-customer-wrapper .izpek-customer-form-field input:focus,
.izpek-customer-wrapper .izpek-customer-form-field select:focus,
.izpek-customer-wrapper .izpek-customer-form-field textarea:focus {
    border-color: var(--izpek-customer-primary);
    box-shadow: 0 0 0 0.15rem rgba(102, 88, 221, 0.25);
    outline: 0;
}

.izpek-customer-wrapper .izpek-customer-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 16px;
}

.izpek-customer-wrapper .izpek-customer-stat-card {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 8px;
    min-height: 132px;
    padding: 18px;
}

.izpek-customer-wrapper .izpek-customer-stat-card::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 16px;
    width: 34px;
    height: 34px;
    border-radius: 6px;
    background: var(--izpek-customer-primary);
    opacity: 0.08;
}

.izpek-customer-wrapper .izpek-customer-stat-label {
    color: var(--izpek-customer-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.izpek-customer-wrapper .izpek-customer-stat-value {
    color: var(--izpek-customer-dark);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}

.izpek-customer-wrapper .izpek-customer-stat-hint {
    color: var(--izpek-customer-muted);
    font-weight: 400;
    font-size: 13px;
}

.izpek-customer-wrapper .izpek-customer-card-panel,
.izpek-customer-wrapper .izpek-customer-detail-card,
.izpek-customer-wrapper .izpek-customer-referral-card {
    padding: 22px;
}

.izpek-customer-wrapper .izpek-customer-club-card {
    position: relative;
    overflow: hidden;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 26px;
    border: 0;
    border-radius: 10px;
    color: #ffffff;
    background: linear-gradient(135deg, #313a46 0%, #38414a 54%, #252630 100%);
    box-shadow: 0 0.25rem 1rem rgba(76, 76, 92, 0.2);
}

.izpek-customer-wrapper .izpek-customer-club-card::before {
    content: "";
    position: absolute;
    inset: auto -12% -42% 38%;
    height: 190px;
    border-radius: 999px;
    background: rgba(102, 88, 221, 0.3);
    filter: blur(5px);
}

.izpek-customer-wrapper .izpek-customer-club-card span,
.izpek-customer-wrapper .izpek-customer-club-card small {
    color: rgba(255, 255, 255, 0.72);
}

.izpek-customer-wrapper .izpek-customer-club-card strong {
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
}

.izpek-customer-wrapper .izpek-customer-club-card[class~="tier-gold-card"] {
    background: linear-gradient(135deg, #6658dd 0%, #4a81d4 52%, #313a46 100%);
}

.izpek-customer-wrapper .izpek-customer-club-card[class~="tier-platinum-card"] {
    background: linear-gradient(135deg, #313a46 0%, #6658dd 48%, #1e1f27 100%);
}

.izpek-customer-wrapper .izpek-customer-tier-progress {
    display: grid;
    gap: 12px;
}

.izpek-customer-wrapper .izpek-customer-tier-progress > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--izpek-customer-muted);
}

.izpek-customer-wrapper .izpek-customer-tier-progress > div:first-child strong {
    color: var(--izpek-customer-dark);
}

.izpek-customer-wrapper .izpek-customer-tier-progress-track {
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: #e8e6fa;
    box-shadow: inset 0 1px 2px rgba(49, 58, 70, 0.08);
}

.izpek-customer-wrapper .izpek-customer-tier-progress-track span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #6658dd, #4a81d4);
}

.izpek-customer-wrapper .izpek-customer-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.izpek-customer-wrapper .izpek-customer-info-card {
    display: grid;
    gap: 14px;
    min-height: 220px;
    padding: 20px;
}

.izpek-customer-wrapper .izpek-customer-info-card dl {
    display: grid;
    grid-template-columns: minmax(110px, auto) 1fr;
    gap: 8px 12px;
    margin: 0;
}

.izpek-customer-wrapper .izpek-customer-info-card dd,
.izpek-customer-wrapper .detail-grid strong,
.izpek-customer-wrapper .info-card dd {
    margin: 0;
    color: var(--izpek-customer-dark);
    font-weight: 600;
}

.izpek-customer-wrapper .izpek-customer-referral-card {
    display: grid;
    gap: 14px;
}

.izpek-customer-wrapper .izpek-customer-copy-line,
.izpek-customer-wrapper .copy-line {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 12px;
    border: 1px solid var(--izpek-customer-border);
    border-radius: 6px;
    background: #f5f6f8;
}

.izpek-customer-wrapper .izpek-customer-copy-line code,
.izpek-customer-wrapper .copy-line code {
    overflow: hidden;
    border: 1px solid var(--izpek-customer-border);
    border-radius: 6px;
    background: #ffffff;
    color: var(--izpek-customer-dark);
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.izpek-customer-wrapper .izpek-customer-notification-list {
    display: grid;
    gap: 14px;
}

.izpek-customer-wrapper .izpek-customer-notification-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 18px;
}

.izpek-customer-wrapper .izpek-customer-notification-unread {
    border: 1px solid #c2bcf1;
    background: #fbfbfd;
}

.izpek-customer-wrapper .izpek-customer-conversion-summary {
    border: 1px solid var(--izpek-customer-border);
    border-radius: 6px;
    background: #f5f6f8;
    padding: 14px;
}

.izpek-customer-wrapper .alert {
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
}

.izpek-customer-wrapper .alert-danger {
    border: 1px solid #f9bbc4;
    background: #fde6e9;
    color: #cd485c;
}

.izpek-customer-wrapper .alert-info {
    border: 1px solid #b4e5f5;
    background: #e3f5fb;
    color: #39a2c3;
}

.izpek-customer-wrapper .row-actions,
.izpek-customer-wrapper .action-row {
    gap: 8px;
}

@keyframes izpek-customer-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 900px) {
    .izpek-customer-wrapper {
        grid-template-columns: 1fr;
    }

    .izpek-customer-sidenav {
        position: fixed;
        left: 0;
        transform: translateX(-105%);
        width: min(86vw, 290px);
        transition: transform 0.2s ease;
    }

    .izpek-customer-wrapper.izpek-customer-sidebar-open .izpek-customer-sidenav {
        transform: translateX(0);
    }

    .izpek-customer-menu-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .izpek-customer-overlay {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 22;
        border: 0;
        background: rgba(15, 23, 42, 0.38);
    }

    .izpek-customer-container {
        padding: 18px 16px 28px;
    }

    .izpek-customer-topbar {
        padding: 0 16px;
    }

    .izpek-customer-user {
        display: none;
    }
}

@media (max-width: 760px) {
    .izpek-customer-wrapper .izpek-customer-page-header,
    .izpek-customer-wrapper .izpek-customer-pagination {
        align-items: stretch;
        flex-direction: column;
    }

    .izpek-customer-wrapper .izpek-customer-page-header-actions,
    .izpek-customer-wrapper .izpek-customer-pagination-actions {
        justify-content: stretch;
    }

    .izpek-customer-wrapper .izpek-customer-page-header-actions > *,
    .izpek-customer-wrapper .izpek-customer-pagination-button {
        width: 100%;
    }
}

@media (max-width: 1120px) {
    .izpek-customer-wrapper .izpek-customer-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .izpek-customer-wrapper .izpek-customer-card-grid,
    .izpek-customer-wrapper .izpek-customer-notification-card,
    .izpek-customer-wrapper .izpek-customer-copy-line,
    .izpek-customer-wrapper .copy-line {
        grid-template-columns: 1fr;
    }

    .izpek-customer-wrapper .izpek-customer-notification-card button,
    .izpek-customer-wrapper .izpek-customer-copy-line button,
    .izpek-customer-wrapper .copy-line button {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .izpek-customer-wrapper .izpek-customer-stat-grid {
        grid-template-columns: 1fr;
    }

    .izpek-customer-wrapper .izpek-customer-club-card {
        min-height: 210px;
        padding: 22px;
    }
}

@font-face {
    font-family: "BodoniPoster";
    src: url("/assets/fonts/BOD_PSTC.TTF") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "PoynterOSDisplaySemibold";
    src:
        url("/assets/fonts/PoynterOSDisp-Semibold.woff2") format("woff2"),
        url("/assets/fonts/PoynterOSDisp-Semibold.woff") format("woff"),
        url("/assets/fonts/PoynterOSDisp-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.izpek-customer-wrapper {
    --izpek-customer-navy: #1f2942;
    --izpek-customer-navy-dark: #07111f;
    --izpek-customer-navy-mid: #0d1b2d;
    --izpek-customer-gold: #d7b56d;
    --izpek-customer-gold-soft: #f3d98a;
    --izpek-customer-gold-deep: #a77a28;
    --izpek-customer-glass: rgba(12, 27, 45, 0.78);
    --izpek-customer-glass-strong: rgba(9, 21, 36, 0.9);
    --izpek-customer-border: rgba(215, 181, 109, 0.22);
    --izpek-customer-text: #ffffff;
    --izpek-customer-muted: rgba(232, 237, 247, 0.72);
    --izpek-customer-card-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
    background:
        radial-gradient(circle at 76% 6%, rgba(215, 181, 109, 0.17), transparent 26rem),
        radial-gradient(circle at 18% 30%, rgba(65, 88, 120, 0.28), transparent 30rem),
        linear-gradient(135deg, #07111f 0%, #102039 48%, #1f2942 100%);
    color: var(--izpek-customer-text);
    font-family: "Roboto", "Nunito", sans-serif;
}

.izpek-customer-wrapper h1,
.izpek-customer-wrapper h2,
.izpek-customer-wrapper h3,
.izpek-customer-wrapper .izpek-customer-stat-value,
.izpek-customer-wrapper .izpek-customer-metric-card strong,
.izpek-customer-wrapper .izpek-customer-card-overlay strong {
    font-family: "Poynter Old Style Display Semi Bold", "Instrument Serif", Georgia, serif;
    font-weight: 400;
    letter-spacing: 0;
}

.izpek-customer-sidenav {
    background: linear-gradient(180deg, rgba(5, 13, 24, 0.98), rgba(14, 28, 47, 0.96));
    border-inline-end: 1px solid rgba(215, 181, 109, 0.19);
    box-shadow: 18px 0 55px rgba(0, 0, 0, 0.32);
}

.izpek-customer-brand {
    min-height: 86px;
    border-bottom: 1px solid rgba(215, 181, 109, 0.18);
}

.izpek-customer-brand img {
    width: 146px;
    max-width: 100%;
    height: auto;
    display: block;
}

.izpek-customer-nav {
    gap: 6px;
    padding: 18px 14px 50px;
}

.izpek-customer-nav-link {
    min-height: 44px;
    border: 1px solid transparent;
    border-radius: 12px;
    color: rgba(239, 243, 249, 0.72);
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.izpek-customer-nav-link:hover,
.izpek-customer-nav-link.active {
    border-color: rgba(215, 181, 109, 0.24);
    background: linear-gradient(90deg, rgba(215, 181, 109, 0.18), rgba(215, 181, 109, 0.04));
    color: var(--izpek-customer-gold-soft);
    box-shadow: inset 3px 0 0 var(--izpek-customer-gold);
}

.izpek-customer-nav-icon,
.izpek-customer-menu-svg {
    color: var(--izpek-customer-gold);
}

.izpek-customer-topbar {
    min-height: 82px;
    background: rgba(6, 15, 27, 0.76);
    border-bottom: 1px solid rgba(215, 181, 109, 0.2);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(18px);
}

.izpek-customer-topbar-logo {
    display: inline-flex;
    align-items: center;
    width: 132px;
    min-width: 132px;
}

.izpek-customer-topbar-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.izpek-customer-user span {
    color: var(--izpek-customer-muted);
}

.izpek-customer-user strong {
    color: #ffffff;
    font-family: "BodoniPoster", "Instrument Serif", serif;
    font-size: 21px;
    font-weight: 400;
}

.izpek-customer-topbar-icon-button,
.izpek-customer-menu-button,
.izpek-customer-logout-button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff;
    text-decoration: none;
}

.izpek-customer-topbar-icon-button {
    width: 48px;
    padding: 0;
    color: var(--izpek-customer-gold-soft);
    font-size: 23px;
}

.izpek-customer-menu-button:hover,
.izpek-customer-logout-button:hover,
.izpek-customer-topbar-icon-button:hover {
    border-color: rgba(215, 181, 109, 0.42);
    color: var(--izpek-customer-gold-soft);
}

.izpek-customer-container {
    width: min(100%, 1500px);
    padding: 28px 28px 38px;
}

.izpek-customer-wrapper .primary-button,
.izpek-customer-wrapper .secondary-button,
.izpek-customer-wrapper .icon-button {
    border-radius: 11px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.izpek-customer-wrapper .primary-button {
    border-color: rgba(215, 181, 109, 0.75);
    background: linear-gradient(135deg, #f3d98a 0%, #c1933f 48%, #8f631f 100%);
    color: #101827;
    box-shadow: 0 14px 34px rgba(215, 181, 109, 0.22);
}

.izpek-customer-wrapper .primary-button:hover {
    border-color: var(--izpek-customer-gold-soft);
    background: linear-gradient(135deg, #ffe6a1 0%, #d5a447 48%, #9b6a22 100%);
    color: #101827;
}

.izpek-customer-wrapper .secondary-button,
.izpek-customer-wrapper .icon-button {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.9);
}

.izpek-customer-wrapper .secondary-button:hover,
.izpek-customer-wrapper .icon-button:hover {
    border-color: rgba(215, 181, 109, 0.5);
    color: var(--izpek-customer-gold-soft);
}

.izpek-customer-dashboard-shell {
    display: grid;
    gap: 20px;
    padding: 26px;
    border: 1px solid rgba(215, 181, 109, 0.18);
    border-radius: 14px;
    background:
        radial-gradient(circle at 78% 0%, rgba(215, 181, 109, 0.12), transparent 22rem),
        rgba(8, 19, 33, 0.55);
    box-shadow: var(--izpek-customer-card-shadow);
}

.izpek-customer-dashboard-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.izpek-customer-dashboard-heading h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(34px, 3.2vw, 50px);
    line-height: 1.05;
}

.izpek-customer-dashboard-heading p {
    margin: 10px 0 0;
    color: var(--izpek-customer-muted);
    font-size: 16px;
}

.izpek-customer-dashboard-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.izpek-customer-metric-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.izpek-customer-metric-card {
    position: relative;
    overflow: hidden;
    min-height: 138px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 20px;
    border: 1px solid rgba(215, 181, 109, 0.17);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 16px 38px rgba(0, 0, 0, 0.18);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.izpek-customer-metric-card:hover {
    transform: translateY(-3px);
    border-color: rgba(215, 181, 109, 0.42);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 22px 46px rgba(0, 0, 0, 0.24);
}

.izpek-customer-metric-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--izpek-customer-gold-soft);
}

.izpek-customer-metric-icon svg,
.izpek-customer-insight-card svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.izpek-customer-metric-card span:not(.izpek-customer-metric-icon) {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
}

.izpek-customer-metric-card strong {
    display: block;
    margin-top: 8px;
    color: #ffffff;
    font-size: clamp(27px, 2.2vw, 38px);
    line-height: 1;
}

.izpek-customer-metric-card small {
    display: block;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.67);
    font-size: 13px;
}

.izpek-customer-membership-panel {
    display: grid;
    gap: 16px;
}

.izpek-customer-membership-card-frame {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(215, 181, 109, 0.5);
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.25);
    box-shadow: 0 26px 58px rgba(0, 0, 0, 0.33);
}

.izpek-customer-membership-card-frame img {
    display: block;
    width: 100%;
    aspect-ratio: 5.35 / 1;
    object-fit: cover;
}

.izpek-customer-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(18px, 3vw, 38px);
    pointer-events: none;
}

.izpek-customer-card-overlay > span {
    align-self: flex-start;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: clamp(18px, 1.9vw, 32px);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.izpek-customer-card-overlay > div {
    align-self: flex-end;
    display: grid;
    gap: 8px;
    text-align: right;
}

.izpek-customer-card-overlay small {
    color: rgba(255, 255, 255, 0.86);
    font-family: "Roboto", sans-serif;
    font-size: clamp(12px, 1.15vw, 18px);
    letter-spacing: 0.03em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.izpek-customer-card-overlay strong {
    color: #ffffff;
    font-size: clamp(20px, 2.4vw, 38px);
    line-height: 1;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

.izpek-customer-membership-card-frame.tier-gold-card .izpek-customer-card-overlay > span,
.izpek-customer-membership-card-frame.tier-gold-card .izpek-customer-card-overlay strong {
    color: #ffffff;
}

.izpek-customer-tier-progress {
    color: var(--izpek-customer-muted);
}

.izpek-customer-wrapper .izpek-customer-tier-progress > div:first-child strong {
    color: rgba(255, 255, 255, 0.9);
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.izpek-customer-tier-progress-track {
    height: 12px;
    background: rgba(255, 255, 255, 0.07);
}

.izpek-customer-tier-progress-track span {
    position: relative;
    background: linear-gradient(90deg, #f3d98a, #d7b56d, #a77a28);
    box-shadow: 0 0 18px rgba(215, 181, 109, 0.55);
}

.izpek-customer-tier-progress-track span::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 0 18px 6px rgba(215, 181, 109, 0.45);
    transform: translateY(-50%);
}

.izpek-customer-insight-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.izpek-customer-insight-card,
.izpek-customer-wrapper .panel,
.izpek-customer-wrapper .table-panel,
.izpek-customer-wrapper .info-card,
.izpek-customer-wrapper .notification-card,
.izpek-customer-wrapper .izpek-customer-card-panel,
.izpek-customer-wrapper .izpek-customer-detail-card,
.izpek-customer-wrapper .izpek-customer-referral-card,
.izpek-customer-wrapper .izpek-customer-info-card,
.izpek-customer-wrapper .izpek-customer-notification-card,
.izpek-customer-wrapper .izpek-customer-page-header,
.izpek-customer-wrapper .izpek-customer-search-toolbar,
.izpek-customer-wrapper .izpek-customer-pagination {
    border: 1px solid rgba(215, 181, 109, 0.17);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.068), rgba(255, 255, 255, 0.02));
    color: #ffffff;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.izpek-customer-insight-card {
    min-height: 164px;
    padding: 24px;
    border-radius: 14px;
    overflow: hidden;
}

.izpek-customer-insight-card span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--izpek-customer-gold-soft);
    font-family: "BodoniPoster", "Instrument Serif", serif;
    font-size: 22px;
}

.izpek-customer-insight-card h2 {
    margin: 24px 0 10px;
    color: #ffffff;
    font-size: 29px;
}

.izpek-customer-insight-card p,
.izpek-customer-wrapper .izpek-customer-page-header p,
.izpek-customer-wrapper .page-heading p,
.izpek-customer-wrapper .muted,
.izpek-customer-wrapper .block-muted,
.izpek-customer-wrapper .info-card p,
.izpek-customer-wrapper .notification-card p,
.izpek-customer-wrapper .detail-grid span,
.izpek-customer-wrapper .info-card dt,
.izpek-customer-wrapper .izpek-customer-info-card p,
.izpek-customer-wrapper .izpek-customer-info-card dt,
.izpek-customer-wrapper .izpek-customer-notification-card p,
.izpek-customer-wrapper .izpek-customer-notification-card small {
    color: var(--izpek-customer-muted);
}

.izpek-customer-wrapper .izpek-customer-detail-card {
    margin-top: 20px;
}

.izpek-customer-wrapper .izpek-customer-detail-card h2,
.izpek-customer-wrapper .izpek-customer-info-card h2,
.izpek-customer-wrapper .izpek-customer-card-panel h2,
.izpek-customer-wrapper .izpek-customer-referral-card h2,
.izpek-customer-wrapper .izpek-customer-notification-card h2 {
    color: #ffffff;
}

.izpek-customer-wrapper .detail-grid strong,
.izpek-customer-wrapper .info-card dd,
.izpek-customer-wrapper .izpek-customer-info-card dd {
    color: #ffffff;
}

.izpek-customer-footer {
    color: rgba(255, 255, 255, 0.48);
}

@media (max-width: 1180px) {
    .izpek-customer-metric-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .izpek-customer-dashboard-heading {
        align-items: stretch;
        flex-direction: column;
    }

    .izpek-customer-dashboard-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 900px) {
    .izpek-customer-sidenav {
        background: linear-gradient(180deg, rgba(5, 13, 24, 0.99), rgba(14, 28, 47, 0.98));
    }

    .izpek-customer-topbar-logo {
        width: 108px;
        min-width: 108px;
    }
}

@media (max-width: 760px) {
    .izpek-customer-container {
        padding: 16px;
    }

    .izpek-customer-dashboard-shell {
        padding: 18px;
        border-radius: 12px;
    }

    .izpek-customer-dashboard-actions > *,
    .izpek-customer-wrapper .primary-button,
    .izpek-customer-wrapper .secondary-button {
        width: 100%;
    }

    .izpek-customer-metric-grid,
    .izpek-customer-insight-grid {
        grid-template-columns: 1fr;
    }

    .izpek-customer-membership-card-frame img {
        aspect-ratio: 1.7 / 1;
    }

    .izpek-customer-card-overlay {
        padding: 18px;
    }
}

@media (max-width: 560px) {
    .izpek-customer-topbar {
        gap: 10px;
        padding: 0 12px;
    }

    .izpek-customer-topbar-logo {
        display: none;
    }

    .izpek-customer-topbar-actions {
        gap: 8px;
    }

    .izpek-customer-topbar-actions .izpek-customer-logout-button[href="/account/profile"] {
        display: none;
    }

    .izpek-customer-metric-card {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 17px;
    }

    .izpek-customer-metric-icon {
        width: 46px;
        height: 46px;
    }

    .izpek-customer-card-overlay strong {
        max-width: 230px;
    }
}

@media (max-width: 1180px) {
    .izpek-customer-wrapper .izpek-customer-profile-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .izpek-customer-wrapper .izpek-customer-profile-summary,
    .izpek-customer-wrapper .izpek-customer-profile-info-grid {
        grid-template-columns: 1fr;
    }

    .izpek-customer-wrapper .izpek-customer-profile-identity {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Reference dashboard alignment: dark member shell, logo in sidebar, compact topbar. */
.izpek-customer-wrapper {
    grid-template-columns: 250px minmax(0, 1fr);
    background:
        radial-gradient(circle at 82% -10%, rgba(54, 72, 104, 0.38), transparent 26rem),
        radial-gradient(circle at 28% 18%, rgba(215, 181, 109, 0.08), transparent 22rem),
        linear-gradient(135deg, #061120 0%, #09182b 48%, #0e2038 100%);
}

.izpek-customer-sidenav {
    background:
        linear-gradient(180deg, rgba(5, 14, 26, 0.98), rgba(7, 20, 35, 0.98)),
        var(--izpek-customer-navy);
    border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
}

.izpek-customer-brand {
    min-height: 138px;
    align-items: flex-start;
    padding: 32px 28px 20px;
    border-bottom: 0;
}

.izpek-customer-brand img {
    width: 145px;
}

.izpek-customer-nav {
    padding: 4px 12px 18px 0;
}

.izpek-customer-nav-link {
    min-height: 54px;
    margin: 0 10px 2px 0;
    padding: 0 24px;
    border-radius: 0 10px 10px 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    font-weight: 600;
}

.izpek-customer-nav-link:hover,
.izpek-customer-nav-link.active {
    border-color: rgba(215, 181, 109, 0.18);
    background: linear-gradient(90deg, rgba(215, 181, 109, 0.25), rgba(255, 255, 255, 0.07));
    color: #ffffff;
    box-shadow: inset 3px 0 0 var(--izpek-customer-gold), 0 16px 28px rgba(0, 0, 0, 0.12);
}

.izpek-customer-nav-link:hover .izpek-customer-nav-icon,
.izpek-customer-nav-link.active .izpek-customer-nav-icon {
    color: var(--izpek-customer-gold-soft);
}

.izpek-customer-nav-icon {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
    color: rgba(255, 255, 255, 0.72);
}

.izpek-customer-menu-svg {
    width: 20px;
    height: 20px;
    stroke-width: 1.8;
}

.izpek-customer-sidebar-card {
    margin: auto 12px 22px;
    padding: 24px 18px;
    border: 1px solid rgba(215, 181, 109, 0.16);
    border-radius: 14px;
    background:
        radial-gradient(circle at 80% 0%, rgba(215, 181, 109, 0.13), transparent 9rem),
        rgba(255, 255, 255, 0.035);
    text-align: center;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.izpek-customer-sidebar-card span {
    display: block;
    color: var(--izpek-customer-gold);
    font-size: 30px;
}

.izpek-customer-sidebar-card p {
    margin: 12px 0 16px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.izpek-customer-sidebar-card strong {
    color: var(--izpek-customer-gold);
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.04em;
}

.izpek-customer-topbar {
    min-height: 88px;
    padding: 0 28px 0 40px;
    background: rgba(5, 14, 26, 0.62);
    border-bottom: 0;
    box-shadow: none;
}

.izpek-customer-user {
    display: grid;
    gap: 5px;
    text-align: left;
}

.izpek-customer-user span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
}

.izpek-customer-user strong {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.izpek-customer-user-gem {
    display: inline;
    color: var(--izpek-customer-gold);
    font-size: 18px;
}

.izpek-customer-topbar-actions {
    gap: 18px;
}

.izpek-customer-wrapper .language-switcher {
    min-width: 76px;
}

.izpek-customer-wrapper .language-switcher-trigger {
    min-height: 44px;
    border-color: rgba(255, 255, 255, 0.12);
    border-radius: 9px;
    background: linear-gradient(135deg, #d4a347, #9f6d24);
    color: #101827;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.izpek-customer-wrapper .language-switcher-menu {
    min-width: 150px;
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(9, 24, 43, 0.98);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
}

.izpek-customer-wrapper .language-switcher-option {
    color: rgba(255, 255, 255, 0.92);
}

.izpek-customer-wrapper .language-switcher-option small {
    color: rgba(232, 237, 247, 0.62);
}

.izpek-customer-wrapper .language-switcher-option:hover,
.izpek-customer-wrapper .language-switcher-option:focus-visible {
    background: rgba(215, 181, 109, 0.13);
}

.izpek-customer-topbar-icon-button {
    position: relative;
    width: 50px;
    height: 44px;
    border-radius: 9px;
}

.izpek-customer-topbar-icon-button svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.izpek-customer-notification-dot {
    position: absolute;
    right: 12px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--izpek-customer-gold);
}

.izpek-customer-notification-menu {
    position: relative;
}

.izpek-customer-notification-count {
    position: absolute;
    right: 7px;
    top: 5px;
    min-width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--izpek-customer-gold);
    color: #101827;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}

.izpek-customer-notification-dropdown {
    position: absolute;
    top: calc(100% + 14px);
    right: -58px;
    z-index: 80;
    width: min(390px, calc(100vw - 28px));
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background:
        radial-gradient(circle at 90% 0%, rgba(215, 181, 109, 0.12), transparent 12rem),
        rgba(10, 24, 42, 0.98);
    color: #ffffff;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(18px);
}

.izpek-customer-notification-dropdown::before {
    content: "";
    position: absolute;
    right: 73px;
    top: -7px;
    width: 14px;
    height: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(10, 24, 42, 0.98);
    transform: rotate(45deg);
}

.izpek-customer-notification-dropdown-header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.izpek-customer-notification-dropdown-header strong {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.izpek-customer-notification-dropdown-header span {
    padding: 6px 10px;
    border-radius: 4px;
    background: rgba(215, 181, 109, 0.16);
    color: var(--izpek-customer-gold-soft);
    font-size: 12px;
    font-weight: 700;
}

.izpek-customer-notification-dropdown-list {
    position: relative;
    z-index: 1;
    max-height: 350px;
    overflow-y: auto;
}

.izpek-customer-notification-dropdown-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.izpek-customer-notification-dropdown-item.unread {
    background: rgba(215, 181, 109, 0.045);
}

.izpek-customer-notification-dropdown-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(215, 181, 109, 0.16);
    color: var(--izpek-customer-gold-soft);
    font-weight: 800;
}

.izpek-customer-notification-dropdown-item strong {
    display: block;
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.izpek-customer-notification-dropdown-item p {
    display: -webkit-box;
    margin: 5px 0 4px;
    overflow: hidden;
    color: rgba(232, 237, 247, 0.74);
    font-size: 13px;
    line-height: 1.45;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.izpek-customer-notification-dropdown-item small,
.izpek-customer-notification-dropdown-empty {
    color: rgba(232, 237, 247, 0.58);
    font-size: 12px;
}

.izpek-customer-notification-dropdown-empty {
    padding: 28px 20px;
    text-align: center;
}

.izpek-customer-notification-view-all {
    position: relative;
    z-index: 1;
    display: block;
    padding: 15px 18px;
    background: rgba(255, 255, 255, 0.055);
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.izpek-customer-notification-view-all:hover {
    color: var(--izpek-customer-gold-soft);
}

.izpek-customer-logout-button {
    min-width: 72px;
    height: 44px;
    border-radius: 9px;
}

.izpek-customer-container {
    width: 100%;
    max-width: 1290px;
    margin: 0;
    padding: 0 28px 28px 16px;
}

.izpek-customer-dashboard-shell {
    gap: 18px;
    padding: 28px 24px 18px;
    border-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background:
        radial-gradient(circle at 70% -15%, rgba(63, 87, 130, 0.22), transparent 28rem),
        rgba(8, 20, 36, 0.82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 28px 70px rgba(0, 0, 0, 0.22);
}

.izpek-customer-dashboard-heading {
    align-items: center;
    padding-bottom: 18px;
}

.izpek-customer-dashboard-heading h1 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.15;
}

.izpek-customer-dashboard-heading p {
    margin-top: 10px;
    font-size: 15px;
}

.izpek-customer-dashboard-actions .secondary-button,
.izpek-customer-dashboard-actions .primary-button {
    min-height: 44px;
    padding-inline: 20px;
}

.izpek-customer-metric-grid {
    gap: 16px;
}

.izpek-customer-metric-card {
    min-height: 130px;
    grid-template-columns: 56px minmax(0, 1fr);
    border-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background:
        radial-gradient(circle at 16% 25%, rgba(69, 81, 158, 0.22), transparent 7rem),
        rgba(13, 28, 50, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.izpek-customer-metric-icon {
    border-radius: 17px;
    background: rgba(69, 81, 158, 0.28);
}

.izpek-customer-metric-card strong {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 500;
}

.izpek-customer-metric-card small {
    font-size: 13px;
}

.izpek-customer-membership-card-frame {
    border-color: rgba(215, 181, 109, 0.38);
    border-radius: 11px;
}

.izpek-customer-membership-card-frame img {
    aspect-ratio: 5.45 / 1;
}

.izpek-customer-card-overlay {
    padding: 32px 40px;
}

.izpek-customer-card-overlay > span {
    font-size: 26px;
}

.izpek-customer-card-overlay small {
    font-size: 15px;
}

.izpek-customer-card-overlay strong {
    font-family: "Roboto", sans-serif;
    font-size: 29px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.izpek-customer-tier-progress {
    padding-inline: 10px;
}

.izpek-customer-insight-grid {
    gap: 16px;
}

.izpek-customer-insight-card {
    min-height: 164px;
    border-radius: 11px;
    border-color: rgba(255, 255, 255, 0.1);
    background:
        radial-gradient(circle at 74% 35%, rgba(215, 181, 109, 0.1), transparent 11rem),
        rgba(9, 22, 39, 0.76);
}

.izpek-customer-insight-card span {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.izpek-customer-insight-card h2 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 500;
}

@media (max-width: 900px) {
    .izpek-customer-wrapper {
        grid-template-columns: 1fr;
    }

    .izpek-customer-brand {
        min-height: 110px;
    }

    .izpek-customer-sidebar-card {
        margin-top: 20px;
    }

    .izpek-customer-topbar {
        padding: 0 16px;
    }

    .izpek-customer-user {
        display: grid;
    }

    .izpek-customer-container {
        padding: 0 16px 24px;
    }
}

@media (max-width: 760px) {
    .izpek-customer-dashboard-heading {
        align-items: stretch;
    }

    .izpek-customer-membership-card-frame img {
        aspect-ratio: 1.75 / 1;
    }
}

/* Readability pass for all authenticated customer pages. Bodoni is reserved for public landing only. */
.izpek-customer-wrapper,
.izpek-customer-wrapper h1,
.izpek-customer-wrapper h2,
.izpek-customer-wrapper h3,
.izpek-customer-wrapper h4,
.izpek-customer-wrapper h5,
.izpek-customer-wrapper h6,
.izpek-customer-wrapper strong,
.izpek-customer-wrapper .izpek-customer-stat-value,
.izpek-customer-wrapper .izpek-customer-metric-card strong,
.izpek-customer-wrapper .izpek-customer-card-overlay strong,
.izpek-customer-wrapper .izpek-customer-insight-card span,
.izpek-customer-wrapper .izpek-customer-insight-card h2 {
    font-family: "Roboto", "Nunito", Arial, sans-serif;
}

.izpek-customer-wrapper .izpek-customer-page-header,
.izpek-customer-wrapper .page-heading {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background:
        radial-gradient(circle at 75% -20%, rgba(215, 181, 109, 0.09), transparent 20rem),
        rgba(11, 26, 46, 0.78);
    color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 18px 42px rgba(0, 0, 0, 0.18);
}

.izpek-customer-wrapper .izpek-customer-page-header h1,
.izpek-customer-wrapper .page-heading h1 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
}

.izpek-customer-wrapper .izpek-customer-page-header p,
.izpek-customer-wrapper .page-heading p {
    color: rgba(232, 237, 247, 0.72);
    font-size: 15px;
}

.izpek-customer-wrapper .stat-card,
.izpek-customer-wrapper .izpek-customer-stat-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background:
        radial-gradient(circle at 86% 20%, rgba(215, 181, 109, 0.06), transparent 7rem),
        radial-gradient(circle at 16% 20%, rgba(69, 81, 158, 0.2), transparent 7rem),
        rgba(13, 28, 50, 0.72);
    color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 15px 34px rgba(0, 0, 0, 0.15);
}

.izpek-customer-wrapper .stat-card::after,
.izpek-customer-wrapper .izpek-customer-stat-card::after {
    left: 18px;
    right: auto;
    top: auto;
    bottom: 0;
    width: 72px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(215, 181, 109, 0.88), rgba(255, 255, 255, 0.05));
    opacity: 0.8;
}

.izpek-customer-wrapper .izpek-customer-stat-label,
.izpek-customer-wrapper .stat-card span {
    color: rgba(232, 237, 247, 0.68);
}

.izpek-customer-wrapper .izpek-customer-stat-value,
.izpek-customer-wrapper .stat-card strong {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
}

.izpek-customer-wrapper .izpek-customer-stat-hint,
.izpek-customer-wrapper .stat-card small {
    color: rgba(232, 237, 247, 0.64);
}

.izpek-customer-wrapper .izpek-customer-profile-summary {
    display: grid;
    grid-template-columns: minmax(300px, 1.45fr) minmax(240px, 0.95fr) minmax(210px, 0.75fr) minmax(230px, 0.85fr);
    gap: 16px;
    margin-bottom: 18px;
}

.izpek-customer-wrapper .izpek-customer-profile-identity,
.izpek-customer-wrapper .izpek-customer-profile-tier,
.izpek-customer-wrapper .izpek-customer-profile-wallet,
.izpek-customer-wrapper .izpek-customer-profile-code {
    position: relative;
    overflow: hidden;
    min-height: 158px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background:
        radial-gradient(circle at 88% 14%, rgba(215, 181, 109, 0.12), transparent 8rem),
        linear-gradient(135deg, rgba(16, 35, 61, 0.92), rgba(9, 23, 40, 0.88));
    color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045), 0 18px 42px rgba(0, 0, 0, 0.18);
}

.izpek-customer-wrapper .izpek-customer-profile-identity::before,
.izpek-customer-wrapper .izpek-customer-profile-tier::before,
.izpek-customer-wrapper .izpek-customer-profile-wallet::before,
.izpek-customer-wrapper .izpek-customer-profile-code::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, #d7b56d, rgba(215, 181, 109, 0.1));
}

.izpek-customer-wrapper .izpek-customer-profile-identity {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 24px 24px 24px 26px;
}

.izpek-customer-wrapper .izpek-customer-profile-tier,
.izpek-customer-wrapper .izpek-customer-profile-wallet,
.izpek-customer-wrapper .izpek-customer-profile-code {
    display: grid;
    align-content: start;
    gap: 9px;
    padding: 24px 24px 24px 26px;
}

.izpek-customer-wrapper .izpek-customer-eyebrow {
    display: block;
    color: rgba(232, 237, 247, 0.66);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.izpek-customer-wrapper .izpek-customer-profile-identity h2 {
    margin: 8px 0;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.16;
    font-weight: 800;
}

.izpek-customer-wrapper .izpek-customer-profile-identity p,
.izpek-customer-wrapper .izpek-customer-profile-tier small,
.izpek-customer-wrapper .izpek-customer-profile-wallet small,
.izpek-customer-wrapper .izpek-customer-profile-code small {
    margin: 0;
    color: rgba(232, 237, 247, 0.68);
    font-size: 13px;
}

.izpek-customer-wrapper .izpek-customer-profile-tier strong,
.izpek-customer-wrapper .izpek-customer-profile-wallet strong,
.izpek-customer-wrapper .izpek-customer-profile-code strong {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 800;
}

.izpek-customer-wrapper .izpek-customer-profile-tier strong {
    color: #d7b56d;
}

.izpek-customer-wrapper .izpek-customer-profile-code strong {
    font-size: 22px;
    overflow-wrap: anywhere;
}

.izpek-customer-wrapper .izpek-customer-profile-progress {
    height: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.11);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.izpek-customer-wrapper .izpek-customer-profile-progress span {
    display: block;
    min-width: 6px;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #d7b56d, #f2d486);
    box-shadow: 0 0 16px rgba(215, 181, 109, 0.34);
}

.izpek-customer-wrapper .izpek-customer-profile-info-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
    margin-bottom: 20px;
}

.izpek-customer-wrapper .panel,
.izpek-customer-wrapper .table-panel,
.izpek-customer-wrapper .info-card,
.izpek-customer-wrapper .notification-card,
.izpek-customer-wrapper .izpek-customer-detail-card,
.izpek-customer-wrapper .izpek-customer-referral-card,
.izpek-customer-wrapper .izpek-customer-info-card,
.izpek-customer-wrapper .izpek-customer-notification-card,
.izpek-customer-wrapper .izpek-customer-card-panel {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: rgba(11, 26, 46, 0.78);
    color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 18px 42px rgba(0, 0, 0, 0.16);
}

.izpek-customer-wrapper .panel h2,
.izpek-customer-wrapper .table-panel h2,
.izpek-customer-wrapper .info-card h2,
.izpek-customer-wrapper .notification-card h2,
.izpek-customer-wrapper .izpek-customer-detail-card h2,
.izpek-customer-wrapper .izpek-customer-referral-card h2,
.izpek-customer-wrapper .izpek-customer-info-card h2,
.izpek-customer-wrapper .izpek-customer-notification-card h2 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.izpek-customer-wrapper .muted,
.izpek-customer-wrapper .block-muted,
.izpek-customer-wrapper .panel p,
.izpek-customer-wrapper .detail-grid span,
.izpek-customer-wrapper .info-card dt,
.izpek-customer-wrapper .izpek-customer-info-card dt {
    color: rgba(232, 237, 247, 0.72);
}

.izpek-customer-wrapper .detail-grid strong,
.izpek-customer-wrapper .info-card dd,
.izpek-customer-wrapper .izpek-customer-info-card dd {
    color: #ffffff;
    font-weight: 600;
}

.izpek-customer-wrapper .izpek-customer-data-table,
.izpek-customer-wrapper table {
    color: #ffffff;
}

.izpek-customer-wrapper .izpek-customer-data-table th,
.izpek-customer-wrapper table th {
    background: rgba(255, 255, 255, 0.92);
    color: #1f2942;
    border-bottom: 0;
}

.izpek-customer-wrapper .izpek-customer-data-table td,
.izpek-customer-wrapper table td {
    color: rgba(232, 237, 247, 0.82);
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

.izpek-customer-wrapper .izpek-customer-data-table td strong,
.izpek-customer-wrapper table td strong {
    color: #ffffff;
}

.izpek-customer-wrapper .izpek-customer-data-table tbody tr:hover,
.izpek-customer-wrapper table tbody tr:hover {
    background: rgba(255, 255, 255, 0.035);
}

.izpek-customer-wrapper .izpek-customer-copy-line,
.izpek-customer-wrapper .copy-line {
    border-color: rgba(255, 255, 255, 0.11);
    background: rgba(255, 255, 255, 0.92);
}

.izpek-customer-wrapper .izpek-customer-copy-line code,
.izpek-customer-wrapper .copy-line code {
    color: #1f2942;
}

.izpek-customer-wrapper .form-control,
.izpek-customer-wrapper .form-select,
.izpek-customer-wrapper textarea.form-control,
.izpek-customer-wrapper .izpek-customer-form-field input,
.izpek-customer-wrapper .izpek-customer-form-field select,
.izpek-customer-wrapper .izpek-customer-form-field textarea {
    background: rgba(255, 255, 255, 0.96);
    color: #1f2942;
}

.izpek-customer-card-hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(360px, 1.18fr);
    gap: 34px;
    align-items: center;
    min-height: 360px;
    padding: 28px 38px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 13px;
    background:
        radial-gradient(circle at 68% 40%, rgba(215, 181, 109, 0.08), transparent 26rem),
        linear-gradient(135deg, rgba(8, 21, 38, 0.92), rgba(11, 28, 50, 0.74));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 24px 62px rgba(0, 0, 0, 0.2);
}

.izpek-customer-card-hero-copy {
    position: relative;
    z-index: 3;
    display: grid;
    gap: 16px;
}

.izpek-customer-card-hero-copy > span,
.izpek-customer-card-hero-balance span {
    color: rgba(232, 237, 247, 0.78);
    font-size: 15px;
}

.izpek-customer-card-hero-copy h2 {
    margin: 0;
    color: var(--izpek-customer-gold-soft);
    font-size: clamp(38px, 4vw, 58px);
    font-weight: 600;
    line-height: 1;
}

.izpek-customer-card-hero-copy .izpek-customer-tier-title {
    display: inline-block;
    width: fit-content;
    margin: 0;
    background:
        linear-gradient(112deg, #fff4bf 0%, #f3d98a 18%, #d7b56d 38%, #a87525 58%, #ffe9a8 78%, #c7963f 100%);
    background-size: 180% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: "BodoniPoster", "Instrument Serif", serif;
    font-size: clamp(58px, 5.4vw, 88px);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 0.01em;
    text-shadow:
        0 0 18px rgba(215, 181, 109, 0.2),
        0 10px 30px rgba(0, 0, 0, 0.34);
    filter: drop-shadow(0 0 14px rgba(215, 181, 109, 0.18));
}

.izpek-customer-card-hero-copy p {
    max-width: 410px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.65;
}

.izpek-customer-card-hero-balance {
    display: grid;
    gap: 8px;
    margin-top: 8px;
}

.izpek-customer-card-hero-balance strong {
    color: var(--izpek-customer-gold-soft);
    font-size: clamp(34px, 3.4vw, 50px);
    font-weight: 600;
    line-height: 1;
}

.izpek-customer-card-hero-balance small {
    color: rgba(232, 237, 247, 0.68);
    font-size: 14px;
}

.membership-card-shell {
    --tier-glow: rgba(215, 181, 109, 0.35);
    --tier-accent: #d7b56d;
    --card-text-color: #182238;
    --card-text-shadow: 0 1px 5px rgba(255, 232, 170, 0.28);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    isolation: isolate;
}

.membership-card-shell.membership-card-diamond {
    --tier-glow: rgba(78, 163, 255, 0.34);
    --tier-accent: #4ea3ff;
    --card-text-color: #ffffff;
    --card-text-shadow: 0 2px 8px rgba(0, 0, 0, 0.56);
}

.membership-card-shell.membership-card-silver {
    --tier-glow: rgba(220, 225, 232, 0.32);
    --tier-accent: #dce1e8;
    --card-text-color: #172033;
    --card-text-shadow: 0 1px 5px rgba(255, 255, 255, 0.3);
}

.membership-card-shell::before {
    content: "";
    position: absolute;
    width: 145%;
    height: 130%;
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 75%, var(--tier-glow) 0%, transparent 24%),
        radial-gradient(circle at 70% 45%, color-mix(in srgb, var(--tier-accent) 18%, transparent) 0%, transparent 32%),
        radial-gradient(circle, color-mix(in srgb, var(--tier-accent) 10%, transparent) 0%, transparent 65%);
    filter: blur(28px);
    opacity: 0.9;
    z-index: 0;
}

.membership-card-shell::after {
    content: "";
    position: absolute;
    width: 135%;
    height: 105%;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--tier-accent) 35%, transparent);
    background: transparent;
    box-shadow:
        0 0 0 12px color-mix(in srgb, var(--tier-accent) 3%, transparent),
        0 0 0 28px color-mix(in srgb, var(--tier-accent) 2.5%, transparent),
        0 0 42px color-mix(in srgb, var(--tier-accent) 20%, transparent);
    opacity: 0.78;
    filter: blur(0.25px);
    transform: rotate(-12deg);
    mask-image: linear-gradient(90deg, transparent 0%, black 18%, black 72%, transparent 100%);
    animation: izpek-orbit-soft 14s linear infinite;
    z-index: 1;
}

.premium-card-orbit,
.premium-card-orbit::before,
.premium-card-orbit::after {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.premium-card-orbit {
    z-index: 1;
    width: 142%;
    height: 116%;
    border: 1px solid color-mix(in srgb, var(--tier-accent) 18%, transparent);
    transform: rotate(10deg);
    opacity: 0.72;
    mask-image: conic-gradient(from 35deg, transparent 0deg, black 54deg, transparent 112deg, transparent 190deg, black 238deg, transparent 310deg);
    animation: izpek-orbit-drift 22s ease-in-out infinite alternate;
}

.premium-card-orbit::before,
.premium-card-orbit::after {
    content: "";
    inset: 7% 3%;
    border: 1px solid color-mix(in srgb, var(--tier-accent) 22%, transparent);
    box-shadow: 0 0 22px color-mix(in srgb, var(--tier-accent) 12%, transparent);
    transform: rotate(-16deg);
    mask-image: linear-gradient(110deg, transparent 0%, black 22%, black 48%, transparent 72%);
}

.premium-card-orbit::after {
    inset: 15% -2%;
    opacity: 0.58;
    transform: rotate(27deg);
    mask-image: linear-gradient(250deg, transparent 0%, black 18%, black 56%, transparent 78%);
}

.premium-particles {
    position: absolute;
    inset: -25%;
    z-index: 1;
    pointer-events: none;
    background-image:
        radial-gradient(circle, color-mix(in srgb, var(--tier-accent) 94%, #ffffff 6%) 0 1px, transparent 1.8px),
        radial-gradient(circle, color-mix(in srgb, var(--tier-accent) 64%, transparent) 0 1px, transparent 2px),
        radial-gradient(circle, rgba(255, 255, 255, 0.5) 0 0.8px, transparent 1.6px);
    background-size: 90px 70px, 130px 95px, 170px 120px;
    background-position: 10px 20px, 40px 60px, 80px 10px;
    opacity: 0.35;
    filter: drop-shadow(0 0 8px color-mix(in srgb, var(--tier-accent) 55%, transparent));
    mask-image:
        radial-gradient(ellipse at 75% 50%, black 0%, transparent 42%),
        radial-gradient(ellipse at 28% 72%, black 0%, transparent 34%);
    animation: izpek-particles-drift 18s ease-in-out infinite alternate;
}

.membership-card {
    position: relative;
    z-index: 2;
    width: min(520px, 100%);
    aspect-ratio: 488 / 309;
    transform: rotate(-3deg);
    transition: transform 0.35s ease, filter 0.35s ease;
}

.membership-card:hover {
    transform: rotate(-1deg) translateY(-4px);
}

.membership-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    filter:
        drop-shadow(0 22px 42px rgba(0, 0, 0, 0.55))
        drop-shadow(0 0 22px color-mix(in srgb, var(--tier-accent) 28%, transparent));
}

.card-member-info {
    position: absolute;
    right: 9%;
    bottom: 13%;
    max-width: 58%;
    text-align: right;
    color: var(--card-text-color);
    text-shadow: var(--card-text-shadow);
}

.card-code {
    font-size: clamp(10px, 1vw, 13px);
    font-weight: 700;
    letter-spacing: 0.04em;
}

.card-name {
    margin-top: 6px;
    overflow-wrap: anywhere;
    font-size: clamp(15px, 1.6vw, 22px);
    font-weight: 800;
    letter-spacing: 0.03em;
    line-height: 1.1;
    text-transform: uppercase;
}

.membership-card-particle {
    position: absolute;
    z-index: 1;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--tier-accent);
    opacity: 0.28;
    box-shadow: 0 0 14px var(--tier-accent);
    animation: izpek-particle-float 4.6s ease-in-out infinite;
}

.membership-card-particle.particle-1 {
    left: 16%;
    top: 26%;
}

.membership-card-particle.particle-2 {
    left: 22%;
    bottom: 19%;
    animation-delay: -1.2s;
}

.membership-card-particle.particle-3 {
    right: 12%;
    top: 21%;
    animation-delay: -2.1s;
}

.membership-card-particle.particle-4 {
    right: 18%;
    bottom: 15%;
    animation-delay: -3.1s;
}

.membership-card-particle.particle-5 {
    left: 43%;
    top: 12%;
    width: 3px;
    height: 3px;
    animation-delay: -0.7s;
}

.membership-card-particle.particle-6 {
    right: 35%;
    bottom: 8%;
    width: 3px;
    height: 3px;
    animation-delay: -2.6s;
}

.izpek-customer-tier-panel {
    padding: 16px 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: rgba(11, 26, 46, 0.78);
}

@keyframes izpek-orbit {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes izpek-orbit-soft {
    from {
        transform: rotate(-12deg);
    }

    to {
        transform: rotate(348deg);
    }
}

@keyframes izpek-orbit-drift {
    from {
        transform: rotate(5deg) translate3d(-8px, 2px, 0);
        opacity: 0.52;
    }

    to {
        transform: rotate(15deg) translate3d(8px, -3px, 0);
        opacity: 0.78;
    }
}

@keyframes izpek-particles-drift {
    from {
        transform: translate3d(-8px, 4px, 0) rotate(-2deg);
        opacity: 0.28;
    }

    to {
        transform: translate3d(10px, -6px, 0) rotate(2deg);
        opacity: 0.45;
    }
}

@keyframes izpek-particle-float {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.28;
    }

    50% {
        transform: translate3d(8px, -10px, 0) scale(1.35);
        opacity: 0.66;
    }
}

.izpek-customer-menu-button {
    display: none;
}

.izpek-customer-user strong .izpek-customer-user-gem {
    display: inline;
    margin-left: 7px;
    color: var(--izpek-customer-gold);
}

@media (max-width: 900px) {
    .izpek-customer-menu-button {
        display: inline-flex;
    }

    .izpek-customer-card-hero {
        grid-template-columns: 1fr;
        padding: 24px 18px;
    }

    .membership-card-shell {
        min-height: 250px;
    }
}

@media (max-width: 560px) {
    .izpek-customer-card-hero {
        min-height: auto;
    }

    .membership-card {
        width: min(420px, 100%);
        transform: rotate(-1.5deg);
    }

    .card-member-info {
        right: 8%;
        bottom: 12%;
    }

    .izpek-customer-notification-dropdown {
        position: fixed;
        top: 78px;
        right: 12px;
        left: 12px;
        width: auto;
    }

    .izpek-customer-notification-dropdown::before {
        display: none;
    }
}

/* Fill the authenticated customer viewport like the reference mockup. */
.izpek-customer-main,
.izpek-customer-content {
    width: 100%;
    min-width: 0;
}

.izpek-customer-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 28px 28px;
}

.izpek-customer-dashboard-shell,
.izpek-customer-card-hero,
.izpek-customer-metric-grid,
.izpek-customer-tier-panel,
.izpek-customer-insight-grid,
.izpek-customer-wrapper .panel,
.izpek-customer-wrapper .table-panel,
.izpek-customer-wrapper .izpek-customer-page-header,
.izpek-customer-wrapper .izpek-customer-search-toolbar,
.izpek-customer-wrapper .izpek-customer-pagination {
    width: 100%;
}

.izpek-customer-dashboard-shell {
    max-width: none;
}

.izpek-customer-card-hero {
    grid-template-columns: minmax(300px, 0.78fr) minmax(460px, 1.22fr);
}

.membership-card {
    width: min(560px, 100%);
}

@media (min-width: 1500px) {
    .izpek-customer-container {
        padding-right: 34px;
        padding-left: 34px;
    }

    .membership-card {
        width: min(620px, 100%);
    }
}

@media (max-width: 900px) {
    .izpek-customer-container {
        padding: 0 16px 24px;
    }

    .izpek-customer-card-hero {
        grid-template-columns: 1fr;
    }
}

/* Final member hero sizing pass: keep the card floating, compact and balanced. */
.izpek-customer-wrapper .member-hero {
    min-height: 330px;
    display: grid;
    grid-template-columns: 420px 1fr;
    align-items: center;
    gap: 48px;
    padding: 42px 54px;
    overflow: hidden;
}

.izpek-customer-wrapper .member-tier-title {
    font-family: "PoynterOSDisplaySemibold", "Poynter Old Style Display Semi Bold", "Instrument Serif", Georgia, serif;
    font-weight: 600;
    font-size: 52px;
    line-height: 1;
    letter-spacing: -0.5px;
    margin: 10px 0 18px;
}

.izpek-customer-wrapper .member-card-area {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-width: 0;
}

.izpek-customer-wrapper .member-card-area .membership-card-shell {
    min-height: 260px;
    width: 100%;
}

.izpek-customer-wrapper .member-card-area .membership-card {
    width: 520px;
    max-width: 100%;
    transform: rotate(-3deg);
}

.izpek-customer-wrapper .member-card-area .membership-card:hover {
    transform: rotate(-1deg) translateY(-4px);
}

.izpek-customer-wrapper .member-card-area .card-member-info {
    right: 9%;
    bottom: 16%;
    text-align: right;
}

.izpek-customer-wrapper .member-card-area .card-code {
    font-size: 12px;
    font-weight: 700;
}

.izpek-customer-wrapper .member-card-area .card-name {
    font-size: 18px;
    font-weight: 800;
}

.izpek-customer-wrapper .member-card-area .membership-card-shell::before {
    width: 112%;
    height: 92%;
    background:
        radial-gradient(ellipse at 42% 78%, var(--tier-glow) 0%, transparent 25%),
        radial-gradient(ellipse at 66% 48%, color-mix(in srgb, var(--tier-accent) 12%, transparent) 0%, transparent 34%),
        radial-gradient(ellipse, color-mix(in srgb, var(--tier-accent) 6%, transparent) 0%, transparent 64%);
    filter: blur(24px);
    opacity: 0.68;
}

.izpek-customer-wrapper .member-card-area .membership-card-shell::after {
    opacity: 0.18;
    width: 112%;
    height: 86%;
    box-shadow:
        0 0 0 8px color-mix(in srgb, var(--tier-accent) 1.8%, transparent),
        0 0 28px color-mix(in srgb, var(--tier-accent) 10%, transparent);
}

.izpek-customer-wrapper .member-card-area .premium-card-orbit {
    width: 114%;
    height: 88%;
    opacity: 0.26;
}

.izpek-customer-wrapper .member-card-area .premium-card-orbit::before {
    opacity: 0.34;
}

.izpek-customer-wrapper .member-card-area .premium-card-orbit::after {
    opacity: 0.24;
}

.izpek-customer-wrapper .member-card-area .premium-particles {
    opacity: 0.2;
    mask-image:
        radial-gradient(ellipse at 70% 52%, black 0%, transparent 34%),
        radial-gradient(ellipse at 32% 72%, black 0%, transparent 25%);
}

.izpek-customer-wrapper .member-card-area .membership-card-particle {
    opacity: 0.16;
}

.izpek-customer-hero-mini-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.izpek-customer-hero-mini-actions .primary-button,
.izpek-customer-hero-mini-actions .secondary-button {
    min-height: 42px;
    padding-inline: 18px;
}

.izpek-customer-rule-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.izpek-customer-rule-card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    min-height: 178px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background:
        radial-gradient(circle at 18% 20%, rgba(215, 181, 109, 0.10), transparent 8rem),
        linear-gradient(145deg, rgba(14, 31, 54, 0.88), rgba(8, 20, 36, 0.86));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.izpek-customer-rule-card.primary {
    border-color: rgba(215, 181, 109, 0.28);
    background:
        radial-gradient(circle at 20% 20%, rgba(215, 181, 109, 0.18), transparent 9rem),
        linear-gradient(145deg, rgba(24, 38, 61, 0.94), rgba(9, 22, 39, 0.9));
}

.izpek-customer-rule-card > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(215, 181, 109, 0.12);
    color: #d7b56d;
}

.izpek-customer-rule-card svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.izpek-customer-rule-card h2 {
    margin: 0 0 8px;
    color: #f8fbff;
    font-size: 17px;
    font-weight: 700;
}

.izpek-customer-rule-card p {
    margin: 0;
    color: rgba(230, 237, 249, 0.76);
    font-size: 14px;
    line-height: 1.55;
}

.izpek-customer-rule-card .secondary-button,
.izpek-customer-rule-card .primary-button {
    grid-column: 2;
    width: fit-content;
    min-height: 38px;
    align-self: end;
    margin-top: 10px;
    padding-inline: 14px;
}

.izpek-customer-note-panel {
    display: grid;
    grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    padding: 20px 22px;
    border: 1px solid rgba(215, 181, 109, 0.2);
    border-radius: 14px;
    background:
        radial-gradient(circle at 90% 40%, rgba(215, 181, 109, 0.12), transparent 12rem),
        rgba(8, 20, 36, 0.78);
}

.izpek-customer-note-panel span {
    color: #d7b56d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.izpek-customer-note-panel h2 {
    margin: 6px 0 0;
    color: #ffffff;
    font-size: 20px;
}

.izpek-customer-note-panel p {
    margin: 0;
    color: rgba(230, 237, 249, 0.78);
    line-height: 1.65;
}

@media (max-width: 900px) {
    .izpek-customer-wrapper .member-hero {
        grid-template-columns: 1fr;
        padding: 28px;
    }

    .izpek-customer-wrapper .member-card-area .membership-card {
        width: min(420px, 100%);
    }

    .izpek-customer-rule-grid,
    .izpek-customer-note-panel {
        grid-template-columns: 1fr;
    }

    .izpek-customer-rule-card {
        grid-template-columns: 48px minmax(0, 1fr);
    }
}

/* Customer modal readability pass: keep dialogs premium-dark and fully legible. */
.izpek-customer-wrapper .modal-backdrop,
.izpek-customer-wrapper .izpek-customer-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: grid;
    place-items: center;
    padding: 24px;
    overflow-y: auto;
    background:
        radial-gradient(circle at 50% 18%, rgba(215, 181, 109, 0.12), transparent 24rem),
        rgba(3, 10, 21, 0.78);
    backdrop-filter: blur(12px);
}

.izpek-customer-wrapper .modal-panel,
.izpek-customer-wrapper .izpek-customer-editor-modal,
.izpek-customer-wrapper .izpek-customer-confirm-dialog {
    width: min(100%, 560px);
    max-height: min(88vh, 760px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    border: 1px solid rgba(215, 181, 109, 0.24);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(15, 34, 57, 0.98), rgba(7, 18, 34, 0.98)),
        #0f2239;
    color: #f8fbff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 28px 80px rgba(0, 0, 0, 0.52);
}

.izpek-customer-wrapper .modal-panel,
.izpek-customer-wrapper .izpek-customer-editor-modal {
    padding: 26px;
}

.izpek-customer-wrapper .modal-panel h2,
.izpek-customer-wrapper .izpek-customer-editor-modal h2,
.izpek-customer-wrapper .izpek-customer-confirm-dialog h2 {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

.izpek-customer-wrapper .modal-panel p,
.izpek-customer-wrapper .izpek-customer-editor-modal p,
.izpek-customer-wrapper .izpek-customer-confirm-body {
    color: rgba(232, 237, 247, 0.84);
}

.izpek-customer-wrapper .stack-form {
    display: grid;
    gap: 16px;
}

.izpek-customer-wrapper .stack-form label,
.izpek-customer-wrapper .izpek-customer-form-field,
.izpek-customer-wrapper .izpek-customer-form-label {
    color: rgba(248, 251, 255, 0.92);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.izpek-customer-wrapper .modal-panel .form-control,
.izpek-customer-wrapper .modal-panel .form-select,
.izpek-customer-wrapper .modal-panel textarea.form-control,
.izpek-customer-wrapper .izpek-customer-editor-modal .form-control,
.izpek-customer-wrapper .izpek-customer-editor-modal .form-select,
.izpek-customer-wrapper .izpek-customer-editor-modal textarea.form-control,
.izpek-customer-wrapper .izpek-customer-editor-modal .izpek-customer-form-field input,
.izpek-customer-wrapper .izpek-customer-editor-modal .izpek-customer-form-field select,
.izpek-customer-wrapper .izpek-customer-editor-modal .izpek-customer-form-field textarea {
    min-height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    color: #111827;
    caret-color: #111827;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.izpek-customer-wrapper .modal-panel textarea.form-control,
.izpek-customer-wrapper .izpek-customer-editor-modal textarea.form-control {
    min-height: 96px;
    resize: vertical;
}

.izpek-customer-wrapper .modal-panel .form-control::placeholder,
.izpek-customer-wrapper .modal-panel textarea.form-control::placeholder,
.izpek-customer-wrapper .izpek-customer-editor-modal .form-control::placeholder,
.izpek-customer-wrapper .izpek-customer-editor-modal textarea.form-control::placeholder {
    color: rgba(31, 41, 66, 0.54);
}

.izpek-customer-wrapper .modal-panel .form-control:focus,
.izpek-customer-wrapper .modal-panel .form-select:focus,
.izpek-customer-wrapper .modal-panel textarea.form-control:focus,
.izpek-customer-wrapper .izpek-customer-editor-modal .form-control:focus,
.izpek-customer-wrapper .izpek-customer-editor-modal .form-select:focus,
.izpek-customer-wrapper .izpek-customer-editor-modal textarea.form-control:focus {
    border-color: rgba(215, 181, 109, 0.88);
    box-shadow:
        0 0 0 3px rgba(215, 181, 109, 0.18),
        0 10px 22px rgba(0, 0, 0, 0.2);
}

.izpek-customer-wrapper .modal-panel .validation-message,
.izpek-customer-wrapper .modal-panel .field-validation-error,
.izpek-customer-wrapper .modal-panel .validation-errors,
.izpek-customer-wrapper .izpek-customer-editor-modal .validation-message,
.izpek-customer-wrapper .izpek-customer-editor-modal .field-validation-error,
.izpek-customer-wrapper .izpek-customer-editor-modal .validation-errors {
    margin-top: 6px;
    color: #ffd1d8;
    font-size: 13px;
    font-weight: 600;
}

.izpek-customer-wrapper .modal-panel .alert,
.izpek-customer-wrapper .izpek-customer-editor-modal .alert {
    border-radius: 14px;
    padding: 13px 15px;
    color: #f8fbff;
    line-height: 1.55;
}

.izpek-customer-wrapper .modal-panel .alert-info,
.izpek-customer-wrapper .izpek-customer-editor-modal .alert-info {
    border: 1px solid rgba(215, 181, 109, 0.32);
    background:
        linear-gradient(135deg, rgba(215, 181, 109, 0.17), rgba(255, 255, 255, 0.045)),
        rgba(255, 255, 255, 0.055);
    color: #fff3cc;
}

.izpek-customer-wrapper .modal-panel .alert-danger,
.izpek-customer-wrapper .izpek-customer-editor-modal .alert-danger {
    border: 1px solid rgba(255, 126, 146, 0.42);
    background: rgba(115, 30, 48, 0.42);
    color: #ffdbe1;
}

.izpek-customer-wrapper .modal-panel .detail-grid,
.izpek-customer-wrapper .izpek-customer-editor-modal .detail-grid {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.055);
    padding: 14px;
}

.izpek-customer-wrapper .modal-panel .detail-grid span,
.izpek-customer-wrapper .izpek-customer-editor-modal .detail-grid span {
    color: rgba(232, 237, 247, 0.74);
}

.izpek-customer-wrapper .modal-panel .detail-grid strong,
.izpek-customer-wrapper .izpek-customer-editor-modal .detail-grid strong {
    color: #ffffff;
}

.izpek-customer-wrapper .modal-panel .action-row,
.izpek-customer-wrapper .izpek-customer-editor-modal .action-row,
.izpek-customer-wrapper .izpek-customer-confirm-actions {
    position: sticky;
    bottom: -26px;
    z-index: 5;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
    margin: 4px -26px -26px;
    padding: 14px 26px;
    border-top: 1px solid rgba(215, 181, 109, 0.18);
    background: rgba(8, 21, 39, 0.94);
    backdrop-filter: blur(10px);
}

.izpek-customer-wrapper .modal-panel .primary-button,
.izpek-customer-wrapper .modal-panel .secondary-button,
.izpek-customer-wrapper .izpek-customer-editor-modal .primary-button,
.izpek-customer-wrapper .izpek-customer-editor-modal .secondary-button,
.izpek-customer-wrapper .izpek-customer-confirm-dialog .primary-button,
.izpek-customer-wrapper .izpek-customer-confirm-dialog .secondary-button {
    min-width: 132px;
    min-height: 42px;
    border-radius: 12px;
    font-weight: 700;
}

.izpek-customer-wrapper .modal-panel .secondary-button,
.izpek-customer-wrapper .izpek-customer-editor-modal .secondary-button,
.izpek-customer-wrapper .izpek-customer-confirm-dialog .secondary-button {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(248, 251, 255, 0.94);
}

.izpek-customer-wrapper .modal-panel .secondary-button:hover,
.izpek-customer-wrapper .izpek-customer-editor-modal .secondary-button:hover,
.izpek-customer-wrapper .izpek-customer-confirm-dialog .secondary-button:hover {
    border-color: rgba(215, 181, 109, 0.56);
    background: rgba(215, 181, 109, 0.12);
    color: #ffe6a1;
}

.izpek-customer-wrapper .modal-panel button:disabled,
.izpek-customer-wrapper .izpek-customer-editor-modal button:disabled,
.izpek-customer-wrapper .izpek-customer-confirm-dialog button:disabled {
    cursor: not-allowed;
    opacity: 0.58;
}

.izpek-customer-scope-note {
    display: inline-flex;
    max-width: 280px;
    color: rgba(248, 251, 255, 0.84);
    font-size: 0.86rem;
    line-height: 1.35;
}

@media (max-width: 560px) {
    .izpek-customer-wrapper .modal-backdrop,
    .izpek-customer-wrapper .izpek-customer-modal-backdrop {
        align-items: start;
        padding: 14px;
    }

    .izpek-customer-wrapper .modal-panel,
    .izpek-customer-wrapper .izpek-customer-editor-modal,
    .izpek-customer-wrapper .izpek-customer-confirm-dialog {
        width: 100%;
        max-height: calc(100vh - 28px);
        padding: 20px;
        border-radius: 16px;
    }

    .izpek-customer-wrapper .modal-panel .action-row,
    .izpek-customer-wrapper .izpek-customer-editor-modal .action-row,
    .izpek-customer-wrapper .izpek-customer-confirm-actions {
        flex-direction: column-reverse;
        bottom: -20px;
        margin: 4px -20px -20px;
        padding: 14px 20px;
    }

    .izpek-customer-wrapper .modal-panel .primary-button,
    .izpek-customer-wrapper .modal-panel .secondary-button,
    .izpek-customer-wrapper .izpek-customer-editor-modal .primary-button,
    .izpek-customer-wrapper .izpek-customer-editor-modal .secondary-button,
    .izpek-customer-wrapper .izpek-customer-confirm-dialog .primary-button,
    .izpek-customer-wrapper .izpek-customer-confirm-dialog .secondary-button {
        width: 100%;
    }
}
