.rifnix-tracking-box {
    max-width: 560px;
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(0,0,0,.08);
}

.rifnix-tracking-box input,
.rifnix-tracking-box button {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    margin-top: 10px;
}

.rifnix-tracking-box button {
    background: #2563eb;
    color: #fff;
    border: none;
    cursor: pointer;
}

.rifnix-stats {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
    margin-top: 20px;
}

.rifnix-card {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}

.rifnix-card h3 {
    font-size: 13px;
    color: #6b7280;
}

.rifnix-card span {
    font-size: 22px;
    font-weight: bold;
}

.rifnix-chart-box {
    margin-top: 25px;
}
