/* =========================================================
   CUSTOM UI SYSTEM
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&family=Berkshire+Swash&family=Geo:ital@0;1&family=Italianno&family=Madimi+One&display=swap');
/* ==========================================================================
   1. CORE ROOT & GLOBAL VARIABLES
   ========================================================================== */
:root {
    /* Base Color System */
    --text-light: rgba(240, 240, 250, 1);
    --text-dark: rgba(50, 50, 100, 1);
    --white-rgb: 250, 250, 250;
    --dark-rgb: 20, 20, 20;
    --glass-border: rgba(250, 250, 250, 0.12);
    --glass-shadow: rgba(0, 0, 0, 0.25);
    --xcolors: linear-gradient(50deg,
            rgba(140, 140, 140, 0.4) 0%,
            rgba(170, 170, 170, 0.7) 30%,
            rgba(250, 250, 240, 0.4) 40%,
            rgba(160, 160, 160, 0.6) 70%,
            rgba(150, 150, 150, 0.5) 100%);
    --xglows: rgba(110, 110, 110, 0.5);
    --txt-muted: rgba(140, 140, 140, 0.9);
    --luxurys: linear-gradient(50deg,
            rgba(190, 150, 20, 0.5) 0%,
            rgba(160, 80, 20, 0.8) 20%,
            rgba(230, 200, 80, 0.7) 30%,
            rgba(160, 80, 20, 0.4) 60%,
            rgba(190, 150, 40, 0.6) 100%);
    /* Font Family Tokens */
    --caption: "Berkshire Swash", serif;
    --label: "Italianno", cursive;
    --title: "Madimi One", sans-serif;
    --subtitle: 'Courier New', Courier, monospace;
    --desc: "Atkinson Hyperlegible", sans-serif;
    --help: "Geo", sans-serif;
}
/* ==========================================================================
   2. UNIVERSAL THEME PALETTES (Hanya Menyimpan Data Warna)
   ========================================================================== */
.bg-golds {
    --colors: linear-gradient(50deg,
            rgba(30, 20, 5, 0.4) 0%,
            rgba(180, 140, 10, 0.7) 30%,
            rgba(250, 210, 0, 0.6) 50%,
            rgba(150, 100, 20, 0.4) 70%,
            rgba(50, 30, 10, 0.5) 100%);
    --glows: rgba(250, 250, 20, 0.5);
    --text-color: var(--text-light);
    --fallback-text: rgba(190, 90, 10, 0.9);
}
.bg-oceans {
    --colors: linear-gradient(50deg, rgba(40, 40, 80, 0.4) 0%, rgba(20, 50, 200, 0.7) 30%, rgba(80, 40, 210, 0.6) 50%, rgba(20, 50, 200, 0.4) 70%, rgba(60, 30, 220, 0.5) 100%);
    --glows: rgba(60, 50, 150, 0.5);
    --text-color: var(--text-light);
    --fallback-text: rgba(60, 50, 150, .9);
}
.bg-sages {
    --colors: linear-gradient(50deg, rgba(10, 60, 50, 0.4) 0%, rgba(50, 150, 70, 0.7) 30%, rgba(40, 160, 100, 0.6) 50%, rgba(10, 110, 50, 0.4) 70%, rgba(5, 120, 20, 0.5) 100%);
    --glows: rgba(10, 100, 50, 0.5);
    --text-color: var(--text-light);
    --fallback-text: rgba(10, 150, 70, .9);
}
.bg-roses {
    --colors: linear-gradient(50deg,
            rgba(170, 20, 20, 0.4) 0%,
            rgba(240, 70, 20, 0.7) 30%,
            rgba(120, 10, 10, 0.6) 50%,
            rgba(240, 120, 10, 0.4) 70%,
            rgba(250, 10, 10, 0.5) 100%);
    --glows: rgba(250, 10, 10, 0.5);
    --text-color: var(--text-light);
    --fallback-text: rgba(150, 30, 30, .9);
}
.bg-luxury {
    --colors: var(--luxurys);
    --glows: rgba(240, 200, 50, 0.6);
    --text-color: var(--text-light);
    --fallback-text: rgba(190, 150, 60, 1);
}
.bg-futures {
    --colors: linear-gradient(50deg, rgba(20, 170, 200, 0.4) 0%, rgba(20, 90, 90, 0.7) 30%, rgba(120, 170, 220, 0.6) 50%, rgba(20, 50, 60, 0.4) 70%, rgba(50, 120, 250, 0.5) 100%);
    --glows: rgba(50, 150, 200, 0.5);
    --text-color: var(--text-light);
    --fallback-text: rgba(20, 50, 60, .9);
}
.bg-mints {
    --colors: linear-gradient(50deg, rgba(150, 200, 30, 0.4) 0%, rgba(170, 240, 30, 0.7) 30%, rgba(120, 170, 10, 0.6) 50%, rgba(150, 200, 30, 0.4) 70%, rgba(170, 240, 30, 0.5) 100%);
    --glows: rgba(120, 220, 80, 0.5);
    --text-color: var(--text-light);
    --fallback-text: rgba(50, 200, 20, .9);
}
.bg-neons {
    --colors: linear-gradient(50deg,
            rgba(70, 20, 80, 0.4) 0%,
            rgba(40, 20, 100, 0.7) 30%,
            rgba(110, 40, 240, 0.6) 50%,
            rgba(240, 30, 100, 0.4) 70%,
            rgba(240, 90, 160, 0.5) 100%);
    --glows: rgba(230, 30, 100, 0.5);
    --text-color: var(--text-light);
    --fallback-text: rgba(230, 30, 100, .9);
}
.bg-snows {
    --colors: linear-gradient(50deg, rgba(250, 250, 250, 0.9) 0%, rgba(220, 230, 230, 0.8) 20%, rgba(250, 220, 160, 0.9) 30%, rgba(220, 220, 230, 0.9) 40%, rgba(240, 230, 140, 0.8) 60%, rgba(210, 210, 220, 0.9) 80%, rgba(240, 240, 250, 0.9) 100%);
    --glows: rgba(80, 80, 50, 0.5);
    --text-color: rgba(80, 80, 50, 0.9);
    --fallback-text: rgba(220, 220, 240, .9);
}
.bg-grays {
    --colors: var(--xcolors);
    --glows: var(--xglows);
    --text-color: rgba(20, 30, 50, 0.9);
    --fallback-text: rgba(100, 100, 120, .9);
}
.bg-deeps {
    --colors: linear-gradient(50deg,
            rgba(40, 40, 100, 0.4) 0%,
            rgba(20, 20, 20, 0.8) 20%,
            rgba(20, 20, 50, 0.7) 40%,
            rgba(20, 20, 50, 0.8) 70%,
            rgba(50, 50, 50, 0.5) 100%);
    --glows: rgba(50, 50, 100, 0.5);
    --text-color: var(--text-light);
    --fallback-text: rgba(50, 50, 70, .9);
}
.bg-whites {
    --colors: linear-gradient(50deg, rgba(250, 250, 250, 0.4) 0%, rgba(240, 240, 240, 0.7) 30%, rgba(250, 250, 250, 0.6) 50%, rgba(250, 250, 250, 0.4) 70%, rgba(230, 230, 230, 0.5) 100%);
    --glows: rgba(120, 10, 10, 0.5);
    --text-color: var(--text-dark);
    --fallback-text: rgba(var(--white-rgb), 1);
}
.bg-darks {
    --colors: linear-gradient(50deg, rgba(20, 20, 20, 0.4) 0%, rgba(40, 40, 40, 0.7) 30%, rgba(20, 20, 20, 0.6) 50%, rgba(50, 50, 50, 0.4) 70%, rgba(30, 30, 30, 0.5) 100%);
    --glows: rgba(120, 80, 10, 0.5);
    --text-color: var(--text-light);
    --fallback-text: rgba(var(--dark-rgb), 1);
}
/* ==========================================================================
   3. PROCESSING LAYER (Universal & Smart Text Renderers)
   ========================================================================== */
/* --- A. Render sebagai Background Biasa (Universal) --- */
[class*="bg-"] {
    background: var(--colors);
    color: var(--text-color);
}
/* --- B. OOMATISASI TEKS GRADASI (Smart Text Gradient) --- */
/* Selektor [class*="txt-"] di bawah ini mendeteksi semua class yang berawalan "txt-".
   Kecuali untuk class opasitas (-op) dan teks bawaan putih/gelap, 
   semua class bertema (seperti txt-golds, txt-oceans, dll) akan otomatis dipotong 
   menjadi teks gradasi mewah!
*/
[class*="txt-"]:not([class*="-op"]):not(.txt-whites):not(.txt-darks) {
    font-weight: bold;
    background: var(--colors, rgb(5, 5, 5)) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
}
/* --- C. Pemetaan Ulang Variabel Warna Khusus untuk Teks --- */
/* Karena di HTML Anda hanya menulis class "txt-*", kita arahkan class ini 
   untuk mengambil data palet gradasi dari variabel warna utama masing-masing tema.
*/
.txt-golds {
    --colors: linear-gradient(50deg, rgba(200, 255, 0, 1.0) 0%, rgba(255, 255, 210, 0.9) 30%, rgba(255, 235, 0, 1.0) 50%, rgba(255, 255, 200, 0.9) 10%, rgba(255, 140, 0, 0.8) 20%);
}
.txt-oceans {
    --colors: linear-gradient(50deg, rgba(40, 40, 80, 1.0) 0%, rgba(40, 50, 90, 0.9) 30%, rgb(30, 40, 100, 1.0) 50%, rgba(40,
                50, 90, 0.9) 10%, rgba(40, 40, 90, 0.8) 20%);
}
.txt-sages {
    --colors: linear-gradient(50deg, rgba(10, 60, 50, 1.0) 0%, rgba(50, 150, 70, 0.9) 30%, rgba(40, 160, 100, 1.0) 50%, rgba(10, 110, 50, 0.9) 10%, rgba(5, 120, 20, 0.8) 20%);
}
.txt-roses {
    --colors: linear-gradient(50deg, rgba(230, 60, 50, 1.0) 0%, rgba(200, 50, 50, 0.9) 30%, rgba(250, 10, 10, 1.0) 50%, rgba(230, 60, 50, 0.9) 10%, rgba(250, 50, 50, 0.8) 20%);
}
.txt-luxury {
    --colors: linear-gradient(50deg,
            rgba(220, 220, 30, 1.0) 0%,
            rgba(250, 250, 150, 0.9) 30%,
            rgba(250, 220, 80, 1.0) 50%,
            rgba(250, 250, 150, 0.9) 10%,
            rgba(250, 210, 100, 0.8) 20%);
}
.txt-futures {
    --colors: linear-gradient(50deg, rgba(20, 170, 200, 1.0) 0%, rgba(20, 90, 90, 0.9) 30%, rgba(120, 170, 220, 1.0) 50%, rgba(20, 50, 60, 0.9) 10%, rgba(50, 120, 250, 0.8) 20%);
}
.txt-mints {
    --colors: linear-gradient(50deg, rgba(150, 200, 30, 1.0) 0%, rgba(170, 240, 30, 0.9) 30%, rgba(120, 170, 10, 1.0) 50%, rgba(150, 200, 30, 0.9) 10%, rgba(170, 240, 30, 0.8) 20%);
}
.txt-neons {
    --colors: linear-gradient(50deg, rgba(120, 50, 220, 1.0) 0%, rgba(240, 140, 220, 0.9) 30%, rgba(150, 20, 190, 1.0) 50%, rgba(120, 50, 120, 0.9) 10%, rgba(80, 50, 120, 0.8) 20%);
}
.txt-snows {
    --colors: linear-gradient(50deg, rgba(250, 250, 250, 0.9) 0%, rgba(220, 230, 230, 0.8) 20%, rgba(250, 240, 220, 0.9) 30%, rgba(220, 220, 230, 0.9) 40%, rgba(250, 240, 190, 0.8) 60%, rgba(210, 210, 220, 0.9) 80%, rgba(240, 240, 250, 0.9) 100%);
}
.txt-grays {
    --colors: linear-gradient(50deg, rgba(180, 200, 220, 0.9) 10%, rgba(30, 30, 60, 0.8) 20%, rgba(220, 200, 190, 0.9) 10%, rgba(70, 70, 120, 0.8) 20%);
}
.txt-deeps {
    --colors: linear-gradient(50deg, rgba(40, 40, 100, 1.0) 0%, rgba(20, 20, 20, 0.8) 20%, rgba(20, 20, 50, 0.7) 40%, rgba(20, 20, 50, 0.8) 70%, rgba(50, 50, 50, 0.8) 20%);
}
/* ==========================================================================
   4. BUTTON SYSTEM (Universal Controller)
   ========================================================================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 14px;
    font-size: .8rem;
    font-weight: 400;
    font-family: var(--help);
    letter-spacing: .2px;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    /* Otomatis memicu nilai dari class bg-* yang digandengkan */
    background: var(--colors) !important;
    color: var(--text-color) !important;
    border: 1px solid var(--glows);
}
.btn:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 8px 20px rgba(0, 0, 0, .25), 0 0 15px var(--glows);
    filter: brightness(1.08);
}
.btn:active {
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, .25);
}
.btn:disabled,
.btn.disabled {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none;
}
/* Button Sizes */
.btn-sm {
    padding: 6px 12px;
    font-size: .8rem;
    border-radius: 10px;
}
.btn-lg {
    padding: 14px 22px;
    font-size: 1rem;
    border-radius: 18px;
}
.btn-xl {
    padding: 18px 28px;
    font-size: 1.1rem;
    border-radius: 20px;
}
.btn-wide,
.btn-block {
    width: 100%;
}
/* Icon Buttons */
.btn-icon {
    width: 42px;
    height: 42px;
    padding: 0;
    flex-shrink: 0;
}
.btn-icon i {
    font-size: 1rem;
}
.btn-icon-lg {
    width: 52px;
    height: 52px;
}
.btn-icon-lg i {
    font-size: 1.2rem;
}
.btn-icon-text {
    gap: 8px;
}
.btn-icon-text i {
    font-size: 1rem;
}
/* Button Group */
.btn-group {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.btn-group .btn {
    border-radius: 18px !important;
    border: 1px solid rgba(0, 0, 0, .98);
}
.btn-group .btn:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, .15), 0 0 10px var(--glows);
}
/* Outline Component Variation */
[class*="btn-outline-"] {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid var(--colors);
    color: var(--text-color) !important;
}
[class*="btn-outline-"]:hover {
    background: var(--colors) !important;
    color: rgba(255, 255, 255, 0.9) !important;
}
/* Close Button Utility */
.btn-close {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 !important;
    color: #000000 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    cursor: pointer;
    display: inline-flex !important;
    align-items: center;
    opacity: 1 !important;
}
/* ==========================================================================
   5. OPACITY UTILITIES (Super Minimalis & Universal)
   ========================================================================== */
/* --- A. SMART BACKGROUND OPACITY --- */
/* Otomatis mendeteksi kelas seperti bg-white, bg-white-10, bg-dark-50, dll */
[class*="bg-white"] {
    background-color: rgba(var(--white-rgb), var(--opacity, 1)) !important;
}
[class*="bg-dark"] {
    background-color: rgba(var(--dark-rgb), var(--opacity, 1)) !important;
}
/* --- B. SMART TEXT OPACITY --- */
/* Otomatis mendeteksi kelas seperti txt-white, txt-white-30, txt-dark-80, dll */
[class*="txt-white"] {
    color: rgba(var(--white-rgb), var(--opacity, 1)) !important;
}
[class*="txt-dark"] {
    color: rgba(var(--dark-rgb), var(--opacity, 1)) !important;
}
/* --- C. AUTOMATIC OPACITY MAPPING (0.1 - 0.9) --- */
/* Menggunakan akhiran selektor ($=) untuk membaca angka di ujung nama class */
[class$="-10"] {
    --opacity: 0.1;
}
[class$="-20"] {
    --opacity: 0.2;
}
[class$="-30"] {
    --opacity: 0.3;
}
[class$="-40"] {
    --opacity: 0.4;
}
[class$="-50"] {
    --opacity: 0.5;
}
[class$="-60"] {
    --opacity: 0.6;
}
[class$="-70"] {
    --opacity: 0.7;
}
[class$="-80"] {
    --opacity: 0.8;
}
[class$="-90"] {
    --opacity: 0.9;
}
/* Teks Stroke Transparan Bawaan Anda */
.txt-op {
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
}
/* ==========================================================================
   6. TYPOGRAPHY & BODY SYSTEM
   ========================================================================== */
body {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--subtitle);
    background-color: transparent;
    overflow-x: hidden;
}
/* Font Families */
.fo-caption {
    font-family: var(--caption);
}
.fo-label {
    font-family: var(--label);
}
.fo-title {
    font-family: var(--title);
}
.fo-subtitle {
    font-family: var(--subtitle);
}
.fo-desc {
    font-family: var(--desc);
}
.fo-help {
    font-family: var(--help);
}
/* Font Weights */
.cfw-lighter {
    font-weight: 200;
}
.cfw-lights {
    font-weight: 300;
}
.cfw-light {
    font-weight: 400;
}
.cfw-semi {
    font-weight: 500;
}
.cfw-bold {
    font-weight: 700;
}
.cfw-bolds {
    font-weight: 800;
}
.cfw-bolder {
    font-weight: 900;
}
/* Responsive Font Sizes */
.ch-1,
.ch-2,
.ch-3,
.ch-4,
.ch-5 {
    font-weight: 700 !important;
}
.ch-1 {
    font-size: calc(2.85rem + 2.5vw) !important;
}
.ch-2 {
    font-size: calc(2.65rem + 2.5vw) !important;
}
.ch-3 {
    font-size: calc(2.45rem + 2.5vw) !important;
}
.ch-4 {
    font-size: calc(2.25rem + 2.5vw) !important;
}
.ch-5 {
    font-size: calc(2.05rem + 2.5vw) !important;
}
.cfs-1 {
    font-size: calc(1.7rem + 1.5vw) !important;
}
.cfs-2 {
    font-size: calc(1.5rem + 1.5vw) !important;
}
.cfs-3 {
    font-size: calc(1.3rem + 1.5vw) !important;
}
.cfs-4 {
    font-size: calc(1.2rem + 0.2vw) !important;
}
.cfs-5 {
    font-size: calc(1.1rem + 0.2vw) !important;
}
.cfs-6 {
    font-size: calc(0.9rem + 0.2vw) !important;
}
.cfs-0 {
    font-size: calc(0.8rem + 0.2vw) !important;
}
.cfs-is {
    font-size: clamp(8px, 0.68rem + 0.5vw, 12px);
    font-style: italic !important;
}
.cfs-sm {
    font-size: clamp(8px, 0.65rem + 0.5vw, 14px);
}
.cfs-ix {
    font-size: clamp(8px, 0.58rem + 0.5vw, 12px);
    font-style: italic !important;
}
.cfs-xs {
    font-size: clamp(8px, 0.55rem + 0.5vw, 12px);
}
/* ==== TILE ==== */
.tile {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: block;
    background: var(--colors);
    transition: .25s;
    width: 100%;
}
/* RESPONSIVE SIZE SYSTEM */
.tile.ratio-1 {
    width: clamp(50px, 22vw, 2cm);
    height: clamp(50px, 22vw, 2cm);
}
.tile.ratio-4 {
    width: clamp(80px, 32vw, 4cm);
    height: clamp(80px, 32vw, 4cm);
}
.tile.ratio-8 {
    width: clamp(100px, 42vw, 8cm);
    height: clamp(100px, 42vw, 8cm);
}
.tile.ratio-10 {
    width: 100%;
    aspect-ratio: 1/1;
}
/* CONTENT */
.tile-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: clamp(.45rem, 2vw, 1rem);
    z-index: 2;
}
/* icon */
.tile-icon {
    font-size: clamp(0.85rem, 5vw, 1.25rem);
    font-family: var(--caption);
    margin-bottom: .45rem;
    line-height: 1;
}
/* title */
.tile-title {
    font-size: clamp(.65rem, 2.6vw, 0.85rem);
    font-weight: 600;
    font-family: var(--title);
    opacity: .85;
    text-transform: uppercase;
    line-height: 1.2;
    max-width: 100%;
    word-break: break-word;
}
/* subtitle */
.tile-subtitle {
    font-size: clamp(.45rem, 2vw, .55rem);
    font-family: var(--desc);
    line-height: 1.2;
    margin-top: .25rem;
    opacity: .85;
    max-width: 100%;
}
/* hover */
.tile:hover {
    transform: translateY(-4px);
    filter: brightness(1.08) saturate(1.08);
}
/* glow */
.tile::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    box-shadow: inset 0 0 40px rgba(255, 255, 255, .08);
}
/* ==== SPLASH SCREEN ==== */
/* ---------- MODAL ---------- */
.splash-modal {
    background: var(--colors, var(--xcolors));
    color: #ffffff;
    border: none;
}
/* ---------- HEADER ---------- */
.splash-header {
    background: rgba(10, 10, 10, 0.5);
    border-bottom: 1px solid #334155;
    padding: 18px 22px;
}
.splash-header img {
    filter: none;
}
.splash-header-title {
    color: #f4c542;
    text-shadow: none;
}
.splash-header-subtitle {
    color: #cbd5e1;
    letter-spacing: .5px;
}
/* ---------- BODY ---------- */
.splash-body {
    background: rgba(10, 10, 10, 0.5);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}
.splash-body::-webkit-scrollbar {
    width: 8px;
}
.splash-body::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: #cbd5e1;
}
/* ---------- FOOTER ---------- */
.splash-footer {
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
}
/* ---------- CARD ---------- */
.splash-card {
    background: rgba(240, 240, 250, 0.5);
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}
/* Hilangkan efek sebelum */
.splash-card::before {
    display: none;
}
/* Hilangkan seluruh hover */
.splash-card:hover {
    transform: none;
    border-color: #e2e8f0;
}
.splash-card-header {
    padding: 12px 18px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    font-size: .78rem;
    font-weight: 700;
    font-family: var(--subtitle);
    letter-spacing: .8px;
    text-transform: uppercase;
    color: inherit;
    text-shadow: none;
}
.splash-card-body {
    padding: 18px;
    color: inherit;
    background: rgba(240, 240, 250, 0.5);
}
.splash-card-body strong {
    color: #0f172a;
}
.splash-card-body p {
    background: rgba(240, 240, 250, 0.5);
}
/* ---------- HERO BANNER ---------- */
.splash-banner {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}
.splash-banner img {
    width: 100%;
    display: block;
}
/* Hilangkan overlay */
.splash-banner::after {
    display: none;
}
.splash-banner-content {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 18px;
    z-index: 2;
}
/* ---------- BUTTON ---------- */
.splash-btn {
    border: 1px solid #d6b248;
    color: #1e293b;
    font-weight: 700;
    border-radius: 12px;
    background: #f4c542;
    transition: none;
}
.splash-btn:hover {
    transform: none;
    background: #f4c542;
}
/* ---------- TICKER ---------- */
.splash-ticker {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
}
.splash-ticker::-webkit-scrollbar {
    display: none;
}
.splash-ticker-track {
    display: inline-block;
    color: #b8860b;
    font-weight: 600;
    animation: none;
}
/* Hilangkan animasi */
@keyframes splashTicker {
    from {
        transform: none;
    }
    to {
        transform: none;
    }
}
/* ---------- VIDEO ---------- */
.splash-video {
    border-radius: 16px;
    overflow: hidden;
}
/* ---------- NEWS ---------- */
.splash-news-item {
    padding: 12px 0;
    border-bottom: 1px solid #e2e8f0;
}
.splash-news-item:last-child {
    border-bottom: none;
}
.splash-news-title {
    font-weight: 600;
    color: #1e293b;
}
.splash-news-desc {
    color: #64748b;
    font-size: .9rem;
}
/* ---------- MOBILE ---------- */
@media (max-width:768px) {
    .splash-header {
        padding: 14px;
    }
    .splash-card {
        border-radius: 14px;
    }
    .splash-card-header {
        padding: 10px 14px;
    }
    .splash-card-body {
        padding: 14px;
    }
    .splash-banner {
        border-radius: 14px;
    }
    .splash-btn {
        border-radius: 10px;
    }
}
/* ==== BLOCK POD SYSTEM (FINTECH EDITION) ==== */
.pod {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: var(--colors, rgba(250, 250, 250, 0.8));
    color: var(--text-color, rgba(10, 10, 30, 0.8));
    border: 1px solid rgba(20, 20, 50, 0.5);
}
.pod>* {
    position: relative;
    z-index: 1;
}
/* ==== FINTECH GLASS OVERLAY (SUBTLE) ==== */
.pod::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 10, 30, 0.2), transparent 30%);
    pointer-events: none;
}
.pod::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--glows, rgba(10, 10, 30, 0.1));
    pointer-events: none;
}
/* HEADER LAYOUT - VERSI 1 */
.pod-header {
    display: flex;
    height: 84px;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    padding: 0 14px;
    background: var(--colors, rgba(250, 250, 250, 0.8));
    color: inherit;
    border: none;
}
.pod-header .pod-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}
/* ICON */
.pod-icon {
    width: 48px;
    height: 48px;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: none;
    background: var(--colors, rgba(250, 250, 250, 0.8));
    color: inherit;
}
/* TITLE & SUBTITLE */
.pod-title {
    font-size: 1.2rem;
    font-weight: 600;
    font-family: var(--title);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: inherit;
    margin-bottom: 1px;
}
.pod-subtitle {
    font-size: 0.7rem;
    font-family: var(--desc);
    font-weight: 400;
    color: inherit;
}
/* HEADER RIGHT & BUTTON SYSTEM */
.pod-header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}
.pod-header-right .btn-flex {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.pod-option .btn,
.pod-header-right .btn {
    min-width: 36px;
    height: 36px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    white-space: nowrap;
    background: var(--colors, rgba(250, 250, 250, 0.8));
    color: inherit;
    border: 1px solid rgba(10, 10, 30, 0.2);
    border-radius: 8px;
    font-size: 0.7rem;
    font-weight: 300;
    font-family: var(--help);
    letter-spacing: 0.05em;
}
/* BUTTON STATE (TANPA ANIMASI SKALA/TRANSFORM) */
.pod-option .btn:hover,
.pod-header-right .btn:hover {
    background: rgba(0, 0, 0, 0.02);
    border-color: rgba(0, 0, 0, 0.15);
}
.pod-option .btn.active,
.pod-header-right .btn.active {
    background: rgba(0, 0, 0, 0.05);
    border-color: var(--text-color, #000000);
}
.pod-option .btn:active,
.pod-header-right .btn:active {
    background: rgba(0, 0, 0, 0.08);
}
.pod-option .btn:focus,
.pod-header-right .btn:focus {
    outline: none;
}
/* BUTTON UTILITY */
.pod-option .btn i,
.pod-header-right .btn i {
    font-size: 0.95rem;
    line-height: 1;
}
.btn-icon-only {
    width: 36px;
    min-width: 36px;
    padding: 0;
}
.btn-icon-text {
    padding: 0 14px;
}
/* POD BODY & FOOTER SYSTEM */
.pod-body {
    position: relative;
    flex: 1;
    padding: 20px;
    background: transparent;
    color: inherit;
}
.pod-body.pod-light {
    background: rgba(250, 250, 250, 0.9);
    color: rgba(20, 20, 50, 0.9);
    border-top: 1px solid rgba(70, 60, 60, 0.5);
}
.pod-body.pod-dark {
    background: rgba(10, 10, 30, 0.5);
    color: rgba(250, 250, 250, 0.9);
    border-top: 1px solid rgba(10, 10, 40, 0.5);
}
.pod-body.pod-op {
    position: relative;
    overflow: hidden;
    color: var(--text-light);
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(10, 10, 40, 0.5);
}
.pod-body.pod-op.has-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pod-body.pod-op.has-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(13, 14, 18, 0.6);
    pointer-events: none;
}
.pod-body.pod-op>* {
    position: relative;
    z-index: 2;
}
/* SCROLLABLE BODY */
.pod-body.pod-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 280px;
    scrollbar-width: thin;
    background: rgba(250, 250, 250, 0.9);
    color: rgba(10, 10, 50, 0.9);
    border-top: 1px solid rgba(10, 10, 40, 0.5);
}
.pod-body.pod-scroll::-webkit-scrollbar {
    width: 4px;
}
.pod-body.pod-scroll::-webkit-scrollbar-track {
    background: transparent;
}
.pod-body.pod-scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.pod-body.pod-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.2);
}
/* ==== POD FOOTER ==== */
.pod-footer {
    padding: 10px;
    font-size: 0.8rem;
    background: var(--colors, rgba(250, 250, 250, 0.8));
    color: inherit;
    border: 1px solid rgba(10, 10, 30, 0.2);
    border-radius: 4px;
}
/* ==== MODAL FIX ==== */
.modal {
    z-index: 3000 !important;
}
.modal-backdrop {
    z-index: 2990 !important;
}
/* RESPONSIVE MEDIA QUERY (MAX-WIDTH: 840px) */
@media (max-width:840px) {
    .pod {
        border-radius: 12px;
    }
    .pod-header {
        flex-direction: column;
        height: auto;
        justify-content: center;
        align-items: center;
        gap: 12px;
        padding: 1.25rem 1rem;
        text-align: center;
    }
    .pod-header .pod-header-left {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 8px;
        text-align: left;
        flex: 1;
        min-width: 240px;
    }
    .pod-header .pod-header-left .pod-title {
        font-size: .9rem;
        margin-bottom: 2px !important;
    }
    .pod-header .pod-header-left .pod-subtitle {
        font-size: .75rem;
    }
    .pod-header .pod-header-right {
        width: auto;
        justify-content: center;
        flex-shrink: 0;
    }
    .pod-header .pod-header-right .btn-flex {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 4px;
        flex-wrap: wrap;
    }
    .pod-header .pod-header-right .btn {
        font-size: 0.8rem;
        font-family: var(--help);
        height: auto;
        min-width: auto;
        padding: 6px 14px;
        border-radius: 8px;
    }
    .pod-header .btn-icon-mobile span {
        display: none !important;
    }
    .pod-header .btn-icon-mobile {
        width: 34px !important;
        min-width: 34px !important;
        height: 32px !important;
        padding: 0 !important;
    }
    .pod-header .btn-icon-text span {
        display: inline !important;
    }
    .pod-header .btn-icon-text {
        width: auto !important;
        padding: 0 12px !important;
    }
}
/* ==== UNIVERSAL LOADING STYLE ==== */
/* ---- WRAPPER ---- */
.ui-loading {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px 24px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg,
            rgba(20, 20, 20, .72),
            rgba(40, 40, 40, .45));
    border: 1px solid rgba(250, 250, 250, .08);
    backdrop-filter: blur(18px) saturate(180%);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25),
        inset 0 1px 0 rgba(250, 250, 250, .05);
}
/* ---- Glow line atas ---- */
.ui-loading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,
            #14C8DC,
            #78FAFA,
            #3250FA);
    opacity: 0.85;
}
/* ---- SPINNER ---- */
.ui-loading-spinner {
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 3px solid rgba(250, 250, 250, .75);
    border-top-color: rgba(200, 150, 50);
    animation: uiSpin .8s linear infinite;
    box-shadow: 0 0 18px rgba(220, 50, 20, 0.55);
}
/* ---- TEXT ---- */
.ui-loading-text {
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: rgba(250, 250, 250, .75);
    animation: uiPulse 1.5s ease infinite;
}
/* ---- DOTS ---- */
.ui-loading-dots::after {
    content: "";
    animation: uiDots 1.5s infinite;
}
/* ---- SIZES ---- */
.ui-loading-sm {
    padding: 14px;
    gap: 8px;
}
.ui-loading-sm .ui-loading-spinner {
    width: 32px;
    height: 32px;
}
.ui-loading-sm .ui-loading-text {
    font-size: .75rem;
}
.ui-loading-lg {
    padding: 40px 24px;
}
.ui-loading-lg .ui-loading-spinner {
    width: 58px;
    height: 58px;
}
.ui-loading-lg .ui-loading-text {
    font-size: .95rem;
}
/* ---- COLORS ---- */
.ui-loading-warning .ui-loading-spinner {
    border-top-color: #ffc107;
    box-shadow: 0 0 18px rgba(250, 193, 7, .35);
}
.ui-loading-success .ui-loading-spinner {
    border-top-color: #20c997;
    box-shadow: 0 0 18px rgba(32, 201, 151, .35);
}
.ui-loading-danger .ui-loading-spinner {
    border-top-color: #ff4d6d;
    box-shadow: 0 0 18px rgba(250, 77, 109, .35);
}
.ui-loading-primary .ui-loading-spinner {
    border-top-color: #4d8dff;
    box-shadow: 0 0 18px rgba(77, 141, 250, .35);
}
/* ---- ANIMATIONS ---- */
@keyframes uiSpin {
    to {
        transform: rotate(360deg);
    }
}
@keyframes uiPulse {
    0% {
        opacity: .45;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .45;
    }
}
@keyframes uiDots {
    0% {
        content: "";
    }
    33% {
        content: ".";
    }
    66% {
        content: "..";
    }
    100% {
        content: "...";
    }
}
/* ==== FAQ ENTERPRISE LUXURY ==== */
/* ITEM */
.faq-item {
    margin-bottom: 10px;
    border: 1px solid rgba(20, 20, 50, 0.5);
    border-radius: 8px;
    background: #ffffff;
}
/* HEADER */
.faq-header {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border: 0;
    background: #fafafa;
    text-align: left;
    cursor: pointer;
}
/* OPEN */
.faq-header:not(.collapsed) {
    background: #f5f5f5;
    border-bottom: 1px solid #e5e7eb;
}
/* ICON */
.faq-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
}
.faq-icon i {
    font-size: 1.2rem;
}
/* TITLE */
.faq-title-wrap {
    flex: 1;
    min-width: 0;
}
.faq-title {
    color: #1e293b;
    font-size: .8rem;
    font-weight: 500;
    font-family: var(--subtitle);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* SUBTITLE */
.faq-desc {
    flex-shrink: 0;
    padding: 4px 10px;
    border-radius: 20px;
    background: #f1f5f9;
    color: #64748b;
    font-size: .7rem;
    font-family: var(--desc);
    text-transform: uppercase;
    font-weight: 300;
}
/* BODY DEFAULT */
.faq-body {
    padding: 18px;
    background: #ffffff;
    color: #475569;
    font-size: 14px;
    line-height: 1.2;
    font-family: var(--desc);
}
/* SECTION TITLE */
.faq-section-title {
    margin: 20px 0 10px;
    color: #1e293b;
    font-size: 0.8rem;
    font-weight: 500;
}
/* FOOTER */
.faq-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 18px;
    border-top: 1px solid rgba(20, 20, 20, 0.5);
    background: rgba(250, 250, 250, 0.5);
    color: rgb(60, 60, 60);
    font-size: 0.7rem;
    font-family: var(--desc);
}
.faq-footer span {
    display: flex;
    align-items: center;
    gap: 5px;
}
/* ==========================================
   BODY VARIANTS
========================================== */
.faq-body-primary {
    padding: 18px;
    margin: 12px 0;
    background: #f8fbff;
    border-left: 4px solid #2563eb;
    color: #1e3a5f;
}
.faq-body-secondary {
    padding: 18px;
    margin: 12px 0;
    background: #f8f9fa;
    border-left: 4px solid #6b7280;
    color: #374151;
}
.faq-body-success {
    padding: 18px;
    margin: 12px 0;
    background: #f6fcf8;
    border-left: 4px solid #16a34a;
    color: #166534;
}
.faq-body-danger {
    padding: 18px;
    margin: 12px 0;
    background: #fff7f7;
    border-left: 4px solid #dc2626;
    color: #991b1b;
}
.faq-body-warning {
    padding: 18px;
    margin: 12px 0;
    background: #fffdf6;
    border-left: 4px solid #d97706;
    color: #92400e;
}
.faq-body-info {
    padding: 18px;
    margin: 12px 0;
    background: #f4fcfd;
    border-left: 4px solid #0891b2;
    color: #155e75;
}
.faq-body-light {
    padding: 18px;
    margin: 12px 0;
    background: #fafafa;
    border-left: 4px solid #d1d5db;
    color: #52525b;
}
.faq-body-dark {
    padding: 18px;
    margin: 12px 0;
    background: #f3f4f6;
    border-left: 4px solid #374151;
    color: #1f2937;
}
/* ==========================================
   OPEN STATE
========================================== */
.faq-header:not(.collapsed) .faq-icon {
    color: #2563eb;
}
.faq-header:not(.collapsed) .faq-title {
    color: #0f172a;
}
.faq-header:not(.collapsed) .faq-desc {
    background: #e2e8f0;
    color: #475569;
}
/* ==========================================
   TYPOGRAPHY
========================================== */
.faq-body p {
    margin: 0 0 12px;
}
.faq-body ul,
.faq-body ol {
    margin: 10px 0;
    padding-left: 22px;
}
.faq-body li {
    margin: 6px 0;
}
.faq-body strong {
    color: #1e293b;
    font-weight: 600;
}
.faq-body a {
    color: #2563eb;
    text-decoration: none;
}
.faq-body code {
    padding: 2px 5px;
    background: #f8fafc;
    color: #334155;
    border-radius: 4px;
}
/* ==========================================
   MOBILE
========================================== */
@media (max-width:840px) {
    .faq-header {
        padding: 10px 12px;
        gap: 8px;
    }
    .faq-icon {
        width: 32px;
        height: 32px;
    }
    .faq-icon i {
        font-size: 1rem;
    }
    .faq-title {
        font-size: .78rem;
    }
    .faq-desc {
        font-size: .65rem;
        padding: 3px 8px;
    }
    .faq-body {
        padding: 14px;
        font-size: .80rem;
        line-height: 1.7;
    }
    .faq-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        padding: 10px 14px;
        font-size: .70rem;
    }
}
/* ==== NAVIGASI BAR ==== */
.navigasi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 18px;
    background: rgba(20, 20, 20, 0.2);
}
/* BRAND & LOGO */
.navigasi-brand {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1;
}
.navigasi-logo img {
    display: block;
}
.navigasi-divider {
    width: 2px;
    align-self: stretch;
    background: #d4af37;
}
.navigasi-title {
    margin: 0;
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--colors, var(--xcolors));
    font-family: var(--help);
    line-height: 1;
    letter-spacing: 5px;
}
.navigasi-subtitle {
    margin-top: 4px;
    font-size: 1.5rem;
    font-weight: 400;
    color: rgba(220, 220, 220, 0.8);
    font-family: var(--label);
}
/* TOMBOL MUSIK & HAMBURGER */
.navigasi-btn-icon,
.navigasi-btn-menu {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    border: 1px solid rgba(50, 50, 100, 0.5) !important;
    background: rgba(250, 250, 250, 1.0) !important;
    color: rgba(10, 10, 10, 0.9) !important;
    font-size: 1.8rem;
    font-weight: 200;
    font-family: var(--desc);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: none !important;
}
/* DESKTOP BUTTON GROUP CONTAINER */
.navigasi-button {
    display: flex;
    align-items: center;
    gap: 4px;
}
.navigasi-btn {
    width: auto;
    height: auto;
    border-radius: 14px;
    border: 1px solid rgba(50, 50, 100, 0.5) !important;
    background: rgba(250, 250, 250, 1.0) !important;
    color: rgba(10, 10, 10, 0.9) !important;
    font-size: 0.8rem;
    font-weight: 400;
    font-family: var(--title);
    text-transform: capitalize;
    padding: 10px 18px;
    white-space: nowrap;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: none !important;
}
/* Opsional: Mengatur ukuran ikon di dalam tombol jika diperlukan */
.navigasi-btn i,
.navigasi-btn svg {
    font-size: 1.4rem;
}
.navigasi-btn:hover,
.navigasi-btn-icon:hover,
.navigasi-btn-menu:hover,
.navigasi-dropdown .navigasi-dropdown-item:hover,
.navigasi-dropdown .navigasi-dropdown-item:focus {
    background: rgba(50, 50, 50, 0.8) !important;
    color: rgba(250, 250, 250, 1.0) !important;
}
/* DROPDOWN MENU CONTAINER */
.navigasi-mobile {
    display: none;
    position: relative;
}
.navigasi-dropdown {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0;
    min-width: 220px;
    margin-top: 8px !important;
    animation: none !important;
    -webkit-animation: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}
.navigasi-dropdown .navigasi-dropdown-item {
    width: 100%;
    height: 48px;
    border-radius: 24px;
    border: 1px solid rgba(10, 10, 10, 0.5) !important;
    background: rgba(250, 250, 250, 1.0) !important;
    color: rgba(10, 10, 10, 0.9) !important;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: var(--help);
    text-transform: capitalize;
    padding: 0 18px;
    white-space: nowrap;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: start;
    transition: none !important;
    /* Hapus transisi */
}
.navigasi-dropdown li {
    margin-bottom: 8px;
    list-style: none;
}
.navigasi-dropdown li:last-child {
    margin-bottom: 0;
}
/* RESPONSIVE STYLING */
@media (max-width: 840px) {
    .navigasi {
        padding: 12px;
        gap: 12px;
    }
    .navigasi-logo img {
        width: 72px;
        height: auto;
    }
    .navigasi-title {
        font-size: 1.5rem;
        letter-spacing: 4px;
    }
    .navigasi-subtitle {
        font-size: .7rem;
        font-family: var(--desc);
    }
    .navigasi-button {
        display: none;
    }
    .navigasi-mobile {
        display: block;
        flex-shrink: 0;
    }
    .navigasi-btn-icon {
        display: flex;
        flex-shrink: 0;
    }
}
/* ============= SHORCUT BAR ============= */
.shortcut-wrapper {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 12px;
    transform: none;
    left: auto;
    top: auto;
}
/* navbar */
.shortcut-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all .45s cubic-bezier(0.175, 0.285, 0.32, 1.275);
    background: transparent;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}
/* Hidden State */
.shortcut-nav.hidden {
    opacity: 0;
    transform: translateX(40px) scale(.85);
    pointer-events: none;
}
/* START MENU BUTTON */
#toggle-shortcut {
    order: 99;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(10, 50, 100, 0.9);
    border: 1px solid rgba(250, 250, 250, 0.08);
    transition: all .35s ease;
}
/* Icon */
#toggle-shortcut i {
    font-size: 32px;
    color: rgba(250, 240, 200, 0.8);
}
/* Hover */
#toggle-shortcut:hover {
    transform: translateY(-4px) scale(1.04);
}
/* Active */
#toggle-shortcut.active-toggle {
    background: rgba(10, 70, 90, 0.7);
    color: rgba(250, 240, 200, 0.8);
}
/* =SHORTCUT ITEM */
.shortcut-item {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(50deg,
            rgba(40, 40, 100, 0.4) 0%,
            rgba(20, 20, 20, 0.8) 20%,
            rgba(20, 20, 50, 0.7) 40%,
            rgba(20, 20, 50, 0.8) 70%,
            rgba(50, 50, 50, 0.5) 100%);
    border: 1px solid rgba(50, 50, 100, 0.5);
    transition: all .28s ease;
}
/* Link */
.shortcut-item a,
.popup-menu a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: rgba(220, 250, 240, 0.9);
}
/* Icon */
.shortcut-item i {
    font-size: 14px;
    color: rgba(220, 250, 240, 0.9);
}
/* Text */
.shortcut-item span {
    margin-top: 2px;
    font-size: 0.7rem;
    font-weight: 300;
    font-family: var(--desc);
    letter-spacing: .2px;
    text-transform: uppercase;
    color: rgba(220, 250, 240, 0.9);
}
/* HOVER / ACTIVE */
.shortcut-item:hover,
.shortcut-item.active,
.popup-menu a:hover {
    transform: translateY(-5px) scale(1.03);
    background: rgba(10, 70, 90, 0.9) !important;
    box-shadow: 0 0 12px rgb(160, 160, 170);
}
.shortcut-item:hover span,
.shortcut-item.active span {
    color: rgba(220, 250, 240, 0.9);
}
/* POPUP MENU */
.popup-menu {
    position: absolute;
    right: 0;
    bottom: 120%;
    display: none;
    flex-direction: column-reverse;
    gap: 10px;
    padding-bottom: 10px;
    z-index: 10001;
    transform: translateY(20px) scale(.8);
    opacity: 0;
}
/* Open */
.shortcut-item.open .popup-menu {
    display: flex !important;
    animation: popupSlideVertical .3s forwards;
}
/* Popup Button */
.popup-menu a {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(50deg,
            rgba(40, 40, 100, 0.4) 0%,
            rgba(20, 20, 20, 0.8) 20%,
            rgba(20, 20, 50, 0.7) 40%,
            rgba(20, 20, 50, 0.8) 70%,
            rgba(50, 50, 50, 0.5) 100%);
    border: 1px solid rgba(50, 50, 100, 0.5);
}
/* Popup Text */
.popup-menu span {
    margin-top: 2px;
    font-size: 0.7rem;
    font-weight: 300;
    font-family: var(--desc);
    letter-spacing: .2px;
    text-transform: uppercase;
    color: rgba(220, 250, 240, 0.9);
}
/* ANIMATION */
@keyframes popupSlideVertical {
    from {
        opacity: 0;
        transform: translateY(20px) scale(.8);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
/* ==================================================
   USER WIDGET — LUXURY GOLD / CRYPTO FOREX STYLE
================================================== */
.widget-user {
    width: 40%;
    margin-left: auto;
    display: flex;
    align-items: stretch;
    gap: 8px;
    padding: 8px;
    min-height: 150px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
/* ---- PREMIUM GLASS ---- */
.user-glass {
    background: linear-gradient(145deg,
            rgba(255, 255, 255, .08),
            rgba(255, 255, 255, .03));
    border: 1px solid rgba(220, 190, 120, .22);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .10),
        0 20px 60px rgba(0, 0, 0, .30),
        0 0 0 1px rgba(255, 210, 120, .04);
}
/* GOLD SHINE */
.widget-user::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right,
            rgba(255, 220, 120, .18),
            transparent 40%);
    pointer-events: none;
}
/* ---- LEFT ---- */
.widget-user-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.user-header {
    display: flex;
    align-items: center;
    gap: 8px;
}
/* ---- AVATAR ---- */
.user-avatar {
    width: 58px;
    height: 58px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    background: linear-gradient(145deg,
            rgba(255, 220, 140, .35),
            rgba(255, 255, 255, .03));
    border: 1px solid rgba(255, 220, 140, .30);
}
.user-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}
/* ---- TEXT ---- */
.user-title {
    margin-top: 2px;
    margin: 0;
    font-size: 1.15rem;
    letter-spacing: 2px;
    color: rgba(250, 200, 100, 1);
    font-family: var(--title);
}
.user-label {
    display: block;
    margin-top: 4px;
    font-size: 0.75rem;
    font-weight: 200;
    color: rgba(200, 200, 200, .95);
    font-family: var(--desc);
}
.user-desc {
    margin-top: 0;
    color: rgba(200, 200, 200, .95);
    font-family: var(--help);
}
/* ---- BODY ---- */
.user-body {
    margin-top: 4px;
}
.user-body .p-2 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.user-body .item-stat {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border-radius: 10px;
    background: linear-gradient(145deg,
            rgba(250, 250, 250, .06),
            rgba(250, 250, 250, .02));
    border: 1px solid rgba(250, 250, 250, .06);
}
.user-body .item-stat i {
    font-size: 28px;
    color: rgb(220, 190, 100);
    padding-right: 10px;
}
.user-body .label {
    font-size: .75rem;
    text-transform: uppercase;
    color: rgba(250, 250, 250, .9);
}
.user-body .value {
    color: rgb(240, 240, 250);
    font-size: 0.8rem;
    font-weight: 400;
    font-family: var(--desc);
    padding-left: 10px;
}
/* ---- RIGHT PANEL ---- */
.widget-user-right {
    width: 160px;
    flex-shrink: 0;
}
.button-user-group {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/* BUTTON */
.button-user-group .btn {
    flex: 1;
    min-height: 58px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    text-decoration: none;
    color: rgb(240, 240, 250);
    background: rgba(80, 70, 140, 0.2);
    border: 1px solid rgba(250, 220, 220, .7);
    transition: .25s;
}
.button-user-group .btn i {
    font-size: 1.2rem;
    padding-top: 4px;
    color: rgb(250, 250, 250);
}
.button-user-group .btn span {
    font-size: 0.9rem;
    font-family: var(--subtitle);
    text-transform: capitalize;
    padding-bottom: 2px;
    color: rgb(250, 250, 250);
}
/* ==== PETA JARINGAN BINARY ==== */
.network-wrapper {
    padding: 1px;
    background: rgba(0, 0, 0, 0.01);
}
.network-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px;
    background: rgba(0, 0, 0, 0.01);
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}
.network-scroll::-webkit-scrollbar {
    height: 6px;
}
.network-scroll::-webkit-scrollbar-track {
    background: transparent;
}
.network-scroll::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 99px;
}
#network-container {
    width: max-content;
    min-width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    transform-origin: top center;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.binary-tree {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.binary-children {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding-top: 8px;
    gap: 12px;
}
.binary-node {
    position: relative;
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.binary-tree::after {
    content: '';
    position: absolute;
    bottom: auto;
    left: 50%;
    width: 2px;
    height: 24px;
    background: #191a19;
    z-index: 1;
}
.binary-tree:not(:has(.binary-children))::after {
    display: none;
}
.binary-children::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 25%;
    right: 25%;
    height: 2px;
    background: #191a19;
    z-index: 1;
}
.binary-children>.binary-node:only-child::before {
    display: none;
}
.binary-node::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 24px;
    background: #191a19;
    z-index: 1;
}
/* ==== FINTECH MEMBER CARD SYSTEM  ==== */
.member-card {
    background: rgba(250, 250, 250, 0.95);
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 160px;
    min-width: 160px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
    box-sizing: border-box;
    z-index: 2;
}
.member-header {
    padding: 12px 12px 4px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
}
.member-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
}
.member-avatar {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    object-fit: cover;
    display: block;
}
.member-caption {
    order: 1;
    margin-top: 2px;
    font-size: 0.7rem;
    font-weight: 600;
    font-family: var(--subtitle);
    text-transform: uppercase;
    color: #495057;
}
.member-body {
    padding: 4px 12px 10px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.member-title {
    margin: 0;
    line-height: 0.9;
    font-size: 0.9rem;
    font-weight: 400;
    font-family: var(--desc);
    text-transform: uppercase;
    color: #0f2942;
    word-break: break-all;
}
.member-subtitle {
    display: block;
    margin-top: 8px;
    line-height: 0.8;
    font-size: 0.7rem;
    font-weight: 200;
    font-family: var(--desc);
    text-transform: capitalize;
    color: #93a4b3;
}
.member-footer {
    padding: 8px 6px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.member-footer-kiri,
.member-footer-tengah,
.member-footer-kanan {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.member-footer-tengah {
    display: flex;
    align-items: center;
    justify-content: center;
}
.member-card.border-purple {
    border-top: 4px solid #7048e8 !important;
}
.member-card.border-danger {
    border-top: 4px solid #000000 !important;
}
.member-card.border-primary {
    border-top: 4px solid #1c7ed6 !important;
}
.member-card.border-warning {
    border-top: 4px solid #f08c00 !important;
}
.member-card.border-success {
    border-top: 4px solid #5c940d !important;
}
.member-card.border-dark {
    border-top: 4px solid #495057 !important;
}
.member-card.border-info {
    border-top: 4px solid #0c8599 !important;
}
.member-card.border-secondary {
    border-top: 4px solid #adb5bd !important;
}
@media (max-width: 1400px) {
    #network-container {
        transform: scale(0.95);
    }
}
@media (max-width: 1200px) {
    #network-container {
        transform: scale(0.85);
    }
}
@media (max-width: 992px) {
    #network-container {
        transform: scale(0.75);
    }
}
@media (max-width: 768px) {
    #network-container {
        transform: scale(0.65);
    }
}
.fintech-bonus-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}
/* Header Kartu (Latar Putih Bersih) */
.fintech-bonus-header {
    padding: 14px 14px 4px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
}
.fintech-tier-badge {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 3px 8px;
    border-radius: 6px;
    background: #f1f5f9;
    color: #334155;
    border: 1px solid #cbd5e1;
}
.fintech-date-label {
    font-size: 0.7rem;
    font-weight: 500;
    color: #64748b;
}
.fintech-bonus-body {
    padding: 16px 14px;
    text-align: center;
    flex: 1;
    background: #ffffff;
}
.fintech-bonus-body small {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 4px;
}
.fintech-amount-title {
    font-size: 0.8rem;
    font-weight: 400;
    color: #252f46;
    margin: 0;
    line-height: 1.2;
}
.fintech-amount-currency {
    font-size: 0.9rem;
    font-weight: 500;
    color: #252f46;
    margin-right: 3px;
}
.fintech-bonus-footer {
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
}
.fintech-footer-col {
    flex: 1;
    padding: 10px 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fintech-footer-col:first-child {
    border-right: 1px solid #f1f5f9;
}
.fintech-side-label {
    font-size: 0.55rem;
    font-weight: 600;
    color: #94a3b8;
    letter-spacing: 0.04em;
    margin-bottom: 2px;
}
.fintech-side-value {
    font-size: 0.85rem;
    font-weight: 700;
    color: #0f172a;
}
.card-tier-royal {
    border-top: 4px solid #000000 !important;
}
.card-tier-prime {
    border-top: 4px solid #7048e8 !important;
}
.card-tier-elite {
    border-top: 4px solid #1c7ed6 !important;
}
.card-tier-gold {
    border-top: 4px solid #f08c00 !important;
}
.card-tier-upgrade {
    border-top: 4px solid #5c940d !important;
}
.card-tier-silver {
    border-top: 4px solid #495057 !important;
}
.card-tier-hemat {
    border-top: 4px solid #0c8599 !important;
}
.card-tier-none {
    border-top: 4px solid #adb5bd !important;
}
/* --------------------------------------------------------- */
/* --- Judul: Sertifikat Modern Fintech --- */
/* --------------------------------------------------------- */
.sertifikat {
    max-width: 100%;
    width: 840px;
    height: 100%;
    aspect-ratio: 840 / 560;
    margin: 0.7rem auto;
    padding: 1rem 1rem 1.5rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    background: #ffffff url('../layouts/img/bg_sertifikat.webp') no-repeat center;
    background-size: cover;
    text-align: center;
    position: relative;
    border-radius: 1.25rem;
    box-sizing: border-box;
    overflow: hidden;
}
/* Logo di Pojok Atas Kanan */
.logo88 {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: clamp(50px, 8vw, 80px);
    height: auto;
}
.cert-tag {
    font-family: var(--title);
    font-size: clamp(16px, 1.2vw, 20px);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #866f23;
    margin-bottom: 0.8rem;
    font-weight: 600;
}
/* Judul Utama */
.title {
    font-size: clamp(16px, 2.5vw, 28px);
    font-family: var(--title);
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #866f23;
    text-transform: uppercase;
    line-height: 1.2;
}
/* Nama Penerima */
.nama {
    font-size: clamp(24px, 4.5vw, 36px);
    font-family: var(--title);
    font-weight: 500;
    text-transform: uppercase;
    background: linear-gradient(50deg, rgba(20, 90, 90, 1.0) 30%, rgba(20, 50, 60, 0.7) 70%, rgba(50, 120, 250, 0.9) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-top: 0.8rem;
    margin-bottom: 0.2rem;
    text-decoration: none;
    letter-spacing: -0.01em;
}
/* No ID User */
.noid {
    font-size: clamp(22px, 4.2vw, 32px);
    font-family: var(--desc);
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    background: linear-gradient(50deg, rgba(20, 90, 90, 1.0) 30%, rgba(20, 50, 60, 0.7) 70%, rgba(50, 120, 250, 0.9) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    letter-spacing: 0.05em;
}
/* Kalimat Ucapan / Keterangan */
.ucapan {
    font-size: clamp(14px, 2vw, 20px);
    font-family: var(--caption);
    max-width: 520px;
    margin: 1.5rem auto;
    font-style: normal;
    color: #5c5b5a;
    line-height: 1.8;
}
/* Nominal Bonus (Poin Utama) */
.bonus {
    font-size: clamp(18px, 4.5vw, 42px);
    font-family: var(--desc);
    font-weight: 500;
    letter-spacing: -0.03em;
    margin-top: 1.8rem;
    color: var(--luxurys);
}
/* Responsive tweak untuk layar sangat kecil (Mobile Portrait) */
@media (max-width: 576px) {
    .sertifikat {
        padding: 0.5rem 0.5rem 0.5rem 0.5rem;
        aspect-ratio: auto;
    }
    .logo88 {
        top: 1rem;
        right: 1rem;
    }
    .ucapan {
        margin: 1rem auto;
    }
}
/* --- PORTAL OVERLAY --- */
#portal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, #1a1a1a 0%, #000 100%);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.8s ease;
}
/* ===== FLOATING NEWS ===== */
#notif-container {
    position: fixed;
    right: 20px;
    bottom: 5px;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 999;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}
/* ---- CARD ---- */
.notif-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 4px;
    padding: 10px;
    overflow: hidden;
    border-radius: 10px;
    opacity: .78;
    transform: translateY(20px) scale(.96);
    transition: opacity .35s ease,
        transform .35s ease;
    pointer-events: auto;
}
#notif-container::after {
    content: "";
    display: block;
    min-height: 80px;
    flex-shrink: 0;
}
.notif-card.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}
/* ---- ICON ---- */
.notif-icon {
    width: 48px;
    height: 48px;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notif-icon i {
    font-size: 1.85rem;
    line-height: 1;
    color: inherit;
}
/* ---- BODY ---- */
.notif-body {
    border-left: rgba(220, 220, 220, .95);
    position: relative;
    flex: 1;
    min-width: 0;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}
/* ---- TITLE ---- */
.notif-title {
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 0.75;
    font-family: var(--title);
    color: inherit;
}
/* ---- DESC ---- */
.notif-desc {
    position: absolute;
    top: 4px;
    right: 4px;
    white-space: nowrap;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 0.75;
    font-family: var(--help);
    color: inherit;
    text-align: right;
}
/* ---- SUBTITLE ---- */
.notif-subtitle {
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1;
    color: inherit;
    font-family: var(--desc);
    margin-top: 5px;
    padding: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* ---- PROGRESS ---- */
.notif-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    overflow: hidden;
}
.notif-progress::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(250, 250, 250, 1);
    animation: progressBar linear forwards;
    animation-duration: var(--duration, 5s);
}
@keyframes progressBar {
    from {
        width: 100%;
    }
    to {
        width: 0%;
    }
}
@media (max-width: 840px) {
    #notif-container {
        position: fixed;
        right: 20px;
        bottom: 50px;
        width: 90%;
    }
    .notif-left {
        width: 36px;
        min-width: 36px;
        gap: 4px;
    }
    .notif-icon {
        width: 48px;
        height: 48px;
        display: flex;
    }
    .notif-icon i {
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1;
        color: var(--text-color, var(--txt-muted));
        margin: 0;
    }
    .notif-desc {
        font-size: 0.8rem;
        font-weight: 300;
        line-height: 1;
    }
    .notif-title {
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1.2;
    }
    .notif-subtitle {
        font-size: 0.8rem;
        font-weight: 300;
    }
}
/* =========================================================
   ENHANCED LOGOUT MODAL STYLES (Fintech 2026 Edition)
   ========================================================= */
#logoutModal .modal-content {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 1.25rem !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 1px rgba(0, 0, 0, 0.2) !important;
    overflow: hidden;
}
#logoutModal .bg-danger-subtle {
    background-color: rgba(220, 53, 69, 0.12) !important;
}
#logoutModal .bg-success-subtle {
    background-color: rgba(25, 135, 84, 0.12) !important;
}
#logoutModal .btn-danger {
    background: linear-gradient(135deg, #dc3545, #b02a37);
    border: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
#logoutModal .btn-danger:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(220, 53, 69, 0.4) !important;
    filter: brightness(1.05);
}
#logoutModal .btn-light {
    transition: all 0.2s ease;
}
#logoutModal .btn-light:hover {
    background-color: #f1f5f9;
    border-color: #cbd5e1 !important;
    transform: translateY(-1px);
}
/* --------------------------------------------------------- */
/* --- Tambahan media query kecil --- */
/* --------------------------------------------------------- */
/* Responsive HP */
@media (max-width: 840px) {
    .ui-loading {
        border-radius: 16px;
        padding: 18px 14px;
    }
    .ui-loading-spinner {
        width: 34px;
        height: 34px;
    }
    .ui-loading-text {
        font-size: .75rem;
    }
    .tile {
        width: 100%;
    }
    .tile.ratio-1,
    .tile.ratio-4,
    .tile.ratio-8 {
        height: auto;
        aspect-ratio: 1/1;
    }
    .btn-icon-text span {
        display: none;
    }
    .btn-icon-text {
        width: 38px;
        min-width: 38px;
        padding: 0;
    }
    .btn-group {
        width: 100%;
    }
    .btn-group>[class*="btn-"] {
        flex: 1;
    }
    .widget-user {
        width: 100%;
        margin-left: 0;
        flex-direction: row;
        min-height: 180px;
    }
    .widget-user-right {
        width: 120px;
        display: flex;
    }
    .button-user-group {
        display: flex;
        flex-direction: column;
        gap: 8px;
        height: 100%;
        width: 100%;
    }
    .button-user-group .btn {
        flex: 1;
        min-height: 52px;
        padding: 0;
    }
    /* icon only */
    .button-user-group .btn span,
    .button-user-group .btn-label {
        font-size: 0.75rem;
        font-family: var(--desc);
    }
    .button-user-group .btn i {
        margin: 0;
        font-size: 1.55rem;
    }
    .user-title {
        font-size: .95rem;
    }
    .user-label {
        font-size: .55rem;
    }
}