.notifyjs-bootstrap-error{display:flex!important;align-items:center!important}.notifyjs-bootstrap-error span{line-height:1;vertical-align:middle}.notifyjs-bootstrap-error i,.notifyjs-bootstrap-error .icon{vertical-align:middle;margin-right:8px}.notifyjs-bootstrap-success{display:flex!important;align-items:center!important}.notifyjs-bootstrap-success span{line-height:1;vertical-align:middle}.notifyjs-bootstrap-success i,.notifyjs-bootstrap-success .icon{vertical-align:middle;margin-right:8px}.stat-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:30px}@media(max-width:1200px){.stat-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:575px){.stat-cards{grid-template-columns:1fr}}.stat-card{background:var(--white);border-radius:10px;padding:20px;box-shadow:0 4px 15px #00000014;position:relative;overflow:hidden;transition:all .3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}.stat-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%}.stat-card.coins:before{background:linear-gradient(180deg,#ffab10,#ff8c00)}.stat-card.balance:before{background:linear-gradient(180deg,#11b76b,#0a8f52)}.stat-card.spent:before{background:linear-gradient(180deg,#ff3838,#cc2d2d)}.stat-card.deposit:before{background:linear-gradient(180deg,#1494a9,#0d7085)}.stat-card-content{display:flex;align-items:center;justify-content:space-between}.stat-card-info h6{font-size:13px;color:var(--gray);font-weight:500;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.stat-card-info .stat-value{font-size:22px;font-weight:700;color:var(--heading);margin:0;display:flex;align-items:center;gap:6px}.stat-card-info .stat-value img{width:24px;height:24px}.stat-card-icon{width:55px;height:55px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px}.stat-card.coins .stat-card-icon{background:linear-gradient(135deg,#ffab1026,#ff8c0026);color:#ff8c00}.stat-card.balance .stat-card-icon{background:linear-gradient(135deg,#11b76b26,#0a8f5226);color:#11b76b}.stat-card.spent .stat-card-icon{background:linear-gradient(135deg,#ff383826,#cc2d2d26);color:#ff3838}.stat-card.deposit .stat-card-icon{background:linear-gradient(135deg,#1494a926,#0d708526);color:#1494a9}.profile-info-card{background:var(--white);border-radius:16px;padding:0;box-shadow:0 4px 15px #00000014;margin-bottom:25px;overflow:hidden;position:relative;border:1px solid var(--border)}.profile-info-card:before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:#3337400d;border-radius:50%;pointer-events:none}.profile-info-card:after{content:"";position:absolute;bottom:-30%;left:-10%;width:300px;height:300px;background:#33374008;border-radius:50%;pointer-events:none}.profile-header{display:flex;align-items:center;gap:20px;padding:25px 30px;position:relative;z-index:1}.profile-avatar-wrapper{width:80px;height:80px;border-radius:16px;background:var(--chalk);padding:8px;box-shadow:0 4px 15px #00000014;flex-shrink:0;border:1px solid var(--border)}.profile-avatar{width:100%;height:100%;border-radius:10px;object-fit:cover}.profile-details h4{font-size:22px;font-weight:700;color:var(--heading);margin-bottom:8px;display:flex;align-items:center;gap:10px}.profile-details h4 .verified-badge{color:#4ade80;font-size:18px}.profile-meta{display:flex;flex-wrap:wrap;gap:15px}.profile-meta span{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--gray);background:var(--chalk);padding:6px 12px;border-radius:20px}.services-sidebar .category-list{padding:5px 0;overflow:hidden}.services-sidebar .category-item{margin:0 8px 6px;border-radius:10px;background:var(--chalk);border:1px solid var(--border);transition:all .3s ease;overflow:hidden}.services-sidebar .category-item:hover{transform:translateY(-1px);box-shadow:0 4px 15px #00000014;border-color:var(--primary)}.services-sidebar .category-link{display:flex;align-items:center;padding:12px;text-decoration:none;color:var(--heading);font-weight:600;transition:all .3s ease;gap:10px;width:100%;box-sizing:border-box;min-height:44px}.services-sidebar .category-link:hover{color:var(--primary);background:#4f46e50d}.services-sidebar .category-icon{font-size:16px;color:var(--primary);width:20px;text-align:center;transition:all .3s ease;flex-shrink:0}.services-sidebar .category-item:hover .category-icon{transform:scale(1.05);color:var(--primary-dark)}.services-sidebar .category-text{flex:1;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.services-sidebar .category-arrow{font-size:10px;color:var(--gray);transition:transform .3s ease;flex-shrink:0}.services-sidebar .category-item.expanded .category-arrow{transform:rotate(180deg)}.services-sidebar .sub-category-list{list-style:none;padding:0;margin:0;background:#ffffffb3;border-top:1px solid var(--border);display:none}.services-sidebar .category-item.expanded .sub-category-list{display:block;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.services-sidebar .sub-category-list li{margin:0}.services-sidebar .sub-category-list li a{display:flex;align-items:center;padding:10px 12px 10px 40px;text-decoration:none;color:var(--gray);font-size:12px;transition:all .3s ease;gap:8px;border-left:3px solid transparent;width:100%;box-sizing:border-box;min-height:40px}.services-sidebar .sub-category-list li a:hover{color:var(--primary);background:#4f46e50d;border-left-color:var(--primary);padding-left:43px}.services-sidebar .sub-category-list li a i{font-size:12px;color:var(--primary);opacity:.8;flex-shrink:0}.services-sidebar .sub-category-list li a:hover i{opacity:1}.profile-meta span i{color:var(--green);font-size:12px}.profile-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:0;width:100%;background:transparent;position:relative;z-index:1;border-radius:0 0 16px 16px;border-top:1px solid var(--border)}.profile-stat-item{display:flex;align-items:center;gap:12px;padding:18px 20px;background:transparent;transition:all .3s ease;border:none;border-radius:0;border-right:1px dashed #d1d5db}.profile-stat-item:last-child{border-right:none}.profile-stat-item:hover{background:#3337400d}.profile-stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.profile-stat-icon.balance{background:linear-gradient(135deg,#f7931a,#f5a623);color:#fff;box-shadow:0 4px 15px #f7931a66}.profile-stat-icon.coins{background:linear-gradient(135deg,#333740,#52555c);color:#fff;box-shadow:0 4px 15px #33374066}.profile-stat-icon.deposit{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;box-shadow:0 4px 15px #f5576c66}.profile-stat-icon.rank{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff;box-shadow:0 4px 15px #4facfe66}.profile-stat-info{min-width:0}.profile-stat-info h6{font-size:11px;color:#888;font-weight:600;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.profile-stat-info p{font-size:17px;font-weight:700;color:var(--heading);margin:0;display:flex;align-items:center;gap:5px}.profile-stat-info p img{width:20px;height:20px}@media(max-width:1200px){.profile-stats{grid-template-columns:repeat(2,1fr)}.profile-stat-item:nth-child(2n){border-right:none}.profile-stat-item:nth-child(1),.profile-stat-item:nth-child(2){border-bottom:1px dashed #d1d5db}}@media(max-width:768px){.profile-header{flex-direction:column;text-align:center;padding:20px}.profile-avatar-wrapper{width:70px;height:70px;border-radius:14px}.profile-avatar{border-radius:8px}.profile-details h4{font-size:18px;justify-content:center}.profile-meta{justify-content:center}.profile-meta span{font-size:12px;padding:5px 10px}.profile-stat-item{padding:15px}.profile-stat-icon{width:40px;height:40px;font-size:16px}.profile-stat-info h6{font-size:10px}.profile-stat-info p{font-size:14px}}@media(max-width:576px){.profile-info-card{border-radius:12px}.profile-stats{grid-template-columns:repeat(2,1fr);border-radius:0 0 12px 12px}.profile-stat-item{border-right:1px dashed #d1d5db}.profile-stat-item:nth-child(2n){border-right:none}.profile-stat-item:nth-child(1),.profile-stat-item:nth-child(2){border-bottom:1px dashed #d1d5db}.profile-stat-info h6{font-size:9px}.profile-stat-info p{font-size:13px}.profile-stat-info p img{width:16px;height:16px}}.update-timeline-compact{display:flex;flex-direction:column;gap:10px}.timeline-compact-item{display:flex;align-items:center;gap:12px;padding:10px 12px;background:var(--chalk);border-radius:8px;transition:all .2s ease}.timeline-compact-item:hover{background:#33374014}.timeline-compact-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.timeline-compact-icon.clock{background:#6b72801f;color:#6b7280}.timeline-compact-icon.shield{background:#22c55e1f;color:#22c55e}.timeline-compact-icon.coins{background:#ef44441f;color:#ef4444}.timeline-compact-content{flex:1;display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.timeline-compact-title{font-size:13px;font-weight:600;color:var(--heading);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.timeline-compact-date{font-size:11px;color:var(--gray);white-space:nowrap;flex-shrink:0}@media(max-width:576px){.timeline-compact-content{flex-direction:column;align-items:flex-start;gap:2px}.timeline-compact-title{white-space:normal}}.services-sidebar{position:fixed;top:0;right:-450px;width:400px;height:100vh;z-index:5;background:var(--white);-webkit-box-shadow:-15px 0px 25px 0px rgba(0,0,0,.15);box-shadow:-15px 0 25px #00000026;transition:all linear .3s;-webkit-transition:all linear .3s;-moz-transition:all linear .3s;-ms-transition:all linear .3s;-o-transition:all linear .3s}.services-sidebar.active{right:0}.services-header{padding:18px 25px;text-align:center;position:relative;border-bottom:1px solid var(--border)}.services-total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.services-total i{font-size:20px;margin-right:8px;color:var(--primary)}.services-total span{font-weight:500;color:var(--primary)}.services-close{position:absolute;top:50%;left:-18px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.services-close i{width:35px;height:35px;font-size:18px;line-height:35px;border-radius:50%;text-align:center;display:inline-block;color:var(--text);background:var(--white);text-shadow:var(--primary-tshadow);transition:all linear .3s;-webkit-transition:all linear .3s;-moz-transition:all linear .3s;-ms-transition:all linear .3s;-o-transition:all linear .3s}.services-close i:hover{color:var(--white);background:var(--primary)}.services-list{height:100%;padding:0 15px;max-height:calc(100vh - 210px);overflow-y:scroll}.services-item{padding:15px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-bottom:1px solid var(--border)}.services-item:hover .services-media button{-webkit-transform:scale(1);transform:scale(1)}.services-item:last-child{border-bottom:none}.services-media{position:relative;margin-right:25px}.services-media a img{width:100px;border-radius:8px}.services-media button{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:8px;background:#0003;-webkit-transform:scale(0);transform:scale(0);transition:all linear .3s;-webkit-transition:all linear .3s;-moz-transition:all linear .3s;-ms-transition:all linear .3s;-o-transition:all linear .3s}.services-media button i{width:32px;height:32px;font-size:18px;line-height:32px;text-align:center;border-radius:5px;display:inline-block;color:var(--red);background:#ffffffe6;transition:all linear .3s;-webkit-transition:all linear .3s;-moz-transition:all linear .3s;-ms-transition:all linear .3s;-o-transition:all linear .3s}.services-media button i:hover{color:var(--white);background:var(--red)}.services-info-group{width:100%}.services-info{margin-bottom:13px}.services-info h6{font-weight:400}.services-info h6 a{color:var(--heading)}.services-info p{font-size:14px}.services-action-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.services-action-group .product-action{display:-webkit-box;display:-ms-flexbox;display:flex}.services-action-group .product-action button i{width:30px;height:30px;font-size:12px;line-height:30px;border-radius:5px}.services-action-group .product-action input{width:45px;height:30px;font-size:14px;border-radius:5px;color:var(--primary);background:var(--chalk)}.services-action-group h6{font-weight:500;color:var(--primary)}.services-footer{padding:20px 15px 0;text-align:center;-webkit-box-shadow:0px -3px 7px 0px rgba(0,0,0,.08);box-shadow:0 -3px 7px #00000014}@media(max-width:450px){.services-sidebar{right:0;width:100%;height:100vh;-webkit-transform:scale(0);transform:scale(0);margin:80px 0 0;border-radius:15px 15px 0 0;transition:all linear .3s;-webkit-transition:all linear .3s;-moz-transition:all linear .3s;-ms-transition:all linear .3s;-o-transition:all linear .3s}.services-sidebar.active{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:top;transform-origin:top}.services-close{left:50%;top:-45px;bottom:inherit;-webkit-transform:translateX(-50%);transform:translate(-50%);border-radius:50px 50px 0 0;-webkit-box-shadow:0px -8px 10px 0px rgba(0,0,0,.15);box-shadow:0 -8px 10px #00000026}.services-list{max-height:calc(100vh - 290px)}.services-media a img{width:80px}}.services-sidebar .category-item{width:auto}.navbar-item.dropdown .dropdown-position-list{min-width:220px}.navbar-item.dropdown .dropdown-position-list li a{white-space:nowrap}
