:root{

    /* =========================
       BASE
    ========================= */
    --bg:#031827;
    --white:#fff;
    
/* Text */
--text-dark:#C7DDF4;
--text-black:#F5FBFF;


--gray-44:#5E7690;
--gray-66:#89A0B8;


--dark-card:#07213A;
--select-bg:#0D3B63;

    /* =========================
       BRAND COLORS
    ========================= */
    --c1:#00D4FF;   /* cyan terang */
    --c2:#00B8E6;   /* sky blue */
    --c3:#0099CC;   /* ocean blue */
    --c4:#0077B6;   /* deep blue */
    --c5:#004B8D;   /* navy blue */

    --success:#00C853;
    --pending:#FFC400;
    --failed:#FF5252;

/* =========================
   CARD / NAV
========================= */
--card-1:#082B4A;
--card-2:#041D35;

--nav-bg:rgba(5,29,53,.95);

    /* =========================
       WHITE TRANSPARENT
    ========================= */
    --white-02:rgba(255,255,255,.02);
    --white-03:rgba(255,255,255,.03);
    --white-04:rgba(255,255,255,.04);
    --white-05:rgba(255,255,255,.05);
    --white-06:rgba(255,255,255,.06);
    --white-08:rgba(255,255,255,.08);
    --white-10:rgba(255,255,255,.10);
    --white-12:rgba(255,255,255,.12);
    --white-15:rgba(255,255,255,.15);
    --white-18:rgba(255,255,255,.18);
    --white-20:rgba(255,255,255,.20);
    --white-22:rgba(255,255,255,.22);
    --white-25:rgba(255,255,255,.25);
    --white-31:rgba(255,255,255,.31);
    --white-45:rgba(255,255,255,.45);
    --white-48:rgba(255,255,255,.48);
    --white-55:rgba(255,255,255,.55);
    --white-60:rgba(255,255,255,.60);
    --white-70:rgba(255,255,255,.70);
    --white-75:rgba(255,255,255,.75);
    --white-82:rgba(255,255,255,.82);
    --white-85:rgba(255,255,255,.85);
    --white-95:rgba(255,255,255,.95);

    /* =========================
       BLACK TRANSPARENT
    ========================= */
    --black-10:rgba(0,0,0,.10);
    --black-12:rgba(0,0,0,.12);
    --black-18:rgba(0,0,0,.18);
    --black-22:rgba(0,0,0,.22);
    --black-25:rgba(0,0,0,.25);
    --black-28:rgba(0,0,0,.28);
    --black-35:rgba(0,0,0,.35);
    --black-42:rgba(0,0,0,.42);
    --black-45:rgba(0,0,0,.45);
    --black-72:rgba(0,0,0,.72);
    --black-75:rgba(0,0,0,.75);

    /* =========================
       GLOW TRANSPARENT
    ========================= */
    --glow-c1-08:rgba(0,217,255,.08);
    --glow-c1-12:rgba(0,217,255,.12);
    --glow-c1-18:rgba(0,217,255,.18);
    --glow-c1-20:rgba(0,195,255,.20);
    --glow-c1-25:rgba(0,217,255,.25);
    --glow-c1-40:rgba(0,217,255,.40);
    --glow-c1-45:rgba(0,217,255,.45);

    --glow-c3-25:rgba(122,0,255,.25);
    --glow-c3-35:rgba(122,0,255,.35);

    --glow-c4-25:rgba(255,0,200,.25);

    /* =========================
       SUCCESS TRANSPARENT
    ========================= */
    --success-10:rgba(0,200,83,.10);
    --success-45:rgba(0,200,83,.45);

    /* =========================
       GRADIENT
    ========================= */
    --main-gradient:linear-gradient(
        135deg,
        var(--c1),
        var(--c2),
        var(--c3),
        var(--c4),
        var(--c5)
    );

    --toast-gradient:linear-gradient(
        135deg,
        var(--c1),
        var(--c2),
        var(--c3)
    );

--card-gradient:linear-gradient(
    180deg,
    var(--card-1) 0%,
    var(--card-2) 100%
);

    /* =========================
       BORDER
    ========================= */
    --soft-border:1px solid var(--white-06);
--border-white-05:1px solid rgba(255,255,255,.08);
    --border-white-3:3px solid var(--white);
    --border-white-4:4px solid var(--white);


    /* =========================
       GLASS / OVERLAY
    ========================= */
    --soft-glass:var(--white-08);
    --overlay-dark:rgba(8,10,20,.82);

    /* =========================
       SHADOW
    ========================= */
--shadow-card:
    0 15px 35px rgba(0,0,0,.25),
    0 0 25px rgba(0,212,255,.08);

    --shadow-btn:
        0 10px 25px var(--black-35);

    --shadow-soft:
        0 8px 20px var(--black-18);

    --shadow-glow:
        0 0 12px var(--glow-c1-40),
        0 0 22px var(--glow-c3-35),
        0 0 35px var(--glow-c4-25);

    --shadow-submit:
        0 18px 35px var(--black-42),
        0 0 22px var(--glow-c3-25);

}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    background:var(--bg);
    min-height:100vh;
    color:var(--text-dark);
}

.container{
    max-width:480px;
    margin:auto;
    padding:20px 16px 120px;
}

/* TOPBAR */
.topbar{
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:10px 0 14px;
    margin-bottom:14px;
}


/* =========================
   RESPONSIVE LOGO
========================= */

.topbar{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:10px 12px;
}

.logo{
    max-width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;

    margin:0 auto 20px;
}

.logo h1{
    margin:0;
    padding:0;

    font-weight:900;
    line-height:1.1;

    /* RESPONSIVE */
    font-size:clamp(20px, 5vw, 38px);

    letter-spacing:clamp(2px, 1vw, 10px);

    white-space:normal;
    word-break:keep-all;

    text-align:center;
}

.logo span{
    display:block;

    margin-top:8px;

    font-size:clamp(9px, 2vw, 13px);

    letter-spacing:clamp(1px, 0.6vw, 5px);

    white-space:normal;

    text-align:center;
}

/*MOBILE*/
@media(max-width:480px){

.logo h1{
font-size:38px;
letter-spacing:10px;
}

.logo span{
font-size:12px;
letter-spacing:4px;
}

}

/* HP kecil */
@media(max-width:380px){

    .logo h1{
        font-size:32px;
        letter-spacing:4px;
    }

    .logo span{
        font-size:9px;
        letter-spacing:2px;
    }
}

/*GRADIENT*/
.logo h1,
.logo span,
.balance h2{
background:var(--main-gradient);
background-size:300% auto;
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
background-clip:text;
color:transparent;
animation:logoGradient 6s linear infinite;
}

.logo span{
animation-duration:12s;
animation-iteration-count:1;
}

/*ANIMATION*/
@keyframes logoGradient{

0%{
background-position:0% center;
}

100%{
background-position:300% center;
}

}

/*BANNER*/
.banner{
background:var(--white);
border-radius:24px;
overflow:hidden;
margin-bottom:18px;
box-shadow:0 10px 30px var(--black-12);
}

.banner img{
width:100%;
display:block;
}

.banner-text{
padding:14px;
font-size:20px;
font-weight:700;
color:var(--text-black);
}

/*LINK*/
.link-box{
display:flex;
align-items:center;
gap:16px;
margin-bottom:18px;
}

.link-input{
flex:1;
min-width:0;
height:56px;
padding:0 22px;
display:block;
line-height:56px;
background:var(--nav-bg);
border:var(--soft-border);
backdrop-filter:blur(3px);
color:var(--white);
font-size:13px;
font-weight:600;
border-radius:28px;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
box-shadow:0 8px 20px var(--black-25);
}

.copy-btn{
width:64px;
min-width:64px;
height:56px;
flex-shrink:0;
border:none;
border-radius:28px;
font-size:18px;
color:var(--white);
background:var(--main-gradient);
box-shadow:0 8px 20px var(--black-12);
cursor:pointer;
}

/*CARD*/
.card{
background:var(--card-gradient);
border-radius:30px;
padding:22px;
margin-bottom:20px;
border:var(--border-white-05);
box-shadow:
var(--shadow-card),
inset 0 1px 0 var(--white-04);
}

.card-title-wrap{
display:flex;
align-items:center;
justify-content:space-between;
gap:10px;
margin-bottom:18px;
}

.card-title{
font-size:20px;
font-weight:600;
color:var(--white);
white-space:nowrap;
}

.point-info{
margin-left:auto;
padding:6px 12px;
border-radius:14px;
background:var(--soft-glass);
border:var(--soft-border);
backdrop-filter:blur(8px);
font-size:11px;
font-weight:700;
white-space:nowrap;
color:var(--white-82);
box-shadow:
inset 0 1px 0 var(--white-05),
0 4px 12px var(--black-18);
}

/*BALANCE*/
.balance{
display:flex;
justify-content:space-between;
align-items:center;
gap:14px;
text-align:center;
margin-bottom:22px;
}

.balance-box{
flex:1;
padding:18px 10px;
border-radius:22px;
position:relative;
overflow:hidden;
background:linear-gradient(
135deg,
var(--white-04),
var(--white-02)
);
border:var(--soft-border);
box-shadow:
inset 0 1px 0 var(--white-03),
0 10px 25px var(--black-22);
}

.balance-box::before{
content:"";
position:absolute;
top:-50%;
left:-80%;
width:50%;
height:220%;
background:var(--white-08);
transform:rotate(25deg);
}

.balance h2{
position:relative;
z-index:2;
font-size:18px;
font-weight:900;
letter-spacing:.5px;
text-shadow:0 0 12px var(--glow-c1-25);
}

.balance p{
position:relative;
z-index:2;
color:var(--white);
font-size:13px;
font-weight:600;
margin-top:8px;
opacity:.95;
}

/*BUTTON*/
.btn-group{
display:flex;
gap:10px;
}

.btn,
.submit-btn,
.copy-wallet,
.success-btn,
.nav-item i,
.nav-center,
.page-btn,
.page-number,
.loading-circle,
.history-list{
    background:var(--main-gradient);
}

.btn{
flex:1;
display:flex;
align-items:center;
justify-content:center;
border:none;
outline:none;
text-decoration:none;
color:var(--white);
padding:14px 10px;
border-radius:28px;
font-size:15px;
font-weight:700;
letter-spacing:.3px;
position:relative;
overflow:hidden;
cursor:pointer;
transition:.3s;
box-shadow:var(--shadow-btn);
}

.btn::before,
.nav-item i::before,
.nav-center::before,
.submit-btn::before,
.loading-circle::before{
content:"";
position:absolute;
left:-100%;
background:var(--white-25);
transform:rotate(28deg);
}

.btn::before{
top:-50%;
width:50%;
height:220%;
}

.btn:hover,
.submit-btn:hover{
transform:translateY(-2px);
}

/*HISTORY*/
.history-list{
position:relative;
overflow:hidden;
margin-top:18px;
border-radius:18px;
}

.history-list::before{
content:"";
position:absolute;
inset:0;
border-radius:18px;

background:
linear-gradient(
120deg,
transparent 0%,
var(--white-12) 18%,
transparent 38%
);

pointer-events:none;
z-index:1;
opacity:.9;
}

.history-list::after{
content:"";
position:absolute;
top:-40%;
left:-80%;
width:55%;
height:200%;
background:var(--white-25);
transform:rotate(28deg);
animation:sliderShine 5s linear infinite;
z-index:1;
pointer-events:none;
}

.history-row{
position:relative;
z-index:2;
display:flex;
justify-content:space-between;
align-items:stretch;
padding:18px 22px;
min-height:110px;
}

.history-row:not(:last-child){
border-bottom:none;
}

.history-left,
.history-right{
display:flex;
flex-direction:column;
justify-content:space-between;
min-height:70px;
}

.history-right{
align-items:flex-end;
}

.history-name{
font-size:16px;
font-weight:700;
color:var(--white);
}

.history-date{
font-size:12px;
color:var(--white-85);
}

.history-id{
margin-top:8px;
width:max-content;
padding:8px 14px;
border-radius:999px;
background:var(--white-31);
backdrop-filter:blur(6px);
font-size:12px;
color:var(--white);
}

.history-price{
font-size:18px;
font-weight:800;
color:var(--white);
white-space:nowrap;
}

.history-status{
display:flex;
align-items:center;
justify-content:center;
min-width:110px;
padding:8px 16px;
border-radius:999px;
font-size:13px;
font-weight:700;
color:var(--white);
}

.history-status.pending{
background:var(--pending);
}

.history-status.success{
background:var(--success);
}

.history-status.failed{
background:var(--failed);
}

/*BOTTOMNAV*/
.bottom-nav{
position:fixed;
bottom:0;
left:0;
right:0;
max-width:480px;
margin:auto;
height:88px;
display:flex;
justify-content:space-around;
align-items:center;
padding:0 6px 10px;
background:var(--nav-bg);
border-top-left-radius:30px;
border-top-right-radius:30px;
box-shadow:0 -8px 30px var(--black-10);
z-index:999;
}

.nav-item{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
gap:6px;
min-width:42px;
text-align:center;
text-decoration:none !important;
color:var(--white);
transition:.3s;
}

.nav-item span{
font-size:11px;
font-weight:600;
line-height:1;
transition:.3s;
}

.nav-item i{
width:42px;
height:42px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
position:relative;
overflow:hidden;
color:var(--white);
font-size:18px;
font-style:normal;
font-weight:700;
flex-shrink:0;
box-shadow:0 4px 12px var(--black-35);
transition:.35s ease;
}

.nav-item i::before{
top:-60%;
width:60%;
height:220%;
animation:iconLight 6s linear infinite;
}

.nav-item i svg{
width:25px;
height:25px;
display:block;
z-index:2;
}

.nav-item.active,
.nav-item.active span,
.nav-center-text{
color:var(--c4);
}

.nav-item.active i{
transform:none;
box-shadow:0 8px 18px var(--black-35);
}

/*CENTERNAV*/
.nav-center-wrap{
position:relative;
margin-top:-41px;
display:flex;
flex-direction:column;
align-items:center;
justify-content:flex-start;
min-width:78px;
}

/*BULATTENGAH*/
.nav-center{
width:60px;
height:60px;
border-radius:50%;
position:relative;
overflow:hidden;
display:flex;
align-items:center;
justify-content:center;
border:var(--border-white-3);
box-shadow:var(--shadow-glow);
}

/*SHINE*/
.nav-center::before{
content:"";
position:absolute;
top:-70%;
left:-100%;
width:60%;
height:240%;
background:var(--white-25);
transform:rotate(28deg);
animation:iconLight 4s linear infinite;
}

/*ICONDIAMOND*/
.nav-center i{
width:28px;
height:28px;
border:var(--border-white-4);
border-radius:4px;
transform:rotate(45deg);
display:block;
z-index:2;
}

/*TEXT*/
.nav-center-text{
margin-top:8px;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
text-align:center;
font-size:14px;
font-weight:700;
line-height:1.05;
color:var(--c4);
}

/*TEXTPAKET*/
.nav-center-text span{
display:block;
margin-top:2px;
font-size:14px;
font-weight:700;
line-height:1;
color:var(--white);
}

/*ANIMATION*/
@keyframes iconLight{

0%{
left:-100%;
}

100%{
left:180%;
}

}

/*HERO*/
.hero-card{
position:relative;
width:100%;
height:200px;
border-radius:28px;
overflow:hidden;
margin:18px 0 24px;
background:var(--dark-card);
box-shadow:
0 18px 40px var(--black-22),
0 8px 20px var(--glow-c1-20);
}

.hero-card img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

.hero-overlay{
position:absolute;
inset:0;
background:linear-gradient(
to top,
var(--black-72),
var(--black-18)
);
z-index:1;
}

.hero-content{
position:absolute;
left:24px;
bottom:24px;
z-index:3;
color:var(--white);
}

.hero-content h2{
margin:0;
font-size:18px;
line-height:1.15;
font-weight:800;
text-shadow:0 4px 14px var(--black-35);
}

.hero-content p{
margin-top:10px;
font-size:13px;
letter-spacing:2px;
opacity:.92;
}

.glass-crack{
position:absolute;
inset:0;
z-index:2;
pointer-events:none;
opacity:.20;
background:
linear-gradient(115deg,transparent 0%,transparent 47%,var(--white-95) 48%,transparent 49%,transparent 100%),
linear-gradient(60deg,transparent 0%,transparent 58%,var(--white-75) 59%,transparent 60%,transparent 100%),
linear-gradient(140deg,transparent 0%,transparent 72%,var(--white-60) 73%,transparent 74%,transparent 100%),
linear-gradient(25deg,transparent 0%,transparent 32%,var(--white-45) 33%,transparent 34%,transparent 100%);
}

.hero-card::after{
content:"";
position:absolute;
top:-50%;
left:-60%;
width:50%;
height:220%;
background:var(--white-12);
transform:rotate(25deg);
animation:shineMove 8s linear 1;
z-index:2;
}

@keyframes shineMove{

0%{
left:-60%;
}

100%{
left:140%;
}

}

/*PAGINATION*/
.pagination{
display:flex;
align-items:center;
justify-content:center;
gap:12px;
margin-top:20px;
}

.page-btn,
.page-number{
width:40px;
height:40px;
border:none;
outline:none;
border-radius:16px;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
line-height:1;
padding:0;
font-size:20px;
font-weight:800;
color:var(--white);
box-shadow:0 8px 18px var(--black-35);
}

.page-btn svg{
width:24px;
height:24px;
}

.page-numbers{
display:flex;
align-items:center;
gap:12px;
}

/*LOADING*/
.loading-screen{
position:fixed;
inset:0;
z-index:99999;
display:flex;
align-items:center;
justify-content:center;
background:var(--overlay-dark);
backdrop-filter:blur(6px);
transition:.4s;
}

.loading-screen.hide{
opacity:0;
visibility:hidden;
}

.loading-circle{
width:75px;
height:75px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
box-shadow:
0 0 15px var(--glow-c1-45),
0 0 30px var(--glow-c3-35),
0 0 45px var(--glow-c4-25);
position:relative;
overflow:hidden;
}

.loading-circle::before{
top:-70%;
width:60%;
height:240%;
animation:loadingShine 2.5s linear infinite;
}

.loading-circle svg{
width:65px;
height:65px;
transform:rotate(-90deg);
z-index:2;
}

.loader-path{
stroke-dasharray:180;
stroke-dashoffset:60;
animation:loaderRotate 2.2s linear 1;
}

@keyframes loaderRotate{

0%{
stroke-dashoffset:180;
}

100%{
stroke-dashoffset:0;
}

}

@keyframes loadingShine{

0%{
left:-100%;
}

100%{
left:180%;
}

}

/*FORM*/
.submit-form{
display:flex;
flex-direction:column;
gap:18px;
margin-top:22px;
}

.input-group{
position:relative;
display:flex;
align-items:center;
height:60px;
border-radius:22px;
overflow:hidden;
background:linear-gradient(
180deg,
var(--white-05),
var(--white-02)
);
border:var(--soft-border);
backdrop-filter:blur(8px);
box-shadow:
inset 0 1px 0 var(--white-02),
0 10px 22px var(--black-22);
transition:.3s;
}

.input-group:focus-within{
border-color:var(--glow-c1-45);
box-shadow:
0 0 0 3px var(--glow-c1-08),
0 10px 22px var(--black-28);
}

.input-icon{
width:58px;
height:58px;
display:flex;
align-items:center;
justify-content:center;
flex-shrink:0;
position:relative;
}

.input-icon::after{
content:"";
position:absolute;
right:0;
top:50%;
transform:translateY(-50%);
width:1px;
height:24px;
background:var(--white-08);
}

.input-icon svg{
width:22px;
height:22px;
opacity:.95;
}

.input-group input,
.input-group select{
flex:1;
height:100%;
background:none;
border:none;
outline:none;
padding:0 18px;
font-size:14px;
font-weight:500;
color:var(--white);
}

.input-group input::placeholder{
color:var(--white-48);
font-weight:500;
}

.input-group select{
padding-right:50px;
appearance:none;
-webkit-appearance:none;
-moz-appearance:none;
cursor:pointer;
background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
background-repeat:no-repeat;
background-position:right 18px center;
background-size:16px;
}

.input-group select option{
background:var(--select-bg);
color:var(--white);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
-webkit-appearance:none;
margin:0;
}

/*SUBMIT*/
.submit-btn{
height:60px;
border:none;
outline:none;
border-radius:24px;
font-size:16px;
font-weight:700;
letter-spacing:.3px;
color:var(--white);
cursor:pointer;
position:relative;
overflow:hidden;
box-shadow:var(--shadow-submit);
transition:.3s;
}

.submit-btn::before{
top:-60%;
width:60%;
height:240%;
animation:sliderShine 4s linear infinite;
pointer-events:none;
}

.submit-btn:hover{
transform:translateY(-2px);
box-shadow:
0 18px 35px var(--black-42),
0 0 22px var(--glow-c3-25);
}

.submit-btn:active{
transform:scale(.98);
}

@keyframes sliderShine{

0%{
left:-100%;
}

100%{
left:180%;
}

}

/*PAYMENTMODAL*/
.payment-modal,
.payment-check{
position:fixed;
inset:0;
display:flex;
justify-content:center;
padding:24px 16px;
opacity:0;
visibility:hidden;
pointer-events:none;
transition:.35s;
}

.payment-modal{
z-index:999999;
align-items:flex-start;
overflow-y:auto;
background:var(--black-72);
backdrop-filter:blur(8px);
}

.payment-check{
z-index:9999999;
align-items:center;
background:var(--black-75);
backdrop-filter:blur(10px);
}

.payment-modal.show,
.payment-check.show{
opacity:1;
visibility:visible;
pointer-events:auto;
}

.payment-box{
width:100%;
max-width:420px;
max-height:90vh;
overflow-y:auto;
margin:auto;
border-radius:30px;
padding:24px;
background:var(--card-gradient);
border:var(--soft-border);
box-shadow:0 20px 45px var(--black-45);
transform:translateY(80px) scale(.95);
opacity:0;
transition:.45s cubic-bezier(.22,1,.36,1);
}

.payment-modal.show .payment-box{
transform:translateY(0) scale(1);
opacity:1;
}

.payment-box::-webkit-scrollbar{
width:5px;
}

.payment-box::-webkit-scrollbar-thumb{
background:var(--white-18);
border-radius:10px;
}

.payment-title{
width:100%;
text-align:center;
font-size:24px;
font-weight:800;
line-height:1.2;
color:var(--white);
margin-bottom:18px;
}

@media(max-width:480px){

.payment-title{
font-size:21px;
}

}

.payment-desc,
.check-desc{
font-size:14px;
line-height:1.7;
color:var(--white-82);
}

.payment-desc{
margin-bottom:22px;
}

.payment-desc b{
color:var(--white);
}

.payment-method{
margin-bottom:22px;
}

.method-title{
font-size:15px;
font-weight:700;
color:var(--white);
margin-bottom:12px;
}

/*WALLET*/
.wallet-box{
width:100%;
display:flex;
align-items:center;
gap:12px;
flex-wrap:nowrap;
}

.wallet-address{
flex:1;
min-width:0;
height:52px;
padding:0 16px;
display:block;
line-height:52px;
border-radius:20px;
background:var(--white-06);
border:1px solid var(--white-05);
color:var(--white);
font-size:12px;
font-weight:600;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
box-shadow:
inset 0 1px 0 var(--white-03),
0 6px 18px var(--black-18);
}

.copy-wallet{
width:82px;
min-width:82px;
height:52px;
flex-shrink:0;
border:none;
border-radius:18px;
font-size:14px;
font-weight:700;
color:var(--white);
background:var(--main-gradient);
box-shadow:var(--shadow-soft);
cursor:pointer;
}

.qris-box{
width:100%;
padding:18px;
border-radius:24px;
background:var(--white);
display:flex;
justify-content:center;
align-items:center;
}

.qris-box img{
width:100%;
max-width:220px;
height:auto;
display:block;
}

.payment-action{
display:flex;
gap:12px;
margin-top:28px;
}

.pay-btn{
flex:1;
height:56px;
border:none;
outline:none;
border-radius:20px;
font-size:14px;
font-weight:700;
color:var(--white);
cursor:pointer;
}

.success-btn{
background:linear-gradient(
135deg,
var(--c1),
var(--c2),
var(--c3)
);
}

.cancel-btn{
background:var(--white-08);
border:1px solid var(--white-08);
}

/*RATEBOX*/
.rate-box{
width:100%;
display:grid;
grid-template-columns:1fr auto 1fr;
align-items:center;
gap:8px;
margin-top:-4px;
margin-bottom:24px;
}

.rate-item{
width:100%;
min-width:0;
height:48px;
padding:0 12px;
display:flex;
align-items:center;
justify-content:center;
border-radius:18px;
background:var(--main-gradient);
color:var(--white);
font-size:15px;
font-weight:800;
white-space:nowrap;
box-shadow:var(--shadow-soft);
position:relative;
overflow:hidden;
}

.rate-item::before{
content:"";
position:absolute;
top:-60%;
left:-100%;
width:60%;
height:240%;
background:var(--white-22);
transform:rotate(28deg);
animation:sliderShine 5s linear infinite;
}

.rate-separator{
font-size:14px;
font-weight:900;
color:var(--white);
white-space:nowrap;
}

/*HPKECIL*/
@media(max-width:380px){

.rate-box{
grid-template-columns:1fr;
gap:10px;
}

.rate-separator{
text-align:center;
}

.rate-item{
height:46px;
font-size:15px;
}

}

/*PAYMENTCHECK*/
.payment-check-box{
width:100%;
max-width:360px;
padding:34px 26px;
border-radius:32px;
text-align:center;
background:var(--card-gradient);
border:var(--soft-border);
box-shadow:0 20px 45px var(--black-45);
}

.check-loader{
position:relative;
width:95px;
height:95px;
margin:auto auto 26px;
}

.loader-ring{
position:absolute;
inset:0;
border-radius:50%;
border:5px solid transparent;
border-top-color:var(--c1);
border-right-color:var(--c3);
border-bottom-color:var(--c4);
animation:spinLoader 1.1s linear infinite;
}

.loader-ring.delay{
inset:10px;
animation-direction:reverse;
opacity:.65;
}

.check-title{
font-size:24px;
font-weight:800;
color:var(--white);
margin-bottom:12px;
}

.check-desc{
line-height:1.8;
}

#countdownTimer,
#wdCountdownTimer{
color:var(--c1);
font-weight:800;
font-size:18px;
}

@keyframes spinLoader{

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

}

/*MOBILE*/
@media(max-width:480px){

.card-title-wrap{
align-items:center;
}

.card-title{
font-size:20px;
}

.point-info{
font-size:12px;
padding:3px 8px;
}

.balance h2{
font-size:18px;
}

.balance p{
font-size:13px;
}

.btn{
font-size:14px;
padding:13px 8px;
}

.history-row{
padding:13px 13px 16px;
}

.history-price{
font-size:18px;
}

.history-name{
font-size:15px;
}

.submit-form{
gap:16px;
}

.input-group{
height:58px;
}

.submit-btn{
height:58px;
font-size:15px;
}

}

/*========================================
GLOBALRESPONSIVESYSTEM
========================================*/

html{
-webkit-text-size-adjust:100%;
overflow-x:hidden;
}

body{
overflow-x:hidden;
}

*{
min-width:0;
}

img{
max-width:100%;
height:auto;
}

.balance,
.btn-group,
.wallet-box,
.payment-action,
.card-title-wrap{
flex-wrap:wrap;
}

.logo,
.logo h1,
.logo span,
.card-title,
.point-info,
.history-price,
.history-id,
.method-title,
.payment-title{
white-space:nowrap;
}

/*CARD*/
.card,
.payment-check-box{
width:100%;
overflow:hidden;
}

.payment-box{
width:100%;
}

/*BUTTON*/
.btn,
.submit-btn,
.pay-btn,
.copy-wallet{
min-height:48px;
}

/*INPUT*/
.input-group input,
.input-group select{
width:100%;
min-width:0;
}

/*QRIS*/
.qris-box{
width:100%;
overflow:hidden;
}

.qris-box img{
width:100%;
max-width:220px;
height:auto;
display:block;
}

/*HISTORY*/
.history-row{
gap:12px;
}

.history-left,
.history-right{
min-width:0;
}

/*MOBILEEXTRA*/
@media(max-width:380px){

.container{
padding-left:12px;
padding-right:12px;
}

.balance{
gap:10px;
}

.balance-box{
padding:14px 8px;
}

.history-row{
flex-direction:row;
align-items:stretch;
justify-content:space-between;
gap:10px;
padding:13px 13px 16px;
}

.history-left,
.history-right{
width:auto;
min-width:0;
}

.history-left{
flex:1;
}

.history-right{
flex-shrink:0;
align-items:flex-end;
}

.history-name{
font-size:14px;
white-space:nowrap;
}

.history-date{
font-size:12px;
white-space:nowrap;
}

.history-id{
font-size:11px;
padding:7px 12px;
white-space:nowrap;
}

.history-price{
font-size:15px;
white-space:nowrap;
}

.history-status{
min-width:88px;
padding:7px 12px;
font-size:12px;
white-space:nowrap;
}

.payment-action{
flex-direction:column;
}

.pay-btn{
width:100%;
}

.card-title-wrap{
flex-direction:row;
flex-wrap:nowrap;
align-items:center;
justify-content:space-between;
gap:8px;
}

.point-info{
margin-left:0;
font-size:10px;
padding:6px 9px;
white-space:nowrap;
}

}

/*TOASTPOPUP*/
.toast-popup{
position:fixed;
top:24px;
left:50%;
transform:translateX(-50%) translateY(-20px);
z-index:99999999;
opacity:0;
visibility:hidden;
pointer-events:none;
transition:.35s;
}

.toast-popup.show{
opacity:1;
visibility:visible;
transform:translateX(-50%) translateY(0);
}

.toast-box{
min-width:280px;
max-width:90vw;
display:flex;
align-items:center;
gap:14px;
padding:16px 18px;
border-radius:22px;
background:var(--toast-gradient);
border:1px solid var(--white-22);
}

.toast-icon{
width:42px;
height:42px;
border-radius:50%;
flex-shrink:0;
display:flex;
align-items:center;
justify-content:center;
font-size:18px;
font-weight:900;
color:var(--white);
background:var(--soft-glass);
border:1px solid var(--white-25);
}

.toast-text{
flex:1;
font-size:14px;
font-weight:700;
line-height:1.5;
color:var(--white);
}

/*FLOATINGCUSTOMERSERVICE*/
.floating-cs{
position:fixed;
right:8px;
bottom:102px;
z-index:1000;
width:58px;
height:58px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
overflow:hidden;
background:var(--main-gradient);
box-shadow:
0 8px 18px var(--black-35),
0 0 18px var(--glow-c4-25);
text-decoration:none;
}

.floating-cs::before{
content:"";
position:absolute;
top:-60%;
left:-100%;
width:60%;
height:240%;
background:var(--white-25);
transform:rotate(28deg);
animation:iconLight 6s linear infinite;
}

.floating-cs svg{
width:37px;
height:37px;
z-index:2;
animation:csPulse .9s infinite alternate ease-in-out;
transform-origin:center;
filter:
drop-shadow(0 0 6px var(--glow-c1-40))
drop-shadow(0 0 14px var(--glow-c4-25));
}

/*SUPERPULSE*/
@keyframes csPulse{

0%{
transform:scale(.45);
opacity:.75;
}

100%{
transform:scale(1.45);
opacity:1;
}

}

/*FLOATINGHOME*/
.floating-home{
position:fixed;
left:8px;
bottom:102px;
z-index:1000;
width:58px;
height:58px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
overflow:hidden;
background:var(--main-gradient);
box-shadow:
0 8px 18px var(--black-35),
0 0 18px var(--glow-c1-40);
text-decoration:none;
}

.floating-home::before{
content:"";
position:absolute;
top:-60%;
left:-100%;
width:60%;
height:240%;
background:var(--white-25);
transform:rotate(28deg);
animation:iconLight 6s linear infinite;
}

.floating-home svg{
width:28px;
height:28px;
z-index:2;
animation:homePulse .9s infinite alternate ease-in-out;
transform-origin:center;
filter:
drop-shadow(0 0 6px var(--glow-c1-40))
drop-shadow(0 0 14px var(--glow-c4-25));
}

/*PULSE*/
@keyframes homePulse{

0%{
transform:scale(.45);
opacity:.75;
}

100%{
transform:scale(1.45);
opacity:1;
}

}

/*LIVEHISTORY*/
#liveHistoryList .history-row{
display:flex;
align-items:center;
justify-content:space-between;

padding:6px 22px;

gap:14px;

min-height:78px;
}

/*LEFT*/
#liveHistoryList .history-left{
flex:1;
min-width:0;

display:flex;
flex-direction:column;
justify-content:center;
align-items:flex-start;

gap:2px;
}

/*RIGHT*/
#liveHistoryList .history-right{
flex-shrink:0;

min-width:165px;

display:flex;
flex-direction:column;
justify-content:center;
align-items:flex-end;

gap:2px;

text-align:right;
}

/*USERNAME*/
#liveHistoryList .history-name{
font-size:18px;
font-weight:800;
line-height:1.08;
color:var(--white);

white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}

/*DATE*/
#liveHistoryList .history-date{
font-size:14px;
font-weight:600;
line-height:1.08;
color:var(--white-82);

white-space:nowrap;
}

/*POINT*/
#liveHistoryList .history-price{
font-size:18px;
font-weight:800;
line-height:1.08;
color:var(--white);

white-space:nowrap;
text-align:right;
}

/*TEXT*/
.live-point{
font-size:18px;
font-weight:800;
line-height:1.08;
color:var(--white);

white-space:nowrap;
text-align:right;
}

.live-right{
gap:2px;
}

/*MOBILE*/
@media(max-width:480px){

#liveHistoryList .history-row{
padding:5px 18px;
gap:10px;
min-height:72px;
}

#liveHistoryList .history-right{
min-width:145px;
}

#liveHistoryList .history-name,
#liveHistoryList .history-price,
.live-point{
font-size:16px;
}

#liveHistoryList .history-date{
font-size:12px;
}

}

/*HPKECIL*/
@media(max-width:380px){

#liveHistoryList .history-row{
padding:4px 14px;
gap:8px;
min-height:66px;
}

#liveHistoryList .history-right{
min-width:125px;
}

#liveHistoryList .history-name,
#liveHistoryList .history-price,
.live-point{
font-size:14px;
}

#liveHistoryList .history-date{
font-size:11px;
}

}

/*PASSWORD*/
.password-wrap{
padding-right:12px;
}

.toggle-password{
width:38px;
height:38px;
display:flex;
align-items:center;
justify-content:center;
border-radius:12px;
cursor:pointer;
transition:.3s;
background:var(--white-05);
}

.toggle-password:hover{
background:var(--white-10);
}

.toggle-password svg{
width:22px;
height:22px;
}

/*SLIDERCAPTCHA*/
.slider-captcha{
width:100%;
}

.slider-track{
position:relative;
width:100%;
height:64px;
border-radius:24px;
overflow:hidden;
background:linear-gradient(
180deg,
var(--white-05),
var(--white-02)
);
border:1px solid var(--white-08);
backdrop-filter:blur(8px);
box-shadow:
inset 0 1px 0 var(--white-03),
0 10px 22px var(--black-22);
}

.slider-text{
position:absolute;
inset:0;
display:flex;
align-items:center;
justify-content:center;
font-size:14px;
font-weight:600;
letter-spacing:.3px;
color:var(--white-70);
pointer-events:none;
transition:.3s;
}

.slider-btn{
position:absolute;
top:4px;
left:4px;
width:56px;
height:56px;
border-radius:20px;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
font-weight:800;
color:var(--white);
cursor:pointer;
user-select:none;
z-index:2;
background:var(--main-gradient);
box-shadow:
var(--shadow-btn),
0 0 15px var(--glow-c1-25);
transition:background .3s, transform .15s;
}

.slider-btn:active{
transform:scale(.96);
}

.slider-btn::before{
content:"";
position:absolute;
top:-70%;
left:-100%;
width:60%;
height:240%;
background:var(--white-25);
transform:rotate(28deg);
animation:sliderShine 3s linear infinite;
}

.slider-track.success{
border-color:var(--success-45);
background:var(--success-10);
}

.slider-track.success .slider-text{
color:var(--success);
font-weight:700;
}

/*TERMS*/
.terms-box{
display:flex;
align-items:flex-start;
gap:14px;
cursor:pointer;
margin-top:2px;
}

.terms-box input{
display:none;
}

/*SWITCH*/
.check-slider{
width:56px;
height:32px;
position:relative;
flex-shrink:0;
border-radius:999px;
background:var(--white-12);
transition:.35s;
box-shadow:
inset 0 2px 5px var(--black-25);
}

/*BULAT*/
.check-slider::before{
content:"";
position:absolute;
top:4px;
left:4px;
width:24px;
height:24px;
border-radius:50%;
background:var(--white);
box-shadow:
0 3px 8px var(--black-22);
transition:.35s;
}

/*ACTIVE*/
.terms-box input:checked + .check-slider{
background:var(--main-gradient);
}

.terms-box input:checked + .check-slider::before{
left:28px;
}

/*TEXT*/
.terms-text{
flex:1;
font-size:12px;
line-height:1.6;
color:var(--white-82);
}

/*TEAM HISTORY*/
.team-history-list .history-row{
position:relative;
z-index:2;
display:flex;
justify-content:space-between;
align-items:center;
flex-direction:row !important;
min-height:72px;
padding:10px 22px;
gap:12px;
}

/*LEFT*/
.team-history-list .history-left{
flex:1;
min-width:0;
display:flex;
flex-direction:column;
justify-content:center;
align-items:flex-start;
gap:4px;
min-height:auto;
}

/*RIGHT*/
.team-history-list .history-right{
flex-shrink:0;
min-width:130px;
display:flex;
flex-direction:column;
justify-content:center;
align-items:flex-end;
gap:8px;
min-height:auto;
text-align:right;
}

/*USERNAME*/
.team-history-list .history-name{
font-size:16px;
font-weight:900;
line-height:1.1;
color:var(--white);
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}

/*JOIN*/
.team-history-list .history-date{
font-size:12px;
font-weight:700;
line-height:1.1;
color:var(--white-85);
white-space:nowrap;
}

/*WHATSAPP*/
.team-history-list .history-id{
margin-top:4px;
width:max-content;
padding:7px 14px;
border-radius:999px;
background:var(--white-31);
backdrop-filter:blur(6px);
font-size:12px;
font-weight:800;
color:var(--white);
white-space:nowrap;
}

/*LEVEL*/
.team-history-list .history-price{
font-size:18px;
font-weight:900;
line-height:1.1;
color:var(--white);
white-space:nowrap;
text-align:right;
}

/*PAKET*/
.team-history-list .history-status{
display:flex;
align-items:center;
justify-content:center;
min-width:140px;
padding:7px 14px;
border-radius:999px;
font-size:12px;
font-weight:900;
color:var(--white);
white-space:nowrap;
text-align:center;
}

/*COLOR*/
.team-history-list .history-status.success{
background:var(--success);
}

.team-history-list .history-status.pending{
background:var(--pending);
}

.team-history-list .history-status.failed{
background:var(--failed);
}

/*MOBILE*/
@media(max-width:480px){

.team-history-list .history-row{
min-height:95px;
padding:16px 18px;
gap:10px;
align-items:stretch;
}

.team-history-list .history-left,
.team-history-list .history-right{
min-height:62px;
justify-content:space-between;
}

.team-history-list .history-right{
min-width:120px;
gap:8px;
align-items:flex-end;
}

.team-history-list .history-name{
font-size:16px;
font-weight:700;
line-height:1.1;
}

.team-history-list .history-date{
font-size:12px;
font-weight:400;
line-height:1;
}

.team-history-list .history-price{
font-size:18px;
font-weight:800;
line-height:1.1;
}

.team-history-list .history-id{
font-size:12px;
font-weight:400;
padding:7px 12px;
}

.team-history-list .history-status{
min-width:125px;
font-size:12px;
font-weight:700;
padding:7px 12px;
}

}

/*HP KECIL*/
@media(max-width:380px){

.team-history-list .history-row{
min-height:90px;
padding:14px 14px;
gap:8px;
align-items:stretch;
}

.team-history-list .history-left,
.team-history-list .history-right{
min-height:58px;
justify-content:space-between;
}

.team-history-list .history-right{
min-width:105px;
gap:7px;
align-items:flex-end;
}

.team-history-list .history-name{
font-size:15px;
font-weight:700;
line-height:1.1;
}

.team-history-list .history-date{
font-size:11px;
font-weight:400;
line-height:1;
}

.team-history-list .history-price{
font-size:16px;
font-weight:800;
line-height:1.1;
}

.team-history-list .history-id{
font-size:10px;
font-weight:400;
padding:6px 10px;
}

.team-history-list .history-status{
min-width:110px;
font-size:10px;
font-weight:700;
padding:6px 10px;
}

}

/*TEAM HISTORY*/
.team-history-list{
position:relative;
overflow:hidden;
margin-top:18px;
border-radius:18px;
background:var(--main-gradient);
}

.team-history-list::before{
content:"";
position:absolute;
inset:0;
border-radius:18px;
background:
linear-gradient(
120deg,
transparent 0%,
var(--white-12) 18%,
transparent 38%
);
pointer-events:none;
z-index:1;
opacity:.9;
}

.team-history-list::after{
content:"";
position:absolute;
top:-40%;
left:-80%;
width:55%;
height:200%;
background:var(--white-25);
transform:rotate(28deg);
animation:sliderShine 5s linear infinite;
z-index:1;
pointer-events:none;
}

.team-history-list .history-row{
position:relative;
z-index:2;
display:flex;
justify-content:space-between;
align-items:stretch;
flex-direction:row !important;
min-height:110px;
padding:18px 22px;
gap:12px;
}

.team-history-list .history-row:not(:last-child){
border-bottom:none;
}

.team-history-list .history-left,
.team-history-list .history-right{
display:flex;
flex-direction:column;
justify-content:space-between;
min-height:74px;
}

.team-history-list .history-left{
flex:1;
min-width:0;
align-items:flex-start;
}

.team-history-list .history-right{
flex-shrink:0;
min-width:140px;
align-items:flex-end;
text-align:right;
}

.team-history-list .history-name{
font-size:15px;
font-weight:900;
line-height:1.05;
color:var(--white);
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}

.team-history-list .history-date{
font-size:13px;
font-weight:700;
line-height:1;
color:var(--white-85);
white-space:nowrap;
}

.team-history-list .history-id{
margin-top:8px;
width:max-content;
padding:8px 14px;
border-radius:999px;
background:var(--white-31);
backdrop-filter:blur(6px);
font-size:12px;
font-weight:800;
color:var(--white);
white-space:nowrap;
}

.team-history-list .history-price{
font-size:18px;
font-weight:900;
line-height:1.05;
color:var(--white);
white-space:nowrap;
text-align:right;
}

.team-history-list .history-status{
display:flex;
align-items:center;
justify-content:center;
min-width:150px;
padding:8px 16px;
border-radius:999px;
font-size:13px;
font-weight:900;
color:var(--white);
white-space:nowrap;
text-align:center;
}

.team-history-list .history-status.success{
background:var(--success);
}

.team-history-list .history-status.pending{
background:var(--pending);
}

.team-history-list .history-status.failed{
background:var(--failed);
}

/*MOBILE*/
@media(max-width:480px){

.team-history-list .history-row{
min-height:105px;
padding:17px 18px;
gap:10px;
}

.team-history-list .history-left,
.team-history-list .history-right{
min-height:70px;
}

.team-history-list .history-right{
min-width:130px;
}

.team-history-list .history-name{
font-size:15px;
}

.team-history-list .history-price{
font-size:19px;
}

.team-history-list .history-status{
min-width:130px;
font-size:12px;
padding:8px 12px;
}

.team-history-list .history-id{
font-size:12px;
padding:8px 13px;
}

}

/*HP KECIL*/
@media(max-width:380px){

.team-history-list .history-row{
min-height:98px;
padding:15px 14px;
gap:8px;
}

.team-history-list .history-left,
.team-history-list .history-right{
min-height:66px;
}

.team-history-list .history-right{
min-width:112px;
}

.team-history-list .history-name{
font-size:15px;
}

.team-history-list .history-date{
font-size:11px;
}

.team-history-list .history-price{
font-size:16px;
}

.team-history-list .history-id{
font-size:10px;
padding:7px 10px;
}

.team-history-list .history-status{
min-width:112px;
font-size:10px;
padding:7px 10px;
}

}

/*PAKETMODAL*/
.paket-box{
max-width:420px;
}

.paket-table{
width:100%;
overflow:hidden;
border-radius:22px;
background:var(--white-06);
border:var(--soft-border);
box-shadow:
inset 0 1px 0 var(--white-03),
0 10px 22px var(--black-22);
}

.paket-head,
.paket-row{
display:grid;
grid-template-columns:1fr 1fr auto;
align-items:center;
gap:10px;
padding:14px;
}

.paket-head{
background:var(--white-08);
font-size:13px;
font-weight:800;
color:var(--white);
}

.paket-row{
border-top:1px solid var(--white-08);
font-size:13px;
font-weight:700;
color:var(--white-82);
}

.paket-stop{
height:38px;
padding:0 14px;
border:none;
border-radius:999px;
background:var(--failed);
color:var(--white);
font-size:12px;
font-weight:800;
cursor:pointer;
box-shadow:0 6px 18px var(--black-25);
}

.paket-info{
margin-top:18px;
padding:16px;
border-radius:22px;
background:var(--white-06);
border:var(--soft-border);
color:var(--white-82);
font-size:13px;
font-weight:600;
line-height:1.7;
}

@media(max-width:380px){

.paket-head,
.paket-row{
grid-template-columns:1fr;
gap:8px;
}

.paket-stop{
width:100%;
}

}

/*WD CALC*/
.wd-calc-box{
display:none;
margin-top:-6px;
padding:14px 18px;
border-radius:22px;
background:var(--white-06);
border:var(--soft-border);
box-shadow:
inset 0 1px 0 var(--white-03),
0 10px 22px var(--black-22);
}

.wd-calc-box.show{
display:block;
}

.wd-calc-row{
display:flex;
align-items:center;
justify-content:space-between;
gap:10px;
padding:9px 0;
font-size:13px;
font-weight:800;
color:var(--white-82);
}

.wd-calc-row:not(:last-child){
border-bottom:1px solid var(--white-08);
}

.wd-calc-row b{
font-size:18px;
font-weight:900;
white-space:nowrap;

background:var(--main-gradient);
background-size:300% auto;

-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
background-clip:text;
color:transparent;

animation:logoGradient 6s linear infinite;

text-shadow:
0 0 12px var(--glow-c1-25);
}
#wdCalcDollar,
#wdCalcRupiah{
letter-spacing:.3px;
}

/*AKTIVASI PAKET*/
.paket-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:14px;
}

.paket-card{
position:relative;
overflow:hidden;
border-radius:26px;
padding:18px 14px 16px;
background:
radial-gradient(circle at top left,var(--white-22),transparent 32%),
radial-gradient(circle at bottom right,var(--glow-c4-25),transparent 36%),
var(--main-gradient);
box-shadow:
0 12px 28px var(--black-35),
inset 0 1px 0 var(--white-25);
color:var(--white);
text-align:center;
}

.paket-card::before{
content:"";
position:absolute;
inset:10px;
border-radius:22px;
border:1px solid var(--white-18);
background:linear-gradient(
180deg,
var(--white-08),
transparent
);
pointer-events:none;
z-index:1;
}

.paket-card::after{
content:"";
position:absolute;
top:-40%;
left:-80%;
width:55%;
height:200%;
background:var(--white-25);
transform:rotate(28deg);
animation:sliderShine 5s linear infinite;
z-index:1;
}

.paket-card h3{
position:relative;
z-index:2;
font-size:24px;
font-weight:900;
line-height:1;
margin-bottom:12px;
text-align:center;
}

.paket-price{
position:relative;
z-index:2;
display:inline-flex;
align-items:center;
justify-content:center;
min-height:40px;
padding:0 16px;
margin:0 auto 14px;
border-radius:999px;
background:var(--white-18);
border:1px solid var(--white-22);
backdrop-filter:blur(6px);
font-size:17px;
font-weight:900;
line-height:1;
text-align:center;
white-space:nowrap;
}

.paket-profit,
.paket-kontrak{
position:relative;
z-index:2;
font-size:11px;
font-weight:700;
line-height:1.55;
color:var(--white);
text-align:center;
}

.paket-line{
position:relative;
z-index:2;
width:72%;
height:1px;
margin:13px auto 14px;
background:var(--white-45);
}

.paket-btn{
position:relative;
z-index:2;
width:100%;
height:44px;
border:none;
border-radius:999px;
background:var(--white);
color:var(--text-black);
font-size:14px;
font-weight:900;
cursor:pointer;
box-shadow:0 8px 18px var(--black-22);
}

@media(max-width:380px){

.paket-grid{
grid-template-columns:1fr 1fr;
gap:10px;
}

.paket-card{
padding:16px 10px 14px;
border-radius:22px;
}

.paket-card::before{
inset:8px;
border-radius:18px;
}

.paket-card h3{
font-size:20px;
margin-bottom:10px;
}

.paket-price{
min-height:36px;
padding:0 12px;
font-size:14px;
margin-bottom:12px;
}

.paket-profit,
.paket-kontrak{
font-size:10px;
line-height:1.5;
}

.paket-line{
margin:11px auto 12px;
}

.paket-btn{
height:40px;
font-size:12px;
}

}

.image-upload-card{
    overflow:hidden;
}

/* =========================================================
   UPLOAD IMAGE CARD
========================================================= */

.image-upload-card{
    overflow:hidden;
    padding-bottom:16px;
}

.image-upload-card .pagination{
    margin-top:12px;
}

.add-image-btn{
    height:40px;
    padding:0 16px;
    border:none;
    border-radius:999px;

    display:flex;
    align-items:center;
    justify-content:center;

    color:var(--white);
    font-size:13px;
    font-weight:800;

    cursor:pointer;
    background:var(--main-gradient);
    box-shadow:var(--shadow-soft);
}


/* =========================================================
   IMAGE SLIDER
========================================================= */

.image-slider-wrap{
    width:100%;
    overflow:hidden;
}

.image-slider{
    display:flex;
    gap:12px;
    transition:.35s ease;
}

.image-item{
    flex:0 0 calc((100% - 24px) / 2.5);
    aspect-ratio:3 / 4;

    position:relative;
    overflow:hidden;

    border-radius:22px;
    background:var(--white-06);
    border:var(--soft-border);
    box-shadow:var(--shadow-soft);
}

.image-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.image-empty{
    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;
    padding:12px;

    color:var(--white-70);
    font-size:12px;
    font-weight:700;
}


/* =========================================================
   IMAGE BADGE & DETAIL BUTTON
========================================================= */

.upload-badge{
    position:absolute;
    top:10px;
    left:10px;
    z-index:3;

    height:34px;
    padding:0 16px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:999px;
    background:var(--main-gradient);
    color:var(--white);

    font-size:12px;
    font-weight:900;
}

.detail-image-btn{
    position:absolute;
    right:10px;
    bottom:10px;
    left:auto;
    z-index:3;

    width:auto;
    height:34px;
    padding:0 14px;

    border:none;
    border-radius:999px;

    background:var(--main-gradient);
    color:var(--white);

    font-size:11px;
    font-weight:800;

    cursor:pointer;
    box-shadow:var(--shadow-soft);
}


/* =========================================================
   UPLOAD NOTE
========================================================= */

.upload-note{
    margin-top:14px;
    margin-bottom:10px;
    padding:14px 16px;

    border-radius:18px;
    background:var(--white-06);
    border:var(--soft-border);

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;

    color:var(--white-82);
    font-size:13px;
    font-weight:600;
    line-height:1.7;

    box-shadow:
    inset 0 1px 0 var(--white-03),
    0 10px 22px var(--black-22);
}


/* =========================================================
   IMAGE DETAIL MODAL
========================================================= */

.image-detail-box{
    max-width:420px;
    padding:14px;
}

.detail-image-preview{
    width:100%;
    overflow:hidden;

    border-radius:24px;
    background:var(--white-06);
}

.detail-image-preview img{
    width:100%;
    max-height:75vh;

    object-fit:contain;
    display:block;

    border-radius:24px;
}

.detail-info{
    margin-bottom:14px;
    padding:14px;

    border-radius:18px;
    background:var(--white-06);
    border:var(--soft-border);

    color:var(--white);
    font-size:13px;
    font-weight:700;
    line-height:1.7;

    text-align:center;
}


/* =========================================================
   UPLOAD FORM MODAL
========================================================= */

#uploadFormModal .payment-box{
    padding:24px 20px 18px;
}

#uploadFormModal .submit-form{
    gap:14px;
}

#uploadFormModal .submit-btn,
#uploadFormModal .pay-btn{
    width:100%;
    height:56px;
    min-height:56px;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;
    line-height:1;
}

#uploadFormModal .upload-file-btn{
    padding:0;
}


/* =========================================================
   MOBILE SMALL
========================================================= */

@media(max-width:380px){

    .image-upload-card{
        padding-bottom:14px;
    }

    .image-upload-card .card-title{
        font-size:16px;
    }

    .add-image-btn{
        height:34px;
        padding:0 12px;

        border-radius:999px;

        font-size:11px;
    }

    .image-slider{
        gap:8px;
    }

    .image-item{
        border-radius:18px;
    }

    .upload-badge{
        top:4px;
        left:4px;

        height:30px;
        padding:0 13px;

        font-size:10px;
    }

    .detail-image-btn{
        right:4px;
        bottom:4px;

        height:30px;
        padding:0 11px;

        font-size:10px;
    }

    .upload-note{
        padding:8px 8px;

        font-size:10px;
        line-height:1.1;

        text-align:center;
    }

    .page-btn,
    .page-number{
        width:34px;
        height:34px;

        border-radius:12px;

        font-size:16px;
    }

    #uploadFormModal .payment-box{
        padding:22px 16px 16px;
    }

    #uploadFormModal .submit-form{
        gap:12px;
    }

    #uploadFormModal .submit-btn,
    #uploadFormModal .pay-btn{
        height:52px;
        min-height:52px;

        font-size:14px;
    }

}

/* POPUP BANNER */
.banner-popup{
    position:fixed;
    inset:0;
    z-index:99999999;

    display:none;
    align-items:center;
    justify-content:center;

    padding:10px;

    background:var(--black-75);
    backdrop-filter:blur(8px);
}

.banner-popup.show{
    display:flex;
}

/* BOX */
.banner-popup-box{
    position:relative;

    width:100%;
    max-width:900px;

    padding:16px;

    border-radius:34px;

    background:var(--card-gradient);
    border:var(--soft-border);

    box-shadow:0 20px 45px var(--black-45);
}

/* CLOSE */
.banner-close{
    position:absolute;
    top:-18px;
    right:-12px;
    z-index:5;

    width:64px;
    height:64px;

    border:none;
    border-radius:50%;

    background:var(--main-gradient);
    color:var(--white);

    font-size:42px;
    font-weight:900;
    line-height:1;

    cursor:pointer;

    box-shadow:var(--shadow-soft);
}

/* WRAP */
.banner-popup-wrap{
    width:100%;
    overflow:hidden;
    border-radius:28px;
}

/* SLIDER */
.banner-popup-slider{
    display:flex;
    width:100%;
    transition:.35s ease;
}

/* ITEM */
.banner-popup-item{
    flex:0 0 100%;
    width:100%;

    overflow:hidden;
    border-radius:28px;

    background:var(--white-06);
}

/* IMAGE */
.banner-popup-item img{
    width:100%;
    height:auto;

    display:block;

    object-fit:contain;
    border-radius:28px;
}

/* PAGINATION */
.banner-popup-pagination{
    margin-top:22px;
}

/* =========================================
   MOBILE
========================================= */

@media(max-width:480px){

    .banner-popup{
        padding:2px;
    }

    .banner-popup-box{
        max-width:100%;
        width:100%;

        padding:6px;

        border-radius:24px;
    }

    .banner-popup-wrap{
        border-radius:18px;
    }

    .banner-popup-item{
        border-radius:18px;
    }

    .banner-popup-item img{
        border-radius:18px;
    }

    .banner-close{
        width:54px;
        height:54px;

        top:-10px;
        right:-4px;

        font-size:34px;
    }

    .banner-popup-pagination{
        margin-top:12px;
    }

    .banner-popup .page-btn,
    .banner-popup .page-number{
        width:52px;
        height:52px;

        border-radius:18px;

        font-size:24px;
    }

}

/* =====================================
   BINARY TREE
===================================== */

.tree-home-btn{

    height:42px;

    padding:0 16px;

    border-radius:999px;

    text-decoration:none;

    color:var(--white);

    font-size:12px;

    font-weight:800;

    background:var(--main-gradient);

    box-shadow:var(--shadow-soft);

    display:flex;

    align-items:center;

    justify-content:center;
}

/* SEARCH */

.tree-search-form{

    position:relative;

    width:180px;
}

.tree-search-input{

    width:100%;

    height:44px;

    padding:0 45px 0 16px;

    border:none;

    outline:none;

    border-radius:999px;

    background:var(--white-05);

    border:var(--soft-border);

    color:var(--white);

    font-size:13px;

    font-weight:600;
}

.tree-search-input::placeholder{

    color:var(--white-60);
}

.tree-search-btn{

    position:absolute;

    top:50%;

    right:6px;

    transform:translateY(-50%);

    width:32px;

    height:32px;

    border:none;

    background:transparent;

    display:flex;

    align-items:center;

    justify-content:center;

    cursor:pointer;
}

/* WRAP */

.binary-tree-wrap{

    position:relative;

    text-align:center;

    margin-top:10px;
}

.tree-user{

    display:flex;

    flex-direction:column;

    align-items:center;

    text-decoration:none;

    color:var(--white);
}

/* ROOT */

.tree-avatar{

    width:82px;

    height:82px;

    border-radius:28px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:var(--main-gradient);

    color:var(--white);

    font-size:30px;

    font-weight:900;

    box-shadow:
        var(--shadow-soft),
        0 0 18px var(--glow-c4-25);
}

.tree-name{

    margin-top:12px;

    color:var(--white);

    font-size:18px;

    font-weight:800;

    line-height:1.2;

    word-break:break-word;
}

.root{

    margin-bottom:24px;
}

.tree-line-down{

    width:2px;

    height:42px;

    margin:auto;

    background:var(--white-20);
}

/* LEVEL 1 */

.tree-children{

    position:relative;

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:16px;

    margin-top:16px;
}

.tree-children::before{

    content:'';

    position:absolute;

    top:-22px;

    left:25%;

    width:50%;

    height:2px;

    background:var(--white-20);
}

.tree-branch{

    display:flex;

    flex-direction:column;

    align-items:center;

    gap:14px;
}

.tree-children .tree-user{

    width:100%;

    min-height:185px;

    padding:20px 14px;

    border-radius:24px;

    background:
    linear-gradient(
        180deg,
        var(--white-05),
        var(--white-02)
    );

    border:var(--soft-border);

    box-shadow:
        inset 0 1px 0 var(--white-05),
        0 10px 25px var(--black-22);

    justify-content:center;

    transition:.25s;
}

.tree-children a.tree-user:hover{

    transform:translateY(-4px);
}

.tree-children .tree-avatar{

    width:66px;

    height:66px;

    border-radius:22px;

    font-size:24px;
}

.tree-team{

    margin-top:10px;

    padding:7px 14px;

    border-radius:999px;

    background:var(--white-08);

    border:var(--soft-border);

    color:var(--white-82);

    font-size:11px;

    font-weight:700;
}

/* LEVEL 2 */

.branch-line{

    width:2px;

    height:28px;

    background:var(--white-20);
}

.tree-subchildren{

    position:relative;

    width:100%;

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:10px;
}

.tree-subchildren::before{

    content:'';

    position:absolute;

    top:-14px;

    left:25%;

    width:50%;

    height:2px;

    background:var(--white-20);
}

.mini-node{

    min-height:115px;

    padding:12px 8px;

    border-radius:18px;

    background:
    linear-gradient(
        180deg,
        var(--white-05),
        var(--white-02)
    );

    border:var(--soft-border);

    justify-content:center;
}

.mini-node .tree-avatar{

    width:44px;

    height:44px;

    border-radius:14px;

    font-size:17px;
}

.mini-node .tree-name{

    margin-top:8px;

    font-size:12px;

    line-height:1.2;
}

/* EMPTY */

.empty-node{

    opacity:.65;
}

.empty-node .tree-avatar{

    background:
    linear-gradient(
        135deg,
        var(--white-20),
        var(--white-45)
    );
}

/* NAV */

.tree-nav{

    margin-top:20px;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:10px;
}

.tree-nav-btn{

    height:44px;

    display:flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    color:var(--white);

    font-size:13px;

    font-weight:800;

    border-radius:16px;

    background:var(--main-gradient);

    box-shadow:var(--shadow-soft);

    transition:.2s;
}

.tree-nav-btn:hover{

    transform:translateY(-2px);

    filter:brightness(1.08);
}

/* MOBILE */

@media(max-width:480px){

    .tree-search-form{

        width:150px;
    }

    .tree-avatar{

        width:76px;

        height:76px;

        border-radius:24px;

        font-size:28px;
    }

    .tree-name{

        font-size:13px;
    }

    .tree-children{

        gap:12px;
    }

    .tree-children .tree-user{

        min-height:165px;

        padding:16px 10px;
    }

    .tree-children .tree-avatar{

        width:58px;

        height:58px;

        border-radius:18px;

        font-size:22px;
    }

    .tree-subchildren{

        gap:8px;
    }

    .mini-node{

        min-height:100px;
    }

    .mini-node .tree-avatar{

        width:40px;

        height:40px;

        font-size:15px;
    }

    .mini-node .tree-name{

        font-size:10px;
    }


    .tree-home-btn{

        min-width:60px;

        height:38px;

        font-size:12px;
    }

    .binary-stat-grid .balance-box h2{

        font-size:18px;
    }
}