*{box-sizing:border-box}

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

body{
    background:
        radial-gradient(circle at 15% -10%,rgba(47,107,255,.18),transparent 28%),
        radial-gradient(circle at 90% 0%,rgba(0,214,255,.08),transparent 26%),
        #050914;
    color:#fff;
    font-family:Inter,Arial,sans-serif;
}

a{color:inherit}

.container{
    width:min(1260px,calc(100% - 36px));
    margin:0 auto;
}

.site-header{
    border-bottom:1px solid #18253a;
    background:rgba(5,9,20,.86);
    backdrop-filter:blur(18px);
}

.header-inner{
    height:78px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.brand{
    text-decoration:none;
    font-size:28px;
    font-weight:950;
    letter-spacing:-1px;
    color:#fff;
}

.brand b{color:#2f6bff}

.hf-hero-compact{
    padding:42px 0 20px;
}

.hf-hero-top{
    display:grid;
    grid-template-columns:1fr 420px;
    gap:32px;
    align-items:end;
}

.eyebrow{
    color:#6ea2ff;
    font-size:13px;
    font-weight:950;
    letter-spacing:.18em;
    text-transform:uppercase;
}

.hf-hero-top h1{
    margin:14px 0 10px;
    max-width:780px;
    font-size:36px;
    line-height:1.04;
    letter-spacing:-1.9px;
}

.hf-hero-top p{
    margin:0;
    max-width:720px;
    color:#aebdda;
    font-size:17px;
    line-height:1.6;
}

.hf-search{
    display:flex;
    gap:10px;
    background:#080f1d;
    border:1px solid #1f2f4a;
    border-radius:16px;
    padding:8px;
}

.hf-search input{
    flex:1;
    min-width:0;
    background:transparent;
    border:0;
    outline:0;
    color:#fff;
    padding:10px 12px;
    font-size:15px;
}

.hf-search button{
    border:0;
    border-radius:12px;
    background:#2f6bff;
    color:#fff;
    padding:0 20px;
    font-weight:900;
    cursor:pointer;
}

.hf-categories{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    padding:16px 0 20px;
}

.hf-cat{
    display:inline-flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
    color:#aebdda;
    background:#08101e;
    border:1px solid #1e2d47;
    border-radius:999px;
    padding:9px 14px;
    font-size:14px;
    font-weight:850;
}

.hf-cat span{
    color:#78a8ff;
    background:#111d34;
    border-radius:999px;
    padding:2px 7px;
    font-size:12px;
}

.hf-cat.active,
.hf-cat:hover{
    color:#fff;
    background:#102553;
    border-color:#2f6bff;
}

.hf-products-section{
    padding:18px 0 70px;
}

.hf-section-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    margin-bottom:12px;
}

.hf-section-head > div{
    display:flex;
    align-items:center;
    gap:12px;
}

.hf-dot{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#1769ff;
    box-shadow:0 0 22px rgba(47,107,255,.95);
}

.hf-section-head h2{
    margin:0;
    font-size:21px;
    letter-spacing:-.4px;
}

.hf-view-all{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    color:#d7e4fa;
    background:#070d19;
    border:1px solid #1e2d47;
    border-radius:10px;
    padding:10px 15px;
    font-size:14px;
    font-weight:850;
}

.hf-product-list{
    background:linear-gradient(180deg,rgba(13,20,34,.98),rgba(6,11,21,.98));
    border:1px solid #1c2940;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 24px 80px rgba(0,0,0,.24);
}

.hf-product-row{
    display:grid;
    grid-template-columns:72px minmax(360px,1fr) 150px 175px 105px;
    align-items:center;
    gap:18px;
    min-height:78px;
    padding:10px 14px;
    border-bottom:1px solid #1c2940;
    background:
        radial-gradient(circle at 0% 50%,rgba(47,107,255,.07),transparent 30%),
        linear-gradient(180deg,rgba(13,21,36,.92),rgba(8,13,24,.92));
}

.hf-product-row:last-child{border-bottom:0}

.hf-product-row:hover{
    background:
        radial-gradient(circle at 0% 50%,rgba(47,107,255,.15),transparent 34%),
        linear-gradient(180deg,rgba(16,27,47,.98),rgba(9,15,28,.98));
}

.hf-product-icon{
    width:62px;
    height:62px;
    border-radius:10px;
    overflow:hidden;
    display:grid;
    place-items:center;
    text-decoration:none;
    background:linear-gradient(135deg,#2f6bff,#17c7a1);
}

.hf-product-icon img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.hf-product-icon span{
    font-size:28px;
    font-weight:950;
    color:#fff;
}

.hf-product-title-line{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:7px;
}

.hf-badge{
    min-width:72px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:6px;
    padding:6px 9px;
    font-size:12px;
    font-weight:900;
}

.hf-badge.featured{
    background:#08245a;
    color:#61a0ff;
}

.hf-badge.new{
    background:#063c1d;
    color:#5cf28e;
}

.hf-product-title-line h3{
    margin:0;
    font-size:16px;
    line-height:1.25;
}

.hf-product-title-line h3 a{
    text-decoration:none;
    color:#fff;
}

.hf-product-title-line h3 a:hover{color:#6ea2ff}

.hf-product-main p{
    margin:0;
    color:#a7b4ca;
    font-size:14px;
    line-height:1.35;
}

.hf-product-stats strong{
    display:block;
    color:#dce8ff;
    font-size:16px;
}

.hf-product-stats span{
    display:block;
    color:#8b99af;
    font-size:14px;
    margin-top:2px;
}

.hf-product-actions{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
}

.hf-product-actions a,
.hf-product-actions button{
    width:36px;
    height:36px;
    display:grid;
    place-items:center;
    border-radius:9px;
    border:1px solid #263750;
    background:#08101d;
    color:#dce8ff;
    text-decoration:none;
    cursor:pointer;
    font-size:16px;
}

.hf-product-actions a:hover,
.hf-product-actions button:hover{
    border-color:#2f6bff;
    color:#6ea2ff;
}

.hf-seller{
    display:flex;
    align-items:center;
    gap:10px;
    min-width:0;
}

.hf-avatar{
    width:42px;
    height:42px;
    border-radius:999px;
    display:grid;
    place-items:center;
    position:relative;
    color:#fff;
    font-weight:950;
    background:linear-gradient(135deg,#ff9f1c,#6b3cff);
    border:2px solid #22324d;
}

.hf-avatar span{
    position:absolute;
    right:0;
    bottom:1px;
    width:10px;
    height:10px;
    border-radius:999px;
    background:#00d26a;
    border:2px solid #07101d;
}

.hf-seller strong{
    display:block;
    max-width:115px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    color:#dce8ff;
    font-size:13px;
}

.hf-seller small{
    display:block;
    color:#2f7cff;
    font-size:12px;
    margin-top:2px;
}

.hf-price{
    color:#2f7cff;
    font-size:22px;
    font-weight:950;
    text-align:right;
}

.hf-empty{
    background:#0b1220;
    border:1px solid #22324d;
    border-radius:18px;
    padding:36px;
    color:#9fb0cc;
}

.site-footer{
    border-top:1px solid #18253a;
    color:#7f94b4;
}

.footer-inner{
    min-height:74px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:18px;
}

/* Product detail fallback styles */
.product-page{padding:46px 0}
.product-layout{display:grid;grid-template-columns:1fr 390px;gap:28px;align-items:start}
.detail-preview,.detail-panel,.buy-panel{
    background:#0b1220;
    border:1px solid #22324d;
    border-radius:24px;
    overflow:hidden;
}
.detail-preview img{width:100%;display:block}
.detail-panel,.buy-panel{padding:26px}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:16px}
.gallery img{width:100%;height:110px;object-fit:cover;border-radius:14px}
.price{font-size:42px;font-weight:950;color:#fff}
.buy-btn{width:100%;height:54px;background:#2f6bff;color:#fff;border:0;border-radius:14px;font-weight:900}

@media(max-width:1180px){
    .hf-product-row{
        grid-template-columns:72px minmax(260px,1fr) 120px 100px;
    }
    .hf-seller{display:none}
}

@media(max-width:880px){
    .hf-hero-top{grid-template-columns:1fr}
    .hf-search{width:100%}
    .hf-product-row{
        grid-template-columns:64px 1fr;
        align-items:start;
        padding:14px;
    }
    .hf-product-actions,.hf-price{
        grid-column:2;
        text-align:left;
        justify-content:flex-start;
    }
}

@media(max-width:560px){
    .container{width:min(100% - 24px,1260px)}
    .hf-search{flex-direction:column}
    .hf-search button{height:44px}
    .hf-section-head{align-items:flex-start;flex-direction:column}
    .hf-product-title-line{align-items:flex-start;flex-direction:column;gap:7px}
    .footer-inner{flex-direction:column;align-items:flex-start;padding:20px 0}
}

/* Premium Product Detail Page */

.hf-detail-page{
    padding:34px 0 70px;
}

.hf-detail-back{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
    margin-bottom:18px;
}

.hf-detail-back a{
    text-decoration:none;
    color:#aebdda;
    background:#08101e;
    border:1px solid #1e2d47;
    border-radius:999px;
    padding:9px 14px;
    font-size:14px;
    font-weight:850;
}

.hf-detail-back a:hover{
    color:#fff;
    border-color:#2f6bff;
    background:#102553;
}

.hf-detail-layout{
    display:grid;
    grid-template-columns:minmax(0,1fr) 390px;
    gap:24px;
    align-items:start;
}

.hf-detail-left{
    min-width:0;
}

.hf-detail-preview{
    width:100%;
    min-height:440px;
    border-radius:18px;
    overflow:hidden;
    background:
        radial-gradient(circle at 20% 20%,rgba(47,107,255,.18),transparent 34%),
        linear-gradient(135deg,#08101d,#0d1628);
    border:1px solid #1e2d47;
    box-shadow:0 24px 80px rgba(0,0,0,.24);
}

.hf-detail-preview img{
    width:100%;
    height:100%;
    max-height:620px;
    object-fit:cover;
    display:block;
}

.hf-detail-placeholder{
    min-height:440px;
    display:grid;
    place-items:center;
    color:#6ea2ff;
    font-size:42px;
    font-weight:950;
}

.hf-detail-gallery{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
    margin-top:14px;
}

.hf-detail-gallery a{
    display:block;
    height:112px;
    border-radius:14px;
    overflow:hidden;
    border:1px solid #1e2d47;
    background:#08101e;
}

.hf-detail-gallery img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.hf-detail-gallery a:hover{
    border-color:#2f6bff;
}

.hf-detail-box{
    margin-top:20px;
    background:linear-gradient(180deg,rgba(13,20,34,.98),rgba(6,11,21,.98));
    border:1px solid #1c2940;
    border-radius:18px;
    padding:24px;
}

.hf-box-title{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
}

.hf-box-title span{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#1769ff;
    box-shadow:0 0 22px rgba(47,107,255,.95);
}

.hf-box-title h2{
    margin:0;
    font-size:21px;
}

.hf-description{
    color:#b8c8e5;
    line-height:1.75;
    font-size:15.5px;
}

.hf-detail-sidebar{
    position:sticky;
    top:96px;
    background:linear-gradient(180deg,rgba(13,20,34,.98),rgba(6,11,21,.98));
    border:1px solid #1c2940;
    border-radius:18px;
    padding:22px;
    box-shadow:0 24px 80px rgba(0,0,0,.24);
}

.hf-product-badge-line{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
    margin-bottom:16px;
}

.hf-category-pill{
    display:inline-flex;
    align-items:center;
    color:#aebdda;
    background:#08101e;
    border:1px solid #1e2d47;
    border-radius:999px;
    padding:7px 11px;
    font-size:12px;
    font-weight:900;
}

.hf-detail-sidebar h1{
    margin:0 0 12px;
    font-size:30px;
    line-height:1.12;
    letter-spacing:-1px;
}

.hf-detail-summary{
    margin:0;
    color:#a8b4c9;
    line-height:1.55;
    font-size:15px;
}

.hf-detail-price{
    margin:22px 0;
    color:#2f7cff;
    font-size:42px;
    line-height:1;
    font-weight:950;
}

.hf-detail-actions{
    display:grid;
    gap:10px;
    margin-bottom:22px;
}

.hf-primary-btn,
.hf-secondary-btn{
    width:100%;
    height:50px;
    border-radius:13px;
    font-weight:950;
    cursor:pointer;
}

.hf-primary-btn{
    border:0;
    background:#2f6bff;
    color:#fff;
}

.hf-primary-btn:hover{
    filter:brightness(1.08);
}

.hf-secondary-btn{
    border:1px solid #263750;
    background:#08101d;
    color:#dce8ff;
}

.hf-secondary-btn:hover{
    border-color:#2f6bff;
    color:#6ea2ff;
}

.hf-detail-meta{
    display:grid;
    gap:0;
    border-top:1px solid #1c2940;
    border-bottom:1px solid #1c2940;
    margin-bottom:18px;
}

.hf-detail-meta div{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:13px 0;
    border-bottom:1px solid #1c2940;
}

.hf-detail-meta div:last-child{
    border-bottom:0;
}

.hf-detail-meta span{
    color:#8796ad;
    font-size:14px;
}

.hf-detail-meta strong{
    color:#fff;
    font-size:14px;
    text-align:right;
}

.hf-secure-box{
    background:#08101e;
    border:1px solid #1e2d47;
    border-radius:14px;
    padding:15px;
}

.hf-secure-box strong{
    display:block;
    margin-bottom:7px;
    color:#dce8ff;
}

.hf-secure-box p{
    margin:0;
    color:#8e9db4;
    line-height:1.5;
    font-size:14px;
}

.hf-related-section{
    padding:0 0 70px;
}

@media(max-width:980px){
    .hf-detail-layout{
        grid-template-columns:1fr;
    }

    .hf-detail-sidebar{
        position:static;
    }
}

@media(max-width:640px){
    .hf-detail-preview,
    .hf-detail-placeholder{
        min-height:280px;
    }

    .hf-detail-gallery{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .hf-detail-sidebar h1{
        font-size:25px;
    }

    .hf-detail-price{
        font-size:34px;
    }
}

.hf-public-nav{
    display:flex;
    align-items:center;
    gap:12px;
}

.hf-public-nav a{
    text-decoration:none;
    color:#aebdda;
    background:#08101e;
    border:1px solid #1e2d47;
    border-radius:999px;
    padding:9px 14px;
    font-size:14px;
    font-weight:850;
}

.hf-public-nav a:hover,
.hf-public-nav .nav-cta{
    color:#fff;
    border-color:#2f6bff;
    background:#102553;
}

.hf-auth-page{
    min-height:calc(100vh - 160px);
    display:grid;
    place-items:center;
    padding:54px 0;
}

.hf-auth-card{
    width:min(100%,460px);
    background:linear-gradient(180deg,rgba(13,20,34,.98),rgba(6,11,21,.98));
    border:1px solid #1c2940;
    border-radius:22px;
    padding:30px;
    box-shadow:0 24px 80px rgba(0,0,0,.24);
}

.hf-auth-card h1{
    margin:12px 0 8px;
    font-size:32px;
    letter-spacing:-1px;
}

.hf-auth-card p{
    margin:0 0 22px;
    color:#a8b4c9;
    line-height:1.55;
}

.hf-auth-form{
    display:grid;
    gap:11px;
}

.hf-auth-form label{
    color:#b8c8e5;
    font-weight:850;
    font-size:14px;
    margin-top:5px;
}

.hf-auth-form input{
    width:100%;
    background:#080f1d;
    border:1px solid #1f2f4a;
    color:#fff;
    border-radius:13px;
    padding:14px 15px;
    outline:none;
}

.hf-auth-form input:focus{
    border-color:#2f6bff;
}

.hf-auth-form button{
    margin-top:12px;
    height:50px;
    border:0;
    border-radius:13px;
    background:#2f6bff;
    color:#fff;
    font-weight:950;
    cursor:pointer;
}

.hf-auth-switch{
    margin-top:20px;
    color:#8e9db4;
    text-align:center;
}

.hf-auth-switch a{
    color:#6ea2ff;
    font-weight:900;
}

.hf-alert{
    background:#4b1111;
    border:1px solid #9d2b2b;
    color:#ffb4b4;
    border-radius:13px;
    padding:12px 14px;
    margin:18px 0;
    font-weight:750;
}

.hf-alert.ok{
    background:#063b18;
    border-color:#137a35;
    color:#86ffad;
}

.hf-account-page{
    padding:48px 0 70px;
}

.hf-account-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:20px;
    margin-bottom:24px;
}

.hf-account-head h1{
    margin:12px 0 8px;
    font-size:38px;
    letter-spacing:-1.4px;
}

.hf-account-head p{
    margin:0;
    color:#a8b4c9;
}

.hf-logout-btn{
    text-decoration:none;
    color:#fff;
    background:#4b1111;
    border:1px solid #9d2b2b;
    border-radius:999px;
    padding:11px 16px;
    font-weight:900;
}

.hf-account-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
    margin-bottom:22px;
}

.hf-account-card,
.hf-account-panel{
    background:linear-gradient(180deg,rgba(13,20,34,.98),rgba(6,11,21,.98));
    border:1px solid #1c2940;
    border-radius:18px;
    padding:22px;
}

.hf-account-card span{
    display:block;
    color:#8e9db4;
    font-size:14px;
    margin-bottom:10px;
}

.hf-account-card strong{
    display:block;
    color:#fff;
    font-size:20px;
    word-break:break-word;
}

.hf-account-panel h2{
    margin:0 0 8px;
}

.hf-account-panel p{
    margin:0;
    color:#a8b4c9;
}

@media(max-width:850px){
    .hf-account-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:560px){
    .header-inner{
        gap:14px;
        height:auto;
        padding:18px 0;
        flex-direction:column;
        align-items:flex-start;
    }

    .hf-account-head{
        align-items:flex-start;
        flex-direction:column;
    }

    .hf-account-grid{
        grid-template-columns:1fr;
    }
}

.hf-orders-list{
    display:grid;
    gap:12px;
    margin-top:18px;
}

.hf-order-row{
    display:grid;
    grid-template-columns:1.3fr .6fr .6fr .6fr .9fr;
    gap:14px;
    align-items:center;
    background:#08101e;
    border:1px solid #1e2d47;
    border-radius:14px;
    padding:14px;
}

.hf-order-row strong{
    display:block;
    color:#fff;
}

.hf-order-row small,
.hf-order-row span{
    display:block;
    color:#8e9db4;
    margin-top:4px;
}

.hf-order-row b{
    color:#dce8ff;
    font-size:14px;
}

.hf-status{
    display:inline-flex;
    align-items:center;
    width:max-content;
    padding:5px 9px;
    border-radius:999px;
    font-size:12px;
    font-weight:950;
    text-transform:capitalize;
}

.hf-status.paid,
.hf-status.completed{
    background:#063b18;
    color:#86ffad;
}

.hf-status.unpaid,
.hf-status.pending{
    background:#39220b;
    color:#ffd08a;
}

.hf-status.failed,
.hf-status.cancelled{
    background:#4b1111;
    color:#ff9d9d;
}

.hf-status.refunded{
    background:#222235;
    color:#b7b7ff;
}

@media(max-width:850px){
    .hf-order-row{
        grid-template-columns:1fr;
    }
}

.hf-download-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:max-content;
    text-decoration:none;
    background:#2f6bff;
    color:#fff;
    border-radius:999px;
    padding:7px 12px;
    font-size:13px;
    font-weight:950;
}

.hf-download-btn:hover{
    filter:brightness(1.08);
}

.hf-download-locked{
    display:inline-flex;
    width:max-content;
    background:#39220b;
    color:#ffd08a !important;
    border-radius:999px;
    padding:7px 12px;
    font-size:13px !important;
    font-weight:950;
}

.hf-coupon-field{
    display:grid;
    gap:7px;
}

.hf-coupon-field label{
    color:#aebdda;
    font-size:13px;
    font-weight:850;
}

.hf-coupon-field input{
    width:100%;
    background:#080f1d;
    border:1px solid #1f2f4a;
    color:#fff;
    border-radius:13px;
    padding:13px 14px;
    outline:none;
}

.hf-coupon-field input:focus{
    border-color:#2f6bff;
}

.hf-order-link{
    color:#fff;
    text-decoration:none;
}

.hf-order-link:hover{
    color:#6ea2ff;
}

.hf-checkout-page{
    padding:48px 0 80px;
}

.hf-checkout-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:20px;
    margin-bottom:24px;
}

.hf-checkout-head h1{
    margin:12px 0 8px;
    font-size:38px;
    letter-spacing:-1.4px;
}

.hf-checkout-head p{
    margin:0;
    color:#a8b4c9;
}

.hf-back-account{
    text-decoration:none;
    color:#d7e4fa;
    background:#08101e;
    border:1px solid #1e2d47;
    border-radius:999px;
    padding:11px 16px;
    font-weight:900;
}

.hf-back-account:hover{
    border-color:#2f6bff;
    color:#fff;
}

.hf-checkout-layout{
    display:grid;
    grid-template-columns:minmax(0,1fr) 380px;
    gap:24px;
    align-items:start;
}

.hf-checkout-main{
    display:grid;
    gap:20px;
}

.hf-checkout-box,
.hf-checkout-summary{
    background:linear-gradient(180deg,rgba(13,20,34,.98),rgba(6,11,21,.98));
    border:1px solid #1c2940;
    border-radius:18px;
    padding:24px;
    box-shadow:0 24px 80px rgba(0,0,0,.22);
}

.hf-checkout-items{
    display:grid;
    gap:14px;
}

.hf-checkout-item{
    display:grid;
    grid-template-columns:68px 1fr auto;
    align-items:center;
    gap:16px;
    background:#08101e;
    border:1px solid #1e2d47;
    border-radius:14px;
    padding:12px;
}

.hf-checkout-thumb{
    width:56px;
    height:56px;
    border-radius:12px;
    overflow:hidden;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,#2f6bff,#6b3cff);
}

.hf-checkout-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.hf-checkout-thumb strong{
    color:#fff;
    font-size:24px;
}

.hf-checkout-item h3{
    margin:0 0 4px;
    font-size:17px;
}

.hf-checkout-item small{
    color:#8e9db4;
}

.hf-checkout-item-price{
    color:#2f7cff;
    font-size:18px;
}

.hf-payment-pending,
.hf-payment-ready{
    border-radius:14px;
    padding:18px;
    margin-bottom:18px;
}

.hf-payment-pending{
    background:#39220b;
    border:1px solid #8a5a18;
}

.hf-payment-ready{
    background:#063b18;
    border:1px solid #137a35;
}

.hf-payment-pending h3,
.hf-payment-ready h3{
    margin:0 0 7px;
}

.hf-payment-pending p,
.hf-payment-ready p{
    margin:0;
    color:#dce8ff;
    line-height:1.55;
}

.hf-download-list{
    display:grid;
    gap:10px;
}

.hf-checkout-summary{
    position:sticky;
    top:96px;
}

.hf-checkout-summary h2{
    margin:0 0 18px;
}

.hf-summary-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    border-bottom:1px solid #1c2940;
    padding:13px 0;
}

.hf-summary-row span{
    color:#8e9db4;
}

.hf-summary-row strong{
    color:#fff;
}

.hf-summary-total{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:20px 0;
}

.hf-summary-total span{
    color:#dce8ff;
    font-weight:900;
}

.hf-summary-total strong{
    color:#2f7cff;
    font-size:34px;
    font-weight:950;
}

.hf-payment-soon,
.hf-payment-ready-btn{
    width:100%;
    min-height:50px;
    border-radius:13px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-weight:950;
}

.hf-payment-soon{
    border:1px solid #263750;
    background:#08101d;
    color:#dce8ff;
    cursor:not-allowed;
}

.hf-payment-ready-btn{
    background:#2f6bff;
    color:#fff;
}

@media(max-width:920px){
    .hf-checkout-layout{
        grid-template-columns:1fr;
    }

    .hf-checkout-summary{
        position:static;
    }
}

@media(max-width:620px){
    .hf-checkout-head{
        align-items:flex-start;
        flex-direction:column;
    }

    .hf-checkout-item{
        grid-template-columns:56px 1fr;
    }

    .hf-checkout-item-price{
        grid-column:2;
    }
}

.hf-wallet-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-top:14px;
}

.hf-wallet-actions a{
    text-decoration:none;
    background:#2f6bff;
    color:#fff;
    border-radius:999px;
    padding:10px 15px;
    font-weight:950;
}

.hf-wallet-form{
    display:grid;
    grid-template-columns:1fr 1fr 1fr auto;
    gap:12px;
    align-items:end;
    margin-top:18px;
}

.hf-wallet-form label{
    display:block;
    color:#aebdda;
    font-size:13px;
    font-weight:850;
    margin-bottom:7px;
}

.hf-wallet-form input,
.hf-wallet-form select{
    width:100%;
    background:#080f1d;
    border:1px solid #1f2f4a;
    color:#fff;
    border-radius:13px;
    padding:13px 14px;
    outline:none;
}

.hf-wallet-form button{
    border:0;
    border-radius:13px;
    background:#2f6bff;
    color:#fff;
    font-weight:950;
    padding:14px 18px;
    cursor:pointer;
}

.hf-wallet-note{
    margin-top:14px;
    color:#8e9db4;
}

.hf-pay-balance-form{
    margin-bottom:18px;
}

.hf-pay-balance-form button{
    width:100%;
    border:0;
    border-radius:13px;
    background:#2f6bff;
    color:#fff;
    font-weight:950;
    padding:15px 18px;
    cursor:pointer;
}

.hf-status.completed,
.hf-status.confirming{
    background:#063b18;
    color:#86ffad;
}

.hf-status.expired,
.hf-status.failed{
    background:#4b1111;
    color:#ff9d9d;
}

@media(max-width:900px){
    .hf-wallet-form{
        grid-template-columns:1fr;
    }
}

.hf-wallet-form-clean{
    display:grid;
    grid-template-columns:1fr 1fr 1fr auto;
    gap:12px;
    align-items:end;
    margin-top:18px;
}

.hf-wallet-field label{
    display:block;
    color:#aebdda;
    font-size:13px;
    font-weight:850;
    margin-bottom:7px;
}

.hf-wallet-field input,
.hf-wallet-field select{
    width:100%;
    background:#080f1d;
    border:1px solid #1f2f4a;
    color:#fff;
    border-radius:13px;
    padding:13px 14px;
    outline:none;
}

.hf-wallet-field input:focus,
.hf-wallet-field select:focus{
    border-color:#2f6bff;
}

.hf-wallet-method-info{
    grid-column:1 / -1;
    background:#08101e;
    border:1px solid #1e2d47;
    color:#aebdda;
    border-radius:13px;
    padding:13px 14px;
    line-height:1.5;
}

.hf-wallet-form-clean button{
    border:0;
    border-radius:13px;
    background:#2f6bff;
    color:#fff;
    font-weight:950;
    padding:14px 18px;
    cursor:pointer;
    white-space:nowrap;
}

.hf-wallet-form-clean button:hover{
    filter:brightness(1.08);
}

@media(max-width:1100px){
    .hf-wallet-form-clean{
        grid-template-columns:1fr 1fr;
    }

    .hf-wallet-form-clean button{
        grid-column:1 / -1;
    }
}

@media(max-width:620px){
    .hf-wallet-form-clean{
        grid-template-columns:1fr;
    }
}

.hf-crypto-paybox{
    margin-top:12px;
    display:grid;
    gap:6px;
    background:#060c17;
    border:1px solid #1e2d47;
    border-radius:12px;
    padding:12px;
}

.hf-crypto-paybox span{
    color:#8e9db4;
    font-size:12px;
    margin:0;
}

.hf-crypto-paybox strong{
    color:#86ffad;
    font-size:16px;
}

.hf-crypto-paybox code{
    display:block;
    color:#dce8ff;
    background:#0b1324;
    border:1px solid #263750;
    border-radius:9px;
    padding:9px;
    overflow:auto;
    white-space:nowrap;
    max-width:100%;
}

.hf-deposits-list{
    display:grid;
    gap:14px;
    margin-top:18px;
}

.hf-deposit-row{
    display:grid;
    grid-template-columns:minmax(360px,1fr) 160px 160px 190px;
    gap:18px;
    align-items:start;
    background:#08101e;
    border:1px solid #1e2d47;
    border-radius:14px;
    padding:16px;
}

.hf-deposit-row strong{
    display:block;
    color:#fff;
}

.hf-deposit-row small,
.hf-deposit-row span{
    display:block;
    color:#8e9db4;
    margin-top:4px;
}

.hf-deposit-row b{
    display:block;
    color:#dce8ff;
    margin-top:4px;
}

.hf-deposit-main{
    min-width:0;
}

.hf-crypto-paybox{
    margin-top:14px;
    display:grid;
    gap:7px;
    background:#060c17;
    border:1px solid #1e2d47;
    border-radius:12px;
    padding:13px;
}

.hf-crypto-paybox span{
    color:#8e9db4;
    font-size:12px;
    margin:0;
}

.hf-crypto-paybox strong{
    color:#86ffad;
    font-size:17px;
}

.hf-crypto-paybox code{
    display:block;
    color:#dce8ff;
    background:#0b1324;
    border:1px solid #263750;
    border-radius:9px;
    padding:9px;
    overflow:auto;
    white-space:nowrap;
    max-width:100%;
}

@media(max-width:950px){
    .hf-deposit-row{
        grid-template-columns:1fr;
    }
}

.hf-crypto-paybox{
    grid-template-columns:180px minmax(0,1fr);
    align-items:start;
}

.hf-crypto-qr{
    display:grid;
    gap:8px;
    justify-items:center;
}

.hf-crypto-qr img{
    width:160px;
    height:160px;
    background:#fff;
    border-radius:14px;
    padding:8px;
    border:1px solid #263750;
}

.hf-crypto-qr small{
    color:#8e9db4;
    font-size:11px;
    text-align:center;
}

.hf-crypto-fields{
    display:grid;
    gap:7px;
    min-width:0;
}

.hf-copy-line{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:10px;
    align-items:center;
}

.hf-copy-line code{
    min-width:0;
}

.hf-copy-btn{
    border:1px solid #2f6bff;
    background:#102553;
    color:#fff;
    border-radius:9px;
    padding:9px 11px;
    font-size:12px;
    font-weight:950;
    cursor:pointer;
    white-space:nowrap;
}

.hf-copy-btn:hover,
.hf-copy-btn.copied{
    background:#2f6bff;
}

@media(max-width:720px){
    .hf-crypto-paybox{
        grid-template-columns:1fr;
    }

    .hf-copy-line{
        grid-template-columns:1fr;
    }

    .hf-crypto-qr{
        justify-items:start;
    }
}

.hf-crypto-detail-box{
    margin-top:18px;
}

.hf-checkout-summary .hf-status{
    justify-content:center;
}

.hf-footer-links{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
    margin-top:12px;
}

.hf-footer-links a{
    color:#8e9db4;
    text-decoration:none;
    font-size:13px;
    font-weight:800;
}

.hf-footer-links a:hover{
    color:#ffffff;
}

.hf-legal-page{
    padding-top:46px;
    padding-bottom:70px;
}

.hf-legal-hero{
    max-width:860px;
    margin-bottom:24px;
}

.hf-legal-hero h1{
    margin:8px 0 10px;
    font-size:42px;
    letter-spacing:-.04em;
}

.hf-legal-hero p{
    color:#9aa8bd;
    font-size:16px;
    line-height:1.7;
}

.hf-legal-card{
    background:#08101e;
    border:1px solid #1e2d47;
    border-radius:22px;
    padding:30px;
    box-shadow:0 24px 70px rgba(0,0,0,.28);
}

.hf-legal-card h2{
    margin:26px 0 10px;
    color:#fff;
    font-size:20px;
}

.hf-legal-card h2:first-child{
    margin-top:0;
}

.hf-legal-card p{
    color:#a9b6c9;
    line-height:1.75;
    margin:0 0 12px;
}

.hf-legal-updated{
    margin-top:28px !important;
    color:#6f7f98 !important;
    font-size:13px;
}

@media(max-width:700px){
    .hf-legal-hero h1{
        font-size:32px;
    }

    .hf-legal-card{
        padding:22px;
    }
}

/* Footer alignment fix */
.hf-footer,
footer{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.hf-footer-links{
    width:100%;
    justify-content:center;
    align-items:center;
    order:1;
    margin-top:0;
    margin-bottom:14px;
}

.hf-footer p,
footer p{
    order:2;
    margin:0;
    text-align:center;
    width:100%;
}


.hf-error-page{
    min-height:68vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding-top:60px;
    padding-bottom:80px;
}

.hf-error-card{
    position:relative;
    width:min(760px, 100%);
    overflow:hidden;
    background:
        radial-gradient(circle at top left, rgba(47,107,255,.18), transparent 34%),
        radial-gradient(circle at bottom right, rgba(134,255,173,.10), transparent 30%),
        #08101e;
    border:1px solid #1e2d47;
    border-radius:28px;
    padding:48px;
    text-align:center;
    box-shadow:0 28px 90px rgba(0,0,0,.36);
}

.hf-error-code{
    position:absolute;
    top:-28px;
    right:26px;
    font-size:124px;
    line-height:1;
    font-weight:1000;
    letter-spacing:-.08em;
    color:rgba(255,255,255,.045);
    pointer-events:none;
}

.hf-error-card h1{
    margin:10px 0 12px;
    color:#fff;
    font-size:46px;
    letter-spacing:-.045em;
}

.hf-error-card p{
    max-width:560px;
    margin:0 auto;
    color:#9aa8bd;
    line-height:1.75;
    font-size:16px;
}

.hf-error-actions{
    margin-top:28px;
    display:flex;
    gap:12px;
    justify-content:center;
    flex-wrap:wrap;
}

.hf-error-primary,
.hf-error-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:0 18px;
    border-radius:13px;
    text-decoration:none;
    font-weight:950;
}

.hf-error-primary{
    background:#2f6bff;
    color:#fff;
    box-shadow:0 14px 34px rgba(47,107,255,.25);
}

.hf-error-secondary{
    background:#0b1324;
    color:#dce8ff;
    border:1px solid #263750;
}

.hf-error-primary:hover{
    filter:brightness(1.08);
}

.hf-error-secondary:hover{
    border-color:#2f6bff;
}

@media(max-width:700px){
    .hf-error-card{
        padding:34px 22px;
    }

    .hf-error-code{
        font-size:92px;
        top:-18px;
        right:18px;
    }

    .hf-error-card h1{
        font-size:34px;
    }
}

/* ================================
   HiddenFiles Public Mobile Polish
   ================================ */

html,
body{
    max-width:100%;
    overflow-x:hidden;
}

img,
video,
iframe{
    max-width:100%;
}

.container{
    width:min(1180px, calc(100% - 32px));
    margin-left:auto;
    margin-right:auto;
}

@media(max-width:900px){
    .container{
        width:calc(100% - 26px);
    }

    /* Header */
    header,
    .site-header,
    .hf-header{
        width:100%;
    }

    header .container,
    .site-header .container,
    .hf-header .container{
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:12px;
        flex-wrap:wrap;
    }

    header nav,
    .site-header nav,
    .hf-header nav{
        width:100%;
        display:flex;
        gap:10px;
        overflow-x:auto;
        padding-bottom:4px;
        -webkit-overflow-scrolling:touch;
    }

    header nav a,
    .site-header nav a,
    .hf-header nav a{
        white-space:nowrap;
    }

    /* Hero / page titles */
    .hero,
    .hf-hero,
    .hf-account-head,
    .hf-legal-hero{
        text-align:left;
    }

    .hero h1,
    .hf-hero h1,
    .hf-account-head h1,
    .hf-legal-hero h1{
        font-size:34px;
        line-height:1.05;
        letter-spacing:-.04em;
    }

    .hero p,
    .hf-hero p,
    .hf-account-head p,
    .hf-legal-hero p{
        font-size:15px;
        line-height:1.65;
    }

    /* Product listing rows/cards */
    .hf-product-row,
    .product-row,
    .market-product-row,
    .hf-market-row{
        grid-template-columns:1fr !important;
        gap:14px !important;
        padding:16px !important;
    }

    .hf-product-row img,
    .product-row img,
    .market-product-row img,
    .hf-market-row img{
        width:100% !important;
        max-height:240px;
        object-fit:cover;
        border-radius:16px;
    }

    .hf-product-actions,
    .product-actions{
        justify-content:flex-start;
        flex-wrap:wrap;
    }

    .hf-product-price,
    .product-price{
        text-align:left !important;
        align-items:flex-start !important;
    }

    /* Product detail */
    .hf-product-detail,
    .product-detail,
    .hf-product-layout,
    .product-layout{
        grid-template-columns:1fr !important;
        gap:20px !important;
    }

    .hf-product-media,
    .product-media{
        min-width:0;
    }

    .hf-product-summary,
    .product-summary,
    .hf-buy-panel{
        position:static !important;
        width:100% !important;
    }

    .hf-product-gallery,
    .product-gallery{
        display:flex;
        gap:10px;
        overflow-x:auto;
        padding-bottom:6px;
        -webkit-overflow-scrolling:touch;
    }

    .hf-product-gallery img,
    .product-gallery img{
        min-width:86px;
        width:86px;
        height:86px;
        object-fit:cover;
        border-radius:12px;
    }

    /* Account / Wallet / Checkout */
    .hf-account-grid,
    .account-grid,
    .stat-grid{
        grid-template-columns:1fr 1fr !important;
        gap:12px !important;
    }

    .hf-account-card,
    .stat-card{
        padding:15px !important;
    }

    .hf-account-card strong,
    .stat-card strong{
        font-size:20px !important;
    }

    .hf-checkout-layout,
    .checkout-layout{
        grid-template-columns:1fr !important;
        gap:18px !important;
    }

    .hf-checkout-summary,
    .checkout-summary{
        position:static !important;
        width:100% !important;
    }

    .hf-wallet-form-clean,
    .wallet-form,
    .hf-form-grid{
        grid-template-columns:1fr !important;
    }

    .hf-wallet-form-clean button,
    .wallet-form button,
    .hf-payment-ready-btn,
    .hf-error-primary,
    .hf-error-secondary{
        width:100%;
    }

    /* Deposit rows */
    .hf-deposit-row{
        grid-template-columns:1fr !important;
        gap:14px !important;
    }

    .hf-crypto-paybox{
        grid-template-columns:1fr !important;
    }

    .hf-crypto-qr{
        justify-items:start !important;
    }

    .hf-copy-line{
        grid-template-columns:1fr !important;
    }

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

    .hf-crypto-paybox code{
        white-space:normal;
        word-break:break-all;
    }

    /* Legal / error */
    .hf-legal-page,
    .hf-error-page{
        padding-top:28px;
        padding-bottom:48px;
    }

    .hf-legal-card,
    .hf-error-card{
        border-radius:20px;
        padding:22px !important;
    }

    .hf-error-card h1{
        font-size:34px !important;
    }

    .hf-error-code{
        font-size:88px !important;
    }

    /* Footer */
    .hf-footer-links{
        justify-content:center;
        gap:12px;
    }
}

@media(max-width:560px){
    .container{
        width:calc(100% - 20px);
    }

    body{
        font-size:14px;
    }

    /* Header logo */
    .logo,
    .brand,
    .hf-logo{
        font-size:24px !important;
    }

    header,
    .site-header,
    .hf-header{
        padding-top:14px !important;
        padding-bottom:14px !important;
    }

    header .container,
    .site-header .container,
    .hf-header .container{
        gap:10px;
    }

    header nav,
    .site-header nav,
    .hf-header nav{
        font-size:13px;
    }

    /* Hero */
    .hero,
    .hf-hero{
        padding-top:28px !important;
        padding-bottom:24px !important;
    }

    .hero h1,
    .hf-hero h1,
    .hf-account-head h1,
    .hf-legal-hero h1{
        font-size:29px !important;
    }

    /* Product rows */
    .hf-product-row,
    .product-row,
    .market-product-row,
    .hf-market-row{
        border-radius:16px !important;
    }

    .hf-product-row h2,
    .hf-product-row h3,
    .product-row h2,
    .product-row h3,
    .market-product-row h2,
    .market-product-row h3{
        font-size:20px !important;
        line-height:1.2;
    }

    /* Account cards single column on small phones */
    .hf-account-grid,
    .account-grid,
    .stat-grid{
        grid-template-columns:1fr !important;
    }

    .hf-account-head{
        gap:14px;
    }

    .hf-account-head .hf-logout-btn,
    .hf-logout-btn{
        width:100%;
        text-align:center;
        justify-content:center;
    }

    /* Checkout boxes */
    .hf-checkout-box,
    .hf-account-panel{
        padding:18px !important;
        border-radius:18px !important;
    }

    .hf-summary-row{
        gap:10px;
        align-items:flex-start;
    }

    .hf-summary-row strong{
        text-align:right;
        word-break:break-word;
    }

    /* Forms */
    input,
    select,
    textarea{
        font-size:16px !important; /* iPhone zoom prevention */
    }

    button,
    .btn,
    .hf-error-primary,
    .hf-error-secondary{
        min-height:46px;
    }

    /* QR */
    .hf-crypto-qr img{
        width:150px !important;
        height:150px !important;
    }

    /* Legal text */
    .hf-legal-card h2{
        font-size:18px;
    }

    .hf-legal-card p{
        font-size:14px;
    }

    /* Footer */
    footer,
    .hf-footer{
        padding-left:10px;
        padding-right:10px;
    }

    .hf-footer-links{
        flex-direction:column;
        gap:8px;
    }
}

@media(max-width:390px){
    .hero h1,
    .hf-hero h1,
    .hf-account-head h1,
    .hf-legal-hero h1{
        font-size:26px !important;
    }

    .hf-error-card h1{
        font-size:29px !important;
    }

    .hf-account-card strong,
    .stat-card strong{
        font-size:18px !important;
    }
}

/* ================================
   Mobile Product Card Fix
   ================================ */

@media(max-width:700px){

    .hf-section-head,
    .section-head{
        gap:14px;
        align-items:flex-start;
    }

    .hf-section-head h2,
    .section-head h2{
        font-size:22px !important;
    }

    .hf-category-tabs,
    .category-tabs,
    .hf-tabs{
        overflow-x:auto;
        display:flex;
        gap:10px;
        padding-bottom:4px;
        -webkit-overflow-scrolling:touch;
    }

    .hf-category-tabs a,
    .category-tabs a,
    .hf-tabs a{
        white-space:nowrap;
        flex:0 0 auto;
    }

    /* Product list/card compact mobile layout */
    .hf-product-row,
    .product-row,
    .market-product-row,
    .hf-market-row{
        display:grid !important;
        grid-template-columns:86px minmax(0,1fr) !important;
        gap:14px !important;
        align-items:start !important;
        padding:16px !important;
        min-height:auto !important;
    }

    .hf-product-row > *,
    .product-row > *,
    .market-product-row > *,
    .hf-market-row > *{
        min-width:0;
    }

    .hf-product-row img,
    .product-row img,
    .market-product-row img,
    .hf-market-row img{
        width:70px !important;
        height:70px !important;
        min-width:70px !important;
        max-width:70px !important;
        max-height:70px !important;
        object-fit:cover !important;
        border-radius:14px !important;
    }

    .hf-product-row h2,
    .hf-product-row h3,
    .product-row h2,
    .product-row h3,
    .market-product-row h2,
    .market-product-row h3,
    .hf-market-row h2,
    .hf-market-row h3{
        font-size:20px !important;
        line-height:1.18 !important;
        margin:0 0 6px !important;
        word-break:break-word;
    }

    .hf-product-row p,
    .product-row p,
    .market-product-row p,
    .hf-market-row p{
        font-size:14px !important;
        line-height:1.45 !important;
        margin:0 0 12px !important;
        color:#9aa8bd !important;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        overflow:hidden;
    }

    .hf-product-actions,
    .product-actions,
    .market-product-actions{
        display:flex !important;
        gap:8px !important;
        flex-wrap:wrap !important;
        margin-top:10px !important;
    }

    .hf-product-actions a,
    .hf-product-actions button,
    .product-actions a,
    .product-actions button,
    .market-product-actions a,
    .market-product-actions button{
        width:40px !important;
        height:40px !important;
        min-width:40px !important;
        border-radius:12px !important;
        padding:0 !important;
    }

    .hf-product-price,
    .product-price,
    .market-product-price{
        margin-top:12px !important;
        text-align:left !important;
        align-items:flex-start !important;
        justify-content:flex-start !important;
    }

    .hf-product-price strong,
    .product-price strong,
    .market-product-price strong{
        font-size:24px !important;
        line-height:1 !important;
    }

    .badge,
    .hf-badge,
    .product-badge{
        font-size:12px !important;
        padding:7px 12px !important;
        border-radius:8px !important;
        margin-bottom:8px !important;
        display:inline-flex !important;
        width:auto !important;
    }

    /* Footer mobile center fix */
    footer,
    .hf-footer{
        display:flex !important;
        flex-direction:column !important;
        align-items:center !important;
        text-align:center !important;
        gap:12px !important;
    }

    footer p,
    .hf-footer p{
        width:100% !important;
        text-align:center !important;
        margin:0 !important;
    }

    .hf-footer-links{
        width:100% !important;
        display:flex !important;
        flex-direction:row !important;
        justify-content:center !important;
        align-items:center !important;
        gap:16px !important;
        margin:0 !important;
    }
}

@media(max-width:430px){
    .hf-product-row,
    .product-row,
    .market-product-row,
    .hf-market-row{
        grid-template-columns:78px minmax(0,1fr) !important;
        gap:12px !important;
        padding:14px !important;
    }

    .hf-product-row img,
    .product-row img,
    .market-product-row img,
    .hf-market-row img{
        width:64px !important;
        height:64px !important;
        min-width:64px !important;
        max-width:64px !important;
        max-height:64px !important;
    }

    .hf-product-row h2,
    .hf-product-row h3,
    .product-row h2,
    .product-row h3,
    .market-product-row h2,
    .market-product-row h3,
    .hf-market-row h2,
    .hf-market-row h3{
        font-size:18px !important;
    }

    .hf-product-price strong,
    .product-price strong,
    .market-product-price strong{
        font-size:22px !important;
    }
}


/* ================================
   Mobile Product Card Fix
   ================================ */

@media(max-width:700px){

    .hf-section-head,
    .section-head{
        gap:14px;
        align-items:flex-start;
    }

    .hf-section-head h2,
    .section-head h2{
        font-size:22px !important;
    }

    .hf-category-tabs,
    .category-tabs,
    .hf-tabs{
        overflow-x:auto;
        display:flex;
        gap:10px;
        padding-bottom:4px;
        -webkit-overflow-scrolling:touch;
    }

    .hf-category-tabs a,
    .category-tabs a,
    .hf-tabs a{
        white-space:nowrap;
        flex:0 0 auto;
    }

    /* Product list/card compact mobile layout */
    .hf-product-row,
    .product-row,
    .market-product-row,
    .hf-market-row{
        display:grid !important;
        grid-template-columns:86px minmax(0,1fr) !important;
        gap:14px !important;
        align-items:start !important;
        padding:16px !important;
        min-height:auto !important;
    }

    .hf-product-row > *,
    .product-row > *,
    .market-product-row > *,
    .hf-market-row > *{
        min-width:0;
    }

    .hf-product-row img,
    .product-row img,
    .market-product-row img,
    .hf-market-row img{
        width:70px !important;
        height:70px !important;
        min-width:70px !important;
        max-width:70px !important;
        max-height:70px !important;
        object-fit:cover !important;
        border-radius:14px !important;
    }

    .hf-product-row h2,
    .hf-product-row h3,
    .product-row h2,
    .product-row h3,
    .market-product-row h2,
    .market-product-row h3,
    .hf-market-row h2,
    .hf-market-row h3{
        font-size:20px !important;
        line-height:1.18 !important;
        margin:0 0 6px !important;
        word-break:break-word;
    }

    .hf-product-row p,
    .product-row p,
    .market-product-row p,
    .hf-market-row p{
        font-size:14px !important;
        line-height:1.45 !important;
        margin:0 0 12px !important;
        color:#9aa8bd !important;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        overflow:hidden;
    }

    .hf-product-actions,
    .product-actions,
    .market-product-actions{
        display:flex !important;
        gap:8px !important;
        flex-wrap:wrap !important;
        margin-top:10px !important;
    }

    .hf-product-actions a,
    .hf-product-actions button,
    .product-actions a,
    .product-actions button,
    .market-product-actions a,
    .market-product-actions button{
        width:40px !important;
        height:40px !important;
        min-width:40px !important;
        border-radius:12px !important;
        padding:0 !important;
    }

    .hf-product-price,
    .product-price,
    .market-product-price{
        margin-top:12px !important;
        text-align:left !important;
        align-items:flex-start !important;
        justify-content:flex-start !important;
    }

    .hf-product-price strong,
    .product-price strong,
    .market-product-price strong{
        font-size:24px !important;
        line-height:1 !important;
    }

    .badge,
    .hf-badge,
    .product-badge{
        font-size:12px !important;
        padding:7px 12px !important;
        border-radius:8px !important;
        margin-bottom:8px !important;
        display:inline-flex !important;
        width:auto !important;
    }

    /* Footer mobile center fix */
    footer,
    .hf-footer{
        display:flex !important;
        flex-direction:column !important;
        align-items:center !important;
        text-align:center !important;
        gap:12px !important;
    }

    footer p,
    .hf-footer p{
        width:100% !important;
        text-align:center !important;
        margin:0 !important;
    }

    .hf-footer-links{
        width:100% !important;
        display:flex !important;
        flex-direction:row !important;
        justify-content:center !important;
        align-items:center !important;
        gap:16px !important;
        margin:0 !important;
    }
}

@media(max-width:430px){
    .hf-product-row,
    .product-row,
    .market-product-row,
    .hf-market-row{
        grid-template-columns:78px minmax(0,1fr) !important;
        gap:12px !important;
        padding:14px !important;
    }

    .hf-product-row img,
    .product-row img,
    .market-product-row img,
    .hf-market-row img{
        width:64px !important;
        height:64px !important;
        min-width:64px !important;
        max-width:64px !important;
        max-height:64px !important;
    }

    .hf-product-row h2,
    .hf-product-row h3,
    .product-row h2,
    .product-row h3,
    .market-product-row h2,
    .market-product-row h3,
    .hf-market-row h2,
    .hf-market-row h3{
        font-size:18px !important;
    }

    .hf-product-price strong,
    .product-price strong,
    .market-product-price strong{
        font-size:22px !important;
    }
}


/* ================================
   Exact Mobile Marketplace Row Fix
   ================================ */

@media(max-width:700px){

    body .hf-product-row{
        display:grid !important;
        grid-template-columns:72px minmax(0, 1fr) !important;
        grid-template-areas:
            "icon main"
            "icon actions"
            "icon price" !important;
        gap:8px 14px !important;
        align-items:start !important;
        padding:16px !important;
        min-height:0 !important;
        height:auto !important;
    }

    body .hf-product-row .hf-product-icon{
        grid-area:icon !important;
        width:72px !important;
        height:72px !important;
        min-width:72px !important;
        border-radius:16px !important;
        overflow:hidden !important;
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;
    }

    body .hf-product-row .hf-product-icon img{
        width:72px !important;
        height:72px !important;
        min-width:72px !important;
        max-width:72px !important;
        max-height:72px !important;
        object-fit:cover !important;
        border-radius:16px !important;
    }

    body .hf-product-row .hf-product-main{
        grid-area:main !important;
        min-width:0 !important;
        padding:0 !important;
    }

    body .hf-product-row .hf-product-title-line{
        display:flex !important;
        flex-direction:column !important;
        align-items:flex-start !important;
        gap:7px !important;
        margin:0 0 6px !important;
    }

    body .hf-product-row .hf-badge{
        order:0 !important;
        font-size:11px !important;
        line-height:1 !important;
        padding:7px 12px !important;
        border-radius:8px !important;
        margin:0 !important;
    }

    body .hf-product-row h3{
        order:1 !important;
        margin:0 !important;
        font-size:19px !important;
        line-height:1.15 !important;
        letter-spacing:-.02em !important;
    }

    body .hf-product-row h3 a{
        color:#fff !important;
        text-decoration:none !important;
        display:block !important;
        overflow:hidden !important;
        text-overflow:ellipsis !important;
        white-space:nowrap !important;
        max-width:100% !important;
    }

    body .hf-product-row p{
        margin:0 !important;
        font-size:13px !important;
        line-height:1.35 !important;
        color:#9aa8bd !important;
        display:-webkit-box !important;
        -webkit-line-clamp:1 !important;
        -webkit-box-orient:vertical !important;
        overflow:hidden !important;
    }

    body .hf-product-row .hf-product-actions{
        grid-area:actions !important;
        display:flex !important;
        gap:8px !important;
        margin:4px 0 0 !important;
        padding:0 !important;
        align-items:center !important;
        justify-content:flex-start !important;
    }

    body .hf-product-row .hf-product-actions a,
    body .hf-product-row .hf-product-actions button{
        width:38px !important;
        height:38px !important;
        min-width:38px !important;
        border-radius:12px !important;
        padding:0 !important;
        display:inline-flex !important;
        align-items:center !important;
        justify-content:center !important;
        font-size:16px !important;
    }

    body .hf-product-row .hf-seller{
        display:none !important;
    }

    body .hf-product-row .hf-price{
        grid-area:price !important;
        margin:4px 0 0 !important;
        padding:0 !important;
        text-align:left !important;
        align-items:flex-start !important;
        justify-content:flex-start !important;
        font-size:24px !important;
        line-height:1 !important;
    }

    body .hf-product-row .hf-price div,
    body .hf-product-row .hf-price strong{
        font-size:24px !important;
        line-height:1 !important;
    }

    /* Homepage spacing */
    body .hf-section-title,
    body .section-title{
        margin-bottom:14px !important;
    }

    body .hf-products-list,
    body .products-list{
        gap:12px !important;
    }

    /* Footer exact classes */
    body .site-footer{
        text-align:center !important;
        padding:24px 0 !important;
    }

    body .site-footer .footer-inner{
        display:flex !important;
        flex-direction:column !important;
        align-items:center !important;
        justify-content:center !important;
        gap:8px !important;
        text-align:center !important;
    }

    body .site-footer .footer-inner span{
        display:block !important;
        width:100% !important;
        text-align:center !important;
    }

    body .site-footer .hf-footer-links{
        display:flex !important;
        flex-direction:row !important;
        align-items:center !important;
        justify-content:center !important;
        gap:16px !important;
        margin-top:12px !important;
        width:100% !important;
        text-align:center !important;
    }
}

@media(max-width:420px){
    body .hf-product-row{
        grid-template-columns:66px minmax(0, 1fr) !important;
        gap:8px 12px !important;
        padding:14px !important;
    }

    body .hf-product-row .hf-product-icon,
    body .hf-product-row .hf-product-icon img{
        width:66px !important;
        height:66px !important;
        min-width:66px !important;
        max-width:66px !important;
        max-height:66px !important;
        border-radius:14px !important;
    }

    body .hf-product-row h3{
        font-size:18px !important;
    }

    body .hf-product-row .hf-price,
    body .hf-product-row .hf-price div,
    body .hf-product-row .hf-price strong{
        font-size:22px !important;
    }

    body .hf-product-row .hf-product-actions a,
    body .hf-product-row .hf-product-actions button{
        width:36px !important;
        height:36px !important;
        min-width:36px !important;
    }
}


/* ================================
   Product Detail Mobile Polish
   ================================ */

@media(max-width:700px){

    body .hf-product-page{
        padding-top:18px !important;
    }

    body .hf-product-page .container,
    body .hf-product-page.container{
        width:calc(100% - 14px) !important;
    }

    body .hf-product-nav,
    body .hf-product-back,
    body .hf-product-top{
        display:flex !important;
        gap:10px !important;
        flex-wrap:wrap !important;
        margin-bottom:14px !important;
    }

    body .hf-product-nav a,
    body .hf-product-back a,
    body .hf-product-top a{
        min-height:42px !important;
        padding:0 14px !important;
        border-radius:999px !important;
        font-size:14px !important;
    }

    body .hf-product-layout,
    body .hf-product-detail,
    body .hf-product-page .hf-product-grid{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:16px !important;
    }

    /* Main image: prevent huge vertical portrait preview */
    body .hf-product-media{
        border-radius:18px !important;
        overflow:hidden !important;
    }

    body .hf-product-media > img,
    body .hf-product-media .hf-main-image,
    body .hf-product-media .hf-product-preview,
    body .hf-product-media picture img{
        width:100% !important;
        height:auto !important;
        max-height:420px !important;
        aspect-ratio:4 / 3 !important;
        object-fit:contain !important;
        background:#08101e !important;
        border-radius:18px !important;
        display:block !important;
    }

    /* Gallery */
    body .hf-product-gallery{
        display:grid !important;
        grid-template-columns:1fr 1fr !important;
        gap:12px !important;
        margin-top:12px !important;
        overflow:visible !important;
        padding-bottom:0 !important;
    }

    body .hf-product-gallery img,
    body .hf-product-gallery a,
    body .hf-product-gallery picture{
        width:100% !important;
        height:125px !important;
        min-width:0 !important;
        border-radius:14px !important;
        overflow:hidden !important;
    }

    body .hf-product-gallery img{
        object-fit:cover !important;
        display:block !important;
    }

    /* Description card */
    body .hf-product-description,
    body .hf-detail-description,
    body .hf-checkout-box{
        border-radius:20px !important;
        padding:22px !important;
    }

    body .hf-product-description h2,
    body .hf-detail-description h2,
    body .hf-checkout-box h2{
        font-size:24px !important;
        line-height:1.15 !important;
        margin-bottom:14px !important;
    }

    body .hf-product-description p,
    body .hf-detail-description p{
        font-size:15px !important;
        line-height:1.65 !important;
    }

    /* Buy / summary card */
    body .hf-detail-summary,
    body .hf-buy-panel,
    body .hf-product-summary{
        position:static !important;
        width:100% !important;
        border-radius:20px !important;
        padding:24px 22px !important;
    }

    body .hf-detail-summary h1,
    body .hf-buy-panel h1,
    body .hf-product-summary h1{
        font-size:30px !important;
        line-height:1.1 !important;
        margin:18px 0 10px !important;
        letter-spacing:-.035em !important;
    }

    body .hf-detail-summary .hf-price,
    body .hf-buy-panel .hf-price,
    body .hf-product-summary .hf-price{
        font-size:38px !important;
        line-height:1 !important;
        margin:10px 0 22px !important;
    }

    body .hf-detail-summary input,
    body .hf-buy-panel input,
    body .hf-product-summary input{
        height:54px !important;
        border-radius:15px !important;
        font-size:16px !important;
    }

    body .hf-detail-summary button,
    body .hf-buy-panel button,
    body .hf-product-summary button,
    body .hf-detail-summary .btn,
    body .hf-buy-panel .btn,
    body .hf-product-summary .btn{
        width:100% !important;
        min-height:56px !important;
        border-radius:15px !important;
        font-size:15px !important;
    }

    body .hf-summary-row,
    body .hf-meta-row{
        padding:14px 0 !important;
        gap:12px !important;
    }

    body .hf-summary-row span,
    body .hf-meta-row span{
        font-size:14px !important;
    }

    body .hf-summary-row strong,
    body .hf-meta-row strong{
        font-size:15px !important;
        text-align:right !important;
        word-break:break-word !important;
    }
}

@media(max-width:430px){
    body .hf-product-media > img,
    body .hf-product-media .hf-main-image,
    body .hf-product-media .hf-product-preview,
    body .hf-product-media picture img{
        max-height:360px !important;
        aspect-ratio:1 / 1 !important;
    }

    body .hf-product-gallery img,
    body .hf-product-gallery a,
    body .hf-product-gallery picture{
        height:110px !important;
    }

    body .hf-detail-summary h1,
    body .hf-buy-panel h1,
    body .hf-product-summary h1{
        font-size:28px !important;
    }

    body .hf-detail-summary .hf-price,
    body .hf-buy-panel .hf-price,
    body .hf-product-summary .hf-price{
        font-size:34px !important;
    }
}


.hf-home-search,
.hf-search-page-form{
    margin-top:22px;
    display:grid;
    grid-template-columns:minmax(0, 1fr) 140px;
    gap:12px;
    max-width:720px;
}

.hf-home-search input,
.hf-search-page-form input{
    height:54px;
    background:#08101e;
    border:1px solid #1e2d47;
    color:#fff;
    border-radius:16px;
    padding:0 16px;
    outline:none;
    font-weight:700;
}

.hf-home-search input:focus,
.hf-search-page-form input:focus{
    border-color:#2f6bff;
    box-shadow:0 0 0 4px rgba(47,107,255,.12);
}

.hf-home-search button,
.hf-search-page-form button{
    height:54px;
    border:0;
    border-radius:16px;
    background:#2f6bff;
    color:#fff;
    font-weight:950;
    cursor:pointer;
}

.hf-empty-state{
    background:#08101e;
    border:1px solid #1e2d47;
    border-radius:22px;
    padding:30px;
    text-align:center;
}

.hf-empty-state h3{
    margin:0 0 8px;
    color:#fff;
    font-size:24px;
}

.hf-empty-state p{
    margin:0;
    color:#9aa8bd;
}

@media(max-width:700px){
    .hf-home-search,
    .hf-search-page-form{
        grid-template-columns:1fr;
        max-width:100%;
    }

    .hf-home-search button,
    .hf-search-page-form button{
        width:100%;
    }
}

.hf-contact-page{
    padding-top:46px;
    padding-bottom:70px;
}

.hf-contact-layout{
    display:grid;
    grid-template-columns:minmax(0, 1fr) 360px;
    gap:22px;
    align-items:start;
}

.hf-contact-card,
.hf-contact-side{
    background:#08101e;
    border:1px solid #1e2d47;
    border-radius:22px;
    padding:28px;
}

.hf-contact-card h2,
.hf-contact-side h2{
    margin:0 0 18px;
    color:#fff;
}

.hf-contact-form{
    display:grid;
    gap:11px;
}

.hf-contact-form label{
    color:#dce8ff;
    font-weight:900;
}

.hf-contact-form input,
.hf-contact-form textarea{
    width:100%;
    background:#090f1b;
    border:1px solid #263750;
    color:#fff;
    border-radius:14px;
    padding:14px;
    outline:none;
}

.hf-contact-form input:focus,
.hf-contact-form textarea:focus{
    border-color:#2f6bff;
    box-shadow:0 0 0 4px rgba(47,107,255,.12);
}

.hf-contact-form button{
    min-height:52px;
    border:0;
    border-radius:14px;
    background:#2f6bff;
    color:#fff;
    font-weight:950;
    cursor:pointer;
}

.hf-honeypot{
    position:absolute !important;
    left:-9999px !important;
    opacity:0 !important;
    pointer-events:none !important;
}

.hf-contact-tip{
    border-top:1px solid #1e2d47;
    padding:16px 0;
}

.hf-contact-tip:first-of-type{
    border-top:0;
}

.hf-contact-tip strong{
    color:#fff;
}

.hf-contact-tip p{
    margin:6px 0 0;
    color:#9aa8bd;
    line-height:1.55;
}

@media(max-width:850px){
    .hf-contact-layout{
        grid-template-columns:1fr;
    }

    .hf-contact-card,
    .hf-contact-side{
        padding:22px;
    }
}

/* Homepage search cleanup: keep only product search and make it full width */
.hf-home-search{
    display:none !important;
}

.hf-market-section form:has(input[placeholder="Search products..."]),
.hf-section-head form:has(input[placeholder="Search products..."]),
form:has(input[placeholder="Search products..."]){
    width:100% !important;
    max-width:100% !important;
    display:grid !important;
    grid-template-columns:minmax(0, 1fr) 100px !important;
    gap:10px !important;
}

.hf-market-section form:has(input[placeholder="Search products..."]) input,
.hf-section-head form:has(input[placeholder="Search products..."]) input,
form:has(input[placeholder="Search products..."]) input{
    width:100% !important;
}

@media(max-width:700px){
    .hf-market-section form:has(input[placeholder="Search products..."]),
    .hf-section-head form:has(input[placeholder="Search products..."]),
    form:has(input[placeholder="Search products..."]){
        grid-template-columns:1fr !important;
    }
}



/* ================================
   HiddenFiles Cart System
   ================================ */

.hf-product-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:10px;
}

.hf-cart-inline-form{
    margin:0 !important;
    padding:0 !important;
    display:inline-flex !important;
}

.hf-cart-icon-btn{
    width:44px;
    height:44px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    border:1px solid rgba(88,123,180,.42);
    background:#0b1425;
    color:#dbe8ff;
    cursor:pointer;
    transition:.18s ease;
}

.hf-cart-icon-btn svg{
    width:20px;
    height:20px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.9;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.hf-cart-icon-btn:hover{
    transform:translateY(-1px);
    background:#101d34;
    border-color:#3b82f6;
    box-shadow:0 12px 28px rgba(47,107,255,.18);
}

.hf-header-cart{
    position:relative;
    width:42px;
    height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    border:1px solid rgba(88,123,180,.42);
    background:#0b1425;
    color:#dbe8ff;
    text-decoration:none;
    transition:.18s ease;
}

.hf-header-cart svg{
    width:19px;
    height:19px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.9;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.hf-header-cart:hover{
    background:#101d34;
    border-color:#3b82f6;
}

.hf-header-cart b{
    position:absolute;
    top:-7px;
    right:-7px;
    min-width:20px;
    height:20px;
    padding:0 6px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:#2f6bff;
    color:#fff;
    border:2px solid #071020;
    font-size:11px;
    line-height:1;
    font-weight:1000;
}

.hf-cart-page{
    width:min(1180px, calc(100% - 32px));
    margin:0 auto;
    padding:34px 0 58px;
}

.hf-cart-hero{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:18px;
    margin-bottom:22px;
    padding:24px;
    border:1px solid rgba(48,70,110,.95);
    border-radius:24px;
    background:
        radial-gradient(circle at top left, rgba(47,107,255,.16), transparent 34%),
        linear-gradient(180deg, #0b1220 0%, #070c16 100%);
    box-shadow:0 20px 55px rgba(0,0,0,.22);
}

.hf-cart-eyebrow{
    display:inline-flex;
    margin-bottom:10px;
    color:#8db1ff;
    font-size:12px;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.hf-cart-hero h1{
    margin:0;
    color:#fff;
    font-size:34px;
    line-height:1.05;
    letter-spacing:-.045em;
}

.hf-cart-hero p{
    margin:8px 0 0;
    max-width:620px;
    color:#8fa2bf;
    font-size:14px;
    line-height:1.55;
}

.hf-cart-back,
.hf-cart-primary,
.hf-cart-checkout{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:0 18px;
    border:0;
    border-radius:14px;
    background:linear-gradient(135deg, #2f6bff, #5b7cff);
    color:#fff !important;
    text-decoration:none;
    font-size:14px;
    font-weight:1000;
    cursor:pointer;
    box-shadow:0 14px 32px rgba(47,107,255,.22);
}

.hf-cart-back{
    background:#0c1628;
    border:1px solid #223452;
    box-shadow:none;
    color:#dbe8ff !important;
}

.hf-cart-alert{
    margin-bottom:16px;
    padding:13px 15px;
    border-radius:16px;
    font-size:14px;
    font-weight:850;
}

.hf-cart-alert.success{
    background:rgba(34,197,94,.12);
    border:1px solid rgba(34,197,94,.35);
    color:#86efac;
}

.hf-cart-alert.error{
    background:rgba(239,68,68,.13);
    border:1px solid rgba(239,68,68,.36);
    color:#ff9cad;
}

.hf-cart-empty{
    padding:44px 24px;
    border-radius:24px;
    border:1px solid rgba(48,70,110,.95);
    background:#080f1c;
    text-align:center;
}

.hf-cart-empty-icon{
    width:70px;
    height:70px;
    margin:0 auto 16px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:22px;
    background:#0c1628;
    border:1px solid #223452;
    font-size:30px;
}

.hf-cart-empty h2{
    margin:0;
    color:#fff;
    font-size:24px;
}

.hf-cart-empty p{
    margin:8px auto 20px;
    max-width:430px;
    color:#8fa2bf;
}

.hf-cart-shell{
    display:grid;
    grid-template-columns:minmax(0, 1fr) 340px;
    gap:18px;
    align-items:start;
}

.hf-cart-list{
    display:grid;
    gap:12px;
}

.hf-cart-item{
    display:grid;
    grid-template-columns:76px minmax(0, 1fr) 110px auto;
    gap:16px;
    align-items:center;
    padding:14px;
    border-radius:20px;
    border:1px solid #1d2d47;
    background:
        radial-gradient(circle at top left, rgba(47,107,255,.08), transparent 32%),
        #080f1c;
}

.hf-cart-thumb{
    width:76px;
    height:76px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    border-radius:17px;
    background:#0c1628;
    border:1px solid #223452;
    color:#8db1ff;
    font-weight:1000;
    text-decoration:none;
}

.hf-cart-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.hf-cart-title{
    display:block;
    color:#fff !important;
    text-decoration:none;
    font-size:15px;
    font-weight:1000;
    line-height:1.25;
    margin-bottom:8px;
}

.hf-cart-title:hover{
    color:#9bb7ff !important;
}

.hf-cart-meta{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
}

.hf-cart-meta span{
    display:inline-flex;
    align-items:center;
    min-height:24px;
    padding:0 9px;
    border-radius:999px;
    background:#0c1628;
    border:1px solid #223452;
    color:#8fa2bf;
    font-size:12px;
    font-weight:850;
}

.hf-cart-price{
    text-align:right;
}

.hf-cart-price small{
    display:block;
    margin-bottom:5px;
    color:#8fa2bf;
    font-size:12px;
    font-weight:850;
}

.hf-cart-price strong{
    color:#fff;
    font-size:16px;
    font-weight:1000;
}

.hf-cart-remove-form{
    margin:0;
}

.hf-cart-remove{
    min-height:38px;
    padding:0 12px;
    border-radius:12px;
    border:1px solid rgba(239,68,68,.32);
    background:rgba(239,68,68,.10);
    color:#ff9cad;
    font-size:12px;
    font-weight:1000;
    cursor:pointer;
}

.hf-cart-remove:hover{
    background:rgba(239,68,68,.16);
}

.hf-cart-summary{
    position:sticky;
    top:18px;
}

.hf-cart-summary-card{
    padding:18px;
    border-radius:22px;
    border:1px solid rgba(48,70,110,.95);
    background:
        radial-gradient(circle at top left, rgba(47,107,255,.13), transparent 34%),
        #080f1c;
    box-shadow:0 18px 48px rgba(0,0,0,.24);
}

.hf-cart-summary-card h2{
    margin:0 0 16px;
    color:#fff;
    font-size:20px;
    letter-spacing:-.03em;
}

.hf-cart-summary-row,
.hf-cart-summary-total{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:12px 0;
    border-top:1px solid #1d2d47;
}

.hf-cart-summary-row span,
.hf-cart-summary-total span{
    color:#8fa2bf;
    font-size:13px;
    font-weight:850;
}

.hf-cart-summary-row strong{
    color:#dbe8ff;
    font-size:13px;
}

.hf-cart-summary-total strong{
    color:#fff;
    font-size:24px;
    font-weight:1000;
}

.hf-cart-checkout{
    width:100%;
    margin-top:16px;
}

.hf-cart-clear{
    width:100%;
    min-height:42px;
    margin-top:10px;
    border-radius:14px;
    border:1px solid #223452;
    background:#0c1628;
    color:#dbe8ff;
    font-size:13px;
    font-weight:950;
    cursor:pointer;
}

.hf-cart-note{
    margin:13px 0 0;
    color:#8fa2bf;
    font-size:12px;
    line-height:1.45;
    text-align:center;
}

@media(max-width:980px){
    .hf-cart-shell{
        grid-template-columns:1fr;
    }

    .hf-cart-summary{
        position:static;
    }
}

@media(max-width:720px){
    .hf-cart-page{
        width:min(100% - 20px, 1180px);
        padding-top:18px;
    }

    .hf-cart-hero{
        align-items:flex-start;
        flex-direction:column;
        padding:18px;
    }

    .hf-cart-hero h1{
        font-size:28px;
    }

    .hf-cart-item{
        grid-template-columns:64px minmax(0, 1fr);
    }

    .hf-cart-thumb{
        width:64px;
        height:64px;
    }

    .hf-cart-price,
    .hf-cart-remove-form{
        grid-column:2;
        text-align:left;
    }
}



/* ================================
   HiddenFiles Checkout Success Page
   ================================ */

.hf-success-page{
    width:min(1180px, calc(100% - 32px));
    margin:0 auto;
    padding:34px 0 58px;
}

.hf-success-hero{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:18px;
    padding:24px;
    border-radius:24px;
    border:1px solid rgba(48,70,110,.95);
    background:
        radial-gradient(circle at top left, rgba(34,197,94,.16), transparent 30%),
        linear-gradient(180deg, #0b1220 0%, #070c16 100%);
    box-shadow:0 20px 55px rgba(0,0,0,.24);
}

.hf-success-check{
    width:68px;
    height:68px;
    flex:0 0 68px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:22px;
    background:rgba(34,197,94,.14);
    border:1px solid rgba(34,197,94,.38);
    color:#86efac;
    font-size:34px;
    font-weight:1000;
    box-shadow:0 0 0 7px rgba(34,197,94,.06);
}

.hf-success-eyebrow{
    display:inline-flex;
    margin-bottom:8px;
    color:#86efac;
    font-size:12px;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.hf-success-hero h1{
    margin:0;
    color:#fff;
    font-size:34px;
    line-height:1.05;
    letter-spacing:-.045em;
}

.hf-success-hero p{
    margin:8px 0 0;
    max-width:720px;
    color:#8fa2bf;
    font-size:14px;
    line-height:1.55;
}

.hf-success-alert{
    margin-bottom:16px;
    padding:13px 15px;
    border-radius:16px;
    font-size:14px;
    font-weight:850;
}

.hf-success-alert.success{
    background:rgba(34,197,94,.12);
    border:1px solid rgba(34,197,94,.35);
    color:#86efac;
}

.hf-success-alert.error{
    background:rgba(239,68,68,.13);
    border:1px solid rgba(239,68,68,.36);
    color:#ff9cad;
}

.hf-success-layout{
    display:grid;
    grid-template-columns:minmax(0, 1fr) 340px;
    gap:18px;
    align-items:start;
}

.hf-success-card,
.hf-success-summary{
    border-radius:22px;
    border:1px solid rgba(48,70,110,.95);
    background:
        radial-gradient(circle at top left, rgba(47,107,255,.10), transparent 34%),
        #080f1c;
    box-shadow:0 18px 48px rgba(0,0,0,.22);
}

.hf-success-card{
    overflow:hidden;
}

.hf-success-card-head{
    min-height:72px;
    padding:18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    border-bottom:1px solid #1d2d47;
    background:rgba(255,255,255,.02);
}

.hf-success-card-head h2,
.hf-success-summary h2{
    margin:0;
    color:#fff;
    font-size:20px;
    letter-spacing:-.03em;
}

.hf-success-card-head p{
    margin:5px 0 0;
    color:#8fa2bf;
    font-size:13px;
}

.hf-success-card-head > span{
    display:inline-flex;
    min-height:30px;
    align-items:center;
    padding:0 12px;
    border-radius:999px;
    border:1px solid rgba(47,107,255,.34);
    background:rgba(47,107,255,.11);
    color:#b9ccff;
    font-size:12px;
    font-weight:1000;
    white-space:nowrap;
}

.hf-success-download-list{
    display:grid;
}

.hf-success-download{
    display:grid;
    grid-template-columns:76px minmax(0, 1fr) 100px auto;
    gap:16px;
    align-items:center;
    padding:14px 18px;
    border-bottom:1px solid rgba(29,45,71,.82);
}

.hf-success-download:last-child{
    border-bottom:0;
}

.hf-success-thumb{
    width:76px;
    height:76px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    border-radius:17px;
    background:#0c1628;
    border:1px solid #223452;
    color:#8db1ff;
    font-weight:1000;
    text-decoration:none;
}

.hf-success-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.hf-success-title{
    display:block;
    color:#fff !important;
    text-decoration:none;
    font-size:15px;
    font-weight:1000;
    line-height:1.25;
    margin-bottom:8px;
}

.hf-success-title:hover{
    color:#9bb7ff !important;
}

.hf-success-meta{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
}

.hf-success-meta span{
    display:inline-flex;
    align-items:center;
    min-height:24px;
    padding:0 9px;
    border-radius:999px;
    background:#0c1628;
    border:1px solid #223452;
    color:#8fa2bf;
    font-size:12px;
    font-weight:850;
}

.hf-success-badge.completed,
.hf-success-badge.paid{
    background:rgba(34,197,94,.12) !important;
    border-color:rgba(34,197,94,.35) !important;
    color:#86efac !important;
}

.hf-success-badge.pending,
.hf-success-badge.processing{
    background:rgba(255,179,71,.13) !important;
    border-color:rgba(255,179,71,.38) !important;
    color:#ffd18a !important;
}

.hf-success-badge.failed,
.hf-success-badge.expired,
.hf-success-badge.cancelled{
    background:rgba(239,68,68,.14) !important;
    border-color:rgba(239,68,68,.38) !important;
    color:#ff9cad !important;
}

.hf-success-price{
    text-align:right;
}

.hf-success-price small{
    display:block;
    margin-bottom:5px;
    color:#8fa2bf;
    font-size:12px;
    font-weight:850;
}

.hf-success-price strong{
    color:#fff;
    font-size:16px;
    font-weight:1000;
}

.hf-success-download-btn,
.hf-success-primary,
.hf-success-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:0 15px;
    border-radius:14px;
    text-decoration:none;
    font-size:13px;
    font-weight:1000;
}

.hf-success-download-btn,
.hf-success-primary{
    background:linear-gradient(135deg, #2f6bff, #5b7cff);
    color:#fff !important;
    box-shadow:0 14px 32px rgba(47,107,255,.22);
}

.hf-success-secondary{
    background:#0c1628;
    border:1px solid #223452;
    color:#dbe8ff !important;
}

.hf-success-summary{
    position:sticky;
    top:18px;
    padding:18px;
}

.hf-success-step{
    display:grid;
    grid-template-columns:32px minmax(0, 1fr);
    gap:11px;
    align-items:start;
    padding:14px 0;
    border-top:1px solid #1d2d47;
}

.hf-success-step:first-of-type{
    margin-top:14px;
}

.hf-success-step b{
    width:32px;
    height:32px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    background:rgba(47,107,255,.11);
    border:1px solid rgba(47,107,255,.34);
    color:#b9ccff;
    font-size:13px;
}

.hf-success-step span{
    color:#8fa2bf;
    font-size:13px;
    line-height:1.45;
}

.hf-success-actions{
    display:grid;
    gap:10px;
    margin-top:16px;
}

.hf-success-empty{
    padding:34px 18px;
    text-align:center;
}

.hf-success-empty h3{
    margin:0;
    color:#fff;
}

.hf-success-empty p{
    margin:8px auto 18px;
    max-width:420px;
    color:#8fa2bf;
}

@media(max-width:980px){
    .hf-success-layout{
        grid-template-columns:1fr;
    }

    .hf-success-summary{
        position:static;
    }
}

@media(max-width:720px){
    .hf-success-page{
        width:min(100% - 20px, 1180px);
        padding-top:18px;
    }

    .hf-success-hero{
        align-items:flex-start;
        flex-direction:column;
        padding:18px;
    }

    .hf-success-hero h1{
        font-size:28px;
    }

    .hf-success-download{
        grid-template-columns:64px minmax(0, 1fr);
    }

    .hf-success-thumb{
        width:64px;
        height:64px;
    }

    .hf-success-price,
    .hf-success-download-btn{
        grid-column:2;
        justify-self:start;
        text-align:left;
    }
}



/* ================================
   HiddenFiles Account Purchases Page
   ================================ */

.hf-account-purchases-cta{
    width:100%;
    margin:0 0 20px;
    padding:20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    border-radius:22px;
    border:1px solid rgba(48,70,110,.95);
    background:
        radial-gradient(circle at top left, rgba(47,107,255,.15), transparent 32%),
        linear-gradient(180deg, #0b1220 0%, #070c16 100%);
    box-shadow:0 18px 48px rgba(0,0,0,.20);
}

.hf-account-purchases-cta span{
    display:inline-flex;
    margin-bottom:8px;
    color:#8db1ff;
    font-size:12px;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.hf-account-purchases-cta h2{
    margin:0;
    color:#fff;
    font-size:22px;
    letter-spacing:-.03em;
}

.hf-account-purchases-cta p{
    margin:6px 0 0;
    color:#8fa2bf;
    font-size:14px;
}

.hf-account-purchases-cta a{
    min-height:44px;
    padding:0 16px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    background:linear-gradient(135deg, #2f6bff, #5b7cff);
    color:#fff !important;
    text-decoration:none;
    font-size:14px;
    font-weight:1000;
    white-space:nowrap;
    box-shadow:0 14px 32px rgba(47,107,255,.22);
}

.hf-purchases-page{
    width:min(1180px, calc(100% - 32px));
    margin:0 auto;
    padding:34px 0 58px;
}

.hf-purchases-hero{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:18px;
    margin-bottom:20px;
    padding:24px;
    border-radius:24px;
    border:1px solid rgba(48,70,110,.95);
    background:
        radial-gradient(circle at top left, rgba(47,107,255,.16), transparent 34%),
        linear-gradient(180deg, #0b1220 0%, #070c16 100%);
    box-shadow:0 20px 55px rgba(0,0,0,.24);
}

.hf-purchases-eyebrow{
    display:inline-flex;
    margin-bottom:10px;
    color:#8db1ff;
    font-size:12px;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.hf-purchases-hero h1{
    margin:0;
    color:#fff;
    font-size:34px;
    line-height:1.05;
    letter-spacing:-.045em;
}

.hf-purchases-hero p{
    margin:8px 0 0;
    max-width:650px;
    color:#8fa2bf;
    font-size:14px;
    line-height:1.55;
}

.hf-purchases-hero-actions{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

.hf-purchases-primary,
.hf-purchases-secondary,
.hf-purchase-download,
.hf-purchase-view,
.hf-purchases-contact{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:0 15px;
    border-radius:14px;
    text-decoration:none;
    font-size:13px;
    font-weight:1000;
}

.hf-purchases-primary,
.hf-purchase-download{
    background:linear-gradient(135deg, #2f6bff, #5b7cff);
    color:#fff !important;
    box-shadow:0 14px 32px rgba(47,107,255,.22);
}

.hf-purchases-secondary,
.hf-purchase-view,
.hf-purchases-contact{
    background:#0c1628;
    border:1px solid #223452;
    color:#dbe8ff !important;
}

.hf-purchases-alert{
    margin-bottom:16px;
    padding:13px 15px;
    border-radius:16px;
    font-size:14px;
    font-weight:850;
}

.hf-purchases-alert.error{
    background:rgba(239,68,68,.13);
    border:1px solid rgba(239,68,68,.36);
    color:#ff9cad;
}

.hf-purchases-shell{
    display:grid;
    grid-template-columns:minmax(0, 1fr) 330px;
    gap:18px;
    align-items:start;
}

.hf-purchases-card,
.hf-purchases-side-card{
    border-radius:22px;
    border:1px solid rgba(48,70,110,.95);
    background:
        radial-gradient(circle at top left, rgba(47,107,255,.10), transparent 34%),
        #080f1c;
    box-shadow:0 18px 48px rgba(0,0,0,.22);
}

.hf-purchases-card{
    overflow:hidden;
}

.hf-purchases-card-head{
    min-height:72px;
    padding:18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    border-bottom:1px solid #1d2d47;
    background:rgba(255,255,255,.02);
}

.hf-purchases-card-head h2,
.hf-purchases-side-card h2{
    margin:0;
    color:#fff;
    font-size:20px;
    letter-spacing:-.03em;
}

.hf-purchases-card-head p{
    margin:5px 0 0;
    color:#8fa2bf;
    font-size:13px;
}

.hf-purchases-card-head > span{
    display:inline-flex;
    min-height:30px;
    align-items:center;
    padding:0 12px;
    border-radius:999px;
    border:1px solid rgba(47,107,255,.34);
    background:rgba(47,107,255,.11);
    color:#b9ccff;
    font-size:12px;
    font-weight:1000;
    white-space:nowrap;
}

.hf-purchases-list{
    display:grid;
}

.hf-purchase-row{
    display:grid;
    grid-template-columns:76px minmax(0, 1fr) 100px 170px;
    gap:16px;
    align-items:center;
    padding:14px 18px;
    border-bottom:1px solid rgba(29,45,71,.82);
}

.hf-purchase-row:last-child{
    border-bottom:0;
}

.hf-purchase-thumb{
    width:76px;
    height:76px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    border-radius:17px;
    background:#0c1628;
    border:1px solid #223452;
    color:#8db1ff;
    font-weight:1000;
    text-decoration:none;
}

.hf-purchase-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.hf-purchase-title{
    display:block;
    color:#fff !important;
    text-decoration:none;
    font-size:15px;
    font-weight:1000;
    line-height:1.25;
    margin-bottom:8px;
}

.hf-purchase-title:hover{
    color:#9bb7ff !important;
}

.hf-purchase-meta,
.hf-purchase-badges{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
}

.hf-purchase-meta span{
    display:inline-flex;
    align-items:center;
    min-height:24px;
    padding:0 9px;
    border-radius:999px;
    background:#0c1628;
    border:1px solid #223452;
    color:#8fa2bf;
    font-size:12px;
    font-weight:850;
}

.hf-purchase-badges{
    margin-top:8px;
}

.hf-purchase-badge{
    display:inline-flex;
    align-items:center;
    min-height:23px;
    padding:0 9px;
    border-radius:999px;
    border:1px solid rgba(148,163,184,.28);
    background:rgba(148,163,184,.12);
    color:#cbd5e1;
    font-size:11px;
    font-weight:1000;
    font-style:normal;
    text-transform:capitalize;
}

.hf-purchase-badge.completed,
.hf-purchase-badge.paid{
    background:rgba(34,197,94,.12);
    border-color:rgba(34,197,94,.35);
    color:#86efac;
}

.hf-purchase-badge.pending,
.hf-purchase-badge.processing{
    background:rgba(255,179,71,.13);
    border-color:rgba(255,179,71,.38);
    color:#ffd18a;
}

.hf-purchase-badge.failed,
.hf-purchase-badge.expired,
.hf-purchase-badge.cancelled{
    background:rgba(239,68,68,.14);
    border-color:rgba(239,68,68,.38);
    color:#ff9cad;
}

.hf-purchase-price{
    text-align:right;
}

.hf-purchase-price small{
    display:block;
    margin-bottom:5px;
    color:#8fa2bf;
    font-size:12px;
    font-weight:850;
}

.hf-purchase-price strong{
    color:#fff;
    font-size:16px;
    font-weight:1000;
}

.hf-purchase-actions{
    display:grid;
    gap:9px;
}

.hf-purchase-disabled{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:0 15px;
    border-radius:14px;
    background:rgba(148,163,184,.10);
    border:1px solid rgba(148,163,184,.22);
    color:#8fa2bf;
    font-size:13px;
    font-weight:1000;
}

.hf-purchases-empty{
    padding:42px 18px;
    text-align:center;
}

.hf-purchases-empty-icon{
    width:68px;
    height:68px;
    margin:0 auto 16px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:22px;
    background:#0c1628;
    border:1px solid #223452;
    color:#8db1ff;
    font-size:32px;
    font-weight:1000;
}

.hf-purchases-empty h3{
    margin:0;
    color:#fff;
    font-size:22px;
}

.hf-purchases-empty p{
    margin:8px auto 18px;
    max-width:420px;
    color:#8fa2bf;
}

.hf-purchases-side-card{
    position:sticky;
    top:18px;
    padding:18px;
}

.hf-purchases-info-row{
    padding:14px 0;
    border-top:1px solid #1d2d47;
}

.hf-purchases-info-row:first-of-type{
    margin-top:12px;
}

.hf-purchases-info-row b{
    display:block;
    color:#fff;
    font-size:18px;
    margin-bottom:4px;
}

.hf-purchases-info-row span{
    display:block;
    color:#8fa2bf;
    font-size:13px;
    line-height:1.45;
}

.hf-purchases-contact{
    width:100%;
    margin-top:14px;
}

@media(max-width:1050px){
    .hf-purchases-shell{
        grid-template-columns:1fr;
    }

    .hf-purchases-side-card{
        position:static;
    }
}

@media(max-width:780px){
    .hf-account-purchases-cta,
    .hf-purchases-hero{
        align-items:flex-start;
        flex-direction:column;
    }

    .hf-purchases-page{
        width:min(100% - 20px, 1180px);
        padding-top:18px;
    }

    .hf-purchase-row{
        grid-template-columns:64px minmax(0, 1fr);
    }

    .hf-purchase-thumb{
        width:64px;
        height:64px;
    }

    .hf-purchase-price,
    .hf-purchase-actions{
        grid-column:2;
        text-align:left;
    }
}



/* ================================
   HiddenFiles Account Dashboard Polish
   ================================ */

.hf-account-dash{
    width:min(1180px, calc(100% - 32px));
    margin:0 auto;
    padding:34px 0 58px;
}

.hf-account-hero{
    display:grid;
    grid-template-columns:minmax(0, 1fr) 320px;
    gap:18px;
    align-items:stretch;
    margin-bottom:18px;
    padding:24px;
    border-radius:24px;
    border:1px solid rgba(48,70,110,.95);
    background:
        radial-gradient(circle at top left, rgba(47,107,255,.16), transparent 34%),
        linear-gradient(180deg, #0b1220 0%, #070c16 100%);
    box-shadow:0 20px 55px rgba(0,0,0,.24);
}

.hf-account-eyebrow{
    display:inline-flex;
    margin-bottom:10px;
    color:#8db1ff;
    font-size:12px;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.hf-account-hero h1{
    margin:0;
    color:#fff;
    font-size:34px;
    line-height:1.05;
    letter-spacing:-.045em;
}

.hf-account-hero p{
    margin:8px 0 0;
    max-width:680px;
    color:#8fa2bf;
    font-size:14px;
    line-height:1.55;
}

.hf-account-balance-card{
    padding:18px;
    border-radius:20px;
    border:1px solid rgba(47,107,255,.34);
    background:
        radial-gradient(circle at top left, rgba(47,107,255,.22), transparent 40%),
        #080f1c;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
}

.hf-account-balance-card span{
    color:#8fa2bf;
    font-size:13px;
    font-weight:850;
}

.hf-account-balance-card strong{
    margin:8px 0 14px;
    color:#fff;
    font-size:34px;
    line-height:1;
    letter-spacing:-.045em;
    font-weight:1000;
}

.hf-account-balance-card a,
.hf-account-actions a.primary,
.hf-account-small-btn,
.hf-account-empty a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:0 15px;
    border-radius:14px;
    background:linear-gradient(135deg, #2f6bff, #5b7cff);
    color:#fff !important;
    text-decoration:none;
    font-size:13px;
    font-weight:1000;
    box-shadow:0 14px 32px rgba(47,107,255,.22);
}

.hf-account-alert{
    margin-bottom:16px;
    padding:13px 15px;
    border-radius:16px;
    font-size:14px;
    font-weight:850;
}

.hf-account-alert.error{
    background:rgba(239,68,68,.13);
    border:1px solid rgba(239,68,68,.36);
    color:#ff9cad;
}

.hf-account-actions{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:14px;
    margin-bottom:14px;
}

.hf-account-actions a{
    min-height:88px;
    padding:16px;
    border-radius:20px;
    border:1px solid #1d2d47;
    background:#080f1c;
    text-decoration:none;
    transition:.18s ease;
}

.hf-account-actions a:hover{
    transform:translateY(-1px);
    border-color:#2f6bff;
    background:#0c1628;
}

.hf-account-actions b{
    display:block;
    color:#fff;
    font-size:16px;
    margin-bottom:5px;
}

.hf-account-actions span{
    display:block;
    color:#8fa2bf;
    font-size:13px;
    line-height:1.35;
}

.hf-account-stats{
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:14px;
    margin-bottom:18px;
}

.hf-account-stat{
    padding:18px;
    border-radius:20px;
    border:1px solid #1d2d47;
    background:
        radial-gradient(circle at top left, rgba(47,107,255,.08), transparent 36%),
        #080f1c;
}

.hf-account-stat span{
    display:block;
    color:#8fa2bf;
    font-size:12px;
    font-weight:900;
    margin-bottom:8px;
}

.hf-account-stat strong{
    display:block;
    color:#fff;
    font-size:28px;
    line-height:1;
    letter-spacing:-.04em;
}

.hf-account-grid{
    display:grid;
    grid-template-columns:minmax(0, 1.15fr) minmax(340px, .85fr);
    gap:18px;
    align-items:start;
}

.hf-account-wide{
    grid-row:span 2;
}

.hf-account-card{
    border-radius:22px;
    border:1px solid rgba(48,70,110,.95);
    background:
        radial-gradient(circle at top left, rgba(47,107,255,.10), transparent 34%),
        #080f1c;
    box-shadow:0 18px 48px rgba(0,0,0,.22);
    overflow:hidden;
}

.hf-account-card-head{
    min-height:72px;
    padding:18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    border-bottom:1px solid #1d2d47;
    background:rgba(255,255,255,.02);
}

.hf-account-card-head h2{
    margin:0;
    color:#fff;
    font-size:20px;
    letter-spacing:-.03em;
}

.hf-account-card-head p{
    margin:5px 0 0;
    color:#8fa2bf;
    font-size:13px;
}

.hf-account-card-head a{
    color:#8db1ff !important;
    text-decoration:none;
    font-size:13px;
    font-weight:1000;
    white-space:nowrap;
}

.hf-account-list{
    display:grid;
}

.hf-account-row{
    display:grid;
    grid-template-columns:minmax(0, 1fr) auto auto;
    gap:14px;
    align-items:center;
    padding:15px 18px;
    border-bottom:1px solid rgba(29,45,71,.82);
}

.hf-account-row:last-child{
    border-bottom:0;
}

.hf-account-row-title{
    display:block;
    margin-bottom:6px;
    color:#fff !important;
    text-decoration:none;
    font-size:15px;
    font-weight:1000;
}

.hf-account-row span{
    color:#8fa2bf;
    font-size:12px;
}

.hf-account-row-meta{
    text-align:right;
}

.hf-account-row-meta strong{
    display:block;
    color:#fff;
    font-size:15px;
    margin-bottom:6px;
}

.hf-account-row-meta em,
.hf-account-mini-row em{
    display:inline-flex;
    min-height:22px;
    align-items:center;
    padding:0 9px;
    border-radius:999px;
    border:1px solid rgba(148,163,184,.28);
    background:rgba(148,163,184,.12);
    color:#cbd5e1;
    font-size:11px;
    font-weight:1000;
    font-style:normal;
    text-transform:capitalize;
}

.hf-account-row-meta em.paid,
.hf-account-row-meta em.completed,
.hf-account-mini-row em.completed{
    background:rgba(34,197,94,.12);
    border-color:rgba(34,197,94,.35);
    color:#86efac;
}

.hf-account-mini-row em.pending{
    background:rgba(255,179,71,.13);
    border-color:rgba(255,179,71,.38);
    color:#ffd18a;
}

.hf-account-mini-row em.failed,
.hf-account-mini-row em.expired{
    background:rgba(239,68,68,.14);
    border-color:rgba(239,68,68,.38);
    color:#ff9cad;
}

.hf-account-mini-list{
    display:grid;
}

.hf-account-mini-row{
    display:grid;
    grid-template-columns:minmax(0, 1fr) auto;
    gap:14px;
    align-items:center;
    padding:14px 18px;
    border-bottom:1px solid rgba(29,45,71,.82);
}

.hf-account-mini-row:last-child{
    border-bottom:0;
}

.hf-account-mini-row strong{
    display:block;
    color:#fff;
    font-size:14px;
    margin-bottom:5px;
}

.hf-account-mini-row span,
.hf-account-mini-row small{
    display:block;
    color:#8fa2bf;
    font-size:12px;
    line-height:1.35;
}

.hf-account-mini-row > div:last-child{
    text-align:right;
}

.hf-account-mini-row b{
    display:block;
    color:#fff;
    font-size:14px;
    margin-bottom:6px;
}

.hf-account-empty{
    padding:42px 18px;
    text-align:center;
}

.hf-account-empty.small{
    padding:26px 18px;
}

.hf-account-empty h3{
    margin:0;
    color:#fff;
    font-size:20px;
}

.hf-account-empty p{
    margin:8px auto 18px;
    max-width:420px;
    color:#8fa2bf;
    font-size:14px;
}

@media(max-width:1050px){
    .hf-account-hero,
    .hf-account-grid{
        grid-template-columns:1fr;
    }

    .hf-account-wide{
        grid-row:auto;
    }

    .hf-account-stats{
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }
}

@media(max-width:760px){
    .hf-account-dash{
        width:min(100% - 20px, 1180px);
        padding-top:18px;
    }

    .hf-account-actions,
    .hf-account-stats{
        grid-template-columns:1fr;
    }

    .hf-account-row,
    .hf-account-mini-row{
        grid-template-columns:1fr;
    }

    .hf-account-row-meta,
    .hf-account-mini-row > div:last-child{
        text-align:left;
    }

    .hf-account-hero{
        padding:18px;
    }

    .hf-account-hero h1{
        font-size:28px;
    }
}


/* ================================
   HiddenFiles Account Dashboard v2
   ================================ */

.hf-account-dash{
    max-width:1380px !important;
}

.hf-account-hero{
    grid-template-columns:minmax(0, 1fr) 390px !important;
    gap:24px !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
}

.hf-account-hero > div:first-child{
    min-height:220px;
    padding:44px 48px;
    border-radius:24px;
    border:1px solid rgba(71,101,154,.72);
    background:
        radial-gradient(circle at left center, rgba(47,107,255,.22), transparent 38%),
        linear-gradient(135deg, rgba(13,25,48,.96), rgba(8,15,28,.98));
    box-shadow:0 22px 60px rgba(0,0,0,.24);
    position:relative;
    overflow:hidden;
}

.hf-account-hero > div:first-child:before{
    content:"";
    position:absolute;
    left:-120px;
    top:50px;
    width:360px;
    height:130px;
    background:radial-gradient(ellipse at center, rgba(47,107,255,.28), transparent 68%);
    filter:blur(2px);
    opacity:.75;
}

.hf-account-hero > div:first-child > *{
    position:relative;
    z-index:1;
}

.hf-account-eyebrow{
    color:#5f95ff !important;
    letter-spacing:.14em !important;
}

.hf-account-hero h1{
    font-size:36px !important;
    max-width:680px;
}

.hf-account-hero p{
    color:#a9b9d4 !important;
    font-size:15px !important;
}

.hf-account-balance-card{
    min-height:220px;
    padding:34px 32px !important;
    border-radius:24px !important;
    border:1px solid rgba(71,101,154,.72) !important;
    background:
        radial-gradient(circle at top right, rgba(47,107,255,.20), transparent 36%),
        linear-gradient(135deg, rgba(13,25,48,.96), rgba(8,15,28,.98)) !important;
    box-shadow:0 22px 60px rgba(0,0,0,.24);
    position:relative;
}

.hf-account-balance-card:after{
    content:"▣";
    position:absolute;
    right:24px;
    top:24px;
    width:52px;
    height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:15px;
    background:rgba(47,107,255,.16);
    border:1px solid rgba(47,107,255,.32);
    color:#72a0ff;
    font-size:22px;
}

.hf-account-balance-card span{
    text-transform:uppercase;
    letter-spacing:.12em;
    color:#a7b5ce !important;
}

.hf-account-balance-card strong{
    font-size:44px !important;
    margin:12px 0 26px !important;
}

.hf-account-balance-card a{
    min-width:170px;
    height:56px;
    border-radius:14px !important;
    font-size:16px !important;
}

.hf-account-actions{
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
    gap:24px !important;
    margin:28px 0 24px !important;
}

.hf-account-actions a,
.hf-account-actions a.primary,
.hf-action-card{
    min-height:104px !important;
    padding:20px !important;
    display:grid !important;
    grid-template-columns:58px minmax(0, 1fr) auto !important;
    align-items:center !important;
    gap:18px !important;
    border-radius:20px !important;
    border:1px solid rgba(71,101,154,.62) !important;
    background:
        radial-gradient(circle at top left, rgba(47,107,255,.10), transparent 36%),
        #08111f !important;
    color:#fff !important;
    box-shadow:none !important;
}

.hf-account-actions a.primary{
    border-color:#2f6bff !important;
    box-shadow:0 0 0 1px rgba(47,107,255,.28), 0 18px 45px rgba(47,107,255,.13) !important;
    background:
        radial-gradient(circle at top left, rgba(47,107,255,.23), transparent 42%),
        #0b1729 !important;
}

.hf-action-card:hover{
    transform:translateY(-2px) !important;
    border-color:#4d7dff !important;
    background:#0d1a2e !important;
}

.hf-action-icon{
    width:58px;
    height:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:16px;
    background:linear-gradient(135deg, #2f6bff, #5b7cff);
    color:#fff;
    font-size:24px;
    font-weight:1000;
}

.hf-action-card:not(.primary) .hf-action-icon{
    background:#0b1425;
    border:1px solid rgba(88,123,180,.42);
    color:#b9ccff;
}

.hf-action-copy{
    min-width:0;
}

.hf-action-copy b{
    display:block !important;
    margin:0 0 6px !important;
    color:#fff !important;
    font-size:18px !important;
    line-height:1.1;
}

.hf-action-copy small{
    display:block;
    color:#a7b5ce;
    font-size:14px;
    line-height:1.25;
    white-space:normal;
}

.hf-action-card i{
    color:#dbe8ff;
    font-size:34px;
    font-style:normal;
    line-height:1;
}

.hf-account-stats{
    grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
    gap:24px !important;
    margin-bottom:28px !important;
}

.hf-account-stat{
    min-height:112px;
    padding:24px !important;
    display:grid !important;
    grid-template-columns:58px minmax(0, 1fr);
    gap:18px;
    align-items:center;
    border-radius:20px !important;
    border:1px solid rgba(71,101,154,.62) !important;
    background:
        radial-gradient(circle at top left, rgba(47,107,255,.10), transparent 34%),
        #08111f !important;
}

.hf-account-stat > span:not(.hf-stat-icon){
    display:none !important;
}

.hf-stat-icon{
    width:58px;
    height:58px;
    display:flex !important;
    align-items:center;
    justify-content:center;
    border-radius:16px;
    background:rgba(47,107,255,.14);
    border:1px solid rgba(47,107,255,.30);
    color:#6da0ff;
    font-size:24px;
}

.hf-stat-icon.purple{
    background:rgba(147,51,234,.16);
    border-color:rgba(147,51,234,.32);
    color:#c084fc;
}

.hf-stat-icon.green{
    background:rgba(34,197,94,.15);
    border-color:rgba(34,197,94,.32);
    color:#86efac;
}

.hf-stat-icon.blue{
    background:rgba(47,107,255,.14);
    border-color:rgba(47,107,255,.30);
    color:#6da0ff;
}

.hf-account-stat small{
    display:block;
    color:#a7b5ce;
    font-size:14px;
    margin-bottom:8px;
}

.hf-account-stat strong{
    font-size:30px !important;
}

.hf-account-grid{
    grid-template-columns:1fr 1fr !important;
    gap:24px !important;
}

.hf-account-wide{
    grid-row:auto !important;
}

.hf-account-card{
    border-radius:22px !important;
    border:1px solid rgba(71,101,154,.62) !important;
    background:
        radial-gradient(circle at top left, rgba(47,107,255,.09), transparent 34%),
        #08111f !important;
    box-shadow:0 22px 60px rgba(0,0,0,.22) !important;
}

.hf-account-card-head{
    margin:22px 22px 0;
    padding:0 0 18px !important;
    border-bottom:1px solid rgba(71,101,154,.38) !important;
    background:transparent !important;
}

.hf-account-list,
.hf-account-mini-list{
    padding:0 22px 20px;
}

.hf-account-row,
.hf-account-mini-row{
    padding:18px 0 !important;
    border-bottom:1px solid rgba(71,101,154,.28) !important;
}

.hf-account-row:last-child,
.hf-account-mini-row:last-child{
    border-bottom:0 !important;
}

.hf-account-small-btn{
    min-height:44px !important;
    border-radius:12px !important;
}

@media(max-width:1100px){
    .hf-account-hero,
    .hf-account-actions,
    .hf-account-stats,
    .hf-account-grid{
        grid-template-columns:1fr !important;
    }
}

@media(max-width:720px){
    .hf-account-hero > div:first-child,
    .hf-account-balance-card{
        min-height:auto;
        padding:22px !important;
    }

    .hf-account-actions a,
    .hf-action-card,
    .hf-account-stat{
        grid-template-columns:50px minmax(0, 1fr) auto !important;
    }

    .hf-action-icon,
    .hf-stat-icon{
        width:50px;
        height:50px;
    }
}


/* HiddenFiles account action icons */
.hf-action-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.hf-action-icon svg{
    width: 24px;
    height: 24px;
    display: block;
}

/* HiddenFiles account action SVG icons */
.hf-action-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.hf-action-icon svg{
    width: 24px;
    height: 24px;
    display: block;
}

/* HiddenFiles premium account shortcut icons */
.hf-account-actions .hf-action-card{
    gap: 18px;
}

.hf-account-actions .hf-action-card .hf-action-icon{
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    border-radius: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    color: #dbe7ff !important;
    border: 1px solid rgba(110, 153, 255, 0.28) !important;
    background:
        radial-gradient(circle at 30% 20%, rgba(111, 153, 255, 0.28), transparent 45%),
        linear-gradient(145deg, rgba(22, 38, 82, 0.95), rgba(8, 18, 43, 0.96)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.08),
        0 14px 28px rgba(0,0,0,0.22) !important;
}

.hf-account-actions .hf-action-card .hf-action-icon svg{
    width: 27px !important;
    height: 27px !important;
    display: block !important;
    margin: 0 !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.9 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    transform: none !important;
}

.hf-account-actions .hf-action-card.primary .hf-action-icon{
    color: #ffffff !important;
    border-color: rgba(102, 148, 255, 0.55) !important;
    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,0.20), transparent 40%),
        linear-gradient(145deg, #3a73ff, #5677ff) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.22),
        0 16px 34px rgba(55, 111, 255, 0.28) !important;
}

.hf-account-actions .hf-action-card .hf-icon-bag{
    color: #c9d8ff !important;
}

.hf-account-actions .hf-action-card .hf-icon-store{
    color: #bfe5ff !important;
}

.hf-account-actions .hf-action-card:hover .hf-action-icon{
    transform: translateY(-1px) !important;
    border-color: rgba(126, 167, 255, 0.48) !important;
}

/* HiddenFiles account dashboard bottom polish */
.hf-account-stats{
    gap: 24px;
}

.hf-account-stat{
    position: relative;
    overflow: hidden;
    min-height: 116px;
    border-color: rgba(92, 139, 255, 0.28) !important;
    background:
        radial-gradient(circle at 12% 10%, rgba(72, 117, 255, 0.16), transparent 34%),
        linear-gradient(145deg, rgba(9, 22, 50, 0.98), rgba(6, 15, 34, 0.98)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.045),
        0 18px 42px rgba(0,0,0,0.18);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.hf-account-stat::after{
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    right: -72px;
    top: -72px;
    border-radius: 999px;
    background: rgba(65, 113, 255, 0.12);
    pointer-events: none;
}

.hf-account-stat:hover{
    transform: translateY(-2px);
    border-color: rgba(91, 139, 255, 0.45) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 22px 48px rgba(0,0,0,0.24);
}

.hf-account-stat .hf-stat-icon{
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    border-radius: 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    border: 1px solid rgba(105, 150, 255, 0.30) !important;
    background:
        radial-gradient(circle at 30% 18%, rgba(116, 157, 255, 0.24), transparent 44%),
        linear-gradient(145deg, rgba(18, 39, 89, 0.95), rgba(8, 20, 48, 0.96)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.08),
        0 12px 26px rgba(0,0,0,0.20) !important;
}

.hf-account-stat small{
    color: #b9c7e3 !important;
    font-size: 14px !important;
    letter-spacing: .01em;
}

.hf-account-stat strong{
    margin-top: 6px;
    display: block;
    color: #ffffff !important;
    font-size: 31px !important;
    line-height: 1;
    letter-spacing: -0.04em;
}

.hf-account-card{
    position: relative;
    overflow: hidden;
    border-color: rgba(88, 134, 255, 0.25) !important;
    background:
        radial-gradient(circle at 12% 0%, rgba(72, 117, 255, 0.12), transparent 35%),
        linear-gradient(145deg, rgba(9, 22, 50, 0.98), rgba(6, 15, 34, 0.98)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.045),
        0 20px 50px rgba(0,0,0,0.20);
}

.hf-account-card-head{
    align-items: center;
    gap: 18px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(118, 152, 212, 0.18);
}

.hf-account-card-head h2{
    font-size: 21px !important;
    letter-spacing: -0.035em;
    color: #ffffff !important;
}

.hf-account-card-head p{
    margin-top: 6px !important;
    color: #9fb3d8 !important;
}

.hf-account-card-head > a{
    min-height: 38px;
    padding: 0 16px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #dbe7ff !important;
    font-weight: 800;
    font-size: 13px;
    text-decoration: none;
    border: 1px solid rgba(92, 139, 255, 0.30);
    background: rgba(62, 111, 255, 0.10);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.hf-account-card-head > a:hover{
    transform: translateY(-1px);
    background: rgba(62, 111, 255, 0.18);
    border-color: rgba(101, 150, 255, 0.48);
}

.hf-account-mini-list{
    display: flex;
    flex-direction: column;
}

.hf-account-mini-row{
    position: relative;
    min-height: 78px;
    padding: 18px 0 !important;
    border-bottom: 1px solid rgba(118, 152, 212, 0.13) !important;
    transition: background .18s ease, padding-left .18s ease;
}

.hf-account-mini-row:last-child{
    border-bottom: 0 !important;
}

.hf-account-mini-row:hover{
    padding-left: 10px !important;
    background: linear-gradient(90deg, rgba(66, 113, 255, 0.08), transparent 74%);
}

.hf-account-mini-row strong,
.hf-account-row-title{
    color: #ffffff !important;
    font-weight: 850 !important;
    letter-spacing: -0.015em;
    text-decoration: none;
}

.hf-account-mini-row span,
.hf-account-mini-row small{
    color: #9fb3d8 !important;
}

.hf-account-mini-row b{
    color: #ffffff !important;
    font-weight: 900 !important;
}

.hf-account-mini-row em,
.hf-account-mini-row .paid,
.hf-account-mini-row .completed,
.hf-account-mini-row .pending,
.hf-account-mini-row .failed,
.hf-account-mini-row .expired{
    min-height: 24px;
    padding: 4px 10px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal !important;
    font-size: 11px !important;
    line-height: 1;
    font-weight: 900 !important;
    text-transform: capitalize;
    border: 1px solid rgba(255,255,255,0.10);
}

.hf-account-mini-row em.paid,
.hf-account-mini-row em.completed,
.hf-account-mini-row .paid,
.hf-account-mini-row .completed{
    color: #c9ffe1 !important;
    border-color: rgba(61, 220, 132, 0.35) !important;
    background: rgba(20, 166, 82, 0.20) !important;
}

.hf-account-mini-row em.pending,
.hf-account-mini-row .pending{
    color: #ffe7b3 !important;
    border-color: rgba(255, 184, 77, 0.35) !important;
    background: rgba(255, 184, 77, 0.14) !important;
}

.hf-account-mini-row em.failed,
.hf-account-mini-row em.expired,
.hf-account-mini-row .failed,
.hf-account-mini-row .expired{
    color: #ffd1d1 !important;
    border-color: rgba(255, 95, 95, 0.35) !important;
    background: rgba(255, 95, 95, 0.14) !important;
}

.hf-account-card a[href*="download"],
.hf-account-card .hf-account-download,
.hf-account-card .download-btn{
    min-height: 44px;
    padding: 0 18px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-weight: 900;
    text-decoration: none;
    background: linear-gradient(145deg, #3a73ff, #5677ff) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.18),
        0 12px 26px rgba(55, 111, 255, 0.24);
    transition: transform .18s ease, box-shadow .18s ease;
}

.hf-account-card a[href*="download"]:hover,
.hf-account-card .hf-account-download:hover,
.hf-account-card .download-btn:hover{
    transform: translateY(-1px);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.20),
        0 16px 32px rgba(55, 111, 255, 0.34);
}

.hf-account-empty.small{
    min-height: 160px;
    border-radius: 20px;
    border: 1px dashed rgba(117, 154, 230, 0.25);
    background: rgba(9, 22, 50, 0.45);
}

.hf-account-empty.small h3{
    color: #ffffff !important;
}

.hf-account-empty.small p{
    color: #9fb3d8 !important;
}

@media (max-width: 760px){
    .hf-account-card-head{
        align-items: flex-start;
    }

    .hf-account-mini-row:hover{
        padding-left: 0 !important;
    }

    .hf-account-stat{
        min-height: 104px;
    }

    .hf-account-stat strong{
        font-size: 28px !important;
    }
}

/* HiddenFiles deposit page premium polish */
.hf-account-page .hf-wallet-form-clean{
    position: relative;
    overflow: hidden;
    padding: 28px !important;
    border-radius: 24px !important;
    border: 1px solid rgba(91, 139, 255, 0.26) !important;
    background:
        radial-gradient(circle at 10% 0%, rgba(73, 119, 255, 0.16), transparent 36%),
        linear-gradient(145deg, rgba(9, 22, 50, 0.96), rgba(6, 15, 34, 0.98)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.05),
        0 22px 52px rgba(0,0,0,0.22);
}

.hf-account-page .hf-wallet-form-clean::before{
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -94px;
    top: -96px;
    border-radius: 999px;
    background: rgba(69, 119, 255, 0.13);
    pointer-events: none;
}

.hf-account-page .hf-wallet-field{
    position: relative;
    z-index: 1;
    margin-bottom: 18px !important;
}

.hf-account-page .hf-wallet-field label{
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9px !important;
    color: #c7d6f4 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: .015em;
}

.hf-account-page .hf-wallet-field input,
.hf-account-page .hf-wallet-field select{
    width: 100% !important;
    min-height: 56px !important;
    border-radius: 16px !important;
    padding: 0 17px !important;
    color: #ffffff !important;
    border: 1px solid rgba(111, 153, 255, 0.22) !important;
    background:
        linear-gradient(180deg, rgba(7, 18, 43, 0.96), rgba(5, 13, 32, 0.96)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.04),
        0 10px 24px rgba(0,0,0,0.12);
    outline: none !important;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.hf-account-page .hf-wallet-field input::placeholder{
    color: rgba(196, 211, 242, 0.46) !important;
}

.hf-account-page .hf-wallet-field input:focus,
.hf-account-page .hf-wallet-field select:focus{
    border-color: rgba(101, 150, 255, 0.58) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 0 0 4px rgba(62, 111, 255, 0.12),
        0 12px 28px rgba(0,0,0,0.18);
}

.hf-account-page .hf-wallet-method-info{
    position: relative;
    z-index: 1;
    margin: 6px 0 18px !important;
    padding: 16px 18px !important;
    border-radius: 18px !important;
    color: #b9c9ee !important;
    line-height: 1.55 !important;
    border: 1px solid rgba(92, 139, 255, 0.22) !important;
    background:
        linear-gradient(145deg, rgba(58, 115, 255, 0.12), rgba(12, 28, 67, 0.45)) !important;
}

.hf-account-page .hf-wallet-form-clean button[type="submit"],
.hf-account-page #hf-deposit-button{
    position: relative;
    z-index: 1;
    width: 100% !important;
    min-height: 58px !important;
    margin-top: 4px !important;
    border: 0 !important;
    border-radius: 17px !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    letter-spacing: -0.01em;
    background:
        radial-gradient(circle at 30% 18%, rgba(255,255,255,0.20), transparent 38%),
        linear-gradient(145deg, #3a73ff, #5677ff) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.24),
        0 18px 38px rgba(55, 111, 255, 0.28);
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.hf-account-page .hf-wallet-form-clean button[type="submit"]:hover,
.hf-account-page #hf-deposit-button:hover{
    transform: translateY(-1px);
    filter: brightness(1.04);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.26),
        0 22px 46px rgba(55, 111, 255, 0.36);
}

.hf-account-page .hf-wallet-note{
    margin-top: 18px !important;
    padding: 16px 18px !important;
    border-radius: 18px !important;
    color: #9fb3d8 !important;
    line-height: 1.6 !important;
    border: 1px solid rgba(118, 152, 212, 0.16) !important;
    background: rgba(8, 20, 48, 0.46) !important;
}

/* Deposit top summary cards */
.hf-account-page .hf-account-grid .hf-account-card{
    min-height: 118px;
}

.hf-account-page .hf-account-grid .hf-account-card span{
    color: #aebfde !important;
    font-weight: 850 !important;
}

.hf-account-page .hf-account-grid .hf-account-card strong{
    margin-top: 8px;
    display: block;
    color: #ffffff !important;
    letter-spacing: -0.035em;
}

/* Recent deposits polish */
.hf-account-page .hf-deposits-list{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.hf-account-page .hf-deposit-row{
    position: relative;
    overflow: hidden;
    padding: 20px !important;
    border-radius: 22px !important;
    border: 1px solid rgba(96, 146, 255, 0.20) !important;
    background:
        radial-gradient(circle at 8% 0%, rgba(73, 119, 255, 0.10), transparent 34%),
        linear-gradient(145deg, rgba(8, 20, 48, 0.88), rgba(5, 13, 32, 0.92)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.035),
        0 14px 34px rgba(0,0,0,0.16);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.hf-account-page .hf-deposit-row:hover{
    transform: translateY(-2px);
    border-color: rgba(101, 150, 255, 0.38) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.05),
        0 20px 44px rgba(0,0,0,0.22);
}

.hf-account-page .hf-deposit-row strong,
.hf-account-page .hf-deposit-row .hf-order-link{
    color: #ffffff !important;
    font-weight: 900 !important;
    text-decoration: none !important;
}

.hf-account-page .hf-deposit-row .hf-order-link:hover{
    color: #bcd0ff !important;
}

.hf-account-page .hf-deposit-row span,
.hf-account-page .hf-deposit-row small{
    color: #9fb3d8 !important;
}

.hf-account-page .hf-deposit-row b{
    color: #ffffff !important;
    font-weight: 950 !important;
}

.hf-account-page .hf-status{
    min-height: 26px;
    padding: 5px 11px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: max-content;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    text-transform: capitalize;
    border: 1px solid rgba(255,255,255,0.10);
}

.hf-account-page .hf-status.completed,
.hf-account-page .hf-status.paid{
    color: #c9ffe1 !important;
    border-color: rgba(61, 220, 132, 0.35) !important;
    background: rgba(20, 166, 82, 0.20) !important;
}

.hf-account-page .hf-status.pending,
.hf-account-page .hf-status.confirming{
    color: #ffe7b3 !important;
    border-color: rgba(255, 184, 77, 0.35) !important;
    background: rgba(255, 184, 77, 0.14) !important;
}

.hf-account-page .hf-status.failed,
.hf-account-page .hf-status.expired,
.hf-account-page .hf-status.canceled{
    color: #ffd1d1 !important;
    border-color: rgba(255, 95, 95, 0.35) !important;
    background: rgba(255, 95, 95, 0.14) !important;
}

/* Crypto payment boxes on deposit list and deposit details */
.hf-account-page .hf-crypto-paybox{
    margin-top: 16px !important;
    padding: 18px !important;
    border-radius: 22px !important;
    border: 1px solid rgba(91, 139, 255, 0.24) !important;
    background:
        radial-gradient(circle at 8% 0%, rgba(75, 123, 255, 0.11), transparent 34%),
        linear-gradient(145deg, rgba(7, 18, 43, 0.94), rgba(5, 13, 32, 0.96)) !important;
}

.hf-account-page .hf-crypto-qr{
    border-radius: 20px !important;
    padding: 14px !important;
    border: 1px solid rgba(118, 152, 212, 0.20) !important;
    background: rgba(255,255,255,0.04) !important;
}

.hf-account-page .hf-crypto-qr img{
    border-radius: 14px !important;
    display: block;
}

.hf-account-page .hf-crypto-fields span{
    color: #9fb3d8 !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.hf-account-page .hf-copy-line{
    min-height: 48px;
    padding: 10px 12px !important;
    border-radius: 15px !important;
    border: 1px solid rgba(118, 152, 212, 0.16) !important;
    background: rgba(5, 13, 32, 0.62) !important;
}

.hf-account-page .hf-copy-line code,
.hf-account-page .hf-crypto-fields code{
    color: #dbe7ff !important;
    word-break: break-all;
}

.hf-account-page .hf-copy-btn{
    min-height: 34px !important;
    padding: 0 12px !important;
    border-radius: 11px !important;
    color: #ffffff !important;
    font-weight: 900 !important;
    border: 1px solid rgba(92, 139, 255, 0.32) !important;
    background: rgba(62, 111, 255, 0.16) !important;
    cursor: pointer;
}

.hf-account-page .hf-copy-btn:hover,
.hf-account-page .hf-copy-btn.copied{
    background: rgba(62, 111, 255, 0.26) !important;
    border-color: rgba(101, 150, 255, 0.52) !important;
}

/* Deposit details page polish */
.hf-account-page .hf-checkout-layout{
    gap: 26px;
}

.hf-account-page .hf-checkout-box,
.hf-account-page .hf-checkout-summary{
    border-color: rgba(91, 139, 255, 0.24) !important;
    background:
        radial-gradient(circle at 10% 0%, rgba(73, 119, 255, 0.12), transparent 36%),
        linear-gradient(145deg, rgba(9, 22, 50, 0.96), rgba(6, 15, 34, 0.98)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.045),
        0 20px 48px rgba(0,0,0,0.20);
}

.hf-account-page .hf-box-title span{
    background:
        radial-gradient(circle at 30% 18%, rgba(255,255,255,0.18), transparent 38%),
        linear-gradient(145deg, #3a73ff, #5677ff) !important;
    box-shadow: 0 12px 28px rgba(55, 111, 255, 0.28);
}

.hf-account-page .hf-payment-pending,
.hf-account-page .hf-payment-ready{
    border-radius: 20px !important;
    border: 1px solid rgba(91, 139, 255, 0.22) !important;
    background: rgba(8, 20, 48, 0.54) !important;
}

.hf-account-page .hf-payment-ready{
    border-color: rgba(61, 220, 132, 0.28) !important;
    background: rgba(20, 166, 82, 0.12) !important;
}

.hf-account-page .hf-payment-ready-btn{
    min-height: 54px !important;
    border-radius: 16px !important;
    color: #ffffff !important;
    font-weight: 950 !important;
    background:
        radial-gradient(circle at 30% 18%, rgba(255,255,255,0.20), transparent 38%),
        linear-gradient(145deg, #3a73ff, #5677ff) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.22),
        0 18px 38px rgba(55, 111, 255, 0.28);
}

.hf-account-page .hf-summary-row{
    border-color: rgba(118, 152, 212, 0.14) !important;
}

.hf-account-page .hf-summary-row span{
    color: #9fb3d8 !important;
}

.hf-account-page .hf-summary-row strong,
.hf-account-page .hf-summary-total strong{
    color: #ffffff !important;
}

.hf-account-page .hf-summary-total{
    border-radius: 20px !important;
    border: 1px solid rgba(61, 220, 132, 0.24) !important;
    background: rgba(20, 166, 82, 0.12) !important;
}

@media (max-width: 780px){
    .hf-account-page .hf-wallet-form-clean{
        padding: 20px !important;
        border-radius: 20px !important;
    }

    .hf-account-page .hf-wallet-field input,
    .hf-account-page .hf-wallet-field select{
        min-height: 54px !important;
    }

    .hf-account-page .hf-deposit-row{
        padding: 18px !important;
    }

    .hf-account-page .hf-crypto-paybox{
        padding: 15px !important;
    }

    .hf-account-page .hf-copy-line{
        align-items: stretch !important;
    }

    .hf-account-page .hf-copy-btn{
        width: 100%;
    }
}

/* HiddenFiles deposit select dropdown fix */
.hf-account-page .hf-wallet-field select,
.hf-account-page .hf-wallet-field select:focus{
    color-scheme: dark !important;
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    color: #ffffff !important;
    background-color: #07122b !important;
    background-image: none !important;
}

.hf-account-page .hf-wallet-field select option{
    color: #ffffff !important;
    background-color: #07122b !important;
}

.hf-account-page .hf-wallet-field select option:checked,
.hf-account-page .hf-wallet-field select option:hover{
    color: #ffffff !important;
    background-color: #2f6fff !important;
}

.hf-account-page .hf-wallet-field select::-ms-expand{
    background-color: #07122b !important;
    color: #ffffff !important;
}

/* HiddenFiles global mobile polish */
@media (max-width: 900px){
    body{
        overflow-x: hidden;
    }

    .container,
    .hf-account-page,
    .hf-account-dash,
    .hf-purchases-page{
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    /* Header */
    .site-header,
    header{
        position: relative;
        z-index: 50;
    }

    .site-header .container,
    header .container,
    .hf-header,
    .navbar,
    .nav-wrap{
        gap: 10px !important;
    }

    .logo,
    .brand,
    .hf-logo{
        font-size: 24px !important;
        line-height: 1 !important;
        white-space: nowrap;
    }

    .site-header a,
    header a{
        -webkit-tap-highlight-color: transparent;
    }

    /* Account dashboard */
    .hf-account-hero{
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        padding: 22px !important;
        border-radius: 24px !important;
    }

    .hf-account-hero h1{
        font-size: 31px !important;
        line-height: 1.08 !important;
        letter-spacing: -0.05em;
    }

    .hf-account-hero p{
        font-size: 15px !important;
        line-height: 1.55 !important;
    }

    .hf-account-balance-card{
        width: 100% !important;
        min-height: auto !important;
        padding: 22px !important;
        border-radius: 22px !important;
    }

    .hf-account-balance-card strong{
        font-size: 42px !important;
        letter-spacing: -0.06em;
    }

    .hf-account-balance-card a{
        width: 100%;
        min-height: 54px;
    }

    .hf-account-actions{
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .hf-account-actions .hf-action-card{
        min-height: 96px !important;
        padding: 18px !important;
        border-radius: 22px !important;
    }

    .hf-account-actions .hf-action-card .hf-action-icon{
        width: 56px !important;
        height: 56px !important;
        min-width: 56px !important;
        border-radius: 17px !important;
    }

    .hf-account-actions .hf-action-card .hf-action-icon svg{
        width: 25px !important;
        height: 25px !important;
    }

    .hf-action-copy b{
        font-size: 17px !important;
    }

    .hf-action-copy small{
        font-size: 13px !important;
        line-height: 1.35 !important;
    }

    .hf-account-stats{
        grid-template-columns: 1fr 1fr !important;
        gap: 14px !important;
    }

    .hf-account-stat{
        min-height: 108px !important;
        padding: 16px !important;
        border-radius: 22px !important;
        gap: 12px !important;
    }

    .hf-account-stat .hf-stat-icon{
        width: 50px !important;
        height: 50px !important;
        min-width: 50px !important;
        border-radius: 16px !important;
        font-size: 16px !important;
    }

    .hf-account-stat small{
        font-size: 12px !important;
    }

    .hf-account-stat strong{
        font-size: 27px !important;
    }

    .hf-account-content,
    .hf-account-sections,
    .hf-account-card-grid,
    .hf-account-main-grid{
        grid-template-columns: 1fr !important;
    }

    .hf-account-card,
    .hf-account-panel{
        border-radius: 24px !important;
        padding: 22px !important;
    }

    .hf-account-card-head{
        gap: 12px !important;
    }

    .hf-account-card-head h2{
        font-size: 20px !important;
    }

    .hf-account-card-head > a{
        min-height: 36px;
        padding: 0 13px;
        font-size: 12px;
    }

    .hf-account-mini-row{
        min-height: auto !important;
        gap: 14px !important;
    }

    /* Deposit page */
    .hf-account-head{
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 16px !important;
        padding: 22px !important;
        border-radius: 24px !important;
    }

    .hf-account-head h1{
        font-size: 32px !important;
        line-height: 1.08 !important;
    }

    .hf-account-head p{
        font-size: 15px !important;
        line-height: 1.55 !important;
    }

    .hf-account-head .hf-logout-btn,
    .hf-logout-btn{
        width: 100%;
        min-height: 48px;
        justify-content: center;
    }

    .hf-account-grid{
        grid-template-columns: 1fr 1fr !important;
        gap: 14px !important;
    }

    .hf-account-grid .hf-account-card{
        min-height: 104px !important;
        padding: 18px !important;
    }

    .hf-account-grid .hf-account-card span{
        font-size: 12px !important;
    }

    .hf-account-grid .hf-account-card strong{
        font-size: 22px !important;
        line-height: 1.15 !important;
        word-break: break-word;
    }

    .hf-wallet-form-clean{
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 0 !important;
        padding: 20px !important;
        border-radius: 22px !important;
    }

    .hf-wallet-field{
        width: 100% !important;
    }

    .hf-wallet-field input,
    .hf-wallet-field select{
        min-height: 54px !important;
        font-size: 16px !important;
    }

    .hf-wallet-method-info{
        font-size: 14px !important;
    }

    #hf-deposit-button{
        min-height: 56px !important;
        font-size: 15px !important;
    }

    .hf-deposits-list{
        gap: 12px !important;
    }

    .hf-deposit-row{
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        padding: 18px !important;
        border-radius: 22px !important;
    }

    .hf-deposit-row > div{
        width: 100% !important;
    }

    .hf-deposit-row > div:not(.hf-deposit-main){
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding-top: 12px;
        border-top: 1px solid rgba(118, 152, 212, 0.12);
    }

    .hf-deposit-row b,
    .hf-deposit-row strong{
        word-break: break-word;
    }

    /* Crypto boxes */
    .hf-crypto-paybox{
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .hf-crypto-qr{
        width: 100% !important;
        max-width: 260px !important;
        margin: 0 auto !important;
    }

    .hf-crypto-qr img{
        width: 100% !important;
        height: auto !important;
    }

    .hf-crypto-fields{
        width: 100% !important;
        min-width: 0 !important;
    }

    .hf-copy-line{
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
    }

    .hf-copy-line code,
    .hf-crypto-fields code{
        max-width: 100%;
        overflow-wrap: anywhere;
        word-break: break-word;
        font-size: 12px !important;
        line-height: 1.45 !important;
    }

    .hf-copy-btn{
        width: 100%;
        min-height: 42px !important;
    }

    /* Deposit details */
    .hf-checkout-layout{
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .hf-checkout-main{
        min-width: 0 !important;
    }

    .hf-checkout-box,
    .hf-checkout-summary{
        border-radius: 24px !important;
        padding: 22px !important;
    }

    .hf-summary-row{
        gap: 12px;
    }

    .hf-summary-row strong{
        text-align: right;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 560px){
    .container,
    .hf-account-page,
    .hf-account-dash,
    .hf-purchases-page{
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .hf-account-hero,
    .hf-account-head{
        padding: 18px !important;
        border-radius: 22px !important;
    }

    .hf-account-hero h1,
    .hf-account-head h1{
        font-size: 28px !important;
    }

    .hf-account-eyebrow,
    .eyebrow{
        font-size: 11px !important;
        letter-spacing: .12em !important;
    }

    .hf-account-balance-card strong{
        font-size: 38px !important;
    }

    .hf-account-stats,
    .hf-account-grid{
        grid-template-columns: 1fr !important;
    }

    .hf-account-stat{
        min-height: 98px !important;
    }

    .hf-account-actions .hf-action-card{
        min-height: 90px !important;
        padding: 16px !important;
        gap: 14px !important;
    }

    .hf-account-actions .hf-action-card .hf-action-icon{
        width: 52px !important;
        height: 52px !important;
        min-width: 52px !important;
    }

    .hf-account-card,
    .hf-account-panel,
    .hf-checkout-box,
    .hf-checkout-summary{
        padding: 18px !important;
        border-radius: 22px !important;
    }

    .hf-account-card-head{
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .hf-account-card-head > a{
        width: 100%;
        justify-content: center;
    }

    .hf-account-mini-row{
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .hf-account-mini-row > div:last-child{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .hf-wallet-form-clean{
        padding: 16px !important;
    }

    .hf-wallet-field label{
        font-size: 12px !important;
    }

    .hf-wallet-field input,
    .hf-wallet-field select{
        border-radius: 15px !important;
    }

    .hf-wallet-note{
        font-size: 13px !important;
    }

    .hf-deposit-row{
        padding: 16px !important;
    }

    .hf-payment-ready-btn{
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 390px){
    .logo,
    .brand,
    .hf-logo{
        font-size: 21px !important;
    }

    .hf-account-hero h1,
    .hf-account-head h1{
        font-size: 25px !important;
    }

    .hf-account-balance-card strong{
        font-size: 34px !important;
    }

    .hf-action-copy b{
        font-size: 16px !important;
    }

    .hf-action-copy small{
        font-size: 12px !important;
    }

    .hf-account-actions .hf-action-card i{
        display: none !important;
    }

    .hf-account-grid .hf-account-card strong{
        font-size: 20px !important;
    }
}

/* HiddenFiles mobile header premium compact */
@media (max-width: 760px){
    header,
    .site-header,
    .hf-header{
        min-height: 74px !important;
        padding: 0 !important;
        border-bottom: 1px solid rgba(82, 123, 210, 0.18) !important;
        background:
            linear-gradient(180deg, rgba(4, 10, 24, 0.98), rgba(5, 13, 31, 0.96)) !important;
        backdrop-filter: blur(14px);
    }

    header .container,
    .site-header .container,
    .hf-header .container,
    .nav-wrap,
    .navbar,
    .hf-nav{
        min-height: 74px !important;
        padding: 0 14px !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 10px !important;
        flex-wrap: nowrap !important;
    }

    .logo,
    .brand,
    .hf-logo,
    header a[href="/"],
    .site-header a[href="/"]{
        margin: 0 !important;
        font-size: 24px !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        letter-spacing: -0.055em !important;
    }

    header nav,
    .site-header nav,
    .hf-header nav,
    .nav-actions,
    .hf-nav-actions{
        margin-left: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 8px !important;
        flex-wrap: nowrap !important;
    }

    header nav a,
    .site-header nav a,
    .hf-header nav a,
    .nav-actions a,
    .hf-nav-actions a{
        min-height: 42px !important;
        padding: 0 13px !important;
        border-radius: 999px !important;
        font-size: 13px !important;
        font-weight: 850 !important;
        white-space: nowrap !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    header nav a[href*="cart"],
    .site-header nav a[href*="cart"],
    .hf-header nav a[href*="cart"],
    header a[href*="cart"],
    .site-header a[href*="cart"]{
        width: 42px !important;
        min-width: 42px !important;
        padding: 0 !important;
        border-radius: 999px !important;
    }
}

@media (max-width: 390px){
    header .container,
    .site-header .container,
    .hf-header .container,
    .nav-wrap,
    .navbar,
    .hf-nav{
        padding: 0 10px !important;
        gap: 7px !important;
    }

    .logo,
    .brand,
    .hf-logo,
    header a[href="/"],
    .site-header a[href="/"]{
        font-size: 21px !important;
    }

    header nav,
    .site-header nav,
    .hf-header nav,
    .nav-actions,
    .hf-nav-actions{
        gap: 6px !important;
    }

    header nav a,
    .site-header nav a,
    .hf-header nav a,
    .nav-actions a,
    .hf-nav-actions a{
        min-height: 38px !important;
        padding: 0 10px !important;
        font-size: 12px !important;
    }

    header nav a[href*="cart"],
    .site-header nav a[href*="cart"],
    .hf-header nav a[href*="cart"],
    header a[href*="cart"],
    .site-header a[href*="cart"]{
        width: 38px !important;
        min-width: 38px !important;
    }
}
