body {
    font-family: 'Oswald', sans-serif;
    min-height: -webkit-fill-available;
    background: #ffffff;
}

input, textarea, select {
    font-size: 16px !important;
}

label {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 2px;
}

a.meanmenu-reveal {
	display: none;
}

a {
    text-decoration: none;
}

.mean-container .mean-bar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 100%;
    z-index: 99;
}

.mean-container a.meanmenu-reveal {
    font-size: 0 !important;
    position: relative;
}

.mean-container a.meanmenu-reveal.meanclose::before,
.mean-container a.meanmenu-reveal.meanclose::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    margin-top: 6px;
    transform-origin: center;
}

.mean-container a.meanmenu-reveal.meanclose::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.mean-container a.meanmenu-reveal.meanclose::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.mean-container a.meanmenu-reveal {
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 2px;
	width: 30px;
	height: 22px;
	line-height: 22px;
	margin-top: -44px;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 5px;
}

.mean-container a.meanmenu-reveal span {
    background: #fff;
    display: block;
    height: 2px;
    border-radius: 10px;
    margin-top: 8px;
}

.mean-container a.meanmenu-reveal.meanclose::before {
    animation: meanX1 .35s ease forwards;
}

.mean-container a.meanmenu-reveal.meanclose::after {
    animation: meanX2 .35s ease forwards;
}

@keyframes meanX1 {
    from {
        opacity: 0;
        transform: translate(-50%, -80%) rotate(0);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) rotate(45deg);
    }
}

@keyframes meanX2 {
    from {
        opacity: 0;
        transform: translate(-50%, -20%) rotate(0);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) rotate(-45deg);
    }
}

.mean-container a.meanmenu-reveal:not(.meanclose)::before,
.mean-container a.meanmenu-reveal:not(.meanclose)::after {
    animation: meanBack .35s ease forwards;
}

.mean-container a.meanmenu-reveal:not(.meanclose) span {
    animation: meanBurger .35s ease forwards;
}

@keyframes meanBack {
    from {
        opacity: 1;
        transform: translate(-50%, -50%) rotate(45deg);
    }
    to {
        opacity: 0;
        transform: translate(-50%, -80%) rotate(0);
    }
}

@keyframes meanBurger {
    from {
        opacity: 0;
        transform: scale(.7);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.mean-container .mean-nav {
	background: #1c1f26 none repeat scroll 0 0;
	float: left;
	margin-top: 20px;
	width: 100%;
}
.mean-container .submenu li{
	background: #33363c;
}
.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 10px 5%;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
	width: 90%;
	font-size: 16px;
}

.mean-container .mean-nav ul li li a {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0.75;
    padding: 10px 10%;
    text-shadow: none;
    visibility: visible;
    width: 80%;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	border-color: currentcolor currentcolor rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.4);
	border-image: none;
	border-style: none none solid solid;
	border-width: medium medium 1px 1px;
	font-weight: 700;
	height: 27px;
	margin-top: 1px;
	padding: 8px 12px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 26px;
	z-index: 2;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}

.popup-overlay{
    position:fixed;
    inset:0;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:9999;
    cursor:pointer;
    background: linear-gradient(180deg, rgba(0,0,0,0.50), rgba(0,0,0,0.55)) !important;
    backdrop-filter: blur(5px);
    animation: fadeIn .3s ease;
}

.popup-container,
.popup-container * {
    text-transform: none !important;
}

.popup-container{
    position:relative;
    background: linear-gradient(180deg, rgba(0,0,0,0.75), rgba(0,0,0,0.80)) !important;
    border: 2px dashed rgba(94,94,94,0.85);
    border-radius:20px;
    padding:28px 32px;
    width: 95%;
    max-width:500px;
    height: auto;
    text-align:center;
    color:#e5e7eb;
    animation:popupShow .35s ease;
    overflow:hidden
}

.popup-header{
    display:flex;
    flex-direction:column;
    align-items:center
}

.popup-title{
    font-size:26px;
    font-weight:bold;
    color:#fff
}

.popup-overlay.hide{
    animation:fadeOut .25s ease forwards
}

.popup-container.hide{
    animation:popupHide .25s ease forwards
}

.verify{
    width:25px;
    height:25px;
    vertical-align:-3px;
    margin-left:2px;
}

.popup-buttons{
    margin-top:25px;
    display:flex;
    justify-content:center;
    gap:10px
}

.btn{
    border:none;
    padding:10px 10px;
    border-radius:10px;
    font-size:12px;
    display:flex;
    align-items:center;
    transition:.15s ease;
}

.btn:active {
    transform: scale(0.95);
}

.btn.close,
.btn.close1{
    position: relative;
    overflow: hidden;
    border: 1.5px dashed rgba(160,160,160,0.95);
    background: linear-gradient(180deg, rgba(15,19,25,0.90), rgba(26,31,39,0.90)) !important;
    color:#fff;
    transition:.15s ease;
}

.btn.close::before,
.btn.close1::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 120%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.25) 50%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg);
    animation: shine 3s infinite;
}

.btn.close:hover::after,
.btn.close1:hover::after{
    left: 120%;
}

.btn.close:active::after,
.btn.close1:active::after{
    opacity: 0;
    transition: 0s;
}

.see-my-info-wrap {
    padding-top: 25px;
}

@keyframes scrollText {
    0%   { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

@keyframes ring {
    0%   { transform: rotate(0); }
    10%  { transform: rotate(15deg); }
    20%  { transform: rotate(-15deg); }
    30%  { transform: rotate(10deg); }
    40%  { transform: rotate(-10deg); }
    50%  { transform: rotate(5deg); }
    60%  { transform: rotate(-5deg); }
    100% { transform: rotate(0); }
}

@keyframes popupShow{
    from{transform:scale(.85);opacity:0}
    to{transform:scale(1);opacity:1}
}

@keyframes fadeIn{
    from{opacity:0}
    to{opacity:1}
}

@keyframes popupHide{
    from{transform:scale(1);opacity:1}
    to{transform:scale(.85);opacity:0}
}

@keyframes fadeOut{
    from{opacity:1}
    to{opacity:0;visibility:hidden}
}

.tb-admin {
    display: none;
}


@media (max-width: 720px) {
    .tb-admin {
        margin: 11px auto;
        display: flex;
        align-items: center;
        background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
        border: 1px solid var(--border);
        padding: 7px 10px;
        overflow: hidden;
        position: relative;
        line-height: 1.7;
        border-radius: 16px;
    }
    .tb-admin i {
        color: #fff;
        font-size: 25px;
        margin-right: 8px;
        animation: ring 1s infinite;
    }
    .tb-text {
        font-weight: 700;
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        flex: 1;
    }
    .tb-text span {
        display: inline-block;
        animation: scrollText 10s linear infinite;
    }
    .see-my-info-wrap {
        padding-top: 1rem;
    }
    .hack-game {
        margin-top: -10px;
    }
}

:root {
    --text: #e5e7eb;
    --muted: #9ca3af;
    --border: rgba(255,255,255,.15);
    --bg-1: #000;
    --bg-2: #000;
    --bg-3: #111;
    --band: rgba(255,255,255,.015);
}

.site-footer {
    color: var(--text);
    background: linear-gradient(180deg, var(--bg-1) 0%, var(--bg-2) 55%, var(--bg-3) 100%);
    position: relative;
    overflow: hidden;
}

.stats {
    display: flex;
    justify-content: center;
    gap: 32px;
    width: 100%;
}

.stat-card {
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border: 1px solid var(--border);
    width: 100%;
    border-radius: 16px;
    padding: 16px 18px;
    backdrop-filter: blur(8px);
    text-align: center;
}

.stat-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    margin: 0 auto;
    background: rgba(255,255,255,.06);
    border: 1px solid var(--border);
}

.stat-icon i {
    font-size: 20px;
}

.stat-value {
    font-size: 28px;
    font-weight: 800;
    margin-top: 10px;
    line-height: 1.1;
}

.stat-label {
    color: var(--muted);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-top: 4px;
}

.video-guide-btn {
    background: #ccff00;
    color: #181818;
    border: none;
    padding: 16px;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 2px 10px rgba(204,255,0,.18);
    display: inline-block;
    transform: skew(-15deg);
    border-radius: 0;
    text-transform: uppercase;
    transition: background .16s, color .16s;
}

.video-guide-btn span {
    display: inline-block;
    transform: skew(15deg);
}

.copyright {
    border-top: 1px solid var(--border);
    padding: 16px 0;
    text-align: center;
}

.terms-wrap {
    --bg: #000;
    --text: #e5e7eb;
    border-radius: 16px;
    max-width: 100%;
}

.terms-box {
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px;
    padding: 18px 20px;
}

.terms-inner {
    font-size: 9px;
    text-align: center;
}

.terms-inner p {
    line-height: 1.6;
    margin: 10px 0;
}

.is-collapsed .terms-inner {
    max-height: 170px;
    overflow: hidden;
    position: relative;
}

.is-collapsed .terms-inner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 64px;
    background: linear-gradient(to bottom, rgba(0,0,0,0), var(--bg));
    pointer-events: none;
}

.is-expanded .terms-inner {
    max-height: none;
}

.terms-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    background: none;
    color: var(--text);
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 8px 18px;
    cursor: pointer;
    transition: background .2s, border-color .2s;
}

.terms-toggle:hover {
    background: rgba(255,255,255,.05);
    border-color: rgba(255,255,255,.2);
}

@media(max-width:767px){
    .stats {
        flex-direction: row;
        justify-content: space-between;
        gap: 5px;
    }
    .stat-card {
        width: calc(33.333% - 5px);
        padding: 10px;
    }
    .stat-icon {
        width: 34px;
        height: 34px;
        border-radius:10px;
    }
    .stat-icon i {
        font-size: 15px;
    }
    .stat-value {
        font-size: 18px;
        margin-top: 6px;
    }
    .stat-label {
        font-size: 12px;
        margin-top: 2px;
    }
}
.nap-the {
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border: 1px solid rgba(255,255,255,.08);
    padding: 15px;
    border-radius: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: .3s;
    cursor: pointer;
}

.box-submit {
    width: 100%;
    margin: 8px 0;
}

.note-warning {
    font-size: 14px;
    color: #fff;
    margin-bottom: 6px;
}

.note-star {
    color: #ff4d4f;
    font-weight: bold;
}

.btn-submit {
    width: 100%;
    padding: 6px 0;
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
    font-size: 20px;
    color: white;
    font-weight: 600;
    transition:.15s ease;
    position: relative;
    overflow: hidden;
}

.qr-bank {
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border: 1px solid rgba(255,255,255,.08);
    padding: 15px;
    border-radius: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: .3s;
    cursor: pointer;
}

.qr-bank:hover {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.45);
    transform: translateY(-1px);
}

.qr-bank h5 {
    line-height: 1.5;
    text-align: center;
    color: #fff;
}

.qr-code img {
    width: 210px;
    max-width: 100%;
    margin: auto;
    display: block;
}

.qr-container {
    position: relative;
    width: 210px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #fff;
    margin: auto;
}

.qr-scan {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(
        to bottom,
        rgba(0, 162, 255, .1),
        rgba(0, 162, 255, .4)
    );
    z-index: 4;
    pointer-events: none;
    animation: qrScanAnim 3s ease-in-out infinite;
    opacity: .6;
}

.qr-info p {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 6px;
}

.qr-info b {
    margin: 6px;
}

.copy-btn {
    background: #2e2e2e;
    color: #fff;
    padding: 6px 10px;
    border: none;
    border-radius: 5px;
    transition: .2s;
}

.copy-btn:hover {
    background: #3a3a3a;
}

.qr-corners .corner {
    position: absolute;
    width: 26px;
    height: 26px;
    border: 3px solid #00a2ff;
}

.qr-corners .tl {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}

.qr-corners .tr {
    top: 0;
    right: 0;
    border-left: none;
    border-bottom: none;
}

.qr-corners .bl {
    bottom: 0;
    left: 0;
    border-right: none;
    border-top: none;
}

.qr-corners .br {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
}

@keyframes qrScanAnim {
    0% {
        top: -80px;
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    50% {
        top: 100%;
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    100% {
        top: -80px;
        opacity: 0;
    }
}

.history-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    margin-top: 20px;
}

.card-history {
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 0 20px rgba(215, 255, 26, .05);
    transition: .2s;
}

.card-history:hover {
    transform: translateY(-1px);
}

.card-header-history {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    flex-wrap: wrap;
    padding: 0;
    gap: 10px;
}

.key-label-history {
    color: #fff;
    border: 1px solid var(--border);
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    padding: 4px 10px;
}

.link-btn-history {
    color: #fff;
    border: 1px solid var(--border);
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 10px;
    text-decoration: none;
    transition:.15s ease;
    position: relative;
    overflow: hidden;
}

.link-btn-history:hover {
    color: #dbdbdb;
}

.key-box-history {
    position: relative;
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border: 1px solid var(--border);
    color: #fff;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 14px;
    cursor: pointer;
    transition: .2s;
}

.copy-btn-history {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: center;
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    transition: .15s ease;
}

.copy-btn-history:active {
    scale: .96;
}


.info-history {
    font-size: 14px;
    color: #9ca3af;
}

.info-history p {
    color: #fff;
    margin: 6px 0;
}

.pagination-history {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.page-btn-history {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border: 1px solid #fff;
    padding: 4px 8px;
    border-radius: 6px;
    text-decoration: none;
    transition: .2s;
}

.page-info-history {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 720px) {
    .history-grid {
        grid-template-columns: 1fr;
    }

    .card-history {
        padding: 22px;
        border-radius: 16px;
    }

    .key-label-history,
    .link-btn-history {
        font-size: 15px;
        padding: 6px 12px;
    }

    .key-box-history {
        font-size: 16px;
        padding: 12px 14px;
    }

    .info-history {
        font-size: 15px;
    }
}

.history {
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    transition: .3s;
}

.custom-scroll {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: block; 
}

.custom-scroll::-webkit-scrollbar {
    height: 6px;
}

.custom-scroll::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05);
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.25);
    border-radius: 3px;
}

.nowrap-table td,
.nowrap-table th {
    width: 100%;
    white-space: nowrap;
}

.dataTables_filter {
    display: none !important;
}

.dataTables_length {
    display: none !important;
}

.login-box,
.register-box {
    width: 400px;
    margin: 7% auto;
    padding: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
}

.btn-users {
    width: 100%;
    padding: 6px 0;
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
    font-size: 20px;
    color: white;
    font-weight: 600;
    transition:.15s ease;
}

.btn-users:active {
    transform: scale(0.95);
}

@media (max-width: 767px) {
    .login-box,
    .register-box {
        width: 100%;
    }
}

.login-box-msg,
.register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.box-custom {
    padding: 20px;
    color: #666;
}

.hack-category-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    max-width: 100%;
    margin: 0 auto;
}

.hack-card-col {
    width: 100%;
}

@media (min-width: 768px) {
    .hack-card-col {
        width: calc(50% - 15px);
    }
}

@media (min-width: 1200px) {
    .hack-card-col {
        width: calc(33.333% - 20px);
    }
}

.hack-card {
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.hack-card:hover {
    transform: translateY(-3px);
}

.hack-card-header {
    margin-top: 15px;
    text-align: center;
}

.hack-card-title {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 10px rgba(204, 254, 30, 0.3);
}

.liner {
    width: 170px;
    margin: 5px auto 20px;
}

.hack-card-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hack-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-mask-image: linear-gradient(
        to bottom,
        rgba(0,0,0,1) 70%,
        rgba(0,0,0,0) 100%
    );
    mask-image: linear-gradient(
        to bottom,
        rgba(0,0,0,1) 70%,
        rgba(0,0,0,0) 100%
    );
}

.hack-card-description {
    padding: 12px 20px;
}

.hack-card-text {
    color: #a0a0a0;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hack-card-footer {
    padding: 0 20px 20px;
}

.hack-view-link {
    display: block;
    text-decoration: none;
}

.hack-view-button {
    display: block;
    width: 130px;
    padding: 12px 18px;
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border: 1px solid var(--border);
    border-radius: 999px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: auto;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.hack-view-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 120%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.25) 50%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg);
    animation: shine 3s infinite;
}

.hack-view-button:active,
.hack-purchase-btn:active,
.hack-tutorial-link:active {
    transform:scale(.95);
}

@keyframes shine {
    0% {
        left: -150%;
    }
    50% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

.hack-main-container {
    max-width: 100%;
    margin: 0 auto;
}

.hack-items-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 32px;
    margin-bottom: 30px;
}

.hack-item-box {
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
}

.hack-item-box:hover {
    transform: translateY(-3px);
}

.hack-img-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hack-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-mask-image: linear-gradient(
        to bottom,
        rgba(0,0,0,1) 70%,
        rgba(0,0,0,0) 100%
    );
    mask-image: linear-gradient(
        to bottom,
        rgba(0,0,0,1) 70%,
        rgba(0,0,0,0) 100%
    );
}

.hack-info-area {
    padding: 20px;
}

.hack-name-title {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 10px rgba(204, 254, 30, 0.3);
    text-align: center;
}

.hack-order-zone {
    margin-top: 20px;
}

.hack-action-row {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 10px;
    margin-bottom: 12px;
}

.hack-package-dropdown {
    padding: 10px 12px;
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border: 1px solid var(--border);
    border-radius: 10px;
    font-size: 13px;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    text-align-last: center;
    text-align: center;
    direction: ltr;
    font-weight: 700;
}

.hack-package-dropdown option {
    background: #000;
    color: #fff;
    padding: 10px;
    text-align: center;
    direction: ltr;
}

.hack-package-dropdown option:checked {
    background: #000;
    color: #fff;
}

.hack-purchase-btn {
    padding: 10px 12px;
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border: 1px solid var(--border);
    color: #fff;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hack-purchase-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 120%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.25) 50%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg);
    animation: shine 3s infinite;
}

.hack-tutorial-link {
    display: block;
    padding: 12px 15px;
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)) !important;
    border: 1px solid var(--border);
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1.3;
    transition: all 0.3s ease;
}

.view-hack {
    display: block;
    padding: 12px 15px;
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)) !important;
    border: 1px solid var(--border);
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1.3;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.view-hack::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 120%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.25) 50%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg);
    animation: shine 3s infinite;
}

.btn-view-hack {
    display: block;
    padding: 12px 15px;
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)) !important;
    border: 1px solid var(--border);
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1.3;
    transition: all 0.3s ease;
}

.img-view-hack img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-mask-image: linear-gradient(
        to bottom,
        rgba(0,0,0,1) 70%,
        rgba(0,0,0,0) 100%
    );
    mask-image: linear-gradient(
        to bottom,
        rgba(0,0,0,1) 70%,
        rgba(0,0,0,0) 100%
    );
}

.info-card {
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border: 1px solid rgba(255,255,255,.08);
    padding: 15px;
    border-radius: 16px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: .3s;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.vti-info-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.info-grid-tk {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 768px) {
    .info-grid-tk,
    .vti-info-card {
        grid-template-columns: 1fr;
    }
    .info-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.info-field,
.input-nice {
    display: flex;
    flex-direction: column;
}

.info-field input,
.input-nice {
    padding: 7px !important;
    width: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)) !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 5px;
    color: #fff !important;
    font-size: 15px;
}

.info-field input:focus,
.input-nice:focus {
    outline: none !important;
}

.info-field input:read-only,
.input-nice:read-only {
    opacity: 0.8 !important;
}

input,
.input-nice {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    box-shadow: none !important;
    outline: none;
    color: #fff !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: #fff !important;
    transition: background-color 9999s ease-in-out 0s;
}

input:-moz-autofill {
    box-shadow: 0 0 0 1000px transparent inset !important;
    -moz-text-fill-color: #fff !important;
}

html { 
    color-scheme: dark; 
}

input:focus { 
    color:#fff !important 
}

.info-btn-submit,
.btn-users {
    padding: 7px 0;
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
    font-size: 20px;
    color: white;
    font-weight: 600;
    transition:.15s ease;
    position: relative;
    overflow: hidden;
}

.info-btn-submit::before,
.btn-users::before,
.link-btn-history::before,
.btn-submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 120%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.25) 50%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg);
    animation: shine 3s infinite;
}

.info-btn-submit:active,
.link-btn-history:active,
.btn-submit:active,
.view-hack:active {
    transform: scale(0.95);
}

.icon-custom {
    position: absolute;
    right: 10px;
    transform: translateY(-50%);
    top: 50%;
    color: #fff;
    cursor: pointer;
}

.password-wrapper {
    position: relative;
    width: 100%;
}

.password-wrapper .toggle-password {
    display: none;
}

.password-wrapper input { 
    padding-right: 35px !important; 
}

.captcha-center {
    width: 100%;
    display: flex;
    justify-content: center;
}

.vti-stats {
    display: flex;
}
.termsofuse {
    display: none;
}

@media (max-width: 768px) {
    .vti-stats {
        display: none !important;
    }

    .termsofuse {
        display: block !important;
    }
}

.username {
    text-transform: none !important;
    color: inherit !important;
}

.pagination-number {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 15px 0;
}

.pagination-number a {
    padding: 7px 12px;
    border: 1px solid #444;
    border-radius: 6px;
    color: #ccc;
    text-decoration: none;
    font-size: 15px;
    transition: 0.2s;
}

.pagination-number .page-btn {
    font-weight: 500;
}

.pagination-number .page-num {
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-number .page-num.active {
    background: #c6ff00;
    color: #000;
    border: 1px solid rgba(255,255,255,.08);
}

.pagination-number a:hover {
    background: #333;
}

.dots {
    color: #777;
    padding: 0 9px;
}

.no-data {
    text-align: center;
    color: #aaa;
    font-size: 20px;
}

@media (max-width: 720px) {
    .pagination-number {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.hack-img-container {
    position: relative;
    display: inline-block;
}

.hack-status {
    font-family: 'Josefin Sans', sans-serif;
    position: absolute;
    top: 15px;
    right: 15px;
    pointer-events: none;
    font-weight: 900;
    font-size: 12px;
}

.hack-status .active {
    color: #23d160;
    padding: 7px; 
    border-radius: 20px;
    background: rgba(35, 209, 96, 0.20);
}

.hack-status .maintain {
    color: #ff4d4d;
    padding: 6px; 
    border-radius: 20px;
    background: rgba(255, 77, 77, 0.20);
}

.hack-status .active,
.hack-status .maintain {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.hoat-dong, .bao-tri {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: relative;
}

.hoat-dong { background: #0be881; }
.bao-tri    { background: #ff4d4d; }

.hoat-dong::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(11, 232, 129, 0.7);
    animation: dotPulse 1.4s infinite;
}

.bao-tri::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(255, 77, 77, 0.7);
    animation: dotPulseRed 1.4s infinite;
}

@keyframes dotPulse {
    0% {
        transform: scale(1.2);
        opacity: 0.9;
    }
    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}

@keyframes dotBlinkRed {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

@keyframes dotPulseRed {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}

table th,
table td {
    white-space: nowrap;
}

.blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border: 1px solid var(--border);
    transition: transform 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-2px);
}

.blog-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

.blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-mask-image: linear-gradient(
        to bottom,
        rgba(0,0,0,1) 70%,
        rgba(0,0,0,0) 100%
    );
    mask-image: linear-gradient(
        to bottom,
        rgba(0,0,0,1) 70%,
        rgba(0,0,0,0) 100%
    );
}

.blog-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.blog-icon {
    border: 1.5px dashed rgba(94,94,94,0.85);
    border-radius: 10px;
    padding: 5px 8px;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
}

.blog-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
    color: #fff;
    overflow: hidden;
}

.blog-excerpt {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
    overflow: hidden;
}

.blog-title,
.blog-excerpt {
    word-break: break-word;
    overflow-wrap: anywhere;
}

.blog-overlay {
    margin-top: auto;
    text-align: center;
}

.read-more-btn {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    outline: none !important;
}

.read-more-btn:hover,
.blog-title a:hover {
    color: #fff;
    transform: scale(1.05);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

@media (max-width: 1200px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}

.badge-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.badge-trending {
    background-color: #29abe2;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.rating-stars i {
    color: #f1c40f;
    font-size: 18px;
}

.vti-blog-card {
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border: 1px solid var(--border);
}

.vti-blog-content img {
    border-radius: 5px;
}

.share-blog {
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.vti-blog-desc {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
}