/* --- Original Styles from Head --- */
body {
    font-family: sans-serif;
    margin: 10px;
    padding: 0;
    background-color: #121212;
    color: #e0e0e0;
}
pre {
    white-space: pre-wrap;       
    word-wrap: break-word;       
    word-break: break-all;       
    background-color: #1e1e1e;
    color: #f8f8f2;
    padding: 8px;
    font-size: 13px;             
    border: 1px solid #333;
}
.btn-container {
    display: flex;
    gap: 8px; 
    margin-top: 5px;
    margin-bottom: 5px;
}
.btn-container button {
    flex: 1; 
    padding: 12px 5px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #444;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s;
}
#startBtn {
    background-color: #2e7d32;
    border-color: #388e3c;
}
#startBtn:hover:not(:disabled) {
    background-color: #1b5e20;
}
#stopBtn {
    background-color: #d32f2f;
    border-color: #e53935;
}
#stopBtn:hover:not(:disabled) {
    background-color: #b71c1c;
}
.btn-container button:disabled {
    background-color: #222 !important;
    color: #666 !important;
    border-color: #333 !important;
    cursor: not-allowed;
}
.utility-btn {
    padding: 8px;
    font-size: 13px;
    width: 100%;
    margin-bottom: 8px;
    background-color: #2a2a2a;
    color: #fff;
    border: 1px solid #444;
    cursor: pointer;
}
.utility-btn:hover {
    background-color: #444;
}
.config-container {
    position: relative;
    background-color: #1a1a1a;
    border: 1px solid #333;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.action-btn-group {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 6px;
}
.save-btn {
    background-color: #4da3ff;
    color: #000;
    border: none;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
}
.save-btn:hover {
    background-color: #3a8ee6;
}
.reset-btn {
    background-color: #555;
    color: #fff;
    border: none;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
}
.reset-btn:hover {
    background-color: #777;
}
.config-input {
    width: 100%;
    background-color: #222;
    border: 1px solid #444;
    color: #fff;
    padding: 8px;
    box-sizing: border-box;
    font-family: monospace;
    font-size: 13px;
    border-radius: 3px;
    margin-top: 4px;
    margin-bottom: 8px;
}
.config-input:disabled {
    background-color: #151515;
    color: #888;
    border-color: #222;
}
textarea.config-input {
    height: 50px;
    resize: none;
    word-break: break-all;
    white-space: pre-wrap;
}
#endHexInput {
    margin-bottom: 0px; 
}
.toggle-link {
    color: #4da3ff;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 2px;
    cursor: pointer;
}
.toggle-link:hover {
    text-decoration: underline;
}

.stat-box {
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-left: 4px solid #4da3ff;
    padding: 10px 12px;
    margin: 6px 0;
    border-radius: 0 4px 4px 0;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.stat-label {
    font-weight: bold;
    color: #aaa;
}
.stat-value {
    color: #fff;
    font-family: monospace;
    font-size: 14px;
}
#status.stat-value {
    font-family: sans-serif;
    color: #bbb;
}

.jackpot-box {
    background-color: #1b3a24; 
    border: 2px solid #4caf50; 
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
}
.clear-btn {
    background-color: #d32f2f;
    color: white;
    border: 1px solid #b71c1c;
    padding: 6px 12px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 8px;
    font-weight: bold;
}
.clear-btn:hover {
    background-color: #b71c1c;
}

/* --- Extracted Inline Styles --- */
.d-none {
    display: none !important;
}
.banner-box {
    border: 1px solid #333; 
    margin: 7px 0; 
    padding: 7px; 
    border-radius: 4px; 
    background-color: #1e1e1e; 
    font-family: Arial, sans-serif; 
    text-align: center;
}
.banner-text {
    color: #4da3ff; 
    font-size: 1.1em; 
    font-weight: bold; 
    letter-spacing: 0.5px;
}
.range-container {
    margin-top: 5px;
}
.found-details {
    background-color: transparent; 
    border: none; 
    color: #d4edda; 
    font-weight: bold; 
    font-size: 15px; 
    padding: 0; 
    margin: 0;
}
.custom-hr {
    border: 0; 
    border-top: 1px solid #333; 
    margin: 10px 0;
}
.mb-0 {
    margin-bottom: 0px;
}
.live-state-lbl {
    font-family: sans-serif; 
    color: #aaa; 
    font-weight: bold;
}
.live-output-pre {
    margin-top: 4px;
}
.footer-link {
    color: #4da3ff;
}
.donate-container {
    font-family: sans-serif; 
    max-width: 450px; 
    margin: 10px 0; 
    color: #e0e0e0;
}
.donate-title {
    font-size: 16px; 
    font-weight: bold; 
    margin-bottom: 12px;
}
.donate-group {
    margin-bottom: 12px;
}
.crypto-title {
    font-size: 13px; 
    font-weight: bold; 
    color: #aaa; 
    margin-bottom: 3px;
}
.address-bar {
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    background-color: #1e1e1e; 
    padding: 6px 10px; 
    border-radius: 4px; 
    gap: 10px; 
    border: 1px solid #333;
}
.address-txt {
    font-family: monospace; 
    font-size: 13px; 
    color: #fff; 
    word-break: break-all; 
    white-space: normal;
}
.copy-btn-style {
    background-color: #333; 
    border: 1px solid #444; 
    color: #fff; 
    padding: 4px 8px; 
    font-size: 11px; 
    cursor: pointer; 
    border-radius: 3px; 
    white-space: nowrap; 
    font-weight: bold;
}