:root{
    --blue:#2563eb;
    --green:#10b981;
    --dark:#111827;
    --soft:#f8fafc;
}
body{
    min-height:100vh;
    background:
        radial-gradient(circle at top left,#dbeafe,transparent 35%),
        linear-gradient(135deg,#f8fbff,#eef4ff);
    font-family:Arial,sans-serif;
    padding-bottom:96px;
}
.container-app{
    max-width:1100px;
    margin:auto;
    padding:0 16px 24px;
}
.app-header{
    background:rgba(255,255,255,.95);
    border-radius:0 0 30px 30px;
    padding:18px 16px;
    box-shadow:0 12px 35px rgba(15,23,42,.08);
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
}
.app-brand{
    display:flex;
    align-items:center;
    gap:12px;
}
.app-logo{
    width:54px;
    height:54px;
    border-radius:18px;
    object-fit:cover;
}
.app-title{
    font-size:24px;
    font-weight:900;
    color:#172033;
    line-height:1;
}
.app-subtitle{
    color:#0f766e;
    font-weight:900;
    font-size:13px;
}
.app-icon{
    width:52px;
    height:52px;
    border:0;
    border-radius:18px;
    background:#f8fafc;
    box-shadow:0 8px 24px rgba(15,23,42,.08);
    font-size:22px;
}
.quick-box{
    background:white;
    border-radius:30px;
    padding:16px;
    box-shadow:0 14px 36px rgba(15,23,42,.08);
    margin-bottom:24px;
}
.quick-tabs{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
}
.quick-tabs button{
    border:0;
    border-radius:20px;
    min-height:78px;
    background:#f8fafc;
    color:#64748b;
    font-weight:900;
}
.quick-tabs span{
    display:block;
    font-size:24px;
    margin-bottom:4px;
}
.section-title{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin:20px 0 16px;
}
.section-title h4{
    font-weight:900;
    color:#172033;
    margin:0;
    letter-spacing:1px;
}
.section-title h4:before{
    content:"";
    display:inline-block;
    width:7px;
    height:30px;
    background:#4f46e5;
    border-radius:99px;
    margin-right:10px;
    vertical-align:middle;
}
.vip-pill{
    background:#eef2ff;
    color:#4f46e5;
    font-weight:900;
    border-radius:99px;
    padding:10px 16px;
    font-size:12px;
}
.service-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}
.service-card{
    border:0;
    border-radius:32px;
    background:white;
    min-height:200px;
    padding:24px 14px;
    text-align:center;
    box-shadow:0 18px 45px rgba(15,23,42,.08);
}
.service-icon{
    width:82px;
    height:82px;
    border-radius:28px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 18px;
    color:white;
    font-size:38px;
    box-shadow:0 16px 32px rgba(15,23,42,.18);
}
.i-v1{background:linear-gradient(135deg,#4f46e5,#6366f1);}
.i-v2{background:linear-gradient(135deg,#2563eb,#3b82f6);}
.i-flex{background:linear-gradient(135deg,#10b981,#059669);}
.i-area{background:linear-gradient(135deg,#f59e0b,#f97316);}
.service-card h5{
    font-weight:900;
    color:#172033;
}
.service-badge{
    background:#eef2ff;
    color:#4f46e5;
    border-radius:10px;
    padding:6px 12px;
    font-weight:900;
    font-size:12px;
    letter-spacing:1px;
}
.main-card,.product-card,.profile-box{
    background:white;
    border:0;
    border-radius:26px;
    box-shadow:0 16px 40px rgba(15,23,42,.08);
}
.product-card{
    border:1px solid #e5e7eb;
    padding:20px;
    height:100%;
}
.product-label{
    display:inline-block;
    font-size:14px;
    font-weight:900;
    color:#1d4ed8;
    background:#eff6ff;
    padding:8px 13px;
    border-radius:999px;
}
.desc-box{
    background:#f8fafc;
    border:1px dashed #cbd5e1;
    border-radius:16px;
    padding:14px;
    font-size:14px;
}
.price{
    color:#16a34a;
    font-size:24px;
    font-weight:900;
}
.btn{
    border-radius:16px;
    font-weight:800;
    padding:12px;
}
.form-control{
    border-radius:16px;
    padding:14px;
}
.bottom-nav{
    position:fixed;
    left:12px;
    right:12px;
    bottom:12px;
    height:76px;
    background:rgba(255,255,255,.97);
    border-radius:30px;
    box-shadow:0 18px 50px rgba(15,23,42,.18);
    display:grid;
    grid-template-columns:repeat(3,1fr);
    z-index:9998;
    border:1px solid #eef2f7;
}
.bottom-nav button{
    border:0;
    background:transparent;
    color:#94a3b8;
    font-weight:900;
    font-size:12px;
}
.bottom-nav button.active{
    color:#0f766e;
}
.bottom-nav span{
    display:block;
    font-size:24px;
}
.page-section{display:none;}
.page-section.active{display:block;}
#orderPanel{display:none;}
@media(max-width:576px){
    .service-grid{gap:14px;}
    .service-card{min-height:178px;padding:20px 10px;}
    .service-icon{width:72px;height:72px;font-size:32px;}
    .quick-tabs{gap:8px;}
    .quick-tabs button{min-height:70px;font-size:11px;}
}

/* PREMIUM GOLD EFFECT */
.app-header{
    background:
        radial-gradient(circle at top left, rgba(251,191,36,.22), transparent 36%),
        linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,251,235,.92)) !important;
    border: 1px solid rgba(251,191,36,.28);
}
.app-logo{
    width:62px !important;
    height:62px !important;
    border-radius:18px !important;
    object-fit:cover !important;
    box-shadow:
        0 0 0 2px rgba(251,191,36,.45),
        0 12px 30px rgba(146,64,14,.28),
        0 0 28px rgba(251,191,36,.35);
}
.premium-title{
    background: linear-gradient(135deg,#111827,#92400e,#f59e0b,#111827);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent !important;
    text-shadow:0 10px 25px rgba(245,158,11,.14);
    letter-spacing:.5px;
}
.premium-subtitle{
    color:#92400e !important;
    letter-spacing:1px;
}
.service-card{
    position:relative;
    overflow:hidden;
}
.service-card:before{
    content:"";
    position:absolute;
    inset:-80px;
    background:radial-gradient(circle at top right, rgba(251,191,36,.20), transparent 38%);
    pointer-events:none;
}
.service-card:hover{
    transform:translateY(-6px) scale(1.01);
    box-shadow:0 24px 60px rgba(146,64,14,.16);
}
.service-icon{
    box-shadow:
        0 18px 38px rgba(15,23,42,.20),
        0 0 28px rgba(251,191,36,.20) !important;
}
.i-v1{background:linear-gradient(135deg,#111827,#f59e0b) !important;}
.i-v2{background:linear-gradient(135deg,#1d4ed8,#facc15) !important;}
.i-flex{background:linear-gradient(135deg,#064e3b,#f59e0b) !important;}
.i-area{background:linear-gradient(135deg,#92400e,#fbbf24) !important;}
.service-badge{
    background:linear-gradient(135deg,#fff7ed,#fef3c7) !important;
    color:#92400e !important;
    border:1px solid rgba(251,191,36,.35);
}
.vip-pill{
    background:linear-gradient(135deg,#111827,#92400e,#f59e0b) !important;
    color:white !important;
    box-shadow:0 12px 28px rgba(146,64,14,.25);
}
.section-title h4:before{
    background:linear-gradient(180deg,#f59e0b,#92400e) !important;
}
.btn-success{
    background:linear-gradient(135deg,#059669,#16a34a) !important;
    border:none !important;
}
.bottom-nav{
    border:1px solid rgba(251,191,36,.25) !important;
    box-shadow:0 18px 50px rgba(146,64,14,.18) !important;
}
.bottom-nav button.active{
    color:#92400e !important;
}


.hero-panel-premium{
    background:linear-gradient(135deg,#1d4ed8,#2563eb,#3b82f6);
    color:white;
    border-radius:28px;
    padding:28px;
    margin-bottom:24px;
    box-shadow:0 18px 45px rgba(29,78,216,.28);
}
.hero-panel-premium h3{
    font-weight:900;
    margin-bottom:6px;
}
.hero-panel-premium div{
    opacity:.95;
}


.hero-panel-premium{
    text-align:center !important;
}
.hero-panel-premium h3{
    text-align:center !important;
}
.hero-panel-premium div{
    text-align:center !important;
}


.app-logo{
    width:55px !important;
    height:55px !important;
    border-radius:14px !important;
    object-fit:cover !important;
    box-shadow:0 10px 25px rgba(0,0,0,.25) !important;
}
.app-icon{
    cursor:pointer;
}
.notif-badge{
    position:absolute;
    top:-4px;
    right:-4px;
    width:14px;
    height:14px;
    background:#ef4444;
    border:2px solid white;
    border-radius:999px;
}
.notif-btn-wrap{
    position:relative;
}


/* FIX LOGO + HERO TEXT */
.app-brand{
    display:flex !important;
    align-items:center !important;
    gap:14px !important;
}
.app-logo{
    width:64px !important;
    height:64px !important;
    border-radius:16px !important;
    object-fit:cover !important;
    display:block !important;
    box-shadow:0 10px 25px rgba(0,0,0,.22) !important;
}
.app-title{
    font-size:30px !important;
    font-weight:900 !important;
    line-height:1 !important;
}
.app-subtitle{
    font-size:15px !important;
    font-weight:900 !important;
    letter-spacing:.4px !important;
}
.hero-panel-premium{
    text-align:center !important;
    padding:34px 22px !important;
}
.hero-panel-premium h3{
    font-size:34px !important;
    font-weight:900 !important;
    margin-bottom:12px !important;
    letter-spacing:.8px !important;
}
.hero-subtitle{
    font-size:20px !important;
    font-weight:800 !important;
    line-height:1.45 !important;
    margin-bottom:10px !important;
}
.hero-desc{
    font-size:18px !important;
    font-weight:700 !important;
    line-height:1.5 !important;
    opacity:.95 !important;
}
@media(max-width:576px){
    .app-logo{
        width:56px !important;
        height:56px !important;
    }
    .app-title{
        font-size:25px !important;
    }
    .app-subtitle{
        font-size:13px !important;
    }
    .hero-panel-premium h3{
        font-size:27px !important;
    }
    .hero-subtitle{
        font-size:17px !important;
    }
    .hero-desc{
        font-size:15px !important;
    }
}


/* RESPONSIVE HP FINAL FIX */
@media (max-width: 576px){

    .app-header{
        padding:16px 14px !important;
        border-radius:0 0 24px 24px !important;
    }

    .app-brand{
        gap:10px !important;
    }

    .app-logo{
        width:48px !important;
        height:48px !important;
        border-radius:13px !important;
    }

    .app-title{
        font-size:22px !important;
        line-height:1 !important;
        letter-spacing:.2px !important;
    }

    .app-subtitle{
        font-size:12px !important;
        line-height:1.1 !important;
    }

    .app-icon{
        width:44px !important;
        height:44px !important;
        border-radius:14px !important;
        font-size:19px !important;
    }

    .hero-panel-premium{
        padding:22px 16px !important;
        border-radius:24px !important;
        margin-bottom:20px !important;
    }

    .hero-panel-premium h3{
        font-size:23px !important;
        margin-bottom:8px !important;
    }

    .hero-subtitle{
        font-size:15px !important;
        line-height:1.45 !important;
        margin-bottom:8px !important;
    }

    .hero-desc{
        font-size:13px !important;
        line-height:1.45 !important;
        font-weight:600 !important;
    }

    .section-title h4{
        font-size:20px !important;
    }

    .vip-pill{
        font-size:11px !important;
        padding:8px 12px !important;
    }

    .service-card h5{
        font-size:17px !important;
    }
}


/* LIVE STOK + RESTOK HIGHLIGHT */
.product-card.stok-berubah{
    animation: stokPulse 1.1s ease-in-out 0s 6;
    border:2px solid rgba(34,197,94,.65) !important;
    box-shadow:0 0 0 5px rgba(34,197,94,.12), 0 22px 55px rgba(22,163,74,.22) !important;
}
.product-card.restok-baru{
    border:2px solid rgba(245,158,11,.75) !important;
    box-shadow:0 0 0 5px rgba(245,158,11,.14), 0 22px 55px rgba(245,158,11,.24) !important;
}
@keyframes stokPulse{
    0%{transform:scale(1);}
    50%{transform:scale(1.025);}
    100%{transform:scale(1);}
}
.restok-ribbon{
    display:inline-block;
    background:linear-gradient(135deg,#ef4444,#f59e0b);
    color:white;
    font-size:12px;
    font-weight:900;
    border-radius:999px;
    padding:7px 11px;
    margin-bottom:10px;
    box-shadow:0 10px 24px rgba(239,68,68,.25);
}
.stok-toast{
    position:fixed;
    top:18px;
    left:50%;
    transform:translateX(-50%);
    width:calc(100% - 28px);
    max-width:440px;
    z-index:10001;
    background:white;
    border:1px solid rgba(34,197,94,.24);
    border-radius:22px;
    padding:15px 16px;
    box-shadow:0 18px 50px rgba(15,23,42,.22);
    display:none;
}
.stok-toast.show{display:block; animation:toastDown .35s ease;}
@keyframes toastDown{
    from{opacity:0; transform:translate(-50%,-12px);}
    to{opacity:1; transform:translate(-50%,0);}
}



/* =========================
   MOBILE UI RAPIIH
========================= */

@media(max-width:576px){

    body{
        font-size:14px;
    }

    .app-header{
        padding:14px 12px !important;
        border-radius:0 0 22px 22px !important;
    }

    .app-logo{
        width:46px !important;
        height:46px !important;
        border-radius:12px !important;
    }

    .app-title{
        font-size:21px !important;
    }

    .app-subtitle{
        font-size:11px !important;
    }

    .app-icon{
        width:42px !important;
        height:42px !important;
        font-size:18px !important;
    }

    .hero-panel-premium{
        padding:18px 14px !important;
        border-radius:22px !important;
        margin-bottom:18px !important;
    }

    .hero-panel-premium h3{
        font-size:21px !important;
        margin-bottom:8px !important;
    }

    .hero-subtitle{
        font-size:14px !important;
        line-height:1.4 !important;
    }

    .hero-desc{
        font-size:12px !important;
        line-height:1.5 !important;
    }

    .service-grid{
        gap:12px !important;
    }

    .service-card{
        min-height:160px !important;
        padding:18px 10px !important;
        border-radius:24px !important;
    }

    .service-icon{
        width:64px !important;
        height:64px !important;
        font-size:28px !important;
        border-radius:20px !important;
        margin-bottom:14px !important;
    }

    .service-card h5{
        font-size:15px !important;
    }

    .service-badge{
        font-size:10px !important;
        padding:5px 10px !important;
    }

    .product-card{
        padding:16px !important;
        border-radius:22px !important;
    }

    .product-label{
        font-size:12px !important;
        padding:6px 11px !important;
    }

    .desc-box{
        font-size:12px !important;
        padding:12px !important;
    }

    .price{
        font-size:21px !important;
    }

    .form-control{
        min-height:48px !important;
        font-size:14px !important;
    }

    .btn{
        min-height:48px !important;
        font-size:14px !important;
        border-radius:14px !important;
    }

    .bottom-nav{
        height:68px !important;
        border-radius:24px !important;
    }

    .bottom-nav span{
        font-size:20px !important;
    }

    .bottom-nav button{
        font-size:11px !important;
    }

}



/* =========================
   FIX TOMBOL KATEGORI HP
========================= */

@media(max-width:576px){

    #tabKategoriBox{
        gap:8px !important;
    }

    #tabKategoriBox .btn{
        flex:1 1 auto;
        min-width:calc(50% - 6px);
        font-size:12px !important;
        padding:10px 12px !important;
    }

    #selectNomor{
        width:100% !important;
        max-width:100% !important;
        order:99;
        margin-top:8px;
    }

    #tabKategoriBox .btn-sm{
        min-width:44px !important;
        max-width:44px !important;
        padding:0 !important;
        flex:none !important;
    }

}



/* STATUS AKRAB V1 DARI ADMIN */
.service-card.v1-libur{
    border:2px solid rgba(239,68,68,.45) !important;
    box-shadow:0 18px 45px rgba(239,68,68,.14) !important;
}
.service-card.v1-maintenance{
    border:2px solid rgba(245,158,11,.55) !important;
    box-shadow:0 18px 45px rgba(245,158,11,.16) !important;
}
.service-card.v1-restok{
    border:2px solid rgba(34,197,94,.55) !important;
    box-shadow:0 18px 45px rgba(34,197,94,.16) !important;
}


/* PROVIDER BARU */
.i-indosat{background:linear-gradient(135deg,#dc2626,#facc15) !important;}
.i-telkomsel{background:linear-gradient(135deg,#b91c1c,#ef4444) !important;}

/* =====================================================
   ABAROOTS UI MOBILE PREMIUM V2
   Fokus: feel aplikasi HP, kartu compact, QRIS bottom sheet
===================================================== */
html{scroll-behavior:smooth;}
body{
    background:
        radial-gradient(circle at 8% 0%, rgba(245,158,11,.18), transparent 30%),
        radial-gradient(circle at 92% 8%, rgba(37,99,235,.16), transparent 28%),
        linear-gradient(180deg,#f8fafc 0%,#eef4ff 45%,#fff7ed 100%) !important;
    -webkit-tap-highlight-color:transparent;
}
.container-app{padding-top:0;}
.app-header{
    position:sticky;
    top:0;
    z-index:9990;
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
}
.app-icon,.service-card,.product-card,.bottom-nav button,.btn{transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;}
.app-icon:active,.service-card:active,.product-card:active,.bottom-nav button:active,.btn:active{transform:scale(.97);}
.mobile-provider-strip{
    display:flex;
    gap:10px;
    overflow-x:auto;
    padding:2px 2px 14px;
    margin:-4px 0 8px;
    scrollbar-width:none;
}
.mobile-provider-strip::-webkit-scrollbar{display:none;}
.mobile-provider-strip span{
    flex:0 0 auto;
    border-radius:999px;
    padding:10px 14px;
    background:rgba(255,255,255,.9);
    border:1px solid rgba(251,191,36,.22);
    box-shadow:0 10px 26px rgba(15,23,42,.07);
    color:#172033;
    font-weight:900;
    font-size:12px;
}
.service-grid{align-items:stretch;}
.service-card{
    isolation:isolate;
    border:1px solid rgba(226,232,240,.92) !important;
}
.product-card{
    position:relative;
    overflow:hidden;
}
.product-card:after{
    content:"";
    position:absolute;
    inset:auto -40px -65px auto;
    width:140px;
    height:140px;
    background:radial-gradient(circle,rgba(245,158,11,.12),transparent 66%);
    pointer-events:none;
}
.product-card .btn-success,
.qris-main-btn{
    box-shadow:0 14px 30px rgba(22,163,74,.22);
}
.qris-overlay{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(2,6,23,.62);
    z-index:10000;
    padding:16px;
    overflow:auto;
}
.qris-sheet{
    background:white;
    max-width:430px;
    margin:24px auto;
    padding:20px;
    border-radius:24px;
    text-align:center;
    box-shadow:0 24px 70px rgba(0,0,0,.28);
}
.qris-handle{
    display:none;
    width:54px;
    height:5px;
    border-radius:99px;
    background:#cbd5e1;
    margin:0 auto 14px;
}
.qris-image{
    width:100%;
    max-width:340px;
    border-radius:18px;
    border:1px solid #e5e7eb;
    box-shadow:0 14px 30px rgba(15,23,42,.08);
}
.qris-total{
    background:#ecfdf5;
    border:1px solid #bbf7d0;
    border-radius:18px;
}
#totalBayar{
    font-size:26px;
    color:#16a34a;
}
.qris-note{
    background:#f8fafc;
    border-radius:16px;
    padding:12px 14px;
}
@media(max-width:576px){
    body{padding-bottom:88px !important;}
    .container-app{padding:0 12px 18px !important;}
    .app-header{
        margin-left:-12px !important;
        margin-right:-12px !important;
        margin-bottom:14px !important;
        border-radius:0 0 20px 20px !important;
        padding:12px 12px !important;
    }
    .app-logo{width:44px !important;height:44px !important;border-radius:12px !important;}
    .app-title{font-size:20px !important;letter-spacing:.2px !important;}
    .app-subtitle{font-size:10px !important;letter-spacing:.8px !important;}
    .app-icon{width:40px !important;height:40px !important;border-radius:14px !important;font-size:17px !important;}
    .hero-panel-premium{
        border-radius:24px !important;
        padding:20px 16px 18px !important;
        margin-bottom:12px !important;
        box-shadow:0 18px 42px rgba(29,78,216,.22) !important;
        background:
            radial-gradient(circle at top left,rgba(251,191,36,.35),transparent 33%),
            linear-gradient(135deg,#111827,#1d4ed8,#2563eb) !important;
    }
    .hero-panel-premium h3{font-size:24px !important;line-height:1.05 !important;}
    .hero-subtitle{font-size:14px !important;font-weight:800 !important;}
    .hero-desc{font-size:12px !important;opacity:.9 !important;}
    .section-title{margin:14px 0 12px !important;}
    .section-title h4{font-size:18px !important;letter-spacing:.2px !important;}
    .section-title h4:before{width:6px !important;height:24px !important;margin-right:8px !important;}
    .vip-pill{font-size:10px !important;padding:7px 10px !important;}
    .service-grid{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:10px !important;
    }
    .service-card{
        min-height:128px !important;
        padding:14px 8px !important;
        border-radius:22px !important;
        box-shadow:0 12px 28px rgba(15,23,42,.08) !important;
    }
    .service-card:before{inset:-70px !important;}
    .service-icon{
        width:54px !important;
        height:54px !important;
        font-size:24px !important;
        border-radius:18px !important;
        margin-bottom:10px !important;
    }
    .service-card h5{font-size:14px !important;margin-bottom:7px !important;}
    .service-badge{font-size:9px !important;padding:5px 9px !important;border-radius:999px !important;}
    .main-card{
        border-radius:22px !important;
        box-shadow:0 12px 30px rgba(15,23,42,.08) !important;
    }
    .main-card .card-body{padding:16px !important;}
    #judulKategori{font-size:17px !important;margin-bottom:12px !important;}
    #tabKategoriBox{
        display:flex !important;
        overflow-x:auto;
        flex-wrap:nowrap !important;
        gap:8px !important;
        padding-bottom:4px;
        scrollbar-width:none;
    }
    #tabKategoriBox::-webkit-scrollbar{display:none;}
    #tabKategoriBox .tab-btn{
        flex:0 0 auto !important;
        min-width:auto !important;
        white-space:nowrap;
        padding:9px 12px !important;
        border-radius:999px !important;
        font-size:12px !important;
    }
    #selectNomor{
        flex:0 0 190px !important;
        order:0 !important;
        margin-left:0 !important;
        margin-top:0 !important;
        min-height:40px !important;
        padding:9px 12px !important;
        font-size:12px !important;
    }
    #tabKategoriBox .btn-sm{
        flex:0 0 38px !important;
        min-width:38px !important;
        max-width:38px !important;
        min-height:38px !important;
        padding:0 !important;
        border-radius:14px !important;
    }
    #listProduk{--bs-gutter-y:10px !important;--bs-gutter-x:10px !important;}
    #listProduk > [class*="col-"]{width:100% !important;}
    .product-card{
        padding:14px !important;
        border-radius:20px !important;
        box-shadow:0 12px 28px rgba(15,23,42,.08) !important;
    }
    .product-label{font-size:10px !important;padding:6px 10px !important;}
    .desc-box{
        margin-top:10px !important;
        padding:11px !important;
        border-radius:14px !important;
        font-size:12px !important;
        line-height:1.45 !important;
    }
    .price{font-size:23px !important;margin-top:10px !important;}
    .form-control{min-height:46px !important;border-radius:14px !important;font-size:14px !important;padding:11px 13px !important;}
    .btn{min-height:46px !important;border-radius:14px !important;font-size:14px !important;padding:10px 12px !important;}
    .bottom-nav{
        left:10px !important;
        right:10px !important;
        bottom:10px !important;
        height:64px !important;
        border-radius:24px !important;
        background:rgba(255,255,255,.92) !important;
        backdrop-filter:blur(18px);
        -webkit-backdrop-filter:blur(18px);
    }
    .bottom-nav span{font-size:19px !important;margin-bottom:1px;}
    .bottom-nav button{font-size:10px !important;}
    .bottom-nav button.active{
        background:linear-gradient(135deg,rgba(255,247,237,.95),rgba(254,243,199,.95)) !important;
        border-radius:20px;
        margin:7px 5px;
        box-shadow:0 8px 18px rgba(146,64,14,.13);
    }
    .qris-overlay{
        padding:0 !important;
        overflow:hidden !important;
    }
    .qris-sheet{
        position:absolute;
        left:0;
        right:0;
        bottom:0;
        max-width:none !important;
        margin:0 !important;
        border-radius:28px 28px 0 0 !important;
        padding:12px 16px 16px !important;
        max-height:92vh;
        overflow:auto;
        animation:qrisUp .25s ease;
    }
    .qris-handle{display:block;}
    .qris-image{max-width:270px !important;border-radius:16px !important;}
    #totalBayar{font-size:24px !important;}
    .qris-note{font-size:12px !important;}
}
@keyframes qrisUp{
    from{transform:translateY(18px);opacity:.65;}
    to{transform:translateY(0);opacity:1;}
}


/* === SUPER UPGRADE PACK === */
.promo-slider{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 2px 18px;margin-top:-6px}.promo-slider::-webkit-scrollbar{display:none}.promo-card{min-width:86%;scroll-snap-align:start;background:linear-gradient(135deg,#111827,#92400e,#f59e0b);color:white;border-radius:26px;padding:18px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 18px 44px rgba(146,64,14,.22)}.promo-kicker{font-size:11px;font-weight:900;letter-spacing:1px;opacity:.85}.promo-title{font-size:20px;font-weight:900;line-height:1.1;margin-top:4px}.promo-desc{font-size:13px;opacity:.9;margin-top:5px}.promo-emoji{font-size:42px;filter:drop-shadow(0 10px 18px rgba(0,0,0,.22))}.app-icon{transition:.18s ease}.app-icon:active,.service-card:active,.product-card .btn:active{transform:scale(.96)}.product-card{transition:.18s ease}.qris-overlay{pointer-events:auto}.qris-sheet{pointer-events:auto}.qris-main-btn{position:relative;z-index:3}.dark-mode{background:radial-gradient(circle at top left,#4c1d95,transparent 35%),linear-gradient(135deg,#020617,#111827)!important;color:#e5e7eb}.dark-mode .app-header,.dark-mode .quick-box,.dark-mode .main-card,.dark-mode .product-card,.dark-mode .profile-box,.dark-mode .bottom-nav,.dark-mode .qris-sheet{background:#0f172a!important;color:#e5e7eb!important;border-color:#334155!important}.dark-mode .app-title,.dark-mode .section-title h4,.dark-mode .service-card h5{color:#f8fafc!important}.dark-mode .service-card{background:#111827!important;color:#e5e7eb!important;border:1px solid #334155!important}.dark-mode .desc-box,.dark-mode .form-control,.dark-mode .form-select{background:#020617!important;color:#e5e7eb!important;border-color:#334155!important}.dark-mode .text-muted,.dark-mode .small{color:#94a3b8!important}.dark-mode .bottom-nav button{color:#94a3b8}.dark-mode .bottom-nav button.active{color:#fbbf24!important}@media(max-width:576px){.promo-card{min-width:92%;padding:16px;border-radius:22px}.promo-title{font-size:17px}.promo-desc{font-size:12px}.promo-emoji{font-size:34px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.product-card{margin-bottom:2px}.product-card .price{font-size:23px!important}.qris-sheet{max-height:88vh;overflow:auto}}
