.footer a {
    color: rgb(255, 255, 255)
}

.footer a:hover {
    color: gold
}

:root {
    --lnd-bg: #fbfbf9;
    --lnd-surface: #ffffff;
    --lnd-text: #a7a7a7;
    --lnd-muted: rgba(31, 41, 55, .72);
    --lnd-brand: #70ff00;
    --lnd-brand-dark: #0f5900;
    --lnd-border: rgba(17, 24, 39, .10);
    --lnd-shadow: 0 18px 50px rgba(17, 24, 39, .10);
    --lnd-radius: 22px;
}

.row.lnd-hero-row {
    margin-top: 15px;
}

body.nav-thru .navbar.navbar-fixed-top.navbar-fixed-top.show,
.navbar-fixed-top.show {
    top: 0;
    opacity: 1;
    background: #20a000;
    border-top: none;
}

body {
    background: var(--lnd-bg);
}

a {
    transition: all .18s ease;
}

a:focus {
    outline: 2px solid rgba(139, 197, 63, .35);
    outline-offset: 2px;
}

.lnd-main {
    padding: 28px 0 10px;
}

.lnd-section {
    padding: 56px 0;
}

.lnd-section-head {
    margin: 0 0 22px;
}

.lnd-section-title {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 700;
    color: gold;
}

.lnd-section-subtitle {
    margin: 0;
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.6;
}

b,
strong {
    font-weight: 700;
    color: gold;
}

section#faq {
    background: linear-gradient(45deg, black, #136300);
    border-top: 5px solid gold;
}

section#artikel {
    background: #1d4d00;
    border-top: 5px solid gold;
}

.btn-green-o {
    background: #1db918 !important;
    border-color: gold;
    color: gold;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
}

.lnd-hero {
    padding: 28px 0 34px;
    background:
        radial-gradient(900px 500px at 8% 10%, rgba(139, 197, 63, .16), transparent 55%),
        radial-gradient(700px 420px at 92% 20%, rgba(139, 197, 63, .10), transparent 55%),
        linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, .55) 100%);
    border-bottom: 1px solid var(--lnd-border);
}

.lnd-hero h1 {
    margin: 0 0 10px;
    font-weight: 800;
    letter-spacing: -.02em;
    color: gold;
    font-size: 42px;
    line-height: 1.12;
}

.lnd-hero .lead {
    margin: 0 0 18px;
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    max-width: 52ch;
}

.lnd-hero-cta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 18px 0 16px;
}

.lnd-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 6px;
}

.lnd-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(139, 197, 63, .10);
    border: 1px solid rgba(139, 197, 63, .20);
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    font-weight: 600;
}

.lnd-poster {
    background: var(--lnd-surface);
    border: 1px solid var(--lnd-border);
    border-radius: var(--lnd-radius);
    box-shadow: var(--lnd-shadow);
    overflow: hidden;
    max-width: 520px;
    margin: 18px auto 0;
}

.lnd-poster img {
    width: 100%;
    height: auto;
    display: block;
}

.lnd-article {
    padding: 22px 22px;
    border-radius: 22px;
    border: 5px solid gold;
    background: linear-gradient(1deg, rgb(0 0 0 / 92%), #1d4d00);
    box-shadow: 0 14px 40px rgba(17, 24, 39, .08);
    text-align: justify;
}

.lnd-article a {
    color: gold;
    text-shadow: 1px 1px 1px black;
}

.lnd-article h3 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 800;
    color: var(--lnd-text);
}

.lnd-article p {
    margin: 0;
    color: white;
    line-height: 1.8;
}

.lnd-accordion .panel {
    border: 1px solid var(--lnd-border);
    border-radius: 18px !important;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(17, 24, 39, .06);
}

.lnd-accordion .panel+.panel {
    margin-top: 12px;
}

.lnd-accordion .panel-heading {
    background: rgba(255, 255, 255, .65) !important;
    border: none !important;
    padding: 16px 18px;
}

.lnd-accordion .panel-title a {
    display: block;
    text-decoration: none !important;
    font-weight: 700;
    color: var(--lnd-text);
}

.lnd-accordion .panel-title a:hover {
    color: var(#FF0000);
}

.lnd-accordion .panel-body {
    border-top: 1px solid var(--lnd-border) !important;
    color: var(--lnd-muted);
    line-height: 1.8;
}

.lnd-card {
    background: var(--lnd-surface);
    border: 1px solid var(--lnd-border);
    border-radius: 22px;
    padding: 18px 18px;
    box-shadow: 0 14px 40px rgba(17, 24, 39, .08);
    height: 100%;
}

.lnd-stars {
    color: var(#FF0000);
    letter-spacing: 2px;
    font-size: 12px;
    margin-bottom: 10px;
}

.lnd-quote {
    color: var(#FF0000);
    line-height: 1.8;
    margin: 0 0 14px;
}

.lnd-person {
    display: flex;
    gap: 12px;
    align-items: center;
}

.lnd-avatar {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(139, 197, 63, .14);
    border: 1px solid rgba(139, 197, 63, .25);
    color: var(--lnd-brand-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.lnd-name {
    font-weight: 800;
    color: var(--lnd-text);
    line-height: 1.2;
}

.lnd-role {
    color: var(--lnd-muted);
    font-size: 12px;
    margin-top: 2px;
}

.lnd-cta {
    padding: 50px 0;
}

.lnd-cta-box {
    padding: 22px 22px;
    background: linear-gradient(135deg, #FF0000, rgba(255, 255, 255, .9));
    border: 1px solid rgba(139, 197, 63, .22);
    border-radius: 24px;
    box-shadow: var(--lnd-shadow);
}

.lnd-cta-box h2 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 900;
    color: var(--lnd-text);
}

.lnd-cta-box p {
    margin: 0 0 14px;
    color: var(--lnd-muted);
    line-height: 1.8;
}

.lnd-cta-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-green,
.btn-green-o {
    border-radius: 999px !important;
}

.btn-green {
    background: var(--lnd-brand) !important;
    border-color: var(#FF0000) !important;
}



.btn-green-o:hover {
    background: rgba(139, 197, 63, .10) !important;
}

@media (min-width: 992px) {
    .lnd-hero .lnd-hero-row {
        display: flex;
        align-items: center;
    }

    .lnd-hero .lnd-hero-row>[class*="col-"] {
        float: none;
    }

    .lnd-poster {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .lnd-hero {
        padding: 40px 0 26px;
    }

    .lnd-hero h1 {
        font-size: 34px;
    }

    .lnd-section {
        padding: 44px 0;
    }
}

div#navbar {
    width: 100%;
}

ul.nav.navbar-nav {
    padding-top: 0px;
}

nav.navbar {
    background: linear-gradient(1deg, #03a933, #000000);
    color: gold;
    border-bottom: 5px solid gold;
    border-top: 5px solid gold;
}

.nav-thru ul.nav>li>a {
    color: gold;
    text-transform: uppercase;
    border-bottom: 1px solid gold;
    margin: 0px 18px;
}

.nav-thru ul.nav>li>a:hover {
    color: gold;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(0, 0, 0);
    margin: 0px 18px;
}

.lnd-article-block {
    margin-top: 0;
}

.lnd-hero {
    padding: 28px 0 34px;
    background: linear-gradient(175deg, #04b927, #0c7404e0);
    border-bottom: 5px solid gold;
}

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@900&display=swap');

:root {
    --red-glow: #089300;
    --red-dark: #00ff51;
    --gold-bright: #FFFF00;
    --gold-dark: #FFFF00;
    --black-pure: #00ff24;
    --black-soft: #00891a;
}

.auth-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    align-items: center;
    margin-top: 20px
}

.auth-btn {
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 12px;
    overflow: hidden;
    /* Memotong borderSpin yang keluar batas */
    background: var(--black-pure);
    border: 1px solid rgba(212, 175, 55, 0.3);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

/* ⚡ ROTATING LIGHTNING BORDER (BACKGROUND LAYER) */
.auth-btn::after {
    content: "";
    position: absolute;
    width: 150%;
    height: 400%;
    /* Dibuat lebih tinggi untuk efek sapuan vertikal */
    background: conic-gradient(from 0deg,
            transparent 20%,
            var(--red-glow) 25%,
            var(--gold-bright) 30%,
            transparent 35%,
            transparent 70%,
            var(--red-glow) 75%,
            var(--gold-bright) 80%,
            transparent 85%);
    animation: borderSpin 4s linear infinite;
    z-index: 1;
}

/* ⬛ INNER MASK (Agar bagian tengah tetap hitam) */
.auth-btn::before {
    content: "";
    position: absolute;
    inset: 3px;
    /* Ketebalan border */
    background: linear-gradient(145deg, #53ad00, #000000);
    border-radius: 10px;
    z-index: 2;
}

/* 💥 ENERGY OVERLAY (Hover Only) */
.btn-text {
    position: relative;
    z-index: 4;
    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 16px;
    color: var(--gold-dark);
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/* ✨ GOLD SHINE SWEEP */
.btn-text::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 80%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent);
    transform: skewX(-30deg);
    animation: shine 4s infinite ease-in-out;
}

/* HOVER STATES */
.auth-btn:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow:
        0 10px 20px rgba(255, 0, 0, 0.3),
        0 0 15px rgba(212, 175, 55, 0.2);
}

.auth-btn:hover::after {
    animation-duration: 1s;
    /* Putaran border jadi sangat cepat */
}

.auth-btn:hover .btn-text {
    color: #fff;
    text-shadow:
        0 0 8px var(--gold-bright),
        0 0 15px var(--red-glow);
    transform: scale(1.05);
}

/* KEYFRAMES */
@keyframes borderSpin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes shine {
    0% {
        left: -150%;
    }

    20% {
        left: 150%;
    }

    100% {
        left: 150%;
    }
}

/* RESPONSIVE */
@media (max-width: 480px) {
    .auth-grid-container {
        gap: 12px;
    }

    .btn-text {
        font-size: 0.85rem;
    }
}

html {
    font-size: unset;
}

body {
    color: #4a4a4a !important;
    font-family: 'Exo 2', sans-serif !important;
}

#makna-sdk {
    zoom: 80%;
}

.makna-sdk-hidden {
    display: none !important;
}

h1 {
    font-size: 32px;
}

.top-header-row {
    display: flex;
    align-items: center;
    /* bikin sejajar vertikal */
}

.top-header-left {
    display: flex;
    align-items: center;
}

.top-header-right {
    display: flex;
    justify-content: flex-end;
    /* links di kanan */
    align-items: center;
}

.header-gif {
    height: 50px;
    /* ubah ini buat kecil/besar */
    width: auto;
    max-width: 100%;
    display: block;
}

@media (max-width:767px) {
    .top-header-row {
        display: block;
    }

    .top-header-right {
        justify-content: flex-start;
        margin-top: 8px;
    }
}

.lnd-article {
    padding: 22px 22px;
    border-radius: 22px;
    border: 5px solid gold;
    background: linear-gradient(1deg, rgb(0 0 0 / 92%), #1d4d00);
    box-shadow: 0 14px 40px rgba(17, 24, 39, .08);
}

.lnd-article h3 {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -.01em;
}

.lnd-article h3::after {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    margin-top: 10px;
    border-radius: 999px;
    background: rgba(139, 197, 63, .35);
}

.lnd-article p {
    margin: 0 0 14px;
    color: white;
    line-height: 1.9;
    font-size: 15px;
}

.lnd-article p:last-child {
    margin-bottom: 0;
}

.lnd-article ul,
.lnd-article ol {
    margin: 0 0 14px 18px;
    color: var(--lnd-muted);
    line-height: 1.9;
}

.lnd-article li {
    margin: 0 0 8px;
}

@media (max-width:767px) {
    .lnd-article {
        padding: 18px;
    }

    .lnd-article h3 {
        font-size: 20px;
    }
}

.top-header {
    background: black;
    font-size: 11px;
    padding: 10px 0;
}

.top-header a {
    color: gold;
    font-size: 19px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #089a19;
    padding-right: 10px;
}

.atg-marquee-wrap {
    position: relative;
    overflow: hidden;
    padding: 12px 0;
    color: #fff;
    background: linear-gradient(90deg, #1dbf00, #00a63b 50%, #0d9304);
    border-top: 2px solid #ffc928;
    border-bottom: 2px solid #ffc928;
    box-shadow: 0 7px 20px rgba(0, 0, 0, .28);
}

.atg-marquee-wrap:before,
.atg-marquee-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100px;
    height: 100%;
    pointer-events: none;
}

.atg-marquee-wrap:before {
    left: 0;
    background: linear-gradient(90deg, #300000, transparent);
}

.atg-marquee-wrap:after {
    right: 0;
    background: linear-gradient(270deg, #300000, transparent);
}

.atg-marquee-track {
    display: flex;
    width: max-content;
    animation: atgMarqueeMove 25s linear infinite;
    will-change: transform;
}

.atg-marquee-item {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding-right: 54px;
    color: #fff5d2;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.4;
    text-transform: uppercase;
    white-space: nowrap;
}

.atg-marquee-item strong {
    color: #ffda42;
}

.atg-marquee-dot {
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    background: #ffd236;
    border-radius: 50%;
    box-shadow: 0 0 10px #ffd236;
}

.atg-marquee-wrap:hover .atg-marquee-track {
    animation-play-state: paused;
}

@keyframes atgMarqueeMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .atg-marquee-wrap {
        padding: 10px 0;
    }

    .atg-marquee-item {
        gap: 10px;
        padding-right: 34px;
        font-size: 11px;
        letter-spacing: .5px;
    }
}

.atg-hero {
    position: relative;
    overflow: hidden;
    padding: 72px 0 44px;
    color: #fff;
    background: radial-gradient(circle at 12% 25%, rgba(255, 212, 59, .18), transparent 28%), radial-gradient(circle at 90% 15%, rgb(47 245 0 / 24%), transparent 25%), linear-gradient(135deg, #031200 0%, #004a00 48%, green 100%);
    border-bottom: 4px solid #eebd30;
}


.atg-hero:before,
.atg-hero:after {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(255, 195, 53, .24);
    border-radius: 50%;
    pointer-events: none;
}

.atg-hero:before {
    top: -255px;
    left: -170px;
    box-shadow: 0 0 0 26px rgba(255, 30, 30, .06), 0 0 0 52px rgba(255, 194, 44, .04);
}

.atg-hero:after {
    right: -245px;
    bottom: -310px;
    box-shadow: 0 0 0 30px rgba(255, 30, 30, .08), 0 0 0 60px rgba(255, 194, 44, .04);
}

.atg-hero .container {
    position: relative;
    z-index: 2;
}

.atg-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 7px 14px;
    color: #ffe28c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, .34);
    border: 1px solid rgba(255, 211, 82, .45);
    border-radius: 99px;
}

.atg-hero-label i {
    width: 8px;
    height: 8px;
    background: #ffce32;
    border-radius: 50%;
    box-shadow: 0 0 10px #ffce32;
}

.atg-hero-title {
    max-width: 850px;
    margin: 0;
    font-size: clamp(32px, 5vw, 58px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -.8px;
    text-transform: uppercase;
    text-shadow: 0 4px 0 rgba(0, 0, 0, .28);
}

.atg-hero-title span {
    color: #ffd038;
    text-shadow: 0 3px 0 #a10000, 0 0 22px rgba(255, 197, 30, .34);
}

.atg-hero-desc {
    max-width: 730px;
    margin: 18px 0 28px;
    color: rgba(255, 255, 255, .84);
    font-size: 16px;
    line-height: 1.8;
}

.atg-hero-grid {
    margin-top: 10px;
}

.atg-detail-card {
    position: relative;
    height: 100%;
    min-height: 210px;
    padding: 25px 22px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(0, 0, 0, .28));
    border: 1px solid rgba(255, 216, 104, .32);
    border-radius: 16px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .22);
    transition: transform .25s ease, border-color .25s ease;
}

.atg-detail-card:hover {
    transform: translateY(-6px);
    border-color: #ffda67;
}

.atg-detail-number {
    position: absolute;
    top: 10px;
    right: 18px;
    color: rgba(255, 255, 255, .08);
    font-size: 76px;
    font-weight: 900;
    line-height: 1;
}

.atg-detail-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 17px;
    color: #2b0900;
    font-size: 21px;
    background: linear-gradient(135deg, #ffe38a, #e9a80e);
    border-radius: 13px;
    box-shadow: 0 6px 16px rgba(255, 191, 16, .24);
}

.atg-detail-card h3 {
    position: relative;
    margin: 0 0 10px;
    color: #ffe07b;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

.atg-detail-card p {
    position: relative;
    margin: 0;
    color: rgba(255, 255, 255, .80);
    font-size: 14px;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .atg-hero {
        padding: 52px 0 28px;
    }

    .atg-hero-desc {
        font-size: 14px;
    }

    .atg-hero-grid>div {
        margin-bottom: 14px;
    }

    .atg-detail-card {
        min-height: auto;
    }
}

#result-pasaran-app,
#result-pasaran-app * {
    box-sizing: border-box;
}

#result-pasaran-app {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

#result-pasaran-app .rpa-card {
    width: 100%;
    overflow: hidden;
    padding: 24px;
    background: #136300;
    border: 1px solid #2d2d2d;
    margin-top: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .24);
}

#result-pasaran-app .rpa-header {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    align-items: center;
    gap: 12px;
}

#result-pasaran-app .rpa-heading {
    min-width: 0;
    text-align: center;
}

#result-pasaran-app .rpa-title {
    margin: 0;
    color: #ffd700;
    font-size: clamp(22px, 4vw, 32px);
    line-height: 1.2;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000;
}

#result-pasaran-app .rpa-subtitle {
    margin: 8px 0 0;
    color: #ddd;
    font-size: 14px;
}

#result-pasaran-app .rpa-arrow {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #111;
    background: #ffc107;
    border: 3px double #ffd700;
    border-radius: 50%;
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease;
}

#result-pasaran-app .rpa-arrow:hover {
    background: #fff0a3;
    transform: scale(1.06);
}

#result-pasaran-app .rpa-arrow:focus-visible,
#result-pasaran-app .rpa-market-tab:focus-visible,
#result-pasaran-app .rpa-pagination button:focus-visible,
#result-pasaran-app .rpa-stage:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

#result-pasaran-app .rpa-market-tabs {
    display: flex;
    gap: 8px;
    margin: 22px 0 18px;
    padding: 2px 2px 8px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    scrollbar-color: #ffc107 #105500;
}

#result-pasaran-app .rpa-market-tab {
    flex: 0 0 auto;
    min-width: 118px;
    padding: 11px 14px;
    color: #fff;
    background: #000000;
    border: 3px double #ffd700;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

#result-pasaran-app .rpa-market-tab:hover {
    background: #009708;
    transform: translateY(-1px);
}

#result-pasaran-app .rpa-market-tab.is-active {
    color: #111;
    background: #ffc107;
}

#result-pasaran-app .rpa-stage {
    position: relative;
    min-height: 180px;
    overflow: hidden;
    touch-action: pan-y;
}

#result-pasaran-app .rpa-loading,
#result-pasaran-app .rpa-message {
    min-height: 160px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 30px 15px;
    text-align: center;
    color: #ffd700;
    font-weight: 700;
}

#result-pasaran-app .rpa-loading:not([hidden]),
#result-pasaran-app .rpa-message:not([hidden]) {
    display: flex;
}

#result-pasaran-app .rpa-spinner {
    width: 24px;
    height: 24px;
    border: 3px solid rgba(255, 255, 255, .28);
    border-top-color: #ffd700;
    border-radius: 50%;
    animation: rpa-spin .75s linear infinite;
}

#result-pasaran-app .rpa-result {
    width: 100%;
    overflow-x: auto;
    transition: opacity .18s ease, transform .18s ease;
}

#result-pasaran-app .rpa-result.rpa-from-right {
    animation: rpa-from-right .32s ease both;
}

#result-pasaran-app .rpa-result.rpa-from-left {
    animation: rpa-from-left .32s ease both;
}

#result-pasaran-app .rpa-result table {
    width: 100%;
    min-width: 540px;
    border-collapse: collapse;
    border-spacing: 0;
}

#result-pasaran-app .rpa-result th {
    padding: 12px 10px;
    color: #111;
    background: #ffc107;
    border: 1px solid #ffd700;
    text-align: center;
}

#result-pasaran-app .rpa-result td {
    padding: 10px;
    color: #fff;
    border: 1px solid #ffd700;
    text-align: center;
}

#result-pasaran-app .rpa-result tbody tr:nth-child(even) {
    background: #bb0000;
}

#result-pasaran-app .rpa-result tbody tr:nth-child(odd) {
    background: #760000;
}

#result-pasaran-app .rpa-result span.resballs {
    color: #ffd700;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
}

#result-pasaran-app .rpa-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 18px;
}

#result-pasaran-app .rpa-pagination button {
    min-width: 40px;
    padding: 8px 12px;
    color: #fff;
    background: #d80000;
    border: 1px solid #ffd700;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
}

#result-pasaran-app .rpa-pagination button.is-active {
    color: #111;
    background: #ffc107;
}

#result-pasaran-app .rpa-pagination button:disabled {
    opacity: .42;
    cursor: not-allowed;
}

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

@keyframes rpa-from-right {
    from {
        opacity: 0;
        transform: translateX(42px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes rpa-from-left {
    from {
        opacity: 0;
        transform: translateX(-42px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 600px) {
    #result-pasaran-app .rpa-card {
        padding: 15px 12px;
    }

    #result-pasaran-app .rpa-header {
        grid-template-columns: 40px minmax(0, 1fr) 40px;
        gap: 7px;
    }

    #result-pasaran-app .rpa-arrow {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }

    #result-pasaran-app .rpa-subtitle {
        font-size: 12px;
    }

    #result-pasaran-app .rpa-market-tab {
        min-width: 105px;
        padding: 9px 11px;
        font-size: 13px;
    }

    #result-pasaran-app .rpa-result table {
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {

    #result-pasaran-app *,
    #result-pasaran-app *::before,
    #result-pasaran-app *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

  .atg-info-showcase{
    position:relative;
    overflow:hidden;
    padding:58px 0;
    background: black;
    color:#fff;
  }

  .atg-info-showcase:before{
    content:"";
    position:absolute;
    inset:0;
    opacity:.22;
    pointer-events:none;
    background-image:
      linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),
      linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);
    background-size:34px 34px;
  }

  .atg-showcase-wrap{
    position:relative;
    z-index:1;
    padding:18px;
    border:1px solid rgba(255,210,108,.28);
    border-radius:26px;
    background:linear-gradient(125deg,rgba(255,255,255,.08),rgba(255,255,255,.025));
    box-shadow:0 20px 55px rgba(0,0,0,.42);
  }

.atg-showcase-row {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
  .atg-showcase-copy{
    padding:20px 24px 20px 14px;
  }

  .atg-kicker{
    display:inline-flex;
    align-items:center;
    gap:9px;
    padding:8px 12px;
    margin-bottom:14px;
    border:1px solid rgba(255,211,112,.42);
    border-radius:999px;
    background:rgba(0,0,0,.2);
    color:#ffd66a;
    font-size:11px;
    font-weight:800;
    letter-spacing:1.1px;
  }

  .atg-kicker span{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#ffce49;
    box-shadow:0 0 12px #ffce49;
  }

  .atg-showcase-copy h2{
    margin:0 0 15px;
    color:#fff4d3;
    font-size:31px;
    font-weight:900;
    line-height:1.22;
    text-transform:uppercase;
    text-shadow:0 3px 18px rgba(0,0,0,.32);
  }

  .atg-showcase-copy p{
    margin:0 0 13px;
    color:rgba(255,255,255,.78);
    font-size:15px;
    line-height:1.78;
  }

  .atg-showcase-copy .atg-lead{
    color:#ffd874;
    font-size:16px;
    font-weight:600;
  }

  .atg-feature-list{
    margin:23px 0 18px;
    display:grid;
    gap:11px;
  }

  .atg-feature-item{
    display:flex;
    align-items:center;
    gap:12px;
    padding:11px 13px;
    border-left:3px solid #f2bd43;
    border-radius:0 11px 11px 0;
    background:rgba(255,255,255,.065);
  }

  .atg-feature-icon{
    flex:0 0 35px;
    width:35px;
    height:35px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:9px;
    background:linear-gradient(135deg,#ffda72,#bd7913);
    color:#410006;
    font-size:11px;
    font-weight:900;
  }

  .atg-feature-item strong,
  .atg-feature-item span{
    display:block;
  }

  .atg-feature-item strong{
    color:#fff1c8;
    font-size:14px;
  }

  .atg-feature-item span{
    margin-top:2px;
    color:rgba(255,255,255,.66);
    font-size:12px;
    line-height:1.45;
  }

  .atg-note{
    padding:11px 13px;
    border-radius:10px;
    border:1px solid rgba(255,211,112,.19);
    background:rgba(0,0,0,.2);
    color:rgba(255,255,255,.67);
    font-size:12px;
    line-height:1.6;
  }

  .atg-note b{
    color:#ffd76c;
  }

  .atg-showcase-visual{
    position:relative;
    max-width:510px;
    margin:0 auto;
    padding:14px;
  }

  .atg-showcase-image{
    position:relative;
    z-index:2;
    width:100%;
    border:2px solid rgba(255,217,120,.64);
    border-radius:20px;
    box-shadow:0 18px 38px rgb(0 199 37 / 52%), 0 0 32px rgba(236, 41, 49, .26);
  }

  .atg-image-label{
    position:absolute;
    z-index:3;
    top:25px;
    left:25px;
    padding:7px 10px;
    border-radius:7px;
    background:#9e0712;
    box-shadow:0 5px 14px rgba(0,0,0,.32);
    color:#ffe6a3;
    font-size:10px;
    font-weight:800;
    letter-spacing:.7px;
  }

  .atg-mini-card{
    position:absolute;
    z-index:4;
    min-width:145px;
    padding:10px 12px;
    border:1px solid rgba(255,220,128,.55);
    border-radius:10px;
    background:rgb(0 73 0 / 88%);
    box-shadow:0 10px 22px rgba(0,0,0,.35);
  }

  .atg-mini-card span,
  .atg-mini-card strong{
    display:block;
  }

  .atg-mini-card span{
    margin-bottom:3px;
    color:#f5c44e;
    font-size:9px;
    font-weight:800;
    letter-spacing:.8px;
  }

  .atg-mini-card strong{
    color:#fff6dc;
    font-size:12px;
  }

  .atg-mini-card-top{
    top:20%;
    right:-10px;
  }

  .atg-mini-card-bottom{
    bottom:9%;
    left:-8px;
  }

  .atg-glow{
    position:absolute;
    z-index:1;
    width:170px;
    height:170px;
    border-radius:50%;
    filter:blur(20px);
    opacity:.45;
  }

  .atg-glow-one{
    top:4%;
    left:1%;
    background:#d30920;
  }

  .atg-glow-two{
    right:0;
    bottom:3%;
    background:#e6ae27;
  }

  @media (max-width:991px){
    .atg-showcase-copy{
      padding:20px 14px;
    }

    .atg-showcase-copy h2{
      font-size:25px;
    }

    .atg-showcase-visual{
      margin-top:10px;
    }
  }

  @media (max-width:767px){
    .atg-info-showcase{
      padding:38px 0;
    }

    .atg-showcase-wrap{
      padding:8px;
      border-radius:18px;
    }

    .atg-showcase-row{
      display:block;
    }

    .atg-showcase-copy{
      padding:18px 13px 8px;
    }

    .atg-showcase-copy h2{
      font-size:22px;
      line-height:1.3;
    }

    .atg-showcase-copy p{
      font-size:14px;
    }

    .atg-mini-card{
      min-width:auto;
      padding:8px 9px;
    }

    .atg-mini-card strong{
      font-size:10px;
    }

    .atg-mini-card-top{
      right:5px;
    }

    .atg-mini-card-bottom{
      left:5px;
    }
  }