:root{--bg:#07111f;--card:rgba(255,255,255,.10);--card2:rgba(255,255,255,.16);--text:#f8fafc;--muted:#b6c4d8;--brand:#22c55e;--brand2:#06b6d4;--danger:#fb7185;--warning:#facc15;--shadow:0 24px 80px rgba(0,0,0,.35);--radius:28px}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Inter,Poppins,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(circle at top left,#164e63 0,#07111f 36%),radial-gradient(circle at bottom right,#166534 0,#07111f 42%),linear-gradient(135deg,#07111f,#0f172a);overflow-x:hidden}.orb{position:fixed;border-radius:999px;filter:blur(60px);opacity:.45;pointer-events:none}.orb.one{width:280px;height:280px;background:#22c55e;top:-80px;right:-60px}.orb.two{width:260px;height:260px;background:#06b6d4;bottom:-80px;left:-80px}.wrap{width:min(1100px,92vw);margin:0 auto;padding:28px 0 110px}.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:22px;align-items:center;min-height:100vh}.brand-pill{display:inline-flex;gap:10px;align-items:center;padding:9px 14px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.08);backdrop-filter:blur(14px);color:#dcfce7;font-weight:700}.title{font-size:clamp(34px,8vw,72px);line-height:.95;margin:18px 0 12px;font-weight:900;letter-spacing:-2px}.title span{background:linear-gradient(135deg,#fff,#bef264,#22c55e);-webkit-background-clip:text;color:transparent}.sub{color:var(--muted);font-size:17px;line-height:1.7;max-width:610px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}.stat{padding:17px;border-radius:22px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px rgba(255,255,255,.15)}.stat b{display:block;font-size:24px}.stat small{color:var(--muted)}.card{background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.08));border:1px solid rgba(255,255,255,.18);box-shadow:var(--shadow);border-radius:var(--radius);backdrop-filter:blur(22px)}.campaign-card{padding:24px}.card-head{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:18px}.badge{padding:8px 12px;border-radius:999px;background:rgba(34,197,94,.18);color:#bbf7d0;font-weight:800;font-size:13px;border:1px solid rgba(34,197,94,.28)}.reward{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0}.reward-box{padding:18px;border-radius:22px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.12)}.reward-box .amount{font-size:34px;font-weight:900;color:#86efac}.form{display:grid;gap:12px;margin-top:18px}.input{width:100%;height:58px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.92);color:#0f172a;border-radius:18px;padding:0 18px;font-size:16px;outline:none;box-shadow:inset 0 0 0 1px transparent}.input:focus{box-shadow:0 0 0 4px rgba(34,197,94,.22)}.btn{height:58px;border:0;border-radius:18px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:white;font-weight:900;font-size:16px;cursor:pointer;box-shadow:0 16px 35px rgba(34,197,94,.28);transition:.2s}.btn:hover{transform:translateY(-2px)}.copy-row{display:flex;gap:10px}.copy-row .input{flex:1}.copy-row .btn{width:130px}.terms{margin-top:18px;padding:18px;border-radius:20px;background:rgba(255,255,255,.08);color:var(--muted);line-height:1.6}.telegram{position:fixed;right:20px;bottom:22px;width:64px;height:64px;border-radius:50%;display:grid;place-items:center;text-decoration:none;background:linear-gradient(135deg,#38bdf8,#2563eb);box-shadow:0 20px 40px rgba(37,99,235,.35);font-size:28px}.error-box{min-height:100vh;display:grid;place-items:center;padding:24px}.error-box .card{max-width:520px;padding:32px;text-align:center}.admin-top{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:30px 0}.admin-title{font-size:34px;font-weight:900;margin:0}.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0 22px}.table-card{overflow:hidden}.table-tools{padding:18px;display:flex;gap:12px;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.12)}.search{max-width:360px}.table-wrap{overflow:auto;max-height:70vh}table{width:100%;min-width:980px;border-collapse:collapse}th,td{padding:14px 16px;text-align:left;border-bottom:1px solid rgba(255,255,255,.09);white-space:nowrap}th{position:sticky;top:0;background:#0f1b2e;color:#cbd5e1;font-size:12px;text-transform:uppercase;letter-spacing:.08em}td{color:#eef2ff}.status{padding:6px 10px;border-radius:999px;font-weight:800;font-size:12px}.success{background:rgba(34,197,94,.16);color:#86efac}.failed{background:rgba(251,113,133,.16);color:#fecdd3}.pending{background:rgba(250,204,21,.16);color:#fde68a}@media(max-width:850px){.hero{grid-template-columns:1fr;min-height:auto;padding-top:40px}.stats,.grid4{grid-template-columns:1fr 1fr}.reward{grid-template-columns:1fr}.copy-row{flex-direction:column}.copy-row .btn{width:100%}}@media(max-width:520px){.stats,.grid4{grid-template-columns:1fr}.campaign-card{padding:18px}.admin-top{align-items:flex-start;flex-direction:column}.table-tools{flex-direction:column;align-items:stretch}}.step-card{
    display:flex;
    align-items:center;
    gap:15px;
    padding:15px;
    margin-bottom:15px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    transition:.3s;
}

.step-card:hover{
    transform:translateY(-3px);
    background:rgba(255,255,255,.08);
}

.step-icon{
    width:45px;
    height:45px;
    min-width:45px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:800;
    color:#fff;
    background:linear-gradient(135deg,#22c55e,#16a34a);
    box-shadow:0 8px 20px rgba(34,197,94,.35);
}

.track-box{
    margin:20px 0;
    padding:18px;
    border-radius:22px;
    background:linear-gradient(135deg,rgba(59,130,246,.15),rgba(34,197,94,.12));
    border:1px solid rgba(255,255,255,.10);
}

.track-box h3{
    margin:0 0 14px;
    color:#fff;
    font-size:18px;
}

.track-form{
    display:grid;
    gap:12px;
}

.track-btn{
    width:100%;
}

/* TRACK STATUS PAGE */
body.track-status-page{
    overflow-x:hidden;
}

.track-status-page .track-wrap{
    min-height:100vh;
    width:100%;
    padding:15px;
    position:relative;
    z-index:5;
    display:flex;
    align-items:flex-start;
    justify-content:center;
}

.track-status-page .track-card{
    width:100%;
    max-width:1000px;
    padding:18px;
    border-radius:24px;
    background:linear-gradient(145deg,rgba(15,23,42,.96),rgba(30,41,59,.96));
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 20px 50px rgba(0,0,0,.45);
    color:#fff;
}

.track-status-page .track-header{
    text-align:center;
    margin-bottom:20px;
}

.track-status-page .brand-pill-track{
    display:inline-block;
    padding:8px 14px;
    border-radius:999px;
    background:rgba(34,197,94,.12);
    border:1px solid rgba(34,197,94,.25);
    color:#bbf7d0;
    font-size:12px;
    font-weight:800;
}

.track-status-page .track-icon{
    width:60px;
    height:60px;
    margin:14px auto;
    display:grid;
    place-items:center;
    border-radius:18px;
    font-size:28px;
    background:linear-gradient(135deg,#22c55e,#3b82f6);
}

.track-status-page .track-header h1{
    margin:0;
    font-size:28px;
    font-weight:900;
}

.track-status-page .track-header h1 span{
    color:#22c55e;
}

.track-status-page .track-header p{
    color:rgba(255,255,255,.68);
    font-size:13px;
    line-height:1.6;
}

.track-status-page .summary-box{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    margin:18px 0;
}

.track-status-page .summary-item{
    padding:15px;
    border-radius:18px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.10);
}

.track-status-page .summary-item small{
    display:block;
    color:rgba(255,255,255,.60);
    font-size:12px;
    margin-bottom:5px;
}

.track-status-page .summary-item b{
    font-size:18px;
    word-break:break-word;
}

.track-status-page .table-wrap{
    width:100%;
    overflow-x:auto;
    border-radius:18px;
    max-height:none;
}

.track-status-page table.status-table{
    width:100%;
    min-width:760px;
    border-collapse:collapse;
    background:rgba(255,255,255,.04);
}

.track-status-page table.status-table th{
    position:static;
    top:auto;
    padding:14px;
    background:linear-gradient(135deg,#2563eb,#16a34a);
    color:#fff;
    font-size:13px;
    text-align:left;
    white-space:nowrap;
    text-transform:none;
    letter-spacing:0;
}

.track-status-page table.status-table td{
    padding:13px;
    border-bottom:1px solid rgba(255,255,255,.08);
    color:#fff;
    font-size:13px;
    vertical-align:middle;
    white-space:normal;
}

.track-status-page .index-no{
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
    border-radius:12px;
    background:rgba(255,255,255,.10);
    font-weight:900;
}

.track-status-page .click-id,
.track-status-page .upi-text,
.track-status-page .goal-name{
    display:block;
    max-width:170px;
    word-break:break-word;
    overflow-wrap:anywhere;
}

.track-status-page .click-id,
.track-status-page .upi-text{
    color:#bfdbfe;
}

.track-status-page .goal-name{
    font-weight:800;
}

.track-status-page .reward-text{
    color:#86efac;
    font-weight:900;
}

.track-status-page .status-badge{
    display:inline-block;
    padding:7px 12px;
    border-radius:999px;
    font-size:11px;
    font-weight:900;
}

.track-status-page .status-badge.success{
    color:#22c55e;
    background:rgba(34,197,94,.14);
    border:1px solid rgba(34,197,94,.35);
}

.track-status-page .status-badge.pending{
    color:#facc15;
    background:rgba(250,204,21,.14);
    border:1px solid rgba(250,204,21,.35);
}

.track-status-page .status-badge.failed{
    color:#ef4444;
    background:rgba(239,68,68,.14);
    border:1px solid rgba(239,68,68,.35);
}

.track-status-page .error-msg{
    padding:18px;
    border-radius:18px;
    background:rgba(239,68,68,.13);
    border:1px solid rgba(239,68,68,.35);
    color:#fecaca;
    text-align:center;
    font-weight:800;
}

.track-status-page .back-btn{
    margin-top:20px;
    height:50px;
    display:grid;
    place-items:center;
    border-radius:16px;
    text-decoration:none;
    color:#fff;
    font-weight:900;
    background:linear-gradient(135deg,#2563eb,#16a34a);
}

@media(max-width:768px){
    .track-status-page .track-wrap{
        padding:10px;
    }

    .track-status-page .track-card{
        padding:14px;
        border-radius:20px;
    }

    .track-status-page .summary-box{
        grid-template-columns:1fr;
    }

    .track-status-page .table-wrap{
        overflow:visible;
    }

    .track-status-page table.status-table{
        min-width:0;
        background:transparent;
    }

    .track-status-page table.status-table thead{
        display:none;
    }

    .track-status-page table.status-table,
    .track-status-page table.status-table tbody,
    .track-status-page table.status-table tr,
    .track-status-page table.status-table td{
        display:block;
        width:100%;
    }

    .track-status-page table.status-table tr{
        margin-bottom:14px;
        padding:14px;
        border-radius:18px;
        background:rgba(255,255,255,.06);
        border:1px solid rgba(255,255,255,.10);
    }

    .track-status-page table.status-table td{
        padding:9px 0;
        border-bottom:1px solid rgba(255,255,255,.08);
    }

    .track-status-page table.status-table td:last-child{
        border-bottom:none;
    }

    .track-status-page table.status-table td::before{
        content:attr(data-label);
        display:block;
        margin-bottom:4px;
        color:rgba(255,255,255,.55);
        font-size:12px;
        font-weight:800;
    }

    .track-status-page .click-id,
    .track-status-page .upi-text,
    .track-status-page .goal-name{
        max-width:100%;
    }
}
