@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

.seo-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

#map {
    position: relative;
    height: 100%;
    width: 100%;
}

#map::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 30%, rgba(73, 44, 169, 0.10) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 70%, rgba(70, 128, 255, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(255, 51, 102, 0.03) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
    animation: orbFloat 20s ease-in-out infinite alternate;
}

@keyframes orbFloat {
    0% { transform: scale(1) rotate(0deg); }
    100% { transform: scale(1.05) rotate(5deg); }
}

#map::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(73, 44, 169, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(73, 44, 169, 0.02) 1px, transparent 1px);
    background-size: 40px 40px;
    z-index: 0;
    pointer-events: none;
}

.map-overlay-card {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    max-width: none;
    z-index: 1000;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78) !important;
    backdrop-filter: blur(16px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15), 0 2px 8px rgba(0, 0, 0, 0.06) !important;
    animation: none !important;
    transition: none !important;
}

.map-overlay-card,
.full-page-panel .card,
.full-page-panel .accordion-item,
.card,
#laporan-masyarakat .table,
#laporan-masyarakat-asset .table,
.grid-view-container .table,
.table-responsive .table {
    background: rgba(255, 255, 255, 0.70) !important;
    backdrop-filter: blur(16px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 16px !important;
    overflow: hidden !important;
}

.map-overlay-card,
.full-page-panel .card,
.full-page-panel .accordion-item,
.card {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(0, 0, 0, 0.02) !important;
}

.full-page-panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(248, 250, 252, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1000;
    overflow-y: auto;
    padding: 20px 20px 80px;
    display: none;
    animation: none;
    font-family: 'Inter', sans-serif;
}

.full-page-panel.animate-in {
    animation: fadeSlideIn 0.25s ease-out forwards;
}

@keyframes fadeSlideIn {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

.category {
    cursor: pointer;
    padding: 0.75rem 1.25rem;
    background: transparent;
    border-radius: 16px 16px 0 0;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}

.collapse-header {
    cursor: pointer;
    padding: 0.75rem 1.25rem;
    background: transparent;
    font-weight: 600;
    color: #1e293b;
    transition: background 0.2s;
}
.collapse-header:hover {
    background: rgba(73, 44, 169, 0.04);
}
.collapse-header span {
    float: right;
    color: #94a3b8;
}

.collapse-content {
    background: rgba(248, 250, 252, 0.6);
    padding: 0.75rem 1.25rem;
}

.filter-btn {
    transition: all 0.2s;
    font-weight: 500;
    background: rgba(255,255,255,0.6);
    border: 1px solid #e2e8f0;
    color: #475569;
    border-radius: 30px !important;
}
.filter-btn.active {
    background-color: #492ca9 !important;
    border-color: #492ca9 !important;
    color: white !important;
    box-shadow: 0 4px 14px rgba(73, 44, 169, 0.25);
}
.filter-btn:not(.active):hover {
    background: rgba(73, 44, 169, 0.06);
    border-color: #492ca9;
    color: #492ca9;
}

.map-overlay-card .category .filter-btn {
    border-radius: 40px !important;
}
.map-overlay-card .category .filter-btn.active {
    background-color: #492ca9 !important;
    border-color: #492ca9 !important;
    color: white !important;
    box-shadow: 0 4px 16px rgba(73, 44, 169, 0.30) !important;
}

.collapse-footer {
    background: rgba(248, 250, 252, 0.4);
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    border-radius: 0 0 16px 16px;
    border-top: 1px solid rgba(0,0,0,0.04);
    color: #64748b;
}
.collapse-footer span {
    float: right;
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(14px) saturate(180%);
    -webkit-backdrop-filter: blur(14px) saturate(180%);
    border-top: 1px solid rgba(0,0,0,0.04);
    box-shadow: 0 -6px 24px rgba(0,0,0,0.04);
    padding: 8px 0 env(safe-area-inset-bottom, 8px);
}

.nav-item-custom {
    text-align: center;
    color: #94a3b8;
    cursor: pointer;
    padding: 8px 0 4px;
    line-height: 1;
    font-weight: 500;
    transition: color 0.2s, transform 0.2s;
    position: relative;
}
.nav-item-custom i {
    font-size: 22px;
    display: block;
    line-height: 1.25;
    transition: transform 0.2s;
}
.nav-item-custom span {
    font-size: 11px;
    display: block;
    margin-top: 2px;
}
.nav-item-custom::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 25%;
    right: 25%;
    height: 3px;
    border-radius: 0 0 6px 6px;
    background: #94a3b8;
    opacity: 0.4;
    transition: all 0.25s ease;
}
.nav-item-custom.active {
    color: #492ca9;
    font-weight: 600;
}
.nav-item-custom.active::after {
    background: #492ca9;
    opacity: 1;
    box-shadow: 0 2px 8px rgba(73, 44, 169, 0.3);
    animation: pulseGlow 2s ease-in-out infinite;
}
.nav-item-custom:hover:not(.active) {
    color: #64748b;
    transform: translateY(-2px);
}
.nav-item-custom:hover:not(.active) i {
    transform: translateY(-2px);
}
.nav-item-custom.active i {
    transform: translateY(-2px);
}

.grid-view-container {
    max-height: 280px;
    overflow-y: auto;
}

#laporan-masyarakat-asset .table tbody tr,
#laporan-masyarakat .table tbody tr {
    cursor: pointer;
}

#laporan-masyarakat .table,
#laporan-masyarakat-asset .table,
.grid-view-container .table,
.table-responsive .table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    width: 100% !important;
}

.gm-style-cc,
.gm-style .gm-style-cc,
.gm-style-cc + div,
a[href^="http://maps.google.com"],
a[href^="https://maps.google.com"] {
    display: none!important;
}
.gm-style iframe + div {
    display: none!important;
}

.custom-info-window {
    min-width: 260px;
    max-width: 260px;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    padding: 4px 0;
}
.custom-info-window .photo-container {
    text-align: center;
    margin-bottom: 12px;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 6px;
}
.custom-info-window img {
    max-width: 100%;
    max-height: 170px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    border: 1px solid #e9ecef;
    object-fit: cover;
}
.custom-info-window .title {
    font-size: 16px;
    font-weight: 700;
    color: #1a73e8;
    margin-bottom: 8px;
    border-left: 3px solid #1a73e8;
    padding-left: 10px;
}
.custom-info-window .description {
    font-size: 13px;
    color: #4a5568;
    line-height: 1.5;
    margin: 8px 0;
    padding: 0 4px;
}
.custom-info-window .detail-row {
    display: flex;
    justify-content: space-between;
    background: #f1f3f5;
    padding: 6px 10px;
    border-radius: 8px;
    margin-top: 8px;
    font-size: 12px;
}
.custom-info-window .label {
    font-weight: 600;
    color: #2c3e50;
}
.custom-info-window .value {
    color: #2c3e50;
    font-weight: 500;
}
.gm-style .gm-style-iw-c {
    max-width: 300px!important;
    border-radius: 18px!important;
    padding: 0 0 0 18px!important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2)!important;
    background: white!important;
}
.gm-style .gm-style-iw-tc::after {
    background: white!important;
}
.custom-info-window img:hover {
    transform: scale(1.02);
    transition: transform 0.2s ease;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(4px);
    pointer-events: none;
}
.loading-spinner {
    width: 48px;
    height: 48px;
    border: 5px solid rgba(73, 44, 169, 0.1) !important;
    border-top-color: #492ca9 !important;
    // border-right-color: #4680ff !important;
    border-radius: 50%;
    animation: spin 0.8s linear infinite, glowSpin 2s ease-in-out infinite !important;
}
.loading-text {
    margin-top: 16px;
    font-family: "Segoe UI", system-ui;
    font-size: 14px;
    color: #492ca9;
    font-weight: 500;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}
@keyframes glowSpin {
    0%, 100% { filter: drop-shadow(0 0 4px rgba(73, 44, 169, 0.2)); }
    50% { filter: drop-shadow(0 0 20px rgba(73, 44, 169, 0.4)); }
}

.modal {
    z-index: 9999!important;
}
.toast-bottom-center {
    bottom: 80px!important;
}

.full-page-panel h2 {
    font-weight: 700;
    font-size: 1.75rem;
    color: #0f172a;
    display: inline-block;
    // border-left: 4px solid #492ca9;
    // padding-left: 16px;
}
.full-page-panel .accordion {
    --bs-accordion-border-color: #e9ecef;
    background: none;
    border: none;
}
.accordion-button::after {
    margin-left: 10px;
}
.full-page-panel .accordion-item {
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    border-left: 5px solid #492ca9;
}
.full-page-panel .accordion-item:not(:first-of-type) {
    border-top: 1px solid var(--bs-accordion-border-color);
    margin-top: 0;
}
.full-page-panel .accordion-button {
    font-weight: 600;
    font-size: 0.95rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.full-page-panel .accordion-header {
    width: 100%;
    padding-left: 0;
    border-left: none;
}
.full-page-panel .accordion-button:not(.collapsed) {
    background-color: #fef9e6;
    color: #492ca9;
}
.full-page-panel .accordion-body {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #334155;
}

.full-page-panel .table,
.grid-view-container .table {
    background: transparent !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02) !important;
}
.full-page-panel .table thead th,
.grid-view-container .table thead th {
    background: rgba(241, 245, 249, 0.7) !important;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: none;
}
.full-page-panel .table tbody tr:hover,
.grid-view-container .table tbody tr:hover {
    background-color: rgba(254, 249, 230, 0.4) !important;
}
.full-page-panel .badge {
    padding: 0.3rem 0.7rem;
    font-weight: 600;
    border-radius: 30px;
}
.full-page-panel .pagination,
.grid-view-container .pagination {
    gap: 6px;
    margin-top: 1.5rem;
    justify-content: center;
}
.full-page-panel .pagination .page-link,
.grid-view-container .pagination .page-link {
    border-radius: 30px!important;
    border: none;
    background: #f1f5f9;
    color: #475569;
    font-size: 0.8rem;
    padding: 0.4rem 0.9rem;
}
.full-page-panel .pagination .page-item.active .page-link,
.grid-view-container .pagination .page-item.active .page-link {
    background: #492ca9;
    color: white;
}
.full-page-panel .pagination .page-link:hover,
.grid-view-container .pagination .page-link:hover {
    background: #e2e8f0;
}
.full-page-panel .card {
    transition: transform 0.2s, box-shadow 0.2s;
}
.full-page-panel .list-unstyled li {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.full-page-panel .list-unstyled li strong {
    min-width: 90px;
    font-weight: 600;
    color: #0f172a;
}
.full-page-panel .form-control {
    border-radius: 16px;
    transition: all 0.2s;
}
.full-page-panel .form-control:focus {
    // border-color: #492ca9;
    // box-shadow: 0 0 0 3px rgba(73, 44, 169, 0.1);
}
.full-page-panel .btn-primary,
.input-group-append .btn-primary {
    background: #492ca9;
    border: none;
    border-radius: 40px;
    padding: 0.5rem 1.2rem;
    font-weight: 600;
}
.full-page-panel .btn-primary:hover,
.input-group-append .btn-primary:hover {
    background: #3b1e8a;
}

.identity {
    transform: translateY(27.5px);
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
.blinking {
    animation: blink 2s infinite;
}
.rating-xl { font-size: 30px!important; }
.rating-input { padding: 0!important; }
.task-card .task-list:before { display: none!important; }
.file-drop-zone { min-height: 165px!important; }
.input-group-append .btn, .input-group .btn { padding: 0.85rem!important; }

#tab-transition-image {
    position: fixed;
    z-index: 9999;
    pointer-events: none;
    transition: opacity 0.4s ease-in-out;
    opacity: 0;
    left: 0;
    top: 0;
    transform: translateX(-50%);
}
#tab-transition-image img {
    height: 125px;
    width: auto;
}

@media (max-width: 768px) {
    .map-overlay-card {
        top: 12px;
        left: 12px;
        right: 12px;
        border-radius: 18px;
    }
    .full-page-panel {
        padding: 16px 16px 80px;
    }
}
@media (max-width: 480px) {
    .filter-btn {
        font-size: 0.65rem;
        padding: 0.25rem 0.6rem;
    }
    .collapse-header {
        font-size: 0.8rem;
        padding: 0.6rem 0.9rem;
    }
    .collapse-content {
        padding: 0.6rem 0.9rem;
    }
}

.text-gradient {
    background: linear-gradient(135deg, #492ca9 0%, #6d4fc9 40%, #8b6fe0 70%, #492ca9 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    animation: shimmerText 4s ease-in-out infinite;
    text-shadow: 0 0 40px rgba(73, 44, 169, 0.15);
}
.text-gradient-purple-blue {
    background: linear-gradient(135deg, #492ca9 0%, #6366f1 50%, #3b82f6 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    animation: shimmerText 5s ease-in-out infinite;
}
.text-gradient-purple-gold {
    background: linear-gradient(135deg, #492ca9 0%, #8b5cf6 40%, #f59e0b 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    animation: shimmerText 6s ease-in-out infinite;
}
.text-gradient-soft {
    background: linear-gradient(135deg, #6d4fc9 0%, #a78bfa 60%, #c4b5fd 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    animation: shimmerText 5s ease-in-out infinite;
}
.text-gradient-accent {
    background: linear-gradient(135deg, #492ca9 0%, #7c3aed 40%, #ec4899 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    animation: shimmerText 4.5s ease-in-out infinite;
}
.text-gradient-static {
    background: linear-gradient(135deg, #492ca9 0%, #6d4fc9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}
.text-gradient-no-anim {
    animation: none !important;
}
.text-gradient-lg {
    font-size: 1.75rem;
    font-weight: 700;
}
.text-gradient-xl {
    font-size: 2.25rem;
    font-weight: 800;
}
.text-gradient-sm {
    font-size: 0.9rem;
    font-weight: 600;
}
h1.text-gradient,
h2.text-gradient,
h3.text-gradient,
.h1.text-gradient,
.h2.text-gradient,
.h3.text-gradient {
    font-weight: 700;
    line-height: 1.2;
}
.map-overlay-card .text-gradient,
.full-page-panel .text-gradient {
    display: inline-block;
}

@keyframes shimmerText {
    0% { background-position: 0% center; }
    50% { background-position: 100% center; }
    100% { background-position: 0% center; }
}
@keyframes pulseGlow {
    0%, 100% { opacity: 0.8; box-shadow: 0 0 8px rgba(73, 44, 169, 0.2); }
    50% { opacity: 1; box-shadow: 0 0 20px rgba(73, 44, 169, 0.4); }
}

.btn-gradient {
    background: linear-gradient(135deg, #492ca9 0%, #6d4fc9 50%, #4680ff 100%) !important;
    border: none !important;
    color: #fff !important;
    font-weight: 600 !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 14px rgba(73, 44, 169, 0.30) !important;
}
.btn-gradient:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(73, 44, 169, 0.40) !important;
    background: linear-gradient(135deg, #3b1e8a 0%, #5a3db0 50%, #3866cc 100%) !important;
}
.btn-gradient:active {
    transform: scale(0.97) !important;
    box-shadow: 0 2px 8px rgba(73, 44, 169, 0.25) !important;
}
.btn-gradient-horizontal {
    background: linear-gradient(90deg, #492ca9 0%, #4680ff 100%) !important;
    border: none !important;
    color: #fff !important;
    font-weight: 600 !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 14px rgba(73, 44, 169, 0.30) !important;
}
.btn-gradient-horizontal:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(73, 44, 169, 0.40) !important;
    background: linear-gradient(90deg, #3b1e8a 0%, #3866cc 100%) !important;
}
.btn-gradient-outline {
    background: transparent !important;
    color: #492ca9 !important;
    border: 2px solid transparent !important;
    background-image: linear-gradient(white, white), linear-gradient(135deg, #492ca9, #4680ff) !important;
    background-origin: padding-box, border-box !important;
    background-clip: padding-box, border-box !important;
    font-weight: 600 !important;
    transition: all 0.25s ease !important;
}
.btn-gradient-outline:hover {
    background-image: linear-gradient(135deg, #492ca9, #4680ff) !important;
    background-origin: padding-box !important;
    background-clip: padding-box !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(73, 44, 169, 0.25) !important;
}

.heading-gradient {
    background: linear-gradient(135deg, #492ca9 0%, #6d4fc9 40%, #4680ff 80%, #60a5fa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}
.badge-gradient {
    background: linear-gradient(135deg, #492ca9, #4680ff) !important;
    color: #fff !important;
    border: none !important;
    padding: 0.35rem 0.9rem !important;
    // border-radius: 30px !important;
    font-weight: 600 !important;
    // animation: neonPulse 2.5s ease-in-out infinite;
}
@keyframes neonPulse {
    0%, 100% { box-shadow: 0 0 8px rgba(73, 44, 169, 0.2); }
    50% { box-shadow: 0 0 24px rgba(73, 44, 169, 0.4); }
}
.link-gradient {
    background: linear-gradient(135deg, #492ca9, #4680ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.2s ease;
    text-decoration: none;
}
.link-gradient:hover {
    background: linear-gradient(135deg, #3b1e8a, #3866cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transform: translateX(4px);
}

.accordion-item:hover,
.card:hover,
.filter-btn:hover {
    transform: translateY(-3px) scale(1.01) !important;
    box-shadow: 0 12px 40px rgba(73, 44, 169, 0.12), 0 4px 16px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

::-webkit-scrollbar {
    // width: 6px;
    // height: 6px;
}
::-webkit-scrollbar-track {
    // background: transparent;
}
::-webkit-scrollbar-thumb {
    // background: linear-gradient(135deg, #492ca9, #4680ff) !important;
    // border-radius: 10px !important;
}
::-webkit-scrollbar-thumb:hover {
    // background: linear-gradient(135deg, #3b1e8a, #3866cc) !important;
}

.full-page-panel .btn-close-custom {
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06) !important;
    transition: all 0.3s ease !important;
}
.full-page-panel .btn-close-custom:hover {
    background: linear-gradient(135deg, #492ca9, #4680ff) !important;
    color: #fff !important;
    transform: rotate(90deg) scale(1.05) !important;
    box-shadow: 0 0 30px rgba(73, 44, 169, 0.3) !important;
}

.full-page-panel .form-control:focus,
.full-page-panel .datatable-input:focus,
.full-page-panel .custom-select:focus,
.full-page-panel .dataTable-selector:focus,
.full-page-panel .dataTable-input:focus {
    // border-image: linear-gradient(135deg, #492ca9, #4680ff) 1 !important;
    // border-image-slice: 1 !important;
    // border-width: 2px !important;
    // box-shadow: 0 0 0 4px rgba(73, 44, 169, 0.06) !important;
}

.animate-shimmer {
    background: linear-gradient(90deg, rgba(73, 44, 169, 0.1) 0%, rgba(73, 44, 169, 0.3) 50%, rgba(73, 44, 169, 0.1) 100%);
    background-size: 200% 100%;
    animation: shimmer 3s ease-in-out infinite;
}
@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}
