*{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}html,body{overscroll-behavior:none;-webkit-overflow-scrolling:touch}body{margin: auto !important;background:#111827;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;padding-bottom:70px;min-height:100vh;overflow-x:hidden}.bg-ambient{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;pointer-events:none}.bg-ambient .orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.1;animation:floatAmbient 25s infinite ease-in-out}.bg-ambient .orb:nth-child(1){width:320px;height:320px;background:#3b82f6;top:-8%;left:-8%}.bg-ambient .orb:nth-child(2){width:260px;height:260px;background:#8b5cf6;top:55%;left:78%;animation-delay:-10s}.bg-ambient .orb:nth-child(3){width:200px;height:200px;background:#06b6d4;top:20%;left:48%;animation-delay:-18s}@keyframes floatAmbient{0%,100%{transform:translate(0,0) scale(1)}33%{transform:translate(35px,-35px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}.app-header{position:sticky;top:0;z-index:100;background:#111827;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.06);padding:12px 16px;display:flex;align-items:center;justify-content:space-between}.app-header .logo{font-size:23px;font-weight:700;color:#fff;display:flex;align-items:center;gap:3px;cursor:pointer}.app-header .back-btn{width:30px;height:30px;border-radius:50%;background:#111827;border:1px solid rgba(255,255,255,.1);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;color:#fff;transition:all .2s;box-shadow:0 1px 3px rgba(0,0,0,.04)}.lang-selector-wrap{margin-left: auto;position:relative}.lang-selector-btn{display:flex;align-items:center;gap:6px;font-size:13px;border-radius:10px;padding:6px 10px;color:#fff;cursor:pointer;font-weight:500;white-space:nowrap}.lang-selector-btn i{font-size:11px;transition:transform .2s;color:#9ca3af}.lang-dropdown{position:absolute;top:100%;right:0;margin-top:4px;background:#1f2937;border:1px solid #374151;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.3);overflow:hidden;z-index:50;display:none;min-width:130px;max-height:200px;overflow-y:auto}.lang-dropdown.show{display:block}.lang-dropdown div{padding:10px 14px;cursor:pointer;font-size:13px;color:#fff;transition:background .15s}.lang-dropdown div:hover{background:#374151}.lang-dropdown div.active{background:#3b82f6;color:#fff;font-weight:600}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#111827;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;justify-content:space-around;padding:6px 0 8px;border-top:1px solid rgba(255,255,255,.06);z-index:100}.bottom-nav .nav-item{text-align:center;color:#9ca3af;text-decoration:none;font-size:11px;flex:1;transition:color .2s;padding:4px 0}.bottom-nav .nav-item.active{color:#3b82f6}.bottom-nav .nav-item i{font-size:20px;display:block;margin-bottom:2px}.page-container{display:none;min-height:calc(100vh - 130px);animation:fadeIn .3s ease}.page-container.active{display:block}@keyframes fadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.card{border:none;border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.2),0 1px 2px rgba(0,0,0,.1);color: #cfe2ff;margin-bottom:16px;background:#1f2937;backdrop-filter:blur(12px)}.btn-dark{background:#3b82f6!important;border:1px solid #3b82f6!important;color:#fff!important;border-radius:12px;font-weight:600;padding:10px 20px;transition:all .3s;box-shadow:0 1px 2px rgba(0,0,0,.05)}.btn-dark:hover{background:#2563eb!important;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);z-index:200;display:flex;align-items:center;justify-content:center;animation:fadeIn .25s ease;backdrop-filter:blur(4px)}.overlay-content{background:#1f2937;border-radius:20px;padding:28px;width:90%;max-width:400px;max-height:85vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.4)}.pulse{animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.04)}100%{transform:scale(1)}}.toast-message{position:fixed;top:20px;left:50%;transform:translateX(-50%);z-index:300;background:#111827;color:#fff;padding:12px 24px;border-radius:25px;font-size:14px;animation:slideDown .3s ease;box-shadow:0 8px 30px rgba(0,0,0,.3)}@keyframes slideDown{from{transform:translateX(-50%) translateY(-100%);opacity:0}to{transform:translateX(-50%) translateY(0);opacity:1}}.trans-ready{opacity:0;transition:opacity .15s}.trans-ready.done{opacity:1}@media (min-width:769px){body{max-width:480px;margin:0 auto;border-left:1px solid #374151;border-right:1px solid #374151;box-shadow:0 0 30px rgba(0,0,0,.3);min-height:100vh;position:relative}.bottom-nav{max-width:480px;left:50%;transform:translateX(-50%);border-left:1px solid #374151;border-right:1px solid #374151}.app-header{max-width:480px;left:50%;width:100%}}@keyframes pulseBadge{0%,100%{transform:scale(1);box-shadow:0 0 0 0 rgba(239,68,68,.5)}50%{transform:scale(1.2);box-shadow:0 0 0 8px rgba(239,68,68,0)}}.bg-animated{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;pointer-events:none}.bg-animated .orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.12;animation:float 25s infinite ease-in-out}.bg-animated .orb:nth-child(1){width:350px;height:350px;background:#3b82f6;top:-5%;left:-5%;animation-delay:0s}.bg-animated .orb:nth-child(2){width:280px;height:280px;background:#8b5cf6;top:55%;left:75%;animation-delay:-8s}.bg-animated .orb:nth-child(3){width:220px;height:220px;background:#06b6d4;top:25%;left:45%;animation-delay:-16s}.bg-animated .orb:nth-child(4){width:380px;height:380px;background:#10b981;top:65%;left:15%;animation-delay:-4s}.bg-animated .orb:nth-child(5){width:200px;height:200px;background:#f59e0b;top:40%;left:80%;animation-delay:-12s}@keyframes float{0%,100%{transform:translate(0,0) scale(1)}25%{transform:translate(40px,-40px) scale(1.06)}50%{transform:translate(-25px,25px) scale(.94)}75%{transform:translate(-35px,-25px) scale(1.03)}}.payment-btn.active{background:#3b82f6!important;color:#fff!important;border-color:#3b82f6!important}.recharge-tab,.withdraw-tab{transition:all .2s;border:none;font-weight:500}.recharge-tab.active,.withdraw-tab.active{background:#3b82f6!important;color:#fff!important}.glass{background:rgba(31,41,55,.85)!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.glass-card{background:rgba(31,41,55,.9)!important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1)}.card-glow{position:relative;overflow:hidden;transition:all .3s}.card-glow::after{content:'';position:absolute;bottom:-35px;right:-35px;width:70px;height:70px;border-radius:50%;filter:blur(35px);opacity:.55;pointer-events:none;transition:all .4s;transform:translateY(-10px)}.card-glow:hover::after{opacity:.55;width:85px;height:85px}.card-glow.amber::after{background:#f59e0b}.card-glow.emerald::after{background:#10b981}.card-glow.indigo::after{background:#3b82f6}.card-glow.blue::after{background:#3b82f6}.card-glow.sky::after{background:#06b6d4}.btn-glow{position:relative;overflow:hidden;transition:all .3s}.btn-glow::after{content:'';position:absolute;top:-8px;right:-8px;width:35px;height:35px;border-radius:50%;filter:blur(22px);opacity:.25;pointer-events:none;transition:all .4s;transform:translateY(-10px)}.btn-glow:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.btn-glow:hover::after{opacity:.5;width:45px;height:45px;filter:blur(28px)}.btn-glow.emerald::after{background:#10b981}.btn-glow.indigo::after{background:#3b82f6}.btn-glow.dark::after{background:#1f2937}.btn-glow.rose::after{background:#f43f5e}.btn-glow.amber::after{background:#f59e0b}.section-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:12px;padding-left:4px}.avatar-ring{box-shadow:0 0 0 4px rgba(31,41,55,.8),0 4px 15px rgba(0,0,0,.3)}.vip-badge{background:linear-gradient(135deg,#f59e0b,#d97706);font-size:10px;font-weight:600;letter-spacing:.03em}.stat-card{transition:all .3s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.08)}.tpl-customer-service-wrap{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;background:#111827}.tpl-customer-service-wrap iframe{width:100%;height:100%;border:none;display:block}.bg-animated, .bg-ambient, .hero-icon-bg, .hero-icon-ring, .pulse, .bg-animated .orb { animation-play-state: var(--anim-play-state, running); }
@media (min-width: 769px) {
    .bg-animated .orb,
    .bg-ambient .orb,
    .orb-glow,
    .bg-rings .ring,
    .hero-icon-ring,
    .hero-icon-bg { animation-duration: 40s !important; }
    .pulse { animation: none !important; }
    .pulseBadge { animation-duration: 5s !important; }
    .card-glow::after { opacity: 0.3 !important; }
    .btn-glow::after { opacity: 0.15 !important; }
}
.carousel-indicators {
    bottom: -23px !important;
}
#page-home .carousel-item img{border-radius:16px;height:220px;aspect-ratio: 16 / 9;object-fit:cover}.glass-home{background:rgba(31,41,55,.88)!important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.card-glow-h{position:relative;overflow:hidden;transition:all .3s}.card-glow-h::after{content:'';position:absolute;bottom:-12px;right:-12px;width:60px;height:60px;border-radius:50%;filter:blur(32px);opacity:.3;pointer-events:none;transition:all .4s;transform:translateY(-10px)}.card-glow-h:hover::after{opacity:.5;width:75px;height:75px}.card-glow-h.amber::after{background:#f59e0b}.card-glow-h.emerald::after{background:#10b981}.card-glow-h.indigo::after{background:#3b82f6}.section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;margin-bottom:12px;padding-left:4px}.overlay-modern{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);z-index:200;display:flex;align-items:center;justify-content:center;animation:fadeIn .25s ease;backdrop-filter:blur(4px)}.stat-card-sm{border-radius:14px;padding:14px 16px;text-align:center;background:rgba(31,41,55,.9);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05);pointer-events:none;user-select:none}.btn-load-more{background:rgba(31,41,55,.9)!important;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px 24px;font-weight:600;font-size:14px;color:#fff;transition:all .3s;cursor:pointer}.btn-load-more:hover{background:#1f2937!important;box-shadow:0 4px 15px rgba(0,0,0,.2)}.btn-load-more:disabled{opacity:.5;cursor:not-allowed}.ad-task-container{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;z-index:150;display:none;flex-direction:column}.ad-task-container.active{display:flex}.ad-task-header{position:absolute;top:0;left:0;right:0;z-index:10;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(180deg,rgba(0,0,0,.7),transparent)}.ad-task-header .back-btn{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.15);backdrop-filter:blur(10px);color:#fff;border:none;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.ad-task-header .header-stat-row{display:flex;gap:6px}.ad-task-header .header-stat-row .hs{background:rgba(255,255,255,.15);backdrop-filter:blur(10px);border-radius:20px;padding:5px 10px;color:#fff;font-size:11px}.ad-task-header .header-stat-row .hs .val{font-weight:700;font-size:12px}.ad-task-header .header-stat-row .hs .val.emerald{color:#10b981}.ad-video-wrap{flex:1;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;touch-action:pan-y}.ad-video-wrap video,.ad-video-wrap img{width:100%;height:100%;object-fit:contain;background:#000}.ad-video-wrap .ad-text-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:50px 30px;background:linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.6));color:#fff;text-align:center;flex-direction:column}.ad-text-content h3{font-size:24px;font-weight:700;margin-bottom:12px;text-shadow:0 2px 8px rgba(0,0,0,.3)}.ad-text-content p{font-size:16px;opacity:.9;text-shadow:0 1px 4px rgba(0,0,0,.3)}.ad-progress-bar{position:absolute;bottom:0;left:0;right:0;height:2px;background:rgba(255,255,255,.15);z-index:5}.ad-progress-fill{height:100%;background:#10b981;transition:width .3s linear;box-shadow:0 0 6px rgba(16,185,129,.6)}.ad-side-menu{position:absolute;right:12px;bottom:130px;z-index:5;display:flex;flex-direction:column;align-items:center;gap:38px}.ad-side-menu .side-item{display:flex;flex-direction:column;align-items:center;gap:2px;position:relative}.ad-side-menu .side-item::before{content:'';position:absolute;top:-6px;left:50%;transform:translateX(-50%);width:46px;height:46px;border-radius:50%;background:rgba(0,0,0,.35);backdrop-filter:blur(6px);z-index:-1}.ad-side-menu .side-val{color:#fff;font-size:14px;font-weight:700;text-shadow:0 1px 3px rgba(0,0,0,.5);transform:translateY(5px)}.ad-side-menu .side-label{color:rgba(255,255,255,.6);font-size:10px;text-shadow:0 1px 2px rgba(0,0,0,.5)}.ad-bottom-info{position:absolute;bottom:0;left:0;right:0;padding:50px 16px 14px;background:linear-gradient(0deg,rgba(0,0,0,.75),transparent);z-index:4}.ad-bottom-stats{display:flex;gap:14px;color:rgba(255,255,255,.7);font-size:11px}.ad-bottom-stats b{color:#fff;font-weight:600}.ad-claim-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);z-index:20;display:none;align-items:center;justify-content:center;flex-direction:column;backdrop-filter:blur(4px)}.ad-claim-overlay.show{display:flex}.ad-claim-card{background:#1f2937;border-radius:20px;padding:28px 22px;text-align:center;width:85%;max-width:310px;box-shadow:0 20px 60px rgba(0,0,0,.5);animation:scaleIn .3s ease}@keyframes scaleIn{from{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.claim-icon{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);display:inline-flex;align-items:center;justify-content:center;margin-bottom:10px;box-shadow:0 0 25px rgba(16,185,129,.4)}.claim-icon i{color:#fff;font-size:24px}.claim-amount{font-size:32px;font-weight:800;color:#10b981;margin-bottom:2px}.claim-label{color:#9ca3af;font-size:12px;margin-bottom:16px}.claim-btn{width:100%;padding:13px;border-radius:14px;border:none;font-weight:700;font-size:15px;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);color:#fff;transition:all .3s;box-shadow:0 4px 15px rgba(16,185,129,.3)}.claim-btn:active{transform:scale(.96)}.claim-btn:disabled{background:rgba(255,255,255,.2);color:rgba(255,255,255,.5);box-shadow:none}.claim-info{display:flex;justify-content:space-around;margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.08)}.claim-info span{color:#6b7280;font-size:10px}.claim-info strong{color:#e5e7eb;font-size:13px;display:block;margin-top:1px}.ad-empty-task{position:relative;padding:40px 20px 36px;text-align:center;overflow:hidden;background:rgba(31,41,55,.5);backdrop-filter:blur(10px);border-radius:24px;margin:0 4px}.task-hero{position:relative;display:inline-block;margin-bottom:20px;z-index:1}.hero-icon-wrap{position:relative;z-index:1;width:100px;height:100px;display:flex;align-items:center;justify-content:center}.hero-icon-bg{position:absolute;width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);opacity:.12;animation:pulse 3s infinite}.hero-icon-ring{position:absolute;width:90px;height:90px;border-radius:50%;border:2px dashed rgba(59,130,246,.2);animation:spin 10s linear infinite}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.hero-icon{font-size:52px;color:#3b82f6;position:relative;z-index:2;filter:drop-shadow(0 4px 12px rgba(59,130,246,.3))}.task-title{font-size:22px;font-weight:800;color:#fff;margin-bottom:6px;position:relative;z-index:1}.task-desc{font-size:14px;color:#9ca3af;margin-bottom:18px;position:relative;z-index:1}.task-desc strong{color:#3b82f6;font-weight:700}.task-stats{display:flex;justify-content:center;gap:10px;margin-bottom:22px;position:relative;z-index:1}.stat-pill{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:20px;background:#374151;color:#9ca3af;font-size:13px}.stat-pill i{font-size:14px}.stat-pill strong{color:#fff;font-weight:700}.stat-pill.highlight{background:linear-gradient(135deg,#f59e0b20,#d9770620);color:#f59e0b}.stat-pill.highlight strong{color:#f59e0b}.btn-start{display:inline-flex;align-items:center;gap:8px;padding:14px 40px;border-radius:16px;border:none;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 4px 20px rgba(0,0,0,.3);position:relative;z-index:1}.btn-start:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.4)}.btn-start:active{transform:scale(.97)}.btn-start:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-start:disabled:hover{transform:none;box-shadow:0 4px 20px rgba(0,0,0,.3)}.partner-strip{margin-top:30px;padding-top:18px;border-top:1px solid #374151;position:relative;z-index:1}.partner-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#6b7280;display:block;margin-bottom:12px}.partner-logos{display:grid;grid-template-columns:repeat(4,1fr);gap:12px 8px;max-width:340px;margin:0 auto}.partner-logo{display:flex;flex-direction:column;align-items:center;gap:3px;color:#6b7280;font-size:10px;opacity:.5;transition:all .3s}.partner-logo:hover{opacity:.8;color:#3b82f6}.partner-logo i{font-size:22px}#bannerInner{min-height:auto}.article-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.article-card{border-radius:14px;overflow:hidden;background:#1f2937;border:1px solid rgba(255,255,255,.05);cursor:pointer;transition:all .3s;box-shadow:0 1px 3px rgba(0,0,0,.2)}.article-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.3)}.article-card .card-img{width:100%;height:110px;object-fit:cover;display:block;background:#374151}.article-card .card-body{padding:10px 12px}.article-card .card-title{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-word;font-size: clamp(12px, 3vw, 13px); font-weight: 600;color: #fff;line-height: 1.4;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;max-width: 100%;margin-bottom: 8px;}.article-card .card-meta {font-size: clamp(10px, 2.5vw, 11px);color: #6b7280;display: flex;flex-wrap: wrap;gap: 4px 12px;align-items: center;justify-content: space-between;}.article-card .card-meta i{margin-right:2px}.notice-scroll-wrap{height:44px;overflow:hidden;position:relative;cursor:pointer}.notice-scroll-item{padding:10px 16px;height:44px;display:flex;align-items:center;animation:noticeSlide 0.4s ease}.notice-scroll-item .notice-dot{display:none}.notice-scroll-item .notice-text{font-size:13px;color:#d1d5db;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@keyframes noticeSlide{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.article-detail-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#111827;z-index:300;overflow-y:auto}.article-detail-header{position:sticky;top:0;background:#111827;padding:14px 16px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #374151;z-index:10}.article-detail-header .back-btn{width:30px;height:30px;border-radius:50%;background:#111827;border:1px solid #4b5563;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;color:#fff;transition:all .2s;box-shadow:0 1px 3px rgba(0,0,0,.2)}.article-detail-header .back-btn:active{transform:scale(.94);background:#4b5563}.article-detail-header .header-title{font-size:15px;font-weight:700;color:#fff}.article-detail-body{max-width:480px;margin:0 auto;padding:20px 16px 40px}.article-detail-body .detail-cover{width:100%;border-radius:16px;margin-bottom:20px;box-shadow:0 4px 20px rgba(0,0,0,.3)}.article-detail-body .detail-title{font-size:22px;font-weight:800;color:#fff;margin-bottom:10px;line-height:1.4;word-break:break-word}.article-detail-body .detail-meta{display:flex;align-items:center;gap:14px;font-size:12px;color:#6b7280;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #374151}.article-detail-body .detail-meta .meta-item{display:flex;align-items:center;gap:4px}.article-detail-body .detail-meta .meta-item i{font-size:13px}.article-detail-body .detail-content{font-size:15px;color:#d1d5db;line-height:1.9;word-break:break-word}.article-detail-body .detail-content img{max-width:100%;border-radius:12px;margin:16px 0;box-shadow:0 2px 12px rgba(0,0,0,.2)}.notice-list-item{padding:16px;border-bottom:1px solid #374151;transition:background .2s;cursor:pointer;overflow:hidden}.notice-list-item .notice-list-title{font-size:15px;font-weight:600;color:#fff;margin-bottom:6px;line-height:1.5;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;max-width:100% !important}.notice-list-item:active{background:#374151}.notice-list-item .notice-list-summary{font-size:13px;color:#9ca3af;margin-bottom:6px;line-height:1.5;word-break:break-word;white-space:normal;max-width:100%}.notice-list-item .notice-list-date{font-size:11px;color:#6b7280}.bg-rings{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:0}.ring{position:absolute;border-radius:50%;border:1px solid rgba(59,130,246,.2);animation:expandRing 4s infinite ease-out}.r1{width:200px;height:200px;top:-100px;left:-100px;animation-delay:0s}.r2{width:200px;height:200px;top:-100px;left:-100px;animation-delay:-1s}.r3{width:200px;height:200px;top:-100px;left:-100px;animation-delay:-2s}.r4{width:200px;height:200px;top:-100px;left:-100px;animation-delay:-3s}@keyframes expandRing{0%{width:200px;height:200px;top:-100px;left:-100px;opacity:.4}100%{width:400px;height:400px;top:-200px;left:-200px;opacity:0}}@keyframes hotPulse{0%,100%{transform:scale(1);box-shadow:0 2px 8px rgba(239,68,68,.3)}50%{transform:scale(1.1);box-shadow:0 4px 16px rgba(239,68,68,.5)}}.like-heart-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:15}.like-heart{position:absolute;font-size:28px;color:#ff2d55;animation:heartFloat 1s ease-out forwards;pointer-events:none;transform:translate(-50%,-50%)}@keyframes heartFloat{0%{opacity:1;transform:translate(-50%,-50%) scale(0.5)}30%{opacity:1;transform:translate(-50%,-80%) scale(1.3)}100%{opacity:0;transform:translate(-50%,-200%) scale(0.8)}}.like-tap-area{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:transparent;cursor:pointer}.ad-task-header{z-index:20 !important;pointer-events:auto}.ad-task-header .back-btn{pointer-events:auto}.like-counter-badge{position:absolute;left:50%;bottom:100px;transform:translateX(-50%);background:rgba(0,0,0,.6);backdrop-filter:blur(10px);color:#fff;padding:6px 16px;border-radius:20px;font-size:14px;font-weight:600;z-index:16;pointer-events:none}.fireworks-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999}.firework-particle{position:absolute;width:6px;height:6px;border-radius:50%;animation:fireworkBurst .8s ease-out forwards}@keyframes fireworkBurst{0%{opacity:1;transform:scale(0) translate(0,0)}50%{opacity:1;transform:scale(3) translate(20px,-20px)}100%{opacity:0;transform:scale(5) translate(40px,-60px)}}#adTimerDisplay{display:none}

.trading-container {
    background: #111827;
    min-height: 100vh;
}

.back-btn-sm {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    cursor: pointer;
}

.back-btn-sm:hover {
    background: rgba(255, 255, 255, 0.2);
}

.timeframe-btn {
    background: rgba(255, 255, 255, 0.05);
    border: none;
    color: #9ca3af;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 16px;
    transition: all 0.3s;
    flex: 1;
    text-align: center;
    cursor: pointer;
}

.timeframe-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.timeframe-btn.active {
    background: #3b82f6;
    color: #fff;
}

.trade-card {
    background: #1f2937;
    border-radius: 16px;
}
.product-list {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
}

.product-list::-webkit-scrollbar {
    height: 2px;
}

.product-list::-webkit-scrollbar-track {
    background: #374151;
    border-radius: 2px;
}

.product-list::-webkit-scrollbar-thumb {
    background: #3b82f6;
    border-radius: 2px;
}

.product-item {
    flex-shrink: 0;
    min-width: 100px;
    background: #111827;
    border: 1px solid #374151;
    border-radius: 10px;
    padding: 16px 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.product-item.active {
    border-color: #3b82f6;
    background: rgba(59, 130, 246, 0.15);
}

.product-item .product-name {
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    margin-bottom: 4px;
}

.product-item .product-info {
    font-size: 10px;
    color: #9ca3af;
}

.order-tab {
    background: transparent;
    border: none;
    color: #9ca3af;
    font-size: 13px;
    padding: 8px 0;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
}

.order-tab.active {
    color: #fff;
}

.order-tab.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: #3b82f6;
}

.position-item, .order-item {
    background: #1f2937;
    border-radius: 10px;
    margin-bottom: 6px;
    padding: 10px 12px;
}

.position-item .small, .order-item .small {
    font-size: 11px;
}

.position-item .fw-bold, .order-item .fw-bold {
    font-size: 13px;
}

.order-history-tab {
    background: transparent;
    border: none;
    color: #9ca3af;
    font-size: 14px;
    padding: 8px 0;
    position: relative;
    cursor: pointer;
}

.order-history-tab.active {
    color: #fff;
}

.order-history-tab.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: #3b82f6;
}

.order-history-header-btn {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s;
}

.order-history-header-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.countdown-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: #111827;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 3px solid #3b82f6;
}

.countdown-number {
    font-size: 34px;
    font-weight: bold;
    color: #3b82f6;
}

.result-amount {
    background: #111827;
    border-radius: 12px;
}

#positionsPanel::-webkit-scrollbar,
#historyPanel::-webkit-scrollbar {
    width: 3px;
}

#positionsPanel::-webkit-scrollbar-track,
#historyPanel::-webkit-scrollbar-track {
    background: #374151;
    border-radius: 2px;
}

#positionsPanel::-webkit-scrollbar-thumb,
#historyPanel::-webkit-scrollbar-thumb {
    background: #3b82f6;
    border-radius: 2px;
}
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #1f2937;
}

::-webkit-scrollbar-thumb {
    background: #374151;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: #4b5563;
}
.overlay-modern {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}
.progress {
    background-color: #374151;
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar {
    background-color: #3b82f6;
    transition: width 0.1s linear;
}
.coin-item {
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.coin-item:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}
.coin-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: white;
    flex-shrink: 0;
}

.coin-icon-sm {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    color: white;
    margin: 0 auto 5px;
}
.btn-trade {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    color: white;
    border: none;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-trade:hover {
    background: linear-gradient(135deg, #2563eb, #7c3aed);
}
.btn-buy {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    border: none;
    font-size: 15px;
    font-weight: bold;
    transition: all 0.3s;
}

.btn-buy:hover {
    background: linear-gradient(135deg, #16a34a, #15803d);
    transform: scale(1.02);
}
.btn-sell {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    border: none;
    font-size: 15px;
    font-weight: bold;
    transition: all 0.3s;
}

.btn-sell:hover {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    transform: scale(1.02);
}
.hot-coins-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 5px 0;
    scrollbar-width: thin;
    color: #FFF;
}

.hot-coin-card {
    min-width:125px;
    cursor: pointer;
    transition: all 0.3s;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.hot-coin-card:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.1);
}
.search-box {
    position: relative;
}

.search-box i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    z-index: 1;
}

.search-box input {
    padding-left: 36px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(59, 130, 246, 0.2);
    color: #fff;
    border-radius: 12px;
}

.search-box input:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: #3b82f6;
    box-shadow: none;
}
.market-header-row {
    border-bottom: 1px solid #374151;
}
.asset-card {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(139, 92, 246, 0.15));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(59, 130, 246, 0.3);
}
.glass-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(59, 130, 246, 0.2);
}
.exchange-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.exchange-select {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.exchange-select option {
    background: #1f2937;
    color: #fff;
}

.btn-swap {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(59, 130, 246, 0.2);
    border: none;
    color: #3b82f6;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.btn-swap:hover {
    background: rgba(59, 130, 246, 0.4);
    transform: rotate(180deg);
}
.exchange-record {
    border-bottom: 1px solid #374151;
}

.exchange-record:last-child {
    border-bottom: none;
}
.btn-max {
    background: #3b82f6;
    border: none;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s;
    font-size: 12px;
}

.btn-max:hover {
    background: #2563eb;
}
@keyframes fadeInOut {
    0% { opacity: 0; transform: translateX(-50%) translateY(20px); }
    15% { opacity: 1; transform: translateX(-50%) translateY(0); }
    85% { opacity: 1; transform: translateX(-50%) translateY(0); }
    100% { opacity: 0; transform: translateX(-50%) translateY(-20px); }
}
.fireworks-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
}

.firework-particle {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    animation: firework 1s ease-out forwards;
}

@keyframes firework {
    0% {
        transform: scale(0) translate(0, 0);
        opacity: 1;
    }
    100% {
        transform: scale(1) translate(var(--tx, 0px), var(--ty, -100px));
        opacity: 0;
    }
}
#tradingBalance, #availableBalance {
    font-weight: bold;
}
.text-success {
    color: #22c55e !important;
}

.text-danger {
    color: #ef4444 !important;
}

a#tv-attr-logo{
    display:none !important;
}  
.p-311 {
    padding: .5rem !important;
}
.coin-item canvas {
    border-radius: 6px;
}
.coin-item {
    transition: all 0.2s ease;
    background: #1e293b !important;
    border: 1px solid #334155;
}

.coin-item:hover {
    transform: translateX(4px);
    border-color: #0091f8;
    background: #1f2a3e !important;
}
.hot-coin-card:hover {
    transform: translateY(-2px);
    border-color: #0091f8;
    background: #1f2a3e;
}

.text-success {
    color: #0091f8 !important;
}

.text-danger {
    color: #DC143C !important;
}
@keyframes skeleton-pulse {
    0% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.6;
    }
}

.skeleton-item {
    background: #1e293b;
    border: 1px solid #334155;
    animation: skeleton-pulse 1.5s ease-in-out infinite;
}

.skeleton-icon {
    width: 36px;
    height: 36px;
    background: #334155;
    border-radius: 50%;
}

.skeleton-text {
    height: 14px;
    background: #334155;
    border-radius: 4px;
}

.skeleton-text.w-100 {
    width: 100%;
    margin-bottom: 8px;
}

.skeleton-text.w-75 {
    width: 75%;
}

.skeleton-text.w-50 {
    width: 50%;
}

.skeleton-chart {
    width: 110px;
    height: 32px;
    background: #334155;
    border-radius: 6px;
    margin: 0 auto;
}
.coin-item {
    transition: all 0.2s ease;
    background: #1e293b !important;
    border: 1px solid #334155;
}

.coin-item:hover {
    transform: translateX(4px);
    border-color: #0091f8;
    background: #1f2a3e !important;
}
.hot-skeleton {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.hot-skeleton-card {
    min-width: 80px;
    background: #1e293b;
    border: 1px solid #334155;
    border-radius: 12px;
    padding: 12px 8px;
    text-align: center;
    animation: skeleton-pulse 1.5s ease-in-out infinite;
}

.hot-skeleton-icon {
    width: 32px;
    height: 32px;
    background: #334155;
    border-radius: 50%;
    margin: 0 auto 8px;
}

.hot-skeleton-text {
    height: 12px;
    background: #334155;
    border-radius: 4px;
    margin: 8px auto 0;
    width: 60%;
}
.hot-coins-scroll {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
}

.hot-coins-scroll::-webkit-scrollbar {
    height: 3px;
}

.hot-coins-scroll::-webkit-scrollbar-track {
    background: #1f2937;
    border-radius: 3px;
}

.hot-coins-scroll::-webkit-scrollbar-thumb {
    background: #0091f8;
    border-radius: 3px;
}

.trend-card {
    background: rgba(31, 41, 55, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(59, 130, 246, 0.2);
}
.trend-card:hover {
    transform: translateY(-2px);
    background: rgba(31, 41, 55, 0.8);
}
.trend-header {
    padding: 10px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.trend-symbol {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.trend-price {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.trend-change {
    font-size: 11px;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 12px;
}
.trend-change.up {
    background: #22c55e20;
    color: #22c55e;
}
.trend-change.down {
    background: #ef444420;
    color: #ef4444;
}
.trend-chart {
    height: 120px;
    width: 100%;
    background: transparent;
}
.trend-stats {
    padding: 8px 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 10px;
    color: #9ca3af;
}
.trend-stats span {
    color: #f59e0b;
}
.trend-chart-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    background: rgba(0, 0, 0, 0.3);
}
.article-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
@media (max-width: 480px) {
    .trend-price {
        font-size: 14px;
    }
    .trend-symbol {
        font-size: 12px;
    }
    .trend-stats {
        font-size: 9px;
    }
}
#tradeAmount::placeholder{
    color: #9CA3AF;
}
.profile-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding: 4px 0;
}
.profile-avatar {
    position: relative;
    flex-shrink: 0;
}
.profile-avatar img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(59,130,246,0.5);
    background: #1f2937;
}
.avatar-upload-label {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 22px;
    height: 22px;
    background: #3b82f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid #111827;
}
.avatar-upload-label i {
    font-size: 10px;
    color: #fff;
}
.profile-info h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 4px 0;
}
.profile-info .vip-badge {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
}
.profile-info .username {
    font-size: 12px;
    color: #9ca3af;
    margin-right: 8px;
}
.profile-info .credit-score {
    font-size: 11px;
    color: #f59e0b;
}
.profile-info .credit-score i {
    margin-right: 3px;
}
.asset-dashboard {
    background: linear-gradient(135deg, #1e293b, #0f172a);
    border-radius: 20px;
    padding: 16px;
    margin-bottom: 20px;
    border: 1px solid rgba(59,130,246,0.2);
}
.asset-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.asset-header span {
    font-size: 13px;
    color: #94a3b8;
}
.asset-header .total-value {
    font-size: 20px;
    font-weight: 700;
    color: #f59e0b;
}
.asset-items {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}
.asset-item {
    flex: 1;
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    padding: 10px 8px;
    text-align: center;
}
.asset-item .asset-symbol {
    font-size: 11px;
    color: #94a3b8;
    margin-bottom: 4px;
}
.asset-item .asset-amount {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}
.asset-item.usdt .asset-amount { color: #22c55e; }
.asset-item.eth .asset-amount { color: #8b5cf6; }
.asset-item.btc .asset-amount { color: #f59e0b; }
.stats-row {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}
.stat-card {
    flex: 1;
    background: #1e293b;
    border-radius: 16px;
    padding: 12px;
    text-align: center;
}
.stat-card .stat-label {
    font-size: 11px;
    color: #94a3b8;
    margin-bottom: 6px;
}
.stat-card .stat-value {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.stat-card.today .stat-value { color: #22c55e; }
.stat-card.total .stat-value { color: #818cf8; }
.function-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}
.function-item {
    background: #1e293b;
    border-radius: 16px;
    padding: 12px 8px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s;
}
.function-item:active {
    transform: scale(0.96);
}
.function-item .func-icon {
    width: 44px;
    height: 44px;
    background: rgba(59,130,246,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
}
.function-item .func-icon i {
    font-size: 20px;
    color: #3b82f6;
}
.function-item .func-label {
    font-size: 11px;
    color: #e2e8f0;
}
.function-item .func-badge {
    position: absolute;
    top: 8px;
    right: 13px;
    background: #ef4444;
    color: #fff;
    font-size: 12px;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
}
.function-item {
    position: relative;
}
.function-grid-second {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}
.settings-list {
    background: #1e293b;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.settings-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    transition: background 0.2s;
}
.settings-item:active {
    background: rgba(255,255,255,0.05);
}
.settings-item:last-child {
    border-bottom: none;
}
.settings-left {
    display: flex;
    align-items: center;
    gap: 12px;
}
.settings-icon {
    width: 36px;
    height: 36px;
    background: rgba(59,130,246,0.12);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.settings-icon i {
    font-size: 16px;
    color: #3b82f6;
}
.settings-info .settings-title {
    font-size: 14px;
    color: #fff;
    margin-bottom: 2px;
}
.settings-info .settings-desc {
    font-size: 11px;
    color: #94a3b8;
}
.settings-arrow {
    color: #475569;
    font-size: 12px;
}
.invite-card {
    background: linear-gradient(135deg, #1e293b, #0f172a);
    border-radius: 20px;
    padding: 14px 16px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.invite-card .invite-left {
    display: flex;
    align-items: center;
    gap: 12px;
}
.invite-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.invite-icon i {
    font-size: 20px;
    color: #fff;
}
.invite-info .invite-title {
    font-size: 14px;
    color: #fff;
    margin-bottom: 2px;
}
.invite-info .invite-code {
    font-size: 11px;
    color: #94a3b8;
}
.invite-arrow {
    color: #475569;
    font-size: 14px;
}
.logout-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px;
    background: rgba(239,68,68,0.1);
    border: 1px solid rgba(239,68,68,0.2);
    border-radius: 16px;
    color: #f87171;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
    margin-bottom: 20px;
}
.logout-btn:active {
    background: rgba(239,68,68,0.2);
    transform: scale(0.98);
}

.func-badge {
    animation: badgePulse 2s ease-in-out infinite;
    transform-origin: center;
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4);
}

@keyframes badgePulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4);
    }
    50% {
        transform: scale(1.15);
        box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.2);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
    }
}

.func-badge.has-message {
    animation: badgeBreathing 1.5s ease-in-out infinite;
}

@keyframes badgeBreathing {
    0% {
        transform: scale(1);
        background: #ef4444;
    }
    50% {
        transform: scale(1.2);
        background: #ff6b6b;
        box-shadow: 0 0 0 6px rgba(239, 68, 68, 0.3);
    }
    100% {
        transform: scale(1);
        background: #ef4444;
    }
}

.func-badge span {
    display: inline-block;
    transition: all 0.3s ease;
}

.func-badge.number-change {
    animation: numberPop 0.3s ease-out;
}

@keyframes numberPop {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    80% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.msg-card {
    transition: all 0.2s ease;
}
.msg-card:hover {
    border-color: #3b82f6 !important;
    transform: translateY(-1px);
}

.msg-toggle-btn {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    transition: all 0.2s;
}
.msg-toggle-btn:hover {
    background: rgba(59,130,246,0.2);
    color: #3b82f6;
}
.msg-toggle-btn i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.msg-content {
    line-height: 1.6;
}
.msg-content a {
    color: #3b82f6;
    text-decoration: none;
}
.msg-content a:hover {
    text-decoration: underline;
}

.msg-image-container {
    margin-top: 12px;
    border-radius: 12px;
    overflow: hidden;
    background: #0f172a;
}
.msg-image {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.2s;
}
.msg-image:hover {
    transform: scale(1.02);
}

.msg-status {
    font-size: 10px;
    display: inline-flex;
    align-items: center;
}

/* <!-- framework --> */
.skeleton-wrap {
    position: relative;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.skeleton-wrap.hidden {
    display: none;
}
.skeleton {
    background: linear-gradient(90deg, #1e293b 25%, #334155 50%, #1e293b 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    border-radius: 8px;
}
@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
.skeleton-banner {
    height: 160px;
    border-radius: 16px;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #1f2937, #111827);
    animation: none;
}
.skeleton-notice {
    height: 44px;
    border-radius: 12px;
    margin-bottom: 16px;
    background: #1f2937;
    display: flex;
    align-items: center;
    padding: 0 16px;
}
.skeleton-hot-title {
    height: 20px;
    width: 80px;
    border-radius: 6px;
    margin-bottom: 12px;
}
.skeleton-hot-card {
    width: 80px;
    height: 100px;
    border-radius: 12px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #1f2937, #111827);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.hot-coins-skeleton {
    display: flex;
    gap: 12px;
    overflow: hidden;
    margin-bottom: 16px;
}
.skeleton-trend-card {
    height: 160px;
    border-radius: 16px;
    background: linear-gradient(135deg, #1f2937, #111827);
    padding: 12px;
}
.skeleton-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #1f2937;
}
.skeleton-title {
    height: 20px;
    width: 100px;
    border-radius: 6px;
    background: #1f2937;
}
.skeleton-article-card {
    height: 180px;
    border-radius: 12px;
    background: linear-gradient(135deg, #1f2937, #111827);
    padding: 12px;
    display: flex;
    flex-direction: column;
}
.skeleton-article-img {
    height: 100px;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 8px;
}
.skeleton-article-text {
    height: 14px;
    width: 80%;
    border-radius: 4px;
    margin-bottom: 6px;
}

.skeleton-article-text-sm {
    height: 10px;
    width: 60%;
    border-radius: 4px;
}
.article-grid-skeleton {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
@media (max-width: 480px) {
    .hot-coins-skeleton {
        gap: 8px;
    }
    .skeleton-hot-card {
        width: 70px !important;
        height: 90px !important;
    }
    .article-grid-skeleton {
        gap: 8px;
    }
    .skeleton-article-card {
        height: 160px !important;
    }
    .skeleton-banner {
        height: 140px;
    }
    .skeleton-trend-card {
        height: 140px;
    }
}
#skeletonHome {
    opacity: 1 !important;
    animation: fadeIn 0.3s ease;
}
#skeletonHome.hidden {
    display: none;
}
.skeleton-wrap {
    transition: opacity 0.3s ease;
}
/* <!----> */
.payment-methods-container {
    padding: 0px;
    position: relative;
}
.payment-methods-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding: 8px 4px 20px 4px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    justify-content: space-around;
}
.payment-methods-slider::-webkit-scrollbar {
    height: 4px;
}
.payment-methods-slider::-webkit-scrollbar-track {
    background: #334155;
    border-radius: 4px;
}
.payment-methods-slider::-webkit-scrollbar-thumb {
    background: #3b82f6;
    border-radius: 4px;
}
.payment-card {
    flex-shrink: 0;
    width: 330px;
    scroll-snap-align: start;
    background: linear-gradient(135deg, #1e293b, #0f172a);
    border-radius: 20px;
    padding: 20px;
    border: 1px solid rgba(59,130,246,0.3);
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}
.payment-card:hover {
    transform: translateY(-4px);
    border-color: #3b82f6;
    box-shadow: 0 8px 25px rgba(59,130,246,0.2);
}
.payment-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.payment-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background: rgba(59,130,246,0.15);
}
.payment-card-icon.usdt { background: rgba(34,197,94,0.15); color: #22c55e; }
.payment-card-icon.btc { background: rgba(245,158,11,0.15); color: #f59e0b; }
.payment-card-icon.eth { background: rgba(139,92,246,0.15); color: #8b5cf6; }
.payment-card-icon.card { background: rgba(59,130,246,0.15); color: #3b82f6; }
.payment-card-badge {
    background: rgba(34,197,94,0.2);
    color: #22c55e;
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
}
.payment-card-number {
    font-family: monospace;
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    margin: 16px 0;
    word-break: break-all;
}
.payment-card-number.crypto {
    font-size: 12px;
    letter-spacing: normal;
}
.payment-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.payment-card-name {
    font-size: 12px;
    color: #94a3b8;
}
.payment-card-delete {
    background: rgba(239,68,68,0.15);
    border: none;
    color: #ef4444;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 11px;
    cursor: pointer;
    transition: all 0.2s;
}
.payment-card-delete:hover {
    background: #ef4444;
    color: #fff;
}
.empty-methods {
    text-align: center;
    padding: 40px 20px;
    background: #1e293b;
    border-radius: 20px;
    border: 1px solid #334155;
}
.empty-methods i {
    font-size: 48px;
    color: #334155;
    margin-bottom: 12px;
}
.empty-methods p {
    color: #94a3b8;
    font-size: 13px;
}
.add-method-btn {
    width: 100%;
    padding: 14px;
    background: #3b82f6;
    border: none;
    color: #fff;
    border-radius: 12px;
    font-weight: 600;
    margin-top: 16px;
    cursor: pointer;
    transition: all 0.2s;
}
.add-method-btn:hover {
    background: #2563eb;
    transform: translateY(-1px);
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgb(212 212 212) !important;
}
#page-trading,
.trading-container,
.chart-container,
.trade-card {
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.chart-container {
    position: relative;
}

.tv-lightweight-charts-axis-title {
    font-size: 10px;
    fill: #9ca3af;
}
.kline-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 300px;
    background: #0f172a;
    border-radius: 8px;
    transition: opacity 0.3s ease;
}

.kline-loading.fade-out {
    opacity: 0;
    pointer-events: none;
}
.kline-chart-loaded .kline-loading {
    display: none;
}

.cs-service-card {
    transition: transform 0.2s, border-color 0.2s;
}

.cs-service-card:hover {
    transform: translateX(4px);
    border-color: #3b82f6 !important;
    background: #1e293b !important;
}

.cs-service-card:active {
    transform: translateX(2px);
}

.cs-services-list::-webkit-scrollbar {
    width: 4px;
}

.cs-services-list::-webkit-scrollbar-track {
    background: #1e293b;
    border-radius: 4px;
}

.cs-services-list::-webkit-scrollbar-thumb {
    background: #475569;
    border-radius: 4px;
}

.cs-services-list::-webkit-scrollbar-thumb:hover {
    background: #64748b;
}

.cs-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.cs-card:hover {
    transform: translateX(6px);
    border-color: #3b82f6 !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

#csLoading .spinner-border {
    width: 42px;
    height: 42px;
    border-width: 3px;
}

#csServicesList::-webkit-scrollbar {
    width: 4px;
}

#csServicesList::-webkit-scrollbar-track {
    background: #1e293b;
    border-radius: 4px;
}

#csServicesList::-webkit-scrollbar-thumb {
    background: #3b82f6;
    border-radius: 4px;
}

#csServicesList::-webkit-scrollbar-thumb:hover {
    background: #60a5fa;
}