body {
    margin: 0;
    background: #050b10;
    font-family: 'Courier New', monospace;
    color: #00ff9c;
}

.container {
    max-width: 420px;
    margin: 40px auto;
    padding: 15px;
}

.card {
    background: #070f17;
    border: 1px solid #00ff9c44;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 15px #00ff9c22;
}

.title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.subtitle {
    font-size: 12px;
    text-align: center;
    opacity: 0.7;
    margin-bottom: 15px;
}

input {
    width: 100%;
    padding: 12px;
    background: #000;
    border: 1px solid #00ff9c66;
    color: #00ff9c;
    font-size: 14px;
    margin-bottom: 10px;
    outline: none;
}

button {
    width: 100%;
    padding: 12px;
    background: transparent;
    border: 1px solid #00ff9c;
    color: #00ff9c;
    font-size: 14px;
    cursor: pointer;
}

button:hover {
    background: #00ff9c;
    color: #000;
}

.hidden {
    display: none;
}

.access {
    color: #00ff9c;
    margin-bottom: 10px;
    font-weight: bold;
}

.result-user {
    font-size: 18px;
    margin-bottom: 15px;
}

.reward {
    border: 1px solid #00ff9c66;
    padding: 15px;
    border-radius: 8px;
}

.reward-title {
    font-size: 12px;
    opacity: 0.7;
}

.reward-value {
    font-size: 26px;
    font-weight: bold;
    margin: 8px 0;
}

.reward-status {
    font-size: 11px;
    opacity: 0.6;
}

.log {
    font-size: 11px;
    opacity: 0.6;
}

.scan {
    margin-top: 15px;
    font-size: 12px;
}

.scan-title {
    margin-bottom: 8px;
    color: #00ff9c;
}

.progress-bar {
    width: 100%;
    height: 8px;
    background: #001a14;
    border: 1px solid #00ff9c55;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 8px;
}

.progress {
    width: 0%;
    height: 100%;
    background: #00ff9c;
    transition: width 0.3s;
}

.scan-text {
    opacity: 0.7;
}

.suggest {
    font-size: 12px;
    opacity: 0.7;
    margin-bottom: 6px;
}

.recommend {
    margin-top: 18px;
    border: 1px solid #00ff9c33;
    padding: 12px;
    border-radius: 8px;
}

.recommend-title {
    font-size: 12px;
    margin-bottom: 8px;
    opacity: 0.8;
}

.site-list {
    list-style: none;
    padding: 0;
    margin: 0 0 8px 0;
}

.site-list li {
    margin-bottom: 6px;
    font-size: 13px;
}

.site-list a {
    color: #00ff9c;
    text-decoration: none;
}

.site-list a:hover {
    text-decoration: underline;
}

.recommend-note {
    font-size: 11px;
    opacity: 0.6;
}

.site-percent {
    float: right;
    color: #00ff9c;
    opacity: 0.85;
}

.site-ai {
    font-size: 11px;
    opacity: 0.6;
    margin-left: 6px;
}

#matrix {
    position: fixed;
    inset: 0;
    z-index: -1; /* di belakang semua konten */
    background: #000;
}
