/* ========================================================================
   BERASTOGEL CYBER GRID — isolated visual system for link-livertp-berastogel
   ======================================================================== */
:root {
    --bg: #000306;
    --bg-2: #02070d;
    --surface: #050b13;
    --surface-2: #081321;
    --border: #12314b;
    --text: #f4fbff;
    --muted: #8299aa;
    --gold: #008cff;
    --gold-2: #8bddff;
    --purple: #004f91;
    --purple-2: #00b7ff;
    --hot: #00e5ff;
    --warm: #258cff;
    --cold: #8da2b3;
    --radius: 2px;
    --shadow: 0 20px 60px rgba(0, 20, 40, .62);
    --font-head: 'Orbitron', system-ui, sans-serif;
    --font-body: 'Space Grotesk', system-ui, sans-serif;
    --cyber-blue: #009dff;
    --cyber-cyan: #00e5ff;
    --cyber-white: #eaf9ff;
    --cyber-line: rgba(0, 157, 255, .24);
}

* { scrollbar-color: #0873ae #02070d; }
html { background: #000306; }
body.cyber-ui {
    color: var(--text);
    background:
        radial-gradient(900px 500px at 82% -5%, rgba(0, 121, 255, .2), transparent 64%),
        radial-gradient(760px 460px at -8% 42%, rgba(0, 229, 255, .09), transparent 70%),
        #000306;
    font-family: var(--font-body);
}
body.cyber-ui::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: .26;
    background-image:
        linear-gradient(rgba(0, 157, 255, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 157, 255, .08) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, #000 0, transparent 82%);
}
::selection { color: #00111d; background: var(--cyber-cyan); }
.wrap { max-width: 1320px; padding-inline: 24px; }

.ui-icon {
    width: 1.1em;
    height: 1.1em;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    vertical-align: -.15em;
}
.btn, .ai-btn, .obtn, .tier, .opill, .pc-arrow, .stats-arrow,
.ai-slider-arrow, .hamburger, .back-top, .modal-close, .ai-console-close {
    border-radius: 2px;
}
.btn, .ai-btn, .obtn, .tier, .fab-daftar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-transform: uppercase;
}
.btn-gold, .ai-btn, .fab-daftar, .obtn, .tier.active, .opill.active {
    color: #00111d !important;
    background: linear-gradient(100deg, #0078e7, #00d9ff 70%, #b6f4ff) !important;
    border-color: transparent !important;
    box-shadow: 0 0 0 1px rgba(0, 229, 255, .28), 0 10px 30px rgba(0, 126, 255, .25) !important;
}
.btn-ghost, .btn-outline {
    color: #b9eaff;
    background: rgba(0, 20, 35, .68);
    border-color: #175a85;
}
.btn:hover, .ai-btn:hover, .obtn:hover { filter: brightness(1.14); }

/* ---------------- command header ---------------- */
.topbar {
    position: sticky;
    top: 0;
    z-index: 80;
    background: rgba(0, 3, 7, .9);
    border: 0;
    border-bottom: 1px solid #075a8e;
    box-shadow: 0 8px 34px rgba(0, 8, 18, .74);
    backdrop-filter: blur(18px) saturate(1.35);
}
.topbar::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 29%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--cyber-cyan));
    box-shadow: 0 0 18px var(--cyber-cyan);
}
.topbar-inner { height: 76px; gap: 26px; }
.logo { position: relative; min-width: 188px; }
.logo::after {
    content: "NODE_01";
    position: absolute;
    left: 2px;
    bottom: -9px;
    color: #3c7597;
    font: 600 8px/1 var(--font-head);
    letter-spacing: .2em;
}
.logo img { height: 44px; max-width: 230px; filter: drop-shadow(0 0 12px rgba(0, 157, 255, .42)); }
.nav { align-items: center; gap: 2px; }
.nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #7993a6;
    border-radius: 0;
    padding: 10px 11px;
    font: 600 .72rem/1 var(--font-head);
    letter-spacing: .08em;
}
.nav a::after {
    content: "";
    position: absolute;
    left: 11px;
    right: 100%;
    bottom: 3px;
    height: 1px;
    background: var(--cyber-cyan);
    transition: right .2s ease;
}
.nav a:hover, .nav a.active, .nav a.nav-jp { color: #dff8ff; background: rgba(0, 121, 215, .1); }
.nav a:hover::after, .nav a.active::after { right: 11px; }
.topbar-cta .btn { min-height: 40px; padding-inline: 18px; clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px); }
.hamburger { width: 42px; height: 42px; color: #9de9ff; border: 1px solid #15547c; background: #030b13; }
.hamburger .ui-icon { width: 24px; height: 24px; }

.promo-banner {
    background: #020912;
    border-bottom: 1px solid rgba(0, 157, 255, .22);
    text-align: left;
}
.promo-banner .wrap { min-height: 34px; display: flex; align-items: center; gap: 10px; padding-block: 6px; }
.promo-banner .ui-icon { color: var(--cyber-cyan); filter: drop-shadow(0 0 5px currentColor); }
.promo-banner .promo-label {
    color: #dff8ff;
    padding-right: 10px;
    border-right: 1px solid #15547c;
    font: 700 .62rem/1 var(--font-head);
    letter-spacing: .15em;
}
.promo-banner #promoText { color: #66bde8; font: 500 .76rem/1.3 var(--font-body); letter-spacing: .03em; }

/* ---------------- hero data deck ---------------- */
.hero { padding: 28px 0 0; overflow: hidden; }
.hero::before { display: none; }
.hero::after {
    left: auto;
    right: -150px;
    top: -210px;
    width: 680px;
    height: 680px;
    transform: none;
    border: 1px solid rgba(0, 157, 255, .22);
    border-radius: 50%;
    box-shadow: 0 0 0 64px rgba(0, 157, 255, .03), 0 0 0 150px rgba(0, 157, 255, .018);
}
.hero-inner {
    min-height: 460px;
    aspect-ratio: auto;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    padding: 56px clamp(30px, 8vw, 112px);
    border: 1px solid #124a70;
    border-radius: 0;
    clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 34px 100%, 0 calc(100% - 34px));
    box-shadow: inset 0 0 0 1px rgba(0, 229, 255, .04), 0 30px 90px rgba(0, 6, 14, .7);
}
.hero-brand-banner {
    inset: -8px;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    object-position: center;
    filter: blur(1.2px) brightness(.36) saturate(.54) contrast(1.12) hue-rotate(10deg);
    transform: scale(1.02);
}
.hero-inner::before {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(0, 3, 8, .94) 0%, rgba(0, 8, 18, .79) 46%, rgba(0, 12, 26, .34) 76%, rgba(0, 4, 10, .68) 100%),
        repeating-linear-gradient(0deg, rgba(70, 200, 255, .035) 0 1px, transparent 1px 5px);
}
.hero-inner::after {
    content: "RTP // LIVE FEED // 2026";
    position: absolute;
    z-index: 3;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    color: rgba(91, 205, 255, .56);
    font: 600 .58rem/1 var(--font-head);
    letter-spacing: .28em;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #8fe9ff;
    background: rgba(0, 96, 160, .14);
    border: 1px solid #0878ac;
    border-radius: 0;
    padding: 8px 13px;
    font: 700 .67rem/1 var(--font-head);
    letter-spacing: .14em;
    clip-path: polygon(7px 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%, 0 7px);
}
.hero-badge .ui-icon { color: var(--cyber-cyan); animation: cyberPulse 1.8s ease-in-out infinite; }
.hero h1 {
    max-width: 900px;
    margin: 24px 0 12px;
    color: #effbff;
    font-size: clamp(2.5rem, 6vw, 5.7rem);
    line-height: .92;
    letter-spacing: -.045em;
    text-shadow: 0 0 36px rgba(0, 157, 255, .2);
}
.hero h1 span {
    display: block;
    margin-top: 7px;
    color: transparent;
    background: linear-gradient(90deg, #008cff, #00e5ff 65%, #dff9ff);
    background-clip: text;
    -webkit-background-clip: text;
    text-shadow: none;
}
.hero-sub { max-width: 710px; color: #9ab4c4; font-size: 1rem; }
.hero-sub b { color: #e7f9ff; }
.jamgacor {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 24px;
    padding: 11px 15px;
    color: #8bddff;
    background: rgba(0, 21, 37, .76);
    border: 1px solid #12618d;
    border-radius: 0;
    font: 600 .76rem/1.2 var(--font-head);
    letter-spacing: .05em;
}
.jamgacor .ui-icon { color: var(--cyber-cyan); }
.jamgacor b { color: #fff; }
.marquee {
    position: relative;
    margin-top: 0;
    padding: 9px 0;
    color: #6ed8ff;
    background: #01060b;
    border-color: #10354e;
    font-size: .75rem;
    letter-spacing: .11em;
}
.marquee::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 28%; background: linear-gradient(90deg, rgba(0, 126, 255, .13), transparent); }
.marquee span { color: #6ed8ff; }

/* ---------------- telemetry stats ---------------- */
.stats-shell { margin-top: 18px; border: 1px solid #113b59; background: rgba(3, 10, 17, .88); }
.stats { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin: 0; }
.stat {
    position: relative;
    min-width: 0;
    min-height: 112px;
    justify-content: flex-start;
    gap: 14px;
    padding: 20px 24px;
    background: linear-gradient(135deg, rgba(8, 24, 39, .96), rgba(2, 8, 14, .96));
    border: 0;
    border-right: 1px solid #123b58;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
}
.stat:last-child { border-right: 0; }
.stat::before { content: "0" counter(stats); position: absolute; top: 8px; right: 11px; color: #244d68; font: 600 .54rem/1 var(--font-head); }
.stat-icon { display: grid; place-items: center; width: 42px; height: 42px; color: #00dfff; border: 1px solid #12618d; background: #03101a; clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px); }
.stat-icon svg { display: block; width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.stat-num { color: #eafaff; font-size: 2rem; letter-spacing: -.04em; }
.stat-lbl { margin: 5px 0 0; color: #7794a7; text-align: left; text-transform: uppercase; font: 600 .63rem/1.25 var(--font-head); letter-spacing: .08em; }
.stats-arrow { color: #8edfff; background: #020b13; border-color: #164d70; }
.stats-arrow:disabled { opacity: .25; }

/* ---------------- section language ---------------- */
.sec-head { position: relative; align-items: center; margin: 62px 0 18px; padding: 0 0 13px 18px; border-bottom: 1px solid #12344b; }
.sec-head::before { content: ""; position: absolute; left: 0; top: 2px; bottom: 13px; width: 3px; background: var(--cyber-cyan); box-shadow: 0 0 12px var(--cyber-cyan); }
.sec-head::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 170px; height: 1px; background: linear-gradient(90deg, var(--cyber-cyan), transparent); }
.sec-title { display: inline-flex; align-items: center; gap: 10px; color: #ecfaff; font-size: clamp(1.05rem, 2.2vw, 1.42rem); letter-spacing: .08em; }
.sec-title .ui-icon { color: var(--cyber-cyan); filter: drop-shadow(0 0 7px rgba(0, 229, 255, .5)); }
.sec-meta { display: inline-flex; align-items: center; gap: 6px; color: #5b8dad; font: 500 .66rem/1 var(--font-head); letter-spacing: .1em; text-transform: uppercase; }
.sec-meta b { color: #9de7ff; }

/* ---------------- AI matrix showcase ---------------- */
.ai-sec { margin-top: 0; scroll-margin-top: 98px; }
.ai-showcase {
    position: relative;
    overflow: hidden;
    border: 1px solid #135a85;
    border-radius: 0;
    background: #030910;
    box-shadow: 0 26px 80px rgba(0, 14, 30, .7);
    clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 26px 100%, 0 calc(100% - 26px));
}
.ai-showcase::before { content: ""; position: absolute; z-index: 5; top: 0; left: 0; width: 22%; height: 2px; background: var(--cyber-cyan); box-shadow: 0 0 16px var(--cyber-cyan); }
.ai-slide { min-height: 370px; padding: 54px 8% 64px; background: radial-gradient(circle at 78% 46%, rgba(0, 140, 255, .24), transparent 26%), linear-gradient(120deg, #061421, #02070c 60%); }
.ai-slide::before { background: linear-gradient(90deg, rgba(0, 229, 255, .12), transparent 34%, rgba(0, 116, 255, .12)); }
.ai-slide::after { content: ""; position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(rgba(0, 183, 255, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 183, 255, .12) 1px, transparent 1px); background-size: 32px 32px; mask-image: linear-gradient(90deg, transparent 25%, #000); }
.ai-slide-copy { position: relative; z-index: 3; max-width: 690px; }
.ai-badge { color: #77dcff; background: rgba(0, 107, 176, .12); border-color: #155c84; border-radius: 0; letter-spacing: .14em; }
.ai-badge::before { content: "["; margin-right: 6px; color: var(--cyber-cyan); }
.ai-badge::after { content: "]"; margin-left: 6px; color: var(--cyber-cyan); }
.ai-title { color: #f1fbff; font-size: clamp(2rem, 4.5vw, 4rem); letter-spacing: -.045em; line-height: .96; }
.ai-title span { color: #25c9ff; text-shadow: 0 0 24px rgba(0, 183, 255, .32); }
.ai-slide-copy > p { max-width: 650px; color: #8da8ba; line-height: 1.65; }
.ai-feature-row { gap: 8px; }
.ai-feature-row span { display: inline-flex; align-items: center; gap: 6px; color: #a7d9ed; background: #06131e; border-color: #12415f; border-radius: 0; }
.ai-feature-row .ui-icon { color: #00d9ff; }
.ai-slide-visual {
    right: 9%;
    color: #fff;
    border-color: rgba(0, 217, 255, .38);
    background: radial-gradient(circle, rgba(0, 116, 255, .2), rgba(0, 5, 10, .72) 66%);
    box-shadow: 0 0 0 18px rgba(0, 153, 255, .035), 0 0 64px rgba(0, 183, 255, .25);
}
.ai-slide-visual::before, .ai-slide-visual::after { border-color: rgba(0, 201, 255, .34); }
.ai-orbit { border-color: #0c8fc9; box-shadow: 0 0 36px rgba(0, 183, 255, .25); }
.ai-slide-visual b { color: #eafaff; text-shadow: 0 0 24px #0078e7; }
.ai-slide-visual em { color: #4bbde8; }
.ai-visual-bars i {
    border-radius: 1px 1px 0 0;
    background: linear-gradient(180deg, #9af4ff 0%, #00d9ff 38%, #0074ff 100%);
    box-shadow: 0 0 16px rgba(0, 217, 255, .42);
}
.ai-visual-target span {
    border-color: rgba(0, 217, 255, .42);
    box-shadow: 0 0 0 26px rgba(0, 116, 255, .055);
}
.ai-visual-target span::before, .ai-visual-target span::after { background: rgba(0, 217, 255, .48); }
.ai-slider-arrow { display: grid; place-items: center; width: 44px; height: 52px; color: #9beaff; background: rgba(0, 10, 19, .78); border-color: #15567d; }
.ai-slider-arrow:hover { color: #00111d; background: #00d9ff; }
.ai-slider-dots button { width: 22px; height: 3px; border-radius: 0; background: #16415c; }
.ai-slider-dots button.active { width: 44px; background: #00d9ff; box-shadow: 0 0 10px #00a7ff; }
.ai-showcase-cta { padding: 17px 24px; background: #02080e; border-top-color: #123b56; }
.ai-showcase-cta b { color: #dff8ff; }
.ai-showcase-cta span { color: #688ca3; }
.ai-open-btn { min-width: 270px; }

.ai-results { margin-top: 36px; padding: 1px 20px 24px; border: 1px solid #123b59; background: rgba(2, 9, 15, .78); }
.ai-results .sec-head { margin-top: 24px; }
.ai-result-context { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0 0 18px; border: 1px solid #113b59; background: #113b59; }
.ai-result-context > span { min-width: 0; display: grid; grid-template-columns: 24px 1fr; grid-template-rows: auto auto; column-gap: 10px; padding: 13px 15px; background: #040d16; }
.ai-result-context .ui-icon { grid-row: 1 / 3; align-self: center; width: 21px; height: 21px; color: #00d9ff; }
.ai-result-context small { color: #4d7a96; font: 600 .54rem/1 var(--font-head); letter-spacing: .11em; }
.ai-result-context b { overflow: hidden; color: #dff8ff; font: 600 .75rem/1.35 var(--font-head); text-overflow: ellipsis; white-space: nowrap; }
.ai-results .grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
.ai-card { border: 1px solid #154261; border-radius: 0; background: #040b12; clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%); }
.ai-card:hover { border-color: #00bfff; box-shadow: 0 16px 40px rgba(0, 132, 220, .22); }
.ai-card-top { aspect-ratio: 16 / 10; }
.ai-card-top::after { background: linear-gradient(180deg, transparent 35%, #040b12); }
.ai-conf, .ai-play { border-radius: 0; }
.ai-conf { top: 8px; right: 8px; max-width: calc(100% - 16px); color: #00101b; background: #00d9ff; white-space: nowrap; }
.ai-play { left: 8px; bottom: 8px; max-width: calc(100% - 16px); display: inline-flex; align-items: center; gap: 4px; color: #dff8ff; background: rgba(0, 10, 18, .78); border: 1px solid #176089; white-space: nowrap; }
.ai-card-b { background: #040b12; }
.ai-card-name { color: #effbff; }
.ai-card-meta { border-bottom-color: #11344c; }
.ai-card-meta b, .ai-card-row b, .ai-card-pola b { color: #7cddff; }
.ai-card-row span { display: inline-flex; align-items: center; gap: 5px; }
.ai-card-row .ui-icon { color: #009dff; }
.ai-card-pola { background: #02070c; border-color: #12334a; border-radius: 0; }
.ai-actions .btn { border-radius: 0; }

/* AI centered console */
.ai-console-backdrop { background: rgba(0, 4, 9, .88); backdrop-filter: blur(13px); }
.ai-console-dialog {
    border-color: #17658f;
    border-radius: 0;
    background: #02070c;
    box-shadow: 0 0 0 1px rgba(0, 229, 255, .06), 0 30px 100px rgba(0, 10, 24, .85), 0 0 50px rgba(0, 132, 255, .12);
    clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
}
.ai-console-dialog .ai-console { border-radius: 0; background: linear-gradient(155deg, #071522, #02070c 60%); }
.ai-console-dialog::before { content: ""; position: absolute; z-index: 4; left: 0; top: 0; width: 34%; height: 2px; background: #00d9ff; box-shadow: 0 0 14px #00d9ff; }
.ai-console-close { display: grid; place-items: center; color: #6c9bb5; background: #020a11; border-color: #155272; }
.ai-console-close:hover { color: #dff8ff; border-color: #00d9ff; }
.ai-eyebrow { color: #64d8ff; border-radius: 0; border-color: #155477; background: rgba(0, 114, 186, .1); }
.ai-ver { color: #6fcdf2; border-radius: 0; background: #071522; }
.ai-console h3 { color: #eefaff; }
.ai-desc, .ai-console label { color: #7c98aa; }
.ai-input { color: #e9faff; background: #010509; border-color: #174967; border-radius: 0; }
.ai-input:focus { border-color: #00c8ff; box-shadow: 0 0 0 2px rgba(0, 183, 255, .12); }
.ai-progress .ai-bar { background: #010407; border-color: #14425f; }
.ai-bar > i { background: linear-gradient(90deg, #0067d8, #00e5ff); }
#aiStatus { color: #72d7ff; }
.scan-loader { width: 15px; height: 15px; border: 2px solid rgba(0, 20, 33, .28); border-top-color: #00121e; border-radius: 50%; animation: cyberSpin .65s linear infinite; }

/* ---------------- provider + catalogue command controls ---------------- */
.booming-sec { margin-top: 0; }
.provider-carousel { border: 1px solid #123a54; background: #02080e; border-radius: 0; }
.pc-track { gap: 1px; padding: 0 46px; background: #123a54; }
.opill {
    min-height: 54px;
    gap: 9px;
    padding: 10px 14px;
    color: #7898ac;
    background: #040c14;
    border: 0;
    border-radius: 0;
    font-size: .7rem;
    letter-spacing: .06em;
}
.opill:hover { color: #d9f5ff; background: #071725; transform: none; }
.opill.active { box-shadow: inset 0 -2px 0 #00e5ff !important; }
.opill-dot { width: 7px; height: 7px; background: hsl(198 100% var(--signal)) !important; box-shadow: 0 0 9px #00bfff; }
.oplogo { width: 22px; height: 22px; filter: saturate(.5) drop-shadow(0 0 5px rgba(0, 183, 255, .35)); }
.opill-c { color: #6b99b3; background: #071725; border-radius: 0; }
.opill.active .opill-c { color: #002038; background: rgba(234, 251, 255, .52); }
.pc-arrow { display: grid; place-items: center; color: #83dcff; background: #02080e; border-color: #175274; border-radius: 0; }
.pc-arrow:hover { color: #00121e; background: #00d9ff; }

.controls { top: 75px; margin: 14px 0 22px; padding: 12px; background: rgba(1, 6, 11, .94); border: 1px solid #123a54; backdrop-filter: blur(12px); }
.tier-tabs { gap: 1px; padding: 0; background: #113650; border-color: #113650; border-radius: 0; }
.tier { display: inline-flex; align-items: center; gap: 5px; min-height: 42px; padding: 9px 15px; color: #7897a9; background: #030a11; border-radius: 0; font-size: .7rem; }
.tier:hover { color: #dff8ff; background: #061725; }
.tier.active { box-shadow: inset 0 -2px 0 #00e5ff !important; }
.search, .sort { min-height: 43px; color: #dff8ff; background: #02080e; border-color: #164764; border-radius: 0; }
.search:focus-within { border-color: #00bfff; box-shadow: inset 0 -1px 0 #00e5ff; }
.search span { color: #38caff; }
.search input { color: #e8f8ff; }
.search input::placeholder { color: #4e7085; }
.sort option { color: #e8f8ff; background: #040b12; }

/* ---------------- angular game cards ---------------- */
.grid { grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 14px; }
.ocard {
    overflow: hidden;
    border: 1px solid #123b57;
    border-radius: 0;
    background: #030910;
    clip-path: polygon(0 0, calc(100% - 17px) 0, 100% 17px, 100% 100%, 0 100%);
    box-shadow: 0 15px 42px rgba(0, 8, 17, .38);
}
.ocard::after { content: ""; position: absolute; z-index: 7; right: 0; top: 0; width: 17px; height: 17px; border-left: 1px solid #1783b5; transform: rotate(-45deg) translate(-6px, -1px); pointer-events: none; }
.ocard:hover { transform: translateY(-4px); border-color: #00a9eb; box-shadow: 0 18px 46px rgba(0, 111, 190, .22); }
.ocard.heat-hot { border-color: #0b7194; }
.ocard.heat-hot:hover { box-shadow: 0 18px 46px rgba(0, 193, 234, .18); }
.othumb { aspect-ratio: 16 / 11; background: #02070c; }
.othumb img, .thumb img, .ai-card-top img, .ginfo-top img, .hot-toast img {
    object-fit: contain;
    object-position: center;
    background: #02070c;
}
.othumb::after { background: linear-gradient(180deg, transparent 35%, rgba(2, 9, 16, .96)); }
.oribbon {
    left: 8px;
    top: 8px;
    max-width: calc(100% - 16px);
    overflow: hidden;
    box-sizing: border-box;
    color: #bceeff;
    background: rgba(0, 13, 23, .9) !important;
    border: 1px solid #17618a;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .38);
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ogauge { --ring: #008cff; width: 58px; height: 58px; border-radius: 0; clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px); background: conic-gradient(var(--ring) calc(var(--v) * 1%), rgba(103, 145, 168, .18) 0); }
.ogauge::before { inset: 4px; border-radius: 0; background: #020b13; clip-path: inherit; }
.ogauge.heat-hot { --ring: #00e5ff; }
.ogauge.heat-warm { --ring: #238dff; }
.ogauge.heat-cold { --ring: #91a7b7; }
.ogauge span { color: #effbff; }
.ogauge span { max-width: calc(100% - 9px); overflow: hidden; text-overflow: clip; white-space: nowrap; letter-spacing: -.045em; }
.ocard-b { padding: 13px; gap: 10px; background: linear-gradient(180deg, #06111c, #030910); }
.oname { color: #eefaff; font-size: .88rem; letter-spacing: .02em; }
.oprov { color: #66869a; font-size: .64rem; letter-spacing: .07em; text-transform: uppercase; }
.otier { color: #c9f4ff !important; background: #061725 !important; border: 1px solid #15516f; border-radius: 0; }
.obtn { min-height: 38px; border-radius: 0; font-size: .7rem; }
.obtn .ui-icon { width: 15px; height: 15px; }
.ocard-actions .obtn-demo { color: #94ddff !important; background: #04121d; border-color: #155778; border-radius: 0; }
.ocard-actions .obtn-demo:hover { color: #eafaff !important; background: #082033; border-color: #00bfff; }
.booming-grid { gap: 12px; padding-bottom: 10px; }
.booming-grid .ocard { flex-basis: 220px; }
.empty { color: #64869a; border: 1px dashed #14425f; background: #02080e; }
.loadmore-wrap .btn { min-width: 220px; border-radius: 0; }

/* ---------------- rating and trust grid ---------------- */
.rating-sec { margin-top: 0; }
.rating-box { gap: 38px; padding: 28px; background: linear-gradient(120deg, #071522, #02080e); border-color: #123f5c; border-radius: 0; clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%); }
.rscore { color: #ecfaff; font-size: 4rem; }
.rstars { width: 124px; height: 22px; color: #173c52; letter-spacing: 0; }
.star-row { display: inline-flex; gap: 3px; width: 124px; }
.star-row .ui-icon { width: 22px; height: 22px; fill: currentColor; stroke-width: 1.2; }
.rstars-fill { color: #00cfff; }
.rcount { color: #64869a; }
.rbar-n { color: #67889c; }
.rbar-track { height: 6px; border-radius: 0; background: #02070c; }
.rbar-track > i { border-radius: 0; background: linear-gradient(90deg, #005db5, #00e5ff); }
.trust-strip { gap: 1px; border: 1px solid #123b56; background: #123b56; }
.trust { min-height: 82px; min-width: 0; justify-content: center; color: #91defb; background: #040c14; border: 0; border-radius: 0; }
.trust .ti { display: grid; place-items: center; width: 34px; height: 34px; color: #00d9ff; border: 1px solid #155579; background: #020a11; }
.trust .ti .ui-icon { width: 20px; height: 20px; }
.trust span:last-child { color: #c5e9f7; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }

/* ---------------- tips modal ---------------- */
.modal-overlay { background: rgba(0, 4, 9, .9); backdrop-filter: blur(12px); }
.modal { max-width: 820px; background: linear-gradient(145deg, #071522, #02070c 62%); border-color: #17608a; border-radius: 0; clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 25px 100%, 0 calc(100% - 25px)); box-shadow: 0 30px 100px rgba(0, 10, 24, .82); }
.modal::before { content: ""; position: absolute; left: 0; top: 0; width: 38%; height: 2px; background: #00d9ff; box-shadow: 0 0 14px #00d9ff; }
.modal-close { display: grid; place-items: center; color: #78a8bf; background: #020a11; border: 1px solid #174967; }
.modal-head { text-align: left; border-bottom: 1px solid #123950; padding: 24px 28px 14px; }
.modal-head h3 { color: #7edfff; letter-spacing: .12em; }
.modal-head span { color: #66889b; }
.modal-body { gap: 20px; padding: 20px 24px 28px; }
.step { position: relative; background: #030a11; border-color: #133e59; border-radius: 0; }
.step::before { content: ""; position: absolute; left: -1px; top: 12px; bottom: 12px; width: 2px; background: #008cff; }
.step-h { border-bottom-color: #15394e; text-align: left; }
.step-h b { color: #42ccff; }
.step-b b { color: #e4f8ff; }
.ginfo-top img { border-color: #176187; border-radius: 0; }
.gname { color: #effbff; }
.ginfo-list { background: #030a11; border: 1px solid #123b56; }
.ginfo-list > div { padding: 10px 12px; border-bottom-color: #12364d; }
.ginfo-list dt { padding-left: 6px; color: #608399; }
.ginfo-list dd { max-width: 66%; padding-left: 14px; padding-right: 4px; text-align: right; overflow-wrap: anywhere; }
.ginfo-list dd, .ginfo-list dd.rtp { color: #8fe7ff; }
.ginfo-list dd.rtp { white-space: nowrap; }
.voltage { display: inline-grid; place-items: center; color: #244a61; }
.voltage.is-on { color: #00d9ff; filter: drop-shadow(0 0 5px rgba(0, 217, 255, .6)); }
.voltage .ui-icon { width: 16px; height: 16px; }
.ginfo-note { color: #6e8c9e; background: #02070c; border-left: 2px solid #1673a1; }
.modal-actions .btn { border-radius: 0; }

/* Automatic catalogue loading. The button remains as an accessible fallback. */
.loadmore-wrap { min-height: 76px; display: flex; align-items: center; justify-content: center; }
#loadmore.is-loading { pointer-events: none; opacity: .82; }
#loadmore.is-loading::before {
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid rgba(100, 210, 255, .28);
    border-top-color: #00d9ff;
    border-radius: 50%;
    animation: cyberSpin .7s linear infinite;
}

/* ---------------- floating feedback + footer ---------------- */
.hot-toast { left: 18px; bottom: 18px; max-width: 320px; background: #030b13; border: 1px solid #165679; border-left: 2px solid #00d9ff; border-radius: 0; clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 13px, 100% 100%, 0 100%); }
.hot-toast img { border-radius: 0; border: 1px solid #155778; }
.hot-toast .ht-txt b { display: inline-flex; align-items: center; gap: 5px; color: #95e9ff; }
.hot-toast .ht-txt b .ui-icon { color: #00d9ff; }
.fab-daftar { border-radius: 0; clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px); }
.back-top { display: grid; place-items: center; color: #8bdfff; background: rgba(1, 8, 14, .9); border-color: #155778; border-radius: 0; }
.footer { margin-top: 74px; padding: 50px 0 34px; background: #010509; border-top-color: #123b56; text-align: left; }
.footer .wrap { position: relative; }
.footer .wrap::before { content: "SYSTEM // END OF LINE"; display: block; margin-bottom: 18px; color: #285c78; font: 600 .55rem/1 var(--font-head); letter-spacing: .2em; }
.foot-logo { color: #dff8ff; font-size: 1.8rem; letter-spacing: .08em; }
.footer p { margin-left: 0; color: #607d90; }
.foot-links { justify-content: flex-start; }
.foot-links a, .foot-credit a { color: #5dcefa; }
.foot-credit { max-width: 640px; }

@keyframes cyberPulse { 0%, 100% { opacity: .45; } 50% { opacity: 1; filter: drop-shadow(0 0 8px currentColor); } }
@keyframes cyberSpin { to { transform: rotate(360deg); } }

/* ---------------- responsive command layout ---------------- */
@media (max-width: 980px) {
    .topbar-inner { gap: 12px; }
    .logo { min-width: 145px; }
    .nav a { padding-inline: 8px; font-size: .64rem; }
    .ai-slide-visual { opacity: .46; right: 2%; }
    .ai-results .grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
    .wrap { padding-inline: 14px; }
    .topbar-inner { height: 64px; }
    .logo img { height: 38px; max-width: 170px; }
    .logo::after { display: none; }
    .nav { top: 64px; padding: 10px 14px 16px; background: rgba(1, 7, 13, .98); border-bottom-color: #155477; }
    .nav a { padding: 12px 10px; border-bottom: 1px solid #0c2839; }
    .promo-banner .wrap { min-height: 32px; }
    .promo-label { display: none; }
    .hero { padding-top: 0; }
    .hero-inner { min-height: 420px; padding: 42px 28px; border-radius: 0; clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%); }
    .hero-brand-banner { object-position: center; filter: blur(1px) brightness(.3) saturate(.5); }
    .hero-inner::after { right: 9px; font-size: .48rem; }
    .hero h1 { margin-top: 20px; font-size: clamp(2.5rem, 13vw, 4.6rem); }
    .hero-sub { font-size: .88rem; }
    .jamgacor { max-width: calc(100% - 12px); font-size: .66rem; padding: 10px 12px; }
    .stats-shell { display: grid; grid-template-columns: 32px minmax(0, 1fr) 32px; margin-inline: 0; }
    .stats { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .stats::-webkit-scrollbar { display: none; }
    .stat { flex: 0 0 148px; min-height: 105px; padding: 16px 14px; scroll-snap-align: start; }
    .stat-icon { width: 34px; height: 34px; }
    .stat-icon svg { width: 20px; height: 20px; }
    .stat-num { font-size: 1.55rem; }
    .stats-arrow { display: grid; position: static; transform: none; width: 32px; height: auto; border: 0; border-radius: 0; }
    .sec-head { margin-top: 44px; align-items: flex-start; }
    .sec-meta { width: auto; }
    .ai-slide { min-height: 390px; padding: 34px 52px 62px 24px; }
    .ai-title { font-size: clamp(2rem, 10vw, 3.4rem); }
    .ai-slide-copy > p { font-size: .82rem; line-height: 1.5; }
    .ai-feature-row { display: grid; grid-template-columns: 1fr; max-width: 220px; }
    .ai-feature-row span { width: fit-content; }
    .ai-slide-visual { display: none; }
    .ai-slider-arrow { width: 36px; height: 44px; }
    .ai-showcase-cta { align-items: stretch; padding: 16px; }
    .ai-open-btn { width: 100%; min-width: 0; }
    .ai-result-context { grid-template-columns: repeat(2, 1fr); }
    .ai-results { padding-inline: 12px; }
    .ai-results .grid { grid-template-columns: 1fr 1fr; }
    .controls { top: 64px; }
    .trust-strip { display: grid; grid-template-columns: repeat(2, 1fr); }
    .trust:last-child { grid-column: 1 / -1; }
    .footer { padding-bottom: 92px; }
}

@media (max-width: 560px) {
    .topbar-cta .btn-gold { min-width: 84px; }
    .hero h1 span { max-width: 270px; overflow-wrap: anywhere; }
    .ai-console-modal { align-items: center; justify-content: center; padding: max(14px, env(safe-area-inset-top)) 14px max(14px, env(safe-area-inset-bottom)); }
    .ai-console-dialog { width: min(100%, 430px); max-height: calc(100dvh - 28px); margin: auto; border-radius: 0; }
    .ai-console-dialog .ai-console { padding: 26px 18px 22px; }
    .ai-results .grid { grid-template-columns: 1fr; }
    #grid { grid-template-columns: 1fr; gap: 10px; }
    #grid .ocard { display: grid; grid-template-columns: 132px minmax(0, 1fr); min-height: 154px; }
    #grid .othumb { height: 100%; min-height: 154px; aspect-ratio: auto; }
    #grid .ogauge { width: 47px; height: 47px; }
    #grid .ocard-b { justify-content: center; padding: 12px; }
    #grid .oname { white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
    .booming-grid .ocard { display: flex; flex: 0 0 182px; }
    .booming-grid .othumb { aspect-ratio: 16 / 11; }
    .tier { padding-inline: 8px; font-size: .62rem; }
    .controls-right { display: grid; grid-template-columns: 1fr; }
    .sort { width: 100%; }
    .rating-box { padding: 20px 16px; }
    .rating-score { min-width: 96px; }
    .rscore { font-size: 3rem; }
    .trust { min-height: 72px; padding: 10px; }
    .trust span:last-child { font-size: .62rem; }
    .modal-body { grid-template-columns: 1fr; }
    .modal-head { padding-inline: 20px; }
    .hot-toast { left: 10px; bottom: 78px; max-width: 252px; }
}

@media (prefers-reduced-motion: reduce) {
    .hero-badge .ui-icon, .scan-loader { animation: none; }
}
