body.toplevel_page_jk-starr-toolbox {
    background-color: #0b0f0c !important;
}

.jk-starr-wrapper {
    background: #050806;
    border: 1px solid #00ff66;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 255, 102, 0.2);
    font-family: 'Courier New', Courier, monospace;
    color: #00ff66;
    margin: 20px 0;
}

.jk-starr-wrapper h1 {
    color: #00ff66 !important;
    font-size: 24px;
    text-transform: uppercase;
    border-bottom: 1px dashed #00ff66;
    padding-bottom: 10px;
    margin-top: 0;
}

.jk-starr-desc {
    font-size: 13px;
    color: #a3ffc7;
    margin-bottom: 20px;
}

.jk-starr-card {
    background: #000000;
    border: 1px solid #00ff66;
    padding: 20px;
    border-radius: 4px;
    max-width: 750px;
}

.jk-upload-box {
    margin-bottom: 15px;
    border: 1.5px dashed #00ff66;
    padding: 15px;
    background: #030a05;
}

#jk-control-panel {
    background: #030a05;
    border: 1px solid #003311;
    padding: 12px;
    border-radius: 4px;
}

.jk-stats-grid {
    display: flex;
    gap: 20px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.jk-stat-box {
    flex: 1;
    background: #030a05;
    border: 1px solid #003311;
    padding: 15px;
    border-radius: 4px;
    min-width: 250px;
}

.jk-matrix-btn {
    background: #000;
    color: #00ff66;
    border: 1px solid #00ff66;
    padding: 10px 20px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.jk-matrix-btn:hover {
    background: #00ff66;
    color: #000;
    box-shadow: 0 0 10px #00ff66;
}