/* Auth right-side illustration — pure HTML/CSS, no raster/vector image assets */

.auth-illustration {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #1a6dbf 0%, #0a3d7a 100%);
    border-radius: 56px 0 0 56px;
}

/* ---------- Background blobs (red) ---------- */
.auth-illustration__blob {
    position: absolute;
    border-radius: 50%;
    background: #E3202A;
    pointer-events: none;
}

.auth-illustration__blob--tr-lg {
    width: 260px;
    height: 260px;
    top: -110px;
    right: -90px;
    opacity: 0.9;
}

.auth-illustration__blob--tr-sm {
    width: 130px;
    height: 130px;
    top: -55px;
    right: 60px;
    opacity: 0.65;
}

.auth-illustration__blob--bl-lg {
    width: 220px;
    height: 220px;
    bottom: -100px;
    left: -80px;
    opacity: 0.85;
}

.auth-illustration__blob--bl-sm {
    width: 90px;
    height: 90px;
    bottom: 40px;
    left: -50px;
    opacity: 0.6;
}

/* ---------- Sparkles ---------- */
.auth-illustration__sparkle {
    position: absolute;
    background: #ffffff;
    clip-path: polygon(50% 0%, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0% 50%, 39% 39%);
    pointer-events: none;
}

.auth-illustration__sparkle--1 {
    width: 22px;
    height: 22px;
    top: 14%;
    left: 8%;
    opacity: 0.55;
}

.auth-illustration__sparkle--2 {
    width: 32px;
    height: 32px;
    bottom: 8%;
    right: 10%;
    opacity: 0.8;
}

.auth-illustration__sparkle--3 {
    width: 14px;
    height: 14px;
    bottom: 22%;
    left: 6%;
    opacity: 0.45;
}

/* ---------- Floating coin badges ---------- */
.auth-illustration__coin {
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-family: Arial, sans-serif;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.auth-illustration__coin::after {
    content: '';
    position: absolute;
    inset: 15%;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.auth-illustration__coin--lg {
    width: 56px;
    height: 56px;
    font-size: 15px;
    background: #0F509E;
    top: 6%;
    right: 8%;
}

.auth-illustration__coin--sm {
    width: 34px;
    height: 34px;
    font-size: 10px;
    background: #E3202A;
    top: 15%;
    right: 3%;
}

/* ---------- Gift box ---------- */
.auth-illustration__gift {
    position: absolute;
    top: 47%;
    right: 4%;
    width: 58px;
    height: 46px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    transform: rotate(-15deg);
}

.auth-illustration__gift::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 13px;
    background: #0F509E;
    border-radius: 8px 8px 0 0;
}

.auth-illustration__gift .ribbon-v {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 7px;
    background: #E3202A;
    opacity: 0.85;
    transform: translateX(-50%);
}

.auth-illustration__gift .ribbon-h {
    position: absolute;
    left: 0;
    right: 0;
    top: 7px;
    height: 7px;
    background: #E3202A;
    opacity: 0.85;
}

.auth-illustration__gift .bow {
    position: absolute;
    top: -7px;
    width: 16px;
    height: 9px;
    border-radius: 50%;
    background: #E3202A;
}

.auth-illustration__gift .bow-l {
    left: 12px;
    transform: rotate(-25deg);
}

.auth-illustration__gift .bow-r {
    right: 12px;
    transform: rotate(25deg);
}

.auth-illustration__gift .bow-c {
    left: 50%;
    top: -9px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transform: translateX(-50%);
}

/* ---------- Full-height content column ---------- */
.auth-illustration__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 380px;
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
    padding: 12px;
    overflow: hidden;
}

/* Brand */
.auth-illustration__brand {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}

.auth-illustration__brand-logo {
    height: 52px;
    width: auto;
    display: block;
}

/* Heading */
.auth-illustration__heading {
    align-self: flex-start;
    text-align: left;
}

.auth-illustration__heading h2 {
    font-family: Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
    color: #ffffff;
    margin: 0 0 8px;
}

.auth-illustration__heading p {
    font-family: Arial, sans-serif;
    font-size: 14.5px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
    max-width: 320px;
    margin: 0;
}

/* ---------- Content stack ---------- */
.auth-illustration__stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 330px;
}

.auth-illustration__card {
    background: linear-gradient(180deg, #ffffff 0%, #f0f5ff 100%);
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    padding: 14px 18px;
}

/* Stat card */
.auth-illustration__label {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    color: #8a94a6;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.auth-illustration__amount {
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #0F509E;
}

.auth-illustration__badge {
    background: #e8f0fe;
    color: #0F509E;
    font-size: 12px;
    font-weight: 600;
    border-radius: 999px;
    padding: 3px 10px;
}

.auth-illustration__divider {
    border: none;
    border-top: 1.5px solid #e8eef8;
    margin: 14px 0;
}

.auth-illustration__donut {
    position: relative;
    width: 68px;
    height: 68px;
    min-width: 68px;
    border-radius: 50%;
    background: conic-gradient(#0F509E 0% 72%, #E3202A 72% 100%);
}

.auth-illustration__donut::after {
    content: '';
    position: absolute;
    inset: 11px;
    background: #f5f8ff;
    border-radius: 50%;
}

.auth-illustration__legend {
    font-family: Arial, sans-serif;
    font-size: 12.5px;
    color: #444;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.auth-illustration__legend div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.auth-illustration__dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
}

.auth-illustration__dot--blue {
    background: #0F509E;
}

.auth-illustration__dot--red {
    background: #E3202A;
}

/* Bar chart card */
.auth-illustration__chart-title {
    font-family: Arial, sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.3;
    white-space: nowrap;
}

.auth-illustration__chip {
    width: 34px;
    height: 14px;
    border-radius: 7px;
    background: #e8eef8;
    flex-shrink: 0;
}

.auth-illustration__bars {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 90px;
    margin-top: 16px;
}

.auth-illustration__bar {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.auth-illustration__bar-track {
    width: 100%;
    max-width: 20px;
    height: 100%;
    border-radius: 5px;
    background: rgba(15, 80, 158, 0.15);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.auth-illustration__bar-fill {
    width: 100%;
    height: var(--h, 50%);
    border-radius: 5px;
    background: #0F509E;
}

.auth-illustration__bar--accent .auth-illustration__bar-fill {
    background: #E3202A;
}

.auth-illustration__bar-label {
    margin-top: 7px;
    font-family: Arial, sans-serif;
    font-size: 9px;
    color: #8a94a6;
}

/* Recent transactions card */
.auth-illustration__tx-list {
    display: flex;
    flex-direction: column;
    margin-top: 14px;
}

.auth-illustration__tx {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
}

.auth-illustration__tx + .auth-illustration__tx {
    border-top: 1px solid #eef2f9;
}

.auth-illustration__tx-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 10px;
    color: #ffffff;
}

.auth-illustration__tx-icon--qris {
    background: #0F509E;
}

.auth-illustration__tx-icon--manual {
    background: #8a94a6;
}

.auth-illustration__tx-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.auth-illustration__tx-method {
    font-family: Arial, sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    color: #1a1a2e;
}

.auth-illustration__tx-time {
    font-family: Arial, sans-serif;
    font-size: 10.5px;
    color: #8a94a6;
}

.auth-illustration__tx-amount {
    font-family: Arial, sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    color: #0F509E;
    white-space: nowrap;
}
