/* HexaPing Clean CSS - Phase 1 */

/* Reset */
*{
    box-sizing:border-box;
}

html,
body{
    margin:0;
    padding:0;
    min-height:100%;
}

body{
    font-family:tahoma, Arial, sans-serif;
    background:#f5f1ff;
    color:#24143d;
    direction:rtl;
}

a{
    text-decoration:none;
}

/* Header */
.site-header{
    width:100%;
    height:76px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 18px;
    box-shadow:0 8px 28px rgba(124,58,237,.10);
    position:sticky;
    top:0;
    z-index:1000;
}

.site-logo{
    color:#7c3aed;
    font-weight:900;
    font-size:24px;
    direction:ltr;
}

.site-nav{
    display:flex;
    align-items:center;
    gap:6px;
}

.site-nav a,
.site-nav button{
    border:0;
    background:transparent;
    color:#4c1d95;
    font-family:inherit;
    font-size:14px;
    font-weight:800;
    cursor:pointer;
    padding:9px 10px;
    border-radius:12px;
}

.site-nav a:hover,
.site-nav button:hover{
    background:#f4efff;
}

/* Home */
.home-hero{
    height:78vh;
    width:100%;
}

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

.home-hero-box{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:calc(100% - 80px);
    max-width:340px;
    padding:20px 16px;
    text-align:center;
    border-radius:18px;
    background:rgba(18,8,38,.45);
    backdrop-filter:blur(5px);
    border:1px solid rgba(230,210,255,.25);
    box-shadow:0 0 28px rgba(150,80,255,.35);
}

.home-hero-box h1{
    margin:0 0 10px;
    color:#fff;
    font-size:30px;
    font-weight:900;
}

.home-hero-box p{
    margin:0 0 16px;
    color:rgba(255,255,255,.9);
    font-size:15px;
    line-height:2;
}

.home-hero-box a{
    display:inline-block;
    padding:8px 20px;
    border-radius:18px;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    background:linear-gradient(135deg,#7c3cff,#b45cff);
}

/* Footer */
.site-footer{
    padding:20px 16px;
    text-align:center;
    color:#756a86;
    font-size:14px;
}

/* Responsive */
@media(max-width:600px){
    .site-header{
        height:68px;
        padding:0 12px;
    }

    .site-logo{
        font-size:20px;
    }

    .site-nav{
        gap:4px;
    }

    .site-nav a,
    .site-nav button{
        font-size:12px;
        padding:8px 7px;
    }

    .home-hero img{
        height:72vh;
    }

    .home-hero-box{
        width:calc(100% - 48px);
        padding:18px 14px;
    }

    .home-hero-box h1{
        font-size:26px;
    }

    .home-hero-box p{
        font-size:14px;
    }
}

/* ===== HEADER CLEAN ===== */
.site-header{
    width:100%;
    height:64px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 16px;
    box-shadow:0 6px 18px rgba(124,58,237,.08);
}

.site-logo{
    font-size:22px;
    font-weight:900;
    color:#7c3aed;
}

.site-nav{
    display:flex;
    align-items:center;
    gap:10px;
}

.site-nav a,
.site-nav button{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:40px;
    height:40px;
    border-radius:12px;
    border:none;
    background:#f4efff;
    color:#5b21b6;
    font-size:13px;
    font-weight:700;
    cursor:pointer;
}

.site-nav a:hover,
.site-nav button:hover{
    background:#e9e2ff;
}


/* ===== USER HEADER MENU SIZE FIX ===== */
.site-menu-panel{
    left:18px;
    right:auto;
    width:260px;
    max-width:calc(100vw - 36px);
}

@media(max-width:699px){
    .site-menu-panel{
        left:18px;
        right:auto;
        width:260px;
        max-width:calc(100vw - 36px);
    }
}

@media(min-width:700px){
    .site-menu-panel{
        width:280px;
        left:18px;
        right:auto;
    }
}

/* ===== USER HEADER MENU CLEAN ===== */
.site-header{
    width:100%;
    height:72px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 18px;
    box-shadow:0 8px 28px rgba(124,58,237,.10);
    position:sticky;
    top:0;
    z-index:1000;
    direction:ltr;
}

.site-logo{
    color:#7c3aed;
    font-size:24px;
    font-weight:900;
    text-decoration:none;
    direction:ltr;
    order:1;
}

.site-header-action{
    margin-left:auto;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    order:2;
}

.site-auth-link{
    background:#8b5cf6;
    color:#fff;
    padding:12px 18px;
    border-radius:18px;
    font-size:15px;
    font-weight:800;
    text-decoration:none;
}

.site-menu-btn{
    width:48px;
    height:48px;
    border:0;
    border-radius:16px;
    background:#f4efff;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:5px;
    cursor:pointer;
}

.site-menu-btn span{
    width:24px;
    height:4px;
    border-radius:99px;
    background:#6d28d9;
    display:block;
}

.site-menu-panel{
    position:absolute;
    top:60px;
    right:0;
    left:auto;
    width:260px;
    max-width:calc(100vw - 36px);
    background:#fff;
    border-radius:22px;
    padding:12px;
    box-shadow:0 24px 70px rgba(36,20,61,.18);
    display:none;
    flex-direction:column;
    gap:8px;
    z-index:1001;
    direction:rtl;
}

body.site-menu-open .site-menu-panel{
    display:flex;
}

.site-menu-panel a,
.site-menu-panel button{
    width:100%;
    min-height:48px;
    border:0;
    border-radius:16px;
    background:#f7f2ff;
    color:#4c1d95;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    flex-direction:row;
    direction:rtl;
    gap:10px;
    padding:0 14px;
    font-family:tahoma,Arial,sans-serif;
    font-size:15px;
    font-weight:800;
    cursor:pointer;
    text-align:right;
    text-decoration:none;
}

.site-menu-panel svg{
    width:22px;
    height:22px;
    fill:currentColor;
    flex:0 0 22px;
    opacity:0.9;
}

.site-menu-panel span{
    flex:0 0 auto;
    margin:0;
    text-align:right;
}

.site-menu-panel svg{
    width:22px;
    height:22px;
    fill:currentColor;
    flex-shrink:0;
    opacity:0.9;
}

.site-menu-panel span{
    flex:0 0 auto;
    margin:0;
    text-align:right;
}

.site-menu-panel form{
    margin:0;
}

.site-menu-panel .logout-link{
    background:#fff0f0;
    color:#dc2626;
}

/* ===== FOOTER CLEAN ===== */
.site-footer{
    width:100%;
    min-height:76px;
    margin-top:5px;
    padding:18px;
    background:#fff;
    border-top:1px solid rgba(124,58,237,.12);
    box-shadow:0 -8px 28px rgba(124,58,237,.06);
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
    gap:16px;
    direction:rtl;
}

.site-footer-side{
    min-height:1px;
}

.site-footer-center{
    text-align:center;
    color:#6d28d9;
    font-size:14px;
    font-weight:800;
    white-space:nowrap;
}

@media(max-width:640px){
    .site-footer{
        grid-template-columns:1fr;
        min-height:64px;
        margin-top:5px;
    }

    .site-footer-side{
        display:none;
    }

    .site-footer-center{
        white-space:normal;
        line-height:1.8;
    }
}

/* ===== PAGE FOOTER POSITION CLEAN ===== */
html,
body{
    min-height:100%;
}

body{
    min-height:100vh;
    display:flex;
    flex-direction:column;
}

.site-footer{
    margin-top:5px;
}

/* ===== AUTH PAGES CLEAN ===== */
.site-page{
    width:100%;
}

.main{
    width:100%;
    min-height:calc(100vh - 150px);
    padding:28px 16px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.box{
    width:100%;
    max-width:420px;
    background:#fff;
    border:1px solid rgba(124,58,237,.14);
    border-radius:28px;
    padding:26px 22px;
    box-shadow:0 22px 70px rgba(124,58,237,.14);
    display:flex;
    flex-direction:column;
    gap:14px;
}

.box h1{
    margin:0 0 8px;
    color:#4c1d95;
    font-size:24px;
    font-weight:900;
    text-align:center;
}

.box input{
    width:100%;
    height:52px;
    border:1px solid rgba(124,58,237,.18);
    border-radius:16px;
    background:#fbf8ff;
    color:#2f184f;
    padding:0 14px;
    font-family:tahoma,Arial,sans-serif;
    font-size:15px;
    font-weight:700;
    outline:none;
}

.box input:focus{
    border-color:#8b5cf6;
    background:#fff;
    box-shadow:0 0 0 4px rgba(139,92,246,.12);
}

.err{
    width:100%;
    padding:12px 14px;
    border-radius:16px;
    background:#fff0f0;
    color:#dc2626;
    font-size:14px;
    font-weight:800;
    line-height:1.8;
}

.btn{
    width:100%;
    height:52px;
    border:0;
    border-radius:18px;
    background:#8b5cf6;
    color:#fff;
    font-family:tahoma,Arial,sans-serif;
    font-size:16px;
    font-weight:900;
    cursor:pointer;
    box-shadow:0 14px 34px rgba(139,92,246,.24);
}

.btn:hover{
    background:#7c3aed;
}

.auth-link{
    margin:14px 0 0;
    color:#5b4778;
    font-size:14px;
    font-weight:700;
    text-align:center;
}

.auth-link a{
    color:#7c3aed;
    font-weight:900;
    text-decoration:none;
}


/* ===== DASHBOARD SERVICES CLEAN ===== */
.hp-user-main{
    width:100%;
    max-width:1120px;
    margin:0 auto;
    padding:22px 16px;
}

.hp-welcome{
    width:100%;
    margin:0 0 16px;
    padding:16px 18px;
    border-radius:24px;
    background:#fff;
    border:1px solid rgba(124,58,237,.14);
    box-shadow:0 14px 40px rgba(124,58,237,.10);
    color:#2f184f;
    font-size:15px;
    font-weight:800;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
}

.hp-welcome b{
    color:#5b21b6;
    font-weight:900;
}

.hp-dash-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:10px;
}



.hp-dash-head h1{
    margin:0;
    color:#24123d;
    font-size:26px;
    font-weight:900;
    line-height:1.4;
}

.hp-btn{
    min-height:48px;
    padding:0 18px;
    border:0;
    border-radius:16px;
    font-family:tahoma,Arial,sans-serif;
    font-size:14px;
    font-weight:900;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

.hp-btn-primary{
    background:#8b5cf6;
    color:#fff;
    box-shadow:0 14px 34px rgba(139,92,246,.22);
}

.hp-service-list{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:14px;
}

.hp-service-card{
    width:100%;
    background:#fff;
    border:1px solid rgba(124,58,237,.13);
    border-radius:24px;
    box-shadow:0 14px 42px rgba(124,58,237,.10);
    overflow:hidden;
}

.hp-service-title{
    width:100%;
    min-height:78px;
    padding:16px;
    border:0;
    background:#fff;
    color:#4c1d95;
    display:grid;
    grid-template-columns:1fr auto;
    grid-template-areas:
        "name arrow"
        "meta arrow";
    column-gap:10px;
    row-gap:5px;
    align-items:center;
    text-align:right;
    font-family:tahoma,Arial,sans-serif;
    cursor:pointer;
}

.hp-service-name{
    grid-area:name;
    min-width:0;
    font-size:18px;
    font-weight:950;
    line-height:1.5;
    word-break:break-word;
}

.hp-service-meta{
    grid-area:meta;
    color:#7c3aed;
    font-size:13px;
    font-weight:800;
}

.hp-service-arrow{
    grid-area:arrow;
    width:36px;
    height:36px;
    border-radius:16px;
    background:#f4efff;
    color:#7c3aed;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:transform .18s ease, background .18s ease;
}

.hp-service-card.open .hp-service-arrow{
    transform:rotate(180deg);
    background:#ede9fe;
}

.hp-service-arrow svg{
    width:24px;
    height:24px;
    display:block;
    fill:currentColor;
}


.hp-service-actions{
    display:none;
    padding:0 16px 16px;
    flex-direction:column;
    gap:10px;
}

.hp-service-card.open .hp-service-actions{
    display:flex;
}

.hp-service-action-row{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
}

.hp-service-action-form{
    margin:0;
    display:block;
}

.hp-service-action-btn{
    width:100%;
    min-height:48px;
    padding:0 12px;
    border-radius:16px;
    border:1px solid rgba(124,58,237,.20);
    background:#f7f2ff;
    color:#5b21b6;
    font-family:tahoma,Arial,sans-serif;
    font-size:14px;
    font-weight:900;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

.hp-service-action-btn:hover{
    background:#ede9fe;
}

.hp-service-action-main{
    background:#ede9fe;
    color:#4c1d95;
}

.hp-service-action-danger{
    background:#fff1f1;
    color:#dc2626;
    border-color:#fecaca;
}

.empty{
    margin:0;
    color:#5b4778;
    font-weight:800;
    text-align:center;
}

@media(max-width:640px){
    .hp-user-main{
        padding:16px 12px;
    }

    .hp-welcome{
    width:100%;
    margin:0 0 16px;
    padding:16px 18px;
    border-radius:24px;
    background:#fff;
    border:1px solid rgba(124,58,237,.14);
    box-shadow:0 14px 40px rgba(124,58,237,.10);
    color:#2f184f;
    font-size:15px;
    font-weight:800;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
}

    .hp-dash-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:10px;
}

    .hp-dash-head h1{
    margin:0;
    color:#24123d;
    font-size:26px;
    font-weight:900;
    line-height:1.4;
}

    .hp-btn{
    min-height:48px;
    padding:0 18px;
    border:0;
    border-radius:16px;
    font-family:tahoma,Arial,sans-serif;
    font-size:14px;
    font-weight:900;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

    .hp-service-title{
        min-height:74px;
        padding:14px;
    }

    .hp-service-name{
        font-size:16px;
    }

    .hp-service-action-row{
        grid-template-columns:1fr 1fr;
        gap:8px;
    }

    .hp-service-action-btn{
        min-height:46px;
        font-size:13px;
        border-radius:15px;
    }
}


/* ===== CONFIRM MODAL ===== */
.hp-confirm{
    position:fixed;
    inset:0;
    background:rgba(20,10,40,.35);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999;
}

.hp-confirm.show{
    display:flex;
}

.hp-confirm-box{
    width:90%;
    max-width:360px;
    background:#fff;
    border-radius:22px;
    padding:20px;
    box-shadow:0 30px 80px rgba(0,0,0,.25);
    text-align:center;
}

.hp-confirm-icon{
    width:44px;
    height:44px;
    margin:0 auto 12px;
    border-radius:50%;
    background:#fff1f1;
    color:#dc2626;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    font-weight:950;
}

.hp-confirm-box p{
    margin:0 0 18px;
    font-size:14px;
    font-weight:800;
    color:#2f184f;
    line-height:1.9;
}

.hp-confirm-actions{
    display:flex;
    gap:10px;
}

.hp-confirm-btn{
    flex:1;
    height:46px;
    border:0;
    border-radius:14px;
    font-weight:900;
    cursor:pointer;
}

.hp-confirm-btn.ok{
    background:#8b5cf6;
    color:#fff;
}

.hp-confirm-btn.cancel{
    background:#f1f1f1;
    color:#444;
}

/* ===== DASHBOARD PAYMENTS CLEAN ===== */
.hp-pay-page{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:14px;
}

.hp-pay-head{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin:0 0 2px;
    padding:0 4px;
}

.hp-pay-head h1{
    margin:0;
    color:#24123d;
    font-size:32px;
    font-weight:950;
    line-height:1.35;
}

.hp-pay-card{
    width:100%;
    background:#fff;
    border:1px solid rgba(124,58,237,.13);
    border-radius:24px;
    padding:16px;
    box-shadow:0 14px 42px rgba(124,58,237,.10);
    display:flex;
    flex-direction:column;
    gap:10px;
}

.hp-pay-card.paid{
    border-color:rgba(34,197,94,.22);
}

.hp-pay-card.failed{
    border-color:rgba(220,38,38,.18);
}

.hp-pay-status{
    width:100%;
    min-height:48px;
    padding:0 14px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:10px;
    font-size:15px;
    font-weight:950;
}

.hp-pay-card.paid .hp-pay-status{
    background:#ecfdf3;
    color:#15803d;
}

.hp-pay-card.failed .hp-pay-status{
    background:#fff1f1;
    color:#dc2626;
}

.hp-pay-status span{
    width:28px;
    height:28px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    font-size:18px;
    font-weight:950;
    flex:0 0 28px;
}

.hp-pay-row{
    width:100%;
    min-height:42px;
    padding:10px 12px;
    border-radius:16px;
    background:#fbf8ff;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
}

.hp-pay-row span{
    color:#6b5a82;
    font-size:13px;
    font-weight:800;
}

.hp-pay-row strong{
    color:#2f184f;
    font-size:14px;
    font-weight:900;
    text-align:left;
    direction:ltr;
}

.hp-pay-name{
    direction:rtl !important;
    text-align:right !important;
}

.hp-simple-pagination{
    width:100%;
    margin-top:4px;
    padding:12px;
    border-radius:20px;
    background:#fff;
    border:1px solid rgba(124,58,237,.12);
    box-shadow:0 12px 34px rgba(124,58,237,.08);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
}

.hp-simple-pagination span{
    color:#4c1d95;
    font-size:14px;
    font-weight:900;
}

.hp-page-btn{
    min-height:38px;
    padding:0 14px;
    border:0;
    border-radius:14px;
    background:#f4efff;
    color:#6d28d9;
    font-family:tahoma,Arial,sans-serif;
    font-size:13px;
    font-weight:900;
    cursor:pointer;
}

.hp-page-btn:hover{
    background:#ede9fe;
}

@media(max-width:640px){
    .hp-pay-head h1{
        font-size:28px;
    }

    .hp-pay-card{
        border-radius:22px;
        padding:14px;
    }

    .hp-pay-row{
        align-items:flex-start;
        flex-direction:column;
        gap:6px;
    }

    .hp-pay-row strong{
        width:100%;
        text-align:right;
        direction:rtl;
        word-break:break-word;
    }

    .hp-simple-pagination{
        flex-wrap:wrap;
    }
}

/* ===== DASHBOARD PROFILE CLEAN ===== */
.hp-profile-page{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:14px;
}

.hp-profile-head{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    margin:0 0 2px;
    padding:0 4px;
}

.hp-profile-head h1{
    margin:0;
    color:#24123d;
    font-size:32px;
    font-weight:950;
    line-height:1.35;
}

.hp-profile-card{
    width:100%;
    background:#fff;
    border:1px solid rgba(124,58,237,.13);
    border-radius:24px;
    padding:16px;
    box-shadow:0 14px 42px rgba(124,58,237,.10);
    display:flex;
    flex-direction:column;
    gap:10px;
}

.hp-profile-row{
    width:100%;
    min-height:48px;
    padding:12px 14px;
    border-radius:16px;
    background:#fbf8ff;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
}

.hp-profile-row span{
    color:#6b5a82;
    font-size:13px;
    font-weight:800;
}

.hp-profile-row strong{
    color:#2f184f;
    font-size:14px;
    font-weight:900;
    text-align:left;
    direction:ltr;
    word-break:break-word;
}

@media(max-width:640px){
    .hp-profile-head{
        align-items:flex-start;
        flex-direction:column;
    }

    .hp-profile-head h1{
        font-size:28px;
    }

    .hp-profile-head .hp-btn{
    min-height:48px;
    padding:0 18px;
    border:0;
    border-radius:16px;
    font-family:tahoma,Arial,sans-serif;
    font-size:14px;
    font-weight:900;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

    .hp-profile-card{
        border-radius:22px;
        padding:14px;
    }

    .hp-profile-row{
        align-items:flex-start;
        flex-direction:column;
        gap:6px;
    }

    .hp-profile-row strong{
        width:100%;
        text-align:right;
        direction:rtl;
    }
}

/* ===== EDIT PROFILE CLEAN ===== */
.hp-edit-profile-page{
    width:100%;
    max-width:720px;
    margin:0 auto;
    padding:22px 16px;
    display:flex;
    flex-direction:column;
    gap:14px;
}

.hp-edit-profile-head{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:0 4px;
}

.hp-edit-profile-head h1{
    margin:0;
    color:#24123d;
    font-size:32px;
    font-weight:950;
    line-height:1.35;
}

.hp-edit-profile-card{
    width:100%;
    background:#fff;
    border:1px solid rgba(124,58,237,.13);
    border-radius:24px;
    padding:18px;
    box-shadow:0 14px 42px rgba(124,58,237,.10);
}

.hp-edit-profile-form{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.hp-edit-profile-form label{
    color:#4c1d95;
    font-size:13px;
    font-weight:900;
    margin-top:4px;
}

.hp-edit-profile-form input{
    width:100%;
    height:52px;
    border:1px solid rgba(124,58,237,.18);
    border-radius:16px;
    background:#fbf8ff;
    color:#2f184f;
    padding:0 14px;
    font-family:tahoma,Arial,sans-serif;
    font-size:15px;
    font-weight:700;
    outline:none;
}

.hp-edit-profile-form input:focus{
    border-color:#8b5cf6;
    background:#fff;
    box-shadow:0 0 0 4px rgba(139,92,246,.12);
}

.notice{
    width:100%;
    padding:12px 14px;
    margin:0 0 12px;
    border-radius:16px;
    background:#ecfdf3;
    color:#15803d;
    font-size:14px;
    font-weight:900;
    line-height:1.8;
}

@media(max-width:640px){
    .hp-edit-profile-page{
        padding:16px 12px;
    }

    .hp-edit-profile-head{
        align-items:flex-start;
        flex-direction:column;
    }

    .hp-edit-profile-head h1{
        font-size:28px;
    }

    .hp-edit-profile-head .hp-btn{
    min-height:48px;
    padding:0 18px;
    border:0;
    border-radius:16px;
    font-family:tahoma,Arial,sans-serif;
    font-size:14px;
    font-weight:900;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

    .hp-edit-profile-card{
        border-radius:22px;
        padding:14px;
    }
}

/* ===== TERMS PAGE CLEAN ===== */
.hp-terms-page{
    width:100%;
    max-width:860px;
    margin:0 auto;
    padding:22px 16px;
    display:flex;
    flex-direction:column;
    gap:14px;
}

.hp-terms-head{
    width:100%;
    padding:0 4px;
}

.hp-terms-head h1{
    margin:0;
    color:#24123d;
    font-size:32px;
    font-weight:950;
    line-height:1.35;
}

.hp-terms-card{
    width:100%;
    background:#fff;
    border:1px solid rgba(124,58,237,.13);
    border-radius:24px;
    padding:18px;
    box-shadow:0 14px 42px rgba(124,58,237,.10);
    display:flex;
    flex-direction:column;
    gap:18px;
}

.hp-terms-body{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.hp-terms-body p{
    margin:0;
    padding:12px 14px;
    border-radius:16px;
    background:#fbf8ff;
    color:#2f184f;
    font-size:14px;
    font-weight:800;
    line-height:2;
}

.hp-terms-actions{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
}

.hp-btn-light{
    background:#f4efff;
    color:#6d28d9;
}

.hp-btn-light:hover{
    background:#ede9fe;
}

@media(max-width:640px){
    .hp-terms-page{
        padding:16px 12px;
    }

    .hp-terms-head h1{
        font-size:28px;
    }

    .hp-terms-card{
        border-radius:22px;
        padding:14px;
    }

    .hp-terms-actions{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
}
}



.hp-btn-danger{
    background:#fff1f1;
    color:#dc2626;
}

.hp-btn-danger:hover{
    background:#fee2e2;
}


.hp-terms-actions .hp-btn{
    width:220px;
    max-width:100%;
}

/* ===== BUY PAGE CLEAN ===== */
.hp-buy-page{
    width:100%;
    max-width:920px;
    margin:0 auto;
    padding:22px 16px;
    display:flex;
    flex-direction:column;
    gap:14px;
}

.hp-buy-head{
    width:100%;
    padding:0 4px;
}

.hp-buy-head h1{
    margin:0;
    color:#24123d;
    font-size:32px;
    font-weight:950;
    line-height:1.35;
}

.hp-buy-card{
    width:100%;
    background:#fff;
    border:1px solid rgba(124,58,237,.13);
    border-radius:24px;
    padding:18px;
    box-shadow:0 14px 42px rgba(124,58,237,.10);
    display:flex;
    flex-direction:column;
    gap:16px;
}

.hp-buy-field,
.hp-buy-discount{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:8px;
}

.hp-buy-field label,
.hp-buy-discount label{
    color:#4c1d95;
    font-size:13px;
    font-weight:900;
}

.hp-buy-field input,
.hp-buy-discount input{
    width:100%;
    height:52px;
    border:1px solid rgba(124,58,237,.18);
    border-radius:16px;
    background:#fbf8ff;
    color:#2f184f;
    padding:0 14px;
    font-family:tahoma,Arial,sans-serif;
    font-size:15px;
    font-weight:700;
    outline:none;
}

.hp-buy-field input:focus,
.hp-buy-discount input:focus{
    border-color:#8b5cf6;
    background:#fff;
    box-shadow:0 0 0 4px rgba(139,92,246,.12);
}

.hp-buy-grid{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}

.hp-buy-range-card{
    width:100%;
    padding:16px;
    border-radius:22px;
    background:#fbf8ff;
    border:1px solid rgba(124,58,237,.12);
    display:flex;
    flex-direction:column;
    gap:14px;
}

.hp-buy-range-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
}

.hp-buy-range-top span{
    color:#6b5a82;
    font-size:13px;
    font-weight:900;
}

.hp-buy-range-top strong{
    color:#4c1d95;
    font-size:17px;
    font-weight:950;
}

.hp-buy-range-card input[type="range"]{
    width:100%;
    accent-color:#8b5cf6;
}

.hp-buy-range-limits{
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:#7b6a94;
    font-size:12px;
    font-weight:800;
}

.hp-buy-price-line{
    min-height:40px;
    padding:10px 12px;
    border-radius:16px;
    background:#fff;
    color:#5b4778;
    font-size:13px;
    font-weight:900;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:5px;
}

.hp-buy-price-line b{
    color:#4c1d95;
}

.hp-buy-discount-row{
        flex-direction:row;
    }

.hp-buy-discount-row input{
    width:220px;
    max-width:100%;
    flex:0 0 220px;
}

.discount-msg{
    min-height:22px;
    color:#6b5a82;
    font-size:13px;
    font-weight:800;
    line-height:1.8;
}

.discount-msg.ok{
    color:#15803d;
}

.discount-msg.err{
    color:#dc2626;
}

.discount-locked{
    background:#f1fff6 !important;
    border-color:rgba(34,197,94,.25) !important;
}

.hp-buy-total{
    width:100%;
    padding:18px;
    border-radius:24px;
    background:linear-gradient(135deg, rgba(139,92,246,.14), rgba(250,247,255,.95));
    border:1px solid rgba(124,58,237,.13);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:8px;
    text-align:center;
}

.hp-buy-total span{
    color:#6b5a82;
    font-size:13px;
    font-weight:900;
}

.hp-buy-total strong{
    color:#4c1d95;
    font-size:30px;
    font-weight:950;
}

.hp-buy-discount-amount{
    color:#15803d;
    font-size:13px;
    font-weight:900;
}

.hp-buy-actions{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
}

.hp-buy-actions .hp-btn{
    width:220px;
    max-width:100%;
}

@media(max-width:760px){
    .hp-buy-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:640px){
    .hp-buy-page{
        padding:16px 12px;
    }

    .hp-buy-head h1{
        font-size:28px;
    }

    .hp-buy-card{
        border-radius:22px;
        padding:14px;
    }

    .hp-buy-discount-row{
        flex-direction:row;
    }

    .hp-buy-actions{
        flex-direction:column;
    }

    .hp-buy-actions .hp-btn{
        width:100%;
    }

    .hp-buy-total strong{
        font-size:26px;
    }
}



.hp-buy-discount-row .hp-btn{
    width:110px;
    flex:0 0 110px;
}

/* ===== CHECKOUT PAGE CLEAN ===== */
.hp-checkout-page{
    width:100%;
    max-width:760px;
    margin:0 auto;
    padding:22px 16px;
    display:flex;
    flex-direction:column;
    gap:14px;
}

.hp-checkout-head{
    width:100%;
    padding:0 4px;
}

.hp-checkout-head h1{
    margin:0;
    color:#24123d;
    font-size:32px;
    font-weight:950;
    line-height:1.35;
}

.hp-checkout-card{
    width:100%;
    background:#fff;
    border:1px solid rgba(124,58,237,.13);
    border-radius:24px;
    padding:18px;
    box-shadow:0 14px 42px rgba(124,58,237,.10);
    display:flex;
    flex-direction:column;
    gap:10px;
}

.hp-checkout-row{
    width:100%;
    min-height:48px;
    padding:12px 14px;
    border-radius:16px;
    background:#fbf8ff;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
}

.hp-checkout-row span{
    color:#6b5a82;
    font-size:13px;
    font-weight:800;
}

.hp-checkout-row strong{
    color:#2f184f;
    font-size:14px;
    font-weight:900;
    text-align:left;
    word-break:break-word;
}

.hp-checkout-discount{
    width:100%;
    padding:14px;
    border-radius:18px;
    background:#ecfdf3;
    color:#15803d;
    font-size:14px;
    font-weight:900;
    line-height:2;
    display:flex;
    flex-direction:column;
    gap:4px;
}

.hp-checkout-total{
    width:100%;
    margin-top:4px;
    padding:18px;
    border-radius:22px;
    background:linear-gradient(135deg, rgba(139,92,246,.14), rgba(250,247,255,.95));
    border:1px solid rgba(124,58,237,.13);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:8px;
}

.hp-checkout-total span{
    color:#6b5a82;
    font-size:13px;
    font-weight:900;
}

.hp-checkout-total strong{
    color:#4c1d95;
    font-size:30px;
    font-weight:950;
}

.hp-checkout-actions{
    width:100%;
    margin-top:6px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
}

.hp-checkout-actions form{
    margin:0;
}

.hp-checkout-actions .hp-btn{
    width:180px;
    max-width:100%;
}

@media(max-width:760px){
    .hp-checkout-actions{
        flex-direction:column;
    }

    .hp-checkout-actions form,
    .hp-checkout-actions .hp-btn{
        width:100%;
    }
}

@media(max-width:640px){
    .hp-checkout-page{
        padding:16px 12px;
    }

    .hp-checkout-head h1{
        font-size:28px;
    }

    .hp-checkout-card{
        border-radius:22px;
        padding:14px;
    }

    .hp-checkout-row{
        align-items:flex-start;
        flex-direction:column;
        gap:6px;
    }

    .hp-checkout-row strong{
        width:100%;
        text-align:right;
    }

    .hp-checkout-total strong{
        font-size:26px;
    }
}



.hp-dash-head .hp-btn{
    height:44px;
    padding:0 14px;
    font-size:14px;
}



/* ===== ADMIN PRICING CLEAN ===== */
.admin-tab .box{
    max-width:920px;
    margin:0 auto;
    border-radius:24px;
    padding:20px;
    box-shadow:0 14px 42px rgba(124,58,237,.10);
    border:1px solid rgba(124,58,237,.13);
}

.admin-tab .box h1{
    margin-bottom:14px;
    font-size:28px;
    color:#24123d;
    font-weight:900;
}

.admin-tab .box h2{
    margin-top:18px;
    margin-bottom:10px;
    font-size:20px;
    color:#4c1d95;
    font-weight:900;
}

.admin-tab form{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.admin-tab label{
    font-size:13px;
    color:#4c1d95;
    font-weight:900;
}

.admin-tab input,
.admin-tab textarea{
    width:100%;
    border:1px solid rgba(124,58,237,.18);
    border-radius:14px;
    background:#fbf8ff;
    padding:10px 12px;
    font-size:14px;
    font-weight:700;
    outline:none;
}

.admin-tab input:focus,
.admin-tab textarea:focus{
    border-color:#8b5cf6;
    background:#fff;
    box-shadow:0 0 0 3px rgba(139,92,246,.12);
}

.admin-tab textarea{
    resize:vertical;
    min-height:120px;
}

.admin-tab .grid2{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
}

.admin-tab .check-row{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:13px;
    font-weight:900;
    color:#2f184f;
}

.admin-tab hr{
    margin:16px 0;
    border:none;
    height:1px;
    background:rgba(124,58,237,.12);
}

.admin-tab .btn{
    margin-top:10px;
    height:44px;
    font-size:14px;
}

@media(max-width:640px){
    .admin-tab .grid2{
        grid-template-columns:1fr;
    }
}

/* ===== ADMIN SALES FULL CLEAN ===== */
.admin-shell{
    width:100%;
    max-width:1120px;
    margin:0 auto;
    padding:18px 16px;
}

.admin-tabs{
    width:100%;
    margin:0 0 14px;
    padding:8px;
    border-radius:22px;
    background:#fff;
    border:1px solid rgba(124,58,237,.12);
    box-shadow:0 12px 34px rgba(124,58,237,.08);
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:8px;
}

.admin-link{
    min-height:44px;
    border:0;
    border-radius:16px;
    background:#f7f2ff;
    color:#5b21b6;
    font-family:tahoma,Arial,sans-serif;
    font-size:13px;
    font-weight:900;
    cursor:pointer;
}

.admin-link.active{
    background:#8b5cf6;
    color:#fff;
    box-shadow:0 12px 28px rgba(139,92,246,.20);
}

.admin-tab{
    display:none;
}

.admin-tab.active{
    display:block;
}

.hp-admin-card{
    width:100%;
    background:#fff;
    border:1px solid rgba(124,58,237,.13);
    border-radius:24px;
    padding:18px;
    box-shadow:0 14px 42px rgba(124,58,237,.10);
    margin-bottom:14px;
}

.hp-admin-card-head{
    width:100%;
    margin:0 0 14px;
}

.hp-admin-card-head h1,
.hp-admin-card-head h2{
    margin:0;
    color:#24123d;
    font-size:26px;
    font-weight:950;
    line-height:1.4;
}

.hp-admin-form{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:14px;
}

.hp-admin-section{
    width:100%;
    padding:14px;
    border-radius:22px;
    background:#fbf8ff;
    border:1px solid rgba(124,58,237,.10);
    display:flex;
    flex-direction:column;
    gap:12px;
}

.hp-admin-section h2{
    margin:0;
    color:#4c1d95;
    font-size:20px;
    font-weight:950;
}

.hp-admin-grid{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}

.hp-admin-field{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:8px;
}

.hp-admin-field label{
    color:#4c1d95;
    font-size:13px;
    font-weight:900;
}

.hp-admin-field input,
.hp-admin-field textarea{
    width:100%;
    min-height:52px;
    border:1px solid rgba(124,58,237,.18);
    border-radius:16px;
    background:#fff;
    color:#2f184f;
    padding:0 14px;
    font-family:tahoma,Arial,sans-serif;
    font-size:15px;
    font-weight:800;
    outline:none;
}

.hp-admin-field textarea{
    min-height:130px;
    padding:12px 14px;
    line-height:2;
    resize:vertical;
}

.hp-admin-field input:focus,
.hp-admin-field textarea:focus{
    border-color:#8b5cf6;
    box-shadow:0 0 0 4px rgba(139,92,246,.12);
}

.hp-admin-check{
    width:100%;
    min-height:54px;
    padding:10px 12px;
    border-radius:16px;
    background:#fff;
    border:1px solid rgba(124,58,237,.12);
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:10px;
    color:#2f184f;
    font-size:14px;
    font-weight:900;
    cursor:pointer;
}

.hp-admin-check input{
    width:24px;
    height:24px;
    flex:0 0 24px;
    accent-color:#8b5cf6;
}

.hp-admin-submit{
    width:240px;
    max-width:100%;
    align-self:center;
}

.hp-discount-list{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:12px;
}

.hp-discount-card{
    width:100%;
    padding:14px;
    border-radius:22px;
    background:#fbf8ff;
    border:1px solid rgba(124,58,237,.12);
    display:flex;
    flex-direction:column;
    gap:12px;
}

.hp-discount-card.active{
    border-color:rgba(34,197,94,.22);
}

.hp-discount-card.inactive{
    opacity:.78;
}

.hp-discount-top{
    width:100%;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:12px;
}

.hp-discount-top div{
    display:flex;
    flex-direction:column;
    gap:4px;
}

.hp-discount-top strong{
    color:#24123d;
    font-size:22px;
    font-weight:950;
    direction:ltr;
    text-align:left;
}

.hp-discount-top span{
    color:#6d28d9;
    font-size:14px;
    font-weight:900;
}

.hp-discount-top em{
    min-width:76px;
    min-height:34px;
    padding:0 10px;
    border-radius:14px;
    background:#ecfdf3;
    color:#15803d;
    display:flex;
    align-items:center;
    justify-content:center;
    font-style:normal;
    font-size:13px;
    font-weight:950;
}

.hp-discount-card.inactive .hp-discount-top em{
    background:#f1f5f9;
    color:#64748b;
}

.hp-discount-meta{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
}

.hp-discount-meta div{
    min-height:58px;
    padding:10px 12px;
    border-radius:16px;
    background:#fff;
    display:flex;
    flex-direction:column;
    gap:5px;
}

.hp-discount-meta span{
    color:#6b5a82;
    font-size:12px;
    font-weight:800;
}

.hp-discount-meta strong{
    color:#2f184f;
    font-size:14px;
    font-weight:900;
}

.hp-discount-actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
}

.hp-discount-actions form{
    margin:0;
}

.hp-discount-actions .hp-btn{
    width:100%;
}

.admin-modal{
    position:fixed;
    inset:0;
    background:rgba(20,10,40,.35);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999;
    padding:18px;
}

.admin-modal.open{
    display:flex;
}

.admin-modal-box{
    width:100%;
    max-width:720px;
    max-height:90vh;
    overflow:auto;
    border-radius:24px;
    background:#fff;
    padding:18px;
    box-shadow:0 30px 80px rgba(0,0,0,.25);
    position:relative;
}

.admin-modal-close{
    position:absolute;
    top:10px;
    left:10px;
    width:36px;
    height:36px;
    border:0;
    border-radius:14px;
    background:#fff1f1;
    color:#dc2626;
    font-size:22px;
    font-weight:900;
    cursor:pointer;
}

@media(max-width:760px){
    .admin-shell{
        padding:14px 12px;
    }

    .admin-tabs{
        grid-template-columns:1fr;
    }

    .hp-admin-grid,
    .hp-discount-meta,
    .hp-discount-actions{
        grid-template-columns:1fr;
    }

    .hp-admin-card{
        border-radius:22px;
        padding:14px;
    }

    .hp-admin-card-head h1,
    .hp-admin-card-head h2{
        font-size:24px;
    }

    .hp-admin-submit{
        width:100%;
    }
}

/* ===== ADMIN USERS CLEAN ===== */
.admin-tabs{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    overflow-x:auto;
}

.admin-tabs .admin-link{
    flex:0 0 auto;
    min-width:120px;
}

.hp-admin-users-search{
    width:100%;
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:12px;
}

.hp-admin-users-search input{
    flex:1 1 auto;
    height:48px;
    min-height:48px;
    border:1px solid rgba(124,58,237,.18);
    border-radius:16px;
    background:#fbf8ff;
    padding:0 14px;
    font-family:tahoma,Arial,sans-serif;
    font-size:14px;
    font-weight:800;
}

.hp-admin-users-search .hp-btn{
    width:110px;
    height:48px;
    min-height:48px;
    flex:0 0 110px;
}

.hp-admin-add-user{
    width:220px;
    max-width:100%;
}

.hp-admin-users-list{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.hp-admin-user-card{
    background:#fbf8ff;
    border:1px solid rgba(124,58,237,.12);
    border-radius:22px;
    overflow:hidden;
}

.hp-admin-user-title{
    width:100%;
    min-height:64px;
    border:0;
    background:#fff;
    padding:12px 14px;
    display:grid;
    grid-template-columns:1fr auto auto;
    gap:10px;
    align-items:center;
    font-family:tahoma,Arial,sans-serif;
    cursor:pointer;
}

.hp-admin-user-title span{
    color:#24123d;
    font-size:17px;
    font-weight:950;
    text-align:right;
}

.hp-admin-user-title small{
    min-width:58px;
    min-height:30px;
    border-radius:12px;
    background:#f4efff;
    color:#6d28d9;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    font-weight:900;
}

.hp-admin-user-title em{
    width:32px;
    height:32px;
    border-radius:12px;
    background:#f4efff;
    color:#7c3aed;
    display:flex;
    align-items:center;
    justify-content:center;
    font-style:normal;
    font-size:20px;
    font-weight:950;
    transition:transform .18s ease;
}

.hp-admin-user-card.open .hp-admin-user-title em{
    transform:rotate(180deg);
}

.hp-admin-user-detail{
    display:none;
    padding:14px;
    flex-direction:column;
    gap:12px;
}

.hp-admin-user-card.open .hp-admin-user-detail{
    display:flex;
}

.hp-admin-user-info{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:10px;
}

.hp-admin-user-info div{
    min-height:58px;
    padding:10px 12px;
    border-radius:16px;
    background:#fff;
    display:flex;
    flex-direction:column;
    gap:5px;
}

.hp-admin-user-info span{
    color:#6b5a82;
    font-size:12px;
    font-weight:800;
}

.hp-admin-user-info strong{
    color:#2f184f;
    font-size:14px;
    font-weight:900;
    word-break:break-word;
}

.hp-admin-user-actions{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:10px;
}

.hp-admin-user-actions form{
    margin:0;
}

.hp-admin-user-actions .hp-btn{
    width:100%;
}

.hp-admin-user-detail h3{
    margin:4px 0 0;
    color:#4c1d95;
    font-size:18px;
    font-weight:950;
}

.hp-admin-user-services{
    width:100%;
}

.hp-admin-user-services-list{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.hp-admin-user-service{
    width:100%;
    min-height:48px;
    padding:8px;
    border-radius:16px;
    background:#fff;
    display:grid;
    grid-template-columns:1fr 110px;
    gap:8px;
    align-items:center;
}

.hp-admin-user-service > button{
    width:100%;
    min-height:40px;
    border:0;
    border-radius:14px;
    background:#f4efff;
    color:#5b21b6;
    font-family:tahoma,Arial,sans-serif;
    font-size:13px;
    font-weight:900;
    cursor:pointer;
    text-align:center;
}

.hp-admin-delete-service-form{
    margin:0;
}

.hp-admin-service-delete{
    width:100%;
    min-height:40px;
    border:0;
    border-radius:14px;
    background:#fff1f1;
    color:#dc2626;
    font-family:tahoma,Arial,sans-serif;
    font-size:13px;
    font-weight:900;
    cursor:pointer;
}

.hp-user-services-pagination{
    margin-top:10px;
}

@media(max-width:760px){
    .admin-tabs{
        justify-content:flex-start;
    }

    .hp-admin-users-search{
    width:100%;
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:12px;
}

    .hp-admin-users-search .hp-btn,
    .hp-admin-add-user{
        width:100%;
    }

    .hp-admin-user-info,
    .hp-admin-user-actions{
        grid-template-columns:1fr;
    }

    .hp-admin-user-service{
        grid-template-columns:1fr;
    }
}

/* ===== ADMIN SERVICE MODAL CLEAN ===== */
.hp-service-modal{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:14px;
}

.hp-service-modal h2{
    margin:0 0 4px;
    color:#24123d;
    font-size:24px;
    font-weight:950;
    text-align:center;
}

.hp-service-modal-rows{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:8px;
}

.hp-service-modal-rows div{
    width:100%;
    min-height:48px;
    padding:10px 12px;
    border-radius:14px;
    background:#fbf8ff;
    border:1px solid rgba(124,58,237,.10);
    display:grid;
    grid-template-columns:100px 1fr;
    align-items:center;
    gap:10px;
}

.hp-service-modal-rows span{
    color:#6b5a82;
    font-size:13px;
    font-weight:800;
    text-align:right;
}

.hp-service-modal-rows strong{
    color:#2f184f;
    font-size:14px;
    font-weight:900;
    text-align:left;
    direction:ltr;
    word-break:break-word;
}

.hp-service-modal-actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-top:4px;
}

.hp-service-modal-actions form{
    margin:0;
}

.hp-service-modal-actions .hp-btn{
    width:100%;
    min-height:48px;
}

.hp-admin-user-service{
    grid-template-columns:1fr;
}

@media(max-width:640px){
    .hp-admin-users-search{
        flex-direction:row;
    }

    .hp-admin-users-search .hp-btn{
        width:96px;
        flex-basis:96px;
    }

    .hp-service-modal-rows div{
        grid-template-columns:1fr;
        gap:4px;
    }

    .hp-service-modal-rows strong{
        text-align:right;
        direction:rtl;
    }

    .hp-service-modal-actions{
        grid-template-columns:1fr;
    }
}

/* ===== ADMIN SEARCH AND EDIT MODAL CLEAN ===== */
.hp-admin-users-search{
    width:100%;
    display:grid;
    grid-template-columns:1fr 86px;
    gap:8px;
    align-items:center;
    margin-bottom:12px;
}

.hp-admin-users-search input{
    width:100%;
    height:46px;
    min-height:46px;
    border:1px solid rgba(124,58,237,.18);
    border-radius:16px;
    background:#fbf8ff;
    padding:0 14px;
    font-family:tahoma,Arial,sans-serif;
    font-size:14px;
    font-weight:800;
}

.hp-admin-users-search .hp-btn{
    width:86px;
    height:46px;
    min-height:46px;
    padding:0;
    font-size:13px;
}

.hp-service-edit-modal{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:14px;
}

.hp-service-edit-modal h2{
    margin:0;
    color:#24123d;
    font-size:24px;
    font-weight:950;
    text-align:center;
}

.hp-service-edit-info{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
}

.hp-service-edit-info div{
    min-height:48px;
    padding:10px 12px;
    border-radius:14px;
    background:#fbf8ff;
    border:1px solid rgba(124,58,237,.10);
    display:flex;
    flex-direction:column;
    gap:4px;
}

.hp-service-edit-info span{
    color:#6b5a82;
    font-size:12px;
    font-weight:800;
}

.hp-service-edit-info strong{
    color:#2f184f;
    font-size:14px;
    font-weight:900;
    word-break:break-word;
}

.hp-service-edit-form{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:9px;
}

.hp-service-edit-form label{
    color:#4c1d95;
    font-size:13px;
    font-weight:900;
}

.hp-service-edit-form input,
.hp-service-edit-form select{
    width:100%;
    height:48px;
    border:1px solid rgba(124,58,237,.18);
    border-radius:16px;
    background:#fbf8ff;
    color:#2f184f;
    padding:0 14px;
    font-family:tahoma,Arial,sans-serif;
    font-size:14px;
    font-weight:800;
    outline:none;
}

.hp-service-edit-form input:focus,
.hp-service-edit-form select:focus{
    border-color:#8b5cf6;
    background:#fff;
    box-shadow:0 0 0 4px rgba(139,92,246,.12);
}

.hp-service-edit-form .hp-btn{
    width:100%;
    margin-top:4px;
}

@media(max-width:640px){
    .hp-admin-users-search{
        grid-template-columns:1fr 78px;
    }

    .hp-admin-users-search .hp-btn{
        width:78px;
        font-size:12px;
    }

    .hp-service-edit-info{
        grid-template-columns:1fr;
    }
}


/* ===== ADMIN SEARCH FINAL FIX ===== */
.hp-admin-users-search{
    display:grid;
    grid-template-columns:minmax(0, 1fr) 82px;
    gap:8px;
    align-items:center;
}

.hp-admin-users-search input{
    height:46px;
    min-height:46px;
}

.hp-admin-users-search button,
.hp-admin-users-search .hp-btn{
    width:82px;
    min-width:82px;
    max-width:82px;
    height:46px;
    min-height:46px;
    padding:0;
    white-space:nowrap;
}


/* ===== ADMIN SEARCH HTML ROW ===== */
.hp-admin-users-search{
    width:100%;
    margin-bottom:12px;
}

.hp-admin-users-search-row{
    width:100%;
    display:grid;
    grid-template-columns:minmax(0, 1fr) 82px;
    gap:8px;
    align-items:center;
}

.hp-admin-users-search-row input{
    width:100%;
    height:46px;
    min-height:46px;
}

.hp-admin-users-search-row button{
    width:82px;
    height:46px;
    border:0;
    border-radius:16px;
    background:#8b5cf6;
    color:#fff;
    font-family:tahoma,Arial,sans-serif;
    font-size:13px;
    font-weight:900;
    cursor:pointer;
}\n\n


/* ===== TOAST CLEAN ===== */
.hp-toast-host{
    position:fixed;
    top:88px;
    left:0;
    right:0;
    z-index:999999;
    display:flex;
    justify-content:center;
    pointer-events:none;
    padding:0 14px;
}

.hp-toast{
    width:min(420px, 100%);
    min-height:66px;
    background:#fff;
    border:1px solid rgba(124,58,237,.14);
    border-radius:22px;
    box-shadow:0 22px 60px rgba(36,18,61,.18);
    padding:12px 14px 12px 44px;
    display:flex;
    align-items:center;
    gap:12px;
    position:relative;
    pointer-events:auto;
    animation:hpToastIn .22s ease both;
}

.hp-toast-hide{
    animation:hpToastOut .35s ease both;
}

.hp-toast-close{
    position:absolute;
    top:10px;
    left:10px;
    width:28px;
    height:28px;
    border:0;
    border-radius:11px;
    background:#f4efff;
    color:#6d28d9;
    font-size:20px;
    font-weight:900;
    cursor:pointer;
}

.hp-toast-icon-wrap{
    width:44px;
    height:44px;
    position:relative;
    flex:0 0 44px;
}

.hp-toast-ring{
    width:44px;
    height:44px;
    display:block;
    transform:rotate(-90deg);
}

.hp-toast-ring-bg,
.hp-toast-ring-bar{
    fill:none;
    stroke-width:4;
}

.hp-toast-ring-bg{
    stroke:#f1eaff;
}

.hp-toast-ring-bar{
    stroke:#8b5cf6;
    stroke-linecap:round;
    stroke-dasharray:119.38;
    stroke-dashoffset:119.38;
    animation:hpToastRing 7.5s linear forwards;
}

.hp-toast-error .hp-toast-ring-bg{
    stroke:#ffe1e1;
}

.hp-toast-error .hp-toast-ring-bar{
    stroke:#dc2626;
}

.hp-toast-icon{
    position:absolute;
    inset:7px;
    border-radius:50%;
    background:#f4efff;
    color:#6d28d9;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:19px;
    font-weight:950;
}

.hp-toast-error .hp-toast-icon{
    background:#fff1f1;
    color:#dc2626;
}

.hp-toast-text{
    color:#2f184f;
    font-size:14px;
    font-weight:900;
    line-height:1.8;
}

@keyframes hpToastRing{
    from{ stroke-dashoffset:119.38; }
    to{ stroke-dashoffset:0; }
}

@keyframes hpToastIn{
    from{ opacity:0; transform:translateY(-10px); }
    to{ opacity:1; transform:translateY(0); }
}

@keyframes hpToastOut{
    from{ opacity:1; transform:translateY(0); }
    to{ opacity:0; transform:translateY(-10px); }
}

@media(max-width:640px){
    .hp-toast-host{
        top:84px;
    }

    .hp-toast{
        border-radius:20px;
    }
}


/* ===== MOBILE INPUT ZOOM FIX ===== */
@media(max-width:768px){
    input,
    textarea,
    select{
        font-size:16px;
    }
}



/* Fix mobile zoom on inputs */
input, select, textarea {
    font-size: 16px !important;
}



/* ===== CAPTCHA CLEAN ===== */

.hp-captcha-box{
    width:100%;
}

.hp-captcha-line{
    width:100%;
    display:flex;
    align-items:center;
    gap:8px;
    direction:rtl;
}

.hp-captcha-line img,
.hp-captcha-line > img#hpCaptchaImg{
    flex:0 0 50%;
    width:50%;
    max-width:50%;
    height:76px;
    min-height:76px;
    object-fit:cover;
    border-radius:16px;
    border:1px solid rgba(124,58,237,.16);
    background:#fff;
}

.hp-captcha-line input,
.hp-captcha-line .hp-captcha-input{
    flex:1 1 0;
    width:auto;
    min-width:0;
    max-width:none;
    height:52px;
    padding:8px;
    text-align:center;
    font-size:17px;
    font-weight:900;
    letter-spacing:2px;
}

.hp-captcha-refresh{
    flex:0 0 52px;
    width:52px;
    min-width:52px;
    height:52px;
    border:0;
    border-radius:14px;
    background:#f4efff;
    color:#6d28d9;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

.hp-captcha-refresh svg{
    width:22px;
    height:22px;
    fill:currentColor;
}

@media(max-width:480px){

    .hp-captcha-line img,
    .hp-captcha-line > img#hpCaptchaImg{
        height:60px;
        min-height:60px;
    }

    .hp-captcha-line input,
    .hp-captcha-line .hp-captcha-input,
    .hp-captcha-refresh{
    width:52px;
    min-width:52px;
    height:52px;
    border:0;
    border-radius:14px;
    background:#f4efff;
    color:#6d28d9;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    flex:0 0 52px;
}
}


/* CAPTCHA V2 */
.hp-captcha-row-v2{
    width:100%;
    display:grid;
    grid-template-columns: 50% minmax(0, 1fr) 52px;
    gap:8px;
    align-items:center;
    direction:rtl;
}

.hp-captcha-img-v2{
    width:100%;
    height:76px;
    object-fit:cover;
    border-radius:16px;
    border:1px solid rgba(124,58,237,.16);
    background:#fff;
    box-sizing:border-box;
}

.hp-captcha-code-v2{
    width:100%;
    min-width:0;
    height:52px;
    box-sizing:border-box;
    padding:8px;
    text-align:center;
    font-size:17px;
    font-weight:900;
    letter-spacing:2px;
}

.hp-captcha-refresh-v2{
    width:52px;
    height:52px;
    border:0;
    border-radius:14px;
    background:#f4efff;
    color:#6d28d9;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

.hp-captcha-refresh-v2 svg{
    width:22px;
    height:22px;
    fill:currentColor;
}

@media(max-width:480px){
    .hp-captcha-row-v2{
        grid-template-columns: 50% minmax(0, 1fr) 52px;
        gap:8px;
    }

    .hp-captcha-img-v2{
        height:64px;
    }

    .hp-captcha-code-v2,
    .hp-captcha-refresh-v2{
        height:52px;
    }
}

/* REGISTER LOCKED PAGE */
.hp-register-locked{
    text-align:center;
    padding:34px 10px;
}

.hp-register-locked-icon{
    font-size:72px;
    line-height:1;
    margin-bottom:16px;
}

.hp-register-locked h1{
    text-align:center;
    margin-bottom:12px;
}

.hp-register-locked p{
    color:#6b7280;
    font-size:15px;
    line-height:2;
    margin-bottom:20px;
}

.hp-register-locked-btn{
    margin-top:18px;
    display:inline-flex;
}

/* ADMIN ORDERS CLEAN */
.hp-order-card{
    margin:14px 0;
    padding:16px;
    border-radius:22px;
    background:#fff;
    border:1px solid rgba(124,58,237,.14);
    box-shadow:0 14px 38px rgba(124,58,237,.08);
}

.hp-order-card-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-bottom:14px;
}

.hp-order-card-head strong{
    font-size:17px;
    font-weight:950;
    color:#2f184f;
    direction:ltr;
    word-break:break-all;
}

.hp-order-status{
    padding:7px 12px;
    border-radius:999px;
    font-size:13px;
    font-weight:900;
    background:#f3f0ff;
    color:#6d28d9;
    white-space:nowrap;
}

.hp-order-status-approved{background:#ecfdf5;color:#16a34a}
.hp-order-status-rejected{background:#fff1f2;color:#dc2626}
.hp-order-status-payment_failed,
.hp-order-status-delivery_failed{background:#fff7ed;color:#ea580c}

.hp-order-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
}

.hp-order-grid > div{
    padding:10px 12px;
    border-radius:16px;
    background:#faf7ff;
    display:flex;
    flex-direction:column;
    gap:5px;
}

.hp-order-grid span{
    color:#7c6b91;
    font-size:12px;
    font-weight:800;
}

.hp-order-grid strong{
    color:#24123d;
    font-size:14px;
    font-weight:900;
    word-break:break-word;
}

.hp-order-actions{
    margin-top:14px;
    display:grid;
    gap:10px;
}

.hp-order-reject-form{
    display:grid;
    grid-template-columns:1fr auto;
    gap:8px;
}

.hp-order-reject-form input{
    min-width:0;
}

.hp-order-result{
    margin-top:14px;
    padding:12px;
    border-radius:16px;
    font-weight:900;
    text-align:center;
}

.hp-order-result.success{background:#ecfdf5;color:#16a34a}
.hp-order-result.danger{background:#fff1f2;color:#dc2626}

@media(max-width:640px){
    .hp-order-grid{
        grid-template-columns:1fr;
    }

    .hp-order-reject-form{
        grid-template-columns:1fr;
    }
}


/* HexaPing crypto payment polish */
.hp-crypto-page {
    padding: 12px 16px 48px;
}

.hp-crypto-shell {
    width: min(100%, 560px);
    margin: 0 auto;
}

.hp-crypto-panel {
    background: #fff;
    border: 1px solid rgba(124, 58, 237, .10);
    border-radius: 26px;
    box-shadow: 0 14px 45px rgba(43, 22, 74, .08);
    padding: 22px;
}

.hp-crypto-title {
    margin: 0 0 8px;
    color: #24143d;
    font-size: 30px;
    font-weight: 900;
}

.hp-crypto-subtitle {
    margin: 0 0 18px;
    color: #6b5d84;
    line-height: 2;
}

.hp-crypto-warning {
    background: #fff1f2;
    color: #be123c;
    border: 1px solid #fecdd3;
    border-radius: 18px;
    padding: 14px 16px;
    line-height: 2;
    font-weight: 800;
    margin: 14px 0;
}

.hp-crypto-timer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #faf7ff;
    border: 1px solid rgba(124, 58, 237, .12);
    border-radius: 18px;
    padding: 13px 15px;
    margin: 14px 0;
    color: #35204f;
    font-weight: 800;
}

.hp-crypto-timer strong {
    direction: ltr;
    min-width: 86px;
    text-align: center;
    background: #f3e8ff;
    color: #7c3aed;
    border-radius: 999px;
    padding: 8px 14px;
}

.hp-crypto-row {
    border-top: 1px solid rgba(124, 58, 237, .10);
    padding: 15px 0;
}

.hp-crypto-row:first-child {
    border-top: 0;
}

.hp-crypto-row span {
    display: block;
    direction: ltr;
    text-align: left;
    color: #7c3aed;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 6px;
}

.hp-crypto-row strong {
    display: block;
    direction: ltr;
    text-align: left;
    color: #24143d;
    font-size: 18px;
    line-height: 1.7;
    word-break: break-word;
    user-select: all;
}

.hp-crypto-form label {
    display: block;
    margin-bottom: 10px;
    color: #24143d;
    font-weight: 900;
}

.hp-crypto-form select,
select {
    width: 100%;
    min-height: 54px;
    border-radius: 16px;
    border: 1px solid rgba(124, 58, 237, .18);
    background: #fff;
    color: #24143d;
    padding: 0 14px;
    font-size: 15px;
    font-weight: 700;
    outline: none;
    box-shadow: 0 8px 24px rgba(124, 58, 237, .05);
}

.hp-crypto-form select:focus,
select:focus {
    border-color: rgba(124, 58, 237, .55);
    box-shadow: 0 0 0 4px rgba(124, 58, 237, .10);
}

.hp-crypto-submit {
    width: 100%;
    min-height: 54px;
    border-radius: 16px;
    margin-top: 16px;
    font-weight: 900;
}

.hp-currency-muted {
    color: #8b7aa5;
    font-size: 13px;
    line-height: 2;
    margin-top: 12px;
}

@media (max-width: 768px) {
    .hp-crypto-page {
        padding-top: 6px;
    }

    .hp-crypto-panel {
        padding: 18px;
        border-radius: 22px;
    }

    .hp-crypto-title {
        font-size: 25px;
    }
}

/* Crypto payment text polish */
.hp-crypto-subtitle,
.hp-crypto-warning,
.hp-currency-muted {
    text-align: justify;
    text-align-last: right;
}

.hp-copy-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    direction: ltr;
}

.hp-copy-line strong {
    flex: 1;
}

.hp-copy-btn {
    border: 0;
    border-radius: 12px;
    background: #f3e8ff;
    color: #6d28d9;
    padding: 9px 12px;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
    cursor: pointer;
    transition: .2s;
}

.hp-copy-btn:hover {
    background: #e9d5ff;
}

@media (max-width: 520px) {
    .hp-copy-line {
        align-items: stretch;
        flex-direction: column;
    }

    .hp-copy-btn {
        width: 100%;
    }
}

.hp-copy-line {
    display: flex;
    align-items: center;
    gap: 10px;
    direction: ltr;
}

.hp-copy-line strong {
    flex: 1;
}

.hp-copy-icon-btn {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border: 0;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f3e8ff;
    color: #6d28d9;
    cursor: pointer;
    transition: .2s ease;
}

.hp-copy-icon-btn:hover {
    background: #e9d5ff;
    transform: translateY(-1px);
}

.hp-copy-icon-btn svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hp-crypto-warning-amount {
    background: #fff7ed;
    color: #c2410c;
    border-color: #fed7aa;
}

.hp-copy-line{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    flex-direction:row !important;
    direction:ltr !important;
    gap:10px;
}

.hp-copy-line strong{
    flex:1;
    min-width:0;
}

.hp-copy-icon-btn{
    order:-1;
    flex-shrink:0;
}

@media(max-width:520px){

    .hp-copy-line{
        flex-direction:row !important;
        align-items:center !important;
    }

    .hp-copy-icon-btn{
        width:32px;
        height:32px;
        min-width:32px;
    }
}

.hp-copy-line{
    direction:rtl !important;
}

.hp-copy-icon-btn{
    order:2 !important;
}

.hp-copy-line strong{
    direction:ltr;
    text-align:left;
}

.hp-copy-line{
    direction:rtl !important;
    flex-direction:row !important;
}

.hp-copy-icon-btn{
    order:0 !important;
    margin-left:8px;
    margin-right:0;
}

.hp-copy-line strong{
    order:1 !important;
    direction:ltr !important;
    text-align:left !important;
}

/* Toast colors refinement */
.hp-toast.success,
.toast.success,
.hp-toast--success,
.toast--success {
    background: #ecfdf3;
    color: #166534;
    border-color: #bbf7d0;
}

.hp-toast.success svg,
.toast.success svg,
.hp-toast--success svg,
.toast--success svg {
    color: #16a34a;
    stroke: #16a34a;
}

.hp-toast.error,
.toast.error,
.hp-toast--error,
.toast--error {
    background: #fef2f2;
    color: #b91c1c;
    border-color: #fecaca;
}

.hp-toast.error svg,
.toast.error svg,
.hp-toast--error svg,
.toast--error svg {
    color: #dc2626;
    stroke: #dc2626;
}

.hp-gateway-box {
    margin: 22px 0;
    padding: 18px;
    border: 1px solid rgba(124, 58, 237, .12);
    border-radius: 20px;
    background: #faf7ff;
}

.hp-gateway-box h3 {
    margin: 0 0 14px;
    color: #24143d;
    font-size: 18px;
}

.hp-gateway-list {
    display: grid;
    gap: 10px;
}

.hp-gateway-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(124, 58, 237, .14);
    border-radius: 16px;
    background: #fff;
    cursor: pointer;
}

.hp-gateway-option input {
    accent-color: #7c3aed;
}

.hp-gateway-logo {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f3e8ff;
    color: #6d28d9;
    font-weight: 900;
    direction: ltr;
}

.hp-gateway-title {
    color: #24143d;
    font-weight: 900;
}

.hp-admin-form input[type="checkbox"]{
    width:18px;
    height:18px;
    min-width:18px;
    accent-color:#7c3aed;
    margin:0;
    flex-shrink:0;
}

.hp-admin-form label:has(input[type="checkbox"]){
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
}

.hp-admin-gateway-list {
    display: grid;
    gap: 12px;
}

.hp-admin-gateway-item {
    border: 1px solid rgba(124, 58, 237, .12);
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
}

.hp-admin-gateway-item summary {
    display: grid;
    grid-template-columns: 34px 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 14px;
    cursor: pointer;
    list-style: none;
}

.hp-admin-gateway-item summary::-webkit-details-marker {
    display: none;
}

.hp-gateway-switch {
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-gateway-switch input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #7c3aed;
}

.hp-gateway-summary-title {
    font-weight: 900;
    color: #24143d;
}

.hp-admin-gateway-item summary small {
    direction: ltr;
    color: #8b7aa5;
    font-size: 12px;
}

.hp-admin-gateway-body {
    border-top: 1px solid rgba(124, 58, 237, .1);
    padding: 14px;
    background: #faf7ff;
}

.hp-pay-admin-list{
    display:grid;
    gap:12px;
}

.hp-pay-admin-item{
    background:#fff;
    border:1px solid rgba(124,58,237,.14);
    border-radius:18px;
    overflow:hidden;
}

.hp-pay-admin-summary{
    display:grid;
    grid-template-columns:52px 1fr auto;
    align-items:center;
    gap:12px;
    padding:14px;
    cursor:pointer;
    list-style:none;
}

.hp-pay-admin-summary::-webkit-details-marker{
    display:none;
}

.hp-pay-toggle{
    width:44px;
    height:26px;
    display:block;
    position:relative;
}

.hp-pay-toggle input{
    position:absolute;
    opacity:0;
    width:0;
    height:0;
}

.hp-pay-toggle span{
    position:absolute;
    inset:0;
    background:#e5e7eb;
    border-radius:999px;
}

.hp-pay-toggle span:before{
    content:"";
    position:absolute;
    width:20px;
    height:20px;
    right:3px;
    top:3px;
    background:#fff;
    border-radius:50%;
    box-shadow:0 2px 8px rgba(0,0,0,.16);
    transition:.2s;
}

.hp-pay-toggle input:checked + span{
    background:#7c3aed;
}

.hp-pay-toggle input:checked + span:before{
    right:21px;
}

.hp-pay-admin-title strong{
    display:block;
    color:#24143d;
    font-weight:900;
}

.hp-pay-admin-title small{
    color:#8b7aa5;
}

.hp-pay-admin-summary i{
    font-style:normal;
    color:#7c3aed;
    font-size:13px;
}

.hp-pay-admin-body{
    padding:14px;
    border-top:1px solid rgba(124,58,237,.10);
    background:#faf7ff;
}

.hp-pay-admin-body .hp-btn{
    margin:8px 0 12px;
}


