* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #0a0e1a;
    color: #e0e0e0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.container {
    max-width: 680px;
    width: 100%;
}

header {
    text-align: center;
    padding: 40px 0 30px;
}

.logo {
    font-size: 28px;
    font-weight: 800;
    color: #00ff88;
    letter-spacing: 2px;
    text-shadow: 0 0 20px rgba(0,255,136,0.3);
}

.subtitle {
    color: #888;
    margin-top: 8px;
    font-size: 14px;
}

.check-form {
    background: #111827;
    border: 1px solid #1f2937;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
}

.check-form h2 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #fff;
}

.check-form p {
    color: #888;
    font-size: 13px;
    margin-bottom: 20px;
}

#walletInput {
    width: 100%;
    padding: 14px 18px;
    background: #0a0e1a;
    border: 1px solid #2a3a4a;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    outline: none;
    transition: border 0.3s;
}

#walletInput:focus {
    border-color: #00ff88;
}

#checkBtn {
    margin-top: 16px;
    padding: 14px 40px;
    background: #00ff88;
    color: #000;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

#checkBtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,255,136,0.3);
}

.results {
    margin-top: 24px;
    background: #111827;
    border: 1px solid #1f2937;
    border-radius: 16px;
    padding: 30px;
}

.progress-bar {
    width: 100%;
    height: 6px;
    background: #1f2937;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 16px;
}

.progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #00ff88, #00cc6a);
    border-radius: 3px;
    transition: width 0.5s;
}

.status-text {
    text-align: center;
    color: #aaa;
    font-size: 14px;
    margin-bottom: 16px;
}

.result-card {
    text-align: center;
}

.risk-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.risk-score {
    font-size: 48px;
    font-weight: 800;
    color: #ff4444;
    text-shadow: 0 0 20px rgba(255,68,68,0.4);
}

.risk-label {
    color: #888;
    font-size: 13px;
    margin-top: 4px;
}

.address-display {
    background: #0a0e1a;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 13px;
    word-break: break-all;
    margin-bottom: 16px;
}

.address-display .label {
    color: #888;
}

.address-display .address {
    color: #00ff88;
    font-family: monospace;
}

.flags {
    list-style: none;
    text-align: left;
    margin-bottom: 16px;
}

.flags li {
    padding: 10px 14px;
    background: #1a1f2e;
    border-left: 3px solid #ff4444;
    border-radius: 6px;
    margin-bottom: 8px;
    font-size: 13px;
    color: #ccc;
}

.recommendation {
    background: #1a1f2e;
    padding: 12px;
    border-radius: 8px;
    font-size: 13px;
    color: #ffaa44;
    margin-bottom: 20px;
}

.unlock-btn, .paid-btn {
    padding: 14px 30px;
    background: #ff4444;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s;
}

.unlock-btn:hover, .paid-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255,68,68,0.3);
}

.back-btn {
    margin-top: 12px;
    padding: 10px 24px;
    background: transparent;
    color: #888;
    border: 1px solid #2a3a4a;
    border-radius: 8px;
    cursor: pointer;
    font-size: 13px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.back-btn:hover {
    border-color: #00ff88;
    color: #00ff88;
}

.payment-section, .paid-confirm {
    text-align: center;
}

.payment-section h3, .paid-confirm h3 {
    color: #fff;
    margin-bottom: 12px;
}

.btc-address {
    background: #0a0e1a;
    padding: 14px;
    border-radius: 8px;
    font-family: monospace;
    font-size: 13px;
    color: #ffaa44;
    word-break: break-all;
    margin: 12px 0;
    border: 1px dashed #2a3a4a;
}

.note, .small {
    color: #888;
    font-size: 12px;
    margin: 10px 0;
}

footer {
    text-align: center;
    padding: 30px 0;
    color: #555;
    font-size: 12px;
}/* ========== Счётчик ========== */
.counter-section {
    text-align: center;
    margin: 30px 0 20px;
    padding: 0 15px;
}

.counter-badge {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(135deg, #0d1b2a, #1b2838);
    border: 1px solid #2a4a6a;
    border-radius: 50px;
    padding: 12px 28px;
    box-shadow: 0 0 20px rgba(0, 180, 255, 0.08);
    transition: all 0.3s ease;
}

.counter-badge:hover {
    border-color: #00b4ff;
    box-shadow: 0 0 30px rgba(0, 180, 255, 0.2);
    transform: translateY(-2px);
}

.counter-icon {
    font-size: 28px;
    line-height: 1;
}

.counter-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
}

.counter-number {
    font-size: 26px;
    font-weight: 800;
    color: #00d4ff;
    letter-spacing: 1px;
}

.counter-label {
    font-size: 12px;
    color: #8899aa;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.counter-arrow {
    font-size: 20px;
    color: #3a6a8a;
    transition: transform 0.3s ease;
}

.counter-badge:hover .counter-arrow {
    transform: translateX(4px);
}

.counter-sub {
    margin-top: 10px;
    font-size: 13px;
    color: #556677;
}
