/* ==========================================================
   TITANROBUX SAFE CUTE UI - CSS/VIEW SKIN ONLY
   Does not replace routes/forms/ajax/controllers/auth logic.
   ========================================================== */
@font-face{
    font-family:'MinecraftSafe';
    src:url('../fonts/Minecraft.ttf') format('truetype');
    font-weight:400;
    font-style:normal;
    font-display:swap;
}
:root{
    --tr-red:#ef2330;
    --tr-red-dark:#d90429;
    --tr-pink:#f23d7f;
    --tr-yellow:#ffe446;
    --tr-bg:#eeeeef;
    --tr-card:#ffffff;
    --tr-text:#111827;
    --tr-muted:#6b7280;
    --tr-border:#e5e7eb;
    --tr-shadow:0 8px 24px rgba(15,23,42,.08);
    --tr-radius:8px;
    --cute-pika:url('../icons/cute/pokemon/pikachu.png');
    --cute-star:url('../icons/cute/emojis/star_struck_emoji.png');
    --cute-party:url('../icons/cute/meme_emoji/party.png');
    --cute-heart:url('../icons/cute/emojis/heart_emoji.png');
    --primary-color:var(--tr-red)!important;
    --primary-dark:var(--tr-red-dark)!important;
    --second-color:var(--tr-pink)!important;
    --accent-color:var(--tr-red)!important;
    --text-color:var(--tr-text)!important;
    --bg-color:var(--tr-bg)!important;
}
html{font-size:62.5%;background:var(--tr-bg)!important;}
body{
    background:var(--tr-bg)!important;
    background-image:none!important;
    color:var(--tr-text)!important;
    font-family:'MinecraftF2D','MinecraftSafe','Fz Poppins','Inter',Arial,sans-serif!important;
    padding-bottom:0;
}
body::before,body::after,.hero-modern__background,.hero-modern__particles,.hero-modern__gradient{display:none!important;}
a:hover{color:var(--tr-red)!important;}
.container{max-width:1280px!important;padding-left:16px!important;padding-right:16px!important;}
main{min-height:55vh;background:var(--tr-bg)!important;}
button,input,select,textarea{font-family:inherit!important;}

/* Header */
header.header-custom{
    position:sticky!important;
    top:0!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    border-radius:0!important;
    padding:14px calc((100vw - 1280px)/2 + 16px)!important;
    min-height:74px!important;
    background:#fff!important;
    border:0!important;
    border-bottom:1px solid rgba(0,0,0,.06)!important;
    box-shadow:0 2px 10px rgba(15,23,42,.04)!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    gap:18px!important;
    z-index:1020!important;
    animation:titanDropIn .35s cubic-bezier(.2,.8,.2,1) both;
}
header.header-custom::before{display:none!important;}
header.header-custom .header-logo img{
    height:48px!important;max-width:230px!important;width:auto!important;object-fit:contain!important;filter:none!important;
    animation:titanLogoFloat 4s ease-in-out infinite;
}
header.header-custom .header-nav{display:none!important;}
header.header-custom .header-actions{flex:1!important;justify-content:flex-end!important;gap:12px!important;min-width:0!important;}
.header-utils-group{flex:1!important;max-width:500px!important;justify-content:flex-end!important;gap:12px!important;}
header.header-custom .header-search-btn{
    width:min(430px,42vw)!important;height:44px!important;border-radius:8px!important;
    background:#fff!important;border:1px solid #dfe3ea!important;color:#9aa3b2!important;
    box-shadow:none!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;
    padding:0 16px!important;font-size:14px!important;line-height:1!important;
    transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
}
header.header-custom .header-search-btn:hover{transform:translateY(-1px);border-color:rgba(239,35,48,.45)!important;box-shadow:0 8px 22px rgba(239,35,48,.12)!important;}
header.header-custom .header-search-btn i{margin-right:8px!important;color:var(--tr-red)!important;}
header.header-custom .header-search-btn::after{content:"Nhập tìm kiếm...";font-size:14px;font-weight:700;color:#a2adbd;}
.header-cart-icon,.header-notification-bell{
    width:42px!important;height:42px!important;border-radius:9px!important;background:#fff!important;
    border:1px solid #eef0f4!important;color:var(--tr-red)!important;display:inline-flex!important;
    align-items:center!important;justify-content:center!important;box-shadow:none!important;
}
.header-auth-buttons{display:flex!important;align-items:center!important;gap:8px!important;}
.btn-glass,.header-user-info,.btn-glass-logout{
    border-radius:8px!important;font-size:13px!important;font-weight:800!important;min-height:42px!important;
    padding:0 16px!important;box-shadow:none!important;letter-spacing:0!important;text-transform:none!important;
}
.btn-glass-primary,.btn-glass-secondary,.btn-glass-logout{
    background:var(--tr-red)!important;color:#fff!important;border:1px solid var(--tr-red)!important;
}
.btn-glass-secondary{background:#fff!important;color:var(--tr-red)!important;border:1px solid rgba(239,35,48,.18)!important;}
.btn-glass-primary:hover,.btn-glass-secondary:hover,.btn-glass-logout:hover{box-shadow:0 6px 18px rgba(239,35,48,.18)!important;color:#fff!important;background:var(--tr-red)!important;}
.header-user-group{background:#fff!important;border:1px solid #edf0f5!important;border-radius:10px!important;padding:2px!important;gap:6px!important;}
.header-user-info{color:var(--tr-red)!important;background:#fff!important;border:0!important;}
.header-user-info .balance{color:var(--tr-red)!important;font-weight:900!important;}
.menu-toggle{color:var(--tr-red)!important;background:#fff!important;border:1px solid #edf0f5!important;border-radius:8px!important;width:42px!important;height:42px!important;}
.titan-notice-bar{
    background:var(--tr-yellow);color:#000;font-size:14px;font-weight:900;line-height:1.45;
    padding:9px calc((100vw - 1280px)/2 + 16px);text-transform:uppercase;letter-spacing:.1px;
    border-bottom:1px solid rgba(0,0,0,.08);position:relative;z-index:1000;
    box-shadow:inset 0 -1px 0 rgba(0,0,0,.08);animation:titanNoticeGlow 3.5s ease-in-out infinite;
}
.titan-notice-bar::before{content:"";display:inline-block;width:17px;height:17px;margin-right:6px;vertical-align:-3px;background:var(--cute-pika) center/contain no-repeat;filter:drop-shadow(0 1px 1px rgba(0,0,0,.18));}

/* Search overlay */
.search-panel{background:#fff!important;border:1px solid #eee!important;box-shadow:0 20px 60px rgba(0,0,0,.18)!important;color:#111!important;}
.search-input-wrapper,.search-filter-btn,.search-result-item{background:#fff!important;border-color:#e5e7eb!important;color:#111!important;}
.search-filter-btn.active,.search-action-btn.view-btn,.search-action-btn.cart-btn{background:var(--tr-red)!important;color:#fff!important;border-color:var(--tr-red)!important;}
.search-result-name,.search-placeholder h3{color:#111!important;}
.search-result-price{color:var(--tr-red)!important;}

/* Home hero */
.hero-modern{padding:22px 0 10px!important;background:var(--tr-bg)!important;min-height:0!important;overflow:visible!important;}
.hero-modern__content{position:relative!important;z-index:1!important;padding:0!important;}
.hero-modern__content>.container{display:grid!important;grid-template-columns:minmax(0,1fr) 340px!important;gap:18px!important;align-items:stretch!important;}
.hero-modern__main{
    min-height:260px!important;border-radius:8px!important;background:#111!important;overflow:hidden!important;
    position:relative!important;padding:0!important;display:flex!important;align-items:stretch!important;box-shadow:var(--tr-shadow)!important;
}
.hero-modern__main::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.22),rgba(0,0,0,.02)),url('../img/banner.jpg') center/cover no-repeat;opacity:.98;z-index:0;}
.hero-modern__main::after{content:"SHOP GAME UY TÍN - GIAO DỊCH TỰ ĐỘNG";position:absolute;left:28px;bottom:24px;z-index:2;color:#fff;font-weight:900;font-size:26px;line-height:1.15;text-shadow:0 3px 10px rgba(0,0,0,.45);max-width:640px;}
.hero-modern__text{position:relative!important;z-index:2!important;padding:26px!important;max-width:560px!important;display:none!important;}
.hero-modern__badge,.hero-modern__desc,.hero-modern__buttons,.hero-modern__title,.hero-modern__stats{display:none!important;}
.hero-modern__sidebar{margin:0!important;max-width:none!important;min-width:0!important;width:auto!important;flex:none!important;}
.top-depositors-card,.sliding-card-sidebar{background:#fff!important;border:0!important;border-radius:8px!important;box-shadow:var(--tr-shadow)!important;overflow:hidden!important;color:#111!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;}
.top-depositors-card::before{display:none!important;}
.top-depositors-card__header,.sliding-header{background:#fff!important;color:#111!important;border-bottom:1px solid #e5e7eb!important;padding:12px!important;}
.sliding-switch{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:8px!important;padding:4px!important;}
.sliding-switch__bg{background:var(--tr-red)!important;border-radius:7px!important;box-shadow:none!important;}
.sliding-switch__btn{color:#111!important;font-size:13px!important;font-weight:900!important;padding:10px 6px!important;}
.sliding-switch__btn.active{color:#fff!important;}
.card-form-wrapper{padding:14px!important;}
.form-group-modern{margin-bottom:10px!important;}
.form-select-modern,.form-input-modern,.captcha-box-modern{height:42px!important;border-radius:6px!important;background:#fff!important;color:#111!important;border:1px solid #dde2ea!important;font-size:13px!important;font-weight:700!important;}
.top-depositors-card__btn,.register-btn,.service__btn--primary,.btn.btn-primary,.account-filter__button--primary{background:var(--tr-red)!important;border-color:var(--tr-red)!important;color:#fff!important;border-radius:7px!important;font-weight:900!important;box-shadow:none!important;}
.top-depositors-card__btn:hover,.register-btn:hover,.service__btn--primary:hover,.btn.btn-primary:hover,.account-filter__button--primary:hover{background:var(--tr-red-dark)!important;color:#fff!important;}
.top-depositor-item{background:#f7f8fb!important;border:1px solid #edf0f4!important;border-radius:8px!important;color:#111!important;}
.top-depositor-item__name{color:#111!important;}
.top-depositor-item__amount{color:var(--tr-red)!important;}

/* Facebook + server buttons */
.titan-social-server{background:var(--tr-bg)!important;padding:8px 0 18px!important;}
.titan-social-server__box{background:#fff;border-radius:8px;box-shadow:var(--tr-shadow);min-height:92px;padding:18px 26px;display:flex;align-items:center;gap:16px;flex-wrap:wrap;}
.titan-social-server__facebook{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:var(--tr-red)!important;font-weight:900;font-size:14px;min-width:205px;}
.titan-social-server__fb-icon{width:52px;height:52px;border-radius:14px;background:#1877f2;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:34px;box-shadow:0 8px 18px rgba(24,119,242,.25);}
.titan-copy-card{appearance:none;border:1px solid #edf0f6;background:#f8fafc;border-radius:14px;padding:10px 14px;display:grid;grid-template-columns:40px auto;grid-template-areas:"icon label" "icon value" "icon hint";align-items:center;gap:0 10px;min-width:205px;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;}
.titan-copy-card:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(15,23,42,.1);border-color:rgba(239,35,48,.22);}
.titan-copy-card.copied{background:#ecfdf5;border-color:#22c55e;}
.titan-copy-card__icon{grid-area:icon;width:40px;height:40px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 14px rgba(15,23,42,.08);}
.titan-copy-card__icon img{width:28px;height:28px;object-fit:contain;animation:titanTinyBounce 1.8s ease-in-out infinite;}
.titan-copy-card__label{grid-area:label;color:#64748b;font-size:10px;font-weight:900;letter-spacing:.4px;}
.titan-copy-card strong{grid-area:value;color:#111827;font-size:15px;line-height:1.2;word-break:break-all;}
.titan-copy-card em{grid-area:hint;color:var(--tr-red);font-size:11px;font-style:normal;font-weight:900;}

/* Mobile quick actions + live ticker: keep original ticker track/animation intact */
.mobile-quick-actions{background:var(--tr-bg)!important;padding:10px 0!important;}
.quick-action-label{color:#111!important;}
.live-ticker{background:transparent!important;padding:0 0 18px!important;margin:0!important;}
.live-ticker__wrapper{background:linear-gradient(135deg,#ff9d2f,#ee1d52)!important;border-radius:8px!important;border:0!important;color:#fff!important;box-shadow:var(--tr-shadow)!important;}
.live-ticker__label{background:#fff!important;color:var(--tr-red)!important;border-radius:6px!important;font-weight:900!important;}
.live-ticker__item,.live-ticker__user,.live-ticker__amount,.live-ticker__time{color:#fff!important;}
.live-ticker__action{background:rgba(255,255,255,.16)!important;color:#fff!important;border-radius:999px!important;}
.live-ticker__dot{background:var(--tr-red)!important;}

/* Sections and cards */
.feature-section,.menu,.account-section,.profile-section,.service-page,.random-page,.wheel-page,.reviews-section,.posts-section{background:var(--tr-bg)!important;color:#111!important;padding-top:24px!important;padding-bottom:28px!important;}
.section-header{margin:0 0 16px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;animation:titanFadeUp .42s cubic-bezier(.2,.8,.2,1) both;}
.section-title,.profile-title,.register-title,.service__form-title,.bank-accounts-title,.history-header,.notice-header{color:#111!important;font-size:20px!important;font-weight:900!important;letter-spacing:.2px!important;text-transform:uppercase!important;margin:0!important;display:flex!important;align-items:center!important;gap:8px!important;}
.section-title i{color:var(--tr-red)!important;}
.section-title::after{content:"";width:28px;height:18px;background:var(--cute-star) center/contain no-repeat;animation:titanTinyBounce 1.8s ease-in-out infinite;}
.section-link,.feature-card__btn,.feature-card__btn--purple,.feature-card__btn--gold,.feature-card__btn--green{background:var(--tr-red)!important;color:#fff!important;border-radius:6px!important;padding:8px 13px!important;font-weight:900!important;font-size:12px!important;border:0!important;text-transform:none!important;}
.section-link:hover,.feature-card__btn:hover{color:#fff!important;background:var(--tr-red-dark)!important;}
.feature-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(205px,1fr))!important;gap:13px!important;}
.feature-card{background:#fff!important;border:1px solid #dfe3ea!important;border-radius:8px!important;overflow:hidden!important;box-shadow:none!important;text-decoration:none!important;display:block!important;color:#111!important;transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s ease,border-color .25s ease!important;animation:titanFadeUp .42s cubic-bezier(.2,.8,.2,1) both;}
.feature-card:hover{transform:translateY(-5px) scale(1.01)!important;box-shadow:0 16px 32px rgba(15,23,42,.14)!important;border-color:rgba(239,35,48,.35)!important;color:#111!important;}
.feature-card__image{height:138px!important;border-radius:0!important;overflow:hidden!important;background:#f3f4f6!important;position:relative!important;}
.feature-card__image img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .45s cubic-bezier(.2,.8,.2,1),filter .3s ease!important;}
.feature-card:hover .feature-card__image img{transform:scale(1.055)!important;filter:saturate(1.08) contrast(1.03)!important;}
.feature-card__overlay{display:none!important;}
.feature-card__badge-top{background:var(--tr-red)!important;color:#fff!important;border-radius:999px!important;font-size:11px!important;font-weight:900!important;}
.feature-card__content{padding:10px 10px 12px!important;background:#fff!important;min-height:102px!important;}
.feature-card__title{font-size:14px!important;line-height:1.35!important;color:#111!important;margin:0 0 6px!important;font-weight:900!important;min-height:38px!important;}
.feature-card__stats{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;flex-wrap:wrap!important;margin:0 0 8px!important;}
.feature-card__stat{color:#16a34a!important;font-size:12px!important;font-weight:900!important;background:transparent!important;border:0!important;padding:0!important;}
.feature-card__stat+ .feature-card__stat{color:#2563eb!important;}
.feature-grid > *:nth-child(2){animation-delay:.04s}.feature-grid > *:nth-child(3){animation-delay:.08s}.feature-grid > *:nth-child(4){animation-delay:.12s}.feature-grid > *:nth-child(5){animation-delay:.16s}.feature-grid > *:nth-child(6){animation-delay:.20s}

/* Modal cute style, functions kept as-is */
.notification-modal{background:#191a2e!important;border:1px solid rgba(0,212,255,.34)!important;border-radius:22px!important;box-shadow:0 20px 70px rgba(0,0,0,.55),0 0 24px rgba(0,212,255,.1)!important;}
.notification-modal-title{font-family:'MinecraftSafe','Fz Poppins',Arial,sans-serif!important;background:linear-gradient(135deg,#33c8ff,#a855f7)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;}
.notification-modal-content{font-weight:800!important;color:#f8fafc!important;}
.notification-btn.dismiss-btn{background:linear-gradient(135deg,#24d3ff,#b534ff)!important;box-shadow:0 10px 22px rgba(36,211,255,.24)!important;}

/* Other pages/buttons safe polish */
.account-card,.service-card,.random-card,.bento-card,.glass-card,.profile-card,.deposit-card,.cart-card{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease!important;}
.account-card:hover,.service-card:hover,.random-card:hover,.bento-card:hover,.glass-card:hover{transform:translateY(-4px)!important;box-shadow:0 14px 28px rgba(15,23,42,.12)!important;}
input:focus,select:focus,textarea:focus,.form-input-modern:focus,.form-select-modern:focus,.search-input:focus{border-color:rgba(239,35,48,.55)!important;box-shadow:0 0 0 4px rgba(239,35,48,.09)!important;outline:none!important;}
.support-widget__toggle,.floating-gift{animation:titanFloat 3.4s ease-in-out infinite!important;}
.support-widget__toggle:hover,.floating-gift:hover{transform:translateY(-4px) scale(1.04)!important;}
.menu-mobile{background:rgba(255,255,255,.98)!important;border-top:1px solid rgba(15,23,42,.08)!important;box-shadow:0 -10px 28px rgba(15,23,42,.1)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;}
.menu-mobile__link{transition:transform .2s ease,color .2s ease!important;}
.menu-mobile__link.active,.menu-mobile__link:hover{transform:translateY(-3px)!important;}

@keyframes titanDropIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
@keyframes titanFadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
@keyframes titanFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes titanLogoFloat{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-2px) rotate(-.7deg)}}
@keyframes titanTinyBounce{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-3px) scale(1.08)}}
@keyframes titanNoticeGlow{0%,100%{filter:saturate(1)}50%{filter:saturate(1.18) brightness(1.02)}}

@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important;}}
@media (max-width:991px){
    body{padding-bottom:70px!important;}
    header.header-custom{padding:10px 14px!important;min-height:62px!important;}
    header.header-custom .header-logo img{height:42px!important;max-width:190px!important;}
    .header-utils-group{display:flex!important;flex:0!important;gap:8px!important;}
    header.header-custom .header-search-btn{width:42px!important;height:42px!important;justify-content:center!important;padding:0!important;}
    header.header-custom .header-search-btn::after{display:none!important;}
    .header-auth-buttons .btn-glass-secondary{display:none!important;}
    .header-auth-buttons .btn-glass-primary{padding:0 13px!important;font-size:12px!important;}
    .titan-notice-bar{padding:8px 14px;font-size:12px;}
    .hero-modern{padding-top:14px!important;}
    .hero-modern__content>.container{display:block!important;}
    .hero-modern__main{min-height:190px!important;margin-bottom:14px!important;}
    .hero-modern__main::after{font-size:18px;left:18px;bottom:18px;}
    .titan-social-server__box{padding:14px;gap:10px;}
    .titan-social-server__facebook{min-width:100%;}
    .titan-copy-card{flex:1;min-width:calc(50% - 5px);padding:9px;}
    .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
    .feature-card__image{height:104px!important;}
    .feature-card__content{padding:8px!important;min-height:92px!important;}
    .feature-card__title{font-size:12.5px!important;min-height:34px!important;}
    .feature-card__stat{font-size:11px!important;}
    .section-title{font-size:18px!important;}
    .live-ticker__wrapper{gap:10px!important;padding:12px!important;}
}
@media (max-width:480px){
    .container{padding-left:12px!important;padding-right:12px!important;}
    header.header-custom .header-logo img{height:38px!important;max-width:168px!important;}
    .header-cart-icon,.header-notification-bell{width:38px!important;height:38px!important;}
    .hero-modern__main{min-height:170px!important;}
    .feature-card__image{height:96px!important;}
    .titan-copy-card strong{font-size:13px;}
    .titan-copy-card{grid-template-columns:34px auto;}
    .titan-copy-card__icon{width:34px;height:34px;}
}


/* ==========================================================
   KIZO SAFE ADDITIONS V5 - UI only, no Auth/AJAX/payment changes
   ========================================================== */
@font-face{
    font-family:'MinecraftF2D';
    src:url('../fonts/MinecraftF2D.otf') format('opentype');
    font-weight:400;
    font-style:normal;
    font-display:swap;
}
.kizo-top-icons{
    display:flex;
    align-items:center;
    gap:8px;
    padding:6px 10px;
    border-radius:999px;
    background:rgba(255,255,255,.72);
    border:1px solid rgba(239,35,48,.12);
    box-shadow:0 6px 18px rgba(15,23,42,.06);
    flex:0 0 auto;
}
.kizo-top-icons img{
    width:22px;
    height:22px;
    object-fit:contain;
    image-rendering:pixelated;
    filter:drop-shadow(0 2px 1px rgba(0,0,0,.16));
    animation:kizoTopIconFloat 2.4s ease-in-out infinite;
}
.kizo-top-icons img:nth-child(2){animation-delay:.16s}.kizo-top-icons img:nth-child(3){animation-delay:.32s}.kizo-top-icons img:nth-child(4){animation-delay:.48s}.kizo-top-icons img:nth-child(5){animation-delay:.64s}
@keyframes kizoTopIconFloat{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-4px) rotate(6deg)}}
header.header-custom .header-logo{flex:0 0 auto!important;}
header.header-custom .kizo-top-icons + .header-nav{margin-left:4px!important;}
.titan-copy-card__icon img,
.kizo-top-icons img{max-width:100%!important;}
.titan-copy-card__icon img[src*="assets/icons/top"]{width:30px!important;height:30px!important;image-rendering:pixelated;}
.live-ticker__content{overflow:hidden!important;}
.live-ticker__track.kizo-live-duplicate{
    display:flex!important;
    align-items:center!important;
    gap:38px!important;
    width:max-content!important;
    min-width:100%!important;
    will-change:transform;
    animation:kizoLiveLoop 28s linear infinite!important;
}
.live-ticker__track.kizo-live-duplicate:hover{animation-play-state:paused!important;}
.live-ticker__track.kizo-live-duplicate .live-ticker__item{flex:0 0 auto!important;}
.live-ticker__label::before{content:"";width:18px;height:18px;background:url('../icons/top/charizard.png') center/contain no-repeat;image-rendering:pixelated;margin-right:5px;display:inline-block;vertical-align:-4px;animation:kizoTopIconFloat 1.8s ease-in-out infinite;}
@keyframes kizoLiveLoop{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
@media (max-width:991px){
    .kizo-top-icons{gap:5px;padding:4px 6px;order:3;}
    .kizo-top-icons img{width:18px;height:18px;}
    header.header-custom{flex-wrap:nowrap!important;}
}
@media (max-width:520px){
    .kizo-top-icons{display:none!important;}
}

/* Notification restore override */
.notification-modal{background:linear-gradient(180deg,#191a2f 0%,#151629 100%)!important;border-color:rgba(24,214,255,.45)!important;}
.notification-modal-title{background:none!important;-webkit-background-clip:initial!important;background-clip:initial!important;-webkit-text-fill-color:#f8fafc!important;color:#f8fafc!important;}
.notification-modal-content{color:rgba(255,255,255,.9)!important;}

/* ==========================================================
   KIZO SAFE FIX V6 - UI only. Restore nav/account menu, move cute icons to Top Nạp.
   ========================================================== */
/* Header nav restored on desktop */
@media (min-width: 992px){
  header.header-custom{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:16px!important;
  }
  header.header-custom .header-nav{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:22px!important;
    flex:0 1 auto!important;
    margin:0 auto!important;
    min-width:max-content!important;
  }
  header.header-custom .header-nav a{
    position:relative!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:38px!important;
    color:#111827!important;
    font-size:14px!important;
    font-weight:900!important;
    text-decoration:none!important;
    letter-spacing:.15px!important;
    white-space:nowrap!important;
    transition:color .22s ease, transform .22s ease!important;
  }
  header.header-custom .header-nav a::after{
    content:"";
    position:absolute;
    left:12%;
    right:12%;
    bottom:2px;
    height:3px;
    border-radius:99px;
    background:linear-gradient(90deg,#00d4ff,#ef2330);
    transform:scaleX(0);
    transform-origin:center;
    transition:transform .24s ease;
    box-shadow:0 4px 14px rgba(0,212,255,.25);
  }
  header.header-custom .header-nav a:hover,
  header.header-custom .header-nav a.active{
    color:#ef2330!important;
    transform:translateY(-1px)!important;
  }
  header.header-custom .header-nav a:hover::after,
  header.header-custom .header-nav a.active::after{transform:scaleX(1)!important;}
  header.header-custom .header-actions{flex:0 1 auto!important;}
  .header-utils-group{flex:0 1 auto!important;max-width:none!important;}
  header.header-custom .header-search-btn{width:330px!important;max-width:32vw!important;}
}
@media (max-width: 991px){
  header.header-custom .header-nav{display:none!important;}
}

/* Account dropdown restored, using original routes/actions */
.header-user-dropdown{position:relative!important;display:inline-flex!important;align-items:center!important;z-index:1035!important;}
.header-user-dropdown summary{list-style:none!important;}
.header-user-dropdown summary::-webkit-details-marker{display:none!important;}
.header-user-summary{
  display:inline-flex!important;align-items:center!important;gap:8px!important;height:42px!important;
  padding:0 12px!important;border-radius:12px!important;border:1px solid rgba(239,35,48,.18)!important;
  background:#fff!important;color:#111827!important;cursor:pointer!important;box-shadow:0 6px 18px rgba(15,23,42,.05)!important;
  font-weight:900!important;white-space:nowrap!important;transition:transform .22s ease, box-shadow .22s ease!important;
}
.header-user-summary:hover{transform:translateY(-1px)!important;box-shadow:0 10px 22px rgba(239,35,48,.12)!important;}
.header-user-avatar{width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#ef2330;font-size:20px;background:rgba(239,35,48,.07);}
.header-user-name{max-width:110px;overflow:hidden;text-overflow:ellipsis;}
.header-user-balance{color:#ef2330!important;font-weight:950!important;font-size:13px!important;}
.header-user-chevron{font-size:10px!important;color:#ef2330!important;transition:transform .2s ease!important;}
.header-user-dropdown[open] .header-user-chevron{transform:rotate(180deg)!important;}
.header-user-menu{
  position:absolute!important;top:calc(100% + 10px)!important;right:0!important;width:260px!important;
  background:#fff!important;border:1px solid #e8edf4!important;border-radius:10px!important;
  box-shadow:0 18px 45px rgba(15,23,42,.18)!important;color:#111827!important;padding:14px 14px 12px!important;
  font-size:13px!important;line-height:1.45!important;z-index:9999!important;animation:kizoUserMenu .18s ease both!important;
}
@keyframes kizoUserMenu{from{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
.header-user-menu::before{content:"";position:absolute;right:18px;top:-7px;width:14px;height:14px;background:#fff;border-left:1px solid #e8edf4;border-top:1px solid #e8edf4;transform:rotate(45deg);}
.header-user-menu__info{padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #edf0f5;font-weight:800;color:#111827;}
.header-user-menu__group{padding:4px 0 7px!important;}
.header-user-menu__title{display:block;color:#ef2330!important;font-size:11px!important;font-weight:950!important;margin:8px 0 6px!important;letter-spacing:.3px;text-transform:uppercase;}
.header-user-menu a,.header-user-menu__logout{
  display:flex!important;align-items:center!important;gap:8px!important;width:100%!important;padding:7px 0!important;
  border:0!important;background:transparent!important;color:#374151!important;text-decoration:none!important;font-size:13px!important;font-weight:850!important;
  text-align:left!important;cursor:pointer!important;transition:color .18s ease,transform .18s ease!important;
}
.header-user-menu a:hover,.header-user-menu__logout:hover{color:#ef2330!important;transform:translateX(3px)!important;}
.header-user-menu form{margin:0!important;}
@media (max-width: 991px){
  .header-user-summary{height:40px!important;padding:0 8px!important;gap:6px!important;}
  .header-user-balance{font-size:12px!important;max-width:78px;overflow:hidden;text-overflow:ellipsis;}
  .header-user-menu{right:-50px!important;width:min(86vw,285px)!important;}
  .header-user-menu::before{right:62px!important;}
}
@media (max-width: 520px){
  .header-user-menu{right:-74px!important;width:min(92vw,300px)!important;max-height:75vh;overflow:auto;}
  .header-user-menu::before{right:86px!important;}
  .header-user-avatar{display:none!important;}
}

/* Move the 5 cute icons to Top Nạp ranks */
.kizo-top-icons{display:none!important;}
.top-depositor-item__rank .top-rank-cute{
  position:relative!important;width:44px!important;height:44px!important;border-radius:14px!important;
  display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important;
  background:rgba(255,255,255,.92)!important;border:1px solid rgba(255,255,255,.55)!important;
  box-shadow:0 8px 20px rgba(0,0,0,.18)!important;
}
.top-depositor-item__rank .top-rank-cute img{
  width:30px!important;height:30px!important;object-fit:contain!important;image-rendering:pixelated!important;
  filter:drop-shadow(0 3px 1px rgba(0,0,0,.22));animation:kizoTopIconFloat 2.2s ease-in-out infinite!important;
}
.top-depositor-item__rank .top-rank-cute span{
  position:absolute!important;right:-6px!important;bottom:-6px!important;min-width:18px!important;height:18px!important;padding:0 4px!important;
  border-radius:999px!important;background:#ef2330!important;color:#fff!important;font-size:11px!important;font-weight:950!important;
  display:flex!important;align-items:center!important;justify-content:center!important;border:2px solid #fff!important;line-height:1!important;
}
.rank-1 .top-rank-cute{background:linear-gradient(135deg,#fff7cc,#ffd43b)!important;}
.rank-2 .top-rank-cute{background:linear-gradient(135deg,#e0f2fe,#60a5fa)!important;}
.rank-3 .top-rank-cute{background:linear-gradient(135deg,#ffe4e6,#fb7185)!important;}
.rank-4 .top-rank-cute{background:linear-gradient(135deg,#cffafe,#22d3ee)!important;}
.rank-5 .top-rank-cute{background:linear-gradient(135deg,#dcfce7,#4ade80)!important;}
.top-depositor-item{display:flex!important;align-items:center!important;gap:12px!important;}
.top-depositor-item__info{flex:1 1 auto!important;min-width:0!important;}
.top-depositor-item__name{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#111827!important;font-weight:900!important;}
.top-depositor-item__amount{flex:0 0 auto!important;white-space:nowrap!important;}

/* Nạp thẻ/top nạp: fix invisible text and select colors without changing form/action */
.sliding-card-sidebar,.top-depositors-card,.top-depositors-card *{text-shadow:none!important;}
.sliding-switch__btn{color:#111827!important;opacity:1!important;text-shadow:none!important;}
.sliding-switch__btn.active{color:#fff!important;}
.form-select-modern,.form-input-modern,.form-control,.deposit-card input,.deposit-card select,.profile-info-card input,.profile-info-card select{
  color:#111827!important;background:#fff!important;caret-color:#ef2330!important;
}
.form-select-modern option,.form-control option,.profile-info-card option{color:#111827!important;background:#fff!important;}
.form-select-modern::placeholder,.form-input-modern::placeholder,.form-control::placeholder{color:#8b96a8!important;opacity:1!important;}
.profile-section .profile-title,.profile-section .form-label,.profile-section .balance-label,.profile-section .history-header,.profile-section .notice-header{color:#111827!important;}
.profile-section .profile-info-card,.profile-section .info-content,.profile-section .profile-main{color:#111827!important;}
.profile-section .btn.btn-primary{color:#fff!important;background:#ef2330!important;border-color:#ef2330!important;}

/* Live ticker: smooth endless loop, keep old transaction data intact */
.live-ticker__content{overflow:hidden!important;position:relative!important;min-width:0!important;}
.live-ticker__track.kizo-live-duplicate{display:flex!important;align-items:center!important;gap:42px!important;white-space:nowrap!important;width:max-content!important;min-width:max-content!important;animation:kizoLiveLoop 24s linear infinite!important;}
.live-ticker__wrapper:hover .live-ticker__track.kizo-live-duplicate{animation-play-state:paused!important;}
.live-ticker__item{display:inline-flex!important;align-items:center!important;gap:8px!important;flex:0 0 auto!important;}
@media (max-width: 520px){.live-ticker__track.kizo-live-duplicate{gap:28px!important;animation-duration:18s!important;}}

/* Notification popup: restore dark readable modal, compact on mobile */
#notification-modal-overlay.notification-modal-overlay{background:rgba(4,7,16,.78)!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;}
#notification-modal-overlay .notification-modal{
  width:min(92vw,620px)!important;max-height:min(86vh,680px)!important;overflow:auto!important;
  background:linear-gradient(180deg,#191a2f 0%,#111827 100%)!important;color:#f8fafc!important;border:1px solid rgba(0,212,255,.42)!important;
  border-radius:20px!important;padding:32px 34px 24px!important;text-align:center!important;box-shadow:0 28px 90px rgba(0,0,0,.58),0 0 0 1px rgba(255,255,255,.05) inset!important;
}
#notification-modal-overlay .notification-modal-kicker{color:#ff375f!important;font-weight:950!important;justify-content:flex-start!important;width:100%;margin-bottom:18px!important;}
#notification-modal-overlay .notification-modal-title{color:#fff!important;-webkit-text-fill-color:#fff!important;background:none!important;font-size:28px!important;font-weight:950!important;line-height:1.3!important;margin-bottom:18px!important;}
#notification-modal-overlay .notification-modal-content{color:#f8fafc!important;font-size:16px!important;line-height:1.72!important;font-weight:800!important;max-width:520px!important;text-align:center!important;}
#notification-modal-overlay .notification-modal-content *{color:inherit!important;max-width:100%!important;}
#notification-modal-overlay .notification-modal-content p{margin:0 0 8px!important;}
#notification-modal-overlay .notification-modal-actions{border-top:1px solid rgba(255,255,255,.08)!important;margin-top:20px!important;padding-top:18px!important;}
#notification-modal-overlay .notification-btn{border-radius:12px!important;padding:12px 20px!important;font-size:14px!important;font-weight:950!important;}
#notification-modal-overlay .notification-btn.dismiss-btn{background:linear-gradient(135deg,#24d3ff,#b534ff)!important;color:#fff!important;border:0!important;}
#notification-modal-overlay .notification-btn.close-btn{background:rgba(255,255,255,.08)!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important;}
#notification-modal-overlay .notification-modal-x{color:rgba(255,255,255,.7)!important;}
@media (max-width:520px){
  #notification-modal-overlay .notification-modal{width:94vw!important;padding:24px 18px 18px!important;border-radius:16px!important;}
  #notification-modal-overlay .notification-modal-title{font-size:22px!important;}
  #notification-modal-overlay .notification-modal-content{font-size:14px!important;line-height:1.58!important;text-align:left!important;}
  #notification-modal-overlay .notification-modal-actions{display:flex!important;gap:10px!important;}
  #notification-modal-overlay .notification-btn{flex:1 1 auto!important;padding:11px 10px!important;}
}


/* ==========================================================
   KIZO SAFE FIX V7 - Card payment UI only, keep existing actions/JS/controllers.
   ========================================================== */
@media (min-width: 992px){
  header.header-custom{gap:12px!important;padding-left:max(16px,calc((100vw - 1280px)/2 + 16px))!important;padding-right:max(16px,calc((100vw - 1280px)/2 + 16px))!important;}
  header.header-custom .header-logo img{max-width:180px!important;height:46px!important;}
  header.header-custom .header-nav{gap:18px!important;margin:0 10px!important;flex:0 0 auto!important;}
  header.header-custom .header-nav a{font-size:13.5px!important;}
  header.header-custom .header-actions{margin-left:auto!important;flex:0 1 auto!important;min-width:0!important;}
  .header-utils-group{gap:10px!important;}
  header.header-custom .header-search-btn{width:300px!important;max-width:24vw!important;}
}
@media (min-width: 992px) and (max-width: 1260px){
  header.header-custom{gap:8px!important;}
  header.header-custom .header-logo img{max-width:150px!important;height:42px!important;}
  header.header-custom .header-nav{gap:10px!important;margin:0 6px!important;}
  header.header-custom .header-nav a{font-size:12.5px!important;min-height:34px!important;}
  header.header-custom .header-search-btn{width:240px!important;max-width:21vw!important;height:40px!important;}
  .header-cart-icon,.header-notification-bell{width:40px!important;height:40px!important;}
  .header-user-summary{height:40px!important;padding:0 10px!important;}
}
.kizo-card-recharge-panel{padding:12px!important;background:#fff!important;color:#111827!important;}
.kizo-card-panel-head{display:flex!important;flex-direction:column!important;gap:10px!important;margin-bottom:10px!important;}
.kizo-card-panel-title{display:flex!important;align-items:center!important;gap:8px!important;color:#111827!important;font-size:18px!important;font-weight:950!important;letter-spacing:.2px!important;text-transform:uppercase!important;line-height:1.15!important;}
.kizo-card-mini-tabs{display:grid!important;grid-template-columns:1fr 1fr 1fr!important;gap:6px!important;padding:4px!important;border:1px solid #e5e7eb!important;border-radius:10px!important;background:#fff!important;}
.kizo-card-mini-tabs a,.kizo-card-mini-tabs button{height:38px!important;border:0!important;border-radius:8px!important;background:#fff!important;color:#111827!important;display:flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;font-size:12px!important;font-weight:950!important;cursor:pointer!important;transition:background .18s ease,color .18s ease,transform .18s ease!important;}
.kizo-card-mini-tabs a:hover,.kizo-card-mini-tabs button:hover{transform:translateY(-1px)!important;color:#ef2330!important;}
.kizo-card-mini-tabs .active{background:#ef2330!important;color:#fff!important;box-shadow:0 8px 18px rgba(239,35,48,.16)!important;}
.kizo-provider-group{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin-bottom:12px!important;}
.kizo-provider-card{margin:0!important;min-width:0!important;}
.kizo-provider-card input{position:absolute!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important;}
.kizo-provider-card span{height:48px!important;border:1px solid #cfd7e6!important;border-radius:7px!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:7px 8px!important;cursor:pointer!important;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease!important;}
.kizo-provider-card span:hover{transform:translateY(-1px)!important;border-color:#ef2330!important;box-shadow:0 8px 18px rgba(239,35,48,.12)!important;}
.kizo-provider-card input:checked + span{border-color:#ef2330!important;background:#fff8f8!important;box-shadow:0 0 0 2px rgba(239,35,48,.09)!important;}
.kizo-provider-card img{max-width:96%!important;max-height:30px!important;object-fit:contain!important;display:block!important;}
.kizo-amount-select,.kizo-card-recharge-panel .form-select-modern{height:42px!important;border:1px solid #d5dce8!important;border-radius:6px!important;background:#fff!important;color:#4b5563!important;font-weight:900!important;font-size:13px!important;padding:0 12px!important;box-shadow:none!important;}
.kizo-amount-select:focus,.kizo-card-recharge-panel .form-input-modern:focus{border-color:#ef2330!important;box-shadow:0 0 0 3px rgba(239,35,48,.1)!important;outline:0!important;}
.kizo-card-fields-two{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;}
.kizo-card-fields-two .form-group-modern{margin-bottom:10px!important;}
.kizo-card-recharge-panel .form-input-modern{height:42px!important;border:1px solid #d5dce8!important;border-radius:6px!important;background:#fff!important;color:#111827!important;font-size:13px!important;font-weight:900!important;padding:0 12px!important;}
.kizo-card-captcha-row{display:grid!important;grid-template-columns:1fr 116px!important;gap:8px!important;align-items:stretch!important;}
.kizo-card-captcha-row .captcha-box-modern{height:42px!important;border:1px solid #d5dce8!important;background:#fff!important;border-radius:6px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;}
.kizo-card-captcha-row #captchaCodeModern{color:#00a3d7!important;font-family:'MinecraftF2D','MinecraftSafe',monospace!important;font-size:15px!important;letter-spacing:2px!important;font-weight:950!important;}
.kizo-card-captcha-row .captcha-refresh-btn{color:#00a3d7!important;background:transparent!important;border:0!important;padding:0!important;width:20px!important;height:20px!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.kizo-card-submit-btn{width:100%!important;height:50px!important;border-radius:8px!important;background:#ef2330!important;border:1px solid #ef2330!important;color:#fff!important;font-size:14px!important;text-transform:none!important;letter-spacing:.1px!important;box-shadow:0 10px 22px rgba(239,35,48,.16)!important;}
.kizo-card-submit-btn:hover{background:#d90429!important;border-color:#d90429!important;transform:translateY(-1px)!important;}
.sliding-card-sidebar{background:#fff!important;border-radius:8px!important;box-shadow:0 18px 45px rgba(15,23,42,.16)!important;}
.sliding-header{background:#fff!important;border-bottom:1px solid #edf0f5!important;padding:10px 12px!important;}
.sliding-switch{height:auto!important;background:#fff!important;border:1px solid #dfe4ed!important;border-radius:9px!important;}
.sliding-switch__btn{min-height:38px!important;border-radius:7px!important;}
.sliding-switch__bg{background:#ef2330!important;}
.form-select-modern option{background:#fff!important;color:#374151!important;font-weight:800!important;}
@media (max-width: 991px){
  .kizo-card-panel-title{font-size:17px!important;}
  .kizo-card-mini-tabs a,.kizo-card-mini-tabs button{height:36px!important;font-size:12px!important;}
  .kizo-provider-card span{height:46px!important;}
}
@media (max-width: 420px){
  .kizo-card-recharge-panel{padding:10px!important;}
  .kizo-card-fields-two{grid-template-columns:1fr!important;gap:0!important;}
  .kizo-card-captcha-row{grid-template-columns:1fr 104px!important;}
  .kizo-provider-group{gap:6px!important;}
  .kizo-provider-card span{height:44px!important;padding:6px!important;}
}
/* Keep profile/card deposit page readable if it shares the same select/input components */
.deposit-card,.deposit-card *, .profile-section .card, .profile-section .card *{text-shadow:none!important;}
.profile-section select,.profile-section input,.profile-section textarea{background:#fff!important;color:#111827!important;border-color:#d5dce8!important;}
.profile-section select option{background:#fff!important;color:#111827!important;}


/* ==========================================================
   KIZO SAFE FIX V8 - category/profile/payment color refresh only.
   Keeps existing forms, inputs, names, actions, routes, ajax and controllers.
   ========================================================== */
@media (min-width: 992px){
  header.header-custom{display:flex!important;align-items:center!important;flex-wrap:nowrap!important;gap:16px!important;}
  header.header-custom .header-logo{flex:0 0 auto!important;}
  header.header-custom .header-nav{display:flex!important;flex:0 0 auto!important;min-width:max-content!important;white-space:nowrap!important;gap:20px!important;margin:0!important;}
  header.header-custom .header-nav a{white-space:nowrap!important;display:inline-flex!important;align-items:center!important;min-width:max-content!important;line-height:1!important;}
  header.header-custom .header-actions{flex:1 1 auto!important;min-width:360px!important;justify-content:flex-end!important;}
  .header-utils-group{flex:0 1 420px!important;min-width:220px!important;}
  header.header-custom .header-search-btn{width:300px!important;max-width:100%!important;}
}
@media (min-width: 992px) and (max-width: 1180px){
  header.header-custom .header-logo img{max-width:132px!important;}
  header.header-custom .header-nav{gap:11px!important;}
  header.header-custom .header-nav a{font-size:12px!important;}
  header.header-custom .header-actions{min-width:310px!important;}
  .header-utils-group{flex-basis:260px!important;}
  header.header-custom .header-search-btn{width:180px!important;}
  .header-user-summary{max-width:190px!important;}
}

/* Category detail/list page: TitanRobux-style white filter/cards */
.kizo-category-page{padding-top:0!important;background:var(--tr-bg)!important;}
.kizo-category-heading{background:var(--tr-bg)!important;padding:26px 0 0!important;}
.kizo-category-heading__label{font-size:13px!important;font-weight:950!important;color:#111827!important;text-transform:uppercase!important;margin-bottom:8px!important;}
.kizo-category-heading__title{font-size:20px!important;font-weight:950!important;color:#ef2330!important;margin:0 0 8px!important;line-height:1.2!important;}
.kizo-category-page .account-section{background:var(--tr-bg)!important;padding:0 0 46px!important;}
.kizo-category-page .account-filter{background:#fff!important;border:0!important;border-radius:4px!important;box-shadow:none!important;padding:14px!important;margin:0 0 12px!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;}
.kizo-category-page .account-filter__row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;margin-bottom:12px!important;align-items:end!important;}
.kizo-category-page .account-filter__group{min-width:0!important;}
.kizo-category-page .account-filter__label{color:#111827!important;font-size:13px!important;font-weight:950!important;margin-bottom:8px!important;}
.kizo-category-page .account-filter__input{height:42px!important;background:#fff!important;border:1px solid #d9dee8!important;border-radius:3px!important;color:#111827!important;font-size:13px!important;font-weight:900!important;box-shadow:none!important;}
.kizo-category-page .account-filter__input::placeholder{color:#9aa4b2!important;}
.kizo-category-page .account-filter__input:focus{border-color:#ef2330!important;box-shadow:0 0 0 3px rgba(239,35,48,.09)!important;background:#fff!important;}
.kizo-category-page .account-filter__input--select{background-color:#fff!important;background-image:none!important;color:#111827!important;}
.kizo-category-page .account-filter__actions{display:grid!important;grid-template-columns:1fr 1fr 1fr!important;gap:12px!important;border-top:0!important;padding-top:0!important;margin-top:0!important;justify-content:stretch!important;}
.kizo-category-page .account-filter__button{height:42px!important;border-radius:3px!important;min-width:0!important;text-transform:none!important;letter-spacing:0!important;font-size:13px!important;font-weight:950!important;box-shadow:none!important;}
.kizo-category-page .account-filter__button--primary{background:#ef2330!important;border:1px solid #ef2330!important;color:#fff!important;}
.kizo-category-page .account-filter__button--outline{background:#9da1a8!important;border:1px solid #9da1a8!important;color:#fff!important;}
.kizo-category-page .account-filter__button--bulk{background:#eba333!important;border:1px solid #eba333!important;color:#fff!important;}
.kizo-category-page .account-filter__button:hover{transform:translateY(-1px)!important;filter:brightness(.98)!important;}
.kizo-category-description{background:#fff!important;border-radius:4px!important;margin:0 0 16px!important;padding:18px!important;color:#050505!important;font-size:16px!important;line-height:1.75!important;font-weight:850!important;box-shadow:none!important;}
.kizo-category-description *{color:inherit!important;max-width:100%!important;}
.kizo-category-description p{margin:0 0 8px!important;}
.kizo-category-page .account-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;margin:18px 0 28px!important;}
.kizo-category-page .account-card{background:#fff!important;border:0!important;border-radius:6px!important;box-shadow:0 1px 0 rgba(15,23,42,.04)!important;overflow:hidden!important;color:#111827!important;display:flex!important;flex-direction:column!important;text-decoration:none!important;min-height:0!important;transition:transform .18s ease,box-shadow .18s ease!important;}
.kizo-category-page .account-card:hover{transform:translateY(-2px)!important;box-shadow:0 10px 28px rgba(15,23,42,.10)!important;border-color:transparent!important;}
.kizo-category-page .account-media{height:auto!important;aspect-ratio:16/8.8!important;background:#f4f5f7!important;border:1px solid #e5e7eb!important;border-bottom:0!important;border-radius:6px 6px 0 0!important;position:relative!important;}
.kizo-category-page .account-img{height:100%!important;width:100%!important;object-fit:cover!important;transform:none!important;}
.kizo-category-page .account-card:hover .account-img{transform:scale(1.02)!important;}
.kizo-category-page .account-header{display:flex!important;align-items:center!important;justify-content:space-between!important;background:#fff!important;border-bottom:1px dashed #e5e7eb!important;padding:11px 12px!important;order:2!important;}
.kizo-category-page .account-id{position:absolute!important;right:8px!important;top:8px!important;background:#ef2330!important;color:#fff!important;border-radius:4px!important;font-size:11px!important;font-weight:950!important;padding:4px 8px!important;z-index:2!important;box-shadow:0 4px 12px rgba(239,35,48,.2)!important;}
.kizo-category-page .account-id::before{content:''!important;}
.kizo-category-page .account-price{font-size:16px!important;color:#ef2330!important;font-weight:950!important;line-height:1.1!important;}
.kizo-category-page .account-price sup{font-size:11px!important;}
.kizo-category-page .account-buy-now{order:3!important;margin:0!important;border-radius:0!important;background:#ef2330!important;color:#fff!important;height:34px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:12px!important;box-shadow:none!important;letter-spacing:0!important;}
.kizo-category-page .account-buy-now i{display:none!important;}
.kizo-category-page .account-info{order:4!important;background:#fff!important;padding:0!important;}
.kizo-category-page .account-row{display:none!important;}
.kizo-category-page .account-description{order:5!important;background:#fff!important;padding:10px 12px!important;border-top:1px dashed #e5e7eb!important;color:#111827!important;font-size:12px!important;font-weight:900!important;min-height:38px!important;}
.kizo-category-page .account-description p{margin:0!important;color:#111827!important;line-height:1.45!important;}
.kizo-category-page .no-data{grid-column:1/-1!important;background:#fff!important;color:#111827!important;border-radius:8px!important;padding:38px!important;text-align:center!important;}
.kizo-category-page .pagination-container{display:flex!important;justify-content:center!important;margin:12px 0!important;}
@media (max-width: 991px){
  .kizo-category-heading{padding:18px 0 0!important;}
  .kizo-category-heading__label{font-size:13px!important;}
  .kizo-category-heading__title{font-size:18px!important;}
  .kizo-category-page .account-section>.container{padding-left:12px!important;padding-right:12px!important;}
  .kizo-category-page .account-filter{border-radius:4px!important;padding:10px!important;margin-bottom:10px!important;}
  .kizo-category-page .account-filter__row{display:block!important;margin-bottom:0!important;}
  .kizo-category-page .account-filter__group{margin-bottom:10px!important;}
  .kizo-category-page .account-filter__label{display:none!important;}
  .kizo-category-page .account-filter__input{height:40px!important;font-size:12px!important;}
  .kizo-category-page .account-filter__actions{display:flex!important;flex-direction:column!important;gap:10px!important;}
  .kizo-category-page .account-filter__button{width:100%!important;height:40px!important;font-size:12px!important;}
  .kizo-category-description{display:block!important;margin:10px 0!important;padding:12px!important;border-radius:4px!important;font-size:14px!important;line-height:1.75!important;font-weight:900!important;}
  .kizo-category-page .account-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:12px!important;}
  .kizo-category-page .account-header{padding:10px!important;}
  .kizo-category-page .account-price{font-size:15px!important;}
  .kizo-category-page .account-buy-now{height:32px!important;font-size:11px!important;}
}

/* Home card recharge/top nạp readable colors */
.hero-modern__sidebar .top-depositors-card{background:#fff!important;border-radius:8px!important;box-shadow:0 18px 45px rgba(15,23,42,.20)!important;color:#111827!important;overflow:hidden!important;}
.hero-modern__sidebar .top-depositors-card *{text-shadow:none!important;}
.hero-modern__sidebar .sliding-header{background:#fff!important;border-bottom:1px solid #e5e7eb!important;}
.hero-modern__sidebar .sliding-switch{background:#272833!important;border:1px solid #fff!important;border-radius:7px!important;padding:4px!important;}
.hero-modern__sidebar .sliding-switch__bg{background:#ef2330!important;border-radius:6px!important;}
.hero-modern__sidebar .sliding-switch__btn{color:#111827!important;font-weight:950!important;min-height:38px!important;}
.hero-modern__sidebar .sliding-switch__btn.active{color:#fff!important;}
.hero-modern__sidebar .slide-item:nth-child(2){background:#5b5b66!important;padding:8px!important;color:#fff!important;}
.hero-modern__sidebar .top-depositors-card__list{background:#5b5b66!important;padding:8px!important;}
.hero-modern__sidebar .top-depositor-item{background:rgba(255,255,255,.07)!important;border:1px solid rgba(255,255,255,.85)!important;border-radius:6px!important;margin-bottom:8px!important;color:#111827!important;}
.hero-modern__sidebar .top-depositor-item__name{color:#111827!important;font-weight:950!important;}
.hero-modern__sidebar .top-depositor-item__amount{color:#19d7ff!important;font-weight:950!important;}
.hero-modern__sidebar .top-rank-cute img{width:34px!important;height:34px!important;object-fit:contain!important;image-rendering:pixelated;}
.hero-modern__sidebar .top-rank-cute span{position:absolute!important;right:-2px!important;bottom:-4px!important;background:#ef2330!important;color:#fff!important;border:2px solid #fff!important;border-radius:50%!important;width:18px!important;height:18px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:10px!important;}
.hero-modern__sidebar .top-rank-cute{position:relative!important;background:transparent!important;box-shadow:none!important;}

/* Payment logos/forms color refresh */
.kizo-card-recharge-panel{background:#fff!important;color:#111827!important;}
.kizo-card-panel-title{color:#111827!important;}
.kizo-card-mini-tabs{border-color:#e5e7eb!important;background:#fff!important;}
.kizo-card-mini-tabs a,.kizo-card-mini-tabs button{color:#111827!important;background:#fff!important;}
.kizo-card-mini-tabs .active{color:#fff!important;background:#ef2330!important;}
.kizo-provider-card span{background:#fff!important;border-color:#cfd7e6!important;}
.kizo-provider-card input:checked+span{border-color:#ef2330!important;background:#fff8f8!important;}
.kizo-amount-select,.kizo-card-recharge-panel .form-select-modern,.kizo-card-recharge-panel .form-input-modern{background:#fff!important;color:#111827!important;border-color:#d7deea!important;}
.kizo-card-submit-btn{background:#ef2330!important;color:#fff!important;border-color:#ef2330!important;}

/* Profile pages: readable clean red/white style for all account pages listed */
.profile-section{background:var(--tr-bg)!important;padding:34px 0 52px!important;}
.profile-container{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:10px!important;box-shadow:0 10px 34px rgba(15,23,42,.08)!important;color:#111827!important;overflow:hidden!important;}
.profile-container:hover{transform:none!important;box-shadow:0 10px 34px rgba(15,23,42,.08)!important;}
.profile-header{background:linear-gradient(135deg,#ef2330,#ff5c6a)!important;border-bottom:0!important;padding:18px 22px!important;border-radius:0!important;}
.profile-title{font-size:20px!important;color:#fff!important;text-shadow:none!important;font-weight:950!important;}
.profile-content{background:#fff!important;min-height:520px!important;}
.profile-sidebar{background:#fff!important;border-right:1px solid #edf0f5!important;color:#111827!important;}
.sidebar-header{background:#fff!important;border-bottom:1px solid #edf0f5!important;padding:14px 18px!important;}
.sidebar-header::after{background:#ef2330!important;height:2px!important;}
.sidebar-title{color:#ef2330!important;font-weight:950!important;font-size:13px!important;}
.sidebar-item{border-bottom:1px solid #f1f3f7!important;}
.sidebar-link{color:#111827!important;font-weight:900!important;font-size:14px!important;padding:14px 18px!important;}
.sidebar-link i{color:#ef2330!important;}
.sidebar-item:hover .sidebar-link{background:#fff5f6!important;color:#ef2330!important;padding-left:22px!important;}
.sidebar-item.active .sidebar-link{background:#ef2330!important;color:#fff!important;}
.sidebar-item.active .sidebar-link i{color:#fff!important;}
.profile-main{background:#fff!important;padding:22px!important;color:#111827!important;}
.profile-info-card{background:#fff!important;color:#111827!important;border:0!important;box-shadow:none!important;}
.info-header{background:#fff!important;border-bottom:2px solid #ef2330!important;color:#111827!important;padding:12px 0!important;}
.info-header::after{display:none!important;}
.balance-label,.balance-value,.info-title{color:#111827!important;font-weight:950!important;}
.info-content{padding:18px 0!important;color:#111827!important;}
.info-row{border-bottom:1px solid #edf0f5!important;color:#111827!important;}
.info-row:hover{background:#fff7f8!important;}
.info-label{color:#4b5563!important;font-weight:950!important;}
.info-value{color:#111827!important;font-weight:850!important;}
.info-value--highlight,.change-password-link,.update-phone-link{color:#ef2330!important;}
.profile-section .form-label{color:#111827!important;font-weight:950!important;}
.profile-section .form-control,.profile-section select,.profile-section textarea,.profile-section input[type="text"],.profile-section input[type="number"],.profile-section input[type="password"],.profile-section input[type="email"]{background:#fff!important;border:1px solid #d8dee9!important;color:#111827!important;border-radius:6px!important;box-shadow:none!important;}
.profile-section .form-control:focus,.profile-section select:focus,.profile-section textarea:focus,.profile-section input:focus{border-color:#ef2330!important;box-shadow:0 0 0 3px rgba(239,35,48,.1)!important;outline:0!important;}
.profile-section .btn-primary,.profile-section .deposit-btn{background:#ef2330!important;border-color:#ef2330!important;color:#fff!important;border-radius:7px!important;font-weight:950!important;}
.profile-section .btn-primary:hover,.profile-section .deposit-btn:hover{background:#d90429!important;border-color:#d90429!important;}
.deposit-notice{background:#fff7f8!important;border:1px solid rgba(239,35,48,.18)!important;border-radius:8px!important;color:#111827!important;}
.notice-header{color:#ef2330!important;font-weight:950!important;}
.notice-content,.notice-content p{color:#111827!important;font-weight:800!important;}
.notice-warning{color:#ef2330!important;font-weight:950!important;}
.deposit-history{background:#fff!important;border:1px solid #e5e7eb!important;box-shadow:none!important;color:#111827!important;}
.history-header{color:#ef2330!important;border-bottom-color:#ef2330!important;}
.history-table th{background:#ef2330!important;color:#fff!important;}
.history-table td{color:#111827!important;background:#fff!important;}
.no-data,.empty-state,.posts-empty{background:#fff!important;color:#111827!important;border:1px solid #e5e7eb!important;}
.table,.table td,.table th{color:#111827!important;}
.card,.glass-card{background:#fff!important;color:#111827!important;border-color:#e5e7eb!important;}

/* Profile deposit card: added top nạp panel, no form/controller changes */
.kizo-profile-deposit-grid{display:grid!important;grid-template-columns:minmax(0,1.1fr) 320px!important;gap:18px!important;align-items:start!important;}
.kizo-profile-deposit-form{background:#fff!important;border:1px solid #eef1f6!important;border-radius:10px!important;padding:18px!important;}
.kizo-profile-topup{background:#5b5b66!important;border:1px solid rgba(255,255,255,.75)!important;border-radius:10px!important;padding:10px!important;color:#fff!important;box-shadow:0 14px 34px rgba(15,23,42,.12)!important;}
.kizo-profile-topup__title{height:42px;border:1px solid #fff;border-radius:7px;background:#ef2330;color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-size:15px;font-weight:950;margin-bottom:10px;text-transform:uppercase;}
.kizo-profile-topup__item{display:grid;grid-template-columns:42px 1fr auto;gap:10px;align-items:center;min-height:54px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.88);border-radius:7px;padding:7px 9px;margin-bottom:8px;}
.kizo-profile-topup__rank{width:38px;height:38px;display:block;position:relative;}
.kizo-profile-topup__rank img{width:34px;height:34px;object-fit:contain;image-rendering:pixelated;}
.kizo-profile-topup__rank b{position:absolute;right:-4px;bottom:-3px;background:#ef2330;color:#fff;border:2px solid #fff;border-radius:50%;width:18px;height:18px;font-size:10px;display:flex;align-items:center;justify-content:center;}
.kizo-profile-topup__name{color:#111827!important;font-weight:950!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.kizo-profile-topup__item strong{color:#19d7ff!important;font-weight:950!important;white-space:nowrap;}
@media (max-width: 991px){
  .profile-section{padding:18px 0 90px!important;}
  .profile-content{display:block!important;}
  .profile-sidebar{width:100%!important;border-right:0!important;border-bottom:1px solid #edf0f5!important;}
  .profile-main{padding:14px!important;}
  .profile-title{font-size:17px!important;}
  .info-row{display:block!important;padding:12px 0!important;}
  .info-label{width:auto!important;margin-bottom:5px!important;}
  .kizo-profile-deposit-grid{grid-template-columns:1fr!important;gap:12px!important;}
  .kizo-profile-deposit-form{padding:12px!important;}
}

/* Notifications + posts pages readable */
.notification-card,.posts-section .post-card,.posts-sidebar .sidebar-widget{background:#fff!important;color:#111827!important;border:1px solid #e5e7eb!important;border-radius:10px!important;box-shadow:0 8px 24px rgba(15,23,42,.06)!important;}
.notification-card:hover{background:#fff7f8!important;}
.notification-body h5,.notification-body p,.post-card__title,.post-card__excerpt,.post-card__meta,.sidebar-widget__title,.sidebar-post__title{color:#111827!important;}
.posts-title{color:#ef2330!important;font-weight:950!important;}
.posts-subtitle{color:#4b5563!important;}
.posts-section{background:var(--tr-bg)!important;color:#111827!important;}

/* Footer color and credit text area */
.footer{background:#07142a!important;color:#f8fafc!important;}
.footer *{text-shadow:none!important;}
.footer__copyright,.footer__copyright a{color:#f8fafc!important;}

/* ==========================================================
   KIZO SAFE FIX V9 - stronger borders + readable profile fields only.
   UI/CSS only: no forms/routes/controllers/ajax/auth/payment changes.
   ========================================================== */
.profile-section{
  background:linear-gradient(180deg,#f2f5f9 0%,#e9eef5 100%)!important;
  padding:34px 0 58px!important;
}
.profile-container{
  background:#ffffff!important;
  border:2px solid #111827!important;
  border-radius:12px!important;
  box-shadow:0 18px 45px rgba(15,23,42,.14)!important;
  overflow:hidden!important;
}
.profile-header{
  background:linear-gradient(135deg,#0ea5e9 0%,#ef2330 55%,#7c3aed 100%)!important;
  border-bottom:3px solid #111827!important;
}
.profile-content{
  background:#f7f9fc!important;
  border-top:1px solid rgba(17,24,39,.08)!important;
}
.profile-sidebar{
  background:#ffffff!important;
  border-right:2px solid #111827!important;
}
.sidebar-header{
  background:#f3f6fb!important;
  border-bottom:1px solid #cbd5e1!important;
}
.sidebar-title{
  color:#ef2330!important;
  text-shadow:none!important;
}
.sidebar-item{
  border-bottom:1px solid #d6deea!important;
}
.sidebar-link,
.sidebar-link span,
.sidebar-link small{
  color:#1f2937!important;
  text-shadow:none!important;
}
.sidebar-link i{
  color:#ef2330!important;
  opacity:1!important;
}
.sidebar-item.active .sidebar-link,
.sidebar-item.active .sidebar-link span,
.sidebar-item.active .sidebar-link i{
  color:#ffffff!important;
}
.profile-main{
  background:#f7f9fc!important;
  border-left:0!important;
  color:#111827!important;
}
.profile-info-card,
.profile-section .profile-card,
.profile-section .deposit-card,
.profile-section .history-card,
.profile-section .card,
.profile-section .glass-card,
.profile-section .notification-list,
.profile-section .post-card,
.profile-section .sidebar-widget,
.profile-section .tab-content,
.profile-section .form-wrapper,
.profile-section .withdraw-card,
.profile-section .withdrawal-card,
.profile-section .service-history-card{
  background:#ffffff!important;
  border:1px solid #cbd5e1!important;
  border-radius:10px!important;
  box-shadow:0 8px 22px rgba(15,23,42,.07)!important;
  color:#111827!important;
}
.profile-info-card{
  padding:18px!important;
}
.info-header{
  background:#f8fafc!important;
  border:1px solid #cbd5e1!important;
  border-bottom:3px solid #ef2330!important;
  border-radius:8px 8px 0 0!important;
  padding:14px 16px!important;
  margin-bottom:0!important;
}
.balance-label,
.balance-label *,
.info-title,
.info-title *,
.info-header h1,
.info-header h2,
.info-header h3,
.info-header h4,
.info-header h5,
.info-header span,
.info-header i{
  color:#111827!important;
  -webkit-text-fill-color:#111827!important;
  text-shadow:none!important;
  opacity:1!important;
}
.info-content{
  background:#ffffff!important;
  border:1px solid #cbd5e1!important;
  border-top:0!important;
  border-radius:0 0 8px 8px!important;
  padding:16px!important;
  color:#111827!important;
}
.info-row{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  min-height:58px!important;
  padding:12px 14px!important;
  margin:0 0 10px!important;
  background:#f8fafc!important;
  border:1px solid #d7deea!important;
  border-radius:8px!important;
  color:#111827!important;
}
.info-row:last-child{margin-bottom:0!important;border-bottom:1px solid #d7deea!important;}
.info-row:hover{
  background:#fff7f8!important;
  border-color:#ef2330!important;
  box-shadow:0 8px 18px rgba(239,35,48,.08)!important;
  padding-left:14px!important;
  padding-right:14px!important;
}
.info-label,
.info-label *,
.info-value,
.info-value *,
.info-content p,
.info-content span,
.info-content div,
.info-content strong,
.info-content b,
.info-content small,
.profile-section label,
.profile-section .form-label,
.profile-section .text-muted,
.profile-section .text-secondary,
.profile-section .text-dark{
  color:#111827!important;
  -webkit-text-fill-color:#111827!important;
  text-shadow:none!important;
  opacity:1!important;
}
.info-label{
  width:190px!important;
  flex:0 0 190px!important;
  font-weight:950!important;
}
.info-value{
  flex:1 1 auto!important;
  font-weight:900!important;
}
.info-value--highlight,
.info-value--highlight *,
.change-password-link,
.update-phone-link{
  color:#ef2330!important;
  -webkit-text-fill-color:#ef2330!important;
  font-weight:950!important;
}
.profile-section .form-group,
.profile-section .mb-3,
.profile-section .form-field,
.profile-section .input-group,
.kizo-profile-deposit-form .form-group{
  background:#ffffff!important;
  border:1px solid #d7deea!important;
  border-radius:8px!important;
  padding:12px!important;
  margin-bottom:12px!important;
}
.profile-section input,
.profile-section select,
.profile-section textarea,
.profile-section .form-control,
.profile-section .form-select,
.profile-section .form-input-modern,
.profile-section .form-select-modern{
  background:#ffffff!important;
  color:#111827!important;
  -webkit-text-fill-color:#111827!important;
  border:2px solid #cbd5e1!important;
  border-radius:8px!important;
  min-height:44px!important;
  box-shadow:inset 0 1px 0 rgba(15,23,42,.03)!important;
  opacity:1!important;
}
.profile-section input::placeholder,
.profile-section textarea::placeholder{
  color:#64748b!important;
  -webkit-text-fill-color:#64748b!important;
  opacity:1!important;
}
.profile-section input:focus,
.profile-section select:focus,
.profile-section textarea:focus,
.profile-section .form-control:focus{
  border-color:#ef2330!important;
  box-shadow:0 0 0 4px rgba(239,35,48,.10)!important;
}
.profile-section table,
.profile-section .history-table,
.profile-section .table{
  background:#ffffff!important;
  border:1px solid #cbd5e1!important;
  border-radius:8px!important;
  overflow:hidden!important;
  color:#111827!important;
}
.profile-section table th,
.profile-section .history-table th,
.profile-section .table th{
  background:#111827!important;
  color:#ffffff!important;
  border:1px solid #111827!important;
  text-shadow:none!important;
}
.profile-section table td,
.profile-section .history-table td,
.profile-section .table td{
  background:#ffffff!important;
  color:#111827!important;
  border:1px solid #e2e8f0!important;
  text-shadow:none!important;
}
.profile-section .no-data,
.profile-section .empty-state,
.profile-section .posts-empty,
.profile-section .alert,
.profile-section .deposit-notice,
.profile-section .notice-box{
  background:#fff7f8!important;
  color:#111827!important;
  border:1px solid rgba(239,35,48,.28)!important;
  border-radius:8px!important;
  text-shadow:none!important;
}
.profile-section .btn,
.profile-section button[type="submit"],
.profile-section .deposit-btn{
  border:2px solid transparent!important;
  border-radius:8px!important;
  font-weight:950!important;
}
.profile-section .btn-primary,
.profile-section button[type="submit"],
.profile-section .deposit-btn{
  background:#ef2330!important;
  border-color:#d90429!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}
.notification-card,
.posts-section .post-card{
  background:#ffffff!important;
  border:1px solid #cbd5e1!important;
  color:#111827!important;
}
.notification-card:hover,
.posts-section .post-card:hover{
  border-color:#ef2330!important;
  background:#fff7f8!important;
}
.notification-card *,
.posts-section .post-card *,
.posts-section .sidebar-widget *{
  text-shadow:none!important;
  opacity:1!important;
}
.kizo-profile-deposit-form,
.kizo-profile-topup{
  border:1px solid #cbd5e1!important;
  box-shadow:0 8px 22px rgba(15,23,42,.08)!important;
}
@media (max-width:991px){
  .profile-container{border-width:1px!important;border-radius:10px!important;}
  .profile-sidebar{border-right:0!important;border-bottom:2px solid #111827!important;}
  .profile-main{padding:12px!important;}
  .profile-info-card{padding:12px!important;}
  .info-row{display:block!important;min-height:auto!important;padding:11px!important;}
  .info-label{width:auto!important;flex:auto!important;margin-bottom:6px!important;}
  .info-value{width:auto!important;}
  .profile-section .form-group,.profile-section .mb-3{padding:10px!important;}
}


/* ==========================================================
   KIZO SAFE FIX V10 - top nap rank badges + darker borders/footer.
   UI/CSS only: no routes/controllers/forms/ajax/auth/payment changes.
   ========================================================== */
:root{
  --kizo-ink:#0f172a;
  --kizo-panel:#ffffff;
  --kizo-soft:#f2f5fa;
  --kizo-line:#94a3b8;
  --kizo-dark:#1f2333;
  --kizo-red:#ef2330;
  --kizo-cyan:#19d7ff;
}

/* Nạp thẻ + Top nạp tab: fix chữ mất màu và thêm viền rõ */
.hero-modern__sidebar .top-depositors-card,
.hero-modern__sidebar .sliding-card-sidebar{
  background:#ffffff!important;
  border:2px solid #111827!important;
  border-radius:10px!important;
  box-shadow:0 18px 45px rgba(15,23,42,.16)!important;
  overflow:hidden!important;
}
.hero-modern__sidebar .top-depositors-card__header,
.hero-modern__sidebar .sliding-header{
  background:#ffffff!important;
  border-bottom:2px solid #111827!important;
  padding:10px!important;
}
.hero-modern__sidebar .sliding-switch{
  background:#202332!important;
  border:2px solid #111827!important;
  border-radius:8px!important;
  padding:4px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;
}
.hero-modern__sidebar .sliding-switch__bg{
  background:linear-gradient(135deg,#ef2330 0%,#ff3447 100%)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:6px!important;
  box-shadow:0 8px 18px rgba(239,35,48,.25)!important;
}
.hero-modern__sidebar .sliding-switch__btn{
  color:#e2e8f0!important;
  -webkit-text-fill-color:#e2e8f0!important;
  text-shadow:none!important;
  opacity:1!important;
  font-weight:950!important;
}
.hero-modern__sidebar .sliding-switch__btn i{
  color:inherit!important;
  -webkit-text-fill-color:inherit!important;
  opacity:1!important;
}
.hero-modern__sidebar .sliding-switch__btn.active,
.hero-modern__sidebar .sliding-switch__btn.active i{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}
.hero-modern__sidebar .sliding-overflow,
.hero-modern__sidebar .slide-item{
  background:#6b6b76!important;
}
.hero-modern__sidebar .kizo-card-recharge-panel{
  background:#f2f5fa!important;
  border-top:0!important;
  color:#111827!important;
  padding:12px!important;
}
.kizo-card-panel-head,
.kizo-card-mini-tabs,
.kizo-provider-group,
.kizo-card-fields-two,
.kizo-card-captcha-row{
  color:#111827!important;
}
.kizo-card-panel-title{
  color:#111827!important;
  font-weight:950!important;
  text-shadow:none!important;
}
.kizo-card-mini-tabs{
  background:#ffffff!important;
  border:1px solid #cbd5e1!important;
  border-radius:8px!important;
  padding:4px!important;
}
.kizo-card-mini-tabs button,
.kizo-card-mini-tabs a{
  color:#111827!important;
  -webkit-text-fill-color:#111827!important;
  border:1px solid transparent!important;
  border-radius:6px!important;
  font-weight:950!important;
  text-decoration:none!important;
  text-shadow:none!important;
}
.kizo-card-mini-tabs button.active{
  background:#ef2330!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  border-color:#d90429!important;
}
.kizo-provider-card span{
  background:#ffffff!important;
  border:1px solid #cbd5e1!important;
  border-radius:7px!important;
  box-shadow:0 3px 0 rgba(15,23,42,.06)!important;
}
.kizo-provider-card input:checked + span{
  border-color:#ef2330!important;
  box-shadow:0 0 0 3px rgba(239,35,48,.12)!important;
}
.hero-modern__sidebar .form-input-modern,
.hero-modern__sidebar .form-select-modern,
.hero-modern__sidebar .captcha-box-modern{
  background:#ffffff!important;
  color:#111827!important;
  -webkit-text-fill-color:#111827!important;
  border:2px solid #cbd5e1!important;
  border-radius:7px!important;
  text-shadow:none!important;
  opacity:1!important;
}
.hero-modern__sidebar .form-input-modern::placeholder{
  color:#64748b!important;
  -webkit-text-fill-color:#64748b!important;
  opacity:1!important;
}
.hero-modern__sidebar .top-depositors-card__btn,
.hero-modern__sidebar .kizo-card-submit-btn{
  background:linear-gradient(135deg,#ef2330,#ff4253)!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  border:2px solid #d90429!important;
  border-radius:7px!important;
  text-shadow:none!important;
}

/* TOP NẠP list: dark grey panel + white border + readable text */
.hero-modern__sidebar .top-depositors-card__list{
  background:#696a74!important;
  border-top:0!important;
  padding:12px!important;
}
.hero-modern__sidebar .top-depositor-item,
.top-depositor-item{
  display:grid!important;
  grid-template-columns:54px minmax(0,1fr) auto!important;
  gap:10px!important;
  align-items:center!important;
  min-height:62px!important;
  background:#70717c!important;
  border:1.5px solid rgba(255,255,255,.92)!important;
  border-radius:7px!important;
  color:#f8fafc!important;
  box-shadow:0 4px 0 rgba(15,23,42,.10)!important;
}
.hero-modern__sidebar .top-depositor-item__name,
.top-depositor-item__name{
  color:#f8fafc!important;
  -webkit-text-fill-color:#f8fafc!important;
  font-weight:950!important;
  text-shadow:0 1px 0 rgba(0,0,0,.28)!important;
  opacity:1!important;
}
.hero-modern__sidebar .top-depositor-item__amount,
.top-depositor-item__amount{
  color:#22d3ee!important;
  -webkit-text-fill-color:#22d3ee!important;
  font-weight:950!important;
  text-shadow:0 1px 0 rgba(0,0,0,.3)!important;
}
.top-depositor-item__rank .top-rank-cute,
.kizo-profile-topup__rank{
  position:relative!important;
  width:48px!important;
  height:44px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.top-depositor-item__rank .top-rank-cute img,
.hero-modern__sidebar .top-rank-cute img,
.kizo-profile-topup__rank img{
  width:46px!important;
  height:38px!important;
  object-fit:contain!important;
  image-rendering:auto!important;
  filter:drop-shadow(0 3px 2px rgba(0,0,0,.32))!important;
}
.top-depositor-item__rank .top-rank-cute span,
.hero-modern__sidebar .top-rank-cute span,
.kizo-profile-topup__rank b{
  position:absolute!important;
  right:0!important;
  bottom:-4px!important;
  width:18px!important;
  height:18px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:50%!important;
  background:#ef2330!important;
  border:2px solid #fff!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:950!important;
  text-shadow:none!important;
}
.rank-1 .top-rank-cute,.rank-2 .top-rank-cute,.rank-3 .top-rank-cute,.rank-4 .top-rank-cute,.rank-5 .top-rank-cute,
.rank-1 .numerical,.rank-2 .numerical,.rank-3 .numerical,.rank-4 .numerical,.rank-5 .numerical{
  background:transparent!important;
  box-shadow:none!important;
}

/* Profile deposit page: same dark top-nap card + non-white form panels */
.kizo-profile-deposit-form{
  background:linear-gradient(180deg,#f8fafc 0%,#eef2f7 100%)!important;
  border:2px solid #111827!important;
  border-radius:10px!important;
}
.kizo-profile-topup{
  background:#696a74!important;
  border:2px solid #111827!important;
  border-radius:10px!important;
  padding:12px!important;
  box-shadow:0 12px 28px rgba(15,23,42,.16)!important;
}
.kizo-profile-topup__title{
  background:linear-gradient(135deg,#ef2330,#ff4253)!important;
  border:1.5px solid #ffffff!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  text-shadow:none!important;
}
.kizo-profile-topup__item{
  background:#70717c!important;
  border:1.5px solid rgba(255,255,255,.92)!important;
  color:#f8fafc!important;
}
.kizo-profile-topup__name{
  color:#f8fafc!important;
  -webkit-text-fill-color:#f8fafc!important;
  text-shadow:0 1px 0 rgba(0,0,0,.28)!important;
}
.kizo-profile-topup__item strong{
  color:#22d3ee!important;
  -webkit-text-fill-color:#22d3ee!important;
}
.deposit-notice,
.deposit-history{
  border:2px solid #111827!important;
  box-shadow:0 12px 28px rgba(15,23,42,.10)!important;
}

/* Footer: less flat, stronger Ruralmon Minecraft look */
.footer{
  background:linear-gradient(180deg,#07142a 0%,#0b1730 55%,#060d1c 100%)!important;
  border-top:4px solid #ef2330!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;
  color:#e5f4ff!important;
}
.footer .container{
  position:relative!important;
}
.footer__cta{
  background:linear-gradient(135deg,rgba(239,35,48,.14),rgba(25,215,255,.10))!important;
  border:1.5px solid rgba(25,215,255,.30)!important;
  border-radius:14px!important;
  box-shadow:0 14px 36px rgba(0,0,0,.22)!important;
}
.footer__cta h3,
.footer__title{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  text-shadow:0 2px 0 rgba(0,0,0,.28)!important;
}
.footer__cta p,
.footer__desc,
.footer__link,
.footer__copyright{
  color:#d9e8f7!important;
  -webkit-text-fill-color:#d9e8f7!important;
  text-shadow:none!important;
  opacity:1!important;
}
.footer__content--compact{
  background:rgba(8,21,43,.42)!important;
  border:1px solid rgba(148,163,184,.22)!important;
  border-radius:14px!important;
  padding:22px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05)!important;
}
.footer__column{
  padding:10px!important;
}
.footer__title::after{
  background:linear-gradient(90deg,#ef2330,#22d3ee)!important;
  height:3px!important;
  border-radius:3px!important;
}
.footer__link:hover{
  color:#22d3ee!important;
  -webkit-text-fill-color:#22d3ee!important;
}
.footer__payment{
  background:rgba(255,255,255,.08)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:12px!important;
  padding:10px 14px!important;
}
.footer__bottom{
  border-top:1px solid rgba(148,163,184,.25)!important;
  margin-top:22px!important;
  padding-top:20px!important;
}
.footer__copyright a{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  font-weight:950!important;
}
.footer .btn-outline-light{
  color:#e5f4ff!important;
  -webkit-text-fill-color:#e5f4ff!important;
  border:1px solid rgba(255,255,255,.25)!important;
}
@media (max-width:991px){
  .hero-modern__sidebar .top-depositor-item,
  .top-depositor-item{grid-template-columns:52px minmax(0,1fr) auto!important;min-height:58px!important;}
  .footer__content--compact{padding:14px!important;}
  .footer__cta{border-radius:10px!important;}
}


/* ==========================================================
   KIZO SAFE FIX V11 - white panels + bordered UI + mobile cleanup.
   UI/CSS only: no routes/controllers/forms/ajax/auth/payment changes.
   ========================================================== */
:root{
  --kizo-white:#ffffff;
  --kizo-border:#111827;
  --kizo-muted:#f4f7fb;
  --kizo-text:#101828;
  --kizo-red:#ef2330;
  --kizo-blue:#0ea5e9;
}

/* Nạp thẻ / Top nạp: đổi các nền xám/đen thành trắng, thêm viền rõ */
.hero-modern__sidebar .top-depositors-card,
.hero-modern__sidebar .sliding-card-sidebar,
.hero-modern__sidebar .sliding-overflow,
.hero-modern__sidebar .slide-item,
.hero-modern__sidebar .top-depositors-card__list,
.hero-modern__sidebar .kizo-card-recharge-panel,
.kizo-profile-topup,
.kizo-profile-deposit-form,
.deposit-card,
.deposit-notice,
.deposit-history,
.profile-card,
.profile-main,
.profile-sidebar,
.notification-card,
.posts-section .post-card,
.posts-sidebar .sidebar-widget{
  background:var(--kizo-white)!important;
  color:var(--kizo-text)!important;
  border-color:var(--kizo-border)!important;
}
.hero-modern__sidebar .top-depositors-card,
.hero-modern__sidebar .sliding-card-sidebar,
.kizo-profile-topup,
.kizo-profile-deposit-form,
.deposit-card,
.deposit-notice,
.deposit-history,
.profile-container,
.notification-card,
.posts-section .post-card,
.posts-sidebar .sidebar-widget{
  border:2px solid var(--kizo-border)!important;
  box-shadow:0 14px 32px rgba(15,23,42,.13)!important;
}
.hero-modern__sidebar .top-depositors-card__header,
.hero-modern__sidebar .sliding-header{
  background:#ffffff!important;
  border-bottom:2px solid var(--kizo-border)!important;
}
.hero-modern__sidebar .sliding-switch{
  background:#ffffff!important;
  border:2px solid var(--kizo-border)!important;
  box-shadow:none!important;
}
.hero-modern__sidebar .sliding-switch__btn{
  color:#1f2937!important;
  -webkit-text-fill-color:#1f2937!important;
  text-shadow:none!important;
}
.hero-modern__sidebar .sliding-switch__btn.active,
.hero-modern__sidebar .sliding-switch__btn.active i{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}
.hero-modern__sidebar .sliding-switch__bg{
  background:linear-gradient(135deg,#ef2330,#ff4658)!important;
  border:2px solid #111827!important;
}

/* TOP NẠP: nền trắng + viền, chữ rõ */
.hero-modern__sidebar .top-depositors-card__list,
.kizo-profile-topup__list{
  background:#ffffff!important;
  border:0!important;
  padding:12px!important;
}
.hero-modern__sidebar .top-depositor-item,
.top-depositor-item,
.kizo-profile-topup__item{
  background:#ffffff!important;
  border:1.8px solid #111827!important;
  color:#111827!important;
  border-radius:9px!important;
  box-shadow:0 4px 0 rgba(15,23,42,.10)!important;
}
.hero-modern__sidebar .top-depositor-item:hover,
.top-depositor-item:hover{
  background:#fff7f7!important;
  border-color:#ef2330!important;
  transform:translateX(3px)!important;
}
.hero-modern__sidebar .top-depositor-item__name,
.top-depositor-item__name,
.kizo-profile-topup__name{
  color:#111827!important;
  -webkit-text-fill-color:#111827!important;
  text-shadow:none!important;
  opacity:1!important;
}
.hero-modern__sidebar .top-depositor-item__amount,
.top-depositor-item__amount,
.kizo-profile-topup__item strong{
  color:#00b7e8!important;
  -webkit-text-fill-color:#00b7e8!important;
  text-shadow:none!important;
  font-weight:950!important;
}
.kizo-profile-topup__title{
  background:linear-gradient(135deg,#ef2330,#ff4658)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  border:2px solid #111827!important;
}

/* Bỏ background phía sau logo TOP NẠP, chỉ để icon rank */
.top-depositor-item__rank,
.top-depositor-item__rank .numerical,
.top-depositor-item__rank .top-rank-cute,
.kizo-profile-topup__rank{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  width:58px!important;
  height:46px!important;
  min-width:58px!important;
  overflow:visible!important;
}
.rank-1 .numerical,.rank-2 .numerical,.rank-3 .numerical,.rank-4 .numerical,.rank-5 .numerical,
.rank-1 .top-rank-cute,.rank-2 .top-rank-cute,.rank-3 .top-rank-cute,.rank-4 .top-rank-cute,.rank-5 .top-rank-cute{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  color:transparent!important;
}
.top-depositor-item__rank .top-rank-cute img,
.top-depositor-item__rank .numerical img,
.kizo-profile-topup__rank img{
  width:56px!important;
  height:44px!important;
  object-fit:contain!important;
  image-rendering:auto!important;
  filter:drop-shadow(0 3px 2px rgba(0,0,0,.25))!important;
  animation:kizoTopIconFloat 2.1s ease-in-out infinite!important;
}
.top-depositor-item__rank .top-rank-cute span,
.top-depositor-item__rank .numerical span,
.kizo-profile-topup__rank b{
  display:none!important;
}

/* Form nạp thẻ/profile: nền trắng nhưng có viền để không bị trống */
.kizo-card-mini-tabs,
.kizo-provider-card span,
.hero-modern__sidebar .form-input-modern,
.hero-modern__sidebar .form-select-modern,
.hero-modern__sidebar .captcha-box-modern,
.profile-main input,.profile-main select,.profile-main textarea,
.profile-main .form-control,.profile-main .form-select,
.deposit-card input,.deposit-card select,.deposit-card textarea{
  background:#ffffff!important;
  color:#111827!important;
  -webkit-text-fill-color:#111827!important;
  border:2px solid #111827!important;
  box-shadow:0 3px 0 rgba(15,23,42,.08)!important;
  opacity:1!important;
}
.kizo-card-mini-tabs button,
.kizo-card-mini-tabs a,
.profile-main label,
.profile-main .form-label,
.profile-main p,
.profile-main span,
.profile-main td,
.profile-main th{
  color:#111827!important;
  -webkit-text-fill-color:#111827!important;
  text-shadow:none!important;
}
.kizo-card-mini-tabs button.active{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  border-color:#111827!important;
}

/* Social server block: trắng + viền, tránh lỗi mobile chồng nhau */
.titan-social-server{background:#f3f6fb!important;padding:12px 0 18px!important;position:relative!important;z-index:2!important;}
.titan-social-server__box{
  background:#ffffff!important;
  border:2px solid #111827!important;
  box-shadow:0 12px 28px rgba(15,23,42,.12)!important;
  border-radius:12px!important;
  overflow:hidden!important;
}
.titan-copy-card{
  background:#ffffff!important;
  border:2px solid #d7dde8!important;
  box-shadow:0 6px 0 rgba(15,23,42,.06)!important;
}
.titan-copy-card__icon{background:transparent!important;box-shadow:none!important;border:0!important;}
.titan-copy-card__icon img{width:32px!important;height:32px!important;object-fit:contain!important;}
.titan-copy-card__label{color:#64748b!important;-webkit-text-fill-color:#64748b!important;}
.titan-copy-card strong{color:#111827!important;-webkit-text-fill-color:#111827!important;}
.titan-copy-card em{color:#ef2330!important;-webkit-text-fill-color:#ef2330!important;}

/* Footer: thêm viền trắng/cyan nhẹ để bớt phẳng */
.footer{
  border-top:4px solid #22d3ee!important;
  background:linear-gradient(180deg,#07142a,#081936 58%,#050b18)!important;
}
.footer__cta,.footer__content--compact,.footer__payment{
  border:2px solid rgba(255,255,255,.18)!important;
  box-shadow:0 14px 35px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.08)!important;
}

/* Mobile cleanup */
@media (max-width:991px){
  .hero-modern{padding:12px 0 0!important;overflow:visible!important;}
  .hero-modern__content>.container{display:block!important;}
  .hero-modern__main{min-height:170px!important;margin:0 0 12px!important;border:2px solid #111827!important;border-radius:9px!important;}
  .hero-modern__main::after{font-size:16px!important;left:14px!important;bottom:14px!important;right:14px!important;max-width:none!important;}
  .titan-social-server{padding:8px 0 10px!important;margin:0!important;}
  .titan-social-server__box{padding:12px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;align-items:stretch!important;}
  .titan-social-server__facebook{grid-column:1/-1!important;min-width:0!important;width:100%!important;height:58px!important;padding:0 10px!important;border:1.5px solid #e5e7eb!important;border-radius:10px!important;background:#fff!important;}
  .titan-social-server__fb-icon{width:44px!important;height:44px!important;border-radius:12px!important;font-size:28px!important;}
  .titan-copy-card{min-width:0!important;width:100%!important;grid-template-columns:34px minmax(0,1fr)!important;padding:9px!important;border-radius:10px!important;}
  .titan-copy-card__icon{width:34px!important;height:34px!important;}
  .titan-copy-card__icon img{width:30px!important;height:30px!important;}
  .titan-copy-card__label{font-size:9px!important;}
  .titan-copy-card strong{font-size:12px!important;line-height:1.1!important;}
  .titan-copy-card em{font-size:10px!important;}
  .mobile-quick-actions{padding:8px 0 12px!important;clear:both!important;}
  .live-ticker{padding:0 0 18px!important;margin:0!important;clear:both!important;position:relative!important;z-index:1!important;}
  .live-ticker__wrapper{border:2px solid #ffffff!important;min-height:54px!important;}
  .hero-modern__sidebar .top-depositor-item,.top-depositor-item{grid-template-columns:50px minmax(0,1fr) auto!important;gap:8px!important;min-height:58px!important;padding:8px 10px!important;}
  .top-depositor-item__rank,.top-depositor-item__rank .numerical,.top-depositor-item__rank .top-rank-cute{width:50px!important;min-width:50px!important;height:40px!important;}
  .top-depositor-item__rank .top-rank-cute img,.top-depositor-item__rank .numerical img{width:50px!important;height:39px!important;}
  .top-depositor-item__amount{font-size:12px!important;white-space:nowrap!important;}
}
@media (max-width:480px){
  .titan-social-server__box{padding:10px!important;gap:8px!important;}
  .hero-modern__main{min-height:160px!important;}
  .titan-social-server__facebook span:last-child{font-size:12px!important;}
  .titan-copy-card strong{font-size:11.5px!important;}
}

/* ==========================================================
   KIZO FIX V12 - show recharge card on mobile home like TitanRobux.
   UI/CSS only: no routes/controllers/forms/ajax/auth/payment changes.
   ========================================================== */
@media (max-width: 991px){
  .hero-modern__sidebar,
  .hero-modern__sidebar.hide-mobile-config{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:10px 0 0!important;
    padding:0 10px!important;
    position:relative!important;
    z-index:5!important;
    order:2!important;
  }

  .hero-modern__content > .container{
    display:flex!important;
    flex-direction:column!important;
    gap:0!important;
    align-items:stretch!important;
  }

  .hero-modern__main{
    order:1!important;
    margin-bottom:10px!important;
  }

  .hero-modern__sidebar .top-depositors-card,
  .hero-modern__sidebar .sliding-card-sidebar{
    width:100%!important;
    max-width:100%!important;
    margin:0 auto!important;
    background:#ffffff!important;
    border:2px solid #111827!important;
    border-radius:12px!important;
    box-shadow:0 12px 28px rgba(15,23,42,.16)!important;
    overflow:hidden!important;
  }

  .hero-modern__sidebar .top-depositors-card__header,
  .hero-modern__sidebar .sliding-header{
    display:block!important;
    padding:10px!important;
    background:#ffffff!important;
    border-bottom:1.8px solid #d7deea!important;
  }

  .hero-modern__sidebar .sliding-switch{
    height:auto!important;
    min-height:48px!important;
    background:#ffffff!important;
    border:1.8px solid #d7deea!important;
    border-radius:12px!important;
    padding:4px!important;
    overflow:hidden!important;
  }

  .hero-modern__sidebar .sliding-switch__bg{
    background:#ef2330!important;
    border:0!important;
    border-radius:9px!important;
    box-shadow:0 6px 16px rgba(239,35,48,.22)!important;
  }

  .hero-modern__sidebar .sliding-switch__btn{
    min-height:40px!important;
    color:#111827!important;
    -webkit-text-fill-color:#111827!important;
    font-size:14px!important;
    font-weight:950!important;
    text-shadow:none!important;
    opacity:1!important;
  }

  .hero-modern__sidebar .sliding-switch__btn.active,
  .hero-modern__sidebar .sliding-switch__btn.active i{
    color:#ffffff!important;
    -webkit-text-fill-color:#ffffff!important;
  }

  .hero-modern__sidebar .sliding-overflow{
    display:block!important;
    height:auto!important;
    min-height:auto!important;
    overflow:hidden!important;
    background:#ffffff!important;
  }

  .hero-modern__sidebar .sliding-content{
    display:flex!important;
    width:200%!important;
    min-height:auto!important;
    height:auto!important;
  }

  .hero-modern__sidebar .slide-item{
    width:50%!important;
    flex:0 0 50%!important;
    min-height:auto!important;
    height:auto!important;
    background:#ffffff!important;
    color:#111827!important;
  }

  .hero-modern__sidebar .slide-item:first-child{
    display:block!important;
  }

  .hero-modern__sidebar .kizo-card-recharge-panel{
    display:block!important;
    background:#ffffff!important;
    color:#111827!important;
    padding:12px!important;
    border:0!important;
  }

  .hero-modern__sidebar .kizo-card-panel-title{
    display:flex!important;
    align-items:center!important;
    gap:6px!important;
    color:#111827!important;
    -webkit-text-fill-color:#111827!important;
    font-size:18px!important;
    font-weight:950!important;
    margin-bottom:8px!important;
    text-shadow:none!important;
  }

  .hero-modern__sidebar .kizo-card-mini-tabs{
    display:grid!important;
    grid-template-columns:repeat(3,1fr)!important;
    gap:4px!important;
    background:#ffffff!important;
    border:1.5px solid #d7deea!important;
    border-radius:10px!important;
    padding:4px!important;
    margin-bottom:8px!important;
  }

  .hero-modern__sidebar .kizo-card-mini-tabs button,
  .hero-modern__sidebar .kizo-card-mini-tabs a{
    min-height:42px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:8px!important;
    color:#111827!important;
    -webkit-text-fill-color:#111827!important;
    font-size:13px!important;
    font-weight:950!important;
    text-decoration:none!important;
    background:#ffffff!important;
    border:0!important;
  }

  .hero-modern__sidebar .kizo-card-mini-tabs button.active{
    background:#ef2330!important;
    color:#ffffff!important;
    -webkit-text-fill-color:#ffffff!important;
  }

  .hero-modern__sidebar .kizo-provider-group{
    display:grid!important;
    grid-template-columns:repeat(3,1fr)!important;
    gap:8px!important;
    margin-bottom:8px!important;
  }

  .hero-modern__sidebar .kizo-provider-card span{
    height:48px!important;
    background:#ffffff!important;
    border:1.5px solid #d7deea!important;
    border-radius:7px!important;
    box-shadow:none!important;
  }

  .hero-modern__sidebar .kizo-provider-card img{
    max-width:70px!important;
    max-height:24px!important;
    object-fit:contain!important;
  }

  .hero-modern__sidebar .form-group-modern{
    margin-bottom:8px!important;
  }

  .hero-modern__sidebar .form-input-modern,
  .hero-modern__sidebar .form-select-modern,
  .hero-modern__sidebar .captcha-box-modern{
    width:100%!important;
    height:42px!important;
    min-height:42px!important;
    background:#ffffff!important;
    color:#111827!important;
    -webkit-text-fill-color:#111827!important;
    border:1.5px solid #d7deea!important;
    border-radius:7px!important;
    font-size:13px!important;
    font-weight:900!important;
    box-shadow:none!important;
    opacity:1!important;
  }

  .hero-modern__sidebar .form-input-modern::placeholder{
    color:#94a3b8!important;
    -webkit-text-fill-color:#94a3b8!important;
    opacity:1!important;
  }

  .hero-modern__sidebar .kizo-card-fields-two{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
  }

  .hero-modern__sidebar .kizo-card-captcha-row{
    display:grid!important;
    grid-template-columns:1fr 108px!important;
    gap:8px!important;
  }

  .hero-modern__sidebar .captcha-box-modern{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
  }

  .hero-modern__sidebar .top-depositors-card__btn,
  .hero-modern__sidebar .kizo-card-submit-btn{
    width:100%!important;
    height:46px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:7px!important;
    background:#ef2330!important;
    color:#ffffff!important;
    -webkit-text-fill-color:#ffffff!important;
    border:0!important;
    border-radius:8px!important;
    font-size:14px!important;
    font-weight:950!important;
    box-shadow:0 6px 16px rgba(239,35,48,.20)!important;
    text-shadow:none!important;
  }

  .titan-social-server{
    margin-top:0!important;
    padding-top:10px!important;
  }
}

@media (max-width: 420px){
  .hero-modern__sidebar{padding:0 6px!important;}
  .hero-modern__sidebar .kizo-card-recharge-panel{padding:10px!important;}
  .hero-modern__sidebar .kizo-card-panel-title{font-size:17px!important;}
  .hero-modern__sidebar .kizo-card-mini-tabs button,
  .hero-modern__sidebar .kizo-card-mini-tabs a{font-size:12.5px!important;}
  .hero-modern__sidebar .kizo-card-captcha-row{grid-template-columns:1fr 94px!important;}
}
